:root {
  --color--background: var(--swatch--deep-black);
  --swatch--font-headings: neue-haas-grotesk-display, sans-serif;
  --fixed--white-text: var(--swatch--pure-white);
  --swatch--orange: #f68500;
  --swatch--wheat: #e7d2ab;
  --swatch--soft-black: #262626;
  --swatch--deep-black: #1d1d1d;
  --swatch--very-black: #1a1a1a;
  --swatch--pure-black: #000;
  --color--text: var(--swatch--soft-black);
  --color--accordion-glow\<deleted\|variable-c37857d0-5759-3edd-9864-a43a6bd1009d\>: #26262680;
  --color--secondary-button-background: var(--swatch--light-black);
  --color--primary-button-text: var(--swatch--pure-white);
  --swatch--fur: #f1efe6;
  --color--secondary-button-text: var(--swatch--pure-white);
  --swatch--pure-white: white;
  --color--primary-button-background: var(--swatch--orange);
  --swatch--light-black: #353535;
  --color--cards-bkg-bright: #fffdf2;
  --untitled-ui--warning300\<deleted\|variable-15a81cb3\>: #fec84b;
  --dark--text\<deleted\|variable-f6c4543e-6cb1-5418-3ca9-93679dce8feb\>: white;
  --dark--primary-button-background\<deleted\|variable-c6d0f2bb-9d70-d8ae-87a1-4a2fe26c77ab\>: #f68500;
  --color--pricing-cards-bkg-glow: #fff;
  --color--showreel-bkg-blur\<deleted\|variable-8b808ea5-be6a-7646-2789-9f6c100a4977\>: #f1efe600;
  --dark--secondary-button-background\<deleted\|variable-76247005-5e11-0492-95e7-d312ed775d0b\>: var(--swatch--light-black);
  --swatch--cream: #dfdbc7;
  --color--black-client-logos\<deleted\|variable-3e507dbb-68f1-75e5-9379-129924af42ae\>: 100%;
  --fixed--black-text: var(--swatch--light-black);
  --color--primary-button-bkg-blur: #0003;
  --color--secondary-button-bkg-blur: #0003;
  --color--cards-bkg: #e7e4d6;
  --fixed--backup-card-bkg: #e7e5db;
  --swatch--cards-new: #e2e0d7;
  --swatch--pure-black-copy: #000;
}

body {
  background-color: var(--color--background);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}

h5 {
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

p {
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}

a {
  color: var(--swatch--orange);
  text-decoration: underline;
}

ul, ol {
  color: var(--fixed--white-text);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

img {
  height: 50px;
  display: inline-block;
}

strong {
  color: var(--fixed--white-text);
  font-weight: 600;
}

blockquote {
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.section {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.section.backup-pricing {
  z-index: 1;
}

.section.remove-up-down-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.top-padding-50 {
  padding-top: 50px;
}

.section._404 {
  width: 100vw;
  height: 100vh;
}

.section.top-padding-100 {
  padding-top: 100px;
}

.section.blog-hero {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bkg-wheat {
  background-color: var(--swatch--wheat);
}

.section.custom-add-padding-top {
  padding-top: 200px;
}

.section.remove-all-padding {
  padding: 0 0%;
}

.section.bkg-black {
  background-color: var(--swatch--deep-black);
}

.section.bkg-black.no-overflow {
  overflow: hidden;
}

.section.hero {
  background-color: var(--swatch--deep-black);
  padding-top: 50px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.hide {
  display: none;
}

.section.bkg-soft-black {
  background-color: var(--swatch--soft-black);
}

.section.no-overflow {
  overflow: hidden;
}

.section.portfolio, .section.no-spacing {
  padding: 0 0%;
}

.section.portfolio-padding {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.cta {
  overflow: hidden;
}

.section.b1 {
  background-color: var(--swatch--pure-black);
}

.section.footer {
  background-color: var(--swatch--soft-black);
  padding-top: 50px;
  padding-bottom: 75px;
}

.section.footer.dark {
  background-color: var(--swatch--deep-black);
}

.paragraph-large {
  z-index: 20;
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
  position: relative;
}

.paragraph-large.brandmark {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
}

.paragraph-large.about-section {
  font-size: 1.4rem;
}

.paragraph-large.brandmark-footer {
  background-image: none;
  font-weight: 600;
}

.paragraph-large.hero {
  font-size: 1.75rem;
}

.paragraph-large.u-txt-bold {
  font-weight: 600;
}

.paragraph-large.u-txt-bold.custom-bm {
  font-size: 1.75rem;
}

.paragraph-standard {
  z-index: 20;
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.1;
  position: relative;
}

.paragraph-standard.u-txt-bold {
  font-weight: 600;
}

.paragraph-standard.no-margin {
  margin-bottom: 0;
}

.paragraph-standard.semi-bold {
  font-weight: 600;
}

.paragraph-small {
  z-index: 20;
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.paragraph-small.u-txt-bold {
  font-weight: 600;
}

.paragraph-small.u-txt-semi-bold, .paragraph-small.u-txt-bold {
  font-weight: 600;
}

.paragraph-small.u-txt-bold.fixed-text-white {
  color: var(--fixed--white-text);
}

.paragraph-small.u-txt-bold.footer-heading {
  background-image: none;
  font-size: 1.25rem;
  font-weight: 600;
}

.paragraph-small.mp-icon {
  background-color: var(--swatch--orange);
  box-shadow: 0 2px 5px 0 var(--color--accordion-glow\<deleted\|variable-c37857d0-5759-3edd-9864-a43a6bd1009d\>);
  color: var(--fixed--white-text);
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  font-size: .7rem;
  font-weight: 600;
  transform: rotate(-10deg);
}

.paragraph-small.hide {
  display: none;
}

.paragraph-small.u-txt-semi-bold {
  font-weight: 600;
}

.paragraph-ultrasmall {
  z-index: 20;
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.paragraph-ultrasmall.u-txt-black {
  color: var(--color--secondary-button-background);
}

.paragraph-ultrasmall.custom-timelines-days {
  opacity: .5;
  font-size: .7rem;
}

.paragraph-ultrasmall.custom-serivce-titles {
  font-size: .7rem;
}

.paragraph-ultrasmall.u-txt-bold.u-text-align-center.fixed-white-text, .paragraph-ultrasmall.u-txt-bold.text-secondary-button, .paragraph-ultrasmall.fixed-white-text {
  color: var(--fixed--white-text);
}

.paragraph-ultrasmall.fixed-white-text.portfolio-type, .paragraph-ultrasmall._0-7 {
  font-size: .7rem;
}

.paragraph-ultrasmall.u-txt-bold {
  font-weight: 600;
}

.paragraph-ultrasmall.u-txt-bold.u-text-align-center {
  text-align: center;
}

.paragraph-ultrasmall.u-txt-bold.u-text-align-center.fixed-white-text, .paragraph-ultrasmall.u-txt-bold.text-secondary-button, .paragraph-ultrasmall.u-txt-bold.text-secondary-button {
  color: var(--fixed--white-text);
}

.paragraph-ultrasmall._0-7 {
  font-size: .7rem;
}

.spacer-10 {
  height: 10px;
}

.spacer-20 {
  height: 20px;
}

.spacer-30 {
  height: 30px;
}

.spacer-50 {
  height: 50px;
}

.spacer-50.show-mobile-only {
  display: none;
}

.text-wrapper {
  z-index: 100;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mw-600 {
  max-width: 600px;
}

.mw-400 {
  width: 100%;
  max-width: 400px;
}

.button-primary {
  z-index: 100;
  background-color: var(--swatch--orange);
  font-family: var(--swatch--font-headings);
  color: var(--color--primary-button-text);
  text-align: center;
  cursor: pointer;
  background-image: none;
  border-radius: 12px;
  padding: 12px 22px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition: all .2s;
  position: relative;
  box-shadow: 0 5px 10px #0003;
}

.button-primary:hover {
  background-image: linear-gradient(0deg, var(--swatch--deep-black), var(--swatch--orange));
  transform: translate(0, -5px);
  box-shadow: 0 5px 10px #0006;
}

.button-primary.w--current {
  background-color: var(--swatch--orange);
}

.button-primary.navbar {
  padding: 10px 18px;
  font-size: 1.1rem;
}

.button-primary.navbar.custom-responsive {
  padding-left: 24px;
  padding-right: 24px;
}

.button-primary.sold-out {
  background-color: var(--swatch--fur);
  color: var(--swatch--soft-black);
  background-image: none;
}

.button-primary.sold-out:hover {
  transform: none;
}

.button-secondary {
  z-index: 20;
  background-color: var(--color--secondary-button-background);
  font-family: var(--swatch--font-headings);
  color: var(--color--secondary-button-text);
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  padding: 14px 22px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  transition: all .2s;
  position: relative;
  box-shadow: 0 5px 10px #0003;
}

.button-secondary:hover {
  border-color: var(--swatch--pure-white);
  background-image: linear-gradient(180deg, var(--swatch--orange), #42424200);
  transform: translate(0, -5px);
  box-shadow: 0 10px 10px #0006;
}

.button-secondary.w--current {
  border-color: var(--color--primary-button-background);
  background-color: var(--color--secondary-button-background);
  box-shadow: 0 2px 20px 0 var(--swatch--orange);
}

.button-secondary.tab-buttons {
  background-color: var(--color--secondary-button-background);
  color: var(--color--secondary-button-text);
}

.button-secondary.tab-buttons:hover {
  border-color: var(--swatch--fur);
}

.button-secondary.tab-buttons.w--current {
  border-color: var(--swatch--fur);
  background-image: radial-gradient(circle at 50% 100%, #00000080, #fff0);
}

.button-secondary.navbar {
  font-size: 1.1rem;
}

.button-secondary.outline-orange, .button-secondary.outline {
  border-color: var(--swatch--orange);
}

.button-secondary.nav-custom-responsive {
  display: none;
}

.mw-800 {
  max-width: 800px;
}

.horizontal-divider {
  background-color: var(--color--secondary-button-background);
  width: 100%;
  height: 1px;
}

.horizontal-divider.white {
  background-color: #fff;
}

.horizontal-divider.white.pricecards_2025 {
  background-color: #ffffff4d;
}

.horizontal-divider.orange {
  background-color: var(--color--primary-button-background);
}

.info-block-trigger {
  z-index: 100;
  cursor: pointer;
  order: 1;
  position: relative;
}

.pkg-price-wrap {
  display: flex;
}

.info-trigger-cards {
  background-color: var(--swatch--light-black);
  color: var(--fixed--white-text);
  border-radius: 100px;
  padding: 3px 8px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.info-trigger-cards.white {
  color: #262626;
  background-color: #ffffff80;
}

.deliverable-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: flex;
}

.price-card-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price-card-header.pkg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-end;
  display: block;
}

.information-pop-up {
  z-index: 21;
  background-color: var(--color--background);
  color: #262626;
  border-radius: 4px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: auto 1.5rem 1.5rem 0%;
}

.information-pop-up.white {
  z-index: 100;
  color: #262626;
  background-color: #fff;
  border-radius: 4px;
  display: none;
}

.included-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  width: 100%;
  display: flex;
  position: relative;
}

.tick-icon {
  color: var(--swatch--orange);
  width: 20px;
  height: 20px;
}

.most-popular-icon {
  z-index: 100;
  position: absolute;
  inset: -15px auto auto -10px;
}

.u-text-white {
  color: #fff;
}

.acc-bottom {
  overflow: hidden;
}

.accordion-wrapper {
  z-index: 10;
  background-color: var(--swatch--soft-black);
  cursor: pointer;
  border-radius: 8px;
  transition: all .2s;
  position: relative;
}

.accordion-wrapper:hover {
  box-shadow: 0 10px 20px 0 var(--color--accordion-glow\<deleted\|variable-c37857d0-5759-3edd-9864-a43a6bd1009d\>);
  transform: translate(0, -5px);
}

.accordion-wrapper.hide {
  display: none;
}

.accordion-wrapper.about {
  border-color: var(--color--primary-button-background);
  bottom: 20px;
}

.accordion-wrapper.services {
  background-color: var(--color--cards-bkg-bright);
  width: 100%;
}

.accordion-wrapper.faq-white {
  background-color: var(--swatch--soft-black);
  box-shadow: none;
}

.accordion-wrapper.faq-white:hover {
  box-shadow: 0 10px 20px #26262633;
}

.accordion-item {
  width: 100%;
}

.accordion-item.white-stroke {
  cursor: pointer;
  border-bottom: 1px solid #ffffff4d;
}

.acc-bottom-padding {
  padding: 0 15px 15px;
}

.acc-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.acc-top.about {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.acc-top.services {
  padding-left: 30px;
  padding-right: 30px;
}

.down-arrow-icon {
  color: var(--swatch--pure-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.down-arrow-icon.faq-white {
  color: var(--swatch--soft-black);
}

.accordion-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  max-width: 800px;
  display: flex;
}

.accordion-container.services {
  width: 100%;
  max-width: 800px;
}

.brandmark-img {
  height: 1.25rem;
  display: block;
}

.brandmark-img.footer {
  height: 1.5rem;
}

.brandmark-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.brandmark-container.footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cta-animation {
  z-index: 100;
  position: relative;
}

.footer-links-wrapper {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.footer-links-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-block-wrap {
  color: var(--fixed--white-text);
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link-block-wrap:hover {
  transform: scale(1.1)translate(0, -5px);
}

.includes-items-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.card-price-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.cms-pricing-list-wrapper {
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.cms-pricing-list-wrapper.hide {
  display: none;
}

.cms-pricing-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.cms-pricing-list.websites {
  grid-template-columns: 1fr 1fr;
}

.text-link {
  color: var(--color--primary-button-background);
  text-decoration: none;
}

.h5 {
  z-index: 20;
  font-family: var(--swatch--font-headings);
  color: var(--color--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3rem;
  line-height: 1;
  position: relative;
}

.h5.u-txt-bold {
  font-weight: 600;
}

.h5.u-txt-bold.price-card-titles {
  color: var(--fixed--white-text);
  background-image: none;
  font-size: 2rem;
  font-weight: 600;
}

.h5.u-txt-bold.price-card-price {
  color: var(--fixed--white-text);
  font-size: 2rem;
  font-weight: 600;
}

.price-card-header-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slots-available {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #ffffff0d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  max-height: 30px;
  padding: 0 12px;
  display: flex;
  position: relative;
}

.slots-available-img {
  z-index: 1;
  height: 45px;
  position: relative;
  transform: scale(1.2);
}

.slots-available-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slots-available-gradient._1 {
  background-color: var(--swatch--light-black);
  background-color: var(--swatch--light-black);
  border-radius: 6px;
}

.slots-available-text {
  z-index: 1;
  position: relative;
}

.slots-available-link {
  text-decoration: none;
}

.learn-more-img {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: auto 0% -40px;
}

.learn-more-img.hide {
  display: none;
}

.paragraph-ultra-small {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
}

.paragraph-ultra-small.text-weight-bold.u-text-white {
  color: var(--fixed--white-text);
}

.paragraph-ultra-small.u-text-white.carousel {
  white-space: nowrap;
  font-weight: 600;
}

.paragraph-ultra-small.u-text-white.u-txt-bold {
  font-weight: 600;
}

.img-history-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.sold-out-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.plan-cta-section {
  flex-flow: column;
  display: flex;
}

.fully-booked-banner-wrap {
  z-index: 101;
  background-color: var(--swatch--soft-black);
  background-image: linear-gradient(90deg, #00000080, #3e3e3e00 25%, #82828200 75%, #00000080);
  border-radius: 6px;
  padding: 6px 12px;
  position: absolute;
  inset: 5px auto auto -6%;
  transform: rotate(-30deg);
  box-shadow: 0 2px 5px #0003;
}

.social-icons {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--swatch--orange), var(--swatch--light-black));
  color: var(--swatch--soft-black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}

.social-icons:hover {
  color: var(--swatch--orange);
}

.social-icon-container {
  border-radius: 8px;
  padding: 0;
  font-size: 1.1px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.social-icon-container:hover {
  transform: translate(0, -5px);
}

.social_links-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.u-txt-orange {
  color: var(--dark--primary-button-background\<deleted\|variable-c6d0f2bb-9d70-d8ae-87a1-4a2fe26c77ab\>);
}

.footer-bottom-container {
  z-index: 100;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.about-img-container-2 {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.drey_img-trigger {
  cursor: pointer;
  width: 40px;
}

.drey_img-trigger.hide {
  display: none;
}

.bkg-gradient-blur {
  z-index: 1;
  background-color: var(--swatch--orange);
  filter: blur(150px);
  border-radius: 200px;
  width: 700px;
  height: 250px;
  position: absolute;
}

.bkg-gradient-blur.hero-img {
  background-color: var(--color--pricing-cards-bkg-glow);
}

.bkg-gradient-blur.hero-showreel {
  background-color: var(--color--showreel-bkg-blur\<deleted\|variable-8b808ea5-be6a-7646-2789-9f6c100a4977\>);
  width: 100%;
  height: 100%;
  inset: 0%;
}

.bkg-gradient-blur.pricing-cards {
  z-index: auto;
  background-color: var(--color--primary-button-background);
  opacity: .5;
}

.brandmark-footer {
  height: 20px;
  text-decoration: none;
}

.brandmark-footer.w--current {
  cursor: pointer;
  display: block;
}

.brandmark-footer.hide.w--current {
  display: none;
}

.pricecard_2025-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.pricecard_2025-first-panel {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.pricecards_2025-brand-cards {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--swatch--soft-black);
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 10px #0000001a;
}

.pricecards_2025-inner-container {
  padding-left: 10px;
  padding-right: 10px;
}

.pricecards_2025-inner-container.hours-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pricecards_2025-hourly-permonth {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-align: center;
  background-color: #303030;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 15px 12px;
  display: flex;
}

.pricecards_2025-per-hours-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.pricecards_2025-inner-container-copy {
  padding-left: 10px;
  padding-right: 10px;
}

.pricecards_2025-inner-container-copy.once-off-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.u-txt-semi-bold {
  font-weight: 600;
}

.fs-consent_prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.text-weight-bold {
  font-weight: 600;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xxsmall, .margin-bottom.margin-medium, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.hide {
  display: none;
}

.what-included-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: grid;
}

.what-included-item.hide {
  display: none;
}

.sunshine-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-20 {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-21 {
  z-index: 5;
  background-color: var(--swatch--light-black);
  outline-color: var(--swatch--cream);
  outline-offset: 0px;
  text-align: center;
  border-radius: 24px;
  outline-width: 2px;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px #0003;
}

.div-block-21.hide {
  display: none;
}

.absolute-custom-packages {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--swatch--wheat), #fff0 70%);
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.custom-package-text-wrap {
  z-index: 5;
  position: relative;
}

.custom-package-text {
  font-family: var(--swatch--font-headings);
  color: var(--swatch--pure-white);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.image-8 {
  opacity: .2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.service_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.service_link-block {
  border-bottom: 1px solid var(--swatch--orange);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.service_list {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
}

.services_link-text {
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-white {
  color: var(--fixed--white-text);
}

.service-description-container {
  max-width: 800px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.service-descriptions {
  padding-top: 5px;
  padding-bottom: 5px;
}

.fs-consent_component {
  display: none;
}

.fs-consent_banner {
  z-index: 9998;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0006;
  border-radius: 12px;
  max-width: 45rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  color: var(--fixed--white-text);
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: var(--swatch--orange);
  font-family: var(--swatch--font-headings);
  border-radius: 8px;
  padding: .8rem 1.2rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_allow {
  background-color: var(--swatch--orange);
  font-family: var(--swatch--font-headings);
  color: #fff;
  border-radius: 8px;
  padding: .8rem 1.2rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  background-color: var(--swatch--light-black);
  color: #fff;
  cursor: pointer;
  border-bottom-left-radius: 12px;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fs-consent_decline {
  background-color: var(--swatch--light-black);
  font-family: var(--swatch--font-headings);
  color: var(--swatch--pure-white);
  border-radius: 8px;
  padding: .8rem 1.2rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0006;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_prefs_link {
  border-bottom: 1px solid var(--fixed--white-text);
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  line-height: 1;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  margin-bottom: 0;
  margin-right: .75rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: .9rem;
}

.fs-consent_checkbox_row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-consent_prefs_checkbox-label {
  display: none;
}

.fs-consent_prefs_checkbox-toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.bold-text-2 {
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  font-size: .9rem;
  line-height: 0;
}

.section-wrapper {
  overflow: hidden;
}

.mw-plans-header {
  max-width: 800px;
}

.navbar_link {
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
}

.navbar_link:hover {
  color: var(--swatch--orange);
  transform: translate(0, -2px);
}

.navbar_link.w--current {
  color: var(--color--primary-button-background);
}

.navbar_link.text-color-black {
  color: #000;
}

.navbar_link.text-color-black:hover {
  color: #ff5b23;
}

.navbar_link.text-color-black.text-invert.black-219 {
  color: #fff;
}

.navbar_link.text-color-black.text-invert.black-219:hover {
  color: #ff5b23;
}

.navbar_2026 {
  background-color: var(--swatch--soft-black);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_2026.black.black-2 {
  background-color: #000;
}

.navbar-social-icons {
  color: #ff5b23;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.navbar6_dropdown-content-wrapper {
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar6_dropdown-content-wrapper.z-index-1 {
  grid-row-gap: 1rem;
  grid-row-gap: 1rem;
}

.navbar6_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.text-size-small {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 140%;
}

.text-size-small.text-weight-semibold.black.black-217 {
  color: #fff;
}

.navbar_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  color: var(--fixed--white-text);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navbar_dropdown-link:hover {
  color: var(--swatch--orange);
  transform: translate(0, -2px);
}

.navbar_dropdown-link.text-color-black.hover-affect {
  transition: all .2s;
}

.navbar_dropdown-link.text-color-black.hover-affect:hover {
  transform: translate(0, -2px);
}

.navbar_dropdown-link.text-color-black.hover-affect-copy {
  transition: all .2s;
}

.navbar_dropdown-link.text-color-black.hover-affect-copy:hover {
  transform: translate(0, -2px);
}

.navbar_dropdown-link.hide {
  display: none;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 140%;
}

.text-size-tiny.black.black-218 {
  color: #fff;
}

.text-size-tiny.text-color-black {
  color: #000;
}

.text-size-tiny.text-color-black.invert-text-color.black-226, .text-size-tiny.black.black-218, .text-size-tiny.black.black-218 {
  color: #fff;
}

.navbar_item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar6_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar6_container.black-183 {
  position: relative;
}

.navbar6_logo-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 15px 0;
  display: flex;
}

.navbar6_logo-link.w--current {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar6_logo-link.black-4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_menu-button-white {
  padding: 0;
}

.navbar_link-container {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template: "." max-content
                 "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.navbar6_dropdown-toggle {
  grid-column-gap: .5rem;
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  align-items: center;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.navbar6_dropdown-toggle:hover {
  color: var(--swatch--orange);
  transform: translate(0, -2px);
}

.navbar6_dropdown-toggle.text-color-black.text-color-white.black-180 {
  color: #fff;
}

.navbar6_dropdown-toggle.hide {
  display: none;
}

.navbar6_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar6_menu.black.black-6 {
  justify-content: flex-end;
}

.navbar6_dropdown-background-layer {
  background-color: #fff;
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar6_dropdown-background-layer.background-color-secondary {
  background-color: #f2f2f2;
}

.navbar6_dropdown-background-layer.background-color-secondary.black.black-178 {
  background-color: #141414;
}

.navbar6_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.navbar6_dropdown-content-left.black {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.navbar6_dropdown-content-left.black.black-185 {
  background-color: #1e1e1e;
}

.navbar_service-icons {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.navbar_service-icons.social {
  color: var(--color--primary-button-background);
}

.navbar6_dropdown-list {
  background-color: #fff;
  display: none;
}

.navbar6_dropdown-list.w--open {
  background-color: var(--swatch--deep-black);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar6_dropdown-list.black-182 {
  background-color: #1e1e1e;
}

.navbar6_dropdown-list.black.black-13, .navbar6_dropdown-list.black-182 {
  background-color: #1e1e1e;
}

.navbar6_dropdown-list.black {
  z-index: 100;
  background-color: #fff;
}

.navbar6_dropdown-list.black.black-13 {
  background-color: #1e1e1e;
}

.navbar6_dropdown-column.position-x1 {
  position: relative;
}

.navbar6_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar6_dropdown-content.black-184 {
  background-color: #fff;
}

.navbar6_dropdown-content.black.black-15 {
  background-color: #000;
}

.navbar_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.navbar_menu-dropdown.black-179 {
  margin-left: 0;
  margin-right: 0;
}

.navbar6_menu-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar6_dropdown-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 20rem;
  padding: 2rem;
  position: relative;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: none;
}

.navbar6_icon-wrapper {
  flex: none;
}

.navbar6_icon-wrapper.hide.black-214 {
  display: flex;
}

.text-size-regular {
  color: #333;
  background-color: #0000;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 140%;
}

.text-size-regular.text-weight-semibold.colour-black.black-19, .text-size-regular.text-weight-semibold.black.black-152 {
  color: #fff;
}

.text-size-regular.text-weight-semibold {
  color: #333;
  -webkit-text-stroke-color: white;
}

.text-size-regular.text-weight-semibold.colour-black.black-19, .text-size-regular.text-weight-semibold.black.black-152, .text-size-regular.text-weight-semibold.colour-black.black-19, .text-size-regular.text-weight-semibold.colour-black.black-19, .text-size-regular.text-weight-semibold.black.black-152, .text-size-regular.text-weight-semibold.black.black-152 {
  color: #fff;
}

.navbar_wordmark {
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.image-9 {
  height: 1rem;
}

.link {
  font-weight: 600;
  text-decoration: none;
}

.navbar_head-text {
  z-index: 20;
  font-family: var(--swatch--font-headings);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.navbar_head-text.u-txt-black {
  color: var(--color--secondary-button-background);
}

.navbar_head-text.custom-timelines-days {
  opacity: .5;
  font-size: .7rem;
}

.navbar_head-text.custom-serivce-titles {
  font-size: .7rem;
}

.navbar_head-text.u-txt-bold {
  font-weight: 600;
}

.navbar_head-text.u-txt-bold.u-text-align-center {
  text-align: center;
}

.navbar_head-text.u-txt-bold.u-text-align-center.fixed-white-text, .navbar_head-text.u-txt-bold.text-secondary-button, .navbar_head-text.fixed-white-text {
  color: var(--fixed--white-text);
}

.navbar_head-text.fixed-white-text.portfolio-type, .navbar_head-text._0-7 {
  font-size: .7rem;
}

.navbar_desc-text {
  z-index: 20;
  font-family: var(--swatch--font-headings);
  font-size: .7rem;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.navbar_desc-text.u-txt-black {
  color: var(--color--secondary-button-background);
}

.navbar_desc-text.custom-timelines-days {
  opacity: .5;
  font-size: .7rem;
}

.navbar_desc-text.custom-serivce-titles {
  font-size: .7rem;
}

.navbar_desc-text.u-txt-bold {
  font-weight: 600;
}

.navbar_desc-text.u-txt-bold.u-text-align-center {
  text-align: center;
}

.navbar_desc-text.u-txt-bold.u-text-align-center.fixed-white-text, .navbar_desc-text.u-txt-bold.text-secondary-button, .navbar_desc-text.fixed-white-text {
  color: var(--fixed--white-text);
}

.navbar_desc-text.fixed-white-text.portfolio-type, .navbar_desc-text._0-7 {
  font-size: .7rem;
}

.footer_link-text {
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  padding: 10px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.footer_link-text:hover {
  color: var(--swatch--orange);
  transform: translate(0, -3px);
}

@media screen and (min-width: 1280px) {
  .section.hero {
    background-color: var(--swatch--very-black);
    background-color: var(--swatch--very-black);
  }

  .hero-sample-work-wrapper {
    width: 90%;
    max-width: 1000px;
    height: auto;
  }

  .hero-showcase-wrapper {
    height: auto;
  }

  .paragraph-ultra-small.u-text-white.carousel {
    white-space: nowrap;
    white-space: nowrap;
    white-space: nowrap;
  }

  .bkg-gradient-blur {
    width: 700px;
  }

  .bm_services-wrapper {
    max-width: 1200px;
  }

  .bm_service-cards-img-container {
    max-height: 400px;
  }

  .service_list-bkg-glow {
    width: 700px;
  }

  .fs-marquee-logo_item {
    width: 120px;
  }

  .lottie-animation {
    margin-bottom: -.5rem;
  }

  .about-me-container.hide {
    display: none;
  }

  .portfolio-cotaniner.desktop {
    max-width: 1200px;
  }

  .port-column-item {
    min-height: 500px;
  }

  .portfolio_2026.odd {
    display: flex;
  }

  .portfolio_2026.even {
    display: none;
  }

  .port-item {
    min-height: 500px;
  }

  .fs-marquee-service_item {
    width: 120px;
  }

  .wip-grid {
    height: 800px;
  }

  .spacer-10-2 {
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mw-plans-header {
    max-width: 1000px;
  }

  .text-size-small {
    font-size: .95rem;
  }

  .text-size-tiny {
    font-size: .8rem;
  }

  .text-size-regular {
    font-size: 1.15rem;
  }

  .text-size-regular.text-weight-semibold {
    color: #333;
  }

  .text-size-regular-2 {
    font-size: 1.15rem;
  }

  .text-size-small-2 {
    font-size: .95rem;
  }

  .sunlight_container {
    bottom: -150px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    ---mode--collection-a475cb82-4ebc-7b23-5c75-de88dde55e69: mode-c4168f3a-4df3-aac0-1258-a31ce6aadaa6;
  }

  .paragraph-large {
    font-size: 1.7rem;
  }

  .paragraph-standard {
    font-size: 1.5rem;
  }

  .paragraph-small, .paragraph-small.about, .paragraph-small.about {
    font-size: 1.25rem;
  }

  .paragraph-ultrasmall {
    font-size: 1.1rem;
  }

  .bkg-gradient-blur {
    width: 800px;
    height: 300px;
  }

  .paragraph-ultra-large {
    font-size: 1.9rem;
  }

  .portfolio_2026.even {
    display: none;
  }

  .port-item {
    min-height: 550px;
  }

  .paragraph-small-2 {
    font-size: 1.25rem;
  }

  .paragraph-standard-2 {
    font-size: 1.5rem;
  }

  .paragraph-large-2 {
    font-size: 1.7rem;
  }

  .text-size-small {
    font-size: 1rem;
  }

  .text-size-tiny {
    font-size: .85rem;
  }

  .text-size-regular {
    font-size: 1.2rem;
  }

  .text-size-regular.text-weight-semibold {
    color: #333;
  }

  .text-size-regular-2 {
    font-size: 1.2rem;
  }

  .text-size-small-2 {
    font-size: 1rem;
  }

  .sunlight_container {
    bottom: -200px;
  }

  .navbar_head-text, .navbar_desc-text {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-large.about-section {
    font-size: 1.75rem;
  }

  .paragraph-small.about {
    font-size: 1.5rem;
  }

  .paragraph-ultrasmall.u-txt-bold.u-text-align-center.u-text-white.portfolio {
    font-size: 1.3rem;
  }

  .paragraph-ultrasmall.u-text-white.portfolio {
    font-size: 1.1rem;
  }

  .button-primary, .button-secondary {
    font-size: 1.25rem;
  }

  .hero-sample-work-wrapper {
    max-width: 1200px;
  }

  .usp-animations {
    align-items: center;
  }

  .port-img {
    width: 500px;
  }

  .cta-wrapper.horizontal-grid-3, .cta-wrapper.horizontal-grid-2, .cta-wrapper.horizontal-grid-4, .cta-wrapper.horizontal-grid-3, .cta-wrapper.horizontal-grid-2, .cta-wrapper.horizontal-grid-4 {
    flex-flow: row;
  }

  .testimonials-wrapper, .hero-showcase-wrapper {
    max-width: 1200px;
  }

  .paragraph-ultra-small.portfolio-project-type-container.u-text-white.portfolio {
    font-size: 1.1rem;
  }

  .bkg-gradient-blur {
    width: 1000px;
  }

  .bm_service-cards-img-container {
    max-height: 550px;
  }

  .service_list-bkg-glow {
    width: 1000px;
  }

  .fs-marquee-logo_instance.hero {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .fs-marquee-logo_item {
    width: 150px;
  }

  .services-container {
    align-items: center;
  }

  .portfolio_2026.odd {
    display: none;
  }

  .portfolio_2026.even {
    display: flex;
  }

  .stats_wrapper {
    align-items: center;
  }

  .fs-marquee-service_item {
    width: 150px;
  }

  .wip-grid {
    height: 1000px;
  }

  .service_list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-size-small {
    font-size: 1.05rem;
  }

  .text-size-tiny {
    font-size: .9rem;
  }

  .text-size-regular {
    word-break: normal;
    font-size: 1.3rem;
  }

  .text-size-regular.text-weight-semibold {
    color: #333;
  }

  .text-size-regular-2 {
    font-size: 1.3rem;
  }

  .text-size-small-2 {
    font-size: 1.05rem;
  }

  .background-light {
    width: 800px;
    height: 800px;
  }

  .sunlight_container {
    bottom: -300px;
  }

  .background_hero-animation {
    width: 800px;
    height: 800px;
  }

  .navbar_head-text.u-txt-bold.u-text-align-center.u-text-white.portfolio {
    font-size: 1.3rem;
  }

  .navbar_head-text.u-text-white.portfolio {
    font-size: 1.1rem;
  }

  .navbar_desc-text.u-txt-bold.u-text-align-center.u-text-white.portfolio {
    font-size: 1.3rem;
  }

  .navbar_desc-text.u-text-white.portfolio {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 4rem;
  }

  h3 {
    font-size: 3.2rem;
  }

  h4 {
    font-size: 2.4rem;
  }

  h5 {
    font-size: 1.8rem;
  }

  .h2 {
    font-size: 5rem;
  }

  .h1 {
    font-size: 6rem;
  }

  .h3 {
    font-size: 4rem;
  }

  .paragraph-small.no-underline {
    text-decoration: none;
  }

  .paragraph-small.no-underline:hover {
    color: var(--swatch--orange);
  }

  .paragraph-ultrasmall.hide-mobile {
    display: none;
  }

  .mw-600.custom-tablet {
    max-width: 450px;
  }

  .info-block-trigger {
    order: 1;
  }

  .deliverable-container {
    flex: 1;
    order: -1;
  }

  .cms-pricing-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .h5 {
    font-size: 2.25rem;
  }

  .cms-service-list, .testimonials-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .port-row-item-container {
    width: 15rem;
    min-height: 12.5rem;
  }

  .port-info-container {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
  }

  .port-section-img {
    height: 600px;
  }

  .hero-showcase-wrapper {
    margin-top: -5rem;
  }

  .blog_card-col-item {
    width: 100%;
  }

  .paragraph-medium {
    font-size: 1.25rem;
  }

  .blog_cards-col-list {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-ultra-small {
    font-size: .8rem;
  }

  .cms_blog-info-container {
    width: 100%;
  }

  .sticky-wrapper {
    display: none;
  }

  .relative-wrapper {
    display: block;
  }

  .blog_post-container {
    flex-flow: column;
    display: flex;
  }

  .content-guide-links-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: var(--swatch--soft-black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon2_line-top {
    background-color: var(--swatch--soft-black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu {
    background-color: var(--color--background);
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_component {
    z-index: 1000;
    background-color: var(--color--background);
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: var(--swatch--soft-black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle-inner {
    background-color: var(--swatch--pure-white);
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-link {
    text-align: center;
    font-size: 1.25rem;
  }

  .bkg-gradient-blur {
    width: 400px;
  }

  .bm_service-cards {
    top: 50px;
  }

  .hero-header-break {
    max-width: 400px;
  }

  .service_list-bkg-glow {
    width: 400px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .port-column-item {
    width: 14rem;
    min-height: 20rem;
  }

  .sunshine-svg {
    transform: scale(1.5);
  }

  .portfolio_2026.odd {
    display: flex;
  }

  .port-col-list {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
  }

  .port-item {
    min-height: 20rem;
  }

  .nav_button-2025.last {
    margin-right: 0;
  }

  .fs-numbercount_number, .stats-figure-number.show, .stats-figure-number.show {
    font-size: 3rem;
  }

  .stats_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .about-heading-text {
    font-size: 2.4rem;
  }

  .padding-global-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta38_link-image-wrapper {
    z-index: -1;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .services_link-text {
    font-size: 3.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact18_grid-list {
    grid-column-gap: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-consent_banner {
    display: flex;
  }

  .fs-consent_prefs {
    display: none;
  }

  .navbar__container {
    z-index: 1;
    background-color: var(--swatch--fur);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .navmenu__dropdown-container {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
  }

  .navmenu__dropdown-container.cc-mobile {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar__navmenu-mobile {
    display: flex;
  }

  .link-list__dropdown-toggle {
    z-index: 1;
    background-color: #fff;
    flex: 1;
    justify-content: space-between;
    width: 100%;
  }

  .link-list__dropdown-toggle:hover, .link-list__dropdown-toggle.w--open {
    box-shadow: none;
  }

  .navmenu__button-icon {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .navbar__mobile-overlay {
    z-index: 1;
    background-color: var(--swatch--fur);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .navmenu__dropdown-right {
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .navmenu__dropdown {
    position: relative;
    top: 0%;
    overflow: hidden;
  }

  .navmenu__dropdown.w--open {
    border-top-style: none;
    border-bottom-style: none;
    max-height: none;
    padding-bottom: 20px;
    position: relative;
    top: 0%;
    overflow: visible;
  }

  .navmenu__flex-container {
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
  }

  .link-list__list-item {
    z-index: 1;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    list-style-type: none;
    position: relative;
  }

  .link-list__list-item.cc-first {
    z-index: 2;
    z-index: 2;
    align-self: flex-start;
  }

  .link-list__link {
    flex: 1;
  }

  .link-list__link:hover {
    box-shadow: none;
  }

  .button {
    flex: 1;
    justify-content: center;
  }

  .button.cc-navbar.cc-secondary {
    margin-right: 12px;
  }

  .navmenu__dropdown-section {
    margin-bottom: 32px;
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nav-menu__cta-button {
    flex: 1;
    justify-content: center;
  }

  .navmenu__dropdown-block {
    border: 1px solid #e4e4e4;
    padding-left: 32px;
    padding-right: 32px;
  }

  .navmenu__cta-wrapper {
    margin-top: auto;
    padding: 20px;
  }

  .navmenu__cta-wrapper.cc-mobile {
    z-index: 1;
    z-index: 1;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .brand {
    z-index: 1;
  }

  .navbar__navmenu {
    z-index: 0;
    background-color: var(--swatch--fur);
    height: 100vh;
    margin-left: 0;
    transition-property: none;
    position: absolute;
    inset: 100% 0% 0%;
    overflow: hidden;
    transform: translate(0);
  }

  .navmenu__dropdown-banner-link {
    border: 1px solid #e4e4e4;
  }

  .navmenu__link-list {
    border-bottom: 1px solid #e4e4e4;
    flex-direction: column;
    flex: 1;
    overflow: auto;
  }

  .navmenu__button {
    z-index: 1;
    cursor: pointer;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: -20px;
    padding: 22px 16px 18px;
    font-size: 24px;
    display: block;
    position: relative;
  }

  .link-list__dropdown-wrapper {
    text-align: left;
    flex-direction: column;
    flex: none;
    order: -9999;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navmenu__dropdown-left {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .nav_button-2026.last {
    margin-right: 0;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle-inner.white.black-233 {
    background-color: #fff;
  }

  .navbar6_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar6_menu-right.black-220 {
    margin-left: 5%;
  }

  .text-size-small {
    font-size: .85rem;
  }

  .text-size-tiny {
    font-size: .725rem;
  }

  .navbar_menu-button-white.w--open {
    background-color: #0000;
  }

  .navbar6_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar6_menu {
    background-color: var(--swatch--very-black);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar6_menu.black.black-6 {
    background-color: #000;
    padding-left: 0%;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-top.navbar-white.black.black-231 {
    background-color: #fff;
  }

  .menu-icon1_line-top.navbar-white {
    background-color: #000;
  }

  .navbar6_dropdown-background-layer {
    min-width: 100%;
  }

  .navbar6_dropdown-content-left {
    background-color: var(--swatch--soft-black);
    border-radius: 12px;
    overflow: hidden;
  }

  .navbar6_dropdown-content-left.black.black-185 {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom.navbar-white.black.black-234 {
    background-color: #fff;
  }

  .menu-icon1_line-bottom.navbar-white {
    background-color: #000;
  }

  .navbar6_dropdown-list {
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .navbar6_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar6_dropdown-content {
    flex-direction: column;
  }

  .navbar6_dropdown-content.black-184, .navbar6_dropdown-content.black.black-15, .navbar6_dropdown-content.black-184, .navbar6_dropdown-content.black.black-15, .navbar6_dropdown-content.black.black-15 {
    border-radius: 24px;
  }

  .navbar_menu-dropdown {
    width: 100%;
  }

  .navbar6_menu-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar6_menu-left.black-7 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .menu-icon1_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle.navbar-white.black.black-232 {
    background-color: #fff;
  }

  .menu-icon1_line-middle.navbar-white {
    background-color: #000;
  }

  .navbar6_dropdown-content-right {
    max-width: 50rem;
    margin-bottom: 1rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .button-primary-2.is-secondary.is-small.black.black-227 {
    border-color: #fafafa;
  }

  .text-size-regular.text-weight-semibold {
    color: #333;
  }

  .menu-icon5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar6_dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .text-size-small-2 {
    font-size: .85rem;
  }

  .navbar6_dropdown-list-2 {
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .navbar6_dropdown-list-2.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar_head-text.hide-mobile, .navbar_desc-text.hide-mobile, .navbar_desc-text.hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.6rem;
  }

  .section.portfolio-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .h2 {
    font-size: 4rem;
  }

  .h1 {
    font-size: 5rem;
  }

  .h3 {
    font-size: 3rem;
  }

  .paragraph-large {
    font-size: 1.5rem;
  }

  .paragraph-standard {
    font-size: 1.25rem;
  }

  .paragraph-standard.hide-mobile {
    display: none;
  }

  .paragraph-small {
    font-size: 1rem;
  }

  .paragraph-ultrasmall.u-text-white.portfolio {
    font-size: .7rem;
  }

  .hero-sample-work-wrapper {
    height: 300px;
  }

  .usp-animations {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .port-img {
    width: 400px;
  }

  .cta-wrapper.horizontal-grid-3.mobile {
    grid-template-columns: 1fr;
  }

  .brand-cards {
    max-width: 450px;
  }

  .tstm-client-image {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .tstm-client-img-container {
    margin-right: 0;
  }

  .tstm-client-container {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .testimonial-card {
    max-width: 220px;
    padding: 1.5rem;
  }

  .portfolio-wrapper.full-desktop {
    display: none;
  }

  .h5 {
    font-size: 1.5rem;
  }

  .h5.u-txt-bold.price-card-titles {
    font-size: 2.3rem;
  }

  .h5.u-txt-bold.price-card-price {
    font-size: 2rem;
  }

  .collection-item {
    width: 100%;
    max-width: 400px;
  }

  .testimonials-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .nav-buttons-container {
    max-width: 100%;
  }

  .nav-buttons-container.menu-wrap {
    max-width: 90%;
  }

  .logo-carousel-overlay-left, .logo-carousel-overlay-right {
    width: 150px;
  }

  .portfolio-row.mobile-hide {
    display: none;
  }

  .port-section-img {
    height: 400px;
  }

  .rich-text p {
    font-size: 1.25rem;
  }

  .price-card-inner-wrap {
    flex-flow: column;
  }

  .info-cards {
    max-width: 450px;
  }

  .blog_cards-col-list {
    grid-template-columns: 1fr 1fr;
  }

  .sticky-wrapper {
    display: none;
  }

  .relative-wrapper {
    display: block;
  }

  .fs-socialshare_wrapper-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog_post-container {
    grid-template-columns: 1fr;
    display: flex;
  }

  .desktop-sticky-links {
    display: none;
  }

  .custom-mw-buy-a-plan {
    max-width: 100px;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .bkg-gradient-blur {
    width: 300px;
  }

  .bkg-gradient-blur.pricing-cards {
    height: 500px;
  }

  .paragraph-ultra-large {
    font-size: 1.5rem;
  }

  .bm_service-cards {
    grid-auto-columns: 1fr;
    top: 50px;
  }

  .bm_service-cards-container {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }

  .bm_service-cards-img.xxl {
    transform: translate(8rem)rotate(-15deg)scale(2);
  }

  .hero-header-break {
    max-width: 350px;
  }

  .service_list-bkg-glow {
    width: 300px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .lottie-animation.desktop-tablet {
    display: none;
  }

  .lottie-animation.mobile {
    display: block;
  }

  .hero-dreyghun-img {
    width: 100%;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-cotaniner.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .portfolio-cotaniner.desktop {
    display: none;
  }

  .port-column-col-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .port-column-item {
    width: 100%;
  }

  .services-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dreyghun-footer-image {
    max-width: 400px;
  }

  .portfolio_2026.odd {
    display: flex;
  }

  .portfolio_2026.even {
    display: none;
  }

  .port-col-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .port-item {
    width: 100%;
  }

  .nav_button-2025 {
    font-size: .7rem;
  }

  .stats_wrapper {
    grid-template-columns: 1fr;
  }

  .timeline10_circle {
    margin-top: 2.25rem;
  }

  .div-block-20 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr 1fr;
  }

  .showreel-wrapper-2 {
    height: 400px;
  }

  .cta-bkg-img {
    transform: translate(0);
  }

  .cta-bkg-img.tablet-mobile {
    object-fit: contain;
    display: block;
    transform: rotate(45deg)translate(0);
  }

  .cta-bkg-img.dekstop {
    display: none;
  }

  .about_img-overlay, .about_img-overlay-right {
    background-image: linear-gradient(180deg, #0000 50%, var(--color--cards-bkg-bright));
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .service_link-block {
    justify-content: center;
    align-items: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .service-link-text {
    margin-right: 1.5rem;
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .services_link-text {
    font-size: 2.25rem;
  }

  .paragraph-small-2 {
    font-size: 1rem;
  }

  .paragraph-standard-2 {
    font-size: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-large-2 {
    font-size: 1.5rem;
  }

  .contact18_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .lottie-animation-2 {
    width: 70%;
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .nav_button-2026 {
    font-size: .7rem;
  }

  .navbar_2026 {
    min-height: 4rem;
  }

  .text-size-small {
    font-size: .8rem;
  }

  .text-size-tiny {
    font-size: .7rem;
  }

  .navbar_link-container {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar6_menu {
    padding-bottom: 6rem;
  }

  .navbar6_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar6_dropdown-content-right {
    padding: 1.5rem;
  }

  .text-size-regular.text-weight-semibold {
    color: #333;
  }

  .navbar-3 {
    min-height: 4rem;
  }

  .navbar6_dropdown-link-list-2 {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .text-size-small-2 {
    font-size: .8rem;
  }

  .background-light {
    width: 80vh;
    height: 80vh;
  }

  .hero_background-blur {
    width: 70vw;
    height: 70vw;
  }

  .background-sun {
    width: 100%;
  }

  .sunlight_container {
    bottom: 0;
  }

  .background_hero-animation {
    width: 80vh;
    height: 80vh;
  }

  .navbar_head-text.u-text-white.portfolio, .navbar_desc-text.u-text-white.portfolio, .navbar_desc-text.u-text-white.portfolio, .navbar_desc-text.u-text-white.portfolio {
    font-size: .7rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  .section.top-padding-50.hero-mobile-padding {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .section.portfolio-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h2 {
    font-size: 3rem;
  }

  .h1 {
    font-size: 3.5rem;
  }

  .h3 {
    font-size: 2.5rem;
  }

  .paragraph-large {
    font-size: 1.5rem;
  }

  .paragraph-large.about-section {
    font-size: 1.2rem;
  }

  .paragraph-standard {
    font-size: 1.25rem;
  }

  .paragraph-standard.u-txt-bold.about {
    padding-left: 10px;
  }

  .paragraph-small {
    font-size: 1.1rem;
  }

  .paragraph-small.custom-timeline {
    font-size: .9rem;
  }

  .paragraph-small.custom-timeline-headers {
    font-size: .7rem;
  }

  .paragraph-ultrasmall.custom-timelines-days, .paragraph-ultrasmall.custom-serivce-titles {
    font-size: .5rem;
  }

  .paragraph-ultrasmall.custom-timelines-days, .paragraph-ultrasmall.custom-serivce-titles {
    font-size: .5rem;
  }

  .paragraph-ultrasmall.hide-mobile {
    display: none;
  }

  .spacer-50.show-mobile-only {
    display: block;
  }

  .button-primary.navbar {
    padding: 8px 14px;
    font-size: .9rem;
  }

  .button-primary.navbar.custom-responsive {
    display: none;
  }

  .button-secondary.tab-buttons {
    padding: 12px 16px;
    font-size: 1.1rem;
  }

  .button-secondary.nav-custom-responsive {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
  }

  .hero-sample-work-wrapper {
    display: none;
  }

  .usp-animations {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .usp-animations._4-hire {
    grid-template-columns: 1fr;
  }

  .available-services-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .port-img {
    width: 350px;
  }

  .logo-sp {
    width: 120px;
  }

  .cta-wrapper {
    flex-flow: column;
  }

  .cta-wrapper.horizontal-grid-3.mobile {
    grid-template-columns: 1fr;
  }

  .cta-wrapper.horizontal-grid-3.footer {
    flex-flow: column;
    display: flex;
  }

  .cta-wrapper.horizontal-grid-2.mobile {
    grid-template-columns: 1fr;
  }

  .cta-wrapper.horizontal-grid-2.footer {
    flex-flow: column;
    display: flex;
  }

  .cta-wrapper.horizontal-grid-4.mobile {
    grid-template-columns: 1fr;
  }

  .cta-wrapper.horizontal-grid-4.footer {
    flex-flow: column;
    display: flex;
  }

  .tick-icon {
    width: 24px;
  }

  .brand-cards {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .acc-bottom-padding.blog {
    padding-top: 5px;
  }

  .acc-top.blog {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .acc-top.about, .footer-links-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .tstm-client-image {
    width: 2.5rem;
    height: 2.5rem;
  }

  .testimonial-card {
    max-width: 300px;
  }

  .includes-items-wrapper {
    align-items: center;
  }

  .h5 {
    font-size: 1.5rem;
  }

  .h5.u-txt-bold.price-card-titles {
    font-size: 2.2rem;
  }

  .cms-service-list {
    grid-template-columns: 1fr;
  }

  .testimonials-wrapper {
    margin-top: 0;
  }

  .nav-buttons-container.menu-wrap {
    max-width: 90%;
  }

  .logo-carousel-overlay-left, .logo-carousel-overlay-right {
    width: 100px;
  }

  .portfolio-showcase-wrapper, .port-row-col-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .port-row-item-container {
    border-radius: 8px;
    width: 10rem;
    min-height: 300px;
  }

  .port-info-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .port-lightbox {
    height: auto;
    position: relative;
  }

  .port-section-img {
    width: auto;
    height: auto;
  }

  .hero-image-desktop {
    display: none;
  }

  .hero-image-mobile {
    z-index: 2;
    display: block;
  }

  .info-cards {
    min-width: auto;
  }

  .blog_cards-col-list {
    grid-template-columns: 1fr;
  }

  .paragraph-ultra-small.portfolio-project-type-container.u-text-white.portfolio {
    font-size: .7rem;
  }

  .cms_blog-info-container {
    min-height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fs-socialshare_link {
    font-weight: 600;
  }

  .fs-socialshare_wrapper-grid {
    grid-template-columns: 1fr;
  }

  .captcha-wrapper {
    height: 120px;
    overflow: hidden;
  }

  .cta-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .input-label {
    display: inline-flex;
  }

  .recaptcha {
    position: absolute;
  }

  .custom-mw-buy-a-plan {
    max-width: 250px;
  }

  .bkg-gradient-blur {
    filter: blur(100px);
    width: 200px;
    height: 300px;
  }

  .bkg-gradient-blur.pricing-cards {
    width: 300px;
    height: 800px;
  }

  .paragraph-ultra-large {
    font-size: 1.5rem;
  }

  .style-guide {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pricecards_2025-brand-cards {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bm_service-cards {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    top: 25px;
  }

  .bm_service-cards-container {
    text-align: center;
    padding: 20px;
  }

  .bm_service-cards-img.xxl {
    transform: translate(0, -8rem)rotate(-15deg)scale(2);
  }

  .bm_service-cards-img-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    position: relative;
  }

  .hero-header-break {
    max-width: 300px;
  }

  .service-list-description-container {
    max-width: 100%;
  }

  .fs-marquee-logo_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .fs-marquee-logo_item {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr;
  }

  .portfolio-wrapper-2024 {
    padding-top: 3rem;
  }

  .portfolio-cotaniner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .portfolio-cotaniner.mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .port-column-col-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .port-column-item {
    border-radius: 8px;
    min-height: 300px;
  }

  .port-info-title {
    margin-bottom: 0;
  }

  .u-txt-services-heading {
    font-size: 1.5rem;
  }

  .services-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .services-header-icon {
    height: 50px;
  }

  .sunshine-svg {
    transform: scale(2);
  }

  .portfolio_2026, .portfolio_2026.odd {
    display: none;
  }

  .portfolio_2026.even, .portfolio_2026.mobile {
    display: flex;
  }

  .portfolio_2026.odd {
    display: none;
  }

  .portfolio_2026.even, .portfolio_2026.mobile {
    display: flex;
  }

  .port-col-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .port-item {
    min-height: 300px;
  }

  .nav_button-2025.trigger:hover {
    transform: none;
  }

  .fs-numbercount_number, .stats-figure-number.show, .stats-figure-number.show {
    font-size: 2.6rem;
  }

  .stats_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-heading-text {
    font-size: 1.8rem;
  }

  .fs-marquee-service_item {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .showreel-wrapper-2 {
    height: 100vh;
  }

  .background-video-2 {
    display: none;
  }

  .background-video-mobile {
    filter: brightness(120%);
    width: 100%;
    height: 100%;
    display: block;
  }

  .wip-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-22 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .transition {
    display: none;
  }

  .transition-logo-img {
    margin-bottom: 5rem;
  }

  .transition-dreyghun {
    margin-bottom: 100px;
  }

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

  .paragraph-small-2 {
    font-size: 1.1rem;
  }

  .contact2_form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .paragraph-standard-2 {
    font-size: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-large-2 {
    font-size: 1.5rem;
  }

  .div-block-15 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form_radio-2col {
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .navmenu__dropdown-section-link {
    flex-direction: column;
  }

  .navmenu__dropdown-right {
    padding-top: 28px;
    padding-bottom: 12px;
  }

  .navmenu__dropdown-section-link-icon {
    margin-bottom: 24px;
    transform: none;
  }

  .button.cc-navbar.cc-secondary {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .navmenu__dropdown-section-list {
    grid-row-gap: 24px;
  }

  .navmenu__dropdown-section-link-description {
    margin-top: 4px;
  }

  .navmenu__dropdown-block {
    border-bottom-width: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navmenu__cta-wrapper {
    flex-direction: column;
  }

  .navmenu__dropdown-left {
    padding-bottom: 32px;
  }

  .nav_button-2026.trigger:hover {
    transform: none;
  }

  .navbar_2026 {
    min-height: 4.5rem;
  }

  .navbar6_dropdown-content-wrapper {
    width: 100%;
  }

  .text-size-small {
    color: #333;
  }

  .text-size-small.text-weight-semibold {
    color: #000;
  }

  .navbar_dropdown-link {
    padding-left: 0;
  }

  .navbar_link-container {
    grid-row-gap: .5rem;
  }

  .navbar6_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .navbar6_dropdown-content-right {
    max-width: none;
  }

  .text-size-regular.text-weight-semibold {
    color: #333;
  }

  .navbar6_dropdown-link-list-2 {
    grid-row-gap: .5rem;
  }

  .background-light {
    width: 100vw;
    height: 100vw;
  }

  .sun-block {
    width: 70vw;
    height: 70vw;
  }

  .background_hero-animation {
    width: 100vw;
    height: 100vw;
  }

  .navbar_head-text.custom-timelines-days, .navbar_head-text.custom-serivce-titles {
    font-size: .5rem;
  }

  .navbar_head-text.custom-timelines-days, .navbar_head-text.custom-serivce-titles {
    font-size: .5rem;
  }

  .navbar_head-text.hide-mobile {
    display: none;
  }

  .navbar_desc-text.custom-timelines-days, .navbar_desc-text.custom-serivce-titles {
    font-size: .5rem;
  }

  .navbar_desc-text.custom-timelines-days, .navbar_desc-text.custom-serivce-titles {
    font-size: .5rem;
  }

  .navbar_desc-text.hide-mobile {
    display: none;
  }
}

#w-node-f1621eef-8423-2184-12e0-7619608c412c-608c4109 {
  justify-self: start;
}

#w-node-f1621eef-8423-2184-12e0-7619608c4162-608c4109 {
  justify-self: stretch;
}

#w-node-f1621eef-8423-2184-12e0-7619608c4163-608c4109 {
  order: -9999;
  justify-self: start;
}

#w-node-f1621eef-8423-2184-12e0-7619608c4166-608c4109 {
  order: 9999;
  justify-self: end;
}

#w-node-f1621eef-8423-2184-12e0-7619608c416b-608c4109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1621eef-8423-2184-12e0-7619608c416c-608c4109 {
  justify-self: start;
}

#w-node-f1621eef-8423-2184-12e0-7619608c416f-608c4109, #w-node-f1621eef-8423-2184-12e0-7619608c4178-608c4109, #w-node-f1621eef-8423-2184-12e0-7619608c4181-608c4109 {
  justify-self: end;
}

#w-node-f1621eef-8423-2184-12e0-7619608c4188-608c4109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1621eef-8423-2184-12e0-7619608c418a-608c4109, #w-node-f1621eef-8423-2184-12e0-7619608c4193-608c4109, #w-node-f1621eef-8423-2184-12e0-7619608c419d-608c4109 {
  justify-self: end;
}

#w-node-_344cf69b-282d-4e61-024a-997a0a5988a5-0a5987e6 {
  grid-area: Area;
}
