@font-face {
  font-family: Galgo;
  src: url('../fonts/Galgo.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #ffb700;
  --white: white;
  --menu-bg-black: #1f2327;
  --white-smoke: #f7f7f7;
  --titles: #68290a;
  --dim-grey: #555;
  --page-bg: #fffaf1;
  --light-cream: #ffe1a0;
  --cornsilk: #fdf8e2;
  --black: #282f37;
  --midnight-blue: #0a2e50;
  --steel-blue: #4c89b5;
  --indian-red: #d65a6d;
  --light-coral: #ff6d84;
}

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

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

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

h1 {
  z-index: 9;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

p {
  z-index: 9;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.ths10-hero-section {
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/ths_10_hero_bg_gradient.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 100vh;
  position: relative;
}

.ths10-hero-section.about {
  background-image: none;
  min-height: 100vh;
  position: static;
}

.ths10-menu-bars {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 30px;
  height: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths10-left-spacer {
  border-right: 1px solid #ffffff26;
  flex-direction: column;
  width: 5vw;
  min-height: 85vh;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.ths10-spacer-block {
  border-bottom: 1px solid #ffffff26;
  width: 100%;
  min-height: 17.5vh;
}

.ths10-right-spacer {
  border-left: 1px solid #ffffff26;
  flex-direction: column;
  align-items: stretch;
  width: 5vw;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ths10-hero-footer {
  z-index: 9;
  border-top: 1px solid #ffffff26;
  min-height: 15vh;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ths10-footer-block {
  border-right: 1px solid #ffffff26;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ths10-footer-block.ths10-no-border-right {
  border-right-style: none;
}

.ths10-hero-content-wrapper {
  width: 90vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ths10-hero-bg-line {
  border-right: 1px solid #ffffff26;
  flex: 1;
}

.ths10-hero-bg-line.ths95-no-border-right {
  border-right-style: none;
}

.ths10-tabs-wrapper {
  z-index: 5;
  height: 70vh;
  margin-top: 15vh;
  position: absolute;
  inset: 0%;
}

.ths10-tabs {
  display: flex;
}

.ths10-tabs-menu {
  flex-direction: column;
  flex: none;
  width: 22.5vw;
  display: flex;
}

.ths10-tab-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 26px;
}

.ths10-tab-text.ths10-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.ths10-active-tab-line {
  background-color: var(--gold);
  width: 3px;
  height: 0%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.ths10-tabs-content {
  background-color: #0000007a;
  width: 77.5vw;
  height: 70vh;
  overflow: visible;
}

.ths10-tab-pane {
  height: 100%;
  padding-left: 20px;
}

.ths10-tab-number {
  color: #ffffff4d;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Anek Tamil, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 110px;
}

.ths10-tab-content-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 33px;
  padding-bottom: 20px;
  padding-left: 15px;
  display: flex;
  position: relative;
}

.ths10-heading-h1 {
  z-index: 99;
  color: #fff;
  width: 100%;
  max-width: 960px;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 80px;
}

.ths10-paragraph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50px;
}

.ths10-small-images-wrapper {
  width: 30vw;
  min-height: 25vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ths10-tab-small-image-wrapper {
  color: var(--white);
  object-fit: cover;
  background-color: #00000070;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 30vh;
  font-family: Roboto, sans-serif;
  display: flex;
  position: relative;
}

.ths10-menu {
  z-index: 400;
  background-color: var(--menu-bg-black);
  background-image: url('../images/ths_10_menu_bg_gradient.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: -100% 0% auto;
  overflow: hidden;
}

.ths95_menu_link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 120px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ths10-menu-close-icon {
  z-index: 99;
  border: 1px solid var(--white-smoke);
  background-color: var(--white-smoke);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50px;
  right: 50px;
}

.ths10-menu-close-icon-bar {
  background-color: var(--menu-bg-black);
  width: 20px;
  height: 2px;
  transform: rotate(45deg);
}

.ths10-menu-close-icon-bar.ths10-second {
  position: absolute;
  transform: rotate(-45deg);
}

.ths10-brand {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-end;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.ths10-logo {
  width: 100%;
  max-width: 25px;
  margin-bottom: 3px;
  margin-right: 15px;
}

.ths10-navigation {
  z-index: 9;
  background-color: #883b0075;
  background-image: linear-gradient(90deg, #2a0c02, #4b2c0294 62%, #55350275);
  border-bottom: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 7px 50px;
  display: flex;
  position: relative;
}

.ths10-logo-text-span {
  font-weight: 400;
}

.ths10-tab-number-wrapper {
  z-index: 99;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  display: flex;
}

.ths10-tab-number-divider {
  background-color: #ffffff4d;
  flex: none;
  width: 80px;
  height: 1px;
}

.ths10-tab-number-divider.ths10-small {
  width: 120px;
}

.ths10-button-wrapper {
  z-index: 99;
  align-items: center;
  margin-top: 30px;
  padding-left: 5px;
}

.ths10-cta-button {
  background-color: var(--gold);
  color: var(--titles);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 20px 30px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: box-shadow .2s ease-in-out;
}

.ths10-cta-button:hover {
  box-shadow: 7px 7px 30px #0000001a;
}

.ths10-cta-button.nav {
  color: var(--menu-bg-black);
  letter-spacing: 0;
  text-transform: none;
  padding: 11px 14px;
  font-size: 16px;
}

.ths10-button-text {
  color: #fff;
  width: 100%;
  max-width: 350px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
}

.ths10-social-link {
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  transition: opacity .2s ease-in-out;
  display: flex;
}

.ths10-social-link:hover {
  opacity: 1;
}

.ths10-social-icon {
  width: 16px;
}

.ths10-footer-image {
  background-image: url('../images/ths_10_img_hero_footer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.ths10-menu-top-bars-wrapper {
  flex: none;
  justify-content: space-between;
  width: 80px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.ths10-menu-link {
  color: var(--white-smoke);
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 43px;
  line-height: 53px;
  text-decoration: none;
  display: flex;
}

.ths10-menu-images {
  z-index: -1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 50vw;
  min-height: 100vh;
  display: flex;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.ths10-menu-images-wrapper-first {
  flex-direction: column;
  width: 46%;
  height: 630vh;
  display: flex;
}

.ths10-menu-image {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 60vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.ths10-menu-images-wrapper-second {
  flex-direction: column;
  justify-content: center;
  width: 46%;
  height: 630vh;
  margin-top: -30vh;
  display: flex;
}

.ths10-menu-link-outer-wrapper {
  border-top: 1px solid #fff3;
  padding-left: 70px;
  display: flex;
  position: relative;
}

.ths10-menu-link-outer-wrapper.ths10-border-bottom {
  border-bottom: 1px solid #fff3;
}

.ths10-menu-bottom-bars-wrapper {
  flex: none;
  justify-content: space-between;
  width: 80px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.ths10-menu-bottom-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.ths10-menu-footer {
  z-index: 99;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  padding: 10px 70px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ths10-menu-footer-links {
  align-items: center;
  display: flex;
}

.ths10-menu-footer-link {
  color: #fff9;
  margin-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.ths10-menu-footer-link:hover {
  color: #fff;
}

.ths10-menu-social-links {
  align-items: center;
  display: flex;
}

.ths10-search-icon-wrapper {
  background-color: var(--white);
  cursor: pointer;
  border-bottom: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 15vh;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: relative;
}

.ths10-search-icon-wrapper:hover {
  opacity: 1;
}

.ths10-search-wrapper {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: none;
  position: absolute;
  inset: 15vh 0% auto;
  overflow: hidden;
}

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

.ths10-search-input {
  color: var(--dim-grey);
  background-color: #0000;
  border: 1px #000;
  border-radius: 2px;
  height: 50px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.ths10-search-input-wrapper {
  flex-direction: row;
  align-items: center;
  min-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.ths10-search-button {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/ths_10_ico_search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 40px;
  height: 40px;
}

.ths10-search-inner-wrapper {
  background-color: #fff;
  align-items: center;
  padding: 10px 70px;
}

.ths10-search-close-icon {
  width: 20px;
  position: absolute;
}

.ths10-search-icon {
  width: 25px;
}

.ths10-menu-top-bar {
  background-color: #fff;
  width: 22px;
  height: 2px;
}

.ths10-tab {
  cursor: pointer;
  background-color: #0000;
  border-bottom: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 17.5vh;
  padding: 15px 30px;
  display: flex;
}

.ths10-tab.w--current {
  cursor: pointer;
  background-color: #0000;
}

.ths10-tab.ths10-no-border-bottom {
  border-bottom-style: none;
}

.ths10-menu-link-number {
  font-family: Anek Tamil, sans-serif;
}

.ths10-menu-link-number-wrapper {
  width: 60px;
  display: none;
}

.ths10-footer-text {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.ths10-footer-text-content-wrapper {
  align-items: flex-start;
  max-width: 230px;
  display: flex;
}

.ths10-footer-separator {
  background-color: var(--white);
  width: 100%;
  max-width: 80px;
  height: 2px;
  position: absolute;
  inset: 36% 88% auto auto;
}

.ths10-tab-small-image-text {
  width: 100%;
  max-width: 230px;
  margin-top: 26px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.ths10-tab-link {
  color: var(--white);
  margin-top: 20px;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.ths10-tab-link:hover {
  text-decoration: underline;
}

.ths10-tab-link-separator {
  z-index: 9;
  background-color: #ffffff80;
  width: 100%;
  max-width: 80px;
  height: 2px;
  position: absolute;
  inset: auto auto 22px -25%;
}

.ths10-tab-main-image {
  z-index: -1;
  object-fit: cover;
  width: 30vw;
  height: 70vh;
  margin-top: 135px;
  position: absolute;
  top: -15vh;
  right: 15vw;
}

.ths10-tab-small-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ths10-small-image-content {
  z-index: 5;
  padding: 0 15px 15px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.ths10-small-image-gradient-overlay {
  background-image: linear-gradient(#0000, #000000b3);
  position: absolute;
  inset: 0%;
}

.ths10-footer-lightbox {
  flex: none;
  width: 35px;
  height: 35px;
  margin-top: 2px;
  margin-right: 20px;
  display: none;
}

.ths10-play-icon {
  width: 35px;
}

.ths10-button-text-link {
  color: #fff;
}

.ths10-button-text-link:hover {
  text-decoration: none;
}

.ths95-social-text {
  color: #fff9;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.ths10-menu-link-separator {
  background-color: var(--white);
  width: 80px;
  height: 2px;
  margin-left: 10px;
  margin-right: 25px;
}

.image {
  width: 220px;
}

.hero-subsection {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  margin-top: -137px;
  padding: 14px;
  display: flex;
}

.hero-subsection.about {
  background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/YarnVision-VR---about-top_1.avif');
  background-position: 0 100%, 0 0, 50% 30%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 65%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 800px;
}

.hero-subsection.experiences {
  background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/yarn-vision-for-events2.avif');
  background-position: 0 100%, 0 0, 50% 0;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 65%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 890px;
  margin-top: 0;
}

.hero-subsection.home-hero {
  background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/YarnVision-AR-Cultural-Solutions_1.avif');
  background-position: 0 100%, 0 0, 50% 0;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 65%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  margin-top: 0;
}

.hero-subsection.contact {
  background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/ths_10_hero_bg_gradient.jpg');
  background-position: 0 100%, 0 0, 50% 0;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 65%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 800px;
  margin-top: 0;
}

.hero-subsection.schools-hero {
  background-image: url('../images/liner.svg'), linear-gradient(0deg, #7c5d0066 32%, #3e2f0000 53%, #0000 74%, #069e70), url('../images/schools_1.avif');
  background-position: 0 100%, 0 0, 50%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 65%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  margin-top: 0;
}

.hero-subsection.artists-hero {
  background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000000f 71%, #ffffff80), url('../images/YarnVision-collaboration_1.avif');
  background-position: 0 100%, 0 0, 50%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 65%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: 0;
}

.hero-subsection.companies {
  background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/office-artwork.jpg');
  background-position: 0 100%, 0 0, 50% 100%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 65%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: 0;
}

.hero-subsection.events {
  background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/yarn-vision-for-events2.avif');
  background-position: 0 100%, 0 0, 50% 76%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 65%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: 0;
}

.hero-subsection.social-impact {
  background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/003_1.avif');
  background-position: 0 100%, 0 0, 50%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 65%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: 0;
}

.hero-subsection.councils {
  background-image: url('../images/liner.svg'), linear-gradient(0deg, #7c5d0066 32%, #3e2f0000 53%, #0000 74%, #069e70), url('../images/melbourne-951352_1280.jpg');
  background-position: 0 100%, 0 0, 0 0;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 65%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: 0;
}

.hero-subsection.tourism {
  background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/yarn-vision-for-visitors-centres.avif');
  background-position: 0 100%, 0 0, 50% 100%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 65%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: 0;
}

.hero-subsection.howworks {
  background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/YarnVision-why-special.jpeg');
  background-position: 0 100%, 0 0, 50% 30%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 65%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 800px;
}

.hero-subsection.book {
  background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/yarn-vision-for-visitors-centres.avif');
  background-position: 0 100%, 0 0, 50% 0;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 65%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 800px;
  margin-top: 0;
}

.hero-subsection.galleries {
  background-image: url('../images/liner.svg'), linear-gradient(0deg, #000000a1 35%, #0000 74%, #535351), url('../images/painting.jpg');
  background-position: 0 100%, 0 0, 50%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 65%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  margin-top: 0;
}

.hero-subsection.terms {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/YarnVision-360-video.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-content-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 80rem;
  max-width: 80rem;
  height: 100%;
  padding-bottom: 131px;
  display: flex;
}

.hero-content-wrapper.home {
  justify-content: flex-end;
  align-items: center;
  max-width: 60rem;
  padding-bottom: 40px;
}

.hero-content-wrapper.terms {
  background-image: none;
  width: 100%;
  max-width: 100%;
}

.nav-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 80rem;
  display: flex;
}

.hero-title {
  color: #fff;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
}

.page-content-section {
  width: 100%;
  height: auto;
}

.hero-heading-left {
  background-color: var(--page-bg);
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 1000px;
  padding-left: 28px;
  padding-right: 0;
  display: flex;
}

.hero-split.text {
  padding-right: 31px;
}

.margin-bottom-24px {
  max-width: 500px;
  margin-bottom: 24px;
}

.margin-bottom-24px.white {
  color: #fff;
}

.margin-bottom-24px.white.centre {
  text-align: center;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.values_section {
  background-color: var(--page-bg);
  background-image: linear-gradient(#00000080, #00000080), url('../images/ths_10_thumb.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.values_section.values-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-stack {
  background-color: var(--page-bg);
  border-bottom: 0 #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-stack.wedo {
  padding-top: 40px;
  padding-bottom: 51px;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.main-titles {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 100px;
  line-height: 80px;
}

.main-titles.centre {
  color: var(--titles);
  text-align: center;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.hero-heading-right, .hero-subscribe-left {
  background-color: var(--page-bg);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.main-subtitles {
  color: var(--titles);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.main-subtitles.centre {
  text-align: center;
}

.main-subtitles.white {
  color: #fff;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.solutions-section {
  background-color: var(--page-bg);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

.solutions-cols {
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.solution-box {
  flex-flow: column;
  display: flex;
}

.card-btn {
  text-align: center;
  text-transform: uppercase;
  background-color: #bc1f00;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 40px;
  transition: all .2s;
}

.card-btn:hover {
  background-color: #ff2d03;
}

.flip-back-text {
  color: #fff;
}

.benefits-card-wrapper {
  backface-visibility: visible;
  perspective: 1200px;
  perspective-origin: 50%;
  width: 100%;
  height: 400px;
  display: block;
}

.benefits-front-side {
  backface-visibility: hidden;
  background-color: #000;
  background-image: linear-gradient(#00000094, #00000094), url('../images/gym-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 17px;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.benefits-front-side._2 {
  background-image: url('../images/melbourne-951352_1280.jpg');
  background-position: 0 0;
  background-size: cover;
  text-decoration: none;
}

.benefits-front-side._4 {
  background-image: linear-gradient(#00000045, #00000045), url('../images/YarnVision-collaboration_1.avif');
  text-decoration: none;
}

.benefits-front-side._3 {
  background-image: linear-gradient(0deg, #0000006e 21%, #0000), url('../images/art-galleries.png');
  background-position: 0 0, -90px 0;
  background-size: auto, cover;
  text-decoration: none;
}

.benefits-front-side._1 {
  background-image: linear-gradient(#00000042, #00000042), url('../images/YarnVision-innovation.jpg');
  text-decoration: none;
  display: flex;
}

.benefits-front-side._5 {
  background-image: linear-gradient(#00000042, #00000042), url('../images/office-artwork.jpg');
  background-position: 0 0, 32%;
  background-size: auto, cover;
  text-decoration: none;
  display: flex;
}

.benefits-front-side._6 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/002.jpg');
  background-position: 0 0, 0%;
  text-decoration: none;
}

.benefits-front-side._7 {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/YarnVision-everywhere_1.avif');
  text-decoration: none;
}

.benefits-front-side._8 {
  background-image: linear-gradient(#00000045, #00000045), url('../images/social-impact.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  text-decoration: none;
}

.benefits-new-group {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 98%;
  max-width: 100%;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 30px;
  display: flex;
  position: static;
  top: -754px;
}

.benefits-new-group.bottom {
  padding-top: 0;
}

.benefits-card-back-side {
  backface-visibility: hidden;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #000;
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/isf-bg3.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 39px;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: visible;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.box-title {
  color: #fff;
  text-align: left;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
}

.div-card-group {
  perspective: 1200px;
  perspective-origin: 50%;
  width: 100%;
  margin-right: 30px;
}

.div-card-group.no-margin-card {
  margin-right: 0;
}

.card-link {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.values-cols {
  margin-top: 24px;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #d4ccb2;
  height: 200px;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-member-image-two-2.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  color: var(--titles);
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.team-member-text-2 {
  color: #463806d4;
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.features-list-2 {
  background-color: var(--page-bg);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.gallery-overview {
  background-color: #f5f7fa;
  background-image: linear-gradient(#00000080, #00000080), url('../images/YarnVision-why-special.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-overview.schools {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/australia-5200007_1920.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-list {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.gallery-feature {
  background-image: url('../images/icon-tick.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.list-items {
  color: #fff;
}

.terms-section {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.subtitle {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.navbar {
  background-color: #fff0;
  width: 100%;
}

.container-3 {
  width: 100%;
  min-width: 100%;
}

.nav-link {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.nav-link.w--current {
  color: #fff;
}

.button4 {
  z-index: 1;
  grid-column-gap: 1em;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  height: 3.5em;
  padding-right: 1.75em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button4_circle {
  z-index: 1;
  background-color: #c9f054;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 100%;
  display: flex;
  position: relative;
}

.button4_text {
  z-index: 1;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  position: relative;
}

.button4_bg {
  z-index: 0;
  background-color: #c9f054;
  border-radius: 99px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav2 {
  background-image: linear-gradient(90deg, #471f03, #471f03d1), url('../images/YarnVision-collaboration_1.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.container-4 {
  width: 95%;
  min-width: 95%;
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.brand {
  padding-top: 3px;
}

.footer-block-left {
  width: 30%;
  padding-right: 45px;
}

.footer-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 40px;
  display: none;
}

.line-break {
  background-color: #ffffff3b;
  width: 1px;
  height: 100%;
  min-height: 250px;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom-full {
  border: 1px #000;
  border-top-color: #ffffff42;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.secondary-link-dark {
  color: var(--white-smoke);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.text-rights {
  color: #fff;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link-dark {
  color: var(--light-cream);
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-04 {
  background-color: #fff;
  background-image: url('../images/logo-brown.svg'), linear-gradient(#662402, #662402);
  background-position: 100% 32%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 75%, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0% 19px;
  display: flex;
}

.footer-title {
  color: #ffd2dd;
  margin-bottom: 22px;
  font-size: 17px;
}

.footer-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.footer-flex-wrap {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

.footer-block-right {
  width: 70%;
  padding-left: 45px;
}

.flip-cta {
  background-color: var(--gold);
  color: var(--titles);
  letter-spacing: 2px;
  cursor: auto;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.text-block {
  font-size: 14px;
  font-weight: 500;
}

.team-member-name-two-3, .team-member-name-two-4 {
  color: #68290a;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.ths10-cta-button-2 {
  color: #68290a;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffb700;
  border-radius: 2px;
  padding: 20px 30px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: box-shadow .2s ease-in-out;
}

.ths10-cta-button-2:hover {
  box-shadow: 7px 7px 30px #0000001a;
}

.hero-heading-left-2 {
  background-color: #fffaf1;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.main-subtitles-2 {
  color: #68290a;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.tier-box {
  background-color: #d4ccb2;
  height: 400px;
  padding-bottom: 24px;
}

.tier-title {
  color: var(--titles);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.modal-xr {
  z-index: 5000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000ba;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-xr-content {
  background-color: var(--cornsilk);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70rem;
  height: auto;
  padding: 50px;
  display: flex;
}

.hero-heading-left-3 {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  padding: 21px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-3 {
  width: 40px;
  margin-top: 50px;
  margin-right: 50px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bold-text {
  color: #1d1d1d;
  text-decoration: underline;
}

.link {
  text-decoration: none;
}

.image-4 {
  width: 25px;
}

.modal {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal.is-open {
  display: flex;
}

.modal-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffae0026;
  width: 100%;
  height: 100%;
  display: block;
}

.modal-container {
  background-color: var(--cornsilk);
  border-radius: 20px;
  width: 100%;
  max-width: 60rem;
  padding: .5rem 2rem 1rem;
  position: absolute;
}

.link-block {
  color: #1e1e1e;
  margin-right: -11px;
  padding-top: 12px;
  padding-right: 0;
  text-decoration: none;
  position: absolute;
  inset: 0 1rem auto auto;
}

.close-text {
  font-size: 4rem;
  transform: rotate(45deg);
}

.heading-3 {
  margin-bottom: 1rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.container-7 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: var(--page-bg);
  border-radius: 16px;
  align-items: center;
  padding: 10%;
  display: flex;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.label {
  color: #ffb700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 60vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scroll-animate {
  transform-origin: 50% 0;
  background-color: #ffb700;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.step-title {
  color: var(--titles);
  font-family: Roboto, sans-serif;
}

.paragraph-2, .paragraph-3 {
  font-weight: 400;
}

.process-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.popup-link {
  color: #682909;
  text-decoration: underline;
}

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

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

.play-button {
  z-index: 2;
  background-color: #fdb711;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 40px;
  padding: 18px 20px 18px 28px;
  transition: all .6s, background-color .6s;
  display: flex;
  position: relative;
}

.play-button:hover {
  filter: drop-shadow(0 2px 12px #fcfaf6);
  background-color: #ffb600;
  border: 2px solid #fff;
}

.lottie-animation {
  width: 110px;
}

.lottie-animation:hover {
  color: #333;
  border: 1px #000;
}

.book-section {
  background-color: #f3ede0;
  border-bottom: 0 #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.vsl {
  display: flex;
}

.vsl-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.quick-stack {
  width: 80rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.background-video {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.background-video-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.wwd-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.background-video-3 {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  display: flex;
}

.background-video-4 {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.column {
  height: 600px;
  padding-right: 0;
}

.what-we-do-section {
  background-color: var(--page-bg);
  width: 100%;
  padding-bottom: 57px;
  display: flex;
}

.wedo-box {
  background-image: linear-gradient(360deg, #0000009c, #0000 68%), url('../images/YarnVision-Virtual-reality.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 49%;
  height: 600px;
  padding: 28px;
  display: flex;
}

.wedo-box._2 {
  background-image: linear-gradient(360deg, #000, #0000 47%), url('../images/YarnVision-Augmented-Reality.jpg');
  background-position: 0 0, 0 100%;
}

.wedo-titles {
  color: var(--white);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  line-height: 55px;
}

.wedo-titles.centre {
  text-align: center;
}

.wedo-titles.white {
  color: #fff;
}

.wedo-blurb {
  color: #fff;
  max-width: none;
  margin-bottom: 0;
}

.wedo-blurb.white {
  color: #fff;
}

.wedo-blurb.white.centre {
  text-align: center;
}

.wedo-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns {
  width: 80rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-8 {
  border-top: 1px solid #ffffff42;
  width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
}

.secondary-link-dark-2 {
  color: #f7f7f7;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-column-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 0;
  display: flex;
}

.footer-bottom-full-2 {
  border: 1px #000;
  border-top-color: #ffffff42;
  justify-content: space-between;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 21px;
  display: flex;
}

.footer-link-dark-2 {
  color: #ffe1a0;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.socials-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-top: 19px;
  display: none;
}

.social-link {
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 30px;
  display: flex;
}

.html-embed {
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.html-embed.pink:hover {
  color: #000;
  width: auto;
  height: 18px;
}

.html-embed.pink {
  color: #fdb715;
  background-color: #0000;
  width: auto;
  height: 18px;
  transition: all .2s;
}

.html-embed.pink:hover {
  width: auto;
  height: 18px;
}

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

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

.icip-wrapper {
  border: 1px #000;
  border-top: 1px solid #ffffff42;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.icip-link {
  color: #ffe1a0;
  text-decoration: none;
}

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

.hero-stack-2 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #652402;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.safety-list {
  margin-bottom: 0;
}

.commitment-subsection {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #652402;
  padding: 0 30px 80px;
  position: relative;
}

.all-rights {
  color: #fff;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.aoc {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.aoc-text {
  color: #ffffff94;
  text-align: center;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .ths10-hero-section {
    flex-flow: column;
    display: none;
  }

  .ths10-hero-section.about {
    display: flex;
  }

  .ths10-left-spacer {
    display: none;
  }

  .ths10-hero-footer {
    width: 100%;
  }

  .ths10-hero-content-wrapper {
    flex-flow: row;
  }

  .ths10-tabs-menu {
    width: 80vw;
  }

  .ths10-tabs-content {
    flex-flow: row;
    display: flex;
  }

  .ths10-navigation {
    width: 100%;
    height: auto;
    padding: 1px 2.5%;
  }

  .ths10-cta-button.nav {
    clear: none;
    vertical-align: baseline;
    width: 100%;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .hero-subsection {
    height: 300px;
  }

  .hero-subsection.about {
    background-size: 120%, auto, cover;
    height: 500px;
    margin-top: 0;
    padding-bottom: 53px;
  }

  .hero-subsection.experiences {
    background-position: 0 100%, 0 0, 50% 31%;
    background-size: 120%, auto, cover;
    height: 500px;
    margin-top: auto;
  }

  .hero-subsection.home-hero {
    background-size: 120%, auto, cover;
    height: 500px;
    margin-top: 0;
  }

  .hero-subsection.contact {
    background-position: 0 100%, 0 0, 50% 31%;
    background-size: 120%, auto, cover;
    height: 500px;
    margin-top: auto;
  }

  .hero-subsection.schools-hero, .hero-subsection.artists-hero, .hero-subsection.companies, .hero-subsection.events, .hero-subsection.social-impact, .hero-subsection.councils, .hero-subsection.tourism {
    background-size: 120%, auto, cover;
    height: 500px;
    margin-top: 0;
  }

  .hero-subsection.howworks {
    background-size: 120%, auto, cover;
    height: 500px;
    margin-top: 0;
    padding-bottom: 53px;
  }

  .hero-subsection.book {
    background-position: 0 100%, 0 0, 50% 31%;
    background-size: 120%, auto, cover;
    height: 500px;
    margin-top: auto;
  }

  .hero-subsection.galleries {
    background-size: 120%, auto, cover;
    height: 500px;
    margin-top: 0;
  }

  .hero-content-wrapper {
    width: 100%;
    max-width: 100%;
    padding-bottom: 33px;
  }

  .hero-content-wrapper.home {
    padding-bottom: 40px;
  }

  .nav-wrap {
    align-items: center;
    width: 100%;
  }

  .hero-title {
    font-size: 30px;
    line-height: 60px;
  }

  .hero-heading-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-wrapper.flip {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    position: static;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .hero-split.text {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .margin-bottom-24px {
    text-align: center;
  }

  .shadow-two {
    width: 100%;
    height: 350px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .hero-stack.wedo {
    padding: 0 0 20px;
  }

  .hero-image.shadow-two {
    height: auto;
  }

  .main-titles {
    font-size: 60px;
    line-height: 70px;
  }

  .main-titles.centre {
    font-size: 40px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .hero-heading-right {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero-subscribe-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-subtitles {
    text-align: center;
    font-size: 40px;
    line-height: 70px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .card-btn {
    width: 60%;
    padding: 4px 8px;
    font-size: 15px;
  }

  .benefits-card-wrapper {
    width: 500px;
    height: 350px;
  }

  .benefits-front-side._2 {
    background-image: linear-gradient(#0000, #0000), url('../images/melbourne-951352_1280.jpg');
    background-size: auto, cover;
  }

  .benefits-new-group {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .box-title {
    font-size: 30px;
  }

  .div-card-group {
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-card-group.no-margin-card {
    margin-left: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .team-block-2 {
    height: 280px;
  }

  .team-block-info-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .team-member-name-two-2, .team-member-text-2 {
    text-align: center;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .gallery-overview.schools {
    background-image: linear-gradient(to bottom, null, null), url('../images/australia-5200007_1920.jpg');
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-feature {
    background-position: 0 0;
  }

  .subtitle {
    text-align: center;
    margin-top: 0;
    font-size: 21px;
    line-height: 25px;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    background-color: #000000c2;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1px;
    padding-bottom: 15px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fff0;
  }

  .container-4 {
    width: 100%;
    min-width: 100%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .nav-menu-2 {
    background-color: #000000db;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button-2 {
    background-color: #3f282800;
  }

  .menu-button-2.w--open {
    background-color: #fff0;
  }

  .footer-block-left {
    border: 1px #000;
    border-bottom: 1px solid #151c3417;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-column {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .line-break {
    display: none;
  }

  .logo-flat {
    margin-bottom: 32px;
  }

  .footer-bottom-full {
    flex-direction: column;
    margin-top: 60px;
  }

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

  .footer-04 {
    background-image: url('../images/logo-brown.svg'), linear-gradient(#662402, #662402);
    background-position: 0%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 120%, auto;
  }

  .footer-wrapper {
    justify-content: space-around;
    align-items: flex-end;
    margin-top: 18px;
  }

  .footer-flex-wrap {
    flex-wrap: wrap;
  }

  .footer-block-right {
    width: 100%;
    padding-left: 0;
  }

  .hero-heading-left-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-subtitles-2 {
    font-size: 60px;
    line-height: 70px;
  }

  .tier-box {
    height: 600px;
    padding-bottom: 0;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .modal-container {
    max-width: 90%;
  }

  .content-block {
    width: 100%;
  }

  .step-block {
    min-height: auto;
  }

  .lightbox-link {
    width: 90%;
    height: 400px;
  }

  .play-button {
    width: 90px;
    height: 90px;
    margin-top: 20px;
  }

  .lottie-animation {
    width: 90px;
  }

  .quick-stack {
    width: 1000%;
    max-width: 100%;
  }

  .wwd-top {
    height: auto;
  }

  .background-video-4 {
    width: 90%;
    height: 400px;
    margin-top: 41px;
    margin-left: auto;
    margin-right: auto;
  }

  .column {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .wedo-box {
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    margin-bottom: 22px;
  }

  .wedo-box._2 {
    background-position: 0 0, 100% 100%;
  }

  .wedo-titles {
    text-align: center;
    margin-top: 0;
    font-size: 40px;
    line-height: 70px;
  }

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

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

  .columns {
    width: 100%;
  }

  .footer-column-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .footer-bottom-full-2 {
    flex-direction: column;
    margin-top: 60px;
  }

  .footer-wrapper-left {
    justify-content: flex-end;
    align-items: center;
  }

  .icip-wrapper {
    flex-direction: column;
    margin-top: 60px;
  }

  .container-9 {
    max-width: 728px;
  }

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

  .aoc {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .ths10-navigation {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image {
    width: 150px;
  }

  .hero-subsection.about {
    height: 400px;
  }

  .hero-subsection.experiences {
    background-size: 120%, auto, cover;
    height: 400px;
    margin-top: 0;
  }

  .hero-subsection.home-hero {
    height: 400px;
    margin-top: 0;
  }

  .hero-subsection.contact {
    background-size: 120%, auto, cover;
    height: 400px;
    margin-top: 0;
  }

  .hero-subsection.schools-hero {
    background-image: url('../images/liner.svg'), linear-gradient(0deg, #6463008f 14%, #0000 63%, #069e70), url('../images/schools_1.avif');
    background-position: 0 100%, 0 0, 0 0;
    background-repeat: repeat-x, repeat, repeat;
    background-size: 120%, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 400px;
    margin-top: 0;
  }

  .hero-subsection.artists-hero, .hero-subsection.companies, .hero-subsection.events, .hero-subsection.social-impact {
    height: 400px;
    margin-top: 0;
  }

  .hero-subsection.councils {
    background-image: url('../images/liner.svg'), linear-gradient(0deg, #6463008f 14%, #0000 63%, #069e70), url('../images/melbourne-951352_1280.jpg');
    background-position: 0 100%, 0 0, 0 0;
    background-repeat: repeat-x, repeat, repeat;
    background-size: 120%, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 400px;
    margin-top: 0;
  }

  .hero-subsection.tourism {
    height: 400px;
    margin-top: 0;
  }

  .hero-subsection.howworks {
    height: 400px;
  }

  .hero-subsection.book {
    background-size: 120%, auto, cover;
    height: 400px;
    margin-top: 0;
  }

  .hero-subsection.galleries {
    background-image: url('../images/liner.svg'), linear-gradient(0deg, #000c 22%, #0000 58%, #53511f), url('../images/painting.jpg');
    background-position: 0 100%, 0 0, 0 0;
    background-repeat: repeat-x, repeat, repeat;
    background-size: 120%, auto, 750px;
    background-attachment: scroll, scroll, scroll;
    height: 400px;
    margin-top: 0;
  }

  .hero-content-wrapper {
    padding-bottom: 20px;
  }

  .hero-content-wrapper.home {
    padding-bottom: 26px;
  }

  .hero-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .hero-heading-left {
    padding: 10px 15px;
  }

  .hero-split {
    padding-left: 0;
  }

  .values_section {
    padding: 60px 15px;
  }

  .hero-stack {
    padding: 60px 30px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .hero-heading-right, .hero-subscribe-left {
    padding: 60px 30px;
  }

  .main-subtitles.centre {
    line-height: 45px;
  }

  .main-subtitles.centre.modal-title {
    font-size: 25px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .card-btn {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 24px;
  }

  .flip-back-text {
    font-size: 12px;
  }

  .benefits-card-wrapper {
    width: 95%;
  }

  .benefits-new-group {
    padding-bottom: 0;
  }

  .values-cols.last {
    margin-top: 0;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .team-block-2 {
    height: auto;
    margin-bottom: 11px;
  }

  .features-list-2 {
    padding: 60px 15px;
  }

  .gallery-overview {
    padding: 60px 30px;
  }

  .gallery-feature {
    background-position: 0 0;
  }

  .terms-section {
    padding: 60px 15px;
  }

  .subtitle {
    font-size: 21px;
    line-height: 25px;
  }

  .menu-button-2 {
    background-color: #3f282800;
  }

  .footer-block-left {
    border-top-color: #fff;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-column {
    text-align: center;
    border-top: 1px solid #ffffff3d;
    justify-content: flex-start;
    align-items: center;
    padding-top: 36px;
    padding-right: 0;
  }

  .logo-flat {
    margin-bottom: 45px;
  }

  .footer-bottom-full {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  .secondary-link-dark {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-rights, .footer-link-dark {
    margin-right: 0;
  }

  .footer-04 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-heading-left-2 {
    padding: 10px 15px;
  }

  .tier-box {
    height: auto;
    margin-bottom: 11px;
    padding-bottom: 0;
  }

  .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    display: none;
    position: absolute;
    bottom: 50%;
  }

  .step {
    z-index: 150;
    justify-content: center;
    padding: 5%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .lightbox-link {
    height: 300px;
  }

  .book-section {
    padding: 60px 30px;
  }

  .background-video-4 {
    width: auto;
    height: 350px;
  }

  .wedo-box._2 {
    background-position: 0 0, 100% 100%;
  }

  .wedo-titles.centre {
    line-height: 45px;
  }

  .wedo-titles.centre.modal-title {
    font-size: 25px;
  }

  .secondary-link-dark-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-column-2 {
    text-align: center;
    border-top: 1px solid #ffffff3d;
    justify-content: flex-start;
    align-items: center;
    padding-top: 36px;
    padding-right: 0;
  }

  .footer-bottom-full-2 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  .footer-link-dark-2 {
    margin-right: 0;
  }

  .icip-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  .hero-stack-2, .commitment-subsection {
    padding: 60px 15px;
  }

  .all-rights {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .ths10-hero-section.about {
    display: flex;
  }

  .ths10-navigation {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image {
    width: 140px;
  }

  .hero-subsection.about {
    background-size: 200%, auto, cover;
  }

  .hero-subsection.experiences {
    background-size: 200%, auto, cover;
    height: 300px;
    margin-top: 0;
  }

  .hero-subsection.home-hero {
    background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/YarnVision-VR---why_1.avif');
    background-position: 0 100%, 0 0, 50% 0;
    background-repeat: repeat-x, repeat, repeat;
    background-size: 200%, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 400px;
  }

  .hero-subsection.contact {
    background-size: 200%, auto, cover;
    height: 300px;
    margin-top: 0;
  }

  .hero-subsection.schools-hero {
    background-image: url('../images/liner.svg'), linear-gradient(0deg, #6459048a 14%, #00000029 67%, #038860 91%), url('../images/schools_1.avif');
    background-position: 0 100%, 0 0, 50% 0;
    background-repeat: repeat-x, repeat, repeat;
    background-size: 200%, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 400px;
  }

  .hero-subsection.artists-hero {
    background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/YarnVision-collaboration_1.avif');
    background-position: 0 100%, 0 0, 50% 0;
    background-repeat: repeat-x, repeat, repeat;
    background-size: 200%, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 400px;
  }

  .hero-subsection.companies {
    background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/office-artwork.jpg');
    background-position: 0 100%, 0 0, 50% 0;
    background-repeat: repeat-x, repeat, repeat;
    background-size: 200%, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 400px;
  }

  .hero-subsection.events {
    background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/yarn-vision-for-events2.avif');
    background-position: 0 100%, 0 0, 50% 0;
    background-repeat: repeat-x, repeat, repeat;
    background-size: 200%, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 400px;
  }

  .hero-subsection.social-impact {
    background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/003_1.avif');
    background-position: 0 100%, 0 0, 50% 0;
    background-repeat: repeat-x, repeat, repeat;
    background-size: 200%, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 400px;
  }

  .hero-subsection.councils {
    background-image: url('../images/liner.svg'), linear-gradient(0deg, #6459048a 14%, #00000029 67%, #038860 91%), url('../images/melbourne-951352_1280.jpg');
    background-position: 0 100%, 0 0, 50% 0;
    background-repeat: repeat-x, repeat, repeat;
    background-size: 200%, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 400px;
  }

  .hero-subsection.tourism {
    background-image: url('../images/liner.svg'), linear-gradient(0deg, #0000008a 14%, #0000), url('../images/yarn-vision-for-visitors-centres.avif');
    background-position: 0 100%, 0 0, 50%;
    background-repeat: repeat-x, repeat, repeat;
    background-size: 200%, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 400px;
  }

  .hero-subsection.howworks {
    background-size: 200%, auto, cover;
  }

  .hero-subsection.book {
    background-size: 200%, auto, cover;
    height: 300px;
    margin-top: 0;
  }

  .hero-subsection.galleries {
    background-image: url('../images/liner.svg'), linear-gradient(0deg, #000000e0 14%, #00000029 67%, #645b34ad 91%), url('../images/painting.jpg');
    background-position: 0 100%, 0 0, 50% 0;
    background-repeat: repeat-x, repeat, repeat;
    background-size: 200%, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 400px;
  }

  .hero-content-wrapper {
    padding-bottom: 39px;
  }

  .hero-content-wrapper.home {
    overflow: hidden;
  }

  .hero-title {
    font-size: 28px;
    line-height: 30px;
    position: relative;
  }

  .hero-heading-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-wrapper.flip {
    justify-content: center;
    align-items: flex-start;
  }

  .hero-split {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .hero-split.text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .shadow-two {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .values_section {
    padding-top: 20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .hero-stack.wedo {
    padding-left: 17px;
    padding-right: 17px;
  }

  .main-titles {
    font-size: 35px;
    line-height: 40px;
  }

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .main-subtitles {
    font-size: 35px;
    line-height: 40px;
  }

  .main-subtitles.centre.modal-title {
    font-size: 28px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .card-btn {
    width: 80%;
    padding: 3px;
    font-size: 14px;
    line-height: 30px;
  }

  .benefits-card-wrapper {
    width: 85%;
  }

  .box-title {
    font-size: 25px;
  }

  .div-card-group {
    justify-content: center;
    align-items: center;
    width: 98%;
    margin-right: 0;
    display: flex;
  }

  .div-card-group.no-margin-card {
    margin-left: 0;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-block-2 {
    height: auto;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .gallery-overview.schools {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/australia-5200007_1920.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .container-3 {
    justify-content: flex-start;
    align-items: baseline;
    display: block;
    position: static;
  }

  .nav-menu {
    position: absolute;
  }

  .menu-button-2 {
    background-color: #3f282800;
  }

  .footer-bottom-full {
    text-align: center;
    flex-direction: column;
    padding-top: 0;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .text-rights {
    text-align: center;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-04 {
    background-image: url('../images/logo-brown.svg'), linear-gradient(to bottom, null, null);
    background-size: 200%, auto;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    padding-top: 19px;
  }

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

  .hero-heading-left-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-subtitles-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .tier-box {
    height: auto;
    padding-bottom: 0;
  }

  .container-6 {
    max-width: none;
  }

  .margin-bottom-24px-2 {
    font-size: 13px;
    line-height: 20px;
  }

  .modal-container {
    padding: .9rem;
  }

  .img-block {
    width: 90%;
  }

  .step {
    z-index: 150;
    padding: 5%;
  }

  .content-wrap {
    height: auto;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .step-block {
    min-height: auto;
    margin-top: 20px;
  }

  .content {
    font-size: 20px;
  }

  .lightbox-link {
    height: 250px;
  }

  .quick-stack {
    width: 100%;
  }

  .background-video-4 {
    width: 98%;
    height: 250px;
  }

  .wedo-box {
    height: 500px;
  }

  .wedo-box._2 {
    background-position: 0 0, 100% 100%;
  }

  .wedo-titles {
    font-size: 35px;
    line-height: 40px;
  }

  .wedo-titles.centre.modal-title {
    font-size: 28px;
  }

  .secondary-link-dark-2 {
    margin-right: 32px;
  }

  .footer-bottom-full-2 {
    text-align: center;
    flex-direction: column;
    padding-top: 0;
  }

  .footer-wrapper-left {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    padding-top: 19px;
  }

  .icip-wrapper {
    text-align: center;
    flex-direction: column;
    padding-top: 0;
  }

  .container-9 {
    max-width: none;
  }

  .all-rights {
    text-align: center;
    margin-right: 0;
    padding-top: 31px;
    padding-left: 37px;
    padding-right: 37px;
  }

  .aoc {
    padding-top: 0;
  }

  .aoc-text {
    font-size: 16px;
  }
}

#w-node-_9d743363-9000-187a-e970-68ad80d4c424-5aeede31, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-7b6cd940, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-bea5090f, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-84d867ca, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-3b2b8a80, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-99a2a6af, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-d9d7c4d3, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-9decad36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9d743363-9000-187a-e970-68ad80d4c424-5aeede31, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-7b6cd940, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-bea5090f, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-84d867ca, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-3b2b8a80, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-99a2a6af, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-d9d7c4d3, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-9decad36 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9d743363-9000-187a-e970-68ad80d4c424-5aeede31, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-7b6cd940, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-bea5090f, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-84d867ca, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-3b2b8a80, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-99a2a6af, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-d9d7c4d3, #w-node-_07a575b9-b87f-ef6a-90a6-a1e7953bfe7b-9decad36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Galgo';
  src: url('../fonts/Galgo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}