/* Template styles */
.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Bold.woff2)format("woff2");font-weight:700;font-display:swap}html{font-size:100%}body{margin:0;padding:0;font-family:var(--fontBody);font-size:var(--bodyFontSize);color:var(--textBody);background-color:var(--sandLight);overflow-x:hidden}.skip{position:absolute;top:0;left:0;opacity:0;z-index:-10}.cs-topper{font-family:var(--fontTopper);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--redAccent);display:flex;align-items:center;gap:.75rem}.cs-topper:before{content:"";display:inline-block;width:1.5rem;height:2px;background-color:var(--red);flex-shrink:0}.cs-title{font-family:var(--fontHeading);font-size:var(--headerFontSize);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1rem;max-width:43.75rem}.cs-text{font-family:var(--fontBody);font-size:var(--bodyFontSize);line-height:1.7;color:var(--textBody);margin:0 0 1rem;max-width:40.625rem}.cs-h3{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.3;color:var(--textHeading);margin:0 0 .5rem}.cs-mono{font-family:var(--fontMono)}.cs-gradient-text{background:linear-gradient(135deg,var(--teal),var(--red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cs-button-solid{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease}.cs-button-solid:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-solid:active{transform:translateY(0)}.cs-button-outline{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:transparent;color:var(--teal);border:2px solid var(--teal);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .15s ease}.cs-button-outline:hover{background-color:var(--teal);color:#fff;transform:translateY(-1px)}.cs-button-outline:active{transform:translateY(0)}.cs-button-light{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease;background-color:#fff;color:var(--teal);border-color:#fff}.cs-button-light:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-light:active{transform:translateY(0)}.cs-button-light:hover{background-color:var(--sand);border-color:var(--sand);color:var(--teal)}.cs-card{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:var(--radiusLg);padding:clamp(1.5rem,3vw,2rem);position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cs-card:hover{transform:translateY(-4px);box-shadow:var(--shadowLg);border-color:#d62b1e33}.cs-card:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:3px;background:linear-gradient(90deg,var(--red),var(--redAccent));border-radius:0 0 2px 2px;opacity:0;transition:opacity .3s ease}.cs-card:hover:before{opacity:1}.cs-picture{border-radius:var(--radiusLg);overflow:hidden;position:relative}.cs-picture:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #0c37421a;pointer-events:none}.cs-picture img{transition:transform .5s ease}.cs-picture:hover img{transform:scale(1.03)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}[data-reveal-stagger].is-visible .cs-item,[data-reveal-stagger].is-visible .cs-card,[data-reveal-stagger].is-visible .cs-li{opacity:1;transform:translateY(0)}[data-reveal-stagger].is-visible .cs-item:nth-child(2),[data-reveal-stagger].is-visible .cs-card:nth-child(2),[data-reveal-stagger].is-visible .cs-li:nth-child(2){transition-delay:.1s}[data-reveal-stagger].is-visible .cs-item:nth-child(3),[data-reveal-stagger].is-visible .cs-card:nth-child(3),[data-reveal-stagger].is-visible .cs-li:nth-child(3){transition-delay:.2s}[data-reveal-stagger].is-visible .cs-item:nth-child(4),[data-reveal-stagger].is-visible .cs-card:nth-child(4),[data-reveal-stagger].is-visible .cs-li:nth-child(4){transition-delay:.3s}[data-reveal-stagger].is-visible .cs-item:nth-child(5),[data-reveal-stagger].is-visible .cs-card:nth-child(5){transition-delay:.4s}[data-reveal-stagger].is-visible .cs-item:nth-child(6),[data-reveal-stagger].is-visible .cs-card:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:1;transform:none;transition:none}}.cs-dark-section{position:relative}.cs-dark-section:after{content:"";position:absolute;inset:0;background-image:url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 256\ 256\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cfilter\ id=\'noise\'%3E%3CfeTurbulence\ type=\'fractalNoise\'\ baseFrequency=\'0.65\'\ numOctaves=\'3\'\ stitchTiles=\'stitch\'/%3E%3C/filter%3E%3Crect\ width=\'100%25\'\ height=\'100%25\'\ filter=\'url\(%23noise\)\'/%3E%3C/svg%3E);opacity:.03;pointer-events:none;z-index:1}.cs-dark-section>*{position:relative;z-index:2}.cs-dark-section .cs-topper{color:#ffffffa6}.cs-dark-section .cs-topper:before{background-color:#ffffff4d}.cs-dark-section .cs-title{color:#fff}.cs-dark-section .cs-text{color:#ffffffb3}.cs-dark-section .cs-button-outline{border-color:#ffffff4d;color:#fff}.cs-dark-section .cs-button-outline:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff}.cs-link-animated{position:relative;text-decoration:none;color:var(--teal)}.cs-link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}.cs-link-animated:hover:after{width:100%}@media only screen and (max-width:63.9375rem){body.cs-open{overflow:hidden}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Bold.woff2)format("woff2");font-weight:700;font-display:swap}html{font-size:100%}body{margin:0;padding:0;font-family:var(--fontBody);font-size:var(--bodyFontSize);color:var(--textBody);background-color:var(--sandLight);overflow-x:hidden}.skip{position:absolute;top:0;left:0;opacity:0;z-index:-10}.cs-topper{font-family:var(--fontTopper);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--redAccent);display:flex;align-items:center;gap:.75rem}.cs-topper:before{content:"";display:inline-block;width:1.5rem;height:2px;background-color:var(--red);flex-shrink:0}.cs-title{font-family:var(--fontHeading);font-size:var(--headerFontSize);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1rem;max-width:43.75rem}.cs-text{font-family:var(--fontBody);font-size:var(--bodyFontSize);line-height:1.7;color:var(--textBody);margin:0 0 1rem;max-width:40.625rem}.cs-h3{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.3;color:var(--textHeading);margin:0 0 .5rem}.cs-mono{font-family:var(--fontMono)}.cs-gradient-text{background:linear-gradient(135deg,var(--teal),var(--red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cs-button-solid{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease}.cs-button-solid:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-solid:active{transform:translateY(0)}.cs-button-outline{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:transparent;color:var(--teal);border:2px solid var(--teal);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .15s ease}.cs-button-outline:hover{background-color:var(--teal);color:#fff;transform:translateY(-1px)}.cs-button-outline:active{transform:translateY(0)}.cs-button-light{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease;background-color:#fff;color:var(--teal);border-color:#fff}.cs-button-light:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-light:active{transform:translateY(0)}.cs-button-light:hover{background-color:var(--sand);border-color:var(--sand);color:var(--teal)}.cs-card{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:var(--radiusLg);padding:clamp(1.5rem,3vw,2rem);position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cs-card:hover{transform:translateY(-4px);box-shadow:var(--shadowLg);border-color:#d62b1e33}.cs-card:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:3px;background:linear-gradient(90deg,var(--red),var(--redAccent));border-radius:0 0 2px 2px;opacity:0;transition:opacity .3s ease}.cs-card:hover:before{opacity:1}.cs-picture{border-radius:var(--radiusLg);overflow:hidden;position:relative}.cs-picture:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #0c37421a;pointer-events:none}.cs-picture img{transition:transform .5s ease}.cs-picture:hover img{transform:scale(1.03)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}[data-reveal-stagger].is-visible .cs-item,[data-reveal-stagger].is-visible .cs-card,[data-reveal-stagger].is-visible .cs-li{opacity:1;transform:translateY(0)}[data-reveal-stagger].is-visible .cs-item:nth-child(2),[data-reveal-stagger].is-visible .cs-card:nth-child(2),[data-reveal-stagger].is-visible .cs-li:nth-child(2){transition-delay:.1s}[data-reveal-stagger].is-visible .cs-item:nth-child(3),[data-reveal-stagger].is-visible .cs-card:nth-child(3),[data-reveal-stagger].is-visible .cs-li:nth-child(3){transition-delay:.2s}[data-reveal-stagger].is-visible .cs-item:nth-child(4),[data-reveal-stagger].is-visible .cs-card:nth-child(4),[data-reveal-stagger].is-visible .cs-li:nth-child(4){transition-delay:.3s}[data-reveal-stagger].is-visible .cs-item:nth-child(5),[data-reveal-stagger].is-visible .cs-card:nth-child(5){transition-delay:.4s}[data-reveal-stagger].is-visible .cs-item:nth-child(6),[data-reveal-stagger].is-visible .cs-card:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:1;transform:none;transition:none}}.cs-dark-section{position:relative}.cs-dark-section:after{content:"";position:absolute;inset:0;background-image:url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 256\ 256\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cfilter\ id=\'noise\'%3E%3CfeTurbulence\ type=\'fractalNoise\'\ baseFrequency=\'0.65\'\ numOctaves=\'3\'\ stitchTiles=\'stitch\'/%3E%3C/filter%3E%3Crect\ width=\'100%25\'\ height=\'100%25\'\ filter=\'url\(%23noise\)\'/%3E%3C/svg%3E);opacity:.03;pointer-events:none;z-index:1}.cs-dark-section>*{position:relative;z-index:2}.cs-dark-section .cs-topper{color:#ffffffa6}.cs-dark-section .cs-topper:before{background-color:#ffffff4d}.cs-dark-section .cs-title{color:#fff}.cs-dark-section .cs-text{color:#ffffffb3}.cs-dark-section .cs-button-outline{border-color:#ffffff4d;color:#fff}.cs-dark-section .cs-button-outline:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff}.cs-link-animated{position:relative;text-decoration:none;color:var(--teal)}.cs-link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}.cs-link-animated:hover:after{width:100%}@media only screen and (max-width:63.9375rem){body.cs-open{overflow:hidden}}.cs-author-bio[data-astro-cid-ogk4kmyw]{margin:3rem auto 0;max-width:45rem;padding:clamp(1.5rem,3vw,2rem);background-color:var(--sand);border-radius:.75rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.cs-bio-photo[data-astro-cid-ogk4kmyw]{display:block;width:6rem;height:6rem;flex-shrink:0;border-radius:50%;overflow:hidden;border:3px solid var(--surfaceWhite);box-shadow:var(--shadowMd)}.cs-bio-photo[data-astro-cid-ogk4kmyw] img[data-astro-cid-ogk4kmyw]{width:100%;height:100%;object-fit:cover;object-position:center}.cs-bio-body[data-astro-cid-ogk4kmyw]{flex:1}.cs-bio-label[data-astro-cid-ogk4kmyw]{display:block;font-family:var(--fontTopper);font-size:.6875rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--redAccent);margin-bottom:.375rem}.cs-bio-name[data-astro-cid-ogk4kmyw]{font-family:var(--fontHeading);font-size:1.25rem;font-weight:700;color:var(--textHeading);margin:0 0 .5rem}.cs-bio-text[data-astro-cid-ogk4kmyw]{font-size:.9375rem;line-height:1.6;color:var(--textBody);margin:0 0 .875rem}.cs-bio-link[data-astro-cid-ogk4kmyw]{display:inline-block;font-family:var(--fontHeading);font-size:.875rem;font-weight:700;color:var(--teal);text-decoration:none;transition:color .2s ease}.cs-bio-link[data-astro-cid-ogk4kmyw]:hover{color:var(--red)}@media only screen and (min-width:48rem){.cs-author-bio[data-astro-cid-ogk4kmyw]{flex-direction:row;text-align:left;gap:1.75rem;align-items:center}.cs-bio-photo[data-astro-cid-ogk4kmyw]{width:7rem;height:7rem}}.cs-related[data-astro-cid-ph4kef3u]{padding:var(--sectionPadding);background-color:var(--sand)}.cs-related-container[data-astro-cid-ph4kef3u]{width:92%;max-width:80rem;margin:0 auto}.cs-related-header[data-astro-cid-ph4kef3u]{margin-bottom:3rem;text-align:center}.cs-related-header[data-astro-cid-ph4kef3u] .cs-topper{justify-content:center}.cs-related-title[data-astro-cid-ph4kef3u]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--textHeading);margin:0 auto}.cs-related-grid[data-astro-cid-ph4kef3u]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}.cs-related-card[data-astro-cid-ph4kef3u]{padding:0;overflow:hidden;display:flex;flex-direction:column}.cs-related-link[data-astro-cid-ph4kef3u]{display:flex;flex-direction:column;text-decoration:none;height:100%}.cs-related-image[data-astro-cid-ph4kef3u]{display:block;width:100%;aspect-ratio:4/3;overflow:hidden;background-color:var(--sandLight)}.cs-related-image[data-astro-cid-ph4kef3u] img[data-astro-cid-ph4kef3u]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cs-related-card[data-astro-cid-ph4kef3u]:hover .cs-related-image[data-astro-cid-ph4kef3u] img[data-astro-cid-ph4kef3u]{transform:scale(1.03)}.cs-related-card[data-astro-cid-ph4kef3u]:hover .cs-related-cta[data-astro-cid-ph4kef3u]{color:var(--red)}.cs-related-body[data-astro-cid-ph4kef3u]{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.cs-related-meta[data-astro-cid-ph4kef3u]{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--textMuted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.cs-related-dot[data-astro-cid-ph4kef3u]{width:3px;height:3px;border-radius:50%;background-color:var(--red)}.cs-related-name[data-astro-cid-ph4kef3u]{font-family:var(--fontHeading);font-size:1.125rem;font-weight:700;color:var(--textHeading);line-height:1.3;margin:0 0 .5rem}.cs-related-desc[data-astro-cid-ph4kef3u]{font-size:.875rem;line-height:1.6;color:var(--textBody);margin:0 0 1rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cs-related-cta[data-astro-cid-ph4kef3u]{font-family:var(--fontHeading);font-size:.875rem;font-weight:700;color:var(--teal);transition:color .2s ease}@media only screen and (min-width:48rem){.cs-related-grid[data-astro-cid-ph4kef3u]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64rem){.cs-related-grid[data-astro-cid-ph4kef3u]{grid-template-columns:repeat(3,1fr);gap:2rem}}.cs-toc[data-astro-cid-xmfiaeam]{margin:0 auto 2.5rem;max-width:45rem;background-color:var(--sand);border:1px solid var(--borderLight);border-radius:.75rem;padding:1.25rem 1.5rem}.cs-toc-details[data-astro-cid-xmfiaeam] summary[data-astro-cid-xmfiaeam]{list-style:none;cursor:pointer}.cs-toc-details[data-astro-cid-xmfiaeam] summary[data-astro-cid-xmfiaeam]::-webkit-details-marker{display:none}.cs-toc-summary[data-astro-cid-xmfiaeam]{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cs-toc-label[data-astro-cid-xmfiaeam]{font-family:var(--fontHeading);font-size:.8125rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--redAccent)}.cs-toc-icon[data-astro-cid-xmfiaeam]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}.cs-toc-details[data-astro-cid-xmfiaeam][open] .cs-toc-icon[data-astro-cid-xmfiaeam]{transform:rotate(180deg)}.cs-toc-list[data-astro-cid-xmfiaeam]{list-style:none;padding:0;margin:1rem 0 0;counter-reset:toc-counter}.cs-toc-item[data-astro-cid-xmfiaeam]{font-size:.9375rem;line-height:1.5}.cs-toc-item[data-astro-cid-xmfiaeam] a[data-astro-cid-xmfiaeam]{display:block;padding:.4375rem 0;color:var(--textBody);text-decoration:none;transition:color .2s ease}.cs-toc-item[data-astro-cid-xmfiaeam] a[data-astro-cid-xmfiaeam]:hover{color:var(--teal)}.cs-toc-depth-2[data-astro-cid-xmfiaeam]{counter-increment:toc-counter}.cs-toc-depth-2[data-astro-cid-xmfiaeam] a[data-astro-cid-xmfiaeam]:before{content:counter(toc-counter,decimal-leading-zero)". ";font-family:var(--fontMono);color:var(--redAccent);margin-right:.5rem;font-size:.8125rem}.cs-toc-depth-3[data-astro-cid-xmfiaeam]{padding-left:1.5rem}.cs-toc-depth-3[data-astro-cid-xmfiaeam] a[data-astro-cid-xmfiaeam]{font-size:.875rem;color:var(--textMuted)}.cs-share[data-astro-cid-225rakgd]{max-width:45rem;margin:2.5rem auto 0;padding:1.25rem 0;border-top:1px solid var(--borderLight);display:flex;align-items:center;justify-content:space-between;gap:1rem}.cs-share-label[data-astro-cid-225rakgd]{font-family:var(--fontHeading);font-size:.8125rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--redAccent)}.cs-share-buttons[data-astro-cid-225rakgd]{display:flex;align-items:center;gap:.5rem}.cs-share-button[data-astro-cid-225rakgd]{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;color:var(--teal);text-decoration:none;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease;position:relative}.cs-share-button[data-astro-cid-225rakgd]:hover{background-color:var(--teal);color:#fff;border-color:var(--teal);transform:translateY(-1px)}.cs-share-button[data-astro-cid-225rakgd]:active{transform:translateY(0)}.cs-share-toast[data-astro-cid-225rakgd]{position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%) translateY(.25rem);background-color:var(--teal);color:#fff;font-family:var(--fontHeading);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.375rem .625rem;border-radius:.375rem;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;white-space:nowrap}.cs-share-toast[data-astro-cid-225rakgd].is-visible{opacity:1;transform:translate(-50%) translateY(0)}#blog-content{font-family:var(--fontBody);font-size:1.0625rem;line-height:1.75;color:var(--textBody)}#blog-content h1,#blog-content h2,#blog-content h3,#blog-content h4,#blog-content h5,#blog-content h6{font-family:var(--fontHeading);font-weight:700;color:var(--textHeading);line-height:1.25}#blog-content h1{font-size:clamp(2rem,4vw,2.5rem);margin:2.5rem 0 1rem}#blog-content h2{font-size:clamp(1.625rem,3vw,2rem);margin:2.5rem 0 1rem}#blog-content h3{font-size:clamp(1.25rem,2.5vw,1.5rem);margin:2rem 0 .75rem}#blog-content h4{font-size:1.125rem;margin:1.5rem 0 .5rem}#blog-content p{margin:0 0 1.25rem}#blog-content a{color:var(--teal);text-decoration:underline;text-decoration-color:#d62b1e66;text-underline-offset:.15em;text-decoration-thickness:2px;transition:color .2s ease,text-decoration-color .2s ease}#blog-content a:hover{color:var(--red);text-decoration-color:var(--red)}#blog-content ul,#blog-content ol{margin:0 0 1.5rem;padding-left:1.5rem}#blog-content li{margin-bottom:.5rem;line-height:1.7}#blog-content li>ul,#blog-content li>ol{margin-top:.5rem;margin-bottom:.5rem}#blog-content li input[type=checkbox]{margin-right:.5rem;transform:translateY(.1em)}#blog-content strong{color:var(--textHeading);font-weight:700}#blog-content em{font-style:italic}#blog-content blockquote{margin:2rem 0;padding:.5rem 0 .5rem 1.5rem;border-left:4px solid var(--red);font-style:italic;color:var(--textBody)}#blog-content blockquote p:last-child{margin-bottom:0}#blog-content code{font-family:var(--fontMono);font-size:.9em;background-color:var(--sand);color:var(--teal);padding:.1875rem .375rem;border-radius:.25rem}#blog-content pre{margin:1.5rem 0;padding:1.25rem;background-color:var(--tealDark);color:#fff;border-radius:.5rem;overflow-x:auto;font-family:var(--fontMono);font-size:.875rem;line-height:1.6}#blog-content pre code{background:none;color:inherit;padding:0;border-radius:0;font-size:inherit}#blog-content hr{margin:2.5rem 0;border:none;border-top:1px solid var(--borderLight)}#blog-content img{display:block;max-width:100%;height:auto;margin:1.5rem auto;border-radius:.5rem}#blog-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9375rem}#blog-content th,#blog-content td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--borderLight)}#blog-content th{font-family:var(--fontHeading);font-weight:700;color:var(--textHeading);background-color:var(--sand)}#blog-content>:first-child{margin-top:0}#blog-content>:last-child{margin-bottom:0}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Bold.woff2)format("woff2");font-weight:700;font-display:swap}html{font-size:100%}body{margin:0;padding:0;font-family:var(--fontBody);font-size:var(--bodyFontSize);color:var(--textBody);background-color:var(--sandLight);overflow-x:hidden}.skip{position:absolute;top:0;left:0;opacity:0;z-index:-10}.cs-topper{font-family:var(--fontTopper);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--redAccent);display:flex;align-items:center;gap:.75rem}.cs-topper:before{content:"";display:inline-block;width:1.5rem;height:2px;background-color:var(--red);flex-shrink:0}.cs-title{font-family:var(--fontHeading);font-size:var(--headerFontSize);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1rem;max-width:43.75rem}.cs-text{font-family:var(--fontBody);font-size:var(--bodyFontSize);line-height:1.7;color:var(--textBody);margin:0 0 1rem;max-width:40.625rem}.cs-h3{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.3;color:var(--textHeading);margin:0 0 .5rem}.cs-mono{font-family:var(--fontMono)}.cs-gradient-text{background:linear-gradient(135deg,var(--teal),var(--red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cs-button-solid{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease}.cs-button-solid:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-solid:active{transform:translateY(0)}.cs-button-outline{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:transparent;color:var(--teal);border:2px solid var(--teal);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .15s ease}.cs-button-outline:hover{background-color:var(--teal);color:#fff;transform:translateY(-1px)}.cs-button-outline:active{transform:translateY(0)}.cs-button-light{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease;background-color:#fff;color:var(--teal);border-color:#fff}.cs-button-light:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-light:active{transform:translateY(0)}.cs-button-light:hover{background-color:var(--sand);border-color:var(--sand);color:var(--teal)}.cs-card{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:var(--radiusLg);padding:clamp(1.5rem,3vw,2rem);position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cs-card:hover{transform:translateY(-4px);box-shadow:var(--shadowLg);border-color:#d62b1e33}.cs-card:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:3px;background:linear-gradient(90deg,var(--red),var(--redAccent));border-radius:0 0 2px 2px;opacity:0;transition:opacity .3s ease}.cs-card:hover:before{opacity:1}.cs-picture{border-radius:var(--radiusLg);overflow:hidden;position:relative}.cs-picture:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #0c37421a;pointer-events:none}.cs-picture img{transition:transform .5s ease}.cs-picture:hover img{transform:scale(1.03)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}[data-reveal-stagger].is-visible .cs-item,[data-reveal-stagger].is-visible .cs-card,[data-reveal-stagger].is-visible .cs-li{opacity:1;transform:translateY(0)}[data-reveal-stagger].is-visible .cs-item:nth-child(2),[data-reveal-stagger].is-visible .cs-card:nth-child(2),[data-reveal-stagger].is-visible .cs-li:nth-child(2){transition-delay:.1s}[data-reveal-stagger].is-visible .cs-item:nth-child(3),[data-reveal-stagger].is-visible .cs-card:nth-child(3),[data-reveal-stagger].is-visible .cs-li:nth-child(3){transition-delay:.2s}[data-reveal-stagger].is-visible .cs-item:nth-child(4),[data-reveal-stagger].is-visible .cs-card:nth-child(4),[data-reveal-stagger].is-visible .cs-li:nth-child(4){transition-delay:.3s}[data-reveal-stagger].is-visible .cs-item:nth-child(5),[data-reveal-stagger].is-visible .cs-card:nth-child(5){transition-delay:.4s}[data-reveal-stagger].is-visible .cs-item:nth-child(6),[data-reveal-stagger].is-visible .cs-card:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:1;transform:none;transition:none}}.cs-dark-section{position:relative}.cs-dark-section:after{content:"";position:absolute;inset:0;background-image:url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 256\ 256\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cfilter\ id=\'noise\'%3E%3CfeTurbulence\ type=\'fractalNoise\'\ baseFrequency=\'0.65\'\ numOctaves=\'3\'\ stitchTiles=\'stitch\'/%3E%3C/filter%3E%3Crect\ width=\'100%25\'\ height=\'100%25\'\ filter=\'url\(%23noise\)\'/%3E%3C/svg%3E);opacity:.03;pointer-events:none;z-index:1}.cs-dark-section>*{position:relative;z-index:2}.cs-dark-section .cs-topper{color:#ffffffa6}.cs-dark-section .cs-topper:before{background-color:#ffffff4d}.cs-dark-section .cs-title{color:#fff}.cs-dark-section .cs-text{color:#ffffffb3}.cs-dark-section .cs-button-outline{border-color:#ffffff4d;color:#fff}.cs-dark-section .cs-button-outline:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff}.cs-link-animated{position:relative;text-decoration:none;color:var(--teal)}.cs-link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}.cs-link-animated:hover:after{width:100%}@media only screen and (max-width:63.9375rem){body.cs-open{overflow:hidden}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Bold.woff2)format("woff2");font-weight:700;font-display:swap}html{font-size:100%}body{margin:0;padding:0;font-family:var(--fontBody);font-size:var(--bodyFontSize);color:var(--textBody);background-color:var(--sandLight);overflow-x:hidden}.skip{position:absolute;top:0;left:0;opacity:0;z-index:-10}.cs-topper{font-family:var(--fontTopper);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--redAccent);display:flex;align-items:center;gap:.75rem}.cs-topper:before{content:"";display:inline-block;width:1.5rem;height:2px;background-color:var(--red);flex-shrink:0}.cs-title{font-family:var(--fontHeading);font-size:var(--headerFontSize);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1rem;max-width:43.75rem}.cs-text{font-family:var(--fontBody);font-size:var(--bodyFontSize);line-height:1.7;color:var(--textBody);margin:0 0 1rem;max-width:40.625rem}.cs-h3{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.3;color:var(--textHeading);margin:0 0 .5rem}.cs-mono{font-family:var(--fontMono)}.cs-gradient-text{background:linear-gradient(135deg,var(--teal),var(--red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cs-button-solid{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease}.cs-button-solid:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-solid:active{transform:translateY(0)}.cs-button-outline{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:transparent;color:var(--teal);border:2px solid var(--teal);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .15s ease}.cs-button-outline:hover{background-color:var(--teal);color:#fff;transform:translateY(-1px)}.cs-button-outline:active{transform:translateY(0)}.cs-button-light{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease;background-color:#fff;color:var(--teal);border-color:#fff}.cs-button-light:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-light:active{transform:translateY(0)}.cs-button-light:hover{background-color:var(--sand);border-color:var(--sand);color:var(--teal)}.cs-card{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:var(--radiusLg);padding:clamp(1.5rem,3vw,2rem);position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cs-card:hover{transform:translateY(-4px);box-shadow:var(--shadowLg);border-color:#d62b1e33}.cs-card:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:3px;background:linear-gradient(90deg,var(--red),var(--redAccent));border-radius:0 0 2px 2px;opacity:0;transition:opacity .3s ease}.cs-card:hover:before{opacity:1}.cs-picture{border-radius:var(--radiusLg);overflow:hidden;position:relative}.cs-picture:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #0c37421a;pointer-events:none}.cs-picture img{transition:transform .5s ease}.cs-picture:hover img{transform:scale(1.03)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}[data-reveal-stagger].is-visible .cs-item,[data-reveal-stagger].is-visible .cs-card,[data-reveal-stagger].is-visible .cs-li{opacity:1;transform:translateY(0)}[data-reveal-stagger].is-visible .cs-item:nth-child(2),[data-reveal-stagger].is-visible .cs-card:nth-child(2),[data-reveal-stagger].is-visible .cs-li:nth-child(2){transition-delay:.1s}[data-reveal-stagger].is-visible .cs-item:nth-child(3),[data-reveal-stagger].is-visible .cs-card:nth-child(3),[data-reveal-stagger].is-visible .cs-li:nth-child(3){transition-delay:.2s}[data-reveal-stagger].is-visible .cs-item:nth-child(4),[data-reveal-stagger].is-visible .cs-card:nth-child(4),[data-reveal-stagger].is-visible .cs-li:nth-child(4){transition-delay:.3s}[data-reveal-stagger].is-visible .cs-item:nth-child(5),[data-reveal-stagger].is-visible .cs-card:nth-child(5){transition-delay:.4s}[data-reveal-stagger].is-visible .cs-item:nth-child(6),[data-reveal-stagger].is-visible .cs-card:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:1;transform:none;transition:none}}.cs-dark-section{position:relative}.cs-dark-section:after{content:"";position:absolute;inset:0;background-image:url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 256\ 256\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cfilter\ id=\'noise\'%3E%3CfeTurbulence\ type=\'fractalNoise\'\ baseFrequency=\'0.65\'\ numOctaves=\'3\'\ stitchTiles=\'stitch\'/%3E%3C/filter%3E%3Crect\ width=\'100%25\'\ height=\'100%25\'\ filter=\'url\(%23noise\)\'/%3E%3C/svg%3E);opacity:.03;pointer-events:none;z-index:1}.cs-dark-section>*{position:relative;z-index:2}.cs-dark-section .cs-topper{color:#ffffffa6}.cs-dark-section .cs-topper:before{background-color:#ffffff4d}.cs-dark-section .cs-title{color:#fff}.cs-dark-section .cs-text{color:#ffffffb3}.cs-dark-section .cs-button-outline{border-color:#ffffff4d;color:#fff}.cs-dark-section .cs-button-outline:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff}.cs-link-animated{position:relative;text-decoration:none;color:var(--teal)}.cs-link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}.cs-link-animated:hover:after{width:100%}@media only screen and (max-width:63.9375rem){body.cs-open{overflow:hidden}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Bold.woff2)format("woff2");font-weight:700;font-display:swap}html{font-size:100%}body{margin:0;padding:0;font-family:var(--fontBody);font-size:var(--bodyFontSize);color:var(--textBody);background-color:var(--sandLight);overflow-x:hidden}.skip{position:absolute;top:0;left:0;opacity:0;z-index:-10}.cs-topper{font-family:var(--fontTopper);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--redAccent);display:flex;align-items:center;gap:.75rem}.cs-topper:before{content:"";display:inline-block;width:1.5rem;height:2px;background-color:var(--red);flex-shrink:0}.cs-title{font-family:var(--fontHeading);font-size:var(--headerFontSize);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1rem;max-width:43.75rem}.cs-text{font-family:var(--fontBody);font-size:var(--bodyFontSize);line-height:1.7;color:var(--textBody);margin:0 0 1rem;max-width:40.625rem}.cs-h3{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.3;color:var(--textHeading);margin:0 0 .5rem}.cs-mono{font-family:var(--fontMono)}.cs-gradient-text{background:linear-gradient(135deg,var(--teal),var(--red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cs-button-solid{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease}.cs-button-solid:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-solid:active{transform:translateY(0)}.cs-button-outline{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:transparent;color:var(--teal);border:2px solid var(--teal);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .15s ease}.cs-button-outline:hover{background-color:var(--teal);color:#fff;transform:translateY(-1px)}.cs-button-outline:active{transform:translateY(0)}.cs-button-light{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease;background-color:#fff;color:var(--teal);border-color:#fff}.cs-button-light:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-light:active{transform:translateY(0)}.cs-button-light:hover{background-color:var(--sand);border-color:var(--sand);color:var(--teal)}.cs-card{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:var(--radiusLg);padding:clamp(1.5rem,3vw,2rem);position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cs-card:hover{transform:translateY(-4px);box-shadow:var(--shadowLg);border-color:#d62b1e33}.cs-card:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:3px;background:linear-gradient(90deg,var(--red),var(--redAccent));border-radius:0 0 2px 2px;opacity:0;transition:opacity .3s ease}.cs-card:hover:before{opacity:1}.cs-picture{border-radius:var(--radiusLg);overflow:hidden;position:relative}.cs-picture:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #0c37421a;pointer-events:none}.cs-picture img{transition:transform .5s ease}.cs-picture:hover img{transform:scale(1.03)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}[data-reveal-stagger].is-visible .cs-item,[data-reveal-stagger].is-visible .cs-card,[data-reveal-stagger].is-visible .cs-li{opacity:1;transform:translateY(0)}[data-reveal-stagger].is-visible .cs-item:nth-child(2),[data-reveal-stagger].is-visible .cs-card:nth-child(2),[data-reveal-stagger].is-visible .cs-li:nth-child(2){transition-delay:.1s}[data-reveal-stagger].is-visible .cs-item:nth-child(3),[data-reveal-stagger].is-visible .cs-card:nth-child(3),[data-reveal-stagger].is-visible .cs-li:nth-child(3){transition-delay:.2s}[data-reveal-stagger].is-visible .cs-item:nth-child(4),[data-reveal-stagger].is-visible .cs-card:nth-child(4),[data-reveal-stagger].is-visible .cs-li:nth-child(4){transition-delay:.3s}[data-reveal-stagger].is-visible .cs-item:nth-child(5),[data-reveal-stagger].is-visible .cs-card:nth-child(5){transition-delay:.4s}[data-reveal-stagger].is-visible .cs-item:nth-child(6),[data-reveal-stagger].is-visible .cs-card:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:1;transform:none;transition:none}}.cs-dark-section{position:relative}.cs-dark-section:after{content:"";position:absolute;inset:0;background-image:url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 256\ 256\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cfilter\ id=\'noise\'%3E%3CfeTurbulence\ type=\'fractalNoise\'\ baseFrequency=\'0.65\'\ numOctaves=\'3\'\ stitchTiles=\'stitch\'/%3E%3C/filter%3E%3Crect\ width=\'100%25\'\ height=\'100%25\'\ filter=\'url\(%23noise\)\'/%3E%3C/svg%3E);opacity:.03;pointer-events:none;z-index:1}.cs-dark-section>*{position:relative;z-index:2}.cs-dark-section .cs-topper{color:#ffffffa6}.cs-dark-section .cs-topper:before{background-color:#ffffff4d}.cs-dark-section .cs-title{color:#fff}.cs-dark-section .cs-text{color:#ffffffb3}.cs-dark-section .cs-button-outline{border-color:#ffffff4d;color:#fff}.cs-dark-section .cs-button-outline:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff}.cs-link-animated{position:relative;text-decoration:none;color:var(--teal)}.cs-link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}.cs-link-animated:hover:after{width:100%}@media only screen and (max-width:63.9375rem){body.cs-open{overflow:hidden}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Bold.woff2)format("woff2");font-weight:700;font-display:swap}html{font-size:100%}body{margin:0;padding:0;font-family:var(--fontBody);font-size:var(--bodyFontSize);color:var(--textBody);background-color:var(--sandLight);overflow-x:hidden}.skip{position:absolute;top:0;left:0;opacity:0;z-index:-10}.cs-topper{font-family:var(--fontTopper);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--redAccent);display:flex;align-items:center;gap:.75rem}.cs-topper:before{content:"";display:inline-block;width:1.5rem;height:2px;background-color:var(--red);flex-shrink:0}.cs-title{font-family:var(--fontHeading);font-size:var(--headerFontSize);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1rem;max-width:43.75rem}.cs-text{font-family:var(--fontBody);font-size:var(--bodyFontSize);line-height:1.7;color:var(--textBody);margin:0 0 1rem;max-width:40.625rem}.cs-h3{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.3;color:var(--textHeading);margin:0 0 .5rem}.cs-mono{font-family:var(--fontMono)}.cs-gradient-text{background:linear-gradient(135deg,var(--teal),var(--red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cs-button-solid{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease}.cs-button-solid:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-solid:active{transform:translateY(0)}.cs-button-outline{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:transparent;color:var(--teal);border:2px solid var(--teal);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .15s ease}.cs-button-outline:hover{background-color:var(--teal);color:#fff;transform:translateY(-1px)}.cs-button-outline:active{transform:translateY(0)}.cs-button-light{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease;background-color:#fff;color:var(--teal);border-color:#fff}.cs-button-light:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-light:active{transform:translateY(0)}.cs-button-light:hover{background-color:var(--sand);border-color:var(--sand);color:var(--teal)}.cs-card{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:var(--radiusLg);padding:clamp(1.5rem,3vw,2rem);position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cs-card:hover{transform:translateY(-4px);box-shadow:var(--shadowLg);border-color:#d62b1e33}.cs-card:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:3px;background:linear-gradient(90deg,var(--red),var(--redAccent));border-radius:0 0 2px 2px;opacity:0;transition:opacity .3s ease}.cs-card:hover:before{opacity:1}.cs-picture{border-radius:var(--radiusLg);overflow:hidden;position:relative}.cs-picture:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #0c37421a;pointer-events:none}.cs-picture img{transition:transform .5s ease}.cs-picture:hover img{transform:scale(1.03)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}[data-reveal-stagger].is-visible .cs-item,[data-reveal-stagger].is-visible .cs-card,[data-reveal-stagger].is-visible .cs-li{opacity:1;transform:translateY(0)}[data-reveal-stagger].is-visible .cs-item:nth-child(2),[data-reveal-stagger].is-visible .cs-card:nth-child(2),[data-reveal-stagger].is-visible .cs-li:nth-child(2){transition-delay:.1s}[data-reveal-stagger].is-visible .cs-item:nth-child(3),[data-reveal-stagger].is-visible .cs-card:nth-child(3),[data-reveal-stagger].is-visible .cs-li:nth-child(3){transition-delay:.2s}[data-reveal-stagger].is-visible .cs-item:nth-child(4),[data-reveal-stagger].is-visible .cs-card:nth-child(4),[data-reveal-stagger].is-visible .cs-li:nth-child(4){transition-delay:.3s}[data-reveal-stagger].is-visible .cs-item:nth-child(5),[data-reveal-stagger].is-visible .cs-card:nth-child(5){transition-delay:.4s}[data-reveal-stagger].is-visible .cs-item:nth-child(6),[data-reveal-stagger].is-visible .cs-card:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:1;transform:none;transition:none}}.cs-dark-section{position:relative}.cs-dark-section:after{content:"";position:absolute;inset:0;background-image:url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 256\ 256\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cfilter\ id=\'noise\'%3E%3CfeTurbulence\ type=\'fractalNoise\'\ baseFrequency=\'0.65\'\ numOctaves=\'3\'\ stitchTiles=\'stitch\'/%3E%3C/filter%3E%3Crect\ width=\'100%25\'\ height=\'100%25\'\ filter=\'url\(%23noise\)\'/%3E%3C/svg%3E);opacity:.03;pointer-events:none;z-index:1}.cs-dark-section>*{position:relative;z-index:2}.cs-dark-section .cs-topper{color:#ffffffa6}.cs-dark-section .cs-topper:before{background-color:#ffffff4d}.cs-dark-section .cs-title{color:#fff}.cs-dark-section .cs-text{color:#ffffffb3}.cs-dark-section .cs-button-outline{border-color:#ffffff4d;color:#fff}.cs-dark-section .cs-button-outline:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff}.cs-link-animated{position:relative;text-decoration:none;color:var(--teal)}.cs-link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}.cs-link-animated:hover:after{width:100%}@media only screen and (max-width:63.9375rem){body.cs-open{overflow:hidden}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Bold.woff2)format("woff2");font-weight:700;font-display:swap}html{font-size:100%}body{margin:0;padding:0;font-family:var(--fontBody);font-size:var(--bodyFontSize);color:var(--textBody);background-color:var(--sandLight);overflow-x:hidden}.skip{position:absolute;top:0;left:0;opacity:0;z-index:-10}.cs-topper{font-family:var(--fontTopper);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--redAccent);display:flex;align-items:center;gap:.75rem}.cs-topper:before{content:"";display:inline-block;width:1.5rem;height:2px;background-color:var(--red);flex-shrink:0}.cs-title{font-family:var(--fontHeading);font-size:var(--headerFontSize);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1rem;max-width:43.75rem}.cs-text{font-family:var(--fontBody);font-size:var(--bodyFontSize);line-height:1.7;color:var(--textBody);margin:0 0 1rem;max-width:40.625rem}.cs-h3{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.3;color:var(--textHeading);margin:0 0 .5rem}.cs-mono{font-family:var(--fontMono)}.cs-gradient-text{background:linear-gradient(135deg,var(--teal),var(--red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cs-button-solid{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease}.cs-button-solid:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-solid:active{transform:translateY(0)}.cs-button-outline{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:transparent;color:var(--teal);border:2px solid var(--teal);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .15s ease}.cs-button-outline:hover{background-color:var(--teal);color:#fff;transform:translateY(-1px)}.cs-button-outline:active{transform:translateY(0)}.cs-button-light{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease;background-color:#fff;color:var(--teal);border-color:#fff}.cs-button-light:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-light:active{transform:translateY(0)}.cs-button-light:hover{background-color:var(--sand);border-color:var(--sand);color:var(--teal)}.cs-card{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:var(--radiusLg);padding:clamp(1.5rem,3vw,2rem);position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cs-card:hover{transform:translateY(-4px);box-shadow:var(--shadowLg);border-color:#d62b1e33}.cs-card:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:3px;background:linear-gradient(90deg,var(--red),var(--redAccent));border-radius:0 0 2px 2px;opacity:0;transition:opacity .3s ease}.cs-card:hover:before{opacity:1}.cs-picture{border-radius:var(--radiusLg);overflow:hidden;position:relative}.cs-picture:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #0c37421a;pointer-events:none}.cs-picture img{transition:transform .5s ease}.cs-picture:hover img{transform:scale(1.03)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}[data-reveal-stagger].is-visible .cs-item,[data-reveal-stagger].is-visible .cs-card,[data-reveal-stagger].is-visible .cs-li{opacity:1;transform:translateY(0)}[data-reveal-stagger].is-visible .cs-item:nth-child(2),[data-reveal-stagger].is-visible .cs-card:nth-child(2),[data-reveal-stagger].is-visible .cs-li:nth-child(2){transition-delay:.1s}[data-reveal-stagger].is-visible .cs-item:nth-child(3),[data-reveal-stagger].is-visible .cs-card:nth-child(3),[data-reveal-stagger].is-visible .cs-li:nth-child(3){transition-delay:.2s}[data-reveal-stagger].is-visible .cs-item:nth-child(4),[data-reveal-stagger].is-visible .cs-card:nth-child(4),[data-reveal-stagger].is-visible .cs-li:nth-child(4){transition-delay:.3s}[data-reveal-stagger].is-visible .cs-item:nth-child(5),[data-reveal-stagger].is-visible .cs-card:nth-child(5){transition-delay:.4s}[data-reveal-stagger].is-visible .cs-item:nth-child(6),[data-reveal-stagger].is-visible .cs-card:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:1;transform:none;transition:none}}.cs-dark-section{position:relative}.cs-dark-section:after{content:"";position:absolute;inset:0;background-image:url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 256\ 256\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cfilter\ id=\'noise\'%3E%3CfeTurbulence\ type=\'fractalNoise\'\ baseFrequency=\'0.65\'\ numOctaves=\'3\'\ stitchTiles=\'stitch\'/%3E%3C/filter%3E%3Crect\ width=\'100%25\'\ height=\'100%25\'\ filter=\'url\(%23noise\)\'/%3E%3C/svg%3E);opacity:.03;pointer-events:none;z-index:1}.cs-dark-section>*{position:relative;z-index:2}.cs-dark-section .cs-topper{color:#ffffffa6}.cs-dark-section .cs-topper:before{background-color:#ffffff4d}.cs-dark-section .cs-title{color:#fff}.cs-dark-section .cs-text{color:#ffffffb3}.cs-dark-section .cs-button-outline{border-color:#ffffff4d;color:#fff}.cs-dark-section .cs-button-outline:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff}.cs-link-animated{position:relative;text-decoration:none;color:var(--teal)}.cs-link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}.cs-link-animated:hover:after{width:100%}@media only screen and (max-width:63.9375rem){body.cs-open{overflow:hidden}}.cs-faq[data-astro-cid-u6zmyoqc]{padding:var(--sectionPadding)}.cs-faq[data-astro-cid-u6zmyoqc].cs-faq-bg-sand{background-color:var(--sand)}.cs-faq[data-astro-cid-u6zmyoqc].cs-faq-bg-sandLight{background-color:var(--sandLight)}.cs-faq[data-astro-cid-u6zmyoqc] .cs-container[data-astro-cid-u6zmyoqc]{width:92%;max-width:56rem;margin:0 auto}.cs-faq[data-astro-cid-u6zmyoqc] .cs-content[data-astro-cid-u6zmyoqc]{margin-bottom:3rem;text-align:center}.cs-faq[data-astro-cid-u6zmyoqc] .cs-content[data-astro-cid-u6zmyoqc] .cs-topper[data-astro-cid-u6zmyoqc]{justify-content:center}.cs-faq[data-astro-cid-u6zmyoqc] .cs-faq-title[data-astro-cid-u6zmyoqc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto;max-width:100%;text-align:center}.cs-faq-list[data-astro-cid-u6zmyoqc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.cs-faq-item[data-astro-cid-u6zmyoqc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}.cs-faq-item[data-astro-cid-u6zmyoqc].is-open{border-color:var(--red)}.cs-faq-button[data-astro-cid-u6zmyoqc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}.cs-faq-icon[data-astro-cid-u6zmyoqc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}.cs-faq-item[data-astro-cid-u6zmyoqc].is-open .cs-faq-icon[data-astro-cid-u6zmyoqc]{transform:rotate(180deg)}.cs-faq-answer[data-astro-cid-u6zmyoqc]{max-height:0;overflow:hidden;transition:max-height .3s ease}.cs-faq-answer[data-astro-cid-u6zmyoqc] p[data-astro-cid-u6zmyoqc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}.cs-faq-item[data-astro-cid-u6zmyoqc].is-open .cs-faq-answer[data-astro-cid-u6zmyoqc]{max-height:30rem}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Bold.woff2)format("woff2");font-weight:700;font-display:swap}html{font-size:100%}body{margin:0;padding:0;font-family:var(--fontBody);font-size:var(--bodyFontSize);color:var(--textBody);background-color:var(--sandLight);overflow-x:hidden}.skip{position:absolute;top:0;left:0;opacity:0;z-index:-10}.cs-topper{font-family:var(--fontTopper);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--redAccent);display:flex;align-items:center;gap:.75rem}.cs-topper:before{content:"";display:inline-block;width:1.5rem;height:2px;background-color:var(--red);flex-shrink:0}.cs-title{font-family:var(--fontHeading);font-size:var(--headerFontSize);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1rem;max-width:43.75rem}.cs-text{font-family:var(--fontBody);font-size:var(--bodyFontSize);line-height:1.7;color:var(--textBody);margin:0 0 1rem;max-width:40.625rem}.cs-h3{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.3;color:var(--textHeading);margin:0 0 .5rem}.cs-mono{font-family:var(--fontMono)}.cs-gradient-text{background:linear-gradient(135deg,var(--teal),var(--red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cs-button-solid{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease}.cs-button-solid:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-solid:active{transform:translateY(0)}.cs-button-outline{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:transparent;color:var(--teal);border:2px solid var(--teal);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .15s ease}.cs-button-outline:hover{background-color:var(--teal);color:#fff;transform:translateY(-1px)}.cs-button-outline:active{transform:translateY(0)}.cs-button-light{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease;background-color:#fff;color:var(--teal);border-color:#fff}.cs-button-light:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-light:active{transform:translateY(0)}.cs-button-light:hover{background-color:var(--sand);border-color:var(--sand);color:var(--teal)}.cs-card{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:var(--radiusLg);padding:clamp(1.5rem,3vw,2rem);position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cs-card:hover{transform:translateY(-4px);box-shadow:var(--shadowLg);border-color:#d62b1e33}.cs-card:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:3px;background:linear-gradient(90deg,var(--red),var(--redAccent));border-radius:0 0 2px 2px;opacity:0;transition:opacity .3s ease}.cs-card:hover:before{opacity:1}.cs-picture{border-radius:var(--radiusLg);overflow:hidden;position:relative}.cs-picture:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #0c37421a;pointer-events:none}.cs-picture img{transition:transform .5s ease}.cs-picture:hover img{transform:scale(1.03)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}[data-reveal-stagger].is-visible .cs-item,[data-reveal-stagger].is-visible .cs-card,[data-reveal-stagger].is-visible .cs-li{opacity:1;transform:translateY(0)}[data-reveal-stagger].is-visible .cs-item:nth-child(2),[data-reveal-stagger].is-visible .cs-card:nth-child(2),[data-reveal-stagger].is-visible .cs-li:nth-child(2){transition-delay:.1s}[data-reveal-stagger].is-visible .cs-item:nth-child(3),[data-reveal-stagger].is-visible .cs-card:nth-child(3),[data-reveal-stagger].is-visible .cs-li:nth-child(3){transition-delay:.2s}[data-reveal-stagger].is-visible .cs-item:nth-child(4),[data-reveal-stagger].is-visible .cs-card:nth-child(4),[data-reveal-stagger].is-visible .cs-li:nth-child(4){transition-delay:.3s}[data-reveal-stagger].is-visible .cs-item:nth-child(5),[data-reveal-stagger].is-visible .cs-card:nth-child(5){transition-delay:.4s}[data-reveal-stagger].is-visible .cs-item:nth-child(6),[data-reveal-stagger].is-visible .cs-card:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:1;transform:none;transition:none}}.cs-dark-section{position:relative}.cs-dark-section:after{content:"";position:absolute;inset:0;background-image:url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 256\ 256\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cfilter\ id=\'noise\'%3E%3CfeTurbulence\ type=\'fractalNoise\'\ baseFrequency=\'0.65\'\ numOctaves=\'3\'\ stitchTiles=\'stitch\'/%3E%3C/filter%3E%3Crect\ width=\'100%25\'\ height=\'100%25\'\ filter=\'url\(%23noise\)\'/%3E%3C/svg%3E);opacity:.03;pointer-events:none;z-index:1}.cs-dark-section>*{position:relative;z-index:2}.cs-dark-section .cs-topper{color:#ffffffa6}.cs-dark-section .cs-topper:before{background-color:#ffffff4d}.cs-dark-section .cs-title{color:#fff}.cs-dark-section .cs-text{color:#ffffffb3}.cs-dark-section .cs-button-outline{border-color:#ffffff4d;color:#fff}.cs-dark-section .cs-button-outline:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff}.cs-link-animated{position:relative;text-decoration:none;color:var(--teal)}.cs-link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}.cs-link-animated:hover:after{width:100%}@media only screen and (max-width:63.9375rem){body.cs-open{overflow:hidden}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Bold.woff2)format("woff2");font-weight:700;font-display:swap}html{font-size:100%}body{margin:0;padding:0;font-family:var(--fontBody);font-size:var(--bodyFontSize);color:var(--textBody);background-color:var(--sandLight);overflow-x:hidden}.skip{position:absolute;top:0;left:0;opacity:0;z-index:-10}.cs-topper{font-family:var(--fontTopper);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--redAccent);display:flex;align-items:center;gap:.75rem}.cs-topper:before{content:"";display:inline-block;width:1.5rem;height:2px;background-color:var(--red);flex-shrink:0}.cs-title{font-family:var(--fontHeading);font-size:var(--headerFontSize);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1rem;max-width:43.75rem}.cs-text{font-family:var(--fontBody);font-size:var(--bodyFontSize);line-height:1.7;color:var(--textBody);margin:0 0 1rem;max-width:40.625rem}.cs-h3{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.3;color:var(--textHeading);margin:0 0 .5rem}.cs-mono{font-family:var(--fontMono)}.cs-gradient-text{background:linear-gradient(135deg,var(--teal),var(--red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cs-button-solid{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease}.cs-button-solid:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-solid:active{transform:translateY(0)}.cs-button-outline{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:transparent;color:var(--teal);border:2px solid var(--teal);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .15s ease}.cs-button-outline:hover{background-color:var(--teal);color:#fff;transform:translateY(-1px)}.cs-button-outline:active{transform:translateY(0)}.cs-button-light{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease;background-color:#fff;color:var(--teal);border-color:#fff}.cs-button-light:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-light:active{transform:translateY(0)}.cs-button-light:hover{background-color:var(--sand);border-color:var(--sand);color:var(--teal)}.cs-card{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:var(--radiusLg);padding:clamp(1.5rem,3vw,2rem);position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cs-card:hover{transform:translateY(-4px);box-shadow:var(--shadowLg);border-color:#d62b1e33}.cs-card:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:3px;background:linear-gradient(90deg,var(--red),var(--redAccent));border-radius:0 0 2px 2px;opacity:0;transition:opacity .3s ease}.cs-card:hover:before{opacity:1}.cs-picture{border-radius:var(--radiusLg);overflow:hidden;position:relative}.cs-picture:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #0c37421a;pointer-events:none}.cs-picture img{transition:transform .5s ease}.cs-picture:hover img{transform:scale(1.03)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}[data-reveal-stagger].is-visible .cs-item,[data-reveal-stagger].is-visible .cs-card,[data-reveal-stagger].is-visible .cs-li{opacity:1;transform:translateY(0)}[data-reveal-stagger].is-visible .cs-item:nth-child(2),[data-reveal-stagger].is-visible .cs-card:nth-child(2),[data-reveal-stagger].is-visible .cs-li:nth-child(2){transition-delay:.1s}[data-reveal-stagger].is-visible .cs-item:nth-child(3),[data-reveal-stagger].is-visible .cs-card:nth-child(3),[data-reveal-stagger].is-visible .cs-li:nth-child(3){transition-delay:.2s}[data-reveal-stagger].is-visible .cs-item:nth-child(4),[data-reveal-stagger].is-visible .cs-card:nth-child(4),[data-reveal-stagger].is-visible .cs-li:nth-child(4){transition-delay:.3s}[data-reveal-stagger].is-visible .cs-item:nth-child(5),[data-reveal-stagger].is-visible .cs-card:nth-child(5){transition-delay:.4s}[data-reveal-stagger].is-visible .cs-item:nth-child(6),[data-reveal-stagger].is-visible .cs-card:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:1;transform:none;transition:none}}.cs-dark-section{position:relative}.cs-dark-section:after{content:"";position:absolute;inset:0;background-image:url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 256\ 256\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cfilter\ id=\'noise\'%3E%3CfeTurbulence\ type=\'fractalNoise\'\ baseFrequency=\'0.65\'\ numOctaves=\'3\'\ stitchTiles=\'stitch\'/%3E%3C/filter%3E%3Crect\ width=\'100%25\'\ height=\'100%25\'\ filter=\'url\(%23noise\)\'/%3E%3C/svg%3E);opacity:.03;pointer-events:none;z-index:1}.cs-dark-section>*{position:relative;z-index:2}.cs-dark-section .cs-topper{color:#ffffffa6}.cs-dark-section .cs-topper:before{background-color:#ffffff4d}.cs-dark-section .cs-title{color:#fff}.cs-dark-section .cs-text{color:#ffffffb3}.cs-dark-section .cs-button-outline{border-color:#ffffff4d;color:#fff}.cs-dark-section .cs-button-outline:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff}.cs-link-animated{position:relative;text-decoration:none;color:var(--teal)}.cs-link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}.cs-link-animated:hover:after{width:100%}@media only screen and (max-width:63.9375rem){body.cs-open{overflow:hidden}}.cs-faq[data-astro-cid-u6zmyoqc]{padding:var(--sectionPadding)}.cs-faq[data-astro-cid-u6zmyoqc].cs-faq-bg-sand{background-color:var(--sand)}.cs-faq[data-astro-cid-u6zmyoqc].cs-faq-bg-sandLight{background-color:var(--sandLight)}.cs-faq[data-astro-cid-u6zmyoqc] .cs-container[data-astro-cid-u6zmyoqc]{width:92%;max-width:56rem;margin:0 auto}.cs-faq[data-astro-cid-u6zmyoqc] .cs-content[data-astro-cid-u6zmyoqc]{margin-bottom:3rem;text-align:center}.cs-faq[data-astro-cid-u6zmyoqc] .cs-content[data-astro-cid-u6zmyoqc] .cs-topper[data-astro-cid-u6zmyoqc]{justify-content:center}.cs-faq[data-astro-cid-u6zmyoqc] .cs-faq-title[data-astro-cid-u6zmyoqc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto;max-width:100%;text-align:center}.cs-faq-list[data-astro-cid-u6zmyoqc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.cs-faq-item[data-astro-cid-u6zmyoqc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}.cs-faq-item[data-astro-cid-u6zmyoqc].is-open{border-color:var(--red)}.cs-faq-button[data-astro-cid-u6zmyoqc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}.cs-faq-icon[data-astro-cid-u6zmyoqc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}.cs-faq-item[data-astro-cid-u6zmyoqc].is-open .cs-faq-icon[data-astro-cid-u6zmyoqc]{transform:rotate(180deg)}.cs-faq-answer[data-astro-cid-u6zmyoqc]{max-height:0;overflow:hidden;transition:max-height .3s ease}.cs-faq-answer[data-astro-cid-u6zmyoqc] p[data-astro-cid-u6zmyoqc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}.cs-faq-item[data-astro-cid-u6zmyoqc].is-open .cs-faq-answer[data-astro-cid-u6zmyoqc]{max-height:30rem}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Bold.woff2)format("woff2");font-weight:700;font-display:swap}html{font-size:100%}body{margin:0;padding:0;font-family:var(--fontBody);font-size:var(--bodyFontSize);color:var(--textBody);background-color:var(--sandLight);overflow-x:hidden}.skip{position:absolute;top:0;left:0;opacity:0;z-index:-10}.cs-topper{font-family:var(--fontTopper);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--redAccent);display:flex;align-items:center;gap:.75rem}.cs-topper:before{content:"";display:inline-block;width:1.5rem;height:2px;background-color:var(--red);flex-shrink:0}.cs-title{font-family:var(--fontHeading);font-size:var(--headerFontSize);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1rem;max-width:43.75rem}.cs-text{font-family:var(--fontBody);font-size:var(--bodyFontSize);line-height:1.7;color:var(--textBody);margin:0 0 1rem;max-width:40.625rem}.cs-h3{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.3;color:var(--textHeading);margin:0 0 .5rem}.cs-mono{font-family:var(--fontMono)}.cs-gradient-text{background:linear-gradient(135deg,var(--teal),var(--red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cs-button-solid{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease}.cs-button-solid:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-solid:active{transform:translateY(0)}.cs-button-outline{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:transparent;color:var(--teal);border:2px solid var(--teal);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .15s ease}.cs-button-outline:hover{background-color:var(--teal);color:#fff;transform:translateY(-1px)}.cs-button-outline:active{transform:translateY(0)}.cs-button-light{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease;background-color:#fff;color:var(--teal);border-color:#fff}.cs-button-light:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-light:active{transform:translateY(0)}.cs-button-light:hover{background-color:var(--sand);border-color:var(--sand);color:var(--teal)}.cs-card{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:var(--radiusLg);padding:clamp(1.5rem,3vw,2rem);position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cs-card:hover{transform:translateY(-4px);box-shadow:var(--shadowLg);border-color:#d62b1e33}.cs-card:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:3px;background:linear-gradient(90deg,var(--red),var(--redAccent));border-radius:0 0 2px 2px;opacity:0;transition:opacity .3s ease}.cs-card:hover:before{opacity:1}.cs-picture{border-radius:var(--radiusLg);overflow:hidden;position:relative}.cs-picture:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #0c37421a;pointer-events:none}.cs-picture img{transition:transform .5s ease}.cs-picture:hover img{transform:scale(1.03)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}[data-reveal-stagger].is-visible .cs-item,[data-reveal-stagger].is-visible .cs-card,[data-reveal-stagger].is-visible .cs-li{opacity:1;transform:translateY(0)}[data-reveal-stagger].is-visible .cs-item:nth-child(2),[data-reveal-stagger].is-visible .cs-card:nth-child(2),[data-reveal-stagger].is-visible .cs-li:nth-child(2){transition-delay:.1s}[data-reveal-stagger].is-visible .cs-item:nth-child(3),[data-reveal-stagger].is-visible .cs-card:nth-child(3),[data-reveal-stagger].is-visible .cs-li:nth-child(3){transition-delay:.2s}[data-reveal-stagger].is-visible .cs-item:nth-child(4),[data-reveal-stagger].is-visible .cs-card:nth-child(4),[data-reveal-stagger].is-visible .cs-li:nth-child(4){transition-delay:.3s}[data-reveal-stagger].is-visible .cs-item:nth-child(5),[data-reveal-stagger].is-visible .cs-card:nth-child(5){transition-delay:.4s}[data-reveal-stagger].is-visible .cs-item:nth-child(6),[data-reveal-stagger].is-visible .cs-card:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:1;transform:none;transition:none}}.cs-dark-section{position:relative}.cs-dark-section:after{content:"";position:absolute;inset:0;background-image:url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 256\ 256\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cfilter\ id=\'noise\'%3E%3CfeTurbulence\ type=\'fractalNoise\'\ baseFrequency=\'0.65\'\ numOctaves=\'3\'\ stitchTiles=\'stitch\'/%3E%3C/filter%3E%3Crect\ width=\'100%25\'\ height=\'100%25\'\ filter=\'url\(%23noise\)\'/%3E%3C/svg%3E);opacity:.03;pointer-events:none;z-index:1}.cs-dark-section>*{position:relative;z-index:2}.cs-dark-section .cs-topper{color:#ffffffa6}.cs-dark-section .cs-topper:before{background-color:#ffffff4d}.cs-dark-section .cs-title{color:#fff}.cs-dark-section .cs-text{color:#ffffffb3}.cs-dark-section .cs-button-outline{border-color:#ffffff4d;color:#fff}.cs-dark-section .cs-button-outline:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff}.cs-link-animated{position:relative;text-decoration:none;color:var(--teal)}.cs-link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}.cs-link-animated:hover:after{width:100%}@media only screen and (max-width:63.9375rem){body.cs-open{overflow:hidden}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Bold.woff2)format("woff2");font-weight:700;font-display:swap}html{font-size:100%}body{margin:0;padding:0;font-family:var(--fontBody);font-size:var(--bodyFontSize);color:var(--textBody);background-color:var(--sandLight);overflow-x:hidden}.skip{position:absolute;top:0;left:0;opacity:0;z-index:-10}.cs-topper{font-family:var(--fontTopper);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--redAccent);display:flex;align-items:center;gap:.75rem}.cs-topper:before{content:"";display:inline-block;width:1.5rem;height:2px;background-color:var(--red);flex-shrink:0}.cs-title{font-family:var(--fontHeading);font-size:var(--headerFontSize);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1rem;max-width:43.75rem}.cs-text{font-family:var(--fontBody);font-size:var(--bodyFontSize);line-height:1.7;color:var(--textBody);margin:0 0 1rem;max-width:40.625rem}.cs-h3{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.3;color:var(--textHeading);margin:0 0 .5rem}.cs-mono{font-family:var(--fontMono)}.cs-gradient-text{background:linear-gradient(135deg,var(--teal),var(--red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cs-button-solid{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease}.cs-button-solid:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-solid:active{transform:translateY(0)}.cs-button-outline{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:transparent;color:var(--teal);border:2px solid var(--teal);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .15s ease}.cs-button-outline:hover{background-color:var(--teal);color:#fff;transform:translateY(-1px)}.cs-button-outline:active{transform:translateY(0)}.cs-button-light{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease;background-color:#fff;color:var(--teal);border-color:#fff}.cs-button-light:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-light:active{transform:translateY(0)}.cs-button-light:hover{background-color:var(--sand);border-color:var(--sand);color:var(--teal)}.cs-card{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:var(--radiusLg);padding:clamp(1.5rem,3vw,2rem);position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cs-card:hover{transform:translateY(-4px);box-shadow:var(--shadowLg);border-color:#d62b1e33}.cs-card:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:3px;background:linear-gradient(90deg,var(--red),var(--redAccent));border-radius:0 0 2px 2px;opacity:0;transition:opacity .3s ease}.cs-card:hover:before{opacity:1}.cs-picture{border-radius:var(--radiusLg);overflow:hidden;position:relative}.cs-picture:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #0c37421a;pointer-events:none}.cs-picture img{transition:transform .5s ease}.cs-picture:hover img{transform:scale(1.03)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}[data-reveal-stagger].is-visible .cs-item,[data-reveal-stagger].is-visible .cs-card,[data-reveal-stagger].is-visible .cs-li{opacity:1;transform:translateY(0)}[data-reveal-stagger].is-visible .cs-item:nth-child(2),[data-reveal-stagger].is-visible .cs-card:nth-child(2),[data-reveal-stagger].is-visible .cs-li:nth-child(2){transition-delay:.1s}[data-reveal-stagger].is-visible .cs-item:nth-child(3),[data-reveal-stagger].is-visible .cs-card:nth-child(3),[data-reveal-stagger].is-visible .cs-li:nth-child(3){transition-delay:.2s}[data-reveal-stagger].is-visible .cs-item:nth-child(4),[data-reveal-stagger].is-visible .cs-card:nth-child(4),[data-reveal-stagger].is-visible .cs-li:nth-child(4){transition-delay:.3s}[data-reveal-stagger].is-visible .cs-item:nth-child(5),[data-reveal-stagger].is-visible .cs-card:nth-child(5){transition-delay:.4s}[data-reveal-stagger].is-visible .cs-item:nth-child(6),[data-reveal-stagger].is-visible .cs-card:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:1;transform:none;transition:none}}.cs-dark-section{position:relative}.cs-dark-section:after{content:"";position:absolute;inset:0;background-image:url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 256\ 256\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cfilter\ id=\'noise\'%3E%3CfeTurbulence\ type=\'fractalNoise\'\ baseFrequency=\'0.65\'\ numOctaves=\'3\'\ stitchTiles=\'stitch\'/%3E%3C/filter%3E%3Crect\ width=\'100%25\'\ height=\'100%25\'\ filter=\'url\(%23noise\)\'/%3E%3C/svg%3E);opacity:.03;pointer-events:none;z-index:1}.cs-dark-section>*{position:relative;z-index:2}.cs-dark-section .cs-topper{color:#ffffffa6}.cs-dark-section .cs-topper:before{background-color:#ffffff4d}.cs-dark-section .cs-title{color:#fff}.cs-dark-section .cs-text{color:#ffffffb3}.cs-dark-section .cs-button-outline{border-color:#ffffff4d;color:#fff}.cs-dark-section .cs-button-outline:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff}.cs-link-animated{position:relative;text-decoration:none;color:var(--teal)}.cs-link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}.cs-link-animated:hover:after{width:100%}@media only screen and (max-width:63.9375rem){body.cs-open{overflow:hidden}}.cs-faq[data-astro-cid-u6zmyoqc]{padding:var(--sectionPadding)}.cs-faq[data-astro-cid-u6zmyoqc].cs-faq-bg-sand{background-color:var(--sand)}.cs-faq[data-astro-cid-u6zmyoqc].cs-faq-bg-sandLight{background-color:var(--sandLight)}.cs-faq[data-astro-cid-u6zmyoqc] .cs-container[data-astro-cid-u6zmyoqc]{width:92%;max-width:56rem;margin:0 auto}.cs-faq[data-astro-cid-u6zmyoqc] .cs-content[data-astro-cid-u6zmyoqc]{margin-bottom:3rem;text-align:center}.cs-faq[data-astro-cid-u6zmyoqc] .cs-content[data-astro-cid-u6zmyoqc] .cs-topper[data-astro-cid-u6zmyoqc]{justify-content:center}.cs-faq[data-astro-cid-u6zmyoqc] .cs-faq-title[data-astro-cid-u6zmyoqc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto;max-width:100%;text-align:center}.cs-faq-list[data-astro-cid-u6zmyoqc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.cs-faq-item[data-astro-cid-u6zmyoqc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}.cs-faq-item[data-astro-cid-u6zmyoqc].is-open{border-color:var(--red)}.cs-faq-button[data-astro-cid-u6zmyoqc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}.cs-faq-icon[data-astro-cid-u6zmyoqc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}.cs-faq-item[data-astro-cid-u6zmyoqc].is-open .cs-faq-icon[data-astro-cid-u6zmyoqc]{transform:rotate(180deg)}.cs-faq-answer[data-astro-cid-u6zmyoqc]{max-height:0;overflow:hidden;transition:max-height .3s ease}.cs-faq-answer[data-astro-cid-u6zmyoqc] p[data-astro-cid-u6zmyoqc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}.cs-faq-item[data-astro-cid-u6zmyoqc].is-open .cs-faq-answer[data-astro-cid-u6zmyoqc]{max-height:30rem}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Bold.woff2)format("woff2");font-weight:700;font-display:swap}html{font-size:100%}body{margin:0;padding:0;font-family:var(--fontBody);font-size:var(--bodyFontSize);color:var(--textBody);background-color:var(--sandLight);overflow-x:hidden}.skip{position:absolute;top:0;left:0;opacity:0;z-index:-10}.cs-topper{font-family:var(--fontTopper);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--redAccent);display:flex;align-items:center;gap:.75rem}.cs-topper:before{content:"";display:inline-block;width:1.5rem;height:2px;background-color:var(--red);flex-shrink:0}.cs-title{font-family:var(--fontHeading);font-size:var(--headerFontSize);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1rem;max-width:43.75rem}.cs-text{font-family:var(--fontBody);font-size:var(--bodyFontSize);line-height:1.7;color:var(--textBody);margin:0 0 1rem;max-width:40.625rem}.cs-h3{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.3;color:var(--textHeading);margin:0 0 .5rem}.cs-mono{font-family:var(--fontMono)}.cs-gradient-text{background:linear-gradient(135deg,var(--teal),var(--red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cs-button-solid{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease}.cs-button-solid:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-solid:active{transform:translateY(0)}.cs-button-outline{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:transparent;color:var(--teal);border:2px solid var(--teal);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .15s ease}.cs-button-outline:hover{background-color:var(--teal);color:#fff;transform:translateY(-1px)}.cs-button-outline:active{transform:translateY(0)}.cs-button-light{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease;background-color:#fff;color:var(--teal);border-color:#fff}.cs-button-light:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-light:active{transform:translateY(0)}.cs-button-light:hover{background-color:var(--sand);border-color:var(--sand);color:var(--teal)}.cs-card{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:var(--radiusLg);padding:clamp(1.5rem,3vw,2rem);position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cs-card:hover{transform:translateY(-4px);box-shadow:var(--shadowLg);border-color:#d62b1e33}.cs-card:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:3px;background:linear-gradient(90deg,var(--red),var(--redAccent));border-radius:0 0 2px 2px;opacity:0;transition:opacity .3s ease}.cs-card:hover:before{opacity:1}.cs-picture{border-radius:var(--radiusLg);overflow:hidden;position:relative}.cs-picture:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #0c37421a;pointer-events:none}.cs-picture img{transition:transform .5s ease}.cs-picture:hover img{transform:scale(1.03)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}[data-reveal-stagger].is-visible .cs-item,[data-reveal-stagger].is-visible .cs-card,[data-reveal-stagger].is-visible .cs-li{opacity:1;transform:translateY(0)}[data-reveal-stagger].is-visible .cs-item:nth-child(2),[data-reveal-stagger].is-visible .cs-card:nth-child(2),[data-reveal-stagger].is-visible .cs-li:nth-child(2){transition-delay:.1s}[data-reveal-stagger].is-visible .cs-item:nth-child(3),[data-reveal-stagger].is-visible .cs-card:nth-child(3),[data-reveal-stagger].is-visible .cs-li:nth-child(3){transition-delay:.2s}[data-reveal-stagger].is-visible .cs-item:nth-child(4),[data-reveal-stagger].is-visible .cs-card:nth-child(4),[data-reveal-stagger].is-visible .cs-li:nth-child(4){transition-delay:.3s}[data-reveal-stagger].is-visible .cs-item:nth-child(5),[data-reveal-stagger].is-visible .cs-card:nth-child(5){transition-delay:.4s}[data-reveal-stagger].is-visible .cs-item:nth-child(6),[data-reveal-stagger].is-visible .cs-card:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:1;transform:none;transition:none}}.cs-dark-section{position:relative}.cs-dark-section:after{content:"";position:absolute;inset:0;background-image:url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 256\ 256\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cfilter\ id=\'noise\'%3E%3CfeTurbulence\ type=\'fractalNoise\'\ baseFrequency=\'0.65\'\ numOctaves=\'3\'\ stitchTiles=\'stitch\'/%3E%3C/filter%3E%3Crect\ width=\'100%25\'\ height=\'100%25\'\ filter=\'url\(%23noise\)\'/%3E%3C/svg%3E);opacity:.03;pointer-events:none;z-index:1}.cs-dark-section>*{position:relative;z-index:2}.cs-dark-section .cs-topper{color:#ffffffa6}.cs-dark-section .cs-topper:before{background-color:#ffffff4d}.cs-dark-section .cs-title{color:#fff}.cs-dark-section .cs-text{color:#ffffffb3}.cs-dark-section .cs-button-outline{border-color:#ffffff4d;color:#fff}.cs-dark-section .cs-button-outline:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff}.cs-link-animated{position:relative;text-decoration:none;color:var(--teal)}.cs-link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}.cs-link-animated:hover:after{width:100%}@media only screen and (max-width:63.9375rem){body.cs-open{overflow:hidden}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}@font-face{font-family:Space Grotesk;src:url(/assets/fonts/SpaceGrotesk-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/fonts/DMSans_18pt-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Outfit;src:url(/assets/fonts/Outfit-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/assets/fonts/JetBrainsMono-Bold.woff2)format("woff2");font-weight:700;font-display:swap}html{font-size:100%}body{margin:0;padding:0;font-family:var(--fontBody);font-size:var(--bodyFontSize);color:var(--textBody);background-color:var(--sandLight);overflow-x:hidden}.skip{position:absolute;top:0;left:0;opacity:0;z-index:-10}.cs-topper{font-family:var(--fontTopper);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--redAccent);display:flex;align-items:center;gap:.75rem}.cs-topper:before{content:"";display:inline-block;width:1.5rem;height:2px;background-color:var(--red);flex-shrink:0}.cs-title{font-family:var(--fontHeading);font-size:var(--headerFontSize);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1rem;max-width:43.75rem}.cs-text{font-family:var(--fontBody);font-size:var(--bodyFontSize);line-height:1.7;color:var(--textBody);margin:0 0 1rem;max-width:40.625rem}.cs-h3{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.3;color:var(--textHeading);margin:0 0 .5rem}.cs-mono{font-family:var(--fontMono)}.cs-gradient-text{background:linear-gradient(135deg,var(--teal),var(--red));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cs-button-solid{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease}.cs-button-solid:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-solid:active{transform:translateY(0)}.cs-button-outline{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:transparent;color:var(--teal);border:2px solid var(--teal);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .15s ease}.cs-button-outline:hover{background-color:var(--teal);color:#fff;transform:translateY(-1px)}.cs-button-outline:active{transform:translateY(0)}.cs-button-light{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.875rem 1.75rem;background-color:var(--red);color:#fff;border:2px solid var(--red);border-radius:.375rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease;background-color:#fff;color:var(--teal);border-color:#fff}.cs-button-light:hover{background-color:var(--redDark);border-color:var(--redDark);transform:translateY(-1px)}.cs-button-light:active{transform:translateY(0)}.cs-button-light:hover{background-color:var(--sand);border-color:var(--sand);color:var(--teal)}.cs-card{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:var(--radiusLg);padding:clamp(1.5rem,3vw,2rem);position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cs-card:hover{transform:translateY(-4px);box-shadow:var(--shadowLg);border-color:#d62b1e33}.cs-card:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:3px;background:linear-gradient(90deg,var(--red),var(--redAccent));border-radius:0 0 2px 2px;opacity:0;transition:opacity .3s ease}.cs-card:hover:before{opacity:1}.cs-picture{border-radius:var(--radiusLg);overflow:hidden;position:relative}.cs-picture:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #0c37421a;pointer-events:none}.cs-picture img{transition:transform .5s ease}.cs-picture:hover img{transform:scale(1.03)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}[data-reveal-stagger].is-visible .cs-item,[data-reveal-stagger].is-visible .cs-card,[data-reveal-stagger].is-visible .cs-li{opacity:1;transform:translateY(0)}[data-reveal-stagger].is-visible .cs-item:nth-child(2),[data-reveal-stagger].is-visible .cs-card:nth-child(2),[data-reveal-stagger].is-visible .cs-li:nth-child(2){transition-delay:.1s}[data-reveal-stagger].is-visible .cs-item:nth-child(3),[data-reveal-stagger].is-visible .cs-card:nth-child(3),[data-reveal-stagger].is-visible .cs-li:nth-child(3){transition-delay:.2s}[data-reveal-stagger].is-visible .cs-item:nth-child(4),[data-reveal-stagger].is-visible .cs-card:nth-child(4),[data-reveal-stagger].is-visible .cs-li:nth-child(4){transition-delay:.3s}[data-reveal-stagger].is-visible .cs-item:nth-child(5),[data-reveal-stagger].is-visible .cs-card:nth-child(5){transition-delay:.4s}[data-reveal-stagger].is-visible .cs-item:nth-child(6),[data-reveal-stagger].is-visible .cs-card:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-stagger] .cs-item,[data-reveal-stagger] .cs-card,[data-reveal-stagger] .cs-li{opacity:1;transform:none;transition:none}}.cs-dark-section{position:relative}.cs-dark-section:after{content:"";position:absolute;inset:0;background-image:url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 256\ 256\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cfilter\ id=\'noise\'%3E%3CfeTurbulence\ type=\'fractalNoise\'\ baseFrequency=\'0.65\'\ numOctaves=\'3\'\ stitchTiles=\'stitch\'/%3E%3C/filter%3E%3Crect\ width=\'100%25\'\ height=\'100%25\'\ filter=\'url\(%23noise\)\'/%3E%3C/svg%3E);opacity:.03;pointer-events:none;z-index:1}.cs-dark-section>*{position:relative;z-index:2}.cs-dark-section .cs-topper{color:#ffffffa6}.cs-dark-section .cs-topper:before{background-color:#ffffff4d}.cs-dark-section .cs-title{color:#fff}.cs-dark-section .cs-text{color:#ffffffb3}.cs-dark-section .cs-button-outline{border-color:#ffffff4d;color:#fff}.cs-dark-section .cs-button-outline:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff}.cs-link-animated{position:relative;text-decoration:none;color:var(--teal)}.cs-link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}.cs-link-animated:hover:after{width:100%}@media only screen and (max-width:63.9375rem){body.cs-open{overflow:hidden}}

/* tpl-redrockwebdesign-com-cs-navigation */
@media only screen and (max-width:63.9375rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:.75rem 1rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]:before{content:"";width:0%;height:100vh;background:#071e2599;opacity:0;display:block;position:absolute;top:100%;right:0;z-index:-11;transition:width .5s,opacity .3s;backdrop-filter:blur(10px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active:before{width:100%;opacity:1}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-ul-wrapper[data-astro-cid-2w66rqv5]{opacity:1;visibility:visible;transform:scaleY(1);transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-li[data-astro-cid-2w66rqv5]{opacity:1;transform:translateY(0)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;display:flex;justify-content:flex-end;align-items:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:40%;max-width:11.25rem;height:100%;margin:0 auto 0 0;display:flex;align-items:center;text-decoration:none;z-index:10}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:auto;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{width:clamp(2.75rem,6vw,3rem);height:clamp(2.75rem,6vw,3rem);margin:0 0 0 auto;background-color:transparent;border:none;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) rotate(225deg)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) translateY(0) rotate(-225deg);transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{opacity:0;bottom:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-box[data-astro-cid-2w66rqv5]{width:clamp(1.5rem,2vw,1.75rem);height:clamp(.875rem,1.5vw,1rem);position:relative}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line[data-astro-cid-2w66rqv5]{width:100%;height:2px;background-color:var(--teal);border-radius:2px;position:absolute;left:50%;transform:translate(-50%)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:0;transition:transform .5s,top .3s;transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%) translateY(-50%);transition:top .3s,transform .5s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{bottom:0;transition:bottom .3s,opacity .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul-wrapper[data-astro-cid-2w66rqv5]{width:100%;height:100vh;background-color:var(--sandLight);opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:-1;overflow:hidden;transform:scaleY(0);transition:transform .4s,opacity .3s;transform-origin:top center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;height:100%;margin:0;padding:7.5rem 1.5rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;overflow:auto;box-sizing:border-box}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{text-align:center;list-style:none;width:100%;opacity:0;transform:translateY(1.25rem);transition:transform .6s,opacity .9s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(1){transition-delay:.05s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(2){transition-delay:.1s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(3){transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(4){transition-delay:.2s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(5){transition-delay:.25s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(6){transition-delay:.3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontHeading);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;letter-spacing:.02em;color:var(--teal);line-height:1.2em;text-decoration:none;display:inline-block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover,#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--red)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{display:none}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:0 1.5rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;max-width:80rem;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{display:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:18.4%;max-width:15rem;height:4.0625rem;margin:0 auto 0 0;padding:0;display:flex;align-items:center;text-decoration:none;z-index:100}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:100%;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;margin:0;padding:0;display:flex;justify-content:flex-end;align-items:center;gap:0}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{list-style:none;padding:2rem 1.25rem;flex:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontBody);font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1.5em;text-decoration:none;margin:0;color:var(--textBody);display:block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover{color:var(--teal)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{font-size:.9375rem;padding:.75rem 1.75rem;white-space:nowrap;flex-shrink:0}}@media only screen and (max-width:63.9375rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:.75rem 1rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]:before{content:"";width:0%;height:100vh;background:#071e2599;opacity:0;display:block;position:absolute;top:100%;right:0;z-index:-11;transition:width .5s,opacity .3s;backdrop-filter:blur(10px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active:before{width:100%;opacity:1}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-ul-wrapper[data-astro-cid-2w66rqv5]{opacity:1;visibility:visible;transform:scaleY(1);transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-li[data-astro-cid-2w66rqv5]{opacity:1;transform:translateY(0)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;display:flex;justify-content:flex-end;align-items:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:40%;max-width:11.25rem;height:100%;margin:0 auto 0 0;display:flex;align-items:center;text-decoration:none;z-index:10}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:auto;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{width:clamp(2.75rem,6vw,3rem);height:clamp(2.75rem,6vw,3rem);margin:0 0 0 auto;background-color:transparent;border:none;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) rotate(225deg)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) translateY(0) rotate(-225deg);transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{opacity:0;bottom:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-box[data-astro-cid-2w66rqv5]{width:clamp(1.5rem,2vw,1.75rem);height:clamp(.875rem,1.5vw,1rem);position:relative}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line[data-astro-cid-2w66rqv5]{width:100%;height:2px;background-color:var(--teal);border-radius:2px;position:absolute;left:50%;transform:translate(-50%)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:0;transition:transform .5s,top .3s;transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%) translateY(-50%);transition:top .3s,transform .5s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{bottom:0;transition:bottom .3s,opacity .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul-wrapper[data-astro-cid-2w66rqv5]{width:100%;height:100vh;background-color:var(--sandLight);opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:-1;overflow:hidden;transform:scaleY(0);transition:transform .4s,opacity .3s;transform-origin:top center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;height:100%;margin:0;padding:7.5rem 1.5rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;overflow:auto;box-sizing:border-box}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{text-align:center;list-style:none;width:100%;opacity:0;transform:translateY(1.25rem);transition:transform .6s,opacity .9s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(1){transition-delay:.05s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(2){transition-delay:.1s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(3){transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(4){transition-delay:.2s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(5){transition-delay:.25s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(6){transition-delay:.3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontHeading);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;letter-spacing:.02em;color:var(--teal);line-height:1.2em;text-decoration:none;display:inline-block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover,#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--red)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{display:none}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:0 1.5rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;max-width:80rem;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{display:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:18.4%;max-width:15rem;height:4.0625rem;margin:0 auto 0 0;padding:0;display:flex;align-items:center;text-decoration:none;z-index:100}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:100%;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;margin:0;padding:0;display:flex;justify-content:flex-end;align-items:center;gap:0}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{list-style:none;padding:2rem 1.25rem;flex:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontBody);font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1.5em;text-decoration:none;margin:0;color:var(--textBody);display:block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover{color:var(--teal)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{font-size:.9375rem;padding:.75rem 1.75rem;white-space:nowrap;flex-shrink:0}}@media only screen and (max-width:63.9375rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:.75rem 1rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]:before{content:"";width:0%;height:100vh;background:#071e2599;opacity:0;display:block;position:absolute;top:100%;right:0;z-index:-11;transition:width .5s,opacity .3s;backdrop-filter:blur(10px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active:before{width:100%;opacity:1}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-ul-wrapper[data-astro-cid-2w66rqv5]{opacity:1;visibility:visible;transform:scaleY(1);transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-li[data-astro-cid-2w66rqv5]{opacity:1;transform:translateY(0)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;display:flex;justify-content:flex-end;align-items:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:40%;max-width:11.25rem;height:100%;margin:0 auto 0 0;display:flex;align-items:center;text-decoration:none;z-index:10}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:auto;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{width:clamp(2.75rem,6vw,3rem);height:clamp(2.75rem,6vw,3rem);margin:0 0 0 auto;background-color:transparent;border:none;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) rotate(225deg)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) translateY(0) rotate(-225deg);transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{opacity:0;bottom:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-box[data-astro-cid-2w66rqv5]{width:clamp(1.5rem,2vw,1.75rem);height:clamp(.875rem,1.5vw,1rem);position:relative}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line[data-astro-cid-2w66rqv5]{width:100%;height:2px;background-color:var(--teal);border-radius:2px;position:absolute;left:50%;transform:translate(-50%)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:0;transition:transform .5s,top .3s;transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%) translateY(-50%);transition:top .3s,transform .5s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{bottom:0;transition:bottom .3s,opacity .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul-wrapper[data-astro-cid-2w66rqv5]{width:100%;height:100vh;background-color:var(--sandLight);opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:-1;overflow:hidden;transform:scaleY(0);transition:transform .4s,opacity .3s;transform-origin:top center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;height:100%;margin:0;padding:7.5rem 1.5rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;overflow:auto;box-sizing:border-box}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{text-align:center;list-style:none;width:100%;opacity:0;transform:translateY(1.25rem);transition:transform .6s,opacity .9s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(1){transition-delay:.05s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(2){transition-delay:.1s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(3){transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(4){transition-delay:.2s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(5){transition-delay:.25s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(6){transition-delay:.3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontHeading);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;letter-spacing:.02em;color:var(--teal);line-height:1.2em;text-decoration:none;display:inline-block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover,#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--red)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{display:none}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:0 1.5rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;max-width:80rem;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{display:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:18.4%;max-width:15rem;height:4.0625rem;margin:0 auto 0 0;padding:0;display:flex;align-items:center;text-decoration:none;z-index:100}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:100%;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;margin:0;padding:0;display:flex;justify-content:flex-end;align-items:center;gap:0}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{list-style:none;padding:2rem 1.25rem;flex:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontBody);font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1.5em;text-decoration:none;margin:0;color:var(--textBody);display:block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover{color:var(--teal)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{font-size:.9375rem;padding:.75rem 1.75rem;white-space:nowrap;flex-shrink:0}}@media only screen and (max-width:63.9375rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:.75rem 1rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]:before{content:"";width:0%;height:100vh;background:#071e2599;opacity:0;display:block;position:absolute;top:100%;right:0;z-index:-11;transition:width .5s,opacity .3s;backdrop-filter:blur(10px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active:before{width:100%;opacity:1}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-ul-wrapper[data-astro-cid-2w66rqv5]{opacity:1;visibility:visible;transform:scaleY(1);transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-li[data-astro-cid-2w66rqv5]{opacity:1;transform:translateY(0)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;display:flex;justify-content:flex-end;align-items:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:40%;max-width:11.25rem;height:100%;margin:0 auto 0 0;display:flex;align-items:center;text-decoration:none;z-index:10}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:auto;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{width:clamp(2.75rem,6vw,3rem);height:clamp(2.75rem,6vw,3rem);margin:0 0 0 auto;background-color:transparent;border:none;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) rotate(225deg)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) translateY(0) rotate(-225deg);transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{opacity:0;bottom:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-box[data-astro-cid-2w66rqv5]{width:clamp(1.5rem,2vw,1.75rem);height:clamp(.875rem,1.5vw,1rem);position:relative}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line[data-astro-cid-2w66rqv5]{width:100%;height:2px;background-color:var(--teal);border-radius:2px;position:absolute;left:50%;transform:translate(-50%)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:0;transition:transform .5s,top .3s;transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%) translateY(-50%);transition:top .3s,transform .5s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{bottom:0;transition:bottom .3s,opacity .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul-wrapper[data-astro-cid-2w66rqv5]{width:100%;height:100vh;background-color:var(--sandLight);opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:-1;overflow:hidden;transform:scaleY(0);transition:transform .4s,opacity .3s;transform-origin:top center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;height:100%;margin:0;padding:7.5rem 1.5rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;overflow:auto;box-sizing:border-box}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{text-align:center;list-style:none;width:100%;opacity:0;transform:translateY(1.25rem);transition:transform .6s,opacity .9s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(1){transition-delay:.05s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(2){transition-delay:.1s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(3){transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(4){transition-delay:.2s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(5){transition-delay:.25s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(6){transition-delay:.3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontHeading);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;letter-spacing:.02em;color:var(--teal);line-height:1.2em;text-decoration:none;display:inline-block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover,#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--red)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{display:none}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:0 1.5rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;max-width:80rem;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{display:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:18.4%;max-width:15rem;height:4.0625rem;margin:0 auto 0 0;padding:0;display:flex;align-items:center;text-decoration:none;z-index:100}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:100%;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;margin:0;padding:0;display:flex;justify-content:flex-end;align-items:center;gap:0}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{list-style:none;padding:2rem 1.25rem;flex:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontBody);font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1.5em;text-decoration:none;margin:0;color:var(--textBody);display:block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover{color:var(--teal)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{font-size:.9375rem;padding:.75rem 1.75rem;white-space:nowrap;flex-shrink:0}}@media only screen and (max-width:63.9375rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:.75rem 1rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]:before{content:"";width:0%;height:100vh;background:#071e2599;opacity:0;display:block;position:absolute;top:100%;right:0;z-index:-11;transition:width .5s,opacity .3s;backdrop-filter:blur(10px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active:before{width:100%;opacity:1}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-ul-wrapper[data-astro-cid-2w66rqv5]{opacity:1;visibility:visible;transform:scaleY(1);transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-li[data-astro-cid-2w66rqv5]{opacity:1;transform:translateY(0)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;display:flex;justify-content:flex-end;align-items:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:40%;max-width:11.25rem;height:100%;margin:0 auto 0 0;display:flex;align-items:center;text-decoration:none;z-index:10}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:auto;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{width:clamp(2.75rem,6vw,3rem);height:clamp(2.75rem,6vw,3rem);margin:0 0 0 auto;background-color:transparent;border:none;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) rotate(225deg)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) translateY(0) rotate(-225deg);transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{opacity:0;bottom:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-box[data-astro-cid-2w66rqv5]{width:clamp(1.5rem,2vw,1.75rem);height:clamp(.875rem,1.5vw,1rem);position:relative}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line[data-astro-cid-2w66rqv5]{width:100%;height:2px;background-color:var(--teal);border-radius:2px;position:absolute;left:50%;transform:translate(-50%)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:0;transition:transform .5s,top .3s;transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%) translateY(-50%);transition:top .3s,transform .5s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{bottom:0;transition:bottom .3s,opacity .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul-wrapper[data-astro-cid-2w66rqv5]{width:100%;height:100vh;background-color:var(--sandLight);opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:-1;overflow:hidden;transform:scaleY(0);transition:transform .4s,opacity .3s;transform-origin:top center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;height:100%;margin:0;padding:7.5rem 1.5rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;overflow:auto;box-sizing:border-box}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{text-align:center;list-style:none;width:100%;opacity:0;transform:translateY(1.25rem);transition:transform .6s,opacity .9s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(1){transition-delay:.05s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(2){transition-delay:.1s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(3){transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(4){transition-delay:.2s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(5){transition-delay:.25s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(6){transition-delay:.3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontHeading);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;letter-spacing:.02em;color:var(--teal);line-height:1.2em;text-decoration:none;display:inline-block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover,#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--red)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{display:none}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:0 1.5rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;max-width:80rem;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{display:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:18.4%;max-width:15rem;height:4.0625rem;margin:0 auto 0 0;padding:0;display:flex;align-items:center;text-decoration:none;z-index:100}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:100%;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;margin:0;padding:0;display:flex;justify-content:flex-end;align-items:center;gap:0}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{list-style:none;padding:2rem 1.25rem;flex:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontBody);font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1.5em;text-decoration:none;margin:0;color:var(--textBody);display:block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover{color:var(--teal)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{font-size:.9375rem;padding:.75rem 1.75rem;white-space:nowrap;flex-shrink:0}}@media only screen and (max-width:63.9375rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:.75rem 1rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]:before{content:"";width:0%;height:100vh;background:#071e2599;opacity:0;display:block;position:absolute;top:100%;right:0;z-index:-11;transition:width .5s,opacity .3s;backdrop-filter:blur(10px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active:before{width:100%;opacity:1}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-ul-wrapper[data-astro-cid-2w66rqv5]{opacity:1;visibility:visible;transform:scaleY(1);transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-li[data-astro-cid-2w66rqv5]{opacity:1;transform:translateY(0)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;display:flex;justify-content:flex-end;align-items:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:40%;max-width:11.25rem;height:100%;margin:0 auto 0 0;display:flex;align-items:center;text-decoration:none;z-index:10}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:auto;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{width:clamp(2.75rem,6vw,3rem);height:clamp(2.75rem,6vw,3rem);margin:0 0 0 auto;background-color:transparent;border:none;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) rotate(225deg)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) translateY(0) rotate(-225deg);transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{opacity:0;bottom:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-box[data-astro-cid-2w66rqv5]{width:clamp(1.5rem,2vw,1.75rem);height:clamp(.875rem,1.5vw,1rem);position:relative}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line[data-astro-cid-2w66rqv5]{width:100%;height:2px;background-color:var(--teal);border-radius:2px;position:absolute;left:50%;transform:translate(-50%)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:0;transition:transform .5s,top .3s;transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%) translateY(-50%);transition:top .3s,transform .5s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{bottom:0;transition:bottom .3s,opacity .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul-wrapper[data-astro-cid-2w66rqv5]{width:100%;height:100vh;background-color:var(--sandLight);opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:-1;overflow:hidden;transform:scaleY(0);transition:transform .4s,opacity .3s;transform-origin:top center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;height:100%;margin:0;padding:7.5rem 1.5rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;overflow:auto;box-sizing:border-box}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{text-align:center;list-style:none;width:100%;opacity:0;transform:translateY(1.25rem);transition:transform .6s,opacity .9s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(1){transition-delay:.05s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(2){transition-delay:.1s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(3){transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(4){transition-delay:.2s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(5){transition-delay:.25s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(6){transition-delay:.3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontHeading);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;letter-spacing:.02em;color:var(--teal);line-height:1.2em;text-decoration:none;display:inline-block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover,#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--red)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{display:none}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:0 1.5rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;max-width:80rem;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{display:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:18.4%;max-width:15rem;height:4.0625rem;margin:0 auto 0 0;padding:0;display:flex;align-items:center;text-decoration:none;z-index:100}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:100%;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;margin:0;padding:0;display:flex;justify-content:flex-end;align-items:center;gap:0}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{list-style:none;padding:2rem 1.25rem;flex:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontBody);font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1.5em;text-decoration:none;margin:0;color:var(--textBody);display:block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover{color:var(--teal)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{font-size:.9375rem;padding:.75rem 1.75rem;white-space:nowrap;flex-shrink:0}}@media only screen and (max-width:63.9375rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:.75rem 1rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]:before{content:"";width:0%;height:100vh;background:#071e2599;opacity:0;display:block;position:absolute;top:100%;right:0;z-index:-11;transition:width .5s,opacity .3s;backdrop-filter:blur(10px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active:before{width:100%;opacity:1}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-ul-wrapper[data-astro-cid-2w66rqv5]{opacity:1;visibility:visible;transform:scaleY(1);transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-li[data-astro-cid-2w66rqv5]{opacity:1;transform:translateY(0)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;display:flex;justify-content:flex-end;align-items:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:40%;max-width:11.25rem;height:100%;margin:0 auto 0 0;display:flex;align-items:center;text-decoration:none;z-index:10}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:auto;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{width:clamp(2.75rem,6vw,3rem);height:clamp(2.75rem,6vw,3rem);margin:0 0 0 auto;background-color:transparent;border:none;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) rotate(225deg)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) translateY(0) rotate(-225deg);transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{opacity:0;bottom:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-box[data-astro-cid-2w66rqv5]{width:clamp(1.5rem,2vw,1.75rem);height:clamp(.875rem,1.5vw,1rem);position:relative}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line[data-astro-cid-2w66rqv5]{width:100%;height:2px;background-color:var(--teal);border-radius:2px;position:absolute;left:50%;transform:translate(-50%)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:0;transition:transform .5s,top .3s;transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%) translateY(-50%);transition:top .3s,transform .5s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{bottom:0;transition:bottom .3s,opacity .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul-wrapper[data-astro-cid-2w66rqv5]{width:100%;height:100vh;background-color:var(--sandLight);opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:-1;overflow:hidden;transform:scaleY(0);transition:transform .4s,opacity .3s;transform-origin:top center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;height:100%;margin:0;padding:7.5rem 1.5rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;overflow:auto;box-sizing:border-box}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{text-align:center;list-style:none;width:100%;opacity:0;transform:translateY(1.25rem);transition:transform .6s,opacity .9s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(1){transition-delay:.05s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(2){transition-delay:.1s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(3){transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(4){transition-delay:.2s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(5){transition-delay:.25s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(6){transition-delay:.3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontHeading);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;letter-spacing:.02em;color:var(--teal);line-height:1.2em;text-decoration:none;display:inline-block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover,#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--red)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{display:none}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:0 1.5rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;max-width:80rem;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{display:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:18.4%;max-width:15rem;height:4.0625rem;margin:0 auto 0 0;padding:0;display:flex;align-items:center;text-decoration:none;z-index:100}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:100%;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;margin:0;padding:0;display:flex;justify-content:flex-end;align-items:center;gap:0}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{list-style:none;padding:2rem 1.25rem;flex:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontBody);font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1.5em;text-decoration:none;margin:0;color:var(--textBody);display:block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover{color:var(--teal)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{font-size:.9375rem;padding:.75rem 1.75rem;white-space:nowrap;flex-shrink:0}}@media only screen and (max-width:63.9375rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:.75rem 1rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]:before{content:"";width:0%;height:100vh;background:#071e2599;opacity:0;display:block;position:absolute;top:100%;right:0;z-index:-11;transition:width .5s,opacity .3s;backdrop-filter:blur(10px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active:before{width:100%;opacity:1}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-ul-wrapper[data-astro-cid-2w66rqv5]{opacity:1;visibility:visible;transform:scaleY(1);transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-li[data-astro-cid-2w66rqv5]{opacity:1;transform:translateY(0)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;display:flex;justify-content:flex-end;align-items:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:40%;max-width:11.25rem;height:100%;margin:0 auto 0 0;display:flex;align-items:center;text-decoration:none;z-index:10}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:auto;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{width:clamp(2.75rem,6vw,3rem);height:clamp(2.75rem,6vw,3rem);margin:0 0 0 auto;background-color:transparent;border:none;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) rotate(225deg)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) translateY(0) rotate(-225deg);transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{opacity:0;bottom:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-box[data-astro-cid-2w66rqv5]{width:clamp(1.5rem,2vw,1.75rem);height:clamp(.875rem,1.5vw,1rem);position:relative}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line[data-astro-cid-2w66rqv5]{width:100%;height:2px;background-color:var(--teal);border-radius:2px;position:absolute;left:50%;transform:translate(-50%)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:0;transition:transform .5s,top .3s;transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%) translateY(-50%);transition:top .3s,transform .5s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{bottom:0;transition:bottom .3s,opacity .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul-wrapper[data-astro-cid-2w66rqv5]{width:100%;height:100vh;background-color:var(--sandLight);opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:-1;overflow:hidden;transform:scaleY(0);transition:transform .4s,opacity .3s;transform-origin:top center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;height:100%;margin:0;padding:7.5rem 1.5rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;overflow:auto;box-sizing:border-box}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{text-align:center;list-style:none;width:100%;opacity:0;transform:translateY(1.25rem);transition:transform .6s,opacity .9s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(1){transition-delay:.05s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(2){transition-delay:.1s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(3){transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(4){transition-delay:.2s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(5){transition-delay:.25s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(6){transition-delay:.3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontHeading);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;letter-spacing:.02em;color:var(--teal);line-height:1.2em;text-decoration:none;display:inline-block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover,#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--red)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{display:none}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:0 1.5rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;max-width:80rem;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{display:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:18.4%;max-width:15rem;height:4.0625rem;margin:0 auto 0 0;padding:0;display:flex;align-items:center;text-decoration:none;z-index:100}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:100%;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;margin:0;padding:0;display:flex;justify-content:flex-end;align-items:center;gap:0}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{list-style:none;padding:2rem 1.25rem;flex:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontBody);font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1.5em;text-decoration:none;margin:0;color:var(--textBody);display:block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover{color:var(--teal)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{font-size:.9375rem;padding:.75rem 1.75rem;white-space:nowrap;flex-shrink:0}}@media only screen and (max-width:63.9375rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:.75rem 1rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]:before{content:"";width:0%;height:100vh;background:#071e2599;opacity:0;display:block;position:absolute;top:100%;right:0;z-index:-11;transition:width .5s,opacity .3s;backdrop-filter:blur(10px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active:before{width:100%;opacity:1}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-ul-wrapper[data-astro-cid-2w66rqv5]{opacity:1;visibility:visible;transform:scaleY(1);transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-li[data-astro-cid-2w66rqv5]{opacity:1;transform:translateY(0)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;display:flex;justify-content:flex-end;align-items:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:40%;max-width:11.25rem;height:100%;margin:0 auto 0 0;display:flex;align-items:center;text-decoration:none;z-index:10}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:auto;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{width:clamp(2.75rem,6vw,3rem);height:clamp(2.75rem,6vw,3rem);margin:0 0 0 auto;background-color:transparent;border:none;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) rotate(225deg)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) translateY(0) rotate(-225deg);transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{opacity:0;bottom:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-box[data-astro-cid-2w66rqv5]{width:clamp(1.5rem,2vw,1.75rem);height:clamp(.875rem,1.5vw,1rem);position:relative}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line[data-astro-cid-2w66rqv5]{width:100%;height:2px;background-color:var(--teal);border-radius:2px;position:absolute;left:50%;transform:translate(-50%)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:0;transition:transform .5s,top .3s;transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%) translateY(-50%);transition:top .3s,transform .5s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{bottom:0;transition:bottom .3s,opacity .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul-wrapper[data-astro-cid-2w66rqv5]{width:100%;height:100vh;background-color:var(--sandLight);opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:-1;overflow:hidden;transform:scaleY(0);transition:transform .4s,opacity .3s;transform-origin:top center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;height:100%;margin:0;padding:7.5rem 1.5rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;overflow:auto;box-sizing:border-box}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{text-align:center;list-style:none;width:100%;opacity:0;transform:translateY(1.25rem);transition:transform .6s,opacity .9s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(1){transition-delay:.05s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(2){transition-delay:.1s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(3){transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(4){transition-delay:.2s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(5){transition-delay:.25s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(6){transition-delay:.3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontHeading);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;letter-spacing:.02em;color:var(--teal);line-height:1.2em;text-decoration:none;display:inline-block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover,#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--red)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{display:none}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:0 1.5rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;max-width:80rem;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{display:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:18.4%;max-width:15rem;height:4.0625rem;margin:0 auto 0 0;padding:0;display:flex;align-items:center;text-decoration:none;z-index:100}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:100%;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;margin:0;padding:0;display:flex;justify-content:flex-end;align-items:center;gap:0}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{list-style:none;padding:2rem 1.25rem;flex:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontBody);font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1.5em;text-decoration:none;margin:0;color:var(--textBody);display:block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover{color:var(--teal)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{font-size:.9375rem;padding:.75rem 1.75rem;white-space:nowrap;flex-shrink:0}}@media only screen and (max-width:63.9375rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:.75rem 1rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]:before{content:"";width:0%;height:100vh;background:#071e2599;opacity:0;display:block;position:absolute;top:100%;right:0;z-index:-11;transition:width .5s,opacity .3s;backdrop-filter:blur(10px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active:before{width:100%;opacity:1}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-ul-wrapper[data-astro-cid-2w66rqv5]{opacity:1;visibility:visible;transform:scaleY(1);transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-li[data-astro-cid-2w66rqv5]{opacity:1;transform:translateY(0)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;display:flex;justify-content:flex-end;align-items:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:40%;max-width:11.25rem;height:100%;margin:0 auto 0 0;display:flex;align-items:center;text-decoration:none;z-index:10}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:auto;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{width:clamp(2.75rem,6vw,3rem);height:clamp(2.75rem,6vw,3rem);margin:0 0 0 auto;background-color:transparent;border:none;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) rotate(225deg)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) translateY(0) rotate(-225deg);transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{opacity:0;bottom:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-box[data-astro-cid-2w66rqv5]{width:clamp(1.5rem,2vw,1.75rem);height:clamp(.875rem,1.5vw,1rem);position:relative}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line[data-astro-cid-2w66rqv5]{width:100%;height:2px;background-color:var(--teal);border-radius:2px;position:absolute;left:50%;transform:translate(-50%)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:0;transition:transform .5s,top .3s;transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%) translateY(-50%);transition:top .3s,transform .5s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{bottom:0;transition:bottom .3s,opacity .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul-wrapper[data-astro-cid-2w66rqv5]{width:100%;height:100vh;background-color:var(--sandLight);opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:-1;overflow:hidden;transform:scaleY(0);transition:transform .4s,opacity .3s;transform-origin:top center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;height:100%;margin:0;padding:7.5rem 1.5rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;overflow:auto;box-sizing:border-box}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{text-align:center;list-style:none;width:100%;opacity:0;transform:translateY(1.25rem);transition:transform .6s,opacity .9s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(1){transition-delay:.05s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(2){transition-delay:.1s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(3){transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(4){transition-delay:.2s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(5){transition-delay:.25s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(6){transition-delay:.3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontHeading);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;letter-spacing:.02em;color:var(--teal);line-height:1.2em;text-decoration:none;display:inline-block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover,#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--red)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{display:none}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:0 1.5rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;max-width:80rem;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{display:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:18.4%;max-width:15rem;height:4.0625rem;margin:0 auto 0 0;padding:0;display:flex;align-items:center;text-decoration:none;z-index:100}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:100%;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;margin:0;padding:0;display:flex;justify-content:flex-end;align-items:center;gap:0}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{list-style:none;padding:2rem 1.25rem;flex:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontBody);font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1.5em;text-decoration:none;margin:0;color:var(--textBody);display:block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover{color:var(--teal)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{font-size:.9375rem;padding:.75rem 1.75rem;white-space:nowrap;flex-shrink:0}}@media only screen and (max-width:63.9375rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:.75rem 1rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]:before{content:"";width:0%;height:100vh;background:#071e2599;opacity:0;display:block;position:absolute;top:100%;right:0;z-index:-11;transition:width .5s,opacity .3s;backdrop-filter:blur(10px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active:before{width:100%;opacity:1}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-ul-wrapper[data-astro-cid-2w66rqv5]{opacity:1;visibility:visible;transform:scaleY(1);transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-li[data-astro-cid-2w66rqv5]{opacity:1;transform:translateY(0)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;display:flex;justify-content:flex-end;align-items:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:40%;max-width:11.25rem;height:100%;margin:0 auto 0 0;display:flex;align-items:center;text-decoration:none;z-index:10}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:auto;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{width:clamp(2.75rem,6vw,3rem);height:clamp(2.75rem,6vw,3rem);margin:0 0 0 auto;background-color:transparent;border:none;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) rotate(225deg)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) translateY(0) rotate(-225deg);transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{opacity:0;bottom:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-box[data-astro-cid-2w66rqv5]{width:clamp(1.5rem,2vw,1.75rem);height:clamp(.875rem,1.5vw,1rem);position:relative}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line[data-astro-cid-2w66rqv5]{width:100%;height:2px;background-color:var(--teal);border-radius:2px;position:absolute;left:50%;transform:translate(-50%)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:0;transition:transform .5s,top .3s;transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%) translateY(-50%);transition:top .3s,transform .5s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{bottom:0;transition:bottom .3s,opacity .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul-wrapper[data-astro-cid-2w66rqv5]{width:100%;height:100vh;background-color:var(--sandLight);opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:-1;overflow:hidden;transform:scaleY(0);transition:transform .4s,opacity .3s;transform-origin:top center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;height:100%;margin:0;padding:7.5rem 1.5rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;overflow:auto;box-sizing:border-box}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{text-align:center;list-style:none;width:100%;opacity:0;transform:translateY(1.25rem);transition:transform .6s,opacity .9s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(1){transition-delay:.05s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(2){transition-delay:.1s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(3){transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(4){transition-delay:.2s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(5){transition-delay:.25s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(6){transition-delay:.3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontHeading);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;letter-spacing:.02em;color:var(--teal);line-height:1.2em;text-decoration:none;display:inline-block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover,#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--red)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{display:none}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:0 1.5rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;max-width:80rem;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{display:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:18.4%;max-width:15rem;height:4.0625rem;margin:0 auto 0 0;padding:0;display:flex;align-items:center;text-decoration:none;z-index:100}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:100%;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;margin:0;padding:0;display:flex;justify-content:flex-end;align-items:center;gap:0}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{list-style:none;padding:2rem 1.25rem;flex:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontBody);font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1.5em;text-decoration:none;margin:0;color:var(--textBody);display:block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover{color:var(--teal)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{font-size:.9375rem;padding:.75rem 1.75rem;white-space:nowrap;flex-shrink:0}}@media only screen and (max-width:63.9375rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:.75rem 1rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]:before{content:"";width:0%;height:100vh;background:#071e2599;opacity:0;display:block;position:absolute;top:100%;right:0;z-index:-11;transition:width .5s,opacity .3s;backdrop-filter:blur(10px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active:before{width:100%;opacity:1}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-ul-wrapper[data-astro-cid-2w66rqv5]{opacity:1;visibility:visible;transform:scaleY(1);transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-li[data-astro-cid-2w66rqv5]{opacity:1;transform:translateY(0)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;display:flex;justify-content:flex-end;align-items:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:40%;max-width:11.25rem;height:100%;margin:0 auto 0 0;display:flex;align-items:center;text-decoration:none;z-index:10}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:auto;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{width:clamp(2.75rem,6vw,3rem);height:clamp(2.75rem,6vw,3rem);margin:0 0 0 auto;background-color:transparent;border:none;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) rotate(225deg)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) translateY(0) rotate(-225deg);transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{opacity:0;bottom:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-box[data-astro-cid-2w66rqv5]{width:clamp(1.5rem,2vw,1.75rem);height:clamp(.875rem,1.5vw,1rem);position:relative}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line[data-astro-cid-2w66rqv5]{width:100%;height:2px;background-color:var(--teal);border-radius:2px;position:absolute;left:50%;transform:translate(-50%)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:0;transition:transform .5s,top .3s;transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%) translateY(-50%);transition:top .3s,transform .5s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{bottom:0;transition:bottom .3s,opacity .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul-wrapper[data-astro-cid-2w66rqv5]{width:100%;height:100vh;background-color:var(--sandLight);opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:-1;overflow:hidden;transform:scaleY(0);transition:transform .4s,opacity .3s;transform-origin:top center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;height:100%;margin:0;padding:7.5rem 1.5rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;overflow:auto;box-sizing:border-box}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{text-align:center;list-style:none;width:100%;opacity:0;transform:translateY(1.25rem);transition:transform .6s,opacity .9s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(1){transition-delay:.05s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(2){transition-delay:.1s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(3){transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(4){transition-delay:.2s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(5){transition-delay:.25s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(6){transition-delay:.3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontHeading);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;letter-spacing:.02em;color:var(--teal);line-height:1.2em;text-decoration:none;display:inline-block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover,#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--red)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{display:none}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:0 1.5rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;max-width:80rem;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{display:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:18.4%;max-width:15rem;height:4.0625rem;margin:0 auto 0 0;padding:0;display:flex;align-items:center;text-decoration:none;z-index:100}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:100%;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;margin:0;padding:0;display:flex;justify-content:flex-end;align-items:center;gap:0}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{list-style:none;padding:2rem 1.25rem;flex:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontBody);font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1.5em;text-decoration:none;margin:0;color:var(--textBody);display:block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover{color:var(--teal)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{font-size:.9375rem;padding:.75rem 1.75rem;white-space:nowrap;flex-shrink:0}}@media only screen and (max-width:63.9375rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:.75rem 1rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]:before{content:"";width:0%;height:100vh;background:#071e2599;opacity:0;display:block;position:absolute;top:100%;right:0;z-index:-11;transition:width .5s,opacity .3s;backdrop-filter:blur(10px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active:before{width:100%;opacity:1}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-ul-wrapper[data-astro-cid-2w66rqv5]{opacity:1;visibility:visible;transform:scaleY(1);transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5].cs-active .cs-li[data-astro-cid-2w66rqv5]{opacity:1;transform:translateY(0)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;display:flex;justify-content:flex-end;align-items:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:40%;max-width:11.25rem;height:100%;margin:0 auto 0 0;display:flex;align-items:center;text-decoration:none;z-index:10}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:auto;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{width:clamp(2.75rem,6vw,3rem);height:clamp(2.75rem,6vw,3rem);margin:0 0 0 auto;background-color:transparent;border:none;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) rotate(225deg)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%,-50%) translateY(0) rotate(-225deg);transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-active[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{opacity:0;bottom:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-box[data-astro-cid-2w66rqv5]{width:clamp(1.5rem,2vw,1.75rem);height:clamp(.875rem,1.5vw,1rem);position:relative}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line[data-astro-cid-2w66rqv5]{width:100%;height:2px;background-color:var(--teal);border-radius:2px;position:absolute;left:50%;transform:translate(-50%)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line1[data-astro-cid-2w66rqv5]{top:0;transition:transform .5s,top .3s;transform-origin:center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line2[data-astro-cid-2w66rqv5]{top:50%;transform:translate(-50%) translateY(-50%);transition:top .3s,transform .5s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-line3[data-astro-cid-2w66rqv5]{bottom:0;transition:bottom .3s,opacity .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul-wrapper[data-astro-cid-2w66rqv5]{width:100%;height:100vh;background-color:var(--sandLight);opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:-1;overflow:hidden;transform:scaleY(0);transition:transform .4s,opacity .3s;transform-origin:top center}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;height:100%;margin:0;padding:7.5rem 1.5rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;overflow:auto;box-sizing:border-box}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{text-align:center;list-style:none;width:100%;opacity:0;transform:translateY(1.25rem);transition:transform .6s,opacity .9s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(1){transition-delay:.05s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(2){transition-delay:.1s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(3){transition-delay:.15s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(4){transition-delay:.2s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(5){transition-delay:.25s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]:nth-of-type(6){transition-delay:.3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontHeading);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;letter-spacing:.02em;color:var(--teal);line-height:1.2em;text-decoration:none;display:inline-block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover,#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--red)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{display:none}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5]{width:100%;padding:0 1.5rem;background-color:var(--sandLight);border-bottom:1px solid var(--borderLight);position:fixed;z-index:10000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-container[data-astro-cid-2w66rqv5]{width:100%;max-width:80rem;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-toggle[data-astro-cid-2w66rqv5]{display:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5]{width:18.4%;max-width:15rem;height:4.0625rem;margin:0 auto 0 0;padding:0;display:flex;align-items:center;text-decoration:none;z-index:100}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-logo[data-astro-cid-2w66rqv5] img[data-astro-cid-2w66rqv5]{width:100%;height:100%;object-fit:contain}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-ul[data-astro-cid-2w66rqv5]{width:100%;margin:0;padding:0;display:flex;justify-content:flex-end;align-items:center;gap:0}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li[data-astro-cid-2w66rqv5]{list-style:none;padding:2rem 1.25rem;flex:none}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]{font-family:var(--fontBody);font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1.5em;text-decoration:none;margin:0;color:var(--textBody);display:block;position:relative;transition:color .3s}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background-color:var(--red);transition:width .3s ease}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover{color:var(--teal)}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5]:hover:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active{color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-li-link[data-astro-cid-2w66rqv5].cs-active:after{width:100%}#tpl-redrockwebdesign-com-cs-navigation[data-astro-cid-2w66rqv5] .cs-nav-button[data-astro-cid-2w66rqv5]{font-size:.9375rem;padding:.75rem 1.75rem;white-space:nowrap;flex-shrink:0}}

/* tpl-redrockwebdesign-com-hero */
#tpl-redrockwebdesign-com-hero[data-astro-cid-kh7btl4r]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{max-width:38rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-kh7btl4r] .cs-button-group[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{width:100%}#tpl-redrockwebdesign-com-hero[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{flex-direction:row;align-items:center;gap:4rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{flex:1}#tpl-redrockwebdesign-com-hero[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero[data-astro-cid-5tznm7mj]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{font-size:1.125rem;max-width:42rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-uw5kdbxl]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-uw5kdbxl] .cs-container[data-astro-cid-uw5kdbxl]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero[data-astro-cid-uw5kdbxl] .cs-content[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-uw5kdbxl] .cs-topper[data-astro-cid-uw5kdbxl]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-uw5kdbxl] .cs-title[data-astro-cid-uw5kdbxl]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero[data-astro-cid-uw5kdbxl] .cs-text[data-astro-cid-uw5kdbxl]{font-size:1.125rem;max-width:38rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-j7pv25f6]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{max-width:37.5rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{width:100%}#tpl-redrockwebdesign-com-hero[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6]{border-radius:var(--radiusLg);overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{flex-direction:row;align-items:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{flex:1;padding-right:2.5rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero[data-astro-cid-hcjuqwdu]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-hcjuqwdu] .cs-button-group[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-3fuahh7v]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{font-size:clamp(2.25rem,5.5vw,3.75rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{font-size:1.0625rem;max-width:42rem;margin-bottom:1.75rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v] em[data-astro-cid-3fuahh7v]{font-style:italic;color:var(--red)}#tpl-redrockwebdesign-com-hero[data-astro-cid-3fuahh7v] .cs-price-block[data-astro-cid-3fuahh7v]{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-3fuahh7v] .cs-price[data-astro-cid-3fuahh7v]{font-size:3rem;font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-hero[data-astro-cid-3fuahh7v] .cs-price-note[data-astro-cid-3fuahh7v]{font-size:.875rem;color:var(--textMuted)}#tpl-redrockwebdesign-com-hero[data-astro-cid-6ubkykmp]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{font-size:1.125rem;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-6ubkykmp] .cs-button-group[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-ztk5oltf]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf] img[data-astro-cid-ztk5oltf]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero[data-astro-cid-ztk5oltf]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-ztk5oltf] .cs-button-group[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-ofhzexy5]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5] img[data-astro-cid-ofhzexy5]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero[data-astro-cid-ofhzexy5]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-ofhzexy5] .cs-button-group[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-ygbj2pv4]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{font-size:1.125rem;margin-bottom:2rem;max-width:40rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-ygbj2pv4] .cs-button-group[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-mjhsn53t]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero[data-astro-cid-mjhsn53t] .cs-button-group[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}

/* hero-1949 */
@media only screen and (min-width:0rem){#hero-1949{padding:var(--sectionPadding);padding-top:clamp(10rem,26.95vw,13.75rem);padding-bottom:6.25rem;position:relative;z-index:1}#hero-1949 .cs-container{width:100%;max-width:80rem;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:clamp(3.75rem,13vw,11.25rem)}#hero-1949 .cs-content{text-align:left;width:100%;max-width:39.375rem;display:flex;flex-direction:column;align-items:flex-start}#hero-1949 .cs-title,#hero-1949 .cs-text{margin-bottom:1.25rem}#hero-1949 .cs-title{font-size:clamp(2.4375rem,5vw,3.8125rem)}#hero-1949 .cs-text{font-size:clamp(1rem,2vw,1.25rem)}#hero-1949 .cs-button-solid{font-size:1rem;font-weight:700;line-height:clamp(2.875rem,5.5vw,3.5rem);text-decoration:none;margin:0;padding:0 clamp(2rem,4vw,3rem);background-color:var(--primary);color:#fff;display:inline-block;position:relative;z-index:1}#hero-1949 .cs-button-solid:before{content:"";width:0%;height:100%;background:#000;opacity:1;display:block;position:absolute;top:0;left:0;z-index:-1;transition:width 0.3s}#hero-1949 .cs-button-solid:hover:before{width:100%}#hero-1949 .cs-card-group{width:100%;margin:0;padding:0;display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(1rem,2.3vw,1.25rem)}#hero-1949 .cs-item{text-align:left;list-style:none;width:100%;margin:0;margin-bottom:auto;box-sizing:border-box;padding:2rem 0;background-color:transparent;border-top:var(--headerColor) 1px solid;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;grid-column:span 12;grid-row:span 1;position:relative;z-index:1;align-self:stretch}#hero-1949 .cs-h3{font-size:clamp(1.25rem,2.5vw,1.5625rem);font-weight:bold;line-height:1.2em;text-align:inherit;margin:0 0 0.75rem 0;color:var(--headerColor)}#hero-1949 .cs-item-text{font-size:1rem;line-height:1.5em;max-width:28.125rem;margin:0;padding:0;color:var(--bodyTextColor)}#hero-1949 .cs-background{width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:-2}#hero-1949 .cs-background:before{content:"";width:100%;height:100%;background:#F7F7F7;pointer-events:none;opacity:0.9;display:block;position:absolute;bottom:0;left:0;z-index:1}#hero-1949 .cs-background img{width:100%;height:100%;object-fit:cover;object-position:top;position:absolute;top:0;left:0}}@media only screen and (min-width:48rem){#hero-1949 .cs-container{align-items:flex-start}#hero-1949 .cs-content{text-align:left;margin-left:0;width:50%;align-items:flex-start}#hero-1949 .cs-item{grid-column:span 3}#hero-1949 .cs-background{height:100%}#hero-1949 .cs-background:before{height:100%;background:linear-gradient(0deg,rgba(247,247,247,0.95) 26%,rgba(247,247,247,0) 70.26%);opacity:1}}@media only screen and (min-width:100rem){#hero-1949 .cs-background{background:url(https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/Landscapes/architect.jpeg);background-position:center;background-size:cover;background-repeat:no-repeat;background-attachment:fixed}#hero-1949 .cs-background img{display:none}}

/* tpl-calgarywebdesignstudio-ca-services-964 */
@media only screen and (min-width:0rem){#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4]{padding:var(--sectionPadding);background-size:auto;background-position:center;background-repeat:repeat;position:relative;z-index:1;margin-top:-7%}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-container[data-astro-cid-6daol4v4]{width:100%;max-width:34.375rem;margin:auto;display:flex;flex-direction:column;align-items:center;gap:clamp(3rem,6vw,4rem)}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-content[data-astro-cid-6daol4v4]{text-align:center;width:100%;max-width:50rem;display:flex;flex-direction:column;align-items:center}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-title[data-astro-cid-6daol4v4]{max-width:100%;font-family:Oswald,sans-serif}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-text[data-astro-cid-6daol4v4]{max-width:100%}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-card-group[data-astro-cid-6daol4v4]{margin:0;padding:0;width:100%;display:grid;grid-template-columns:repeat(12,1fr);row-gap:1.875rem}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-item[data-astro-cid-6daol4v4]{width:100%;text-align:left;list-style:none;margin:2.75rem 0 0;padding:0 clamp(1.5rem,4vw,2.5rem) clamp(1.5rem,6vw,4rem);background-color:#f5f5f5;box-sizing:border-box;grid-column:span 12;grid-row:span 1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;z-index:1;border-radius:20px}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-item[data-astro-cid-6daol4v4]:hover .cs-h3[data-astro-cid-6daol4v4]{color:var(--bodyTextColorWhite)}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-item[data-astro-cid-6daol4v4]:hover .cs-item-text[data-astro-cid-6daol4v4]{color:var(--bodyTextColorWhite);opacity:.9}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-item[data-astro-cid-6daol4v4]:hover .cs-background[data-astro-cid-6daol4v4]{opacity:1}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-icon-wrapper[data-astro-cid-6daol4v4]{width:5.5rem;height:5.5rem;margin:-2.75rem auto 2rem 0;background-color:var(--primary);display:flex;justify-content:center;align-items:center;position:relative;left:calc(clamp(1.5rem,4vw,2.5rem)*-1);border-radius:20px;margin-left:7%}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-icon[data-astro-cid-6daol4v4]{width:2.5rem;height:auto;filter:grayscale(1) brightness(1000%)}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-h3[data-astro-cid-6daol4v4]{font-family:Oswald,sans-serif;font-size:clamp(1.25rem,2.5vw,1.5625rem);line-height:1.2em;font-weight:700;text-align:inherit;margin:0 0 .75rem;color:var(--headerColor)}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-item-text[data-astro-cid-6daol4v4]{font-size:clamp(.875rem,1.5vw,1rem);line-height:1.5em;max-width:18.75rem;margin:0 0 2rem;padding:0;color:var(--bodyTextColor)}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-link[data-astro-cid-6daol4v4]{text-decoration:none;font-size:.8rem;line-height:1.2em;font-weight:700;margin:0;padding:0;color:var(--primary);position:relative;transition:color .3s}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-link[data-astro-cid-6daol4v4]:hover{color:#fff}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-link[data-astro-cid-6daol4v4]:before{content:"";width:100%;height:1px;background:currentColor;opacity:1;position:absolute;display:block;bottom:0rem;left:0;color:#fff}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-background[data-astro-cid-6daol4v4]{width:100%;height:100%;opacity:0;display:block;position:absolute;top:0;left:0;z-index:-1;transition:opacity .3s}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-background[data-astro-cid-6daol4v4]:before{content:"";position:absolute;display:block;height:100%;width:100%;background:#1a1a1a;opacity:.5;top:0;left:0;z-index:1;border-radius:20px}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-background[data-astro-cid-6daol4v4] img[data-astro-cid-6daol4v4]{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;border-radius:20px}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-waves[data-astro-cid-6daol4v4]{width:100%;height:13.875rem;background-color:var(--primary);position:absolute;bottom:0;left:0;z-index:-1}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-waves[data-astro-cid-6daol4v4] img[data-astro-cid-6daol4v4]{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}}@media only screen and (min-width:48rem){#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-container[data-astro-cid-6daol4v4]{max-width:80rem}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-card-group[data-astro-cid-6daol4v4]{column-gap:1.875rem}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-item[data-astro-cid-6daol4v4]{grid-column:span 6}}@media only screen and (min-width:64rem){#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-6daol4v4] .cs-item[data-astro-cid-6daol4v4]{grid-column:span 4}}@media only screen and (min-width:0rem){#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf]{padding:var(--sectionPadding);background-size:auto;background-position:center;background-repeat:repeat;position:relative;z-index:1;margin-top:-3%}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-container[data-astro-cid-moqg4wvf]{width:100%;max-width:34.375rem;margin:auto;display:flex;flex-direction:column;align-items:center;gap:clamp(3rem,6vw,4rem)}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-content[data-astro-cid-moqg4wvf]{text-align:center;width:100%;max-width:50rem;display:flex;flex-direction:column;align-items:center}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-title[data-astro-cid-moqg4wvf]{max-width:100%;font-family:Oswald,sans-serif;text-transform:uppercase}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-text[data-astro-cid-moqg4wvf]{max-width:100%}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-card-group[data-astro-cid-moqg4wvf]{margin:0;padding:0;width:100%;display:grid;grid-template-columns:repeat(12,1fr);row-gap:1.875rem}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-item[data-astro-cid-moqg4wvf]{width:100%;text-align:left;list-style:none;margin:2.75rem 0 0;padding:0 clamp(1.5rem,4vw,2.5rem) clamp(1.5rem,6vw,4rem);background-color:#f5f5f5;box-sizing:border-box;grid-column:span 12;grid-row:span 1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;z-index:1;border-radius:20px}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-item[data-astro-cid-moqg4wvf]:hover .cs-h3[data-astro-cid-moqg4wvf]{color:var(--bodyTextColorWhite)}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-item[data-astro-cid-moqg4wvf]:hover .cs-item-text[data-astro-cid-moqg4wvf]{color:var(--bodyTextColorWhite);opacity:.9}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-item[data-astro-cid-moqg4wvf]:hover .cs-background[data-astro-cid-moqg4wvf]{opacity:1}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-icon-wrapper[data-astro-cid-moqg4wvf]{width:5.5rem;height:5.5rem;margin:-2.75rem auto 2rem 0;background-color:var(--primary);display:flex;justify-content:center;align-items:center;position:relative;left:calc(clamp(1.5rem,4vw,2.5rem)*-1);border-radius:20px;margin-left:7%}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-icon[data-astro-cid-moqg4wvf]{width:2.5rem;height:auto;filter:grayscale(1) brightness(1000%)}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-h3[data-astro-cid-moqg4wvf]{font-family:Oswald,sans-serif;font-size:clamp(1.25rem,2.5vw,1.5625rem);line-height:1.2em;font-weight:700;text-align:inherit;margin:0 0 .75rem;color:var(--headerColor)}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-item-text[data-astro-cid-moqg4wvf]{font-size:clamp(.875rem,1.5vw,1rem);line-height:1.5em;max-width:18.75rem;margin:0 0 2rem;padding:0;color:var(--bodyTextColor)}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-link[data-astro-cid-moqg4wvf]{text-decoration:none;font-size:.8rem;line-height:1.2em;font-weight:700;margin:0;padding:0;color:var(--primary);position:relative;transition:color .3s}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-link[data-astro-cid-moqg4wvf]:hover{color:#fff}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-link[data-astro-cid-moqg4wvf]:before{content:"";width:100%;height:1px;background:currentColor;opacity:1;position:absolute;display:block;bottom:0rem;left:0;color:#fff}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-background[data-astro-cid-moqg4wvf]{width:100%;height:100%;opacity:0;display:block;position:absolute;top:0;left:0;z-index:-1;transition:opacity .3s}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-background[data-astro-cid-moqg4wvf]:before{content:"";position:absolute;display:block;height:100%;width:100%;background:#1a1a1a;opacity:.5;top:0;left:0;z-index:1;border-radius:20px}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-background[data-astro-cid-moqg4wvf] img[data-astro-cid-moqg4wvf]{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;border-radius:20px}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-waves[data-astro-cid-moqg4wvf]{width:100%;height:13.875rem;background-color:var(--primary);position:absolute;bottom:0;left:0;z-index:-1}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-waves[data-astro-cid-moqg4wvf] img[data-astro-cid-moqg4wvf]{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}}@media only screen and (min-width:48rem){#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-container[data-astro-cid-moqg4wvf]{max-width:80rem}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-card-group[data-astro-cid-moqg4wvf]{column-gap:1.875rem}#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-item[data-astro-cid-moqg4wvf]{grid-column:span 6}}@media only screen and (min-width:64rem){#tpl-calgarywebdesignstudio-ca-services-964[data-astro-cid-moqg4wvf] .cs-item[data-astro-cid-moqg4wvf]{grid-column:span 4}}

/* tpl-redrockwebdesign-com-portfolio-preview */
#tpl-redrockwebdesign-com-portfolio-preview[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--teal);clip-path:polygon(0 3vw,100%0,100% 100%,0 100%);padding-top:calc(3vw + clamp(5rem,10vw,8rem))}#tpl-redrockwebdesign-com-portfolio-preview[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto;text-align:center}#tpl-redrockwebdesign-com-portfolio-preview[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{margin-bottom:3rem}#tpl-redrockwebdesign-com-portfolio-preview[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6],#tpl-redrockwebdesign-com-portfolio-preview[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-portfolio-preview[data-astro-cid-j7pv25f6] .cs-gallery[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-portfolio-preview[data-astro-cid-j7pv25f6] .cs-portfolio-cta[data-astro-cid-j7pv25f6]{margin-top:2rem}#tpl-redrockwebdesign-com-portfolio-preview[data-astro-cid-j7pv25f6] .cs-gallery-item[data-astro-cid-j7pv25f6]{border-radius:var(--radiusLg);overflow:hidden;display:block;box-shadow:0 8px 24px #0003;transition:transform .3s ease,box-shadow .3s ease}#tpl-redrockwebdesign-com-portfolio-preview[data-astro-cid-j7pv25f6] .cs-gallery-item[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:auto;display:block;transition:transform .5s ease}#tpl-redrockwebdesign-com-portfolio-preview[data-astro-cid-j7pv25f6] .cs-gallery-item[data-astro-cid-j7pv25f6]:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000004d}#tpl-redrockwebdesign-com-portfolio-preview[data-astro-cid-j7pv25f6] .cs-gallery-item[data-astro-cid-j7pv25f6]:hover img[data-astro-cid-j7pv25f6]{transform:scale(1.03)}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-portfolio-preview[data-astro-cid-j7pv25f6] .cs-gallery[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(3,1fr)}}

/* tpl-bluffcitywebdesigns-com-meet-team-1141 */
@media only screen and (min-width:0rem){#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2]{padding:var(--sectionPadding);overflow:hidden}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-container[data-astro-cid-yu4wt3u2]{width:100%;max-width:34.375rem;margin:auto;display:flex;flex-direction:column;align-items:center;gap:clamp(3rem,6vw,4rem)}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-content[data-astro-cid-yu4wt3u2]{text-align:center;width:100%;max-width:33.875rem;display:flex;flex-direction:column;align-items:center}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-topper[data-astro-cid-yu4wt3u2]{font-size:var(--topperFontSize);line-height:1.2em;text-transform:uppercase;text-align:inherit;letter-spacing:.1em;font-weight:700;color:var(--primary);margin-bottom:.25rem;display:block}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-title[data-astro-cid-yu4wt3u2]{font-size:var(--headerFontSize);font-weight:900;line-height:1.2em;text-align:inherit;max-width:43.75rem;margin:0 0 1rem;color:var(--headerColor);position:relative}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-title[data-astro-cid-yu4wt3u2]{max-width:20ch}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-button-solid[data-astro-cid-yu4wt3u2]{font-size:1rem;line-height:clamp(2.875rem,5.5vw,3.5rem);text-decoration:none;font-weight:700;text-align:center;margin:0;color:#fff;min-width:9.375rem;padding:0 1.5rem;background-color:var(--primary);border-radius:.25rem;display:inline-block;position:relative;z-index:1;box-sizing:border-box}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-button-solid[data-astro-cid-yu4wt3u2]:before{content:"";position:absolute;height:100%;width:0%;background:#000;opacity:1;top:0;left:0;z-index:-1;border-radius:.25rem;transition:width .3s}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-button-solid[data-astro-cid-yu4wt3u2]:hover:before{width:100%}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-button-solid[data-astro-cid-yu4wt3u2]{flex:none}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-card-group[data-astro-cid-yu4wt3u2]{width:100%;max-width:20rem;margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;gap:clamp(1rem,2.3vw,1.25rem);position:relative}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-item[data-astro-cid-yu4wt3u2]{list-style:none;width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-picture[data-astro-cid-yu4wt3u2]{width:100%;height:auto;margin:0 0 .5rem;aspect-ratio:.80589681;border-radius:.25rem;overflow:hidden;display:block;position:relative;z-index:1}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-picture[data-astro-cid-yu4wt3u2] img[data-astro-cid-yu4wt3u2]{width:100%;height:100%;object-fit:cover;object-position:top;position:absolute;top:0;left:0;z-index:-1;transition:transform .7s}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-info[data-astro-cid-yu4wt3u2]{width:90%;margin:-2.625rem 0 0;padding:1rem;box-sizing:border-box;background-color:var(--primaryDark);border-radius:.25rem;display:flex;flex-direction:column;align-items:center;position:relative;z-index:10;transition:background-color .3s}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-name[data-astro-cid-yu4wt3u2]{font-size:1.25rem;line-height:1.2em;font-weight:700;margin:0 0 .25rem;color:var(--secondary);display:block;transition:color .3s}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-job[data-astro-cid-yu4wt3u2]{font-size:clamp(.875rem,1.5vw,1rem);line-height:1.5em;margin-right:0;color:var(--bodyTextColorWhite);display:block;transition:color .3s}}@media only screen and (min-width:37.5rem){#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-card-group[data-astro-cid-yu4wt3u2]{flex-direction:row;flex-wrap:wrap;align-items:stretch}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-item[data-astro-cid-yu4wt3u2]{width:100%}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-picture[data-astro-cid-yu4wt3u2]{height:25.4375rem;aspect-ratio:initial}}@media only screen and (min-width:56.25rem){#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-container[data-astro-cid-yu4wt3u2]{max-width:80rem;flex-direction:row;justify-content:space-around}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-content[data-astro-cid-yu4wt3u2]{text-align:left;width:55%;flex-direction:column;align-items:flex-start}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-card-group[data-astro-cid-yu4wt3u2]{justify-content:center;flex-wrap:nowrap}#tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-item[data-astro-cid-yu4wt3u2]{width:100%}}@media only screen and (min-width:0rem){body.dark-mode #tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-topper[data-astro-cid-yu4wt3u2]{color:var(--secondary)}body.dark-mode #tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-title[data-astro-cid-yu4wt3u2],body.dark-mode #tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-name[data-astro-cid-yu4wt3u2],body.dark-mode #tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-job[data-astro-cid-yu4wt3u2]{color:var(--bodyTextColorWhite)}body.dark-mode #tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-job[data-astro-cid-yu4wt3u2]{opacity:.8}body.dark-mode #tpl-bluffcitywebdesigns-com-meet-team-1141[data-astro-cid-yu4wt3u2] .cs-info[data-astro-cid-yu4wt3u2]{background-color:var(--medium)}}

/* tpl-redrockwebdesign-com-process */
#tpl-redrockwebdesign-com-process[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-process[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-process[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{margin-bottom:3rem}#tpl-redrockwebdesign-com-process[data-astro-cid-j7pv25f6] .cs-steps[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:1fr;gap:2rem}#tpl-redrockwebdesign-com-process[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6]{position:relative;padding-left:3.75rem}#tpl-redrockwebdesign-com-process[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6] .cs-step-number[data-astro-cid-j7pv25f6]{position:absolute;left:0;top:0;font-size:2rem;font-weight:700;color:var(--redAccent);line-height:1}#tpl-redrockwebdesign-com-process[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6] .cs-h3[data-astro-cid-j7pv25f6]{margin-bottom:.5rem}#tpl-redrockwebdesign-com-process[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6] .cs-item-text[data-astro-cid-j7pv25f6]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process[data-astro-cid-j7pv25f6] .cs-steps[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-process[data-astro-cid-j7pv25f6] .cs-steps[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(4,1fr)}}#tpl-redrockwebdesign-com-process[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-process[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-process[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-process[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center}#tpl-redrockwebdesign-com-process[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-process[data-astro-cid-ztk5oltf] .cs-steps[data-astro-cid-ztk5oltf]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-process[data-astro-cid-ztk5oltf] .cs-step[data-astro-cid-ztk5oltf]{text-align:left}#tpl-redrockwebdesign-com-process[data-astro-cid-ztk5oltf] .cs-step-number[data-astro-cid-ztk5oltf]{display:block;font-size:2rem;font-weight:700;color:var(--red);margin-bottom:.75rem}#tpl-redrockwebdesign-com-process[data-astro-cid-ztk5oltf] .cs-step-text[data-astro-cid-ztk5oltf]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process[data-astro-cid-ztk5oltf] .cs-steps[data-astro-cid-ztk5oltf]{grid-template-columns:repeat(3,1fr);gap:2rem}}#tpl-redrockwebdesign-com-process[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-process[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-process[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-process[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center}#tpl-redrockwebdesign-com-process[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-process[data-astro-cid-ofhzexy5] .cs-steps[data-astro-cid-ofhzexy5]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-process[data-astro-cid-ofhzexy5] .cs-step[data-astro-cid-ofhzexy5]{text-align:left}#tpl-redrockwebdesign-com-process[data-astro-cid-ofhzexy5] .cs-step-number[data-astro-cid-ofhzexy5]{display:block;font-size:2rem;font-weight:700;color:var(--red);margin-bottom:.75rem}#tpl-redrockwebdesign-com-process[data-astro-cid-ofhzexy5] .cs-step-text[data-astro-cid-ofhzexy5]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process[data-astro-cid-ofhzexy5] .cs-steps[data-astro-cid-ofhzexy5]{grid-template-columns:repeat(3,1fr);gap:2rem}}#tpl-redrockwebdesign-com-process[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-process[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-process[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem}#tpl-redrockwebdesign-com-process[data-astro-cid-mjhsn53t] .cs-steps[data-astro-cid-mjhsn53t]{display:grid;grid-template-columns:1fr;gap:2rem}#tpl-redrockwebdesign-com-process[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t]{position:relative;padding-left:60px}#tpl-redrockwebdesign-com-process[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t] .cs-step-number[data-astro-cid-mjhsn53t]{position:absolute;left:0;top:0;font-size:2rem;font-weight:700;color:var(--redAccent);line-height:1}#tpl-redrockwebdesign-com-process[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t] .cs-h3[data-astro-cid-mjhsn53t]{margin-bottom:.5rem}#tpl-redrockwebdesign-com-process[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t] .cs-step-text[data-astro-cid-mjhsn53t]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process[data-astro-cid-mjhsn53t] .cs-steps[data-astro-cid-mjhsn53t]{grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-process[data-astro-cid-mjhsn53t] .cs-steps[data-astro-cid-mjhsn53t]{grid-template-columns:repeat(4,1fr)}}

/* tpl-redrockwebdesign-com-stats */
#tpl-redrockwebdesign-com-stats[data-astro-cid-kh7btl4r]{padding:clamp(3rem,6vw,4rem) 1rem;background-color:var(--teal)}#tpl-redrockwebdesign-com-stats[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-stats[data-astro-cid-kh7btl4r] .cs-stats-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}#tpl-redrockwebdesign-com-stats[data-astro-cid-kh7btl4r] .cs-stat[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:.5rem}#tpl-redrockwebdesign-com-stats[data-astro-cid-kh7btl4r] .cs-stat-big[data-astro-cid-kh7btl4r]{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#fff;line-height:1.1}#tpl-redrockwebdesign-com-stats[data-astro-cid-kh7btl4r] .cs-stat-label[data-astro-cid-kh7btl4r]{font-size:.875rem;color:#ffffffa6;letter-spacing:.05em;text-transform:uppercase}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-stats[data-astro-cid-kh7btl4r] .cs-stats-grid[data-astro-cid-kh7btl4r]{grid-template-columns:repeat(4,1fr)}}#tpl-redrockwebdesign-com-stats[data-astro-cid-j7pv25f6]{padding:clamp(4rem,8vw,5rem) 1rem;background-color:var(--teal)}#tpl-redrockwebdesign-com-stats[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-stats[data-astro-cid-j7pv25f6] .cs-stat-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}#tpl-redrockwebdesign-com-stats[data-astro-cid-j7pv25f6] .cs-stat-item[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;gap:.25rem}#tpl-redrockwebdesign-com-stats[data-astro-cid-j7pv25f6] .cs-stat-big[data-astro-cid-j7pv25f6]{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;line-height:1.1}#tpl-redrockwebdesign-com-stats[data-astro-cid-j7pv25f6] .cs-stat-label[data-astro-cid-j7pv25f6]{font-size:.875rem;color:#fff9;letter-spacing:.05em;text-transform:uppercase}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-stats[data-astro-cid-j7pv25f6] .cs-stat-grid[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(4,1fr)}}#tpl-redrockwebdesign-com-stats[data-astro-cid-hcjuqwdu]{padding:clamp(3rem,6vw,4rem) 1rem;background-color:var(--teal)}#tpl-redrockwebdesign-com-stats[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-stats[data-astro-cid-hcjuqwdu] .cs-stats-grid[data-astro-cid-hcjuqwdu]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}#tpl-redrockwebdesign-com-stats[data-astro-cid-hcjuqwdu] .cs-stat[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;gap:.5rem}#tpl-redrockwebdesign-com-stats[data-astro-cid-hcjuqwdu] .cs-stat-big[data-astro-cid-hcjuqwdu]{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#fff;line-height:1.1}#tpl-redrockwebdesign-com-stats[data-astro-cid-hcjuqwdu] .cs-stat-label[data-astro-cid-hcjuqwdu]{font-size:.875rem;color:#ffffffa6;letter-spacing:.05em;text-transform:uppercase}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-stats[data-astro-cid-hcjuqwdu] .cs-stats-grid[data-astro-cid-hcjuqwdu]{grid-template-columns:repeat(4,1fr)}}

/* reviews-1454 */
@media only screen and (min-width:0rem){#reviews-1454{padding:var(--sectionPadding)}#reviews-1454 .cs-container{width:100%;max-width:80rem;margin:auto;display:flex;flex-direction:column;align-items:center;gap:clamp(3rem,6vw,4rem)}#reviews-1454 .cs-content{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center}#reviews-1454 .cs-card-group{padding:0;margin:0;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:clamp(1rem,2.5vw,1.25rem)}#reviews-1454 .cs-item{list-style:none;width:100%;max-width:39.375rem;padding:clamp(1.25rem,3.15vw,2.5rem) clamp(1.25rem,3.15vw,2.5rem);background-color:#f7f7f7;border-radius:1rem;box-sizing:border-box;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;position:relative}#reviews-1454 .cs-quote{width:clamp(3rem,4vw,4.5rem);height:auto;margin-bottom:2rem}#reviews-1454 .cs-review{font-size:clamp(0.875rem,1.6vw,1rem);line-height:1.5em;margin:0;margin-bottom:clamp(1.25rem,3vw,2.5rem);color:var(--bodyTextColor)}#reviews-1454 .cs-flex-group{margin-top:auto;display:flex;justify-content:flex-start;align-items:center;gap:0.75rem}#reviews-1454 .cs-profile{width:3.125rem;height:auto;border-radius:50%;overflow:hidden;position:relative;display:block}#reviews-1454 .cs-profile img{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover}#reviews-1454 .cs-name{font-size:clamp(1.25rem,3vw,1.5625rem);line-height:1.2em;font-weight:700;margin:0;margin-top:auto;color:var(--headerColor);display:block}#reviews-1454 .cs-job{font-size:clamp(0.875rem,1.6vw,1rem);line-height:1.5em;font-weight:400;margin:0;color:var(--bodyTextColor);display:block}}@media only screen and (min-width:48rem){#reviews-1454 .cs-card-group{flex-direction:row;justify-content:space-between;align-items:stretch}}

/* tpl-redrockwebdesign-com-hero-2 */
#tpl-redrockwebdesign-com-hero-2[data-astro-cid-kh7btl4r]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{max-width:38rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-kh7btl4r] .cs-button-group[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{width:100%}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-2[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{flex-direction:row;align-items:center;gap:4rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{flex:1}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-5tznm7mj]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{font-size:1.125rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-uw5kdbxl]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-uw5kdbxl] .cs-container[data-astro-cid-uw5kdbxl]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-uw5kdbxl] .cs-content[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-uw5kdbxl] .cs-topper[data-astro-cid-uw5kdbxl]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-uw5kdbxl] .cs-title[data-astro-cid-uw5kdbxl]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-uw5kdbxl] .cs-text[data-astro-cid-uw5kdbxl]{font-size:1.125rem;max-width:38rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-j7pv25f6]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{max-width:37.5rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{width:100%}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6]{border-radius:var(--radiusLg);overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-2[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{flex-direction:row;align-items:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{flex:1;padding-right:2.5rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-hcjuqwdu]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-hcjuqwdu] .cs-button-group[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-3fuahh7v]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{font-size:clamp(2.25rem,5.5vw,3.75rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{font-size:1.0625rem;max-width:42rem;margin-bottom:1.75rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v] em[data-astro-cid-3fuahh7v]{font-style:italic;color:var(--red)}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-3fuahh7v] .cs-price-block[data-astro-cid-3fuahh7v]{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-3fuahh7v] .cs-price[data-astro-cid-3fuahh7v]{font-size:3rem;font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-3fuahh7v] .cs-price-note[data-astro-cid-3fuahh7v]{font-size:.875rem;color:var(--textMuted)}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-6ubkykmp]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{font-size:1.125rem;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-6ubkykmp] .cs-button-group[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ztk5oltf]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf] img[data-astro-cid-ztk5oltf]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ztk5oltf]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ztk5oltf] .cs-button-group[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ofhzexy5]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5] img[data-astro-cid-ofhzexy5]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ofhzexy5]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ofhzexy5] .cs-button-group[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ygbj2pv4]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{font-size:1.125rem;margin-bottom:2rem;max-width:40rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-ygbj2pv4] .cs-button-group[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-mjhsn53t]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-2[data-astro-cid-mjhsn53t] .cs-button-group[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}

/* tpl-redrockwebdesign-com-stats-2 */
#tpl-redrockwebdesign-com-stats-2[data-astro-cid-kh7btl4r]{padding:clamp(3rem,6vw,4rem) 1rem;background-color:var(--teal)}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-kh7btl4r] .cs-stats-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-kh7btl4r] .cs-stat[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:.5rem}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-kh7btl4r] .cs-stat-big[data-astro-cid-kh7btl4r]{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#fff;line-height:1.1}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-kh7btl4r] .cs-stat-label[data-astro-cid-kh7btl4r]{font-size:.875rem;color:#ffffffa6;letter-spacing:.05em;text-transform:uppercase}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-stats-2[data-astro-cid-kh7btl4r] .cs-stats-grid[data-astro-cid-kh7btl4r]{grid-template-columns:repeat(4,1fr)}}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-j7pv25f6]{padding:clamp(4rem,8vw,5rem) 1rem;background-color:var(--teal)}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-j7pv25f6] .cs-stat-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-j7pv25f6] .cs-stat-item[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;gap:.25rem}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-j7pv25f6] .cs-stat-big[data-astro-cid-j7pv25f6]{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;line-height:1.1}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-j7pv25f6] .cs-stat-label[data-astro-cid-j7pv25f6]{font-size:.875rem;color:#fff9;letter-spacing:.05em;text-transform:uppercase}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-stats-2[data-astro-cid-j7pv25f6] .cs-stat-grid[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(4,1fr)}}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-hcjuqwdu]{padding:clamp(3rem,6vw,4rem) 1rem;background-color:var(--teal)}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-hcjuqwdu] .cs-stats-grid[data-astro-cid-hcjuqwdu]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-hcjuqwdu] .cs-stat[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;gap:.5rem}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-hcjuqwdu] .cs-stat-big[data-astro-cid-hcjuqwdu]{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#fff;line-height:1.1}#tpl-redrockwebdesign-com-stats-2[data-astro-cid-hcjuqwdu] .cs-stat-label[data-astro-cid-hcjuqwdu]{font-size:.875rem;color:#ffffffa6;letter-spacing:.05em;text-transform:uppercase}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-stats-2[data-astro-cid-hcjuqwdu] .cs-stats-grid[data-astro-cid-hcjuqwdu]{grid-template-columns:repeat(4,1fr)}}

/* tpl-redrockwebdesign-com-story */
#tpl-redrockwebdesign-com-story[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-story[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem;align-items:center}#tpl-redrockwebdesign-com-story[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{width:100%;max-width:36rem}#tpl-redrockwebdesign-com-story[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-story[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{width:100%;height:auto;display:block}#tpl-redrockwebdesign-com-story[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{max-width:38rem}#tpl-redrockwebdesign-com-story[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-bottom:1.25rem}#tpl-redrockwebdesign-com-story[data-astro-cid-kh7btl4r] .cs-button-solid[data-astro-cid-kh7btl4r]{margin-top:1rem}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-story[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{flex-direction:row;gap:4rem;align-items:center}#tpl-redrockwebdesign-com-story[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{flex:1}#tpl-redrockwebdesign-com-story[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{flex:1.1}}

/* tpl-redrockwebdesign-com-believe */
#tpl-redrockwebdesign-com-believe[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-believe[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-believe[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-believe[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center}#tpl-redrockwebdesign-com-believe[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-believe[data-astro-cid-kh7btl4r] .cs-believe-grid[data-astro-cid-kh7btl4r]{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-believe[data-astro-cid-kh7btl4r] .cs-card[data-astro-cid-kh7btl4r]{padding:clamp(1.5rem,3vw,2rem)}#tpl-redrockwebdesign-com-believe[data-astro-cid-kh7btl4r] .cs-icon[data-astro-cid-kh7btl4r]{color:var(--teal);margin-bottom:.75rem;display:block}#tpl-redrockwebdesign-com-believe[data-astro-cid-kh7btl4r] .cs-item-text[data-astro-cid-kh7btl4r]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-believe[data-astro-cid-kh7btl4r] .cs-believe-grid[data-astro-cid-kh7btl4r]{grid-template-columns:repeat(2,1fr)}}

/* tpl-redrockwebdesign-com-how-i-work */
#tpl-redrockwebdesign-com-how-i-work[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-how-i-work[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem;align-items:center}#tpl-redrockwebdesign-com-how-i-work[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{max-width:38rem}#tpl-redrockwebdesign-com-how-i-work[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{width:100%;max-width:32rem}#tpl-redrockwebdesign-com-how-i-work[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-how-i-work[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{width:100%;height:auto;display:block}#tpl-redrockwebdesign-com-how-i-work[data-astro-cid-kh7btl4r] .cs-work-list[data-astro-cid-kh7btl4r]{list-style:none;padding:0;margin:1.5rem 0 2rem}#tpl-redrockwebdesign-com-how-i-work[data-astro-cid-kh7btl4r] .cs-work-list[data-astro-cid-kh7btl4r] li[data-astro-cid-kh7btl4r]{font-size:.9375rem;line-height:1.6;color:var(--textBody);padding:.5rem 0 .5rem 1.75rem;position:relative}#tpl-redrockwebdesign-com-how-i-work[data-astro-cid-kh7btl4r] .cs-work-list[data-astro-cid-kh7btl4r] li[data-astro-cid-kh7btl4r]:before{content:"";position:absolute;left:0;top:.875rem;width:1rem;height:1rem;background-image:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ stroke=\'%230C3742\'\ stroke-width=\'3\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'%3E%3Cpath\ d=\'M5\ 12l5\ 5l10\ -10\'/%3E%3C/svg%3E);background-repeat:no-repeat;background-size:contain}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-how-i-work[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{flex-direction:row;gap:4rem;align-items:center}#tpl-redrockwebdesign-com-how-i-work[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{flex:1.2;order:1}#tpl-redrockwebdesign-com-how-i-work[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{flex:1;order:2}}

/* tpl-redrockwebdesign-com-testimonials */
#tpl-redrockwebdesign-com-testimonials[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-kh7btl4r] .cs-review-group[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-kh7btl4r] .cs-review-card[data-astro-cid-kh7btl4r]{padding:clamp(1.5rem,3vw,2.25rem);display:flex;flex-direction:column}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-kh7btl4r] .cs-review-stars[data-astro-cid-kh7btl4r]{font-size:1.125rem;color:#f59e0b;margin-bottom:.75rem;letter-spacing:.1em}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-kh7btl4r] .cs-review-text[data-astro-cid-kh7btl4r]{font-size:.9375rem;line-height:1.7;color:var(--textBody);font-style:italic;margin:0 0 1.25rem;flex-grow:1}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-kh7btl4r] .cs-reviewer[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:.125rem}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-kh7btl4r] .cs-reviewer-name[data-astro-cid-kh7btl4r]{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;color:var(--textHeading)}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-kh7btl4r] .cs-reviewer-title[data-astro-cid-kh7btl4r]{font-size:.8125rem;color:var(--textMuted)}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-testimonials[data-astro-cid-kh7btl4r] .cs-review-group[data-astro-cid-kh7btl4r]{grid-template-columns:repeat(3,1fr);gap:2rem}}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-hcjuqwdu] .cs-review-group[data-astro-cid-hcjuqwdu]{display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-hcjuqwdu] .cs-review-card[data-astro-cid-hcjuqwdu]{padding:clamp(1.5rem,3vw,2.25rem);display:flex;flex-direction:column}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-hcjuqwdu] .cs-review-stars[data-astro-cid-hcjuqwdu]{font-size:1.125rem;color:#f59e0b;margin-bottom:.75rem;letter-spacing:.1em}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-hcjuqwdu] .cs-review-text[data-astro-cid-hcjuqwdu]{font-size:.9375rem;line-height:1.7;color:var(--textBody);font-style:italic;margin:0 0 1.25rem;flex-grow:1}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-hcjuqwdu] .cs-reviewer[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;gap:.125rem}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-hcjuqwdu] .cs-reviewer-name[data-astro-cid-hcjuqwdu]{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;color:var(--textHeading)}#tpl-redrockwebdesign-com-testimonials[data-astro-cid-hcjuqwdu] .cs-reviewer-title[data-astro-cid-hcjuqwdu]{font-size:.8125rem;color:var(--textMuted)}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-testimonials[data-astro-cid-hcjuqwdu] .cs-review-group[data-astro-cid-hcjuqwdu]{grid-template-columns:repeat(3,1fr);gap:2rem}}

/* tpl-redrockwebdesign-com-cta */
#tpl-redrockwebdesign-com-cta[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress */
#tpl-redrockwebdesign-com-reading-progress[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header */
#tpl-redrockwebdesign-com-article-header[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image */
#tpl-redrockwebdesign-com-article-image[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body */
#tpl-redrockwebdesign-com-article-body[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq */
#tpl-redrockwebdesign-com-faq[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-2 */
#tpl-redrockwebdesign-com-cta-2[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-2[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-2 */
#tpl-redrockwebdesign-com-reading-progress-2[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-2 */
#tpl-redrockwebdesign-com-article-header-2[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-2[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-2[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-2[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-2[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-2[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-2[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-2[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-2[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-2[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-2[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-2[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-2[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-2 */
#tpl-redrockwebdesign-com-article-image-2[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-2[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-2[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-2[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-2 */
#tpl-redrockwebdesign-com-article-body-2[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-2[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-2 */
#tpl-redrockwebdesign-com-faq-2[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-2[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-3 */
#tpl-redrockwebdesign-com-cta-3[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-3[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-3 */
#tpl-redrockwebdesign-com-reading-progress-3[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-3 */
#tpl-redrockwebdesign-com-article-header-3[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-3[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-3[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-3[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-3[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-3[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-3[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-3[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-3[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-3[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-3[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-3[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-3[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-3 */
#tpl-redrockwebdesign-com-article-image-3[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-3[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-3[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-3[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-3 */
#tpl-redrockwebdesign-com-article-body-3[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-3[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-3 */
#tpl-redrockwebdesign-com-faq-3[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-3[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-4 */
#tpl-redrockwebdesign-com-cta-4[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-4[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-4 */
#tpl-redrockwebdesign-com-reading-progress-4[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-4 */
#tpl-redrockwebdesign-com-article-header-4[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-4[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-4[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-4[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-4[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-4[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-4[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-4[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-4[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-4[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-4[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-4[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-4[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-4 */
#tpl-redrockwebdesign-com-article-image-4[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-4[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-4[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-4[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-4 */
#tpl-redrockwebdesign-com-article-body-4[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-4[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-4 */
#tpl-redrockwebdesign-com-faq-4[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-4[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-5 */
#tpl-redrockwebdesign-com-cta-5[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-5[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-5 */
#tpl-redrockwebdesign-com-reading-progress-5[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-5 */
#tpl-redrockwebdesign-com-article-header-5[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-5[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-5[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-5[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-5[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-5[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-5[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-5[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-5[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-5[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-5[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-5[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-5[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-5 */
#tpl-redrockwebdesign-com-article-image-5[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-5[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-5[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-5[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-5 */
#tpl-redrockwebdesign-com-article-body-5[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-5[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-5 */
#tpl-redrockwebdesign-com-faq-5[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-5[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-6 */
#tpl-redrockwebdesign-com-cta-6[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-6[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-6 */
#tpl-redrockwebdesign-com-reading-progress-6[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-6 */
#tpl-redrockwebdesign-com-article-header-6[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-6[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-6[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-6[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-6[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-6[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-6[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-6[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-6[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-6[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-6[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-6[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-6[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-6 */
#tpl-redrockwebdesign-com-article-image-6[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-6[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-6[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-6[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-6 */
#tpl-redrockwebdesign-com-article-body-6[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-6[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-6 */
#tpl-redrockwebdesign-com-faq-6[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-6[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-7 */
#tpl-redrockwebdesign-com-cta-7[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-7[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-7 */
#tpl-redrockwebdesign-com-reading-progress-7[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-7 */
#tpl-redrockwebdesign-com-article-header-7[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-7[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-7[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-7[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-7[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-7[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-7[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-7[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-7[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-7[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-7[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-7[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-7[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-7 */
#tpl-redrockwebdesign-com-article-image-7[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-7[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-7[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-7[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-7 */
#tpl-redrockwebdesign-com-article-body-7[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-7[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-7 */
#tpl-redrockwebdesign-com-faq-7[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-7[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-8 */
#tpl-redrockwebdesign-com-cta-8[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-8[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-8 */
#tpl-redrockwebdesign-com-reading-progress-8[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-8 */
#tpl-redrockwebdesign-com-article-header-8[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-8[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-8[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-8[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-8[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-8[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-8[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-8[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-8[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-8[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-8[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-8[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-8[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-8 */
#tpl-redrockwebdesign-com-article-image-8[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-8[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-8[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-8[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-8 */
#tpl-redrockwebdesign-com-article-body-8[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-8[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-8 */
#tpl-redrockwebdesign-com-faq-8[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-8[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-9 */
#tpl-redrockwebdesign-com-cta-9[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-9[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-9 */
#tpl-redrockwebdesign-com-reading-progress-9[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-9 */
#tpl-redrockwebdesign-com-article-header-9[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-9[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-9[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-9[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-9[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-9[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-9[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-9[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-9[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-9[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-9[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-9[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-9[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-9 */
#tpl-redrockwebdesign-com-article-image-9[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-9[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-9[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-9[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-9 */
#tpl-redrockwebdesign-com-article-body-9[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-9[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-9 */
#tpl-redrockwebdesign-com-faq-9[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-9[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-10 */
#tpl-redrockwebdesign-com-cta-10[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-10[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-10 */
#tpl-redrockwebdesign-com-reading-progress-10[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-10 */
#tpl-redrockwebdesign-com-article-header-10[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-10[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-10[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-10[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-10[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-10[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-10[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-10[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-10[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-10[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-10[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-10[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-10[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-10 */
#tpl-redrockwebdesign-com-article-image-10[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-10[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-10[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-10[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-10 */
#tpl-redrockwebdesign-com-article-body-10[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-10[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-10 */
#tpl-redrockwebdesign-com-faq-10[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-10[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-11 */
#tpl-redrockwebdesign-com-cta-11[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-11[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-11 */
#tpl-redrockwebdesign-com-reading-progress-11[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-11 */
#tpl-redrockwebdesign-com-article-header-11[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-11[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-11[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-11[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-11[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-11[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-11[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-11[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-11[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-11[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-11[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-11[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-11[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-11 */
#tpl-redrockwebdesign-com-article-image-11[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-11[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-11[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-11[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-11 */
#tpl-redrockwebdesign-com-article-body-11[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-11[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-11 */
#tpl-redrockwebdesign-com-faq-11[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-11[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-12 */
#tpl-redrockwebdesign-com-cta-12[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-12[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-12 */
#tpl-redrockwebdesign-com-reading-progress-12[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-12 */
#tpl-redrockwebdesign-com-article-header-12[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-12[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-12[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-12[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-12[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-12[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-12[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-12[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-12[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-12[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-12[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-12[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-12[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-12 */
#tpl-redrockwebdesign-com-article-image-12[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-12[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-12[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-12[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-12 */
#tpl-redrockwebdesign-com-article-body-12[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-12[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-cta-13 */
#tpl-redrockwebdesign-com-cta-13[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-13[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-13 */
#tpl-redrockwebdesign-com-reading-progress-13[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-13 */
#tpl-redrockwebdesign-com-article-header-13[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-13[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-13[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-13[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-13[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-13[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-13[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-13[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-13[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-13[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-13[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-13[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-13[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-13 */
#tpl-redrockwebdesign-com-article-image-13[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-13[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-13[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-13[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-13 */
#tpl-redrockwebdesign-com-article-body-13[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-13[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-12 */
#tpl-redrockwebdesign-com-faq-12[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-12[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-14 */
#tpl-redrockwebdesign-com-cta-14[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-14[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-14 */
#tpl-redrockwebdesign-com-reading-progress-14[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-14 */
#tpl-redrockwebdesign-com-article-header-14[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-14[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-14[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-14[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-14[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-14[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-14[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-14[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-14[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-14[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-14[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-14[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-14[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-14 */
#tpl-redrockwebdesign-com-article-image-14[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-14[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-14[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-14[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-14 */
#tpl-redrockwebdesign-com-article-body-14[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-14[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-13 */
#tpl-redrockwebdesign-com-faq-13[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-13[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-15 */
#tpl-redrockwebdesign-com-cta-15[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-15[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-15 */
#tpl-redrockwebdesign-com-reading-progress-15[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-15 */
#tpl-redrockwebdesign-com-article-header-15[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-15[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-15[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-15[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-15[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-15[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-15[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-15[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-15[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-15[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-15[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-15[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-15[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-15 */
#tpl-redrockwebdesign-com-article-image-15[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-15[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-15[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-15[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-15 */
#tpl-redrockwebdesign-com-article-body-15[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-15[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-14 */
#tpl-redrockwebdesign-com-faq-14[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-14[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-16 */
#tpl-redrockwebdesign-com-cta-16[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-16[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-16 */
#tpl-redrockwebdesign-com-reading-progress-16[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-16 */
#tpl-redrockwebdesign-com-article-header-16[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-16[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-16[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-16[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-16[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-16[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-16[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-16[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-16[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-16[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-16[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-16[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-16[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-16 */
#tpl-redrockwebdesign-com-article-image-16[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-16[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-16[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-16[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-16 */
#tpl-redrockwebdesign-com-article-body-16[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-16[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-15 */
#tpl-redrockwebdesign-com-faq-15[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-15[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-17 */
#tpl-redrockwebdesign-com-cta-17[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-17[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-17 */
#tpl-redrockwebdesign-com-reading-progress-17[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-17 */
#tpl-redrockwebdesign-com-article-header-17[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-17[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-17[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-17[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-17[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-17[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-17[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-17[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-17[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-17[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-17[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-17[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-17[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-17 */
#tpl-redrockwebdesign-com-article-image-17[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-17[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-17[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-17[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-17 */
#tpl-redrockwebdesign-com-article-body-17[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-17[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-cta-18 */
#tpl-redrockwebdesign-com-cta-18[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-18[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-18 */
#tpl-redrockwebdesign-com-reading-progress-18[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-18 */
#tpl-redrockwebdesign-com-article-header-18[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-18[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-18[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-18[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-18[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-18[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-18[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-18[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-18[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-18[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-18[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-18[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-18[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-18 */
#tpl-redrockwebdesign-com-article-image-18[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-18[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-18[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-18[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-18 */
#tpl-redrockwebdesign-com-article-body-18[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-18[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-16 */
#tpl-redrockwebdesign-com-faq-16[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-16[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-19 */
#tpl-redrockwebdesign-com-cta-19[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-19[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-19 */
#tpl-redrockwebdesign-com-reading-progress-19[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-19 */
#tpl-redrockwebdesign-com-article-header-19[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-19[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-19[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-19[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-19[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-19[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-19[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-19[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-19[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-19[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-19[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-19[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-19[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-19 */
#tpl-redrockwebdesign-com-article-image-19[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-19[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-19[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-19[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-19 */
#tpl-redrockwebdesign-com-article-body-19[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-19[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-17 */
#tpl-redrockwebdesign-com-faq-17[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-17[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-20 */
#tpl-redrockwebdesign-com-cta-20[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-20[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-20 */
#tpl-redrockwebdesign-com-reading-progress-20[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-20 */
#tpl-redrockwebdesign-com-article-header-20[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-20[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-20[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-20[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-20[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-20[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-20[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-20[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-20[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-20[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-20[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-20[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-20[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-20 */
#tpl-redrockwebdesign-com-article-image-20[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-20[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-20[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-20[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-20 */
#tpl-redrockwebdesign-com-article-body-20[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-20[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-18 */
#tpl-redrockwebdesign-com-faq-18[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-18[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-21 */
#tpl-redrockwebdesign-com-cta-21[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-21[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-21 */
#tpl-redrockwebdesign-com-reading-progress-21[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-21 */
#tpl-redrockwebdesign-com-article-header-21[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-21[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-21[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-21[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-21[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-21[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-21[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-21[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-21[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-21[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-21[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-21[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-21[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-21 */
#tpl-redrockwebdesign-com-article-image-21[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-21[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-21[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-21[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-21 */
#tpl-redrockwebdesign-com-article-body-21[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-21[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-19 */
#tpl-redrockwebdesign-com-faq-19[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-19[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-22 */
#tpl-redrockwebdesign-com-cta-22[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-22[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-22 */
#tpl-redrockwebdesign-com-reading-progress-22[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-22 */
#tpl-redrockwebdesign-com-article-header-22[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-22[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-22[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-22[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-22[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-22[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-22[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-22[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-22[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-22[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-22[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-22[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-22[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-22 */
#tpl-redrockwebdesign-com-article-image-22[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-22[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-22[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-22[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-22 */
#tpl-redrockwebdesign-com-article-body-22[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-22[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-20 */
#tpl-redrockwebdesign-com-faq-20[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-20[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-23 */
#tpl-redrockwebdesign-com-cta-23[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-23[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-23 */
#tpl-redrockwebdesign-com-reading-progress-23[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-23 */
#tpl-redrockwebdesign-com-article-header-23[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-23[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-23[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-23[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-23[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-23[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-23[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-23[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-23[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-23[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-23[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-23[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-23[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-23 */
#tpl-redrockwebdesign-com-article-image-23[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-23[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-23[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-23[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-23 */
#tpl-redrockwebdesign-com-article-body-23[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-23[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-21 */
#tpl-redrockwebdesign-com-faq-21[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-21[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-24 */
#tpl-redrockwebdesign-com-cta-24[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-24[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-24 */
#tpl-redrockwebdesign-com-reading-progress-24[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-24 */
#tpl-redrockwebdesign-com-article-header-24[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-24[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-24[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-24[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-24[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-24[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-24[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-24[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-24[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-24[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-24[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-24[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-24[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-24 */
#tpl-redrockwebdesign-com-article-image-24[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-24[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-24[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-24[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-24 */
#tpl-redrockwebdesign-com-article-body-24[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-24[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-22 */
#tpl-redrockwebdesign-com-faq-22[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-22[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-25 */
#tpl-redrockwebdesign-com-cta-25[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-25[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-25 */
#tpl-redrockwebdesign-com-reading-progress-25[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-25 */
#tpl-redrockwebdesign-com-article-header-25[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-25[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-25[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-25[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-25[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-25[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-25[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-25[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-25[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-25[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-25[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-25[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-25[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-25 */
#tpl-redrockwebdesign-com-article-image-25[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-25[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-25[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-25[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-25 */
#tpl-redrockwebdesign-com-article-body-25[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-25[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-23 */
#tpl-redrockwebdesign-com-faq-23[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-23[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-26 */
#tpl-redrockwebdesign-com-cta-26[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-26[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-26 */
#tpl-redrockwebdesign-com-reading-progress-26[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-26 */
#tpl-redrockwebdesign-com-article-header-26[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-26[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-26[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-26[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-26[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-26[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-26[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-26[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-26[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-26[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-26[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-26[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-26[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-26 */
#tpl-redrockwebdesign-com-article-image-26[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-26[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-26[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-26[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-26 */
#tpl-redrockwebdesign-com-article-body-26[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-26[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-24 */
#tpl-redrockwebdesign-com-faq-24[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-24[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-27 */
#tpl-redrockwebdesign-com-cta-27[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-27[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-27 */
#tpl-redrockwebdesign-com-reading-progress-27[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-27 */
#tpl-redrockwebdesign-com-article-header-27[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-27[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-27[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-27[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-27[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-27[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-27[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-27[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-27[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-27[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-27[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-27[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-27[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-27 */
#tpl-redrockwebdesign-com-article-image-27[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-27[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-27[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-27[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-27 */
#tpl-redrockwebdesign-com-article-body-27[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-27[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-25 */
#tpl-redrockwebdesign-com-faq-25[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-25[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-28 */
#tpl-redrockwebdesign-com-cta-28[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-28[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-28 */
#tpl-redrockwebdesign-com-reading-progress-28[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-28 */
#tpl-redrockwebdesign-com-article-header-28[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-28[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-28[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-28[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-28[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-28[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-28[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-28[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-28[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-28[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-28[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-28[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-28[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-28 */
#tpl-redrockwebdesign-com-article-image-28[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-28[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-28[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-28[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-28 */
#tpl-redrockwebdesign-com-article-body-28[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-28[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-26 */
#tpl-redrockwebdesign-com-faq-26[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-26[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-29 */
#tpl-redrockwebdesign-com-cta-29[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-29[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-29 */
#tpl-redrockwebdesign-com-reading-progress-29[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-29 */
#tpl-redrockwebdesign-com-article-header-29[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-29[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-29[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-29[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-29[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-29[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-29[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-29[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-29[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-29[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-29[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-29[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-29[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-29 */
#tpl-redrockwebdesign-com-article-image-29[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-29[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-29[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-29[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-29 */
#tpl-redrockwebdesign-com-article-body-29[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-29[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-27 */
#tpl-redrockwebdesign-com-faq-27[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-27[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-30 */
#tpl-redrockwebdesign-com-cta-30[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-30[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-30 */
#tpl-redrockwebdesign-com-reading-progress-30[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-30 */
#tpl-redrockwebdesign-com-article-header-30[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-30[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-30[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-30[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-30[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-30[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-30[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-30[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-30[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-30[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-30[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-30[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-30[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-30 */
#tpl-redrockwebdesign-com-article-image-30[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-30[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-30[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-30[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-30 */
#tpl-redrockwebdesign-com-article-body-30[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-30[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-28 */
#tpl-redrockwebdesign-com-faq-28[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-28[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-31 */
#tpl-redrockwebdesign-com-cta-31[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-31[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-31 */
#tpl-redrockwebdesign-com-reading-progress-31[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-31 */
#tpl-redrockwebdesign-com-article-header-31[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-31[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-31[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-31[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-31[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-31[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-31[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-31[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-31[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-31[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-31[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-31[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-31[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-31 */
#tpl-redrockwebdesign-com-article-image-31[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-31[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-31[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-31[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-31 */
#tpl-redrockwebdesign-com-article-body-31[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-31[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-29 */
#tpl-redrockwebdesign-com-faq-29[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-29[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-32 */
#tpl-redrockwebdesign-com-cta-32[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-32[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-32 */
#tpl-redrockwebdesign-com-reading-progress-32[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-32 */
#tpl-redrockwebdesign-com-article-header-32[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-32[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-32[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-32[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-32[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-32[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-32[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-32[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-32[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-32[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-32[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-32[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-32[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-32 */
#tpl-redrockwebdesign-com-article-image-32[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-32[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-32[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-32[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-32 */
#tpl-redrockwebdesign-com-article-body-32[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-32[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-30 */
#tpl-redrockwebdesign-com-faq-30[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-30[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-33 */
#tpl-redrockwebdesign-com-cta-33[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-33[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-33 */
#tpl-redrockwebdesign-com-reading-progress-33[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-33 */
#tpl-redrockwebdesign-com-article-header-33[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-33[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-33[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-33[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-33[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-33[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-33[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-33[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-33[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-33[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-33[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-33[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-33[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-33 */
#tpl-redrockwebdesign-com-article-image-33[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-33[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-33[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-33[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-33 */
#tpl-redrockwebdesign-com-article-body-33[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-33[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-31 */
#tpl-redrockwebdesign-com-faq-31[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-31[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-34 */
#tpl-redrockwebdesign-com-cta-34[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-34[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-34 */
#tpl-redrockwebdesign-com-reading-progress-34[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-34 */
#tpl-redrockwebdesign-com-article-header-34[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-34[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-34[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-34[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-34[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-34[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-34[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-34[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-34[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-34[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-34[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-34[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-34[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-34 */
#tpl-redrockwebdesign-com-article-image-34[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-34[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-34[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-34[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-34 */
#tpl-redrockwebdesign-com-article-body-34[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-34[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-32 */
#tpl-redrockwebdesign-com-faq-32[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-32[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-35 */
#tpl-redrockwebdesign-com-cta-35[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-35[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-35 */
#tpl-redrockwebdesign-com-reading-progress-35[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-35 */
#tpl-redrockwebdesign-com-article-header-35[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-35[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-35[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-35[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-35[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-35[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-35[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-35[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-35[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-35[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-35[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-35[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-35[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-35 */
#tpl-redrockwebdesign-com-article-image-35[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-35[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-35[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-35[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-35 */
#tpl-redrockwebdesign-com-article-body-35[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-35[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-33 */
#tpl-redrockwebdesign-com-faq-33[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-33[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-36 */
#tpl-redrockwebdesign-com-cta-36[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-36[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-36 */
#tpl-redrockwebdesign-com-reading-progress-36[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-36 */
#tpl-redrockwebdesign-com-article-header-36[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-36[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-36[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-36[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-36[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-36[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-36[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-36[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-36[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-36[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-36[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-36[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-36[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-36 */
#tpl-redrockwebdesign-com-article-image-36[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-36[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-36[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-36[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-36 */
#tpl-redrockwebdesign-com-article-body-36[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-36[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-34 */
#tpl-redrockwebdesign-com-faq-34[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-34[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-37 */
#tpl-redrockwebdesign-com-cta-37[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-37[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-37 */
#tpl-redrockwebdesign-com-reading-progress-37[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-37 */
#tpl-redrockwebdesign-com-article-header-37[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-37[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-37[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-37[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-37[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-37[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-37[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-37[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-37[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-37[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-37[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-37[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-37[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-37 */
#tpl-redrockwebdesign-com-article-image-37[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-37[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-37[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-37[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-37 */
#tpl-redrockwebdesign-com-article-body-37[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-37[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-35 */
#tpl-redrockwebdesign-com-faq-35[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-35[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-38 */
#tpl-redrockwebdesign-com-cta-38[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-38[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-38 */
#tpl-redrockwebdesign-com-reading-progress-38[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-38 */
#tpl-redrockwebdesign-com-article-header-38[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-38[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-38[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-38[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-38[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-38[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-38[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-38[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-38[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-38[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-38[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-38[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-38[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-38 */
#tpl-redrockwebdesign-com-article-image-38[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-38[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-38[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-38[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-38 */
#tpl-redrockwebdesign-com-article-body-38[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-38[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-36 */
#tpl-redrockwebdesign-com-faq-36[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-36[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-39 */
#tpl-redrockwebdesign-com-cta-39[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-39[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-39 */
#tpl-redrockwebdesign-com-reading-progress-39[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-39 */
#tpl-redrockwebdesign-com-article-header-39[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-39[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-39[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-39[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-39[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-39[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-39[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-39[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-39[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-39[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-39[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-39[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-39[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-39 */
#tpl-redrockwebdesign-com-article-image-39[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-39[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-39[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-39[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-39 */
#tpl-redrockwebdesign-com-article-body-39[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-39[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-37 */
#tpl-redrockwebdesign-com-faq-37[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-37[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-40 */
#tpl-redrockwebdesign-com-cta-40[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-40[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-40 */
#tpl-redrockwebdesign-com-reading-progress-40[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-40 */
#tpl-redrockwebdesign-com-article-header-40[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-40[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-40[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-40[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-40[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-40[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-40[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-40[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-40[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-40[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-40[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-40[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-40[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-40 */
#tpl-redrockwebdesign-com-article-image-40[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-40[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-40[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-40[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-40 */
#tpl-redrockwebdesign-com-article-body-40[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-40[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-38 */
#tpl-redrockwebdesign-com-faq-38[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-38[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-41 */
#tpl-redrockwebdesign-com-cta-41[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-41[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-41 */
#tpl-redrockwebdesign-com-reading-progress-41[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-41 */
#tpl-redrockwebdesign-com-article-header-41[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-41[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-41[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-41[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-41[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-41[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-41[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-41[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-41[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-41[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-41[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-41[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-41[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-41 */
#tpl-redrockwebdesign-com-article-image-41[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-41[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-41[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-41[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-41 */
#tpl-redrockwebdesign-com-article-body-41[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-41[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-39 */
#tpl-redrockwebdesign-com-faq-39[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-39[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-42 */
#tpl-redrockwebdesign-com-cta-42[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-42[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-42 */
#tpl-redrockwebdesign-com-reading-progress-42[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-42 */
#tpl-redrockwebdesign-com-article-header-42[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-42[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-42[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-42[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-42[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-42[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-42[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-42[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-42[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-42[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-42[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-42[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-42[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-42 */
#tpl-redrockwebdesign-com-article-image-42[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-42[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-42[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-42[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-42 */
#tpl-redrockwebdesign-com-article-body-42[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-42[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-40 */
#tpl-redrockwebdesign-com-faq-40[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-40[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-43 */
#tpl-redrockwebdesign-com-cta-43[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-43[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-43 */
#tpl-redrockwebdesign-com-reading-progress-43[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-43 */
#tpl-redrockwebdesign-com-article-header-43[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-43[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-43[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-43[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-43[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-43[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-43[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-43[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-43[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-43[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-43[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-43[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-43[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-43 */
#tpl-redrockwebdesign-com-article-image-43[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-43[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-43[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-43[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-43 */
#tpl-redrockwebdesign-com-article-body-43[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-43[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-41 */
#tpl-redrockwebdesign-com-faq-41[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-41[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-44 */
#tpl-redrockwebdesign-com-cta-44[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-44[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-44 */
#tpl-redrockwebdesign-com-reading-progress-44[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-44 */
#tpl-redrockwebdesign-com-article-header-44[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-44[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-44[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-44[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-44[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-44[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-44[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-44[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-44[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-44[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-44[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-44[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-44[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-44 */
#tpl-redrockwebdesign-com-article-image-44[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-44[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-44[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-44[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-44 */
#tpl-redrockwebdesign-com-article-body-44[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-44[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-42 */
#tpl-redrockwebdesign-com-faq-42[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-42[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-45 */
#tpl-redrockwebdesign-com-cta-45[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-45[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-45 */
#tpl-redrockwebdesign-com-reading-progress-45[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-45 */
#tpl-redrockwebdesign-com-article-header-45[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-45[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-45[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-45[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-45[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-45[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-45[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-45[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-45[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-45[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-45[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-45[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-45[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-45 */
#tpl-redrockwebdesign-com-article-image-45[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-45[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-45[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-45[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-45 */
#tpl-redrockwebdesign-com-article-body-45[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-45[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-43 */
#tpl-redrockwebdesign-com-faq-43[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-43[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-46 */
#tpl-redrockwebdesign-com-cta-46[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-46[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-46 */
#tpl-redrockwebdesign-com-reading-progress-46[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-46 */
#tpl-redrockwebdesign-com-article-header-46[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-46[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-46[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-46[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-46[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-46[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-46[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-46[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-46[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-46[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-46[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-46[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-46[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-46 */
#tpl-redrockwebdesign-com-article-image-46[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-46[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-46[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-46[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-46 */
#tpl-redrockwebdesign-com-article-body-46[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-46[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-cta-47 */
#tpl-redrockwebdesign-com-cta-47[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-47[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-47 */
#tpl-redrockwebdesign-com-reading-progress-47[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-47 */
#tpl-redrockwebdesign-com-article-header-47[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-47[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-47[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-47[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-47[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-47[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-47[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-47[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-47[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-47[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-47[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-47[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-47[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-47 */
#tpl-redrockwebdesign-com-article-image-47[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-47[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-47[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-47[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-47 */
#tpl-redrockwebdesign-com-article-body-47[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-47[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-44 */
#tpl-redrockwebdesign-com-faq-44[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-44[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-48 */
#tpl-redrockwebdesign-com-cta-48[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-48[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-48 */
#tpl-redrockwebdesign-com-reading-progress-48[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-48 */
#tpl-redrockwebdesign-com-article-header-48[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-48[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-48[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-48[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-48[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-48[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-48[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-48[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-48[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-48[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-48[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-48[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-48[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-48 */
#tpl-redrockwebdesign-com-article-image-48[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-48[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-48[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-48[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-48 */
#tpl-redrockwebdesign-com-article-body-48[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-48[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-45 */
#tpl-redrockwebdesign-com-faq-45[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-45[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-49 */
#tpl-redrockwebdesign-com-cta-49[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-49[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-49 */
#tpl-redrockwebdesign-com-reading-progress-49[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-49 */
#tpl-redrockwebdesign-com-article-header-49[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-49[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-49[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-49[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-49[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-49[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-49[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-49[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-49[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-49[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-49[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-49[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-49[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-49 */
#tpl-redrockwebdesign-com-article-image-49[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-49[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-49[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-49[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-49 */
#tpl-redrockwebdesign-com-article-body-49[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-49[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-46 */
#tpl-redrockwebdesign-com-faq-46[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-46[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-50 */
#tpl-redrockwebdesign-com-cta-50[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-50[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-50 */
#tpl-redrockwebdesign-com-reading-progress-50[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-50 */
#tpl-redrockwebdesign-com-article-header-50[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-50[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-50[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-50[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-50[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-50[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-50[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-50[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-50[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-50[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-50[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-50[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-50[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-50 */
#tpl-redrockwebdesign-com-article-image-50[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-50[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-50[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-50[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-50 */
#tpl-redrockwebdesign-com-article-body-50[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-50[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-47 */
#tpl-redrockwebdesign-com-faq-47[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-47[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-51 */
#tpl-redrockwebdesign-com-cta-51[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-51[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-51 */
#tpl-redrockwebdesign-com-reading-progress-51[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-51 */
#tpl-redrockwebdesign-com-article-header-51[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-51[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-51[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-51[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-51[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-51[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-51[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-51[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-51[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-51[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-51[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-51[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-51[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-51 */
#tpl-redrockwebdesign-com-article-image-51[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-51[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-51[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-51[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-51 */
#tpl-redrockwebdesign-com-article-body-51[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-51[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-48 */
#tpl-redrockwebdesign-com-faq-48[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-48[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-52 */
#tpl-redrockwebdesign-com-cta-52[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-52[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-52 */
#tpl-redrockwebdesign-com-reading-progress-52[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-52 */
#tpl-redrockwebdesign-com-article-header-52[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-52[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-52[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-52[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-52[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-52[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-52[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-52[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-52[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-52[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-52[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-52[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-52[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-52 */
#tpl-redrockwebdesign-com-article-image-52[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-52[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-52[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-52[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-52 */
#tpl-redrockwebdesign-com-article-body-52[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-52[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-49 */
#tpl-redrockwebdesign-com-faq-49[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-49[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-53 */
#tpl-redrockwebdesign-com-cta-53[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-53[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-reading-progress-53 */
#tpl-redrockwebdesign-com-reading-progress-53[data-astro-cid-2q5oecfc]{position:fixed;top:0;left:0;width:0;height:3px;background-color:var(--red);z-index:10001;transition:width .1s ease-out;pointer-events:none}

/* tpl-redrockwebdesign-com-article-header-53 */
#tpl-redrockwebdesign-com-article-header-53[data-astro-cid-2q5oecfc]{padding:clamp(9rem,15vw,12rem) 1rem 2rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-header-53[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-article-header-53[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.5rem;color:var(--redAccent);transition:color .2s ease}#tpl-redrockwebdesign-com-article-header-53[data-astro-cid-2q5oecfc] .cs-back-link[data-astro-cid-2q5oecfc]:hover{color:var(--red)}#tpl-redrockwebdesign-com-article-header-53[data-astro-cid-2q5oecfc] .cs-back-arrow[data-astro-cid-2q5oecfc]{font-family:var(--fontMono);font-size:1rem}#tpl-redrockwebdesign-com-article-header-53[data-astro-cid-2q5oecfc] .cs-topper-text[data-astro-cid-2q5oecfc]{font-family:var(--fontTopper);font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}#tpl-redrockwebdesign-com-article-header-53[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;color:var(--textHeading);margin:0 0 1.25rem;max-width:100%}#tpl-redrockwebdesign-com-article-header-53[data-astro-cid-2q5oecfc] .cs-meta[data-astro-cid-2q5oecfc]{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.9375rem}#tpl-redrockwebdesign-com-article-header-53[data-astro-cid-2q5oecfc] .cs-author[data-astro-cid-2q5oecfc]{color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-article-header-53[data-astro-cid-2q5oecfc] .cs-dot[data-astro-cid-2q5oecfc]{width:4px;height:4px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-article-header-53[data-astro-cid-2q5oecfc] .cs-date[data-astro-cid-2q5oecfc],#tpl-redrockwebdesign-com-article-header-53[data-astro-cid-2q5oecfc] .cs-reading-time[data-astro-cid-2q5oecfc]{color:var(--textMuted);font-size:.875rem}#tpl-redrockwebdesign-com-article-header-53[data-astro-cid-2q5oecfc] .cs-updated[data-astro-cid-2q5oecfc]{margin:.625rem 0 0;font-size:.8125rem;color:var(--textMuted);font-style:italic}

/* tpl-redrockwebdesign-com-article-image-53 */
#tpl-redrockwebdesign-com-article-image-53[data-astro-cid-2q5oecfc]{padding:0 1rem;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-image-53[data-astro-cid-2q5oecfc] .cs-image-container[data-astro-cid-2q5oecfc]{width:92%;max-width:55rem;margin:0 auto}#tpl-redrockwebdesign-com-article-image-53[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg);display:block}#tpl-redrockwebdesign-com-article-image-53[data-astro-cid-2q5oecfc] .cs-picture[data-astro-cid-2q5oecfc] img[data-astro-cid-2q5oecfc]{width:100%;height:auto;display:block}

/* tpl-redrockwebdesign-com-article-body-53 */
#tpl-redrockwebdesign-com-article-body-53[data-astro-cid-2q5oecfc]{padding:clamp(3rem,6vw,4.5rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-article-body-53[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}

/* tpl-redrockwebdesign-com-faq-50 */
#tpl-redrockwebdesign-com-faq-50[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-50[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-54 */
#tpl-redrockwebdesign-com-cta-54[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-54[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-hero-3 */
#tpl-redrockwebdesign-com-hero-3[data-astro-cid-kh7btl4r]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{max-width:38rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-kh7btl4r] .cs-button-group[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{width:100%}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-3[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{flex-direction:row;align-items:center;gap:4rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{flex:1}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-5tznm7mj]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{font-size:1.125rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-uw5kdbxl]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-uw5kdbxl] .cs-container[data-astro-cid-uw5kdbxl]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-uw5kdbxl] .cs-content[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-uw5kdbxl] .cs-topper[data-astro-cid-uw5kdbxl]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-uw5kdbxl] .cs-title[data-astro-cid-uw5kdbxl]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-uw5kdbxl] .cs-text[data-astro-cid-uw5kdbxl]{font-size:1.125rem;max-width:38rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-j7pv25f6]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{max-width:37.5rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{width:100%}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6]{border-radius:var(--radiusLg);overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-3[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{flex-direction:row;align-items:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{flex:1;padding-right:2.5rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-hcjuqwdu]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-hcjuqwdu] .cs-button-group[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-3fuahh7v]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{font-size:clamp(2.25rem,5.5vw,3.75rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{font-size:1.0625rem;max-width:42rem;margin-bottom:1.75rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v] em[data-astro-cid-3fuahh7v]{font-style:italic;color:var(--red)}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-3fuahh7v] .cs-price-block[data-astro-cid-3fuahh7v]{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-3fuahh7v] .cs-price[data-astro-cid-3fuahh7v]{font-size:3rem;font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-3fuahh7v] .cs-price-note[data-astro-cid-3fuahh7v]{font-size:.875rem;color:var(--textMuted)}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-6ubkykmp]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{font-size:1.125rem;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-6ubkykmp] .cs-button-group[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ztk5oltf]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf] img[data-astro-cid-ztk5oltf]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ztk5oltf]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ztk5oltf] .cs-button-group[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ofhzexy5]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5] img[data-astro-cid-ofhzexy5]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ofhzexy5]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ofhzexy5] .cs-button-group[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ygbj2pv4]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{font-size:1.125rem;margin-bottom:2rem;max-width:40rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-ygbj2pv4] .cs-button-group[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-mjhsn53t]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-3[data-astro-cid-mjhsn53t] .cs-button-group[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}

/* tpl-redrockwebdesign-com-featured */
#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%)}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{margin-bottom:1.5rem}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-card[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.75rem;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-card[data-astro-cid-5tznm7mj]:hover{transform:translateY(-4px);box-shadow:var(--shadowLg);border-color:#d62b1e33}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-card[data-astro-cid-5tznm7mj]:hover .cs-featured-image[data-astro-cid-5tznm7mj] img[data-astro-cid-5tznm7mj]{transform:scale(1.03)}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-card[data-astro-cid-5tznm7mj]:hover .cs-featured-link[data-astro-cid-5tznm7mj]{color:var(--red)}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-image[data-astro-cid-5tznm7mj]{display:block;width:100%;aspect-ratio:16/10;overflow:hidden;background-color:var(--sandLight)}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-image[data-astro-cid-5tznm7mj] img[data-astro-cid-5tznm7mj]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-body[data-astro-cid-5tznm7mj]{padding:clamp(1.5rem,3vw,2.5rem)}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-meta[data-astro-cid-5tznm7mj]{display:flex;align-items:center;gap:.625rem;margin-bottom:.75rem}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-date[data-astro-cid-5tznm7mj],#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-time[data-astro-cid-5tznm7mj]{font-size:.8125rem;color:var(--textMuted);text-transform:uppercase;letter-spacing:.05em}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-dot[data-astro-cid-5tznm7mj]{width:3px;height:3px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-title[data-astro-cid-5tznm7mj]{font-family:var(--fontHeading);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--textHeading);line-height:1.25;margin:0 0 .75rem}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-desc[data-astro-cid-5tznm7mj]{font-size:1rem;line-height:1.7;color:var(--textBody);margin:0 0 1.25rem}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-link[data-astro-cid-5tznm7mj]{display:inline-block;font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;color:var(--teal);transition:color .2s ease}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-card[data-astro-cid-5tznm7mj]{flex-direction:row;align-items:stretch}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-image[data-astro-cid-5tznm7mj]{flex:1.1;aspect-ratio:auto}#tpl-redrockwebdesign-com-featured[data-astro-cid-5tznm7mj] .cs-featured-body[data-astro-cid-5tznm7mj]{flex:1;display:flex;flex-direction:column;justify-content:center}}

/* tpl-redrockwebdesign-com-grid */
#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj]{margin-bottom:2rem;text-align:center}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-category-pills[data-astro-cid-5tznm7mj]{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.625rem}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-category-pill[data-astro-cid-5tznm7mj]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:999px;padding:.5rem 1rem;font-family:var(--fontHeading);font-size:.8125rem;font-weight:700;color:var(--textBody);cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-category-pill[data-astro-cid-5tznm7mj]:hover{border-color:var(--red);color:var(--red);transform:translateY(-1px)}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-category-pill[data-astro-cid-5tznm7mj][aria-pressed=true]{background-color:var(--teal);border-color:var(--teal);color:#fff}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-category-count[data-astro-cid-5tznm7mj]{font-family:var(--fontMono);font-size:.6875rem;font-weight:400;opacity:.65}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj],#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-posts-grid[data-astro-cid-5tznm7mj]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-post-card[data-astro-cid-5tznm7mj]{padding:0;overflow:hidden;display:flex;flex-direction:column}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-post-link[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;text-decoration:none;height:100%}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-post-image[data-astro-cid-5tznm7mj]{display:block;width:100%;aspect-ratio:4/3;overflow:hidden;background-color:var(--sand)}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-post-image[data-astro-cid-5tznm7mj] img[data-astro-cid-5tznm7mj]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-post-card[data-astro-cid-5tznm7mj]:hover .cs-post-image[data-astro-cid-5tznm7mj] img[data-astro-cid-5tznm7mj]{transform:scale(1.03)}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-post-card[data-astro-cid-5tznm7mj]:hover .cs-post-link-text[data-astro-cid-5tznm7mj]{color:var(--red)}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-post-body[data-astro-cid-5tznm7mj]{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-post-meta[data-astro-cid-5tznm7mj]{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-post-date[data-astro-cid-5tznm7mj],#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-post-time[data-astro-cid-5tznm7mj]{font-size:.75rem;color:var(--textMuted);text-transform:uppercase;letter-spacing:.05em}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-post-dot[data-astro-cid-5tznm7mj]{width:3px;height:3px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-post-title[data-astro-cid-5tznm7mj]{font-family:var(--fontHeading);font-size:1.125rem;font-weight:700;color:var(--textHeading);line-height:1.3;margin:0 0 .5rem}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-post-desc[data-astro-cid-5tznm7mj]{font-size:.875rem;line-height:1.6;color:var(--textBody);margin:0 0 1rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-post-link-text[data-astro-cid-5tznm7mj]{font-family:var(--fontHeading);font-size:.875rem;font-weight:700;color:var(--teal);transition:color .2s ease}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-posts-grid[data-astro-cid-5tznm7mj]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-grid[data-astro-cid-5tznm7mj] .cs-posts-grid[data-astro-cid-5tznm7mj]{grid-template-columns:repeat(3,1fr);gap:2rem}}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu],#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-grid[data-astro-cid-hcjuqwdu]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-project-card[data-astro-cid-hcjuqwdu]{padding:0;overflow:hidden;display:flex;flex-direction:column}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-project-link[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;text-decoration:none;height:100%}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-project-image[data-astro-cid-hcjuqwdu]{display:block;width:100%;aspect-ratio:4/3;overflow:hidden;position:relative;background-color:var(--sand)}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-project-image[data-astro-cid-hcjuqwdu] img[data-astro-cid-hcjuqwdu]{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .5s ease}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-project-overlay[data-astro-cid-hcjuqwdu]{position:absolute;inset:0;background-color:#071e25bf;color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--fontHeading);font-size:1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;opacity:0;transition:opacity .3s ease}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-project-card[data-astro-cid-hcjuqwdu]:hover .cs-project-image[data-astro-cid-hcjuqwdu] img[data-astro-cid-hcjuqwdu]{transform:scale(1.04)}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-project-card[data-astro-cid-hcjuqwdu]:hover .cs-project-overlay[data-astro-cid-hcjuqwdu]{opacity:1}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-project-body[data-astro-cid-hcjuqwdu]{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-project-industry[data-astro-cid-hcjuqwdu]{display:inline-block;font-family:var(--fontTopper);font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:.5rem}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-project-name[data-astro-cid-hcjuqwdu]{font-family:var(--fontHeading);font-size:1.125rem;font-weight:700;color:var(--textHeading);margin:0 0 .5rem;line-height:1.3}#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-project-desc[data-astro-cid-hcjuqwdu]{font-size:.875rem;line-height:1.6;color:var(--textBody);margin:0;flex-grow:1}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-grid[data-astro-cid-hcjuqwdu]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-grid[data-astro-cid-hcjuqwdu] .cs-grid[data-astro-cid-hcjuqwdu]{grid-template-columns:repeat(3,1fr);gap:2rem}}

/* tpl-redrockwebdesign-com-cta-55 */
#tpl-redrockwebdesign-com-cta-55[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-55[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-hero-4 */
#tpl-redrockwebdesign-com-hero-4[data-astro-cid-kh7btl4r]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{max-width:38rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-kh7btl4r] .cs-button-group[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{width:100%}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-4[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{flex-direction:row;align-items:center;gap:4rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{flex:1}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-5tznm7mj]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{font-size:1.125rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-uw5kdbxl]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-uw5kdbxl] .cs-container[data-astro-cid-uw5kdbxl]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-uw5kdbxl] .cs-content[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-uw5kdbxl] .cs-topper[data-astro-cid-uw5kdbxl]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-uw5kdbxl] .cs-title[data-astro-cid-uw5kdbxl]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-uw5kdbxl] .cs-text[data-astro-cid-uw5kdbxl]{font-size:1.125rem;max-width:38rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-j7pv25f6]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{max-width:37.5rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{width:100%}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6]{border-radius:var(--radiusLg);overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-4[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{flex-direction:row;align-items:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{flex:1;padding-right:2.5rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-hcjuqwdu]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-hcjuqwdu] .cs-button-group[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-3fuahh7v]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{font-size:clamp(2.25rem,5.5vw,3.75rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{font-size:1.0625rem;max-width:42rem;margin-bottom:1.75rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v] em[data-astro-cid-3fuahh7v]{font-style:italic;color:var(--red)}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-3fuahh7v] .cs-price-block[data-astro-cid-3fuahh7v]{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-3fuahh7v] .cs-price[data-astro-cid-3fuahh7v]{font-size:3rem;font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-3fuahh7v] .cs-price-note[data-astro-cid-3fuahh7v]{font-size:.875rem;color:var(--textMuted)}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-6ubkykmp]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{font-size:1.125rem;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-6ubkykmp] .cs-button-group[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ztk5oltf]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf] img[data-astro-cid-ztk5oltf]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ztk5oltf]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ztk5oltf] .cs-button-group[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ofhzexy5]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5] img[data-astro-cid-ofhzexy5]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ofhzexy5]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ofhzexy5] .cs-button-group[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ygbj2pv4]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{font-size:1.125rem;margin-bottom:2rem;max-width:40rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-ygbj2pv4] .cs-button-group[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-mjhsn53t]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-4[data-astro-cid-mjhsn53t] .cs-button-group[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}

/* tpl-redrockwebdesign-com-contact */
#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-container[data-astro-cid-uw5kdbxl]{width:92%;max-width:75rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-info[data-astro-cid-uw5kdbxl] .cs-topper[data-astro-cid-uw5kdbxl]{margin-bottom:.75rem}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-info[data-astro-cid-uw5kdbxl] .cs-title[data-astro-cid-uw5kdbxl]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--textHeading);margin:0 0 1rem}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-info[data-astro-cid-uw5kdbxl] .cs-text[data-astro-cid-uw5kdbxl]{margin-bottom:2rem;max-width:36rem}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-methods[data-astro-cid-uw5kdbxl]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-method[data-astro-cid-uw5kdbxl]{display:flex;align-items:center;gap:1rem}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-method-icon[data-astro-cid-uw5kdbxl]{width:3rem;height:3rem;border-radius:.5rem;background-color:var(--surfaceWhite);border:1px solid var(--borderLight);color:var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-method-body[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-method-label[data-astro-cid-uw5kdbxl]{font-family:var(--fontTopper);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--redAccent);margin-bottom:.125rem}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-method-value[data-astro-cid-uw5kdbxl]{font-family:var(--fontHeading);font-size:1.0625rem;font-weight:700;color:var(--textHeading);text-decoration:none;transition:color .2s ease}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-method-value[data-astro-cid-uw5kdbxl]:hover{color:var(--red)}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-form[data-astro-cid-uw5kdbxl]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.75rem;padding:clamp(1.5rem,3vw,2.25rem);display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadowMd)}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-honeypot[data-astro-cid-uw5kdbxl]{display:none!important}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-form-title[data-astro-cid-uw5kdbxl]{font-family:var(--fontHeading);font-size:1.375rem;font-weight:700;color:var(--textHeading);margin:0 0 .5rem}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-label[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;gap:.375rem;font-family:var(--fontHeading);font-size:.8125rem;font-weight:700;color:var(--textHeading);text-transform:uppercase;letter-spacing:.05em}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-input[data-astro-cid-uw5kdbxl]{font-family:var(--fontBody);font-size:1rem;font-weight:400;color:var(--textHeading);text-transform:none;letter-spacing:normal;padding:.75rem .875rem;background-color:var(--sandLight);border:1px solid var(--borderLight);border-radius:.375rem;transition:border-color .2s ease,background-color .2s ease}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-input[data-astro-cid-uw5kdbxl]::placeholder{color:var(--textMuted)}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-input[data-astro-cid-uw5kdbxl]:focus{outline:none;border-color:var(--teal);background-color:var(--surfaceWhite)}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-textarea[data-astro-cid-uw5kdbxl]{min-height:8rem;resize:vertical;font-family:var(--fontBody)}#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-submit[data-astro-cid-uw5kdbxl]{margin-top:.5rem}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-contact[data-astro-cid-uw5kdbxl] .cs-container[data-astro-cid-uw5kdbxl]{grid-template-columns:1fr 1.1fr;gap:4rem;align-items:start}}

/* tpl-redrockwebdesign-com-map */
#tpl-redrockwebdesign-com-map[data-astro-cid-uw5kdbxl]{background-color:var(--sand)}#tpl-redrockwebdesign-com-map[data-astro-cid-uw5kdbxl] .cs-map-iframe[data-astro-cid-uw5kdbxl]{width:100%;height:clamp(300px,40vw,450px);border:none;display:block}

/* tpl-redrockwebdesign-com-reviews */
#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-container[data-astro-cid-uw5kdbxl]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-content[data-astro-cid-uw5kdbxl]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-content[data-astro-cid-uw5kdbxl] .cs-topper[data-astro-cid-uw5kdbxl]{justify-content:center}#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-content[data-astro-cid-uw5kdbxl] .cs-title[data-astro-cid-uw5kdbxl]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-reviews-grid[data-astro-cid-uw5kdbxl]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-review-card[data-astro-cid-uw5kdbxl]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.75rem;padding:clamp(1.5rem,3vw,2.25rem);position:relative}#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-quote-mark[data-astro-cid-uw5kdbxl]{color:var(--red);opacity:.15;margin-bottom:.5rem}#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-review-text[data-astro-cid-uw5kdbxl]{font-size:1rem;line-height:1.7;color:var(--textBody);margin:0 0 1.5rem}#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-review-author[data-astro-cid-uw5kdbxl]{display:flex;align-items:center;gap:.875rem}#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-review-photo[data-astro-cid-uw5kdbxl]{display:block;width:3.125rem;height:3.125rem;border-radius:50%;overflow:hidden;flex-shrink:0}#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-review-photo[data-astro-cid-uw5kdbxl] img[data-astro-cid-uw5kdbxl]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-review-photo-initial[data-astro-cid-uw5kdbxl]{display:flex;align-items:center;justify-content:center;background-color:var(--teal);color:#fff;font-family:var(--fontHeading);font-size:.875rem;font-weight:700;letter-spacing:.02em}#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-review-name[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;color:var(--textHeading)}#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-review-job[data-astro-cid-uw5kdbxl]{font-family:var(--fontBody);font-size:.8125rem;font-weight:400;color:var(--textMuted)}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-reviews[data-astro-cid-uw5kdbxl] .cs-reviews-grid[data-astro-cid-uw5kdbxl]{grid-template-columns:repeat(2,1fr);gap:2rem}}#tpl-redrockwebdesign-com-reviews[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-reviews[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-reviews[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{margin-bottom:3rem}#tpl-redrockwebdesign-com-reviews[data-astro-cid-j7pv25f6] .cs-review-group[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-reviews[data-astro-cid-j7pv25f6] .cs-review-card[data-astro-cid-j7pv25f6]{padding:clamp(1.5rem,3vw,2.5rem)}#tpl-redrockwebdesign-com-reviews[data-astro-cid-j7pv25f6] .cs-review-stars[data-astro-cid-j7pv25f6]{font-size:1.25rem;color:#f59e0b;margin-bottom:.75rem;letter-spacing:.1em}#tpl-redrockwebdesign-com-reviews[data-astro-cid-j7pv25f6] .cs-review-text[data-astro-cid-j7pv25f6]{font-size:.9375rem;line-height:1.7;color:var(--textBody);font-style:italic;margin:0 0 1rem}#tpl-redrockwebdesign-com-reviews[data-astro-cid-j7pv25f6] .cs-reviewer[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;gap:.125rem}#tpl-redrockwebdesign-com-reviews[data-astro-cid-j7pv25f6] .cs-reviewer-name[data-astro-cid-j7pv25f6]{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;color:var(--textHeading)}#tpl-redrockwebdesign-com-reviews[data-astro-cid-j7pv25f6] .cs-reviewer-title[data-astro-cid-j7pv25f6]{font-size:.8125rem;color:var(--textMuted)}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-reviews[data-astro-cid-j7pv25f6] .cs-review-group[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(2,1fr)}}

/* tpl-redrockwebdesign-com-hero-5 */
#tpl-redrockwebdesign-com-hero-5[data-astro-cid-kh7btl4r]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{max-width:38rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-kh7btl4r] .cs-button-group[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{width:100%}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-5[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{flex-direction:row;align-items:center;gap:4rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{flex:1}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-5tznm7mj]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{font-size:1.125rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-uw5kdbxl]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-uw5kdbxl] .cs-container[data-astro-cid-uw5kdbxl]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-uw5kdbxl] .cs-content[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-uw5kdbxl] .cs-topper[data-astro-cid-uw5kdbxl]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-uw5kdbxl] .cs-title[data-astro-cid-uw5kdbxl]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-uw5kdbxl] .cs-text[data-astro-cid-uw5kdbxl]{font-size:1.125rem;max-width:38rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-j7pv25f6]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{max-width:37.5rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{width:100%}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6]{border-radius:var(--radiusLg);overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-5[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{flex-direction:row;align-items:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{flex:1;padding-right:2.5rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-hcjuqwdu]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-hcjuqwdu] .cs-button-group[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-3fuahh7v]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{font-size:clamp(2.25rem,5.5vw,3.75rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{font-size:1.0625rem;max-width:42rem;margin-bottom:1.75rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v] em[data-astro-cid-3fuahh7v]{font-style:italic;color:var(--red)}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-3fuahh7v] .cs-price-block[data-astro-cid-3fuahh7v]{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-3fuahh7v] .cs-price[data-astro-cid-3fuahh7v]{font-size:3rem;font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-3fuahh7v] .cs-price-note[data-astro-cid-3fuahh7v]{font-size:.875rem;color:var(--textMuted)}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-6ubkykmp]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{font-size:1.125rem;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-6ubkykmp] .cs-button-group[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ztk5oltf]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf] img[data-astro-cid-ztk5oltf]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ztk5oltf]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ztk5oltf] .cs-button-group[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ofhzexy5]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5] img[data-astro-cid-ofhzexy5]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ofhzexy5]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ofhzexy5] .cs-button-group[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ygbj2pv4]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{font-size:1.125rem;margin-bottom:2rem;max-width:40rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-ygbj2pv4] .cs-button-group[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-mjhsn53t]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-5[data-astro-cid-mjhsn53t] .cs-button-group[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}

/* tpl-redrockwebdesign-com-stats-3 */
#tpl-redrockwebdesign-com-stats-3[data-astro-cid-kh7btl4r]{padding:clamp(3rem,6vw,4rem) 1rem;background-color:var(--teal)}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-kh7btl4r] .cs-stats-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-kh7btl4r] .cs-stat[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:.5rem}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-kh7btl4r] .cs-stat-big[data-astro-cid-kh7btl4r]{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#fff;line-height:1.1}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-kh7btl4r] .cs-stat-label[data-astro-cid-kh7btl4r]{font-size:.875rem;color:#ffffffa6;letter-spacing:.05em;text-transform:uppercase}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-stats-3[data-astro-cid-kh7btl4r] .cs-stats-grid[data-astro-cid-kh7btl4r]{grid-template-columns:repeat(4,1fr)}}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-j7pv25f6]{padding:clamp(4rem,8vw,5rem) 1rem;background-color:var(--teal)}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-j7pv25f6] .cs-stat-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-j7pv25f6] .cs-stat-item[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;gap:.25rem}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-j7pv25f6] .cs-stat-big[data-astro-cid-j7pv25f6]{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;line-height:1.1}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-j7pv25f6] .cs-stat-label[data-astro-cid-j7pv25f6]{font-size:.875rem;color:#fff9;letter-spacing:.05em;text-transform:uppercase}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-stats-3[data-astro-cid-j7pv25f6] .cs-stat-grid[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(4,1fr)}}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-hcjuqwdu]{padding:clamp(3rem,6vw,4rem) 1rem;background-color:var(--teal)}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-hcjuqwdu] .cs-stats-grid[data-astro-cid-hcjuqwdu]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-hcjuqwdu] .cs-stat[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;gap:.5rem}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-hcjuqwdu] .cs-stat-big[data-astro-cid-hcjuqwdu]{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#fff;line-height:1.1}#tpl-redrockwebdesign-com-stats-3[data-astro-cid-hcjuqwdu] .cs-stat-label[data-astro-cid-hcjuqwdu]{font-size:.875rem;color:#ffffffa6;letter-spacing:.05em;text-transform:uppercase}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-stats-3[data-astro-cid-hcjuqwdu] .cs-stats-grid[data-astro-cid-hcjuqwdu]{grid-template-columns:repeat(4,1fr)}}

/* tpl-redrockwebdesign-com-grid-2 */
#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj]{margin-bottom:2rem;text-align:center}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-category-pills[data-astro-cid-5tznm7mj]{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.625rem}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-category-pill[data-astro-cid-5tznm7mj]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:999px;padding:.5rem 1rem;font-family:var(--fontHeading);font-size:.8125rem;font-weight:700;color:var(--textBody);cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-category-pill[data-astro-cid-5tznm7mj]:hover{border-color:var(--red);color:var(--red);transform:translateY(-1px)}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-category-pill[data-astro-cid-5tznm7mj][aria-pressed=true]{background-color:var(--teal);border-color:var(--teal);color:#fff}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-category-count[data-astro-cid-5tznm7mj]{font-family:var(--fontMono);font-size:.6875rem;font-weight:400;opacity:.65}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj],#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-posts-grid[data-astro-cid-5tznm7mj]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-post-card[data-astro-cid-5tznm7mj]{padding:0;overflow:hidden;display:flex;flex-direction:column}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-post-link[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;text-decoration:none;height:100%}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-post-image[data-astro-cid-5tznm7mj]{display:block;width:100%;aspect-ratio:4/3;overflow:hidden;background-color:var(--sand)}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-post-image[data-astro-cid-5tznm7mj] img[data-astro-cid-5tznm7mj]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-post-card[data-astro-cid-5tznm7mj]:hover .cs-post-image[data-astro-cid-5tznm7mj] img[data-astro-cid-5tznm7mj]{transform:scale(1.03)}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-post-card[data-astro-cid-5tznm7mj]:hover .cs-post-link-text[data-astro-cid-5tznm7mj]{color:var(--red)}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-post-body[data-astro-cid-5tznm7mj]{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-post-meta[data-astro-cid-5tznm7mj]{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-post-date[data-astro-cid-5tznm7mj],#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-post-time[data-astro-cid-5tznm7mj]{font-size:.75rem;color:var(--textMuted);text-transform:uppercase;letter-spacing:.05em}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-post-dot[data-astro-cid-5tznm7mj]{width:3px;height:3px;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-post-title[data-astro-cid-5tznm7mj]{font-family:var(--fontHeading);font-size:1.125rem;font-weight:700;color:var(--textHeading);line-height:1.3;margin:0 0 .5rem}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-post-desc[data-astro-cid-5tznm7mj]{font-size:.875rem;line-height:1.6;color:var(--textBody);margin:0 0 1rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-post-link-text[data-astro-cid-5tznm7mj]{font-family:var(--fontHeading);font-size:.875rem;font-weight:700;color:var(--teal);transition:color .2s ease}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-posts-grid[data-astro-cid-5tznm7mj]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-grid-2[data-astro-cid-5tznm7mj] .cs-posts-grid[data-astro-cid-5tznm7mj]{grid-template-columns:repeat(3,1fr);gap:2rem}}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu],#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-grid[data-astro-cid-hcjuqwdu]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-project-card[data-astro-cid-hcjuqwdu]{padding:0;overflow:hidden;display:flex;flex-direction:column}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-project-link[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;text-decoration:none;height:100%}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-project-image[data-astro-cid-hcjuqwdu]{display:block;width:100%;aspect-ratio:4/3;overflow:hidden;position:relative;background-color:var(--sand)}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-project-image[data-astro-cid-hcjuqwdu] img[data-astro-cid-hcjuqwdu]{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .5s ease}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-project-overlay[data-astro-cid-hcjuqwdu]{position:absolute;inset:0;background-color:#071e25bf;color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--fontHeading);font-size:1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;opacity:0;transition:opacity .3s ease}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-project-card[data-astro-cid-hcjuqwdu]:hover .cs-project-image[data-astro-cid-hcjuqwdu] img[data-astro-cid-hcjuqwdu]{transform:scale(1.04)}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-project-card[data-astro-cid-hcjuqwdu]:hover .cs-project-overlay[data-astro-cid-hcjuqwdu]{opacity:1}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-project-body[data-astro-cid-hcjuqwdu]{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-project-industry[data-astro-cid-hcjuqwdu]{display:inline-block;font-family:var(--fontTopper);font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:.5rem}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-project-name[data-astro-cid-hcjuqwdu]{font-family:var(--fontHeading);font-size:1.125rem;font-weight:700;color:var(--textHeading);margin:0 0 .5rem;line-height:1.3}#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-project-desc[data-astro-cid-hcjuqwdu]{font-size:.875rem;line-height:1.6;color:var(--textBody);margin:0;flex-grow:1}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-grid[data-astro-cid-hcjuqwdu]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-grid-2[data-astro-cid-hcjuqwdu] .cs-grid[data-astro-cid-hcjuqwdu]{grid-template-columns:repeat(3,1fr);gap:2rem}}

/* tpl-redrockwebdesign-com-case-study */
#tpl-redrockwebdesign-com-case-study[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-case-study[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:3rem}#tpl-redrockwebdesign-com-case-study[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{max-width:40rem}#tpl-redrockwebdesign-com-case-study[data-astro-cid-hcjuqwdu] .cs-case-stats[data-astro-cid-hcjuqwdu]{display:grid;grid-template-columns:1fr;gap:2rem}#tpl-redrockwebdesign-com-case-study[data-astro-cid-hcjuqwdu] .cs-case-stat[data-astro-cid-hcjuqwdu]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.75rem;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}#tpl-redrockwebdesign-com-case-study[data-astro-cid-hcjuqwdu] .cs-case-from[data-astro-cid-hcjuqwdu]{font-size:1.5rem;font-weight:700;color:var(--textMuted);line-height:1}#tpl-redrockwebdesign-com-case-study[data-astro-cid-hcjuqwdu] .cs-case-arrow[data-astro-cid-hcjuqwdu]{font-size:1.75rem;color:var(--red);line-height:1;margin:.25rem 0}#tpl-redrockwebdesign-com-case-study[data-astro-cid-hcjuqwdu] .cs-case-to[data-astro-cid-hcjuqwdu]{font-size:clamp(3rem,6vw,4rem);font-weight:700;color:var(--teal);line-height:1}#tpl-redrockwebdesign-com-case-study[data-astro-cid-hcjuqwdu] .cs-case-label[data-astro-cid-hcjuqwdu]{font-size:.8125rem;color:var(--textBody);letter-spacing:.05em;text-transform:uppercase;margin-top:.5rem}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-case-study[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{flex-direction:row;gap:4rem;align-items:center}#tpl-redrockwebdesign-com-case-study[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{flex:1.4}#tpl-redrockwebdesign-com-case-study[data-astro-cid-hcjuqwdu] .cs-case-stats[data-astro-cid-hcjuqwdu]{flex:1;grid-template-columns:1fr}}

/* tpl-redrockwebdesign-com-standards */
#tpl-redrockwebdesign-com-standards[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-standards[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-standards[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-standards[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center}#tpl-redrockwebdesign-com-standards[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-standards[data-astro-cid-hcjuqwdu] .cs-standards-grid[data-astro-cid-hcjuqwdu]{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-standards[data-astro-cid-hcjuqwdu] .cs-card[data-astro-cid-hcjuqwdu]{padding:clamp(1.5rem,3vw,2rem)}#tpl-redrockwebdesign-com-standards[data-astro-cid-hcjuqwdu] .cs-icon[data-astro-cid-hcjuqwdu]{color:var(--teal);margin-bottom:.75rem;display:block}#tpl-redrockwebdesign-com-standards[data-astro-cid-hcjuqwdu] .cs-item-text[data-astro-cid-hcjuqwdu]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-standards[data-astro-cid-hcjuqwdu] .cs-standards-grid[data-astro-cid-hcjuqwdu]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-standards[data-astro-cid-hcjuqwdu] .cs-standards-grid[data-astro-cid-hcjuqwdu]{grid-template-columns:repeat(4,1fr)}}

/* tpl-redrockwebdesign-com-testimonials-2 */
#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-kh7btl4r] .cs-review-group[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-kh7btl4r] .cs-review-card[data-astro-cid-kh7btl4r]{padding:clamp(1.5rem,3vw,2.25rem);display:flex;flex-direction:column}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-kh7btl4r] .cs-review-stars[data-astro-cid-kh7btl4r]{font-size:1.125rem;color:#f59e0b;margin-bottom:.75rem;letter-spacing:.1em}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-kh7btl4r] .cs-review-text[data-astro-cid-kh7btl4r]{font-size:.9375rem;line-height:1.7;color:var(--textBody);font-style:italic;margin:0 0 1.25rem;flex-grow:1}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-kh7btl4r] .cs-reviewer[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:.125rem}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-kh7btl4r] .cs-reviewer-name[data-astro-cid-kh7btl4r]{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;color:var(--textHeading)}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-kh7btl4r] .cs-reviewer-title[data-astro-cid-kh7btl4r]{font-size:.8125rem;color:var(--textMuted)}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-kh7btl4r] .cs-review-group[data-astro-cid-kh7btl4r]{grid-template-columns:repeat(3,1fr);gap:2rem}}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-hcjuqwdu] .cs-review-group[data-astro-cid-hcjuqwdu]{display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-hcjuqwdu] .cs-review-card[data-astro-cid-hcjuqwdu]{padding:clamp(1.5rem,3vw,2.25rem);display:flex;flex-direction:column}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-hcjuqwdu] .cs-review-stars[data-astro-cid-hcjuqwdu]{font-size:1.125rem;color:#f59e0b;margin-bottom:.75rem;letter-spacing:.1em}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-hcjuqwdu] .cs-review-text[data-astro-cid-hcjuqwdu]{font-size:.9375rem;line-height:1.7;color:var(--textBody);font-style:italic;margin:0 0 1.25rem;flex-grow:1}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-hcjuqwdu] .cs-reviewer[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;gap:.125rem}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-hcjuqwdu] .cs-reviewer-name[data-astro-cid-hcjuqwdu]{font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;color:var(--textHeading)}#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-hcjuqwdu] .cs-reviewer-title[data-astro-cid-hcjuqwdu]{font-size:.8125rem;color:var(--textMuted)}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-testimonials-2[data-astro-cid-hcjuqwdu] .cs-review-group[data-astro-cid-hcjuqwdu]{grid-template-columns:repeat(3,1fr);gap:2rem}}

/* tpl-redrockwebdesign-com-pricing-teaser */
#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:64rem;margin:0 auto}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t],#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-teaser-group[data-astro-cid-mjhsn53t]{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-teaser-card[data-astro-cid-mjhsn53t]{padding:clamp(2rem,4vw,2.5rem);position:relative}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-teaser-card[data-astro-cid-mjhsn53t].cs-teaser-popular{border:2px solid var(--red)}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-teaser-badge[data-astro-cid-mjhsn53t]{position:absolute;top:-.875rem;left:50%;transform:translate(-50%);background-color:var(--red);color:#fff;font-family:var(--fontHeading);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1rem;border-radius:.375rem}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-teaser-badge-alt[data-astro-cid-mjhsn53t]{background-color:var(--teal)}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-teaser-name[data-astro-cid-mjhsn53t]{display:block;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--teal);text-align:center;margin:0 0 .75rem;letter-spacing:.02em}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-teaser-price[data-astro-cid-mjhsn53t]{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--borderLight)}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-price-amount[data-astro-cid-mjhsn53t]{font-size:clamp(2.25rem,5vw,3rem);font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-price-period[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-teaser-features[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-teaser-features[data-astro-cid-mjhsn53t] li[data-astro-cid-mjhsn53t]{font-size:.9375rem;line-height:1.6;color:var(--textBody);padding:.5rem 0 .5rem 1.75rem;position:relative}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-teaser-features[data-astro-cid-mjhsn53t] li[data-astro-cid-mjhsn53t]:before{content:"";position:absolute;left:0;top:.875rem;width:1rem;height:1rem;background-image:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ stroke=\'%230C3742\'\ stroke-width=\'3\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'%3E%3Cpath\ d=\'M5\ 12l5\ 5l10\ -10\'/%3E%3C/svg%3E);background-repeat:no-repeat;background-size:contain}#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-teaser-cta[data-astro-cid-mjhsn53t]{display:flex;margin:0 auto;max-width:16rem;justify-content:center}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-pricing-teaser[data-astro-cid-mjhsn53t] .cs-teaser-group[data-astro-cid-mjhsn53t]{grid-template-columns:repeat(2,1fr)}}

/* tpl-redrockwebdesign-com-cta-56 */
#tpl-redrockwebdesign-com-cta-56[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-56[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-hero-6 */
#tpl-redrockwebdesign-com-hero-6[data-astro-cid-kh7btl4r]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{max-width:38rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-kh7btl4r] .cs-button-group[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{width:100%}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-6[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{flex-direction:row;align-items:center;gap:4rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{flex:1}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-5tznm7mj]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{font-size:1.125rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-uw5kdbxl]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-uw5kdbxl] .cs-container[data-astro-cid-uw5kdbxl]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-uw5kdbxl] .cs-content[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-uw5kdbxl] .cs-topper[data-astro-cid-uw5kdbxl]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-uw5kdbxl] .cs-title[data-astro-cid-uw5kdbxl]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-uw5kdbxl] .cs-text[data-astro-cid-uw5kdbxl]{font-size:1.125rem;max-width:38rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-j7pv25f6]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{max-width:37.5rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{width:100%}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6]{border-radius:var(--radiusLg);overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-6[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{flex-direction:row;align-items:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{flex:1;padding-right:2.5rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-hcjuqwdu]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-hcjuqwdu] .cs-button-group[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-3fuahh7v]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{font-size:clamp(2.25rem,5.5vw,3.75rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{font-size:1.0625rem;max-width:42rem;margin-bottom:1.75rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v] em[data-astro-cid-3fuahh7v]{font-style:italic;color:var(--red)}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-3fuahh7v] .cs-price-block[data-astro-cid-3fuahh7v]{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-3fuahh7v] .cs-price[data-astro-cid-3fuahh7v]{font-size:3rem;font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-3fuahh7v] .cs-price-note[data-astro-cid-3fuahh7v]{font-size:.875rem;color:var(--textMuted)}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-6ubkykmp]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{font-size:1.125rem;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-6ubkykmp] .cs-button-group[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ztk5oltf]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf] img[data-astro-cid-ztk5oltf]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ztk5oltf]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ztk5oltf] .cs-button-group[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ofhzexy5]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5] img[data-astro-cid-ofhzexy5]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ofhzexy5]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ofhzexy5] .cs-button-group[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ygbj2pv4]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{font-size:1.125rem;margin-bottom:2rem;max-width:40rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-ygbj2pv4] .cs-button-group[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-mjhsn53t]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-6[data-astro-cid-mjhsn53t] .cs-button-group[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}

/* tpl-redrockwebdesign-com-included */
#tpl-redrockwebdesign-com-included[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-included[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-included[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-included[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center}#tpl-redrockwebdesign-com-included[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-included[data-astro-cid-3fuahh7v] .cs-features-grid[data-astro-cid-3fuahh7v]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-included[data-astro-cid-3fuahh7v] .cs-feature[data-astro-cid-3fuahh7v]{text-align:left}#tpl-redrockwebdesign-com-included[data-astro-cid-3fuahh7v] .cs-feature-icon[data-astro-cid-3fuahh7v]{color:var(--teal);margin-bottom:.875rem}#tpl-redrockwebdesign-com-included[data-astro-cid-3fuahh7v] .cs-feature-text[data-astro-cid-3fuahh7v]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-included[data-astro-cid-3fuahh7v] .cs-features-grid[data-astro-cid-3fuahh7v]{grid-template-columns:repeat(2,1fr);gap:2rem}}#tpl-redrockwebdesign-com-included[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-included[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-included[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-included[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center}#tpl-redrockwebdesign-com-included[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5],#tpl-redrockwebdesign-com-included[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-included[data-astro-cid-ofhzexy5] .cs-features-grid[data-astro-cid-ofhzexy5]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-included[data-astro-cid-ofhzexy5] .cs-feature[data-astro-cid-ofhzexy5]{text-align:left}#tpl-redrockwebdesign-com-included[data-astro-cid-ofhzexy5] .cs-feature-icon[data-astro-cid-ofhzexy5]{color:var(--teal);margin-bottom:1rem}#tpl-redrockwebdesign-com-included[data-astro-cid-ofhzexy5] .cs-feature-text[data-astro-cid-ofhzexy5]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-included[data-astro-cid-ofhzexy5] .cs-features-grid[data-astro-cid-ofhzexy5]{grid-template-columns:repeat(2,1fr);gap:2rem}}#tpl-redrockwebdesign-com-included[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-included[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-included[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem}#tpl-redrockwebdesign-com-included[data-astro-cid-ygbj2pv4] .cs-features-grid[data-astro-cid-ygbj2pv4]{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-included[data-astro-cid-ygbj2pv4] .cs-card[data-astro-cid-ygbj2pv4]{padding:clamp(1.5rem,3vw,2rem)}#tpl-redrockwebdesign-com-included[data-astro-cid-ygbj2pv4] .cs-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);margin-bottom:.75rem;display:block}#tpl-redrockwebdesign-com-included[data-astro-cid-ygbj2pv4] .cs-item-text[data-astro-cid-ygbj2pv4]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-included[data-astro-cid-ygbj2pv4] .cs-features-grid[data-astro-cid-ygbj2pv4]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-included[data-astro-cid-ygbj2pv4] .cs-features-grid[data-astro-cid-ygbj2pv4]{grid-template-columns:repeat(3,1fr)}}

/* tpl-redrockwebdesign-com-steps */
#tpl-redrockwebdesign-com-steps[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-steps[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-steps[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-steps[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center}#tpl-redrockwebdesign-com-steps[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-steps[data-astro-cid-3fuahh7v] .cs-steps[data-astro-cid-3fuahh7v]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-steps[data-astro-cid-3fuahh7v] .cs-step[data-astro-cid-3fuahh7v]{text-align:left}#tpl-redrockwebdesign-com-steps[data-astro-cid-3fuahh7v] .cs-step-number[data-astro-cid-3fuahh7v]{display:block;font-size:2rem;font-weight:700;color:var(--red);margin-bottom:.75rem}#tpl-redrockwebdesign-com-steps[data-astro-cid-3fuahh7v] .cs-step-text[data-astro-cid-3fuahh7v]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-steps[data-astro-cid-3fuahh7v] .cs-steps[data-astro-cid-3fuahh7v]{grid-template-columns:repeat(3,1fr);gap:2rem}}#tpl-redrockwebdesign-com-steps[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-steps[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-steps[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-steps[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center}#tpl-redrockwebdesign-com-steps[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-steps[data-astro-cid-6ubkykmp] .cs-steps[data-astro-cid-6ubkykmp]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-steps[data-astro-cid-6ubkykmp] .cs-step[data-astro-cid-6ubkykmp]{text-align:left}#tpl-redrockwebdesign-com-steps[data-astro-cid-6ubkykmp] .cs-step-number[data-astro-cid-6ubkykmp]{display:block;font-size:2rem;font-weight:700;color:var(--red);margin-bottom:.75rem}#tpl-redrockwebdesign-com-steps[data-astro-cid-6ubkykmp] .cs-step-text[data-astro-cid-6ubkykmp]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-steps[data-astro-cid-6ubkykmp] .cs-step-text[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:var(--teal);text-decoration:underline;text-decoration-color:#d62b1e66}#tpl-redrockwebdesign-com-steps[data-astro-cid-6ubkykmp] .cs-step-text[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{color:var(--red)}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-steps[data-astro-cid-6ubkykmp] .cs-steps[data-astro-cid-6ubkykmp]{grid-template-columns:repeat(3,1fr);gap:2rem}}

/* tpl-redrockwebdesign-com-pricing */
#tpl-redrockwebdesign-com-pricing[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-pricing[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:32rem;margin:0 auto}#tpl-redrockwebdesign-com-pricing[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{text-align:center;margin-bottom:2.5rem}#tpl-redrockwebdesign-com-pricing[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center}#tpl-redrockwebdesign-com-pricing[data-astro-cid-3fuahh7v] .cs-pricing-card[data-astro-cid-3fuahh7v]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.75rem;padding:2.25rem;text-align:center;box-shadow:var(--shadowMd)}#tpl-redrockwebdesign-com-pricing[data-astro-cid-3fuahh7v] .cs-pricing-name[data-astro-cid-3fuahh7v]{font-family:var(--fontHeading);font-size:1.125rem;font-weight:700;color:var(--textHeading);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}#tpl-redrockwebdesign-com-pricing[data-astro-cid-3fuahh7v] .cs-pricing-sub[data-astro-cid-3fuahh7v]{font-size:.875rem;color:var(--textMuted);margin:0 0 1.5rem}#tpl-redrockwebdesign-com-pricing[data-astro-cid-3fuahh7v] .cs-pricing-amount[data-astro-cid-3fuahh7v]{font-size:3.5rem;font-weight:700;color:var(--textHeading);line-height:1;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-pricing[data-astro-cid-3fuahh7v] .cs-pricing-list[data-astro-cid-3fuahh7v]{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left;display:flex;flex-direction:column;gap:.625rem}#tpl-redrockwebdesign-com-pricing[data-astro-cid-3fuahh7v] .cs-pricing-item[data-astro-cid-3fuahh7v]{position:relative;padding-left:1.75rem;font-size:.9375rem;color:var(--textBody)}#tpl-redrockwebdesign-com-pricing[data-astro-cid-3fuahh7v] .cs-pricing-item[data-astro-cid-3fuahh7v]:before{content:"✓";position:absolute;left:0;top:0;color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-pricing[data-astro-cid-3fuahh7v] .cs-pricing-note[data-astro-cid-3fuahh7v]{font-size:.8125rem;color:var(--textMuted);margin:0 0 1.5rem;font-style:italic}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:65rem;margin:0 auto}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp],#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:var(--teal);text-decoration:underline;text-decoration-color:#d62b1e66}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{color:var(--red)}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-pricing-grid[data-astro-cid-6ubkykmp]{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-pricing-card[data-astro-cid-6ubkykmp]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.75rem;padding:2rem;position:relative}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-pricing-featured[data-astro-cid-6ubkykmp]{border-color:var(--red);box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-pricing-badge[data-astro-cid-6ubkykmp]{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background-color:var(--red);color:#fff;font-family:var(--fontTopper);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.375rem .875rem;border-radius:999px}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-pricing-name[data-astro-cid-6ubkykmp]{font-family:var(--fontHeading);font-size:1.125rem;font-weight:700;color:var(--textHeading);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-pricing-amount[data-astro-cid-6ubkykmp]{font-size:2.75rem;font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-pricing-period[data-astro-cid-6ubkykmp]{font-size:1rem;font-weight:400;color:var(--textMuted)}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-pricing-sub[data-astro-cid-6ubkykmp]{font-family:var(--fontHeading);font-size:.875rem;color:var(--red);font-weight:700;margin-top:.25rem}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-pricing-list[data-astro-cid-6ubkykmp]{list-style:none;padding:0;margin:1.5rem 0;display:flex;flex-direction:column;gap:.625rem}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-pricing-item[data-astro-cid-6ubkykmp]{position:relative;padding-left:1.75rem;font-size:.9375rem;color:var(--textBody)}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-pricing-item[data-astro-cid-6ubkykmp]:before{position:absolute;left:0;top:.0625rem;font-size:1rem;font-weight:700}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-included[data-astro-cid-6ubkykmp]:before{content:"✓";color:var(--teal)}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-excluded[data-astro-cid-6ubkykmp]:before{content:"✕";color:var(--textMuted)}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-excluded[data-astro-cid-6ubkykmp]{color:var(--textMuted)}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-pricing-note[data-astro-cid-6ubkykmp]{font-size:.8125rem;color:var(--textMuted);margin:0;font-style:italic}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-compare-link[data-astro-cid-6ubkykmp]{display:block;text-align:center;font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;color:var(--teal);text-decoration:none;padding:.875rem 1.5rem;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease;max-width:max-content;margin:0 auto}#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-compare-link[data-astro-cid-6ubkykmp]:hover{color:var(--red);border-bottom-color:var(--red)}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-pricing[data-astro-cid-6ubkykmp] .cs-pricing-grid[data-astro-cid-6ubkykmp]{grid-template-columns:1fr 1fr;gap:2rem}}

/* tpl-redrockwebdesign-com-faq-51 */
#tpl-redrockwebdesign-com-faq-51[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-51[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-57 */
#tpl-redrockwebdesign-com-cta-57[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-57[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-hero-7 */
#tpl-redrockwebdesign-com-hero-7[data-astro-cid-kh7btl4r]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{max-width:38rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-kh7btl4r] .cs-button-group[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{width:100%}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-7[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{flex-direction:row;align-items:center;gap:4rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{flex:1}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-5tznm7mj]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{font-size:1.125rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-uw5kdbxl]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-uw5kdbxl] .cs-container[data-astro-cid-uw5kdbxl]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-uw5kdbxl] .cs-content[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-uw5kdbxl] .cs-topper[data-astro-cid-uw5kdbxl]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-uw5kdbxl] .cs-title[data-astro-cid-uw5kdbxl]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-uw5kdbxl] .cs-text[data-astro-cid-uw5kdbxl]{font-size:1.125rem;max-width:38rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-j7pv25f6]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{max-width:37.5rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{width:100%}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6]{border-radius:var(--radiusLg);overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-7[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{flex-direction:row;align-items:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{flex:1;padding-right:2.5rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-hcjuqwdu]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-hcjuqwdu] .cs-button-group[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-3fuahh7v]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{font-size:clamp(2.25rem,5.5vw,3.75rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{font-size:1.0625rem;max-width:42rem;margin-bottom:1.75rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v] em[data-astro-cid-3fuahh7v]{font-style:italic;color:var(--red)}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-3fuahh7v] .cs-price-block[data-astro-cid-3fuahh7v]{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-3fuahh7v] .cs-price[data-astro-cid-3fuahh7v]{font-size:3rem;font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-3fuahh7v] .cs-price-note[data-astro-cid-3fuahh7v]{font-size:.875rem;color:var(--textMuted)}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-6ubkykmp]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{font-size:1.125rem;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-6ubkykmp] .cs-button-group[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ztk5oltf]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf] img[data-astro-cid-ztk5oltf]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ztk5oltf]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ztk5oltf] .cs-button-group[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ofhzexy5]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5] img[data-astro-cid-ofhzexy5]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ofhzexy5]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ofhzexy5] .cs-button-group[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ygbj2pv4]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{font-size:1.125rem;margin-bottom:2rem;max-width:40rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-ygbj2pv4] .cs-button-group[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-mjhsn53t]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-7[data-astro-cid-mjhsn53t] .cs-button-group[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}

/* tpl-redrockwebdesign-com-gallery */
#tpl-redrockwebdesign-com-gallery[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-gallery[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-gallery[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-gallery[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center}#tpl-redrockwebdesign-com-gallery[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp],#tpl-redrockwebdesign-com-gallery[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-gallery[data-astro-cid-6ubkykmp] .cs-gallery[data-astro-cid-6ubkykmp]{display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-gallery[data-astro-cid-6ubkykmp] .cs-gallery-item[data-astro-cid-6ubkykmp]{position:relative;border-radius:.75rem;overflow:hidden;border:1px solid var(--borderLight);box-shadow:var(--shadowLg);background-color:var(--surfaceWhite)}#tpl-redrockwebdesign-com-gallery[data-astro-cid-6ubkykmp] .cs-gallery-label[data-astro-cid-6ubkykmp]{position:absolute;top:1rem;left:1rem;font-family:var(--fontTopper);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;background-color:var(--red);padding:.375rem .75rem;border-radius:.25rem;z-index:2}#tpl-redrockwebdesign-com-gallery[data-astro-cid-6ubkykmp] .cs-gallery-label-after[data-astro-cid-6ubkykmp]{background-color:var(--teal)}#tpl-redrockwebdesign-com-gallery[data-astro-cid-6ubkykmp] .cs-gallery-picture[data-astro-cid-6ubkykmp]{display:block}#tpl-redrockwebdesign-com-gallery[data-astro-cid-6ubkykmp] .cs-gallery-picture[data-astro-cid-6ubkykmp] img[data-astro-cid-6ubkykmp]{width:100%;height:auto;display:block}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-gallery[data-astro-cid-6ubkykmp] .cs-gallery[data-astro-cid-6ubkykmp]{grid-template-columns:1fr 1fr;gap:2rem}}

/* tpl-redrockwebdesign-com-steps-2 */
#tpl-redrockwebdesign-com-steps-2[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-3fuahh7v] .cs-steps[data-astro-cid-3fuahh7v]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-3fuahh7v] .cs-step[data-astro-cid-3fuahh7v]{text-align:left}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-3fuahh7v] .cs-step-number[data-astro-cid-3fuahh7v]{display:block;font-size:2rem;font-weight:700;color:var(--red);margin-bottom:.75rem}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-3fuahh7v] .cs-step-text[data-astro-cid-3fuahh7v]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-steps-2[data-astro-cid-3fuahh7v] .cs-steps[data-astro-cid-3fuahh7v]{grid-template-columns:repeat(3,1fr);gap:2rem}}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-6ubkykmp] .cs-steps[data-astro-cid-6ubkykmp]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-6ubkykmp] .cs-step[data-astro-cid-6ubkykmp]{text-align:left}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-6ubkykmp] .cs-step-number[data-astro-cid-6ubkykmp]{display:block;font-size:2rem;font-weight:700;color:var(--red);margin-bottom:.75rem}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-6ubkykmp] .cs-step-text[data-astro-cid-6ubkykmp]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-6ubkykmp] .cs-step-text[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:var(--teal);text-decoration:underline;text-decoration-color:#d62b1e66}#tpl-redrockwebdesign-com-steps-2[data-astro-cid-6ubkykmp] .cs-step-text[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{color:var(--red)}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-steps-2[data-astro-cid-6ubkykmp] .cs-steps[data-astro-cid-6ubkykmp]{grid-template-columns:repeat(3,1fr);gap:2rem}}

/* tpl-redrockwebdesign-com-proof */
#tpl-redrockwebdesign-com-proof[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-proof[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-proof[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-proof[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center}#tpl-redrockwebdesign-com-proof[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp],#tpl-redrockwebdesign-com-proof[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-proof[data-astro-cid-6ubkykmp] .cs-proof-grid[data-astro-cid-6ubkykmp]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:2rem}#tpl-redrockwebdesign-com-proof[data-astro-cid-6ubkykmp] .cs-proof-item[data-astro-cid-6ubkykmp]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.75rem;padding:1.5rem;box-shadow:var(--shadowMd)}#tpl-redrockwebdesign-com-proof[data-astro-cid-6ubkykmp] .cs-proof-title[data-astro-cid-6ubkykmp]{font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);margin:0 0 1rem;text-align:center}#tpl-redrockwebdesign-com-proof[data-astro-cid-6ubkykmp] .cs-proof-picture[data-astro-cid-6ubkykmp]{display:block;border-radius:.5rem;overflow:hidden}#tpl-redrockwebdesign-com-proof[data-astro-cid-6ubkykmp] .cs-proof-picture[data-astro-cid-6ubkykmp] img[data-astro-cid-6ubkykmp]{width:100%;height:auto;display:block}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-proof[data-astro-cid-6ubkykmp] .cs-proof-grid[data-astro-cid-6ubkykmp]{grid-template-columns:1fr 1fr}}

/* tpl-redrockwebdesign-com-speed-stats */
#tpl-redrockwebdesign-com-speed-stats[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%)}#tpl-redrockwebdesign-com-speed-stats[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-speed-stats[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-speed-stats[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center}#tpl-redrockwebdesign-com-speed-stats[data-astro-cid-6ubkykmp] .cs-stats-grid[data-astro-cid-6ubkykmp]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem;text-align:center}#tpl-redrockwebdesign-com-speed-stats[data-astro-cid-6ubkykmp] .cs-stat-item[data-astro-cid-6ubkykmp]{padding:1.5rem;border-radius:.5rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1)}#tpl-redrockwebdesign-com-speed-stats[data-astro-cid-6ubkykmp] .cs-stat-big[data-astro-cid-6ubkykmp]{display:block;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1}#tpl-redrockwebdesign-com-speed-stats[data-astro-cid-6ubkykmp] .cs-stat-label[data-astro-cid-6ubkykmp]{display:block;font-size:.9375rem;color:#ffffffbf;line-height:1.5}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-speed-stats[data-astro-cid-6ubkykmp] .cs-stats-grid[data-astro-cid-6ubkykmp]{grid-template-columns:repeat(3,1fr);gap:2rem}}

/* tpl-redrockwebdesign-com-package */
#tpl-redrockwebdesign-com-package[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-package[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-package[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-package[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center}#tpl-redrockwebdesign-com-package[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-package[data-astro-cid-6ubkykmp] .cs-features-grid[data-astro-cid-6ubkykmp]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-package[data-astro-cid-6ubkykmp] .cs-feature[data-astro-cid-6ubkykmp]{text-align:left}#tpl-redrockwebdesign-com-package[data-astro-cid-6ubkykmp] .cs-feature-icon[data-astro-cid-6ubkykmp]{color:var(--teal);margin-bottom:.875rem}#tpl-redrockwebdesign-com-package[data-astro-cid-6ubkykmp] .cs-feature-text[data-astro-cid-6ubkykmp]{font-size:.9375rem;line-height:1.6;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-package[data-astro-cid-6ubkykmp] .cs-features-grid[data-astro-cid-6ubkykmp]{grid-template-columns:repeat(2,1fr);gap:2rem}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-package[data-astro-cid-6ubkykmp] .cs-features-grid[data-astro-cid-6ubkykmp]{grid-template-columns:repeat(4,1fr)}}

/* tpl-redrockwebdesign-com-pricing-2 */
#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:32rem;margin:0 auto}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{text-align:center;margin-bottom:2.5rem}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-3fuahh7v] .cs-pricing-card[data-astro-cid-3fuahh7v]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.75rem;padding:2.25rem;text-align:center;box-shadow:var(--shadowMd)}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-3fuahh7v] .cs-pricing-name[data-astro-cid-3fuahh7v]{font-family:var(--fontHeading);font-size:1.125rem;font-weight:700;color:var(--textHeading);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-3fuahh7v] .cs-pricing-sub[data-astro-cid-3fuahh7v]{font-size:.875rem;color:var(--textMuted);margin:0 0 1.5rem}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-3fuahh7v] .cs-pricing-amount[data-astro-cid-3fuahh7v]{font-size:3.5rem;font-weight:700;color:var(--textHeading);line-height:1;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-3fuahh7v] .cs-pricing-list[data-astro-cid-3fuahh7v]{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left;display:flex;flex-direction:column;gap:.625rem}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-3fuahh7v] .cs-pricing-item[data-astro-cid-3fuahh7v]{position:relative;padding-left:1.75rem;font-size:.9375rem;color:var(--textBody)}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-3fuahh7v] .cs-pricing-item[data-astro-cid-3fuahh7v]:before{content:"✓";position:absolute;left:0;top:0;color:var(--teal);font-weight:700}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-3fuahh7v] .cs-pricing-note[data-astro-cid-3fuahh7v]{font-size:.8125rem;color:var(--textMuted);margin:0 0 1.5rem;font-style:italic}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:65rem;margin:0 auto}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp],#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:var(--teal);text-decoration:underline;text-decoration-color:#d62b1e66}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{color:var(--red)}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-pricing-grid[data-astro-cid-6ubkykmp]{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-pricing-card[data-astro-cid-6ubkykmp]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.75rem;padding:2rem;position:relative}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-pricing-featured[data-astro-cid-6ubkykmp]{border-color:var(--red);box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-pricing-badge[data-astro-cid-6ubkykmp]{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background-color:var(--red);color:#fff;font-family:var(--fontTopper);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.375rem .875rem;border-radius:999px}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-pricing-name[data-astro-cid-6ubkykmp]{font-family:var(--fontHeading);font-size:1.125rem;font-weight:700;color:var(--textHeading);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-pricing-amount[data-astro-cid-6ubkykmp]{font-size:2.75rem;font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-pricing-period[data-astro-cid-6ubkykmp]{font-size:1rem;font-weight:400;color:var(--textMuted)}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-pricing-sub[data-astro-cid-6ubkykmp]{font-family:var(--fontHeading);font-size:.875rem;color:var(--red);font-weight:700;margin-top:.25rem}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-pricing-list[data-astro-cid-6ubkykmp]{list-style:none;padding:0;margin:1.5rem 0;display:flex;flex-direction:column;gap:.625rem}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-pricing-item[data-astro-cid-6ubkykmp]{position:relative;padding-left:1.75rem;font-size:.9375rem;color:var(--textBody)}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-pricing-item[data-astro-cid-6ubkykmp]:before{position:absolute;left:0;top:.0625rem;font-size:1rem;font-weight:700}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-included[data-astro-cid-6ubkykmp]:before{content:"✓";color:var(--teal)}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-excluded[data-astro-cid-6ubkykmp]:before{content:"✕";color:var(--textMuted)}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-excluded[data-astro-cid-6ubkykmp]{color:var(--textMuted)}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-pricing-note[data-astro-cid-6ubkykmp]{font-size:.8125rem;color:var(--textMuted);margin:0;font-style:italic}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-compare-link[data-astro-cid-6ubkykmp]{display:block;text-align:center;font-family:var(--fontHeading);font-size:.9375rem;font-weight:700;color:var(--teal);text-decoration:none;padding:.875rem 1.5rem;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease;max-width:max-content;margin:0 auto}#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-compare-link[data-astro-cid-6ubkykmp]:hover{color:var(--red);border-bottom-color:var(--red)}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-pricing-2[data-astro-cid-6ubkykmp] .cs-pricing-grid[data-astro-cid-6ubkykmp]{grid-template-columns:1fr 1fr;gap:2rem}}

/* tpl-redrockwebdesign-com-cta-58 */
#tpl-redrockwebdesign-com-cta-58[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-58[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-hero-8 */
#tpl-redrockwebdesign-com-hero-8[data-astro-cid-kh7btl4r]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{max-width:38rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-kh7btl4r] .cs-button-group[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{width:100%}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-8[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{flex-direction:row;align-items:center;gap:4rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{flex:1}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-5tznm7mj]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{font-size:1.125rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-uw5kdbxl]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-uw5kdbxl] .cs-container[data-astro-cid-uw5kdbxl]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-uw5kdbxl] .cs-content[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-uw5kdbxl] .cs-topper[data-astro-cid-uw5kdbxl]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-uw5kdbxl] .cs-title[data-astro-cid-uw5kdbxl]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-uw5kdbxl] .cs-text[data-astro-cid-uw5kdbxl]{font-size:1.125rem;max-width:38rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-j7pv25f6]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{max-width:37.5rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{width:100%}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6]{border-radius:var(--radiusLg);overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-8[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{flex-direction:row;align-items:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{flex:1;padding-right:2.5rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-hcjuqwdu]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-hcjuqwdu] .cs-button-group[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-3fuahh7v]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{font-size:clamp(2.25rem,5.5vw,3.75rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{font-size:1.0625rem;max-width:42rem;margin-bottom:1.75rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v] em[data-astro-cid-3fuahh7v]{font-style:italic;color:var(--red)}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-3fuahh7v] .cs-price-block[data-astro-cid-3fuahh7v]{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-3fuahh7v] .cs-price[data-astro-cid-3fuahh7v]{font-size:3rem;font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-3fuahh7v] .cs-price-note[data-astro-cid-3fuahh7v]{font-size:.875rem;color:var(--textMuted)}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-6ubkykmp]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{font-size:1.125rem;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-6ubkykmp] .cs-button-group[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ztk5oltf]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf] img[data-astro-cid-ztk5oltf]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ztk5oltf]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ztk5oltf] .cs-button-group[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ofhzexy5]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5] img[data-astro-cid-ofhzexy5]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ofhzexy5]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ofhzexy5] .cs-button-group[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ygbj2pv4]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{font-size:1.125rem;margin-bottom:2rem;max-width:40rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-ygbj2pv4] .cs-button-group[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-mjhsn53t]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-8[data-astro-cid-mjhsn53t] .cs-button-group[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}

/* tpl-redrockwebdesign-com-intro */
#tpl-redrockwebdesign-com-intro[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-intro[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:50rem;margin:0 auto}#tpl-redrockwebdesign-com-intro[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(1.75rem,3.5vw,2.5rem);text-align:center;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-intro[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.0625rem;line-height:1.75}#tpl-redrockwebdesign-com-intro[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:var(--teal);text-decoration:underline;text-decoration-color:#d62b1e66}#tpl-redrockwebdesign-com-intro[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{color:var(--red)}#tpl-redrockwebdesign-com-intro[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-intro[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:50rem;margin:0 auto}#tpl-redrockwebdesign-com-intro[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(1.75rem,3.5vw,2.5rem);text-align:center;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-intro[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.0625rem;line-height:1.75}#tpl-redrockwebdesign-com-intro[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:var(--teal);text-decoration:underline;text-decoration-color:#d62b1e66}#tpl-redrockwebdesign-com-intro[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{color:var(--red)}

/* tpl-redrockwebdesign-com-services */
#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{margin-bottom:3rem}#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6] .cs-card-group[data-astro-cid-j7pv25f6]{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6] .cs-service-card[data-astro-cid-j7pv25f6]{padding:0;overflow:hidden;display:flex;flex-direction:column}#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6] .cs-service-card[data-astro-cid-j7pv25f6] .cs-card-image[data-astro-cid-j7pv25f6]{display:block;width:100%;height:13.75rem;overflow:hidden}#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6] .cs-service-card[data-astro-cid-j7pv25f6] .cs-card-image[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6] .cs-service-card[data-astro-cid-j7pv25f6]:hover .cs-card-image[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{transform:scale(1.05)}#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6] .cs-service-card[data-astro-cid-j7pv25f6] .cs-h3[data-astro-cid-j7pv25f6],#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6] .cs-service-card[data-astro-cid-j7pv25f6] .cs-item-text[data-astro-cid-j7pv25f6],#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6] .cs-service-card[data-astro-cid-j7pv25f6] .cs-link-animated[data-astro-cid-j7pv25f6]{padding:0 clamp(1.25rem,2.5vw,2rem)}#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6] .cs-service-card[data-astro-cid-j7pv25f6] .cs-h3[data-astro-cid-j7pv25f6]{padding-top:1.25rem}#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6] .cs-service-card[data-astro-cid-j7pv25f6] .cs-item-text[data-astro-cid-j7pv25f6]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin-bottom:1rem;flex-grow:1}#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6] .cs-service-card[data-astro-cid-j7pv25f6] .cs-link-animated[data-astro-cid-j7pv25f6]{display:inline-block;font-size:.875rem;font-weight:600;padding-bottom:1.25rem}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-services[data-astro-cid-j7pv25f6] .cs-card-group[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(3,1fr)}}#tpl-redrockwebdesign-com-services[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-services[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-services[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-services[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center}#tpl-redrockwebdesign-com-services[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf],#tpl-redrockwebdesign-com-services[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-services[data-astro-cid-ztk5oltf] .cs-services-grid[data-astro-cid-ztk5oltf]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-services[data-astro-cid-ztk5oltf] .cs-service[data-astro-cid-ztk5oltf]{text-align:left}#tpl-redrockwebdesign-com-services[data-astro-cid-ztk5oltf] .cs-service-icon[data-astro-cid-ztk5oltf]{color:var(--teal);margin-bottom:1rem}#tpl-redrockwebdesign-com-services[data-astro-cid-ztk5oltf] .cs-service-text[data-astro-cid-ztk5oltf]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-services[data-astro-cid-ztk5oltf] .cs-service-text[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:var(--teal);text-decoration:underline;text-decoration-color:#d62b1e66}#tpl-redrockwebdesign-com-services[data-astro-cid-ztk5oltf] .cs-service-text[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{color:var(--red)}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-services[data-astro-cid-ztk5oltf] .cs-services-grid[data-astro-cid-ztk5oltf]{grid-template-columns:repeat(2,1fr);gap:2rem}}

/* tpl-redrockwebdesign-com-local */
#tpl-redrockwebdesign-com-local[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-local[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:50rem;margin:0 auto}#tpl-redrockwebdesign-com-local[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1.25rem}#tpl-redrockwebdesign-com-local[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.0625rem;line-height:1.75;margin-bottom:1.25rem}#tpl-redrockwebdesign-com-local[data-astro-cid-ztk5oltf] .cs-areas[data-astro-cid-ztk5oltf]{margin:2rem 0 0;padding:1.5rem;background-color:var(--sand);border-radius:.5rem;border:1px solid var(--borderLight)}#tpl-redrockwebdesign-com-local[data-astro-cid-ztk5oltf] .cs-areas[data-astro-cid-ztk5oltf] .cs-h3[data-astro-cid-ztk5oltf]{font-family:var(--fontHeading);font-size:1.0625rem;font-weight:700;color:var(--textHeading);margin-bottom:.875rem}#tpl-redrockwebdesign-com-local[data-astro-cid-ztk5oltf] .cs-area-list[data-astro-cid-ztk5oltf]{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}#tpl-redrockwebdesign-com-local[data-astro-cid-ztk5oltf] .cs-area-item[data-astro-cid-ztk5oltf]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:999px;padding:.375rem .875rem;font-family:var(--fontHeading);font-size:.8125rem;font-weight:700;color:var(--textBody)}#tpl-redrockwebdesign-com-local[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-local[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:50rem;margin:0 auto}#tpl-redrockwebdesign-com-local[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{text-align:left}#tpl-redrockwebdesign-com-local[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1.25rem}#tpl-redrockwebdesign-com-local[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.0625rem;line-height:1.75;margin-bottom:1.25rem}#tpl-redrockwebdesign-com-local[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:var(--teal);text-decoration:underline;text-decoration-color:#d62b1e66}#tpl-redrockwebdesign-com-local[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{color:var(--red)}#tpl-redrockwebdesign-com-local[data-astro-cid-ofhzexy5] .cs-areas[data-astro-cid-ofhzexy5]{margin:2rem 0;padding:1.5rem;background-color:var(--sand);border-radius:.5rem;border:1px solid var(--borderLight)}#tpl-redrockwebdesign-com-local[data-astro-cid-ofhzexy5] .cs-areas[data-astro-cid-ofhzexy5] .cs-h3[data-astro-cid-ofhzexy5]{font-family:var(--fontHeading);font-size:1.0625rem;font-weight:700;color:var(--textHeading);margin-bottom:.875rem}#tpl-redrockwebdesign-com-local[data-astro-cid-ofhzexy5] .cs-area-list[data-astro-cid-ofhzexy5]{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}#tpl-redrockwebdesign-com-local[data-astro-cid-ofhzexy5] .cs-area-item[data-astro-cid-ofhzexy5]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:999px;padding:.375rem .875rem;font-family:var(--fontHeading);font-size:.8125rem;font-weight:700;color:var(--textBody)}#tpl-redrockwebdesign-com-local[data-astro-cid-ofhzexy5] .cs-area-item[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:inherit;text-decoration:none}#tpl-redrockwebdesign-com-local[data-astro-cid-ofhzexy5] .cs-area-item[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{color:var(--red)}

/* tpl-redrockwebdesign-com-process-2 */
#tpl-redrockwebdesign-com-process-2[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-process-2[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-process-2[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{margin-bottom:3rem}#tpl-redrockwebdesign-com-process-2[data-astro-cid-j7pv25f6] .cs-steps[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:1fr;gap:2rem}#tpl-redrockwebdesign-com-process-2[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6]{position:relative;padding-left:3.75rem}#tpl-redrockwebdesign-com-process-2[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6] .cs-step-number[data-astro-cid-j7pv25f6]{position:absolute;left:0;top:0;font-size:2rem;font-weight:700;color:var(--redAccent);line-height:1}#tpl-redrockwebdesign-com-process-2[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6] .cs-h3[data-astro-cid-j7pv25f6]{margin-bottom:.5rem}#tpl-redrockwebdesign-com-process-2[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6] .cs-item-text[data-astro-cid-j7pv25f6]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process-2[data-astro-cid-j7pv25f6] .cs-steps[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-process-2[data-astro-cid-j7pv25f6] .cs-steps[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(4,1fr)}}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ztk5oltf] .cs-steps[data-astro-cid-ztk5oltf]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ztk5oltf] .cs-step[data-astro-cid-ztk5oltf]{text-align:left}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ztk5oltf] .cs-step-number[data-astro-cid-ztk5oltf]{display:block;font-size:2rem;font-weight:700;color:var(--red);margin-bottom:.75rem}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ztk5oltf] .cs-step-text[data-astro-cid-ztk5oltf]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process-2[data-astro-cid-ztk5oltf] .cs-steps[data-astro-cid-ztk5oltf]{grid-template-columns:repeat(3,1fr);gap:2rem}}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ofhzexy5] .cs-steps[data-astro-cid-ofhzexy5]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ofhzexy5] .cs-step[data-astro-cid-ofhzexy5]{text-align:left}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ofhzexy5] .cs-step-number[data-astro-cid-ofhzexy5]{display:block;font-size:2rem;font-weight:700;color:var(--red);margin-bottom:.75rem}#tpl-redrockwebdesign-com-process-2[data-astro-cid-ofhzexy5] .cs-step-text[data-astro-cid-ofhzexy5]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process-2[data-astro-cid-ofhzexy5] .cs-steps[data-astro-cid-ofhzexy5]{grid-template-columns:repeat(3,1fr);gap:2rem}}#tpl-redrockwebdesign-com-process-2[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-process-2[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-process-2[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem}#tpl-redrockwebdesign-com-process-2[data-astro-cid-mjhsn53t] .cs-steps[data-astro-cid-mjhsn53t]{display:grid;grid-template-columns:1fr;gap:2rem}#tpl-redrockwebdesign-com-process-2[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t]{position:relative;padding-left:60px}#tpl-redrockwebdesign-com-process-2[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t] .cs-step-number[data-astro-cid-mjhsn53t]{position:absolute;left:0;top:0;font-size:2rem;font-weight:700;color:var(--redAccent);line-height:1}#tpl-redrockwebdesign-com-process-2[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t] .cs-h3[data-astro-cid-mjhsn53t]{margin-bottom:.5rem}#tpl-redrockwebdesign-com-process-2[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t] .cs-step-text[data-astro-cid-mjhsn53t]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process-2[data-astro-cid-mjhsn53t] .cs-steps[data-astro-cid-mjhsn53t]{grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-process-2[data-astro-cid-mjhsn53t] .cs-steps[data-astro-cid-mjhsn53t]{grid-template-columns:repeat(4,1fr)}}

/* tpl-redrockwebdesign-com-faq-52 */
#tpl-redrockwebdesign-com-faq-52[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-52[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-59 */
#tpl-redrockwebdesign-com-cta-59[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-59[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-start */
#tpl-redrockwebdesign-com-start[data-astro-cid-6vq2egjc]{padding:clamp(8rem,14vw,11rem) 1rem var(--sectionPadding);background-color:var(--sandLight);min-height:100vh}#tpl-redrockwebdesign-com-start[data-astro-cid-6vq2egjc] .cs-container[data-astro-cid-6vq2egjc]{width:92%;max-width:36rem;margin:0 auto}#tpl-redrockwebdesign-com-start[data-astro-cid-6vq2egjc] .cs-content[data-astro-cid-6vq2egjc]{text-align:center;margin-bottom:2.5rem}#tpl-redrockwebdesign-com-start[data-astro-cid-6vq2egjc] .cs-content[data-astro-cid-6vq2egjc] .cs-topper[data-astro-cid-6vq2egjc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-start[data-astro-cid-6vq2egjc] .cs-title[data-astro-cid-6vq2egjc]{font-family:var(--fontHeading);font-size:clamp(2rem,5vw,2.75rem);font-weight:700;color:var(--textHeading);margin:0 auto 1rem}#tpl-redrockwebdesign-com-start[data-astro-cid-6vq2egjc] .cs-text[data-astro-cid-6vq2egjc]{font-size:1rem;color:var(--textBody);margin:0 auto;max-width:30rem}#tpl-redrockwebdesign-com-start[data-astro-cid-6vq2egjc] .cs-form[data-astro-cid-6vq2egjc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.75rem;padding:clamp(1.5rem,3vw,2.5rem);display:flex;flex-direction:column;gap:1.125rem;box-shadow:var(--shadowMd)}#tpl-redrockwebdesign-com-start[data-astro-cid-6vq2egjc] .cs-honeypot[data-astro-cid-6vq2egjc]{display:none!important}#tpl-redrockwebdesign-com-start[data-astro-cid-6vq2egjc] .cs-label[data-astro-cid-6vq2egjc]{display:flex;flex-direction:column;gap:.375rem;font-family:var(--fontHeading);font-size:.8125rem;font-weight:700;color:var(--textHeading);text-transform:uppercase;letter-spacing:.05em}#tpl-redrockwebdesign-com-start[data-astro-cid-6vq2egjc] .cs-input[data-astro-cid-6vq2egjc]{font-family:var(--fontBody);font-size:1rem;font-weight:400;color:var(--textHeading);text-transform:none;letter-spacing:normal;padding:.75rem .875rem;background-color:var(--sandLight);border:1px solid var(--borderLight);border-radius:.375rem;transition:border-color .2s ease,background-color .2s ease}#tpl-redrockwebdesign-com-start[data-astro-cid-6vq2egjc] .cs-input[data-astro-cid-6vq2egjc]::placeholder{color:var(--textMuted)}#tpl-redrockwebdesign-com-start[data-astro-cid-6vq2egjc] .cs-input[data-astro-cid-6vq2egjc]:focus{outline:none;border-color:var(--teal);background-color:var(--surfaceWhite)}#tpl-redrockwebdesign-com-start[data-astro-cid-6vq2egjc] .cs-textarea[data-astro-cid-6vq2egjc]{min-height:7rem;resize:vertical}#tpl-redrockwebdesign-com-start[data-astro-cid-6vq2egjc] .cs-submit[data-astro-cid-6vq2egjc]{margin-top:.5rem}

/* tpl-redrockwebdesign-com-hero-9 */
#tpl-redrockwebdesign-com-hero-9[data-astro-cid-kh7btl4r]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{max-width:38rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-kh7btl4r] .cs-button-group[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{width:100%}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-9[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{flex-direction:row;align-items:center;gap:4rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{flex:1}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-5tznm7mj]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{font-size:1.125rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-uw5kdbxl]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-uw5kdbxl] .cs-container[data-astro-cid-uw5kdbxl]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-uw5kdbxl] .cs-content[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-uw5kdbxl] .cs-topper[data-astro-cid-uw5kdbxl]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-uw5kdbxl] .cs-title[data-astro-cid-uw5kdbxl]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-uw5kdbxl] .cs-text[data-astro-cid-uw5kdbxl]{font-size:1.125rem;max-width:38rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-j7pv25f6]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{max-width:37.5rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{width:100%}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6]{border-radius:var(--radiusLg);overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-9[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{flex-direction:row;align-items:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{flex:1;padding-right:2.5rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-hcjuqwdu]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-hcjuqwdu] .cs-button-group[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-3fuahh7v]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{font-size:clamp(2.25rem,5.5vw,3.75rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{font-size:1.0625rem;max-width:42rem;margin-bottom:1.75rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v] em[data-astro-cid-3fuahh7v]{font-style:italic;color:var(--red)}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-3fuahh7v] .cs-price-block[data-astro-cid-3fuahh7v]{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-3fuahh7v] .cs-price[data-astro-cid-3fuahh7v]{font-size:3rem;font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-3fuahh7v] .cs-price-note[data-astro-cid-3fuahh7v]{font-size:.875rem;color:var(--textMuted)}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-6ubkykmp]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{font-size:1.125rem;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-6ubkykmp] .cs-button-group[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ztk5oltf]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf] img[data-astro-cid-ztk5oltf]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ztk5oltf]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ztk5oltf] .cs-button-group[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ofhzexy5]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5] img[data-astro-cid-ofhzexy5]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ofhzexy5]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ofhzexy5] .cs-button-group[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ygbj2pv4]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{font-size:1.125rem;margin-bottom:2rem;max-width:40rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-ygbj2pv4] .cs-button-group[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-mjhsn53t]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-9[data-astro-cid-mjhsn53t] .cs-button-group[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}

/* tpl-redrockwebdesign-com-intro-2 */
#tpl-redrockwebdesign-com-intro-2[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-intro-2[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:50rem;margin:0 auto}#tpl-redrockwebdesign-com-intro-2[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(1.75rem,3.5vw,2.5rem);text-align:center;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-intro-2[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.0625rem;line-height:1.75}#tpl-redrockwebdesign-com-intro-2[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:var(--teal);text-decoration:underline;text-decoration-color:#d62b1e66}#tpl-redrockwebdesign-com-intro-2[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{color:var(--red)}#tpl-redrockwebdesign-com-intro-2[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-intro-2[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:50rem;margin:0 auto}#tpl-redrockwebdesign-com-intro-2[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(1.75rem,3.5vw,2.5rem);text-align:center;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-intro-2[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.0625rem;line-height:1.75}#tpl-redrockwebdesign-com-intro-2[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:var(--teal);text-decoration:underline;text-decoration-color:#d62b1e66}#tpl-redrockwebdesign-com-intro-2[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{color:var(--red)}

/* tpl-redrockwebdesign-com-included-2 */
#tpl-redrockwebdesign-com-included-2[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-included-2[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-included-2[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-included-2[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center}#tpl-redrockwebdesign-com-included-2[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-included-2[data-astro-cid-3fuahh7v] .cs-features-grid[data-astro-cid-3fuahh7v]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-included-2[data-astro-cid-3fuahh7v] .cs-feature[data-astro-cid-3fuahh7v]{text-align:left}#tpl-redrockwebdesign-com-included-2[data-astro-cid-3fuahh7v] .cs-feature-icon[data-astro-cid-3fuahh7v]{color:var(--teal);margin-bottom:.875rem}#tpl-redrockwebdesign-com-included-2[data-astro-cid-3fuahh7v] .cs-feature-text[data-astro-cid-3fuahh7v]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-included-2[data-astro-cid-3fuahh7v] .cs-features-grid[data-astro-cid-3fuahh7v]{grid-template-columns:repeat(2,1fr);gap:2rem}}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5],#tpl-redrockwebdesign-com-included-2[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ofhzexy5] .cs-features-grid[data-astro-cid-ofhzexy5]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ofhzexy5] .cs-feature[data-astro-cid-ofhzexy5]{text-align:left}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ofhzexy5] .cs-feature-icon[data-astro-cid-ofhzexy5]{color:var(--teal);margin-bottom:1rem}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ofhzexy5] .cs-feature-text[data-astro-cid-ofhzexy5]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-included-2[data-astro-cid-ofhzexy5] .cs-features-grid[data-astro-cid-ofhzexy5]{grid-template-columns:repeat(2,1fr);gap:2rem}}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ygbj2pv4] .cs-features-grid[data-astro-cid-ygbj2pv4]{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ygbj2pv4] .cs-card[data-astro-cid-ygbj2pv4]{padding:clamp(1.5rem,3vw,2rem)}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ygbj2pv4] .cs-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);margin-bottom:.75rem;display:block}#tpl-redrockwebdesign-com-included-2[data-astro-cid-ygbj2pv4] .cs-item-text[data-astro-cid-ygbj2pv4]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-included-2[data-astro-cid-ygbj2pv4] .cs-features-grid[data-astro-cid-ygbj2pv4]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-included-2[data-astro-cid-ygbj2pv4] .cs-features-grid[data-astro-cid-ygbj2pv4]{grid-template-columns:repeat(3,1fr)}}

/* tpl-redrockwebdesign-com-portfolio */
#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center}#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5],#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-portfolio-grid[data-astro-cid-ofhzexy5]{list-style:none;padding:0;margin:0 0 2.5rem;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-portfolio-item[data-astro-cid-ofhzexy5]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.75rem;overflow:hidden;text-align:left;transition:transform .3s ease,box-shadow .3s ease}#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-portfolio-item[data-astro-cid-ofhzexy5]:hover{transform:translateY(-4px);box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-portfolio-picture[data-astro-cid-ofhzexy5]{display:block;aspect-ratio:4/3;overflow:hidden;background-color:var(--sand)}#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-portfolio-picture[data-astro-cid-ofhzexy5] img[data-astro-cid-ofhzexy5]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-portfolio-title[data-astro-cid-ofhzexy5]{font-family:var(--fontHeading);font-size:1.0625rem;font-weight:700;color:var(--textHeading);margin:1rem 1.25rem .25rem}#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-portfolio-text[data-astro-cid-ofhzexy5]{font-size:.875rem;color:var(--textBody);margin:0 1.25rem 1.25rem}#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-portfolio-cta[data-astro-cid-ofhzexy5]{text-align:center}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-portfolio-grid[data-astro-cid-ofhzexy5]{grid-template-columns:repeat(2,1fr);gap:2rem}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-portfolio[data-astro-cid-ofhzexy5] .cs-portfolio-grid[data-astro-cid-ofhzexy5]{grid-template-columns:repeat(4,1fr)}}

/* tpl-redrockwebdesign-com-process-3 */
#tpl-redrockwebdesign-com-process-3[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-process-3[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-process-3[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{margin-bottom:3rem}#tpl-redrockwebdesign-com-process-3[data-astro-cid-j7pv25f6] .cs-steps[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:1fr;gap:2rem}#tpl-redrockwebdesign-com-process-3[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6]{position:relative;padding-left:3.75rem}#tpl-redrockwebdesign-com-process-3[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6] .cs-step-number[data-astro-cid-j7pv25f6]{position:absolute;left:0;top:0;font-size:2rem;font-weight:700;color:var(--redAccent);line-height:1}#tpl-redrockwebdesign-com-process-3[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6] .cs-h3[data-astro-cid-j7pv25f6]{margin-bottom:.5rem}#tpl-redrockwebdesign-com-process-3[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6] .cs-item-text[data-astro-cid-j7pv25f6]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process-3[data-astro-cid-j7pv25f6] .cs-steps[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-process-3[data-astro-cid-j7pv25f6] .cs-steps[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(4,1fr)}}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ztk5oltf] .cs-steps[data-astro-cid-ztk5oltf]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ztk5oltf] .cs-step[data-astro-cid-ztk5oltf]{text-align:left}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ztk5oltf] .cs-step-number[data-astro-cid-ztk5oltf]{display:block;font-size:2rem;font-weight:700;color:var(--red);margin-bottom:.75rem}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ztk5oltf] .cs-step-text[data-astro-cid-ztk5oltf]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process-3[data-astro-cid-ztk5oltf] .cs-steps[data-astro-cid-ztk5oltf]{grid-template-columns:repeat(3,1fr);gap:2rem}}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ofhzexy5] .cs-steps[data-astro-cid-ofhzexy5]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ofhzexy5] .cs-step[data-astro-cid-ofhzexy5]{text-align:left}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ofhzexy5] .cs-step-number[data-astro-cid-ofhzexy5]{display:block;font-size:2rem;font-weight:700;color:var(--red);margin-bottom:.75rem}#tpl-redrockwebdesign-com-process-3[data-astro-cid-ofhzexy5] .cs-step-text[data-astro-cid-ofhzexy5]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process-3[data-astro-cid-ofhzexy5] .cs-steps[data-astro-cid-ofhzexy5]{grid-template-columns:repeat(3,1fr);gap:2rem}}#tpl-redrockwebdesign-com-process-3[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-process-3[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-process-3[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem}#tpl-redrockwebdesign-com-process-3[data-astro-cid-mjhsn53t] .cs-steps[data-astro-cid-mjhsn53t]{display:grid;grid-template-columns:1fr;gap:2rem}#tpl-redrockwebdesign-com-process-3[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t]{position:relative;padding-left:60px}#tpl-redrockwebdesign-com-process-3[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t] .cs-step-number[data-astro-cid-mjhsn53t]{position:absolute;left:0;top:0;font-size:2rem;font-weight:700;color:var(--redAccent);line-height:1}#tpl-redrockwebdesign-com-process-3[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t] .cs-h3[data-astro-cid-mjhsn53t]{margin-bottom:.5rem}#tpl-redrockwebdesign-com-process-3[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t] .cs-step-text[data-astro-cid-mjhsn53t]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process-3[data-astro-cid-mjhsn53t] .cs-steps[data-astro-cid-mjhsn53t]{grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-process-3[data-astro-cid-mjhsn53t] .cs-steps[data-astro-cid-mjhsn53t]{grid-template-columns:repeat(4,1fr)}}

/* tpl-redrockwebdesign-com-local-2 */
#tpl-redrockwebdesign-com-local-2[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:50rem;margin:0 auto}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1.25rem}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.0625rem;line-height:1.75;margin-bottom:1.25rem}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ztk5oltf] .cs-areas[data-astro-cid-ztk5oltf]{margin:2rem 0 0;padding:1.5rem;background-color:var(--sand);border-radius:.5rem;border:1px solid var(--borderLight)}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ztk5oltf] .cs-areas[data-astro-cid-ztk5oltf] .cs-h3[data-astro-cid-ztk5oltf]{font-family:var(--fontHeading);font-size:1.0625rem;font-weight:700;color:var(--textHeading);margin-bottom:.875rem}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ztk5oltf] .cs-area-list[data-astro-cid-ztk5oltf]{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ztk5oltf] .cs-area-item[data-astro-cid-ztk5oltf]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:999px;padding:.375rem .875rem;font-family:var(--fontHeading);font-size:.8125rem;font-weight:700;color:var(--textBody)}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:50rem;margin:0 auto}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{text-align:left}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1.25rem}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.0625rem;line-height:1.75;margin-bottom:1.25rem}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:var(--teal);text-decoration:underline;text-decoration-color:#d62b1e66}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{color:var(--red)}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ofhzexy5] .cs-areas[data-astro-cid-ofhzexy5]{margin:2rem 0;padding:1.5rem;background-color:var(--sand);border-radius:.5rem;border:1px solid var(--borderLight)}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ofhzexy5] .cs-areas[data-astro-cid-ofhzexy5] .cs-h3[data-astro-cid-ofhzexy5]{font-family:var(--fontHeading);font-size:1.0625rem;font-weight:700;color:var(--textHeading);margin-bottom:.875rem}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ofhzexy5] .cs-area-list[data-astro-cid-ofhzexy5]{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ofhzexy5] .cs-area-item[data-astro-cid-ofhzexy5]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:999px;padding:.375rem .875rem;font-family:var(--fontHeading);font-size:.8125rem;font-weight:700;color:var(--textBody)}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ofhzexy5] .cs-area-item[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:inherit;text-decoration:none}#tpl-redrockwebdesign-com-local-2[data-astro-cid-ofhzexy5] .cs-area-item[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{color:var(--red)}

/* tpl-redrockwebdesign-com-hurricane-utah */
#tpl-redrockwebdesign-com-hurricane-utah[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--sand);scroll-margin-top:6rem}#tpl-redrockwebdesign-com-hurricane-utah[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:50rem;margin:0 auto}#tpl-redrockwebdesign-com-hurricane-utah[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{text-align:left}#tpl-redrockwebdesign-com-hurricane-utah[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1.25rem}#tpl-redrockwebdesign-com-hurricane-utah[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.0625rem;line-height:1.75;margin-bottom:1.25rem}#tpl-redrockwebdesign-com-hurricane-utah[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:var(--teal);text-decoration:underline;text-decoration-color:#d62b1e66}#tpl-redrockwebdesign-com-hurricane-utah[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{color:var(--red)}

/* tpl-redrockwebdesign-com-faq-53 */
#tpl-redrockwebdesign-com-faq-53[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-53[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-60 */
#tpl-redrockwebdesign-com-cta-60[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-60[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-hero-10 */
#tpl-redrockwebdesign-com-hero-10[data-astro-cid-kh7btl4r]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{max-width:38rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-kh7btl4r] .cs-button-group[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{width:100%}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-10[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{flex-direction:row;align-items:center;gap:4rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{flex:1}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-5tznm7mj]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{font-size:1.125rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-uw5kdbxl]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-uw5kdbxl] .cs-container[data-astro-cid-uw5kdbxl]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-uw5kdbxl] .cs-content[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-uw5kdbxl] .cs-topper[data-astro-cid-uw5kdbxl]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-uw5kdbxl] .cs-title[data-astro-cid-uw5kdbxl]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-uw5kdbxl] .cs-text[data-astro-cid-uw5kdbxl]{font-size:1.125rem;max-width:38rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-j7pv25f6]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{max-width:37.5rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{width:100%}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6]{border-radius:var(--radiusLg);overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-10[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{flex-direction:row;align-items:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{flex:1;padding-right:2.5rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-hcjuqwdu]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-hcjuqwdu] .cs-button-group[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-3fuahh7v]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{font-size:clamp(2.25rem,5.5vw,3.75rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{font-size:1.0625rem;max-width:42rem;margin-bottom:1.75rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v] em[data-astro-cid-3fuahh7v]{font-style:italic;color:var(--red)}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-3fuahh7v] .cs-price-block[data-astro-cid-3fuahh7v]{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-3fuahh7v] .cs-price[data-astro-cid-3fuahh7v]{font-size:3rem;font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-3fuahh7v] .cs-price-note[data-astro-cid-3fuahh7v]{font-size:.875rem;color:var(--textMuted)}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-6ubkykmp]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{font-size:1.125rem;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-6ubkykmp] .cs-button-group[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ztk5oltf]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf] img[data-astro-cid-ztk5oltf]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ztk5oltf]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ztk5oltf] .cs-button-group[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ofhzexy5]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5] img[data-astro-cid-ofhzexy5]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ofhzexy5]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ofhzexy5] .cs-button-group[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ygbj2pv4]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{font-size:1.125rem;margin-bottom:2rem;max-width:40rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-ygbj2pv4] .cs-button-group[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-mjhsn53t]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-10[data-astro-cid-mjhsn53t] .cs-button-group[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}

/* tpl-redrockwebdesign-com-trust-strip */
#tpl-redrockwebdesign-com-trust-strip[data-astro-cid-ygbj2pv4]{padding:clamp(3rem,6vw,4rem) 1rem;background-color:var(--teal)}#tpl-redrockwebdesign-com-trust-strip[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-trust-strip[data-astro-cid-ygbj2pv4] .cs-trust-grid[data-astro-cid-ygbj2pv4]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}#tpl-redrockwebdesign-com-trust-strip[data-astro-cid-ygbj2pv4] .cs-trust-item[data-astro-cid-ygbj2pv4]{display:flex;flex-direction:column;gap:.5rem}#tpl-redrockwebdesign-com-trust-strip[data-astro-cid-ygbj2pv4] .cs-trust-big[data-astro-cid-ygbj2pv4]{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;line-height:1.1}#tpl-redrockwebdesign-com-trust-strip[data-astro-cid-ygbj2pv4] .cs-trust-label[data-astro-cid-ygbj2pv4]{font-size:.875rem;color:#ffffffa6;letter-spacing:.05em;text-transform:uppercase}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-trust-strip[data-astro-cid-ygbj2pv4] .cs-trust-grid[data-astro-cid-ygbj2pv4]{grid-template-columns:repeat(4,1fr)}}

/* tpl-redrockwebdesign-com-pricing-cards */
#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sandLight);scroll-margin-top:6rem}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4],#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4],#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-group[data-astro-cid-ygbj2pv4]{display:grid;grid-template-columns:1fr;gap:2rem;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-card[data-astro-cid-ygbj2pv4]{padding:clamp(2rem,4vw,2.5rem);display:flex;flex-direction:column;position:relative}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-card[data-astro-cid-ygbj2pv4].cs-popular{border:2px solid var(--red)}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-badge[data-astro-cid-ygbj2pv4]{position:absolute;top:-.875rem;left:50%;transform:translate(-50%);background-color:var(--red);color:#fff;font-family:var(--fontHeading);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1rem;border-radius:.375rem}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-badge-alt[data-astro-cid-ygbj2pv4]{background-color:var(--teal)}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-header[data-astro-cid-ygbj2pv4]{text-align:center;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--borderLight)}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-name[data-astro-cid-ygbj2pv4]{display:block;font-family:var(--fontHeading);font-size:1.125rem;font-weight:700;color:var(--teal);margin-bottom:.75rem;letter-spacing:.02em}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-price[data-astro-cid-ygbj2pv4]{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:.5rem}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-price-amount[data-astro-cid-ygbj2pv4]{font-size:clamp(2.75rem,6vw,3.5rem);font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-price-period[data-astro-cid-ygbj2pv4]{font-size:1rem;color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-tagline[data-astro-cid-ygbj2pv4]{display:block;font-size:.9375rem;color:var(--textBody)}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-features[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-features[data-astro-cid-ygbj2pv4] li[data-astro-cid-ygbj2pv4]{font-size:.9375rem;line-height:1.6;color:var(--textBody);padding:.5rem 0 .5rem 1.75rem;position:relative}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-features[data-astro-cid-ygbj2pv4] li[data-astro-cid-ygbj2pv4]:before{content:"";position:absolute;left:0;top:.875rem;width:1rem;height:1rem;background-image:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ stroke=\'%230C3742\'\ stroke-width=\'3\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'%3E%3Cpath\ d=\'M5\ 12l5\ 5l10\ -10\'/%3E%3C/svg%3E);background-repeat:no-repeat;background-size:contain}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-features[data-astro-cid-ygbj2pv4] li[data-astro-cid-ygbj2pv4].cs-disabled{color:var(--textMuted);text-decoration:line-through}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-features[data-astro-cid-ygbj2pv4] li[data-astro-cid-ygbj2pv4].cs-disabled:before{background-image:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ stroke=\'%2394a3b8\'\ stroke-width=\'3\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'%3E%3Cpath\ d=\'M18\ 6l-12\ 12\'/%3E%3Cpath\ d=\'M6\ 6l12\ 12\'/%3E%3C/svg%3E)}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-cta[data-astro-cid-ygbj2pv4]{width:100%}#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-footnote[data-astro-cid-ygbj2pv4]{margin-top:2.5rem;text-align:center;font-size:.875rem;color:var(--textMuted);max-width:42rem;margin-left:auto;margin-right:auto}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-pricing-cards[data-astro-cid-ygbj2pv4] .cs-pricing-group[data-astro-cid-ygbj2pv4]{grid-template-columns:repeat(2,1fr)}}

/* tpl-redrockwebdesign-com-included-3 */
#tpl-redrockwebdesign-com-included-3[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-included-3[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-included-3[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-included-3[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center}#tpl-redrockwebdesign-com-included-3[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-included-3[data-astro-cid-3fuahh7v] .cs-features-grid[data-astro-cid-3fuahh7v]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-included-3[data-astro-cid-3fuahh7v] .cs-feature[data-astro-cid-3fuahh7v]{text-align:left}#tpl-redrockwebdesign-com-included-3[data-astro-cid-3fuahh7v] .cs-feature-icon[data-astro-cid-3fuahh7v]{color:var(--teal);margin-bottom:.875rem}#tpl-redrockwebdesign-com-included-3[data-astro-cid-3fuahh7v] .cs-feature-text[data-astro-cid-3fuahh7v]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-included-3[data-astro-cid-3fuahh7v] .cs-features-grid[data-astro-cid-3fuahh7v]{grid-template-columns:repeat(2,1fr);gap:2rem}}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5],#tpl-redrockwebdesign-com-included-3[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ofhzexy5] .cs-features-grid[data-astro-cid-ofhzexy5]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ofhzexy5] .cs-feature[data-astro-cid-ofhzexy5]{text-align:left}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ofhzexy5] .cs-feature-icon[data-astro-cid-ofhzexy5]{color:var(--teal);margin-bottom:1rem}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ofhzexy5] .cs-feature-text[data-astro-cid-ofhzexy5]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-included-3[data-astro-cid-ofhzexy5] .cs-features-grid[data-astro-cid-ofhzexy5]{grid-template-columns:repeat(2,1fr);gap:2rem}}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ygbj2pv4] .cs-features-grid[data-astro-cid-ygbj2pv4]{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ygbj2pv4] .cs-card[data-astro-cid-ygbj2pv4]{padding:clamp(1.5rem,3vw,2rem)}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ygbj2pv4] .cs-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);margin-bottom:.75rem;display:block}#tpl-redrockwebdesign-com-included-3[data-astro-cid-ygbj2pv4] .cs-item-text[data-astro-cid-ygbj2pv4]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-included-3[data-astro-cid-ygbj2pv4] .cs-features-grid[data-astro-cid-ygbj2pv4]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-included-3[data-astro-cid-ygbj2pv4] .cs-features-grid[data-astro-cid-ygbj2pv4]{grid-template-columns:repeat(3,1fr)}}

/* tpl-redrockwebdesign-com-vs-builders */
#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem}#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-compare-group[data-astro-cid-ygbj2pv4]{display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-compare-col[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.75rem;padding:clamp(1.5rem,3vw,2.5rem)}#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-compare-col[data-astro-cid-ygbj2pv4].cs-compare-good{background-color:var(--teal)}#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-compare-col[data-astro-cid-ygbj2pv4].cs-compare-good .cs-compare-title[data-astro-cid-ygbj2pv4],#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-compare-col[data-astro-cid-ygbj2pv4].cs-compare-good .cs-compare-price[data-astro-cid-ygbj2pv4]{color:#fff}#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-compare-col[data-astro-cid-ygbj2pv4].cs-compare-good .cs-compare-list[data-astro-cid-ygbj2pv4] li[data-astro-cid-ygbj2pv4]{color:#ffffffd9}#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-compare-col[data-astro-cid-ygbj2pv4].cs-compare-good .cs-compare-list[data-astro-cid-ygbj2pv4] li[data-astro-cid-ygbj2pv4]:before{background-image:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ stroke=\'%23ffffff\'\ stroke-width=\'3\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'%3E%3Cpath\ d=\'M5\ 12l5\ 5l10\ -10\'/%3E%3C/svg%3E)}#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-compare-title[data-astro-cid-ygbj2pv4]{font-family:var(--fontHeading);font-size:1.25rem;font-weight:700;color:var(--textHeading);margin:0 0 .25rem}#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-compare-price[data-astro-cid-ygbj2pv4]{display:block;font-size:1rem;color:var(--textMuted);margin-bottom:1.25rem}#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-compare-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0}#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-compare-list[data-astro-cid-ygbj2pv4] li[data-astro-cid-ygbj2pv4]{font-size:.9375rem;line-height:1.6;color:var(--textBody);padding:.5rem 0 .5rem 1.75rem;position:relative}#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-compare-list[data-astro-cid-ygbj2pv4] li[data-astro-cid-ygbj2pv4]:before{content:"";position:absolute;left:0;top:.875rem;width:1rem;height:1rem;background-image:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ stroke=\'%23D62B1E\'\ stroke-width=\'3\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'%3E%3Cpath\ d=\'M18\ 6l-12\ 12\'/%3E%3Cpath\ d=\'M6\ 6l12\ 12\'/%3E%3C/svg%3E);background-repeat:no-repeat;background-size:contain}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-vs-builders[data-astro-cid-ygbj2pv4] .cs-compare-group[data-astro-cid-ygbj2pv4]{grid-template-columns:1fr 1fr;gap:2rem}}

/* tpl-redrockwebdesign-com-without-maintenance */
#tpl-redrockwebdesign-com-without-maintenance[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-without-maintenance[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-without-maintenance[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem}#tpl-redrockwebdesign-com-without-maintenance[data-astro-cid-ygbj2pv4] .cs-risk-grid[data-astro-cid-ygbj2pv4]{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-without-maintenance[data-astro-cid-ygbj2pv4] .cs-card[data-astro-cid-ygbj2pv4]{padding:clamp(1.5rem,3vw,2rem)}#tpl-redrockwebdesign-com-without-maintenance[data-astro-cid-ygbj2pv4] .cs-icon[data-astro-cid-ygbj2pv4]{color:var(--red);margin-bottom:.75rem;display:block}#tpl-redrockwebdesign-com-without-maintenance[data-astro-cid-ygbj2pv4] .cs-item-text[data-astro-cid-ygbj2pv4]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-without-maintenance[data-astro-cid-ygbj2pv4] .cs-risk-grid[data-astro-cid-ygbj2pv4]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-without-maintenance[data-astro-cid-ygbj2pv4] .cs-risk-grid[data-astro-cid-ygbj2pv4]{grid-template-columns:repeat(4,1fr)}}

/* tpl-redrockwebdesign-com-choose-plan */
#tpl-redrockwebdesign-com-choose-plan[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-choose-plan[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:72rem;margin:0 auto}#tpl-redrockwebdesign-com-choose-plan[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-choose-plan[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-choose-plan[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-choose-plan[data-astro-cid-ygbj2pv4] .cs-decision-group[data-astro-cid-ygbj2pv4]{display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-choose-plan[data-astro-cid-ygbj2pv4] .cs-decision-card[data-astro-cid-ygbj2pv4]{padding:clamp(2rem,4vw,2.5rem)}#tpl-redrockwebdesign-com-choose-plan[data-astro-cid-ygbj2pv4] .cs-decision-title[data-astro-cid-ygbj2pv4]{font-family:var(--fontHeading);font-size:1.25rem;font-weight:700;color:var(--teal);margin:0 0 1rem}#tpl-redrockwebdesign-com-choose-plan[data-astro-cid-ygbj2pv4] .cs-decision-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0}#tpl-redrockwebdesign-com-choose-plan[data-astro-cid-ygbj2pv4] .cs-decision-list[data-astro-cid-ygbj2pv4] li[data-astro-cid-ygbj2pv4]{font-size:.9375rem;line-height:1.6;color:var(--textBody);padding:.5rem 0 .5rem 1.5rem;position:relative}#tpl-redrockwebdesign-com-choose-plan[data-astro-cid-ygbj2pv4] .cs-decision-list[data-astro-cid-ygbj2pv4] li[data-astro-cid-ygbj2pv4]:before{content:"";position:absolute;left:0;top:1rem;width:.5rem;height:.5rem;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-choose-plan[data-astro-cid-ygbj2pv4] .cs-decision-footer[data-astro-cid-ygbj2pv4]{margin-top:2.5rem;text-align:center;font-size:1rem;color:var(--textBody);max-width:42rem;margin-left:auto;margin-right:auto}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-choose-plan[data-astro-cid-ygbj2pv4] .cs-decision-group[data-astro-cid-ygbj2pv4]{grid-template-columns:repeat(2,1fr);gap:2rem}}

/* tpl-redrockwebdesign-com-comparison */
#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--teal)}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4],#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-market-group[data-astro-cid-ygbj2pv4]{display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-market-card[data-astro-cid-ygbj2pv4]{background-color:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:.75rem;padding:clamp(2rem,4vw,2.5rem);text-align:center;position:relative;transition:transform .3s ease,background-color .3s ease}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-market-card[data-astro-cid-ygbj2pv4].cs-market-featured{background-color:#fff;transform:scale(1.02)}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-market-card[data-astro-cid-ygbj2pv4].cs-market-featured .cs-market-name[data-astro-cid-ygbj2pv4],#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-market-card[data-astro-cid-ygbj2pv4].cs-market-featured .cs-market-price[data-astro-cid-ygbj2pv4]{color:var(--textHeading)}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-market-card[data-astro-cid-ygbj2pv4].cs-market-featured .cs-market-list[data-astro-cid-ygbj2pv4] li[data-astro-cid-ygbj2pv4]{color:var(--textBody)}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-market-badge[data-astro-cid-ygbj2pv4]{position:absolute;top:-.875rem;left:50%;transform:translate(-50%);background-color:var(--red);color:#fff;font-family:var(--fontHeading);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1rem;border-radius:.375rem;white-space:nowrap}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-market-name[data-astro-cid-ygbj2pv4]{font-family:var(--fontHeading);font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .5rem}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-market-price[data-astro-cid-ygbj2pv4]{display:block;font-size:2rem;font-weight:700;color:#fff;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-market-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;text-align:left}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-market-list[data-astro-cid-ygbj2pv4] li[data-astro-cid-ygbj2pv4]{font-size:.9375rem;line-height:1.6;color:#ffffffbf;padding:.5rem 0 .5rem 1.5rem;position:relative}#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-market-list[data-astro-cid-ygbj2pv4] li[data-astro-cid-ygbj2pv4]:before{content:"";position:absolute;left:0;top:1rem;width:.375rem;height:.375rem;border-radius:50%;background-color:var(--red)}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-comparison[data-astro-cid-ygbj2pv4] .cs-market-group[data-astro-cid-ygbj2pv4]{grid-template-columns:repeat(3,1fr);gap:2rem;align-items:center}}

/* tpl-redrockwebdesign-com-testimonial */
#tpl-redrockwebdesign-com-testimonial[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:2rem;text-align:center}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-ygbj2pv4] .cs-big-review[data-astro-cid-ygbj2pv4]{padding:clamp(2rem,5vw,3.5rem);text-align:center}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-ygbj2pv4] .cs-review-stars[data-astro-cid-ygbj2pv4]{font-size:1.5rem;color:#f59e0b;margin-bottom:1.25rem;letter-spacing:.1em}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-ygbj2pv4] .cs-big-review-text[data-astro-cid-ygbj2pv4]{font-family:var(--fontHeading);font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.5;color:var(--textHeading);font-weight:500;margin:0 0 1.5rem}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-ygbj2pv4] .cs-big-reviewer[data-astro-cid-ygbj2pv4]{display:flex;flex-direction:column;gap:.125rem}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-ygbj2pv4] .cs-big-reviewer-name[data-astro-cid-ygbj2pv4]{font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading)}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-ygbj2pv4] .cs-big-reviewer-title[data-astro-cid-ygbj2pv4]{font-size:.875rem;color:var(--textMuted)}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--teal)}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:2rem;text-align:center}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-mjhsn53t] .cs-testimonial-card[data-astro-cid-mjhsn53t]{background-color:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:.75rem;padding:clamp(2rem,5vw,3.5rem);text-align:center}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-mjhsn53t] .cs-testimonial-stars[data-astro-cid-mjhsn53t]{font-size:1.5rem;color:#f59e0b;margin-bottom:1.25rem;letter-spacing:.1em}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-mjhsn53t] .cs-testimonial-text[data-astro-cid-mjhsn53t]{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.625rem);line-height:1.5;color:#fff;font-weight:500;margin:0 0 1.5rem}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-mjhsn53t] .cs-testimonial-attribution[data-astro-cid-mjhsn53t]{display:flex;flex-direction:column;gap:.25rem}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-mjhsn53t] .cs-testimonial-name[data-astro-cid-mjhsn53t]{font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:#fff}#tpl-redrockwebdesign-com-testimonial[data-astro-cid-mjhsn53t] .cs-testimonial-detail[data-astro-cid-mjhsn53t]{font-size:.875rem;color:#ffffffa6}

/* tpl-redrockwebdesign-com-faq-54 */
#tpl-redrockwebdesign-com-faq-54[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-54[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-61 */
#tpl-redrockwebdesign-com-cta-61[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-61[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* tpl-redrockwebdesign-com-hero-11 */
#tpl-redrockwebdesign-com-hero-11[data-astro-cid-kh7btl4r]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{max-width:38rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-kh7btl4r] .cs-button-group[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{width:100%}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r] .cs-picture[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-11[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{flex-direction:row;align-items:center;gap:4rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-kh7btl4r] .cs-content[data-astro-cid-kh7btl4r]{flex:1}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-kh7btl4r] .cs-image-group[data-astro-cid-kh7btl4r]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-5tznm7mj]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-5tznm7mj] .cs-content[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{font-size:1.125rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-uw5kdbxl]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-uw5kdbxl] .cs-container[data-astro-cid-uw5kdbxl]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-uw5kdbxl] .cs-content[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-uw5kdbxl] .cs-topper[data-astro-cid-uw5kdbxl]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-uw5kdbxl] .cs-title[data-astro-cid-uw5kdbxl]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-uw5kdbxl] .cs-text[data-astro-cid-uw5kdbxl]{font-size:1.125rem;max-width:38rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-j7pv25f6]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{max-width:37.5rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{font-size:1.125rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;gap:.75rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{width:100%}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6]{border-radius:var(--radiusLg);overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6] .cs-picture[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:auto;object-fit:cover}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-hero-11[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{flex-direction:row;align-items:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{flex:1;padding-right:2.5rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-j7pv25f6] .cs-image-group[data-astro-cid-j7pv25f6]{flex:1;max-width:50%}}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-hcjuqwdu]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-hcjuqwdu] .cs-content[data-astro-cid-hcjuqwdu]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-hcjuqwdu] .cs-button-group[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-3fuahh7v]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-3fuahh7v] .cs-content[data-astro-cid-3fuahh7v]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{font-size:clamp(2.25rem,5.5vw,3.75rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{font-size:1.0625rem;max-width:42rem;margin-bottom:1.75rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v] em[data-astro-cid-3fuahh7v]{font-style:italic;color:var(--red)}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-3fuahh7v] .cs-price-block[data-astro-cid-3fuahh7v]{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-3fuahh7v] .cs-price[data-astro-cid-3fuahh7v]{font-size:3rem;font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-3fuahh7v] .cs-price-note[data-astro-cid-3fuahh7v]{font-size:.875rem;color:var(--textMuted)}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-6ubkykmp]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-6ubkykmp] .cs-content[data-astro-cid-6ubkykmp]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{font-size:1.125rem;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-6ubkykmp] .cs-button-group[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ztk5oltf]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ztk5oltf] .cs-background[data-astro-cid-ztk5oltf] img[data-astro-cid-ztk5oltf]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ztk5oltf]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ztk5oltf] .cs-button-group[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ofhzexy5]{position:relative;padding:clamp(9rem,18vw,14rem) 1rem clamp(5rem,12vw,8rem);overflow:hidden;isolation:isolate;text-align:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5]{position:absolute;inset:0;z-index:-2}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ofhzexy5] .cs-background[data-astro-cid-ofhzexy5] img[data-astro-cid-ofhzexy5]{width:100%;height:100%;object-fit:cover}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ofhzexy5]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#071e25eb,#0c3742d9);z-index:-1}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{color:#ffffffb3;margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]:before{background-color:#fff6}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{font-size:clamp(2.25rem,5.5vw,3.75rem);color:#fff;margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{font-size:1.125rem;color:#ffffffd9;max-width:42rem;margin-bottom:2rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ofhzexy5] .cs-button-group[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ygbj2pv4]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{font-size:1.125rem;margin-bottom:2rem;max-width:40rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-ygbj2pv4] .cs-button-group[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-mjhsn53t]{padding:clamp(9rem,15vw,12rem) 1rem var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56.25rem;margin:0 auto}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{display:flex;flex-direction:column;align-items:center}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{margin-bottom:1rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;max-width:100%}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{font-size:1.125rem;margin-bottom:2rem;max-width:42rem}#tpl-redrockwebdesign-com-hero-11[data-astro-cid-mjhsn53t] .cs-button-group[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}

/* tpl-redrockwebdesign-com-define */
#tpl-redrockwebdesign-com-define[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-define[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem;align-items:center}#tpl-redrockwebdesign-com-define[data-astro-cid-mjhsn53t] .cs-image-group[data-astro-cid-mjhsn53t]{width:100%;max-width:36rem}#tpl-redrockwebdesign-com-define[data-astro-cid-mjhsn53t] .cs-picture[data-astro-cid-mjhsn53t]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-define[data-astro-cid-mjhsn53t] .cs-picture[data-astro-cid-mjhsn53t] img[data-astro-cid-mjhsn53t]{width:100%;height:auto;display:block}#tpl-redrockwebdesign-com-define[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{max-width:36rem}#tpl-redrockwebdesign-com-define[data-astro-cid-mjhsn53t] .cs-define-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:1.5rem 0 0}#tpl-redrockwebdesign-com-define[data-astro-cid-mjhsn53t] .cs-define-list[data-astro-cid-mjhsn53t] li[data-astro-cid-mjhsn53t]{font-size:.9375rem;line-height:1.6;color:var(--textBody);padding:.5rem 0 .5rem 1.75rem;position:relative}#tpl-redrockwebdesign-com-define[data-astro-cid-mjhsn53t] .cs-define-list[data-astro-cid-mjhsn53t] li[data-astro-cid-mjhsn53t]:before{content:"";position:absolute;left:0;top:.875rem;width:1rem;height:1rem;background-image:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ stroke=\'%230C3742\'\ stroke-width=\'3\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'%3E%3Cpath\ d=\'M5\ 12l5\ 5l10\ -10\'/%3E%3C/svg%3E);background-repeat:no-repeat;background-size:contain}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-define[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{flex-direction:row;gap:4rem;align-items:center}#tpl-redrockwebdesign-com-define[data-astro-cid-mjhsn53t] .cs-image-group[data-astro-cid-mjhsn53t],#tpl-redrockwebdesign-com-define[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{flex:1}}

/* tpl-redrockwebdesign-com-vs-types */
#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t],#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-types-group[data-astro-cid-mjhsn53t]{display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-type-card[data-astro-cid-mjhsn53t]{padding:clamp(2rem,4vw,2.5rem);position:relative}#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-type-card[data-astro-cid-mjhsn53t].cs-type-featured{border:2px solid var(--red);background-color:var(--surfaceWhite)}#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-type-badge[data-astro-cid-mjhsn53t]{position:absolute;top:-.875rem;left:50%;transform:translate(-50%);background-color:var(--red);color:#fff;font-family:var(--fontHeading);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1rem;border-radius:.375rem;white-space:nowrap}#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-type-name[data-astro-cid-mjhsn53t]{font-family:var(--fontHeading);font-size:1.375rem;font-weight:700;color:var(--teal);margin:0 0 .25rem}#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-type-tagline[data-astro-cid-mjhsn53t]{display:block;font-size:.875rem;color:var(--textMuted);letter-spacing:.05em;text-transform:uppercase;margin:0 0 1.25rem}#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-type-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0 0 1.25rem}#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-type-list[data-astro-cid-mjhsn53t] li[data-astro-cid-mjhsn53t]{font-size:.9375rem;line-height:1.6;color:var(--textBody);padding:.5rem 0 .5rem 1.5rem;position:relative}#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-type-list[data-astro-cid-mjhsn53t] li[data-astro-cid-mjhsn53t]:before{content:"";position:absolute;left:0;top:1rem;width:.5rem;height:.5rem;border-radius:50%;background-color:var(--red)}#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-type-summary[data-astro-cid-mjhsn53t]{font-size:.875rem;line-height:1.6;color:var(--textBody);padding-top:1.25rem;border-top:1px solid var(--borderLight);margin:0}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-vs-types[data-astro-cid-mjhsn53t] .cs-types-group[data-astro-cid-mjhsn53t]{grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}}

/* tpl-redrockwebdesign-com-what-included */
#tpl-redrockwebdesign-com-what-included[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-what-included[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-what-included[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem}#tpl-redrockwebdesign-com-what-included[data-astro-cid-mjhsn53t] .cs-included-grid[data-astro-cid-mjhsn53t]{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-what-included[data-astro-cid-mjhsn53t] .cs-card[data-astro-cid-mjhsn53t]{padding:clamp(1.5rem,3vw,2rem)}#tpl-redrockwebdesign-com-what-included[data-astro-cid-mjhsn53t] .cs-icon[data-astro-cid-mjhsn53t]{color:var(--teal);margin-bottom:.75rem;display:block}#tpl-redrockwebdesign-com-what-included[data-astro-cid-mjhsn53t] .cs-item-text[data-astro-cid-mjhsn53t]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-what-included[data-astro-cid-mjhsn53t] .cs-included-grid[data-astro-cid-mjhsn53t]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-what-included[data-astro-cid-mjhsn53t] .cs-included-grid[data-astro-cid-mjhsn53t]{grid-template-columns:repeat(3,1fr)}}

/* tpl-redrockwebdesign-com-signs-you-need-new-website */
#tpl-redrockwebdesign-com-signs-you-need-new-website[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-signs-you-need-new-website[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:50rem;margin:0 auto}#tpl-redrockwebdesign-com-signs-you-need-new-website[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{text-align:left}#tpl-redrockwebdesign-com-signs-you-need-new-website[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1rem}#tpl-redrockwebdesign-com-signs-you-need-new-website[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{font-size:1.0625rem;line-height:1.75;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-signs-you-need-new-website[data-astro-cid-mjhsn53t] .cs-signs-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:1rem}#tpl-redrockwebdesign-com-signs-you-need-new-website[data-astro-cid-mjhsn53t] .cs-signs-list[data-astro-cid-mjhsn53t] li[data-astro-cid-mjhsn53t]{position:relative;padding:1rem 1.25rem 1rem 3rem;background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;font-size:.9375rem;line-height:1.65;color:var(--textBody)}#tpl-redrockwebdesign-com-signs-you-need-new-website[data-astro-cid-mjhsn53t] .cs-signs-list[data-astro-cid-mjhsn53t] li[data-astro-cid-mjhsn53t]:before{content:"✓";position:absolute;left:1rem;top:1rem;color:var(--red);font-weight:700;font-size:1.125rem;line-height:1}#tpl-redrockwebdesign-com-signs-you-need-new-website[data-astro-cid-mjhsn53t] .cs-signs-list[data-astro-cid-mjhsn53t] li[data-astro-cid-mjhsn53t] strong[data-astro-cid-mjhsn53t]{color:var(--textHeading)}

/* tpl-redrockwebdesign-com-problem */
#tpl-redrockwebdesign-com-problem[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-problem[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem;align-items:center}#tpl-redrockwebdesign-com-problem[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{max-width:36rem}#tpl-redrockwebdesign-com-problem[data-astro-cid-mjhsn53t] .cs-image-group[data-astro-cid-mjhsn53t]{width:100%;max-width:30rem}#tpl-redrockwebdesign-com-problem[data-astro-cid-mjhsn53t] .cs-picture[data-astro-cid-mjhsn53t]{border-radius:.75rem;overflow:hidden;box-shadow:var(--shadowLg)}#tpl-redrockwebdesign-com-problem[data-astro-cid-mjhsn53t] .cs-picture[data-astro-cid-mjhsn53t] img[data-astro-cid-mjhsn53t]{width:100%;height:auto;display:block}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-problem[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{flex-direction:row;gap:4rem;align-items:center}#tpl-redrockwebdesign-com-problem[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{flex:1.3;order:1}#tpl-redrockwebdesign-com-problem[data-astro-cid-mjhsn53t] .cs-image-group[data-astro-cid-mjhsn53t]{flex:1;order:2}}

/* tpl-redrockwebdesign-com-for-who */
#tpl-redrockwebdesign-com-for-who[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-for-who[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:72rem;margin:0 auto}#tpl-redrockwebdesign-com-for-who[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-for-who[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-for-who[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-for-who[data-astro-cid-mjhsn53t] .cs-fit-group[data-astro-cid-mjhsn53t]{display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-for-who[data-astro-cid-mjhsn53t] .cs-fit-card[data-astro-cid-mjhsn53t]{padding:clamp(2rem,4vw,2.5rem)}#tpl-redrockwebdesign-com-for-who[data-astro-cid-mjhsn53t] .cs-fit-title[data-astro-cid-mjhsn53t]{font-family:var(--fontHeading);font-size:1.25rem;font-weight:700;color:var(--teal);margin:0 0 1rem}#tpl-redrockwebdesign-com-for-who[data-astro-cid-mjhsn53t] .cs-fit-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0}#tpl-redrockwebdesign-com-for-who[data-astro-cid-mjhsn53t] .cs-fit-list[data-astro-cid-mjhsn53t] li[data-astro-cid-mjhsn53t]{font-size:.9375rem;line-height:1.6;color:var(--textBody);padding:.5rem 0 .5rem 1.5rem;position:relative}#tpl-redrockwebdesign-com-for-who[data-astro-cid-mjhsn53t] .cs-fit-list[data-astro-cid-mjhsn53t] li[data-astro-cid-mjhsn53t]:before{content:"";position:absolute;left:0;top:1rem;width:.5rem;height:.5rem;border-radius:50%;background-color:var(--red)}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-for-who[data-astro-cid-mjhsn53t] .cs-fit-group[data-astro-cid-mjhsn53t]{grid-template-columns:repeat(2,1fr);gap:2rem}}

/* tpl-redrockwebdesign-com-process-4 */
#tpl-redrockwebdesign-com-process-4[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-process-4[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-process-4[data-astro-cid-j7pv25f6] .cs-content[data-astro-cid-j7pv25f6]{margin-bottom:3rem}#tpl-redrockwebdesign-com-process-4[data-astro-cid-j7pv25f6] .cs-steps[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:1fr;gap:2rem}#tpl-redrockwebdesign-com-process-4[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6]{position:relative;padding-left:3.75rem}#tpl-redrockwebdesign-com-process-4[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6] .cs-step-number[data-astro-cid-j7pv25f6]{position:absolute;left:0;top:0;font-size:2rem;font-weight:700;color:var(--redAccent);line-height:1}#tpl-redrockwebdesign-com-process-4[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6] .cs-h3[data-astro-cid-j7pv25f6]{margin-bottom:.5rem}#tpl-redrockwebdesign-com-process-4[data-astro-cid-j7pv25f6] .cs-step[data-astro-cid-j7pv25f6] .cs-item-text[data-astro-cid-j7pv25f6]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process-4[data-astro-cid-j7pv25f6] .cs-steps[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-process-4[data-astro-cid-j7pv25f6] .cs-steps[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(4,1fr)}}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ztk5oltf] .cs-content[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ztk5oltf] .cs-steps[data-astro-cid-ztk5oltf]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ztk5oltf] .cs-step[data-astro-cid-ztk5oltf]{text-align:left}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ztk5oltf] .cs-step-number[data-astro-cid-ztk5oltf]{display:block;font-size:2rem;font-weight:700;color:var(--red);margin-bottom:.75rem}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ztk5oltf] .cs-step-text[data-astro-cid-ztk5oltf]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process-4[data-astro-cid-ztk5oltf] .cs-steps[data-astro-cid-ztk5oltf]{grid-template-columns:repeat(3,1fr);gap:2rem}}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:75rem;margin:0 auto}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5]{text-align:center;margin-bottom:3rem}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ofhzexy5] .cs-content[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ofhzexy5] .cs-steps[data-astro-cid-ofhzexy5]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ofhzexy5] .cs-step[data-astro-cid-ofhzexy5]{text-align:left}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ofhzexy5] .cs-step-number[data-astro-cid-ofhzexy5]{display:block;font-size:2rem;font-weight:700;color:var(--red);margin-bottom:.75rem}#tpl-redrockwebdesign-com-process-4[data-astro-cid-ofhzexy5] .cs-step-text[data-astro-cid-ofhzexy5]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process-4[data-astro-cid-ofhzexy5] .cs-steps[data-astro-cid-ofhzexy5]{grid-template-columns:repeat(3,1fr);gap:2rem}}#tpl-redrockwebdesign-com-process-4[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-process-4[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:80rem;margin:0 auto}#tpl-redrockwebdesign-com-process-4[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem}#tpl-redrockwebdesign-com-process-4[data-astro-cid-mjhsn53t] .cs-steps[data-astro-cid-mjhsn53t]{display:grid;grid-template-columns:1fr;gap:2rem}#tpl-redrockwebdesign-com-process-4[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t]{position:relative;padding-left:60px}#tpl-redrockwebdesign-com-process-4[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t] .cs-step-number[data-astro-cid-mjhsn53t]{position:absolute;left:0;top:0;font-size:2rem;font-weight:700;color:var(--redAccent);line-height:1}#tpl-redrockwebdesign-com-process-4[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t] .cs-h3[data-astro-cid-mjhsn53t]{margin-bottom:.5rem}#tpl-redrockwebdesign-com-process-4[data-astro-cid-mjhsn53t] .cs-step[data-astro-cid-mjhsn53t] .cs-step-text[data-astro-cid-mjhsn53t]{font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-process-4[data-astro-cid-mjhsn53t] .cs-steps[data-astro-cid-mjhsn53t]{grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}}@media only screen and (min-width:64rem){#tpl-redrockwebdesign-com-process-4[data-astro-cid-mjhsn53t] .cs-steps[data-astro-cid-mjhsn53t]{grid-template-columns:repeat(4,1fr)}}

/* tpl-redrockwebdesign-com-testimonial-2 */
#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:2rem;text-align:center}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-ygbj2pv4] .cs-big-review[data-astro-cid-ygbj2pv4]{padding:clamp(2rem,5vw,3.5rem);text-align:center}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-ygbj2pv4] .cs-review-stars[data-astro-cid-ygbj2pv4]{font-size:1.5rem;color:#f59e0b;margin-bottom:1.25rem;letter-spacing:.1em}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-ygbj2pv4] .cs-big-review-text[data-astro-cid-ygbj2pv4]{font-family:var(--fontHeading);font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.5;color:var(--textHeading);font-weight:500;margin:0 0 1.5rem}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-ygbj2pv4] .cs-big-reviewer[data-astro-cid-ygbj2pv4]{display:flex;flex-direction:column;gap:.125rem}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-ygbj2pv4] .cs-big-reviewer-name[data-astro-cid-ygbj2pv4]{font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading)}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-ygbj2pv4] .cs-big-reviewer-title[data-astro-cid-ygbj2pv4]{font-size:.875rem;color:var(--textMuted)}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--teal)}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:2rem;text-align:center}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-mjhsn53t] .cs-testimonial-card[data-astro-cid-mjhsn53t]{background-color:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:.75rem;padding:clamp(2rem,5vw,3.5rem);text-align:center}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-mjhsn53t] .cs-testimonial-stars[data-astro-cid-mjhsn53t]{font-size:1.5rem;color:#f59e0b;margin-bottom:1.25rem;letter-spacing:.1em}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-mjhsn53t] .cs-testimonial-text[data-astro-cid-mjhsn53t]{font-family:var(--fontHeading);font-size:clamp(1.25rem,2.5vw,1.625rem);line-height:1.5;color:#fff;font-weight:500;margin:0 0 1.5rem}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-mjhsn53t] .cs-testimonial-attribution[data-astro-cid-mjhsn53t]{display:flex;flex-direction:column;gap:.25rem}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-mjhsn53t] .cs-testimonial-name[data-astro-cid-mjhsn53t]{font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:#fff}#tpl-redrockwebdesign-com-testimonial-2[data-astro-cid-mjhsn53t] .cs-testimonial-detail[data-astro-cid-mjhsn53t]{font-size:.875rem;color:#ffffffa6}

/* tpl-redrockwebdesign-com-pricing-teaser-2 */
#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--sandLight);text-align:center}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sandLight)}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:64rem;margin:0 auto}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t],#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-teaser-group[data-astro-cid-mjhsn53t]{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-teaser-card[data-astro-cid-mjhsn53t]{padding:clamp(2rem,4vw,2.5rem);position:relative}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-teaser-card[data-astro-cid-mjhsn53t].cs-teaser-popular{border:2px solid var(--red)}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-teaser-badge[data-astro-cid-mjhsn53t]{position:absolute;top:-.875rem;left:50%;transform:translate(-50%);background-color:var(--red);color:#fff;font-family:var(--fontHeading);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1rem;border-radius:.375rem}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-teaser-badge-alt[data-astro-cid-mjhsn53t]{background-color:var(--teal)}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-teaser-name[data-astro-cid-mjhsn53t]{display:block;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--teal);text-align:center;margin:0 0 .75rem;letter-spacing:.02em}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-teaser-price[data-astro-cid-mjhsn53t]{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--borderLight)}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-price-amount[data-astro-cid-mjhsn53t]{font-size:clamp(2.25rem,5vw,3rem);font-weight:700;color:var(--textHeading);line-height:1}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-price-period[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:var(--textBody);font-weight:500}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-teaser-features[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-teaser-features[data-astro-cid-mjhsn53t] li[data-astro-cid-mjhsn53t]{font-size:.9375rem;line-height:1.6;color:var(--textBody);padding:.5rem 0 .5rem 1.75rem;position:relative}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-teaser-features[data-astro-cid-mjhsn53t] li[data-astro-cid-mjhsn53t]:before{content:"";position:absolute;left:0;top:.875rem;width:1rem;height:1rem;background-image:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ stroke=\'%230C3742\'\ stroke-width=\'3\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'%3E%3Cpath\ d=\'M5\ 12l5\ 5l10\ -10\'/%3E%3C/svg%3E);background-repeat:no-repeat;background-size:contain}#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-teaser-cta[data-astro-cid-mjhsn53t]{display:flex;margin:0 auto;max-width:16rem;justify-content:center}@media only screen and (min-width:48rem){#tpl-redrockwebdesign-com-pricing-teaser-2[data-astro-cid-mjhsn53t] .cs-teaser-group[data-astro-cid-mjhsn53t]{grid-template-columns:repeat(2,1fr)}}

/* tpl-redrockwebdesign-com-faq-55 */
#tpl-redrockwebdesign-com-faq-55[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:45rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc]{margin-bottom:2.5rem;text-align:center}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-2q5oecfc] .cs-content[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-2q5oecfc] .cs-faq-title[data-astro-cid-2q5oecfc]{font-family:var(--fontHeading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:var(--textHeading);margin:0 auto}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-2q5oecfc] .cs-faq-list[data-astro-cid-2q5oecfc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-2q5oecfc] .cs-faq-button[data-astro-cid-2q5oecfc]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-2q5oecfc] .cs-faq-icon[data-astro-cid-2q5oecfc]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-icon[data-astro-cid-2q5oecfc]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-2q5oecfc] .cs-faq-answer[data-astro-cid-2q5oecfc] p[data-astro-cid-2q5oecfc]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-2q5oecfc] .cs-faq-item[data-astro-cid-2q5oecfc].is-open .cs-faq-answer[data-astro-cid-2q5oecfc]{max-height:30rem}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-ygbj2pv4] .cs-content[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-ygbj2pv4] .cs-faq-list[data-astro-cid-ygbj2pv4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-ygbj2pv4] .cs-faq-button[data-astro-cid-ygbj2pv4]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-ygbj2pv4] .cs-faq-icon[data-astro-cid-ygbj2pv4]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-icon[data-astro-cid-ygbj2pv4]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-ygbj2pv4] .cs-faq-answer[data-astro-cid-ygbj2pv4] p[data-astro-cid-ygbj2pv4]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-ygbj2pv4] .cs-faq-item[data-astro-cid-ygbj2pv4].is-open .cs-faq-answer[data-astro-cid-ygbj2pv4]{max-height:30rem}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--sand)}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:56rem;margin:0 auto}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t]{margin-bottom:3rem;text-align:center}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-mjhsn53t] .cs-content[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-mjhsn53t] .cs-faq-list[data-astro-cid-mjhsn53t]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t]{background-color:var(--surfaceWhite);border:1px solid var(--borderLight);border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open{border-color:var(--red)}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-mjhsn53t] .cs-faq-button[data-astro-cid-mjhsn53t]{width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:var(--fontHeading);font-size:1rem;font-weight:700;color:var(--textHeading);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-mjhsn53t] .cs-faq-icon[data-astro-cid-mjhsn53t]{color:var(--teal);flex-shrink:0;transition:transform .3s ease}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-icon[data-astro-cid-mjhsn53t]{transform:rotate(180deg)}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:0;overflow:hidden;transition:max-height .3s ease}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-mjhsn53t] .cs-faq-answer[data-astro-cid-mjhsn53t] p[data-astro-cid-mjhsn53t]{padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7;color:var(--textBody);margin:0}#tpl-redrockwebdesign-com-faq-55[data-astro-cid-mjhsn53t] .cs-faq-item[data-astro-cid-mjhsn53t].is-open .cs-faq-answer[data-astro-cid-mjhsn53t]{max-height:30rem}

/* tpl-redrockwebdesign-com-cta-62 */
#tpl-redrockwebdesign-com-cta-62[data-astro-cid-kh7btl4r]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-kh7btl4r] .cs-container[data-astro-cid-kh7btl4r]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-kh7btl4r] .cs-topper[data-astro-cid-kh7btl4r]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-kh7btl4r] .cs-title[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-kh7btl4r] .cs-text[data-astro-cid-kh7btl4r]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-kh7btl4r] .cs-cta-buttons[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-kh7btl4r] .cs-cta-phone[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-2q5oecfc]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-2q5oecfc] .cs-container[data-astro-cid-2q5oecfc]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-2q5oecfc] .cs-topper[data-astro-cid-2q5oecfc]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-2q5oecfc] .cs-title[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-2q5oecfc] .cs-text[data-astro-cid-2q5oecfc]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-2q5oecfc] .cs-cta-buttons[data-astro-cid-2q5oecfc]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-2q5oecfc] .cs-cta-phone[data-astro-cid-2q5oecfc] a[data-astro-cid-2q5oecfc]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-5tznm7mj]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-5tznm7mj] .cs-container[data-astro-cid-5tznm7mj]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-5tznm7mj] .cs-topper[data-astro-cid-5tznm7mj]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-5tznm7mj] .cs-title[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-5tznm7mj] .cs-text[data-astro-cid-5tznm7mj]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-5tznm7mj] .cs-cta-buttons[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-5tznm7mj] .cs-cta-phone[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-j7pv25f6]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-j7pv25f6] .cs-container[data-astro-cid-j7pv25f6]{width:92%;max-width:43.75rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-j7pv25f6] .cs-title[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-j7pv25f6] .cs-text[data-astro-cid-j7pv25f6]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-j7pv25f6] .cs-button-group[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-hcjuqwdu]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-hcjuqwdu] .cs-container[data-astro-cid-hcjuqwdu]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-hcjuqwdu] .cs-topper[data-astro-cid-hcjuqwdu]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-hcjuqwdu] .cs-title[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-hcjuqwdu] .cs-text[data-astro-cid-hcjuqwdu]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-hcjuqwdu] .cs-cta-buttons[data-astro-cid-hcjuqwdu]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-hcjuqwdu] .cs-cta-phone[data-astro-cid-hcjuqwdu] a[data-astro-cid-hcjuqwdu]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-3fuahh7v]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-3fuahh7v] .cs-container[data-astro-cid-3fuahh7v]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-3fuahh7v] .cs-topper[data-astro-cid-3fuahh7v]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-3fuahh7v] .cs-title[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-3fuahh7v] .cs-text[data-astro-cid-3fuahh7v]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-3fuahh7v] .cs-cta-buttons[data-astro-cid-3fuahh7v]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-6ubkykmp]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-6ubkykmp] .cs-container[data-astro-cid-6ubkykmp]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-6ubkykmp] .cs-topper[data-astro-cid-6ubkykmp]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-6ubkykmp] .cs-title[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-6ubkykmp] .cs-text[data-astro-cid-6ubkykmp]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-6ubkykmp] .cs-cta-buttons[data-astro-cid-6ubkykmp]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-6ubkykmp] .cs-cta-phone[data-astro-cid-6ubkykmp] a[data-astro-cid-6ubkykmp]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ztk5oltf]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ztk5oltf] .cs-container[data-astro-cid-ztk5oltf]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ztk5oltf] .cs-topper[data-astro-cid-ztk5oltf]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ztk5oltf] .cs-title[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ztk5oltf] .cs-text[data-astro-cid-ztk5oltf]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ztk5oltf] .cs-cta-buttons[data-astro-cid-ztk5oltf]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ztk5oltf] .cs-cta-phone[data-astro-cid-ztk5oltf] a[data-astro-cid-ztk5oltf]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ofhzexy5]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ofhzexy5] .cs-container[data-astro-cid-ofhzexy5]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ofhzexy5] .cs-topper[data-astro-cid-ofhzexy5]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ofhzexy5] .cs-title[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ofhzexy5] .cs-text[data-astro-cid-ofhzexy5]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ofhzexy5] .cs-cta-buttons[data-astro-cid-ofhzexy5]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ofhzexy5] .cs-cta-phone[data-astro-cid-ofhzexy5] a[data-astro-cid-ofhzexy5]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ygbj2pv4]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ygbj2pv4] .cs-container[data-astro-cid-ygbj2pv4]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ygbj2pv4] .cs-topper[data-astro-cid-ygbj2pv4]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ygbj2pv4] .cs-title[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ygbj2pv4] .cs-text[data-astro-cid-ygbj2pv4]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ygbj2pv4] .cs-cta-buttons[data-astro-cid-ygbj2pv4]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-ygbj2pv4] .cs-cta-phone[data-astro-cid-ygbj2pv4] a[data-astro-cid-ygbj2pv4]:hover{border-color:#fff}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-mjhsn53t]{padding:var(--sectionPadding);background-color:var(--tealDark);background-image:linear-gradient(135deg,var(--tealDark) 0%,var(--teal) 100%);text-align:center}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-mjhsn53t] .cs-container[data-astro-cid-mjhsn53t]{width:92%;max-width:44rem;margin:0 auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-mjhsn53t] .cs-topper[data-astro-cid-mjhsn53t]{justify-content:center;margin-bottom:.75rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-mjhsn53t] .cs-title[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-mjhsn53t] .cs-text[data-astro-cid-mjhsn53t]{margin-left:auto;margin-right:auto;margin-bottom:2rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-mjhsn53t] .cs-cta-buttons[data-astro-cid-mjhsn53t]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t]{font-size:.9375rem;color:#ffffffb3;margin:0}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]{color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);transition:border-color .2s ease}#tpl-redrockwebdesign-com-cta-62[data-astro-cid-mjhsn53t] .cs-cta-phone[data-astro-cid-mjhsn53t] a[data-astro-cid-mjhsn53t]:hover{border-color:#fff}

/* contact-1392 */
@media only screen and (min-width:0rem){#contact-1392{padding:var(--sectionPadding);padding-bottom:0;background-color:#f7f7f7;position:relative;z-index:10}#contact-1392 .cs-container{width:100%;max-width:36.5rem;margin:auto;display:flex;justify-content:center;align-items:stretch;flex-direction:column;column-gap:auto;gap:clamp(2rem,3vw,3rem);position:relative}#contact-1392 .cs-content{text-align:left;width:100%;display:flex;flex-direction:column;align-items:flex-start}#contact-1392 .cs-title{max-width:23ch}#contact-1392 .cs-text{margin-bottom:1rem}#contact-1392 .cs-text:last-of-type{margin-bottom:2rem}#contact-1392 .cs-ul{text-align:left;width:100%;margin:0;padding:0;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;position:relative}#contact-1392 .cs-li{list-style:none;display:flex;justify-content:flex-start;align-items:flex-start;gap:1.25rem}#contact-1392 .cs-li:hover .cs-icon-wrapper{transform:scale(1.1)}#contact-1392 .cs-header{font-size:1.25rem;font-weight:700;line-height:1.2em;margin-bottom:0.75rem;color:var(--headerColor);display:block}#contact-1392 .cs-link{font-size:1rem;line-height:1.5em;text-decoration:none;color:#767676;display:block;position:relative}#contact-1392 .cs-link:hover{text-decoration:underline}#contact-1392 .cs-icon-wrapper{width:3.75rem;height:3.75rem;margin:0;border-radius:50%;border:1px solid #bababa;display:flex;justify-content:center;align-items:center;flex:none;transition:transform 0.3s}#contact-1392 .cs-icon{width:1.5rem;height:auto;display:block}#contact-1392 .cs-form{width:100%;max-width:39.375rem;margin-bottom:calc(clamp(1.875rem,7vw,6.25rem)*-1);padding:clamp(1.5rem,5.18vw,3rem) clamp(1rem,4vw,3rem);box-sizing:border-box;background-color:#fff;border-radius:1rem;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:0.75rem}#contact-1392 .cs-h3{font-size:clamp(1.25rem,3vw,2.4375rem);line-height:1.2em;font-weight:700;margin:0 0 0.25rem 0;color:var(--headerColor)}#contact-1392 .cs-label{font-size:clamp(0.875rem,1.5vw,1rem);width:100%;color:var(--headerColor);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0.25rem}#contact-1392 .cs-input{font-size:1rem;width:100%;height:3.5rem;padding:0;padding-left:1.5rem;color:var(--headerColor);background-color:#f7f7f7;border-radius:0.5rem;border:none;box-sizing:border-box}#contact-1392 .cs-input::placeholder{color:#7d799c;opacity:0.6}#contact-1392 .cs-textarea{min-height:7.5rem;padding-top:1.5rem;margin-bottom:0.75rem;font-family:inherit}#contact-1392 .cs-button-solid{font-size:1rem;line-height:3.5rem;text-decoration:none;font-weight:700;overflow:hidden;margin:0;color:#fff;padding:0 3rem;border-radius:1.875rem;background-color:var(--primary);display:inline-block;position:relative;z-index:1;transition:color 0.3s}#contact-1392 .cs-button-solid:before{content:"";position:absolute;display:block;height:100%;width:0%;background:#1a1a1a;opacity:1;top:0;left:0;z-index:-1;transition:width 0.3s}#contact-1392 .cs-button-solid:hover{color:var(--primary)}#contact-1392 .cs-button-solid:hover:before{width:100%}#contact-1392 .cs-submit{width:100%;min-width:12.5rem;border:none}#contact-1392 .cs-submit:hover{color:#fff;cursor:pointer}}@media only screen and (min-width:48rem){#contact-1392 .cs-container{max-width:80rem;flex-direction:row;justify-content:space-between}#contact-1392 .cs-content{width:47%;flex:none}#contact-1392 .cs-submit{width:auto}}@media only screen and (min-width:64rem){#contact-1392 .cs-form{width:46%;max-width:36.125rem}#contact-1392 .cs-submit{width:auto}}@media only screen and (min-width:93.75rem){#contact-1392 .cs-graphic{display:block}}@media only screen and (min-width:0rem){[data-pb-section="footer-1392"]{padding:var(--sectionPadding);padding-top:clamp(5rem,7vw,6.25rem);background-color:#1a1a1a;position:relative;z-index:1}[data-pb-section="footer-1392"] .cs-container{width:100%;max-width:80rem;margin:auto;display:flex;flex-direction:column;align-items:center}[data-pb-section="footer-1392"] .cs-top{width:100%;margin-bottom:2.5rem;padding-bottom:clamp(1.5rem,5vw,4rem);border-bottom:1px solid #484848;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1.25rem,4vw,2.5rem)}[data-pb-section="footer-1392"] .cs-ul{margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:0.5rem;column-gap:clamp(1.5rem,4vw,2.25rem)}[data-pb-section="footer-1392"] .cs-li{list-style:none}[data-pb-section="footer-1392"] .cs-link{font-size:clamp(0.875rem,1.5vw,1rem);line-height:1.5em;text-decoration:none;margin:0;color:#bababa;display:block;transition:color 0.3s}[data-pb-section="footer-1392"] .cs-link:hover{color:var(--primary)}[data-pb-section="footer-1392"] .cs-logo{width:100%;max-width:13.0625rem;height:auto;display:block}[data-pb-section="footer-1392"] .cs-logo-img{width:100%;height:auto;display:block}[data-pb-section="footer-1392"] .cs-bottom{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}[data-pb-section="footer-1392"] .cs-social{margin:0;padding:0;display:flex;justify-content:center;align-items:center;gap:0.5rem}[data-pb-section="footer-1392"] .cs-social-li{list-style:none}[data-pb-section="footer-1392"] .cs-social-link{width:2rem;height:2rem;background-color:#484848;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:background-color 0.3s}[data-pb-section="footer-1392"] .cs-social-link:hover{background-color:var(--primary)}[data-pb-section="footer-1392"] .cs-social-link:hover .cs-social-icon{filter:grayscale(1) brightness(1000%);opacity:1}[data-pb-section="footer-1392"] .cs-social-icon{width:0.75rem;height:auto;display:block;opacity:0.6;transition:opacity 0.3s}[data-pb-section="footer-1392"] .cs-copyright{font-size:1rem;color:#bababa;line-height:1.5em;margin:0;display:block}[data-pb-section="footer-1392"] .cs-copyright-link,[data-pb-section="footer-1392"] .cs-separater{font-size:1rem;text-decoration:none;color:#bababa;transition:color 0.3s}[data-pb-section="footer-1392"] .cs-copyright-link:hover,[data-pb-section="footer-1392"] .cs-separater:hover{color:var(--primary)}[data-pb-section="footer-1392"] .cs-separater{margin:0 1rem;display:inline-block}}@media only screen and (min-width:48rem){[data-pb-section="footer-1392"] .cs-top{align-items:flex-start}[data-pb-section="footer-1392"] .cs-bottom{flex-direction:row;justify-content:center}[data-pb-section="footer-1392"] .cs-flex{margin:0 auto}[data-pb-section="footer-1392"] .cs-social{order:3}}

#tpl-calgarywebdesignstudio-ca-services-964 { margin-top: 6.3rem; }