:root {
  --color--background: var(--swatch--fur);
  --swatch--font-headings: neue-haas-grotesk-display, sans-serif;
  --color--text: var(--swatch--soft-black);
  --swatch--orange: #f68500;
  --swatch--deep-black: #1d1d1d;
  --swatch--wheat: #e7d2ab;
  --swatch--soft-black: #262626;
  --swatch--fur: #f1efe6;
  --fixed--white-text: var(--swatch--pure-white);
  --color--accordion-glow: #26262680;
  --color--secondary-button-background: var(--swatch--light-black);
  --color--primary-button-text: var(--swatch--pure-white);
  --color--secondary-button-text: var(--swatch--pure-white);
  --swatch--pure-white: white;
  --color--primary-button-background: var(--swatch--orange);
  --color--white-black: #000c;
  --color--info-trigger-button-bkg: #0000001a;
  --color--cards-bkg-bright: #fffdf2;
  --untitled-ui--warning300\<deleted\|variable-15a81cb3\>: #fec84b;
  --swatch--light-black: #353535;
  --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: #f1efe600;
  --dark--secondary-button-background: var(--swatch--light-black);
  --swatch--cream: #dfdbc7;
  --color--black-client-logos: 100%;
  --fixed--black-text: var(--swatch--light-black);
  --color--primary-button-bkg-blur: #0003;
  --color--secondary-button-bkg-blur: #0003;
  --color--cards-bkg: #e7e4d6;
  --color--toggle-offset: 0rem;
  --color--toggle-button: var(--swatch--pure-white);
  --color--toggle-icon: var(--swatch--orange);
  --color--toggle-icon-dark: 100%;
  --color--toggle-icon-light: 0%;
  --color--toggle-button-background: var(--swatch--soft-black);
  --color--white-client-logos: 0%;
  --color--black-toggle-icon: 100%;
  --color--white-toggle-icon: 0%;
  --dark--background: var(--swatch--deep-black);
  --dark--text: var(--swatch--pure-white);
  --dark--primary-button-background: var(--swatch--orange);
  --dark--primary-button-text: var(--swatch--pure-white);
  --dark--primary-button-bkg-blur: #f68500;
  --dark--secondary-button-text: var(--swatch--pure-white);
  --dark--secondary-button-bkg-blur: #fff3;
  --dark--cards-bkg: var(--swatch--soft-black);
  --dark--pricing-cards-bkg-glow: var(--swatch--orange);
  --dark--toggle-offset: 1rem;
  --dark--toggle-button: var(--swatch--fur);
  --dark--toggle-icon: var(--swatch--light-black);
  --dark--toggle-icon-dark: 0%;
  --dark--toggle-icon-light: 100%;
  --dark--toggle-button-background: #424242;
  --dark--black-client-logos: 0%;
  --dark--white-client-logos: 100%;
  --dark--black-toggle-icon: 0%;
  --dark--white-toggle-icon: 100%;
  --dark--info-trigger-button-bkg: #ffffff1a;
  --dark--white-black: #fffc;
  --dark--accordion-glow: #f6850080;
  --dark--showreel-bkg-blur: var(--swatch--orange);
  --fixed--backup-card-bkg: #e7e5db;
  --cards-new: #e2e0d7;
  --swatch--pure-black: #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(--color--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}

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

h3 {
  font-family: var(--swatch--font-headings);
  color: var(--color--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(--color--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(--color--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(--color--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(--color--text);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}

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

strong {
  color: var(--swatch--deep-black);
  font-weight: 600;
}

.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.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 {
  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 {
  background-color: var(--swatch--fur);
  padding: 0 0%;
}

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

.section.cta {
  overflow: hidden;
}

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

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

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

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

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

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

.paragraph-large {
  z-index: 20;
  font-family: var(--swatch--font-headings);
  color: var(--color--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.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(--color--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, .paragraph-standard.u-txt-bold {
  font-weight: 600;
}

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

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

.paragraph-small.mp-icon {
  background-color: var(--swatch--orange);
  box-shadow: 0 2px 5px 0 var(--color--accordion-glow);
  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, .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;
}

.spacer-10 {
  height: 10px;
}

.spacer-20 {
  height: 20px;
}

.spacer-30 {
  height: 30px;
}

.spacer-50 {
  height: 50px;
}

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

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

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

.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);
  transform: translate(0, -5px);
}

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

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

.accordion-wrapper.faq-white {
  background-color: var(--color--cards-bkg-bright);
  box-shadow: none;
}

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

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

.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);
}

.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;
}

.footer-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  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 {
  text-decoration: none;
  transition: all .2s;
}

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

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

.nav-buttons-container {
  z-index: 2000;
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000001a;
  border-radius: 16px;
  max-width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.nav-buttons-container.menu-wrap {
  z-index: 1999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  z-index: 1999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 5px 10px 5px 0;
  position: relative;
}

.rich-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.rich-text p {
  color: var(--color--text);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.blog_card-col-item {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

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

.header {
  z-index: 20;
  position: relative;
}

.header.flex-vertical-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bs-cms-wrapper {
  z-index: 20;
  max-width: 1000px;
  position: relative;
}

.cms_blog-key-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.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;
}

.cms_blog-info-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
}

.cms_blog-card-heading {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cms_blog-card-wrapper {
  border: 1px solid var(--swatch--fur);
  background-color: var(--color--secondary-button-background);
  transform: scale3d(1none, 1none, 1none);
  color: #262626;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  font-family: neue-haas-grotesk-display, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cms_blog-card-wrapper:hover {
  border-color: var(--swatch--orange);
  transform: translate(0, -5px);
  box-shadow: 0 10px 20px 5px #0003;
}

.cms_blog-card-reading-time {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.cms_blog-card-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
}

.cms_blog-card-block.category {
  background-color: var(--swatch--orange);
  background-color: var(--swatch--orange);
  border-radius: 4px;
  padding: 4px 8px;
}

.blog_post-sidebar {
  flex-direction: column;
  height: auto;
  display: flex;
}

.sticky-wrapper {
  z-index: 20;
  position: sticky;
  top: 50px;
  bottom: 50px;
}

.reading-time-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

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

.mw-1000.align-spreadout {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.blog_post-body {
  max-width: 1200px;
  position: relative;
}

.relative-wrapper {
  z-index: 20;
  display: none;
}

.fs-socialshare_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #1e1e1e;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .8rem 1rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.fs-socialshare_link:hover {
  background-color: #f68500;
  background-image: linear-gradient(180deg, #0000, var(--swatch--light-black));
  color: #fff;
  transform: translate(0, -3px);
  box-shadow: 0 5px 10px #0003;
}

.blog_info-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

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

.blog-link-text {
  color: #fff;
  padding: 10px 15px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.blog-link-text.w--current {
  color: #f68500;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.blog_icon {
  max-width: 35px;
  max-height: 35px;
}

.fs-socialshare_wrapper-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.categories-container {
  color: #fff;
  background-color: #262626;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.fs-socialshare_icon {
  width: 1.25rem;
  height: 1.25rem;
}

.flex-centre {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.reading-time-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.u-align-centre {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-guide-container {
  background-color: #1e1e1e;
  padding: 15px;
}

.blog_post-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 18rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.sidebar-sticky-wrapper {
  z-index: 20;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.desktop-sticky-links {
  color: #fff;
  background-color: #1e1e1e;
}

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

.blog-category {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 0;
  display: none;
}

.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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-bottom-container {
  z-index: 100;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  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;
}

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

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

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

.blog_category-type-colour {
  background-color: var(--color--cards-bkg-bright);
  border-radius: 100px;
  width: 20px;
  height: 20px;
  box-shadow: 0 2px 5px #0003;
}

.blog_category-type-colour.orange {
  background-color: var(--swatch--orange);
}

.blog_category-type-colour.black {
  border: 1px solid var(--swatch--cream);
  background-color: var(--swatch--soft-black);
}

.blog_category-types-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.hide {
  display: none;
}

.nav_button-2025 {
  z-index: 1;
  background-color: var(--swatch--light-black);
  font-family: var(--swatch--font-headings);
  color: var(--fixed--white-text);
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 0;
  padding: 12px 22px;
  font-size: .9rem;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav_button-2025:hover {
  background-color: var(--swatch--deep-black);
  background-image: linear-gradient(180deg, var(--swatch--orange), var(--swatch--soft-black));
  transform: translate(0, -2px);
}

.nav_button-2025.hide {
  display: none;
}

.nav_button-2025.trigger {
  z-index: 2;
  margin-right: 0;
  position: absolute;
}

.nav_button-2025.trigger:hover {
  background-image: linear-gradient(180deg, var(--swatch--orange), var(--swatch--soft-black));
  transform: none;
}

.nav_button-2025.close {
  background-color: var(--swatch--orange);
  background-image: linear-gradient(0deg, var(--swatch--light-black), #fff0);
  margin-right: 0;
}

.nav_button-2025.last {
  background-image: linear-gradient(180deg, var(--swatch--light-black), var(--swatch--light-black));
}

.navbar-2025 {
  z-index: 2000;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  transform: translate(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;
}

.transition {
  z-index: 100000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  transform: none;
}

.transition-trigger {
  z-index: 20;
  padding: 0;
  display: none;
}

.transition-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.transition-bg {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.transition-color {
  background-color: var(--swatch--fur);
  width: 100%;
  height: 100%;
  position: relative;
}

.transition-color-border {
  background-color: var(--swatch--fur);
  width: 100%;
  height: 10px;
  margin-bottom: -8px;
  position: absolute;
  inset: auto 0% 0%;
}

.transition-lottie {
  width: 100%;
  margin-bottom: -5px;
  position: relative;
}

.transition-dreyghun {
  z-index: 10;
  position: relative;
}

.nav_menu-acc-wrap {
  grid-row-gap: .5rem;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  overflow: scroll;
}

.nav_menu-acc-trigger {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_trigger {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .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, .port-item {
    min-height: 500px;
  }

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

  .wip-grid {
    height: 800px;
  }
}

@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;
  }
}

@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;
  }

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

  .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;
  }
}

@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);
  }

  .port-col-list {
    grid-template-columns: 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;
  }
}

@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;
  }

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

  .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: flex-start;
    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;
  }
}

@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: 0;
  }

  .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);
  }

  .port-col-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    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;
  }
}
