@font-face {
  font-family: Master Of Break;
  src: url('../fonts/master_of_break.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #30333a;
  --color: #6482a4;
  --secondary: white;
  --primary: #dc2b35;
  --divider: var(--heading);
  --heading: #888;
  --banner-height: 810px;
  --banner-large-height: 1000px;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

a {
  text-decoration: underline;
}

.navbar {
  z-index: 99;
  object-fit: fill;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0 15px 30px;
}

.navbar-no-shadow-container.navbar-not-home-page {
  z-index: 5;
  background-color: var(--background);
  width: 100%;
  position: static;
  inset: 0% auto auto 0%;
}

.container-regular {
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  max-width: 124px;
  padding-top: 10px;
}

.navbar-brand.w--current {
  min-width: 124px;
  max-width: 7%;
}

.nav-menu-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  aspect-ratio: auto;
  outline-offset: 0px;
  object-fit: fill;
  outline: 3px #333;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.nav-link {
  color: var(--color);
  letter-spacing: .3px;
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 9.3px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #b4c2d3;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--secondary);
}

.body {
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  line-height: 20px;
}

.about {
  background-color: var(--background);
  height: auto;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 38px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.about.about-section-container {
  border-top: 7px solid var(--background);
  text-transform: none;
  width: 100%;
  height: 10%;
  padding-top: 120px;
}

.about-content {
  column-count: 1.7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 390px;
  margin-bottom: 20px;
  font-family: Master Of Break, sans-serif;
  line-height: 41px;
  display: flex;
}

.heading {
  background-color: var(--primary);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 197px;
  margin-top: -12px;
  margin-bottom: 5px;
  margin-right: 4px;
  font-family: Master Of Break, sans-serif;
  font-size: 50px;
  line-height: 75px;
  display: flex;
  transform: rotate(-9deg);
}

.text-block {
  background-color: var(--secondary);
  text-align: center;
  letter-spacing: 6px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.text-block.about-us-heading {
  color: #fff;
  letter-spacing: 6px;
  margin-top: -3px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-weight: 300;
}

.paragraph {
  background-color: var(--secondary);
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0;
  column-count: 1.7;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 5px;
  padding-left: 95px;
  padding-right: 95px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
}

.paragraph.who-section {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  column-gap: 0;
  margin-top: 5px;
  padding-top: 0;
  padding-left: 95px;
  padding-right: 95px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
}

.paragraph.who-intelligent-section {
  color: #fff;
  letter-spacing: 1.86px;
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
}

.about-2-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1170px;
  min-height: 255px;
  margin-bottom: 60px;
  display: flex;
}

.divider {
  background-color: var(--divider);
  min-width: 1px;
  max-width: 1px;
  min-height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-end;
  width: 100%;
  height: 128px;
  min-height: 128px;
  margin-bottom: 6px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.columns.two-element-column {
  max-width: 780px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.column {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  height: 100%;
  display: block;
}

.column.about-animation-section {
  padding-left: 25px;
}

.column.aboutus-post-section {
  margin-bottom: -5px;
}

.column-2 {
  height: 100%;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.column-3 {
  height: 100%;
}

.column-3.about-us-interactive-section {
  padding-left: 27px;
}

.paragraph-2 {
  color: var(--secondary);
  text-align: center;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  padding-left: 4px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.paragraph-2.about-para-sec {
  padding-top: 2px;
  padding-left: 20px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.heading-3 {
  float: none;
  color: var(--primary);
  text-align: center;
  width: 300px;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  font-family: Master Of Break, sans-serif;
  font-size: 40px;
  transform: rotate(-9deg);
}

.heading-3.about-film-section {
  padding-top: 2px;
  padding-left: 21px;
}

.heading-3.aboutus-post-content {
  margin-bottom: 16px;
}

.service-detail {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.awards {
  height: auto;
  margin-bottom: 40px;
}

.heading-4 {
  color: #888;
  text-align: center;
  letter-spacing: 6px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.columns-2 {
  height: 106px;
  margin-top: 26px;
  margin-left: 0;
  margin-right: 0;
}

.columns-2.clients-tablet-view {
  display: none;
}

.columns-2.large-sc-client-img.row-1 {
  height: auto;
  margin-left: -5px;
  margin-right: -5px;
}

.columns-3 {
  height: 106px;
  margin-left: 0;
  margin-right: 0;
}

.columns-3.large-sc-client-img {
  height: auto;
  max-height: 98px;
}

.column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.scroll-section {
  background-image: url('../images/scroll_1.webp');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  transition: opacity .2s;
  display: flex;
  position: sticky;
}

.scroll-section.haybeach-section {
  border-bottom: 1px solid var(--background);
  background-image: url('../images/scroll_1.webp');
  background-size: cover;
  background-attachment: fixed;
}

.scroll-section.haybeach-section.social-haybeach-section {
  border: 1px solid #000;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: uppercase;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-top: 145px;
  margin-bottom: 140px;
  padding-top: 0;
  display: flex;
  transform: translate(0);
}

.container-6.perfect-partner-section {
  margin-top: 140px;
  padding-bottom: 33px;
}

.heading-5 {
  text-align: center;
  letter-spacing: 4px;
  margin-top: 0;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.heading-5.treacle-working {
  margin-top: 5px;
}

.paragraph-3 {
  text-align: center;
  letter-spacing: 6px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-weight: 300;
}

.paragraph-3.bbc-heading {
  margin-bottom: 5px;
}

.paragraph-3.bbc-heading.social-page-bbd-heading {
  margin-bottom: 0;
}

.portofolio {
  background-color: var(--background);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.portofolio.portfoli-paxe {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 60px;
  display: block;
}

.container-7 {
  background-color: #0000;
  max-width: 1070px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.container-7.films-page-hero-section {
  padding-top: 165px;
  padding-bottom: 145px;
}

.container-7.films-page-hero-section.section_container {
  padding-top: 165px;
  padding-bottom: 147px;
}

.container-7.section_container {
  padding-top: 80px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.container-7.section_container.post-page-header {
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 120px;
}

.container-7.section_container.animation-header-page {
  padding-top: 167px;
}

.container-7.section_container.animation-header-page.interactive-page-header {
  padding-bottom: 169px;
}

.container-7.section_container.animation-header-page.squirrel {
  padding-top: 51px;
}

.container-7.career-section {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-6 {
  color: var(--primary);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Master Of Break, sans-serif;
  font-size: 50px;
  display: flex;
  transform: rotate(-9deg);
}

.heading-6.portfolio-heading {
  letter-spacing: normal;
  margin-bottom: 25px;
}

.heading-6.portfolio-heading.film-heading {
  margin-bottom: 18px;
}

.heading-6.portfolio-heading.portfolio-films-section {
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.heading-6.portfolio-heading.portfolio-films-section.animation-header-section {
  margin-bottom: 37px;
}

.heading-6.portfolio-heading.portfolio-films-section.animation-header-section.interactive-page-section {
  margin-bottom: 15px;
}

.heading-6.portfolio-heading.portfolio-films-section.animation-header-section.mascot-title {
  margin-top: -80px;
  margin-bottom: 59px;
  font-size: 68px;
}

.heading-6.portfolio-heading.portfolio-films-section.animation-header-section.firsttitle {
  font-size: 75px;
}

.heading-6.careers-sub-heading {
  margin-bottom: 23px;
}

.heading-6.where-section {
  margin-bottom: 20px;
}

.paragraph-4 {
  color: var(--secondary);
  text-align: center;
  letter-spacing: 6px;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-bottom: 40px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-4.careers-para4 {
  margin-left: 0;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.paragraph-4.post-page-header {
  text-transform: uppercase;
}

.paragraph-4.post-page-header.social-page-header {
  margin-top: 26px;
}

.paragraph-4.post-page-header.social-page-header.social-page-header-title {
  margin-top: 20px;
}

.paragraph-4.animation-page-section {
  text-transform: uppercase;
}

.paragraph-4.animation-page-section.interactive-header-content {
  height: auto;
  line-height: 22px;
}

.paragraph-4.animation-page-section.mascotpara1 {
  margin-top: 66px;
  margin-bottom: -14px;
}

.paragraph-4.animation-page-section.mascotquotesource {
  text-align: center;
  margin-top: -17px;
  font-size: 15px;
}

.paragraph-5 {
  color: var(--secondary);
  text-align: center;
  letter-spacing: 1px;
  max-width: none;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 160px;
  padding-right: 160px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-5.films-section-para {
  max-width: 66.66%;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph-5.films-page-portfolio {
  max-width: 66.66%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph-5.films-page-portfolio.link-container-post {
  margin-top: 20px;
  line-height: 30.6px;
}

.paragraph-5.films-page-portfolio.films-page-post {
  margin-top: 30px;
}

.paragraph-5.films-page-portfolio.films-page-post.social-page-para {
  height: auto;
  margin-top: 25px;
  line-height: 30.6px;
}

.paragraph-5.films-page-portfolio.animation-second-content {
  margin-top: 20px;
}

.paragraph-5.films-page-portfolio.animation-first-content {
  margin-top: 30px;
  line-height: 30.6px;
}

.careers {
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 0;
  display: block;
}

.link {
  color: var(--primary);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

.link.careers-treacle-link {
  letter-spacing: 3px;
  margin-top: 34px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image {
  object-fit: cover;
  margin-top: 40px;
  display: block;
}

.image.container-7 {
  width: 100%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.lets-talk {
  background-color: var(--background);
  width: 100%;
  height: 10%;
  padding-top: 130px;
  padding-bottom: 140px;
  line-height: 23.8px;
}

.container-8 {
  letter-spacing: 0;
  height: auto;
  margin-top: 10px;
}

.columns-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-12, .column-13, .column-14 {
  height: 100%;
}

.heading-7 {
  color: var(--primary);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.heading-7.where-container-heading {
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 400;
}

.heading-7.where-container-heading.hongkong {
  margin-bottom: 20px;
}

.link-2 {
  color: var(--primary);
  text-align: center;
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-3 {
  color: var(--primary);
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.scroll-section-2 {
  background-image: url('../images/bg-2_1.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
}

.scroll-section-2.quality-section {
  border-style: none none solid;
  border-width: 0 0 10px;
  border-color: var(--background);
  background-image: url('../images/bg-2_1.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.scroll-section-2.quality-section.scroll1 {
  background-image: url('../images/scroll_1.webp');
  background-position: 100%;
  margin-top: -2px;
}

.scroll-section-2.quality-section.scroll3 {
  background-image: url('../images/bg-3_1.webp');
  background-position: 100%;
}

.scroll-section-3 {
  background-image: url('../images/bg-3_1.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
}

.scroll-section-3.partners-section {
  border: 0px none var(--background);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-2, .image-3, .image-4 {
  width: 100%;
  max-width: 40px;
  height: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-5 {
  border-radius: 10px;
  width: auto;
  height: auto;
  position: static;
}

.same-page-nav-link {
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.same-page-nav-link.nav-link {
  color: var(--primary);
}

.same-page-nav-link.nav-link:hover {
  color: #ee9da2;
}

.same-page-nav-link.nav-link.w--current {
  color: var(--secondary);
}

.image-96 {
  width: 75%;
  height: auto;
}

.image-97, .image-98 {
  width: 70%;
  height: auto;
}

.image-99, .image-100, .image-101 {
  display: none;
}

.image-102 {
  width: 70%;
  height: auto;
}

.image-103, .image-104 {
  display: none;
}

.image-105 {
  width: 100%;
  height: auto;
}

.div-block {
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block.tabs-content-container {
  background-color: #000000b3;
  border-radius: 10px;
  width: 100%;
  max-width: 360px;
  height: 100%;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.tabs-sub-heading {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
}

.tabs-main-heading {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 6px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.link-block {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  display: flex;
}

.tab-link-main-cotainer {
  display: block;
  position: relative;
}

.tab-link-main-cotainer.mix {
  max-width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.tab-link-main-cotainer.mix.recent.animation.films.post {
  max-width: 33.33%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-link-main-cotainer.mix.animation {
  margin-bottom: 0;
}

.flex-block-2 {
  justify-content: center;
  margin-top: 26px;
}

.social-media-icons {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  left: auto;
}

.social-media-icon-container {
  border: 3px #fff;
  border-radius: 0;
  width: 40px;
  max-width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
}

.div-block-3 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.image-106, .image-107 {
  width: 75%;
  max-width: 100%;
  height: auto;
}

.image-108 {
  width: 80%;
  max-width: 100%;
  height: auto;
}

.image-109, .image-110 {
  width: 100%;
  max-width: 250px;
}

.client-image-width {
  width: 100%;
  max-width: 250px;
  height: auto;
}

.mix-container {
  flex-direction: column;
  align-items: center;
  display: block;
}

.filter-controls {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.filter-button {
  color: #dc2b35;
  letter-spacing: 3px;
  background-color: #3898ec00;
  margin: 0 3px 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  line-height: 24px;
}

.new-tab-animation {
  padding-top: 80px;
}

.tab-with-animation-container {
  max-width: 1170px;
  margin-top: -40px;
  padding-bottom: 70px;
}

.list-item-10 {
  padding-right: 10px;
}

.container-13 {
  display: flex;
}

.container-13.section_container {
  border-style: none;
  max-width: none;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-5.mascotstrechdiv {
  flex: 1;
}

.image-111, .image-112, .image-113 {
  border-radius: 50%;
  max-width: 200px;
  height: auto;
}

.text-block-6 {
  color: #888;
  text-align: center;
  letter-spacing: 6px;
  margin-top: 38px;
  margin-bottom: 6px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 38px;
}

.text-block-7, .text-block-8 {
  text-align: center;
}

.paragraph-7 {
  color: #888;
  text-align: center;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.paragraph-8, .paragraph-9 {
  text-align: center;
}

.section_container {
  border: 1px none var(--background);
  color: #30333a;
  text-align: center;
  max-width: none;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 18px;
  line-height: 31px;
}

.section_container.section-text-container-text {
  padding-bottom: 140px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.section_container.portfolio-page-video-header-sec {
  border-radius: 0;
  padding: 120px 15px 1px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.section_container.portfolio-page-video-header-sec.simple-portfolio-video-section {
  padding-top: 0;
  padding-bottom: 10px;
}

.section_container.portfolio-page-video-header-sec.simple-portfolio-video-section.portfolio-last-video-sec, .section_container.portfolio-page-video-header-sec.simple-portfolio-video-section.last-video-sec {
  padding-bottom: 120px;
}

.section_container.portfolio-page-video-header-sec.ballet-portfolio-page, .section_container.portfolio-page-video-header-sec.amata-portfolio-page {
  padding-bottom: 40px;
}

.section_container.portfolio-page-video-header-sec.recognition-portfolio-section {
  padding-bottom: 80px;
}

.section_container.portfolio-page-video-header-sec.video-body {
  padding-top: 0;
}

.section_container.portfolio-section-text-container {
  padding: 0 15px 40px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.section_container.portfolio-section-text-container.thevoice-content-section {
  padding-bottom: 90px;
}

.section_container.portfolio-section-text-container.amata-section-content, .section_container.portfolio-section-text-container.ballet-page-container {
  padding-bottom: 80px;
}

.section_container.portfolio-page-simple-img-section {
  text-shadow: 0 1px #0003;
  padding: 0 15px 40px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.section_container.portfolio-page-simple-img-section.portfolio-last-img-section {
  padding-bottom: 80px;
}

.section_container.portfolio-page-simple-img-section.multiimage {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  padding-bottom: 0;
  display: grid;
}

.section_container.portfolio-page-simple-img-section.multiimagenogap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  padding-bottom: 0;
  display: grid;
}

.div-block-8 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-10 {
  color: #888;
  text-align: center;
  width: 66.66%;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.helper_document_images {
  border-radius: 0;
  width: 50%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.helper_img {
  border-radius: 10px;
  height: auto;
}

.image-115 {
  height: auto;
  margin-bottom: 10px;
}

.film-section, .container-15 {
  background-color: #30333a;
  max-width: none;
}

.post-section {
  background-color: #30333a;
  padding-top: 167px;
  padding-bottom: 40px;
}

.link-4 {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11.section_container {
  align-items: flex-start;
}

.div-block-11.section_container.post-page {
  padding-bottom: 90px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.div-block-12, .div-block-13, .div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-116, .image-117, .image-118 {
  border-radius: 50%;
  max-width: 200px;
  height: auto;
  margin-bottom: 40px;
}

.text-block-10 {
  color: #888;
  text-align: center;
  letter-spacing: 6px;
  margin-bottom: 20px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

.text-block-11 {
  color: #888;
  text-align: center;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.banner-section {
  background-color: #30333a;
}

.video-image-container {
  border-bottom: 1px solid var(--background);
}

.container-16 {
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
}

.container-16.section_container {
  border: 1px none var(--background);
  padding-bottom: 40px;
}

.div-block-15 {
  flex-direction: row;
  display: flex;
}

.div-block-15.left-content {
  margin-bottom: 40px;
}

.div-block-15.left-content.video-image-container-ele-1 {
  justify-content: center;
  margin-bottom: 50px;
  margin-left: 60px;
  margin-right: 60px;
}

.div-block-15.right-content {
  flex-direction: row-reverse;
  margin-bottom: 40px;
}

.div-block-15.right-content.video-image-container-ele-2 {
  margin-left: 60px;
  margin-right: 60px;
}

.image-119 {
  color: var(--primary);
  border-radius: 100%;
  max-width: 200px;
  height: auto;
}

.image-119.bullet {
  flex: 0 auto;
  align-self: flex-start;
  max-width: 30px;
  display: block;
}

.image-119.mascotastroimage {
  text-align: center;
  border-radius: 0%;
  max-width: 375px;
}

.image-119.mascotdroplogobig {
  max-width: 50px;
}

.image-119.mascoticons {
  border-radius: 0%;
}

.image-119.salesforcelogo {
  max-width: 275px;
}

.image-119.flyingsquirrel {
  max-width: 350px;
}

.image-119.logos {
  border-radius: 0%;
}

.image-119.logos.salesforcelogo {
  max-width: 200px;
  margin-bottom: 15px;
}

.div-block-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-16.interactive-spacing, .div-block-16.interactive-spacing.mascotstretchdiv2 {
  flex: 1;
}

.div-block-17 {
  align-self: flex-end;
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-17.mascotcasevideo {
  margin-left: 0;
  margin-right: 0;
}

.text-block-12 {
  color: #888;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

.text-block-12.interactive-page-section-heading {
  margin-top: 40px;
}

.text-block-12.interactive-page-section-heading.mascotleftalign {
  text-align: center;
  margin-top: -2px;
  margin-bottom: 0;
}

.text-block-12.mascotsubtext {
  margin-top: 30px;
}

.text-block-12.mascotcasestudiestitle {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-13 {
  color: #888;
  text-align: center;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.text-block-13.first-animation-ele-1.mascotleftalignpara {
  text-align: center;
}

.text-block-13.first-animation-ele-1.mascotleftalignpara.mascotunderdrip {
  text-align: center;
  margin-top: 40px;
}

.text-block-13.first-animation-ele-1.mascotcasetext {
  margin-bottom: 9px;
}

.text-block-13.mascotheader {
  font-size: 32px;
}

.html-embed-7 {
  border-radius: 10px;
}

.div-block-18 {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.social-page-text-container {
  letter-spacing: 1px;
  max-width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
}

.html-embed-8 {
  border-radius: 10px;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.div-block-19 {
  justify-content: center;
  display: flex;
}

.div-block-20 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.div-block-20.second-video-container {
  margin-top: 67px;
}

.div-block-21 {
  width: auto;
  max-width: 50%;
  display: block;
}

.div-block-21.video-container-block {
  width: 500px;
  max-width: 41.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-21.img-section {
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-22 {
  width: 500px;
  max-width: 50%;
  display: block;
}

.div-block-22.video-container-block {
  max-width: 41.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.video-and-text-section {
  background-color: #3b5999;
}

.social-main-section {
  color: #fff;
  max-width: 66.66%;
  margin: 128px auto 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 27.2px;
}

.html-embed-12 {
  border-radius: 10px;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-23 {
  border-radius: 10px;
  max-width: 1140px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.service-header {
  z-index: 99;
  background-color: var(--background);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.portfolio-page-video-section {
  background-color: #30333a;
}

.html-embed-13 {
  border-radius: 10px;
  margin-bottom: 50px;
  padding-bottom: 0;
  overflow: hidden;
}

.html-embed-13.spacing {
  padding-bottom: 0;
}

.html-embed-13.mbl {
  max-height: none;
}

.html-embed-13.mbl.hyatt-video-height {
  max-height: 413px;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.heading-8.salesforcepage {
  text-align: left;
  padding-top: 0;
}

.text-block-14 {
  color: var(--secondary);
  text-align: center;
  margin-bottom: 10px;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.text-block-14.hyper {
  text-decoration: underline;
}

.paragraph-11, .text-block-15 {
  color: #fff;
  text-align: center;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.portfolio-text-container-section, .portfolio-images {
  background-color: #30333a;
}

.link-block-2 {
  border-radius: 10px;
  overflow: hidden;
}

.portfolio-last-simple-img-section {
  background-color: #30333a;
}

.link-5 {
  color: #dc2b35;
  text-decoration: none;
}

.link-5:hover {
  color: #ee9da2;
}

.image-120 {
  border-radius: 10px;
  width: 100%;
  min-width: 100px;
  height: auto;
  display: inline-block;
}

.image-120.style {
  width: 100%;
}

.image-120.gridimage {
  width: auto;
  height: 100%;
  margin-left: -125px;
  margin-right: -74px;
}

.image-120.astrotop {
  padding-left: 66px;
  padding-right: 66px;
}

.image-120.gif {
  max-width: 25%;
}

.image-with-text {
  background-color: #30333a;
}

.text-block-16 {
  color: #fff;
}

.text-block-16.portfolio-image-with-text-pages {
  text-align: left;
  font-size: 16px;
  line-height: 27.2px;
}

.link-6 {
  color: #dc2b35;
  text-decoration: none;
}

.portfolio-simple-video-section {
  background-color: #30333a;
}

.portfolio-simple-video-section.healthy-baby-last-video-section {
  margin-bottom: 0;
  padding-bottom: 80px;
}

.link-7, .link-8 {
  color: #dc2b35;
  text-decoration: none;
}

.text-block-17 {
  color: #fff;
  margin-bottom: 10px;
}

.link-9, .link-10, .link-12, .link-13, .link-14 {
  color: var(--primary);
  text-decoration: none;
}

.text-block-18 {
  color: var(--secondary);
  padding-bottom: 40px;
}

.text-block-19 {
  color: var(--secondary);
  margin-top: 0;
  font-size: 12px;
  line-height: 20px;
}

.section-8 {
  color: var(--primary);
  background-color: #30333a;
  height: 165px;
}

.image-121 {
  border-radius: 10px;
  height: auto;
}

.image-122 {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.image-123, .image-124, .image-125, .image-126, .image-127, .image-128, .image-129 {
  border-radius: 10px;
  height: auto;
}

.image-130 {
  border-radius: 10px;
}

.image-131, .image-132, .image-133, .image-134, .image-135 {
  border-radius: 10px;
  height: auto;
}

.image-136 {
  border-radius: 10px;
}

.image-137, .image-139, .image-140, .image-141, .image-142, .image-143, .image-144, .image-145, .image-146, .image-147, .image-148, .image-149, .image-150, .image-151, .image-152, .image-153, .image-154, .image-155, .image-156, .image-157, .image-158, .image-159, .image-160, .image-161, .image-162, .image-163, .image-164, .image-165, .image-166, .image-167, .image-168 {
  border-radius: 10px;
  height: auto;
}

.code-embed {
  border: 1px solid var(--background);
}

.italic-text-2 {
  color: var(--secondary);
}

.image-169 {
  width: 70%;
  height: auto;
}

.image-194, .image-195, .image-196, .image-197, .image-198 {
  width: 100%;
  height: auto;
}

.image-199, .image-200, .image-201, .image-202, .image-203 {
  height: auto;
}

.bold-text, .bold-text-2 {
  text-align: left;
}

.text-span {
  text-align: left;
  font-size: 24px;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-27 {
  margin-left: 20px;
}

.image-204 {
  border-radius: 20px;
}

.image-204.mascotastroimage2 {
  margin-left: 0;
}

.inline {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  border-radius: 10px;
  align-items: center;
  width: 50%;
  min-width: 100px;
  max-width: none;
  height: auto;
  display: inline-flex;
}

.inline.style {
  width: 100%;
}

.div-block-28 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 25px;
}

.link-15, .link-16 {
  color: var(--primary);
}

.button {
  background-color: var(--primary);
  border-radius: 100px;
  padding: 17px;
  font-size: 32px;
  font-weight: 700;
}

.image-205 {
  width: 600px;
  height: auto;
}

.container-17, .body-2 {
  max-width: 600px;
}

.link-17 {
  color: var(--primary);
}

.portfolio-images-copy {
  background-color: #30333a;
  padding-top: 118px;
}

.text-block-14-copy {
  color: var(--secondary);
  text-align: center;
  padding-bottom: 0;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
}

.text-block-14-copy.hyper {
  text-decoration: underline;
}

.link-18 {
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
  font-style: italic;
  text-decoration: none;
}

.link-19 {
  color: var(--primary);
  font-style: italic;
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .navbar-no-shadow-container {
    padding: 13px 10px 13px 30px;
  }

  .service-detail {
    margin-right: 15px;
    padding-left: 15px;
  }

  .awards {
    max-width: 1170px;
  }

  .awards.awards-client-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-4.clients {
    margin-top: 35px;
  }

  .column-5 {
    padding-left: 10px;
  }

  .scroll-section.haybeach-section {
    max-height: 495.8px;
    position: sticky;
  }

  .container-6.perfect-partner-section {
    padding-left: 0;
  }

  .link.careers-treacle-link {
    font-size: 18px;
    font-weight: 400;
  }

  .image {
    box-sizing: border-box;
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    vertical-align: baseline;
    object-fit: fill;
    justify-content: center;
    align-items: flex-end;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    right: auto;
    overflow: visible;
  }

  .image.container-7 {
    max-width: 720px;
  }

  .container-8 {
    letter-spacing: 3px;
    max-width: 1170px;
    margin-top: 10px;
  }

  .heading-7.where-container-heading, .link-2 {
    font-weight: 400;
  }

  .link-3 {
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
  }

  .scroll-section-2.quality-section {
    max-height: 495.8px;
  }

  .scroll-section-3.partners-section {
    max-height: 459.8px;
  }

  .image-96 {
    aspect-ratio: 172 / 106;
    object-fit: cover;
    width: 70%;
  }

  .image-97 {
    aspect-ratio: 172 / 106;
    object-fit: cover;
    width: 65%;
  }

  .image-98 {
    aspect-ratio: 172 / 106;
    object-fit: cover;
    width: 60%;
  }

  .image-102 {
    box-sizing: border-box;
    aspect-ratio: 172 / 106;
    object-fit: cover;
    width: 65%;
    overflow: visible;
  }

  .tabs-sub-heading {
    margin-bottom: 5px;
  }

  .tabs-main-heading {
    letter-spacing: 6px;
    margin-top: 5px;
  }

  .image-106 {
    aspect-ratio: 324 / 171;
    object-fit: cover;
    width: 75%;
    height: auto;
    margin-top: 10px;
    overflow: visible;
  }

  .image-107 {
    aspect-ratio: 288 / 144;
    object-fit: cover;
    width: 70%;
    height: auto;
    margin-top: 10px;
  }

  .image-108 {
    aspect-ratio: 250 / 120;
    object-fit: cover;
    width: 70%;
    margin-top: 20px;
  }

  .video-image-container {
    border-bottom: 1px solid var(--background);
  }

  .container-16.section_container {
    border-bottom-style: none;
    display: block;
  }

  .div-block-15.left-content.video-image-container-ele-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-15.right-content.video-image-container-ele-4 {
    justify-content: center;
  }

  .div-block-17.mascotcasevideo {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-12.mascotcasestudiestitle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-120, .image-149 {
    width: 100%;
  }

  .image-169 {
    aspect-ratio: 172 / 106;
    object-fit: cover;
    width: 65%;
    margin-top: 10px;
  }

  .image-204.mascotastroimage2 {
    max-width: 100%;
    max-height: 400px;
  }

  .inline {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    font-size: 14px;
    display: flex;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
  }

  .nav-link.w--current {
    color: var(--color);
  }

  .nav-link.same-page-nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 12px 25px 12px 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .paragraph.who-section {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.who-intelligent-section {
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .about-2-container {
    max-width: 750px;
  }

  .column.aboutus-post-section {
    padding-left: 140px;
  }

  .column-2 {
    padding-right: 10px;
  }

  .column-2.who-social-section {
    padding-right: 140px;
  }

  .paragraph-2 {
    width: auto;
    font-size: 13px;
  }

  .heading-3 {
    letter-spacing: 1px;
    width: auto;
  }

  .columns-2 {
    display: block;
  }

  .columns-2.clients-tablet-view {
    height: auto;
    max-height: 88px;
    margin-top: 0;
    display: block;
  }

  .columns-2.large-sc-client-img {
    display: none;
  }

  .columns-3 {
    display: block;
  }

  .columns-3.large-sc-client-img {
    display: none;
  }

  .scroll-section {
    background-position: 100%;
    background-size: cover;
  }

  .scroll-section.haybeach-section {
    background-position: 90%;
  }

  .container-6.perfect-partner-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-7.films-page-hero-section.section_container {
    padding-bottom: 145px;
  }

  .heading-6.portfolio-heading.film-heading, .heading-6.portfolio-heading.portfolio-films-section {
    margin-bottom: 15px;
  }

  .paragraph-4.animation-page-section {
    text-transform: uppercase;
  }

  .paragraph-5 {
    padding-left: 140px;
    padding-right: 140px;
    font-weight: 300;
    line-height: 30px;
  }

  .paragraph-5.lets-talk-para {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-5.films-section-para {
    max-width: none;
  }

  .paragraph-5.films-page-portfolio {
    max-width: 100%;
  }

  .link.careers-treacle-link {
    font-size: 16px;
    font-weight: 400;
  }

  .image {
    max-width: 720px;
  }

  .container-8 {
    margin-top: 0;
  }

  .columns-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .scroll-section-2.quality-section {
    background-position: -200px 0;
  }

  .scroll-section-3.partners-section {
    background-position: 80%;
  }

  .image-2 {
    width: 10%;
    height: auto;
  }

  .image-3, .image-4 {
    width: 100%;
    height: auto;
  }

  .same-page-nav-link.nav-link {
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
  }

  .same-page-nav-link.nav-link.w--current {
    color: var(--primary);
  }

  .icon {
    color: #dc2b35;
    font-size: 40px;
  }

  .image-105 {
    width: 100%;
    height: auto;
  }

  .tabs-sub-heading {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .tabs-main-heading {
    letter-spacing: 6px;
    margin-top: 5px;
    font-size: 14px;
  }

  .link-block {
    margin-top: 0;
  }

  .social-media-icons {
    width: 100%;
    height: auto;
  }

  .list-item-2, .list-item-3 {
    padding: 8px 15px;
  }

  .list-item-4 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
    padding: 8px 15px;
  }

  .text-block-6 {
    margin-top: 40px;
  }

  .paragraph-7 {
    font-family: Opensans Variablefont Wdth Wght, sans-serif;
  }

  .container-16.section_container {
    border-bottom-style: none;
    padding-bottom: 40px;
  }

  .div-block-15.left-content {
    flex-direction: column;
  }

  .div-block-15.left-content.video-image-container-ele-1 {
    margin-bottom: 80px;
  }

  .div-block-15.right-content {
    flex-direction: column;
  }

  .div-block-16 {
    width: 100%;
  }

  .div-block-17 {
    align-self: center;
    width: 100%;
  }

  .text-block-12.interactive-page-section-heading.mascotleftalign {
    text-align: center;
  }

  .text-block-13 {
    margin-bottom: 30px;
  }

  .text-block-13.first-animation-ele-1 {
    margin-bottom: 10px;
  }

  .text-block-13.first-animation-ele-1.mascotleftalignpara {
    text-align: center;
  }

  .text-block-13.interactive-page-secondary-content {
    margin-bottom: 10px;
  }

  .social-page-text-container {
    max-width: 100%;
  }

  .div-block-21.video-container-block, .div-block-22.video-container-block {
    max-width: 50%;
  }

  .social-main-section {
    max-width: 100%;
  }

  .image-120 {
    width: 100%;
  }

  .image-170, .image-171, .image-172 {
    width: 100%;
    height: auto;
  }

  .image-173, .image-174, .image-175, .image-176, .image-177 {
    width: 100%;
    height: auto;
  }

  .image-178 {
    width: 100%;
    height: auto;
  }

  .image-179, .image-180, .image-181, .image-182, .image-183, .image-184, .image-185, .image-186, .image-187, .image-188, .image-189, .image-190, .image-191, .image-192, .image-193 {
    width: 100%;
    height: auto;
  }

  .image-194, .image-195, .image-196, .image-197, .image-198 {
    width: 100%;
    height: auto;
  }

  .div-block-27 {
    margin-left: 0;
  }

  .inline {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow-container {
    padding-left: 30px;
    padding-right: 25px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    position: relative;
  }

  .nav-menu {
    flex-direction: column;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
  }

  .nav-link.same-page-nav-link {
    padding-top: 0;
  }

  .menu-button {
    padding-right: 0;
  }

  .about {
    padding-bottom: 20px;
  }

  .about-content {
    margin-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block {
    line-height: 22px;
  }

  .text-block.about-us-heading {
    letter-spacing: 6px;
  }

  .paragraph {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph.who-section {
    padding-left: 0;
    padding-right: 0;
  }

  .about-2-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .columns {
    flex-direction: column;
    height: auto;
  }

  .column.about-animation-section {
    padding-left: 10px;
  }

  .column.aboutus-post-section {
    margin-bottom: 0;
    padding-left: 10px;
  }

  .column-2.who-social-section {
    padding-right: 10px;
  }

  .column-3.about-us-interactive-section {
    padding-left: 10px;
  }

  .paragraph-2 {
    letter-spacing: 5px;
    padding-left: 0;
  }

  .paragraph-2.about-para-sec {
    padding-left: 0;
  }

  .heading-3 {
    margin-top: 10px;
  }

  .heading-3.about-film-section {
    padding-left: 0;
  }

  .service-detail {
    padding-bottom: 40px;
  }

  .columns-2 {
    display: block;
  }

  .columns-2.clients-tablet-view {
    height: 80px;
    display: flex;
  }

  .columns-3 {
    display: block;
  }

  .column-4 {
    display: none;
  }

  .column-5 {
    flex-direction: row;
    justify-content: space-around;
    height: auto;
  }

  .column-6, .column-7 {
    flex-direction: row;
    justify-content: space-around;
  }

  .column-8, .column-9, .column-10, .column-11 {
    display: none;
  }

  .scroll-section.haybeach-section {
    background-position: 85%;
  }

  .container-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-4 {
    margin-top: 23px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-4.post-page-header {
    margin-top: 18px;
  }

  .paragraph-4.animation-page-section.interactive-header-content {
    margin-top: 15px;
  }

  .paragraph-5 {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 300;
  }

  .paragraph-5.lets-talk-para {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .link.careers-treacle-link {
    font-size: 14px;
    font-weight: 400;
  }

  .image {
    max-width: 95.12%;
  }

  .heading-7.where-container-heading {
    margin-top: 10px;
  }

  .scroll-section-2.quality-section {
    border-bottom-style: solid;
    border-bottom-width: 10px;
  }

  .scroll-section-3.partners-section {
    background-position: 85%;
  }

  .image-5 {
    width: 100%;
  }

  .same-page-nav-link.nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10px;
    font-weight: 400;
  }

  .same-page-nav-link.nav-link.w--current {
    color: #dc2b35;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
  }

  .icon.menu-button-icon {
    padding-right: 0;
    font-size: 45px;
  }

  .image-96, .image-97 {
    display: none;
  }

  .image-98 {
    display: block;
  }

  .image-99 {
    object-fit: fill;
    width: 25%;
    height: auto;
    display: block;
  }

  .image-100 {
    width: 25%;
    height: auto;
    display: block;
    overflow: clip;
  }

  .image-101 {
    width: 20%;
    height: auto;
    display: block;
  }

  .image-102 {
    width: 20%;
    height: auto;
  }

  .image-103, .image-104 {
    width: 25%;
    height: auto;
    display: block;
  }

  .div-block.tabs-content-container {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-sub-heading {
    margin-top: 0;
  }

  .tabs-main-heading {
    letter-spacing: 2px;
    margin-top: 0;
    font-size: 18px;
  }

  .link-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .tab-link-main-cotainer {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-main-cotainer.mix.recent {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-main-cotainer.mix.recent.animation.films.post {
    max-width: 100%;
  }

  .tab-link-main-cotainer.mix.animation {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-main-cotainer.mix.films {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-main-cotainer.mix.films.recent {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-main-cotainer.mix.photos.post {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-main-cotainer.mix.post {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .social-media-icon-container {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
  }

  .mix-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .tab-with-animation-container {
    padding-bottom: 110px;
  }

  .list-item-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-item-10 {
    padding-right: 15px;
  }

  .container-13.section_container {
    flex-direction: column;
    align-items: center;
  }

  .div-block-5 {
    width: 100%;
  }

  .paragraph-10 {
    width: auto;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: center;
  }

  .helper_document_images {
    width: 100%;
  }

  .div-block-11.section_container.post-page {
    flex-direction: column;
  }

  .div-block-12, .div-block-13 {
    max-width: 100%;
    padding-bottom: 25px;
  }

  .div-block-14 {
    max-width: 100%;
  }

  .image-116, .image-117, .image-118 {
    margin-bottom: 10px;
  }

  .text-block-10 {
    margin-bottom: 5px;
  }

  .text-block-11 {
    font-family: Opensans Variablefont Wdth Wght, sans-serif;
  }

  .container-16.section_container {
    border-bottom-style: none;
  }

  .text-block-13.first-animation-ele-1 {
    margin-bottom: 50px;
  }

  .div-block-19, .div-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .div-block-20.second-video-container {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 30px;
  }

  .div-block-21.video-container-block {
    width: 100%;
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-21.img-section {
    max-width: 100%;
  }

  .div-block-22.video-container-block {
    width: 100%;
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
  }

  .social-main-section.social-section-text {
    margin-top: 121px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    object-fit: fill;
    flex-wrap: nowrap;
    max-width: 100vw;
    display: block;
    overflow: visible;
  }

  .navbar-brand.w--current {
    max-width: 29%;
  }

  .nav-menu {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    list-style-type: none;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.same-page-nav-link {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about.about-section-container {
    margin-top: -1px;
  }

  .paragraph {
    padding-left: 20px;
    padding-right: 40px;
  }

  .columns {
    flex-wrap: wrap;
    height: auto;
  }

  .columns.two-element-column {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3, .heading-3.about-film-section {
    margin-top: 40px;
  }

  .service-detail {
    padding-bottom: 10px;
  }

  .columns-2.clients-tablet-view {
    height: 45px;
  }

  .column-7 {
    overflow: visible;
  }

  .scroll-section.haybeach-section {
    background-position: 85%;
  }

  .container-6 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-6.perfect-partner-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .heading-5.treacle-working {
    margin-bottom: 25px;
  }

  .container-7 {
    padding-bottom: 40px;
    overflow: visible;
  }

  .container-7.section_container.post-page-header {
    margin-top: -1px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-7.career-section {
    display: block;
    overflow: visible;
  }

  .paragraph-4 {
    direction: ltr;
    letter-spacing: 6px;
    white-space: pre-line;
    word-break: break-all;
    overflow-wrap: anywhere;
    object-fit: fill;
    flex: 0 auto;
    order: 1;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: block;
    position: static;
    overflow: visible;
  }

  .paragraph-4.post-page-header {
    letter-spacing: 4px;
    word-break: normal;
    overflow-wrap: break-word;
    object-fit: fill;
  }

  .paragraph-4.post-page-header.social-page-header.social-page-header-title {
    font-size: 16px;
  }

  .paragraph-4.animation-page-section {
    word-break: normal;
  }

  .paragraph-5 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .link {
    text-transform: uppercase;
  }

  .link.careers-treacle-link {
    letter-spacing: 3px;
    margin-top: 0;
    font-size: 12px;
    font-weight: 400;
  }

  .image {
    margin-top: 60px;
  }

  .scroll-section-2.quality-section {
    background-position: -200px 0;
    background-size: cover;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-radius: 0;
  }

  .scroll-section-3.partners-section {
    background-position: 80%;
    background-size: cover;
  }

  .image-5 {
    width: auto;
  }

  .same-page-nav-link.nav-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .image-99 {
    aspect-ratio: auto;
    width: 40%;
    max-width: none;
    height: auto;
    max-height: 100%;
    overflow: clip;
  }

  .image-100, .image-101 {
    width: 40%;
    height: auto;
  }

  .image-102 {
    width: 40%;
    max-width: 100%;
    height: auto;
  }

  .image-103 {
    width: 40%;
    height: auto;
    display: block;
  }

  .image-104 {
    width: 40%;
    max-width: none;
    height: auto;
    max-height: none;
    display: block;
  }

  .image-105 {
    line-height: 20px;
  }

  .div-block.tabs-content-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .link-block {
    margin-top: auto;
  }

  .tab-link-main-cotainer {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-main-cotainer.mix.post {
    margin-bottom: 0;
  }

  .filter-controls {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 34px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .filter-button {
    margin-bottom: 6px;
  }

  .list-item-10 {
    padding-right: 15px;
  }

  .container-13.section_container {
    padding-bottom: 30px;
  }

  .text-block-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-7.text-block-6, .text-block-8.text-block-6 {
    margin-bottom: 0;
  }

  .paragraph-7 {
    margin-bottom: 25px;
  }

  .section_container {
    padding-top: 0;
  }

  .section_container.section-text-container-text, .section_container.portfolio-page-video-header-sec.hyatt-video-mbl {
    padding-bottom: 40px;
  }

  .paragraph-10 {
    line-height: 27px;
  }

  .div-block-12 {
    margin-top: 80px;
  }

  .image-116, .image-117, .image-118 {
    margin-bottom: 0;
  }

  .text-block-10 {
    margin-bottom: 0;
    font-family: Opensans Variablefont Wdth Wght, sans-serif;
  }

  .text-block-11 {
    font-family: Opensans Variablefont Wdth Wght, sans-serif;
  }

  .container-16.section_container {
    border-bottom-style: none;
    padding-bottom: 30px;
  }

  .div-block-15.left-content.video-image-container-ele-1 {
    margin-bottom: 40px;
  }

  .div-block-16 {
    margin-top: 20px;
  }

  .div-block-16.interactive-spacing, .div-block-16.animation-spacing {
    margin-top: 80px;
  }

  .text-block-12, .text-block-12.interactive-page-section-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-13.interactive-page-secondary-content {
    margin-bottom: 50px;
  }

  .social-page-text-container {
    margin-top: 40px;
  }

  .html-embed-8 {
    max-height: 200px;
  }

  .div-block-20.second-video-container {
    margin-top: 0;
  }

  .div-block-21.video-container-block {
    margin-top: 40px;
  }

  .div-block-21.video-container-block.spacing-2 {
    margin-top: 20px;
  }

  .div-block-21.video-container-block.upper-space {
    margin-top: 15px;
  }

  .div-block-22.video-container-block {
    margin-top: 20px;
  }

  .social-main-section.social-section-text {
    margin-top: 40px;
  }

  .html-embed-13.mbl {
    margin-bottom: 0;
  }

  .text-block-15 {
    font-family: Opensans Variablefont Wdth Wght, sans-serif;
  }

  .image-120 {
    display: inline-block;
  }

  .div-block-25 {
    display: flex;
  }

  .inline {
    display: inline-block;
  }
}

#w-node-_23bb87d9-cd66-2046-cc8a-fcf656206518-56206509, #w-node-faaa0e93-3567-2e4c-aca6-3bf33b874e44-56206509, #w-node-_7de93a7c-7b93-c730-af34-d98fbd30ccb4-56206509, #w-node-_38ed8167-973c-5362-ae80-996556620eaf-56206509, #w-node-_16ea1c13-f2fe-be66-eebd-5e81938a67b1-56206509, #w-node-_8e8efd5c-16d0-6b62-8f25-24f172e1c7df-56206509, #w-node-_96de322a-4bf3-cc52-9d81-39e2c1f104d3-56206509, #w-node-_4a236d80-f49d-7e3c-8036-57802ccfe253-56206509 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Master Of Break';
  src: url('../fonts/master_of_break.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}