:root {
  --fontyn_light-blue: #65cfe9;
  --fontyn_dark-blue: #1a206d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  flex-flow: column;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  line-height: 1.4;
}

a {
  font-size: 1rem;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 1.5rem;
  line-height: 1.6;
}

.container {
  width: 85%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container._100-deep {
  height: 100%;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.section_style.spacers {
  background-color: #f0f0f0;
}

.page_wrapper {
  flex-flow: column;
  justify-content: space-between;
  min-height: 100dvh;
  display: flex;
  overflow: hidden;
}

.overlay {
  z-index: 100;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  transition: all .45s;
  display: none;
  position: fixed;
  inset: 0%;
}

.hamburger-icon {
  width: 50%;
}

.menu-top-wrapper {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-links {
  z-index: 999999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.overlay-menu-contact-details {
  color: var(--fontyn_light-blue);
  text-align: right;
  margin-bottom: .3em;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.overlay-menu-contact-details-wrapper {
  text-align: right;
  line-height: 1;
}

.overlay-menu-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.3;
  display: inline-block;
}

.overlay-menu-link:hover {
  color: var(--fontyn_light-blue);
}

.overlay-menu-link:focus {
  color: var(--fontyn_light-blue);
  font-weight: 400;
}

.overlay-menu-link-wrapper {
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.overlay-menu-link-wrapper:hover {
  opacity: .44;
  color: #c97c12;
}

.overlay-menu-link-wrapper.w--current {
  opacity: .39;
  color: #b57e9d;
}

.overlay-menu-link-wrapper.bottom {
  margin-bottom: 0;
}

.menu-close-cross {
  width: 50%;
}

.social-link-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 5rem;
  position: relative;
}

.menu-grid {
  z-index: 100;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr .25fr 2.25fr;
  width: 80%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.menu-wrapper---full-screen {
  z-index: 10;
  justify-content: center;
}

.menu-open {
  z-index: 1;
  background-color: var(--fontyn_dark-blue);
  color: #0000;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-open:hover {
  background-color: var(--fontyn_light-blue);
}

.menu-close {
  z-index: 110;
  color: #333;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-close:hover {
  opacity: .44;
  transform: scale(.9);
}

.overlay-menu-social-link {
  width: 3rem;
  height: 3rem;
  margin-right: .3rem;
  transition: all .45s, opacity .2s;
  transform: none;
}

.overlay-menu-social-link:hover {
  opacity: .56;
  transform: scale(.9);
}

.menu-bg {
  z-index: 99;
  background-color: var(--fontyn_dark-blue);
  color: #333;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
}

.footer {
  margin-top: auto;
}

.wrapper_footer {
  justify-content: space-between;
  display: flex;
}

.wrapper_footer_nav-and-fineprint {
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-logo {
  margin-bottom: 2rem;
}

.footer_link {
  color: var(--fontyn_dark-blue);
  font-size: .8rem;
}

.footer_link:hover {
  font-weight: 600;
}

.footer_heading {
  color: var(--fontyn_dark-blue);
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.wrapper_footer_logo-and-deets {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapper_footer_logo {
  width: 18rem;
  margin-bottom: 4rem;
  transition: all .2s;
}

.wrapper_footer_logo:hover {
  transform: scale(.97);
}

.container-2 {
  z-index: 5;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer_fineprint {
  color: var(--fontyn_dark-blue);
  text-transform: uppercase;
  margin-top: 2em;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.2;
}

.footer-links {
  color: #fff;
  margin-left: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.footer_address {
  color: #fff;
  font-size: 1rem;
}

.footer_nav-link {
  color: var(--fontyn_dark-blue);
  font-weight: 500;
}

.footer_nav-link:hover {
  font-weight: 600;
}

.footer_tagline {
  color: var(--fontyn_dark-blue);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.footer_fontyn {
  background-color: var(--fontyn_light-blue);
  margin-top: auto;
  padding-top: 5rem;
  position: relative;
}

.wrapper_footer-social-links {
  text-align: right;
}

.wrapper_footer-nav {
  justify-content: flex-end;
  display: flex;
}

.footer_dark-blue-strip {
  background-color: var(--fontyn_dark-blue);
  height: 3rem;
  margin-top: 5rem;
}

.footer_social-link {
  width: 2.5rem;
  margin-left: .3rem;
  transition: all .2s;
}

.footer_social-link:hover {
  transform: scale(.95);
}

.wrapper_footer-details {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer_tagline_stacked {
  color: var(--fontyn_dark-blue);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  display: none;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  font-size: .9rem;
  line-height: 1.2;
}

.overlay_logo-wrapper {
  width: 20rem;
}

.container-3 {
  z-index: 5;
  width: 85%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spacer_large {
  width: 100%;
  height: 4rem;
}

.spacer_medium {
  width: 100%;
  height: 2rem;
}

.spacer_small {
  width: 100%;
  height: 1rem;
}

.section_home-hero {
  z-index: 2;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.wrapper_home-hero-top {
  width: 100%;
}

.wrapper_home-hero-bottom {
  background-color: var(--fontyn_light-blue);
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.home-hero_dark-blue {
  background-color: var(--fontyn_dark-blue);
  width: 100%;
  height: 3rem;
}

.grid_home-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 40% 50%;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  max-width: 1800px;
  margin: 8rem auto 5rem;
  position: relative;
}

.home-hero_logo {
  z-index: 1;
  width: 45%;
  max-width: 40rem;
  position: relative;
}

.wrapper_home-hero-image {
  z-index: 1;
  text-align: right;
  background-color: #fff0;
  width: 42%;
  position: absolute;
  inset: 5rem 5rem 5rem auto;
}

.wrapper_home-hero-text {
  z-index: 1;
  width: 48%;
  max-width: 800px;
  position: relative;
}

.heading_extra-large {
  color: var(--fontyn_dark-blue);
  letter-spacing: -7px;
  font-size: 5.8rem;
  font-weight: 400;
  line-height: .9;
}

.heading_extra-large.white {
  color: #fff;
}

.heading_sub-head_black {
  letter-spacing: -1px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.heading_sub-head_black.pad_right {
  padding-right: 1rem;
}

.spacer_extra-large {
  width: 100%;
  height: 6rem;
}

.section_home-about {
  z-index: 1;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.grid_home-about {
  z-index: 2;
  grid-template-rows: 4rem auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading_medium {
  color: var(--fontyn_dark-blue);
  letter-spacing: -3px;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: .9;
}

.heading_medium.white {
  color: #fff;
  font-size: 4rem;
}

.image-wrapper_home-about {
  z-index: 1;
  background-image: url('../images/Cancer-Council-Gala-Ball---Devonport-01_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom-left-radius: 5rem;
  width: 120%;
  height: 100%;
  min-height: 25rem;
  position: relative;
}

.wrapper_speech-bubble_home-about {
  z-index: 0;
  background-color: #fff;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 4rem 4rem 4rem 8rem;
  display: flex;
  position: relative;
}

.wrapper_speech-text {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 8%;
}

.heading_sub_caps {
  color: var(--fontyn_dark-blue);
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.div-block-3 {
  background-color: var(--fontyn_dark-blue);
  width: 80%;
  height: 5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-block_speech {
  background-color: #fff;
  border-top-right-radius: 3rem;
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph {
  font-size: 1.1rem;
}

.paragraph.italic {
  font-style: italic;
  font-weight: 400;
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  min-width: 20rem;
  padding: 1rem 2rem;
  line-height: 1.2rem;
  transition: all .2s;
}

.button:hover {
  border-color: var(--fontyn_dark-blue);
  background-color: var(--fontyn_light-blue);
  color: var(--fontyn_dark-blue);
}

.button.blue {
  border-color: var(--fontyn_dark-blue);
  color: var(--fontyn_dark-blue);
}

.button.blue:hover {
  border-color: var(--fontyn_light-blue);
}

.button.pad-top {
  z-index: 2;
  margin-top: 2rem;
  position: relative;
}

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

.container_max {
  width: 85%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.section_home-services {
  z-index: 1;
  background-color: #fff;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.image-wrapper_home-services {
  background-color: #f1eeee;
  background-image: url('../images/Andy-Murray---Brisbane-Intl---2019_1.avif');
  background-position: 0%;
  background-size: cover;
  border-bottom-left-radius: 5rem;
  width: 150%;
  height: 100%;
  margin-left: 3em;
}

.background-video {
  z-index: -1;
  filter: blur(5px);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.colour-overlay_home-about {
  z-index: -1;
  background-color: var(--fontyn_dark-blue);
  opacity: .83;
  position: absolute;
  inset: 0%;
}

.image {
  z-index: -1;
  width: 8rem;
  position: absolute;
  inset: auto auto -6.5rem 0%;
}

.wraper_home-hero-sub {
  width: 100%;
}

.slider_home-hero {
  background-color: var(--fontyn_dark-blue);
  border-top-right-radius: 8rem;
  border-bottom-left-radius: 8rem;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.home-hero-slide-1 {
  background-image: url('../images/Neale-Daniher---Clifford-Craig-Foundation_1.avif');
  background-position: 50% 0;
  background-size: cover;
}

.mask {
  border-top-right-radius: 8rem;
  border-bottom-left-radius: 8rem;
}

.home-hero-slide-2 {
  background-image: url('../images/AFL-Finals---MCG---2018_1.avif');
  background-position: 50% 70%;
  background-size: cover;
}

.section_about-hero {
  z-index: 1;
  background-color: #fff;
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
}

.image-wrapper_about-hero {
  background-color: #f1eeee;
  background-image: url('../images/Andy-Murray---Brisbane-Intl---2019_1.avif');
  background-position: 0%;
  background-size: cover;
  border-top-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  width: 93%;
  height: 120%;
  position: relative;
}

.page-top-wrapper {
  z-index: 2;
  background-color: var(--fontyn_light-blue);
  justify-content: center;
  align-items: center;
  height: 7rem;
  display: flex;
  position: relative;
}

.logo-link_internal-pages {
  width: 25rem;
  transition: all .2s;
  position: absolute;
}

.logo-link_internal-pages:hover {
  transform: scale(.98);
}

.heading_page-top {
  color: var(--fontyn_dark-blue);
  text-align: right;
  padding-right: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.section_about-content {
  padding-bottom: 6rem;
}

.grid_about-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.colour-block {
  z-index: 1;
  background-color: var(--fontyn_dark-blue);
  width: 60vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wrapper_about-content-top {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.wrapper {
  z-index: 2;
  position: relative;
}

.wrapper._90 {
  width: 90%;
}

.paragraph-white {
  color: #fff;
}

.paragraph-white._90 {
  width: 90%;
}

.heading {
  color: #fff;
  letter-spacing: -2px;
  font-weight: 400;
  line-height: 1.1;
}

.image-wrapper_about-main {
  text-align: right;
  background-image: url('../images/TFFPN_1.avif');
  background-position: 0%;
  background-size: cover;
  border-top-right-radius: 5rem;
  width: 102%;
  height: 100%;
  min-height: 30rem;
}

.image-wrapper_about-main:hover {
  filter: sepia();
}

.image-wrapper_about-main._2 {
  background-image: url('../images/Cancer-Council-Gala-Ball---Devonport-02_1.avif');
  width: 100%;
}

.about-image {
  background-image: url('../images/Hawthorn-Centenary---UTAS-Stadium_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 18rem;
}

.about-image:hover {
  filter: sepia();
}

.about-image._2 {
  background-image: url('../images/AFL-Finals---MCG---2018_1.avif');
  background-position: 50% 100%;
}

.about-image._3 {
  background-image: url('../images/Tasmanian-Timber-Awards-2019_1.avif');
}

.about-image._4 {
  background-image: url('../images/Matthew-Richardson---Healing-for-Hillcrest-Hawthorn-vs.-Richmond---05-MAR-2022---3_1.avif');
  background-position: 50%;
  border-bottom-right-radius: 3rem;
}

.about-image._1 {
  border-top-left-radius: 3rem;
}

.div-block-6 {
  padding-left: 3rem;
  position: relative;
}

.list {
  padding-left: 1rem;
}

.list-text {
  color: var(--fontyn_dark-blue);
  letter-spacing: -1px;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.list-text.small {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
}

.link_contact-speech-bubble {
  float: right;
  width: 12rem;
  transition: all .2s, opacity .2s;
  transform: none;
}

.link_contact-speech-bubble:hover {
  transform: scale(.97);
}

.home-hero-ligh-blue-block {
  display: none;
}

.heading_large {
  color: var(--fontyn_dark-blue);
  letter-spacing: -7px;
  font-size: 5.8rem;
  font-weight: 400;
  line-height: .9;
}

.heading_large.white {
  color: #fff;
}

.image-wrapper_services-hero {
  background-color: #f1eeee;
  background-image: url('../images/Cancer-Council-Gala-Ball---Devonport-01_1.avif');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  width: 93%;
  height: 120%;
  position: relative;
}

.wrapper_services-hero-text {
  z-index: 0;
  background-color: #fff;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
  position: relative;
}

.section_services-main {
  background-color: #65cfe94d;
  padding-top: 5rem;
  padding-bottom: 6rem;
  position: relative;
}

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

.section_services-hero {
  z-index: 1;
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
}

.wrapper_services-text {
  width: 90%;
}

.paragraph_highlight {
  color: var(--fontyn_dark-blue);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.wrapper_services-speech-bubble {
  z-index: 1;
  background-color: #fff;
  border-top-left-radius: 3rem;
  border-top-right-radius: 5rem;
  border-bottom-left-radius: 3rem;
  margin-top: 2rem;
  padding: 5rem 5rem 3rem;
  position: relative;
}

.paragraph_leader {
  z-index: 1;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.list-2 {
  margin-bottom: 0;
  padding-left: 1rem;
}

.speech-bubble-corner {
  width: 10rem;
  position: absolute;
  inset: -5rem 0% auto auto;
  transform: rotate(180deg);
}

.grid_service-images {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.services_image {
  background-image: url('../images/Rafa_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 3rem;
  height: 20vw;
  max-height: 20rem;
}

.services_image:hover {
  filter: sepia();
}

.services_image._2 {
  background-image: url('../images/AFL-Finals---MCG---2018_1.avif');
  background-position: 50% 100%;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 0;
}

.services_image._3 {
  background-image: url('../images/Tasmanian-Timber-Awards-2019_1.avif');
}

.services_image._4 {
  background-image: url('../images/Matthew-Richardson---Healing-for-Hillcrest-Hawthorn-vs.-Richmond---05-MAR-2022---3_1.avif');
  background-position: 50%;
  border-bottom-right-radius: 3rem;
}

.services_image._1 {
  border-top-left-radius: 3rem;
}

.section_services-cta {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.services-content-colour-block {
  background-color: #d2f0f8;
  height: 10rem;
  position: absolute;
  inset: -5rem 0% auto;
}

.grid_services-cta {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .3fr;
}

.heading-cta {
  color: var(--fontyn_dark-blue);
  letter-spacing: -3px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.cta_text {
  color: var(--fontyn_dark-blue);
  letter-spacing: -1px;
  font-size: 2rem;
  line-height: 2.3rem;
}

.link_cta {
  width: 15rem;
  transition: all .2s;
  transform: none;
}

.link_cta:hover {
  transform: scale(.98);
}

.section_contact {
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.contact-link_cta {
  width: 15rem;
  transition: all .2s;
  transform: none;
}

.contact-link_cta:hover {
  transform: scale(.95);
}

.contact_social-media-link {
  width: 4rem;
  margin-right: .5rem;
  transition: all .2s;
  transform: none;
}

.contact_social-media-link:hover {
  transform: scale(.95);
}

.grid_contact {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
}

.wrapper_contact {
  width: 90%;
  max-width: 1200px;
  margin-bottom: 2rem;
}

.wrapper_contact-socials {
  display: inline-block;
}

.home-hero-slide-3 {
  background-image: url('../images/Cancer-Council-Gala-Ball---Devonport-02_1.avif');
  background-position: 0 100%;
  background-size: cover;
}

.home-hero-slide-4 {
  background-image: url('../images/Andy-Murray---Brisbane-Intl---2019_1.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.light-blue-block-top {
  background-color: var(--fontyn_light-blue);
  height: 3rem;
  position: absolute;
  inset: 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .container {
    width: 90%;
  }

  .overlay {
    font-size: 1.2em;
  }

  .menu-top-wrapper {
    z-index: 100;
  }

  .menu-links {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .overlay-menu-contact-details {
    text-align: left;
    margin-top: 5px;
    font-size: 2.3rem;
  }

  .overlay-menu-contact-details-wrapper {
    width: 100%;
    font-size: 1em;
  }

  .overlay-menu-link-wrapper {
    text-align: left;
    margin-top: 0;
    margin-bottom: .8em;
  }

  .social-link-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .menu-grid {
    width: 85%;
  }

  .menu-wrapper---full-screen {
    display: flex;
  }

  .menu-open {
    z-index: 100;
    border-radius: 50px;
    width: 4rem;
    height: 4rem;
  }

  .overlay-menu-social-link {
    width: 4rem;
    margin-right: .5rem;
  }

  .menu-bg {
    display: block;
  }

  .footer_heading {
    font-size: 1.7rem;
  }

  .footer_address {
    line-height: 1;
  }

  .wrapper_footer-nav {
    flex-flow: column;
  }

  .footer_social-link {
    width: 3rem;
  }

  .text-block {
    text-align: left;
    font-size: 1rem;
  }

  .overlay_logo-wrapper {
    width: 18rem;
  }

  .wrapper_home-hero-bottom {
    padding-top: 3rem;
  }

  .grid_home-hero {
    width: 90%;
    margin-top: 7rem;
    margin-bottom: 4rem;
  }

  .wrapper_home-hero-image {
    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
    top: 6rem;
    right: 3rem;
  }

  .heading_extra-large.pad-right {
    font-size: 4.8rem;
  }

  .grid_home-about {
    grid-template-rows: 4rem auto auto auto auto auto;
    grid-template-columns: 1.75fr 1fr 1fr;
  }

  .heading_medium.white {
    font-size: 3.5rem;
  }

  .image-wrapper_home-about {
    border-bottom-left-radius: 3rem;
    height: 25rem;
    min-height: 0;
  }

  .wrapper_speech-bubble_home-about {
    padding-left: 6rem;
  }

  .wrapper_speech-text {
    width: 72%;
    height: 90%;
    left: 9%;
  }

  .button.pad-top {
    margin-top: 1.5rem;
  }

  .section_home-services {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .image-wrapper_home-services {
    border-bottom-left-radius: 3rem;
  }

  .image {
    width: 7rem;
    bottom: -6rem;
  }

  .slider_home-hero, .mask {
    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
  }

  .section_about-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .image-wrapper_about-hero {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .logo-link_internal-pages {
    z-index: 5;
    width: 20rem;
  }

  .heading_page-top {
    padding-right: 3.5rem;
  }

  .section_about-content {
    padding-bottom: 4rem;
  }

  .image-wrapper_about-main {
    background-position: 30%;
  }

  .about-image {
    height: 12rem;
  }

  .link_contact-speech-bubble {
    width: 10rem;
  }

  .heading_large {
    font-size: 5.3rem;
  }

  .heading_large.pad-right {
    font-size: 4.8rem;
  }

  .image-wrapper_services-hero {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .section_services-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wrapper_services-speech-bubble {
    padding: 4rem;
  }

  .services_image {
    height: 25vw;
  }

  .services-content-colour-block {
    height: 6rem;
  }

  .cta_text {
    font-size: 1.9rem;
  }

  .contact_social-media-link {
    width: 4rem;
  }

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

  .home-hero-slide-3 {
    background-position: 30%;
  }
}

@media screen and (max-width: 767px) {
  .menu-links {
    margin-bottom: .5em;
    padding-top: 0;
  }

  .overlay-menu-contact-details {
    font-size: 2.1rem;
  }

  .overlay-menu-contact-details-wrapper {
    margin-top: 2em;
  }

  .overlay-menu-link {
    font-size: 2rem;
  }

  .overlay-menu-link-wrapper {
    margin-top: 0;
    margin-bottom: .6em;
  }

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

  .menu-bg {
    display: block;
  }

  .wrapper_footer {
    flex-flow: column;
    align-items: flex-start;
  }

  .wrapper_footer_nav-and-fineprint {
    align-items: flex-start;
    margin-top: 5rem;
  }

  .footer_link {
    font-size: .9rem;
  }

  .footer_heading {
    font-size: 2rem;
  }

  .wrapper_footer_logo-and-deets {
    margin-bottom: 3rem;
  }

  .wrapper_footer_logo {
    margin-bottom: 2rem;
  }

  .footer_fineprint {
    text-align: left;
    font-size: .9rem;
  }

  .footer-links {
    margin-left: 0;
    margin-right: 1rem;
  }

  .footer_nav-link {
    font-size: 1.2rem;
  }

  .footer_tagline {
    font-size: 1.1rem;
  }

  .wrapper_footer-social-links {
    text-align: left;
  }

  .wrapper_footer-nav {
    text-align: left;
    flex-flow: row;
  }

  .footer_dark-blue-strip {
    margin-top: 3rem;
  }

  .overlay_logo-wrapper {
    width: 15rem;
  }

  .container-3 {
    width: 90%;
  }

  .spacer_large {
    height: 3rem;
  }

  .wrapper_home-hero-bottom {
    padding-bottom: 3rem;
  }

  .grid_home-hero {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }

  .home-hero_logo {
    width: 80%;
  }

  .wrapper_home-hero-image {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    width: 90%;
    height: 80vw;
    margin-bottom: 3rem;
    position: relative;
    top: 1rem;
    right: 0;
  }

  .wrapper_home-hero-text {
    width: 100%;
  }

  .heading_extra-large.pad-right {
    letter-spacing: -5px;
  }

  .heading_sub-head_black {
    font-size: 1.9rem;
  }

  .spacer_extra-large {
    height: 3rem;
  }

  .section_home-about {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .grid_home-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading_medium.white {
    margin-bottom: 2rem;
    font-size: 3.1rem;
  }

  .image-wrapper_home-about {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 22rem;
    min-height: 0;
  }

  .wrapper_speech-bubble_home-about {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 4rem;
    padding-right: 3rem;
  }

  .wrapper_speech-text {
    width: 80%;
    left: 5%;
  }

  .heading_sub_caps {
    font-size: 1.4rem;
  }

  .paragraph {
    font-size: 1.1rem;
  }

  .button {
    width: 100%;
  }

  .section_home-services {
    padding-bottom: 3rem;
  }

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

  .image-wrapper_home-services {
    width: 120%;
    height: 60vw;
    margin-left: 0;
  }

  .image {
    width: 5rem;
    bottom: -4.5rem;
  }

  .wraper_home-hero-sub {
    width: 100%;
  }

  .slider_home-hero, .mask {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .section_about-hero {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .image-wrapper_about-hero {
    border-top-right-radius: 3rem;
    width: 100%;
    height: 60vw;
    margin-left: 0;
  }

  .page-top-wrapper {
    height: 5rem;
  }

  .heading_page-top {
    display: none;
  }

  .paragraph-white._90 {
    width: 100%;
  }

  .heading {
    font-size: 2.2rem;
  }

  .image-wrapper_about-main {
    background-position: 50%;
    border-top-right-radius: 3rem;
  }

  .image-wrapper_about-main._2 {
    background-position: 30%;
  }

  .about-image {
    height: 8rem;
  }

  .about-image._4 {
    border-bottom-right-radius: 2rem;
  }

  .about-image._1 {
    border-top-left-radius: 2rem;
  }

  .div-block-6 {
    padding-left: 2rem;
  }

  .home-hero-ligh-blue-block {
    background-color: var(--fontyn_light-blue);
    height: 60vw;
    display: flex;
    position: absolute;
    inset: 15rem 0% 0%;
  }

  .heading_large.pad-right {
    letter-spacing: -5px;
  }

  .image-wrapper_services-hero {
    border-top-right-radius: 3rem;
    width: 100%;
    height: 60vw;
    margin-left: 0;
  }

  .wrapper_services-hero-text {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .section_services-main {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .section_services-hero {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .wrapper_services-text {
    width: 100%;
  }

  .wrapper_services-speech-bubble {
    border-top-right-radius: 3rem;
    margin-top: 4rem;
    padding-bottom: 3rem;
  }

  .speech-bubble-corner {
    width: 6rem;
    top: -3rem;
  }

  .services_image {
    width: 100%;
    height: 50vw;
  }

  .services_image._4 {
    border-bottom-right-radius: 2rem;
  }

  .services_image._1 {
    border-top-left-radius: 2rem;
  }

  .section_services-cta {
    padding-bottom: 4rem;
  }

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

  .cta_text {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .link_cta, .contact-link_cta {
    width: 12rem;
  }

  .wrapper_contact-social-links {
    margin-bottom: 1rem;
  }

  .grid_contact {
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 1vw;
  }

  h1 {
    font-size: 2.6rem;
    line-height: 1.1;
  }

  h2 {
    font-size: 2.2rem;
  }

  .container {
    width: 85%;
  }

  .c-rich-text h5 {
    font-size: 1.1rem;
  }

  .overlay {
    place-content: flex-start center;
    align-items: center;
    min-height: 100dvh;
    display: none;
  }

  .menu-links {
    justify-content: flex-start;
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .overlay-menu-contact-details {
    font-size: 1.4rem;
    line-height: 1;
  }

  .overlay-menu-contact-details-wrapper {
    align-items: flex-start;
  }

  .overlay-menu-link {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .overlay-menu-link-wrapper {
    margin-bottom: .7em;
    font-size: 7vw;
  }

  .overlay-menu-link-wrapper.w--current {
    font-size: 7vw;
  }

  .menu-close-cross {
    width: 50%;
  }

  .social-link-wrapper {
    text-align: right;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .menu-grid {
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: .25fr;
  }

  .menu-open {
    width: 3rem;
    height: 3rem;
    margin-top: 1rem;
    margin-right: 1rem;
    text-decoration: line-through;
  }

  .menu-close {
    margin-top: 1rem;
    margin-right: 1rem;
    font-size: 1.2em;
  }

  .overlay-menu-social-link {
    width: 3rem;
    margin-bottom: .5rem;
  }

  .wrapper_footer_nav-and-fineprint {
    margin-top: 3rem;
  }

  .footer_heading {
    font-size: 1.5rem;
  }

  .wrapper_footer_logo {
    width: 13rem;
    margin-bottom: 1rem;
  }

  .footer_fineprint {
    text-align: left;
    margin-top: 3em;
  }

  .footer_nav-link {
    font-size: 1.1rem;
  }

  .footer_tagline {
    display: none;
  }

  .footer_fontyn {
    padding-top: 4rem;
  }

  .wrapper_footer-nav {
    flex-flow: column;
  }

  .footer_dark-blue-strip {
    height: 2rem;
  }

  .wrapper_footer-details {
    width: 100%;
  }

  .footer_tagline_stacked {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.3;
    display: flex;
  }

  .text-block {
    display: none;
  }

  .overlay_logo-wrapper {
    width: 60vw;
    max-width: 200px;
    margin-bottom: 2rem;
  }

  .overlay_logo {
    width: 100%;
    max-width: none;
  }

  .spacer_large {
    height: 2rem;
  }

  .section_home-hero {
    padding-bottom: 1rem;
  }

  .wrapper_home-hero-bottom {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .grid_home-hero {
    margin-top: 1rem;
  }

  .home-hero_logo {
    width: 100%;
    margin-top: 4rem;
  }

  .wrapper_home-hero-image {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    height: 80vw;
    margin-bottom: 2rem;
  }

  .wrapper_home-hero-text {
    width: 90%;
  }

  .heading_extra-large {
    letter-spacing: -5px;
    font-size: 3.2rem;
  }

  .heading_extra-large.pad-right {
    letter-spacing: -4px;
    font-size: 3.6rem;
  }

  .heading_extra-large.hero {
    font-size: 3.5rem;
  }

  .heading_sub-head_black {
    font-size: 1.7rem;
  }

  .section_home-about {
    background-color: var(--fontyn_dark-blue);
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid_home-about {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading_medium.white {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .image-wrapper_home-about {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 0;
    height: 80vw;
  }

  .wrapper_speech-bubble_home-about {
    padding: 2rem;
  }

  .wrapper_speech-text {
    left: 0%;
  }

  .heading_sub_caps {
    font-size: 1.3rem;
  }

  .white-block_speech {
    border-top-right-radius: 0;
    height: 80%;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .button.pad-top {
    margin-top: 5rem;
  }

  .section_home-services {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-wrapper_home-services {
    height: 80vw;
  }

  .image {
    width: 4rem;
    bottom: -3.5rem;
  }

  .wraper_home-hero-sub {
    width: 70%;
  }

  .section_about-hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-wrapper_about-hero {
    height: 80vw;
  }

  .page-top-wrapper {
    height: 5rem;
  }

  .logo-link_internal-pages {
    width: 60vw;
    max-width: 15rem;
  }

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

  .colour-block {
    width: 120%;
  }

  .heading {
    font-size: 2rem;
  }

  .image-wrapper_about-main {
    min-height: 20rem;
  }

  .image-wrapper_about-main._2 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3rem;
    min-height: 20rem;
  }

  .about-image {
    height: 10rem;
  }

  .about-image._3 {
    background-position: 70%;
  }

  .div-block-6 {
    padding-left: 0;
  }

  .list {
    font-size: 1rem;
  }

  .home-hero-ligh-blue-block {
    top: 15rem;
  }

  .heading_large {
    letter-spacing: -4px;
    font-size: 15vw;
  }

  .heading_large.pad-right {
    letter-spacing: -4px;
    font-size: 3.6rem;
  }

  .image-wrapper_services-hero {
    height: 80vw;
  }

  .section_services-hero {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .wrapper_services-speech-bubble {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .services_image {
    height: 10rem;
  }

  .services_image._3 {
    background-position: 70%;
  }

  .section_services-cta {
    padding-top: 4rem;
  }

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

  .heading-cta {
    font-size: 3.7rem;
  }

  .cta_text {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }

  .section_contact {
    padding-top: 5rem;
  }

  .contact_social-media-link {
    width: 3.5rem;
    margin-bottom: .5rem;
  }

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

  .wrapper_contact-socials {
    flex-flow: wrap;
    display: flex;
  }
}

#w-node-_571bb0b2-9c5e-c0d0-9d5b-1924dee9a179-086d857a {
  align-self: start;
}

#w-node-_408a74c9-4ee2-47e5-05b6-be6c8ee09921-086d857a {
  align-self: end;
}

#w-node-_79815059-a6b0-d836-df31-89e83707f0bd-086d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_161f8718-ac24-4798-02ce-5e25d6f7e458-086d857a {
  grid-area: 2 / 1 / 7 / 2;
}

#w-node-_90ee86a8-a269-1311-cf05-3f0e995004c6-086d857a {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_11c1cd25-caaa-4b88-d07b-447e3b5df46a-086d857a {
  grid-area: 5 / 3 / 6 / 4;
  justify-self: end;
}

#w-node-c4bc9965-9fdb-6260-98e4-826ea2f3fbb8-086d857a {
  justify-self: start;
}

#w-node-_1793e401-f599-2690-d544-6b49627b0cfc-627b0cf4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start;
}

#w-node-_1793e401-f599-2690-d544-6b49627b0d03-627b0cf4 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: stretch;
}

#w-node-_1793e401-f599-2690-d544-6b49627b0d10-627b0cf4 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: end;
}

#w-node-_88ed256a-97b3-a132-d746-52b706f4c328-627b0cf4 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: end;
}

#w-node-c4bc9965-9fdb-6260-98e4-826ea2f3fbb8-62f2314f {
  place-self: center end;
}

#w-node-_696b9668-2b76-193f-1287-ec3f34b6c972-62f2314f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_59868d73-528b-4183-bdec-941ab49765ba-62f2314f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_3b925b51-b88f-3d29-7dcb-a070b4dbffc1-62f2314f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_12a47341-76b5-0a33-1a00-7387e256974b-62f2314f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_77021701-a2a5-c1e2-1b99-628d78eea388-62f2314f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cb3af89-9217-510c-c7d2-928f089ee645-62f2314f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_42bae5a0-457d-fbb8-1559-71b495a9d60b-62f2314f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb6aa957-28cb-07b6-0533-62fcba1cdac2-62f2314f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_53ceb86b-0535-2c1f-0851-d66a12302e12-62f2314f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-c4bc9965-9fdb-6260-98e4-826ea2f3fbb8-0b6a665a {
  place-self: center end;
}

#w-node-_8912f747-8548-8a17-8352-9171284035bd-0b6a665a, #w-node-_3c0603d6-2bb3-3c9b-93d9-11d91282b49d-0b6a665a, #w-node-_8408c749-cd6a-093b-a3cd-504486b93ff0-0b6a665a, #w-node-_894d18e9-5116-a100-3c07-add3b4b022f3-0b6a665a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb3a9ede-c268-3ee9-76a6-e825979c2db3-0b6a665a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c65c6f1-c49d-ef89-f8ad-df83ff1e1269-0b6a665a {
  place-self: end;
}

#w-node-cb3a9ede-c268-3ee9-76a6-e825979c2db3-c10ced0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c65c6f1-c49d-ef89-f8ad-df83ff1e1269-c10ced0e {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end;
}

#w-node-a7822c3d-f488-f2b7-1c8a-0f9fdf57ab18-c10ced0e {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1793e401-f599-2690-d544-6b49627b0cfc-627b0cf4 {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center start;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d03-627b0cf4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d10-627b0cf4 {
    grid-area: 3 / 1 / 4 / 4;
    place-self: end start;
  }

  #w-node-_88ed256a-97b3-a132-d746-52b706f4c328-627b0cf4 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_47e86384-5783-7936-3b4c-5726d937c5eb-c10ced0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5c65c6f1-c49d-ef89-f8ad-df83ff1e1269-c10ced0e {
    grid-row: 3 / 4;
    justify-self: end;
  }

  #w-node-a7822c3d-f488-f2b7-1c8a-0f9fdf57ab18-c10ced0e {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_79815059-a6b0-d836-df31-89e83707f0bd-086d857a {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-_161f8718-ac24-4798-02ce-5e25d6f7e458-086d857a {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_90ee86a8-a269-1311-cf05-3f0e995004c6-086d857a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_11c1cd25-caaa-4b88-d07b-447e3b5df46a-086d857a {
    grid-area: 5 / 2 / 6 / 3;
    justify-self: end;
  }

  #w-node-c4bc9965-9fdb-6260-98e4-826ea2f3fbb8-086d857a, #w-node-_7f267cab-9597-4527-f074-6f3f081f820b-62f2314f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c4bc9965-9fdb-6260-98e4-826ea2f3fbb8-62f2314f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7f267cab-9597-4527-f074-6f3f081f820b-0b6a665a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c4bc9965-9fdb-6260-98e4-826ea2f3fbb8-0b6a665a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8912f747-8548-8a17-8352-9171284035bd-0b6a665a {
    grid-column: span 2 / span 2;
  }

  #w-node-_3c0603d6-2bb3-3c9b-93d9-11d91282b49d-0b6a665a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_894d18e9-5116-a100-3c07-add3b4b022f3-0b6a665a {
    grid-column: span 2 / span 2;
  }

  #w-node-_3a37ab04-04d4-1c9b-2525-6d4a7e91a1eb-0b6a665a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5c65c6f1-c49d-ef89-f8ad-df83ff1e1269-0b6a665a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_5c65c6f1-c49d-ef89-f8ad-df83ff1e1269-c10ced0e {
    grid-row: 3 / 4;
  }

  #w-node-a7822c3d-f488-f2b7-1c8a-0f9fdf57ab18-c10ced0e {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_79815059-a6b0-d836-df31-89e83707f0bd-086d857a {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_161f8718-ac24-4798-02ce-5e25d6f7e458-086d857a {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_90ee86a8-a269-1311-cf05-3f0e995004c6-086d857a {
    grid-column-end: 2;
  }

  #w-node-_11c1cd25-caaa-4b88-d07b-447e3b5df46a-086d857a {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: end;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0cfc-627b0cf4 {
    grid-area: 2 / 2 / 4 / 3;
    place-self: center end;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d03-627b0cf4 {
    grid-row: 2 / 3;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d10-627b0cf4 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: end;
  }

  #w-node-_88ed256a-97b3-a132-d746-52b706f4c328-627b0cf4 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_696b9668-2b76-193f-1287-ec3f34b6c972-62f2314f, #w-node-_3b925b51-b88f-3d29-7dcb-a070b4dbffc1-62f2314f {
    grid-column: span 2 / span 2;
  }

  #w-node-_12a47341-76b5-0a33-1a00-7387e256974b-62f2314f, #w-node-_0cb3af89-9217-510c-c7d2-928f089ee645-62f2314f {
    grid-column: span 1 / span 1;
  }

  #w-node-fb6aa957-28cb-07b6-0533-62fcba1cdac2-62f2314f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_53ceb86b-0535-2c1f-0851-d66a12302e12-62f2314f {
    grid-column: span 2 / span 2;
  }

  #w-node-cb3a9ede-c268-3ee9-76a6-e825979c2db3-0b6a665a, #w-node-_3a37ab04-04d4-1c9b-2525-6d4a7e91a1eb-0b6a665a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5c65c6f1-c49d-ef89-f8ad-df83ff1e1269-0b6a665a {
    grid-area: 3 / 1 / 4 / 2;
    place-self: end start;
  }

  #w-node-_47e86384-5783-7936-3b4c-5726d937c5eb-c10ced0e {
    grid-column: span 1 / span 1;
  }

  #w-node-_5c65c6f1-c49d-ef89-f8ad-df83ff1e1269-c10ced0e {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-a7822c3d-f488-f2b7-1c8a-0f9fdf57ab18-c10ced0e {
    grid-column-end: 2;
  }
}


