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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 4;
  overflow: hidden;
  width: 160px;
  height: 3px;
  margin-right: 0%;
  margin-left: 0%;
  float: none;
  clear: both;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebd16e), to(#ebd16e));
  background-image: linear-gradient(180deg, #ebd16e, #ebd16e);
  color: #000;
  text-align: center;
}

.styleguide-content-wrap {
  text-align: center;
}

.title-page {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: url('../images/Fern-background.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.title-page.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.title-page.cc-home-wrap {
  background-image: none;
}

.title-page.cc-store-home-wrap {
  position: static;
  top: 40px;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  overflow: hidden;
  width: 100%;
  max-width: 1140px;
  margin: 20px auto auto;
}

.container.policy {
  margin-top: auto;
  padding-bottom: 100px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #21486c;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
}

.button.cc-white-button {
  padding: 16px 35px;
  border-radius: 2.4em;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
  color: #fff;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 80px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-jumbo-small {
  position: static;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-left: 0px;
  color: #4ba1d7;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.navigation-item {
  padding: 9px 10px;
  opacity: 0.6;
  color: #21486c;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  right: -29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #21486c;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.intro-header.cc-subpage {
  height: 480px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: #fff;
  background-image: url('../images/Title-image.png');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #21486c;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  box-shadow: 1px 1px 20px -8px #929292;
}

.contact-form-grid {
  margin-top: auto;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 42px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1.5fr 42px 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "." "." ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
  color: #fff;
}

.contact-email-link:hover {
  opacity: 1;
  color: #fff;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Artboard-1_V2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Artboard-1_V2.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.heading-libre {
  margin-right: 40px;
  margin-left: 5px;
  padding-left: 0px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #9d9d9d;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.column {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 0px;
}

.column-2 {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

.paragraph {
  margin-top: 10px;
  margin-left: auto;
  color: #2b2b2b;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.paragraph.white-paragraph {
  color: #fff;
}

.column-3 {
  padding-left: 0px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 78px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  background-color: hsla(0, 0%, 100%, 0);
  color: #4ba1d7;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.heading-libre-white {
  margin-right: 0px;
  padding-top: 17px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.button-2 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  margin-top: 10px;
  margin-left: 10px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 20px;
  background-color: #fff;
  color: #4ba1d7;
  font-size: 13px;
}

.paragraph-2 {
  padding-top: 15px;
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  display: block;
  margin-top: 140px;
  margin-bottom: 188px;
  padding-bottom: 0px;
  background-color: rgba(255, 15, 15, 0);
  background-image: url('../images/Home-page-background.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.container-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 244px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-libre-copy {
  margin-right: 0px;
  padding-top: 21px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #9d9d9d;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.heading-2-copy {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.button-2-copy {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  margin-top: 10px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #ebd16e;
  color: #fff;
  font-size: 13px;
}

.section-3 {
  margin-top: auto;
  background-color: #21486c;
}

.body {
  display: block;
  overflow: auto;
  clear: both;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.medibank-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 80%;
  margin-top: auto;
  padding-top: 101px;
  float: right;
}

.yellow-seperator {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
}

.heading-jumbo-small-copy {
  position: relative;
  left: auto;
  top: auto;
  z-index: 3;
  display: block;
  overflow: hidden;
  margin-top: 6px;
  margin-bottom: 5px;
  padding-left: 0px;
  float: none;
  color: #21486c;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.container-5 {
  position: relative;
  left: auto;
  top: 95px;
  display: inline-block;
  padding-left: 41px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.image-3 {
  margin-top: auto;
  margin-bottom: -3px;
  padding-top: 0px;
}

.paragraph-4-copy {
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
}

.divider-copy {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 4;
  overflow: visible;
  width: 300px;
  height: 3px;
  margin-top: 13px;
  margin-right: 0%;
  margin-left: 0%;
  float: none;
  clear: both;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebd16e), to(#ebd16e));
  background-image: linear-gradient(180deg, #ebd16e, #ebd16e);
  color: #000;
  text-align: center;
}

.heading-libre-copy-copy {
  margin-top: auto;
  margin-right: 0px;
  padding-top: 0px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #9d9d9d;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.divider-copy-copy {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 4;
  overflow: visible;
  width: 300px;
  height: 3px;
  margin-top: 13px;
  margin-right: 0%;
  margin-left: 0%;
  float: right;
  clear: both;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebd16e), to(#ebd16e));
  background-image: linear-gradient(180deg, #ebd16e, #ebd16e);
  color: #000;
  text-align: center;
}

.block-quote {
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.slider-3 {
  overflow: visible;
  margin-top: 49px;
  background-color: transparent;
}

.mask {
  margin-bottom: 0px;
  background-color: transparent;
}

.left-arrow {
  background-color: transparent;
}

.testimonial {
  font-family: 'Libre Baskerville', sans-serif;
  color: #21486c;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.slide-nav {
  position: relative;
  z-index: 2;
  background-color: transparent;
  color: #516bcf;
}

.footer-headings {
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.divider-footer {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 4;
  overflow: visible;
  width: 60px;
  height: 3px;
  margin-top: 15px;
  margin-right: 0%;
  margin-left: 0%;
  padding-bottom: 0px;
  float: none;
  clear: both;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebd16e), to(#ebd16e));
  background-image: linear-gradient(180deg, #ebd16e, #ebd16e);
  color: #000;
  text-align: center;
}

.footer-text {
  position: relative;
  display: block;
  padding-top: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.columns {
  padding-top: 40px;
}

.columns-2 {
  padding-top: 40px;
}

.testimonials {
  overflow: hidden;
  margin-top: auto;
  padding-top: 135px;
  padding-bottom: 100px;
}

.image-4:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-5:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-6:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slide-4 {
  overflow: visible;
  min-height: 400px;
}

.opening-header {
  overflow: hidden;
  font-size: 3vw;
  line-height: 1.3em;
  font-weight: 700;
}

.container-9 {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding: 125px 20px;
  clear: left;
}

.container-9.less-top {
  padding-top: 140px;
}

.container-9.less-top.not-relative {
  position: static;
  overflow: hidden;
  margin-top: 90px;
  padding-top: 5vw;
  padding-bottom: 14vw;
  padding-left: 0px;
}

.hold-headings {
  display: block;
  overflow: hidden;
  width: 47%;
  padding-left: 10px;
}

.loading-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4ba1d7;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  color: #fff;
}

.text-span-4 {
  overflow: hidden;
  color: #21486c;
}

.footer-copyright {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ebd16e;
}

.footer-copyright.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.footer-copyright.cc-store-home-wrap {
  position: static;
  top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(255, 255, 255, 0);
}

.div-block {
  margin-top: 65px;
  margin-left: -73px;
  padding: 60px 20px 20px 59px;
  background-color: #21486c;
}

.container-copy {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

.image-header-copy {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: url('../images/Fern-background.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-header-copy.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.image-header-copy.cc-store-home-wrap {
  position: static;
  top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(255, 255, 255, 0);
}

.title-page-copy {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: url('../images/Fern-background.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.title-page-copy.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.title-page-copy.cc-home-wrap {
  background-image: none;
}

.title-page-copy.cc-store-home-wrap {
  position: static;
  top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(255, 255, 255, 0);
}

.dark-blue {
  padding-top: 0px;
  padding-bottom: 137px;
  background-image: url('../images/Dark-blue-background.png');
  background-position: 0px 0px;
  background-size: cover;
}

.paragraph-copy {
  margin-top: 10px;
  margin-bottom: 43px;
  margin-left: auto;
  padding-left: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.paragraph-copy.white-paragraph {
  color: #fff;
}

.heading-jumbo-small-white {
  position: static;
  margin-top: 10px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.column-about {
  padding: 30px 20px 40px 0px;
}

.heading-jumbo-small-copy-copy {
  position: relative;
  left: auto;
  top: auto;
  z-index: 3;
  display: block;
  margin-top: 6px;
  margin-bottom: 5px;
  padding-left: 0px;
  float: none;
  color: #21486c;
  font-size: 40px;
  line-height: 70px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.contact-us-cta {
  margin-bottom: -29px;
  padding-top: 20px;
  background-image: url('../images/Small-fern-background-v3.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-jumbo-small-opy {
  position: static;
  margin-top: 10px;
  margin-bottom: -15px;
  color: #4ba1d7;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.column-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 78px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-title {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
}

.job-title {
  margin-top: auto;
  color: #fff;
}

.job-title-dark {
  margin-top: auto;
  color: #252525;
}

.team-title-dark {
  margin-bottom: 0px;
  color: #000;
  font-weight: 700;
}

.column-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 78px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-7 {
  width: 80%;
  height: 80%;
}

.image-7.padding {
  width: 80%;
  height: 80%;
  padding: 20px;
}

.image-8 {
  width: 80%;
  height: 80%;
}

.image-9 {
  width: 80%;
  height: 80%;
}

._3-column-header {
  margin-right: 40px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #21486c;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.paragraph-3-columny {
  margin-top: 10px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 0px;
  color: #2b2b2b;
  font-size: 12px;
  line-height: 25px;
  font-weight: 300;
}

.paragraph-3-columny.white-paragraph {
  color: #fff;
}

._3-column-side {
  padding-top: 40px;
}

.container-grey {
  width: 100%;
  max-width: 1140px;
  margin: 20px auto auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.grey-section {
  padding-top: 100px;
  padding-bottom: 18px;
  background-color: transparent;
  background-image: url('../images/Grey-right-background.png');
  background-position: 0px 0px;
  background-size: cover;
}

.container-copy2 {
  width: 100%;
  max-width: 1140px;
  margin: 20px auto auto;
  padding-bottom: 60px;
  border: 3px solid transparent;
}

.light-blue-section {
  background-color: #f7f7f7;
  background-image: url('../images/Light-blue-background.png');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-libre-copy-copy-copy {
  margin-top: auto;
  margin-right: 0px;
  padding-top: 0px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.block-quote-copy {
  border: 1px solid transparent;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.testimonial-copy {
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.heading-jumbo-small-opy-copy {
  position: static;
  margin-top: 10px;
  margin-bottom: -15px;
  color: #4ba1d7;
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.button-2-copy-copy {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  margin-top: 10px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 20px;
  background-color: #21486c;
  color: #fff;
  font-size: 13px;
}

.button-2-copy-copy:hover {
  color: #fff;
}

.meet-our-team {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding-top: 20px;
}

.meet-our-team-section {
  margin-bottom: -41px;
  padding-bottom: 40px;
  background-image: url('../images/Yellow-fern.png');
  background-position: 90% 100%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebccab), to(#ebccab));
  background-image: linear-gradient(180deg, #ebccab, #ebccab);
}

.pagination {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-link {
  margin-bottom: 0px;
  padding: 6px;
  border: 2px solid #fff;
  border-radius: 30px;
}

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

.pagination-line {
  width: 2px;
  height: 30px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.number {
  margin-left: -20px;
  opacity: 1;
  color: #fff;
  font-size: 2vw;
  font-weight: 300;
  text-align: right;
}

.sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.4;
}

.sticky.full-opacity {
  margin-bottom: 0px;
  opacity: 1;
}

.heading-3 {
  margin-bottom: 50px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 21vw;
  line-height: 0.8;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1vw;
}

.heading-3.first {
  margin-top: 0px;
  margin-bottom: 0px;
}

.bag-landing-page {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 90vh;
  margin-right: auto;
  margin-bottom: -30vh;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.bag-landing-page:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 101px;
  padding-top: 0vh;
  padding-bottom: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.first {
  margin-bottom: auto;
  padding-top: 87px;
  padding-bottom: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ff6262;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.73)), to(rgba(22, 22, 22, 0.73))), url('../images/Myers.jpg');
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.73), rgba(22, 22, 22, 0.73)), url('../images/Myers.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.intro {
  min-height: 120vh;
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Graphcad-Projects-4.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.action-button {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 16px 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 110px;
  background-color: #000;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.28);
  -webkit-transition: box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  font-size: 16px;
  letter-spacing: 0.4px;
}

.action-button:hover {
  box-shadow: 0 10px 26px 0 rgba(0, 0, 0, 0.28);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.action-button.landing {
  margin-top: 0px;
}

.wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 85vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper.negative-margins {
  margin-top: 0px;
  padding-top: 0px;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block {
  position: relative;
  min-width: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
}

.block._8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33%;
  -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%;
}

.big-paragraph {
  color: #253b47;
  font-size: 2.4vw;
  line-height: 1.7;
  text-align: left;
}

.container-10 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.image-16 {
  display: block;
}

.column-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-44-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-white-2 {
  margin-top: 10px;
  margin-left: auto;
  padding-right: 232px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.paragraph-white-2.white-paragraph {
  color: #fff;
}

.heading-libre-white-copy {
  margin-right: 0px;
  padding-top: 17px;
  padding-right: 192px;
  padding-left: 0px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.heading-jumbo-small-white-2 {
  position: static;
  margin-top: 10px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.column-45 {
  background-image: url('../images/Blue-title-projects.png');
  background-position: 0px 0px;
  background-size: cover;
}

.column-45-copy {
  padding-top: 83px;
  padding-bottom: 283px;
  padding-left: 109px;
  background-image: url('../images/Blue-title-projects.png');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-jumbo-small-white-2-copy {
  position: static;
  margin-top: 10px;
  margin-bottom: 8px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
  text-transform: none;
}

.heading-jumbo-small-white-2-copy:hover {
  background-image: url('../images/Blue-Highlight.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.heading-jumbo-small-white-2-copy.link {
  color: #fff;
}

.column-22 {
  position: absolute;
  left: auto;
  top: 37%;
  right: 0%;
  bottom: 0%;
  padding-top: 0px;
  padding-right: 20px;
}

.pagination-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-45-copy-copy {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.image-17 {
  position: relative;
  display: block;
  float: none;
}

.grey-section-copy {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: url('../images/Grey-right-background.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-4-2copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.89)), to(hsla(0, 0%, 100%, 0.89))), url('../images/Right-ferns.png'), url('../images/Left-ferns.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.89), hsla(0, 0%, 100%, 0.89)), url('../images/Right-ferns.png'), url('../images/Left-ferns.png');
  background-position: 0px 0px, 100% 100%, 0% 100%;
  background-size: auto, auto, 200px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.container-copy2-copy {
  width: 100%;
  max-width: 1140px;
  margin: 20px auto auto;
  padding-bottom: 30px;
}

.heading-libre-2copy {
  margin-top: -16px;
  margin-right: 140px;
  margin-left: 4px;
  padding-left: 21px;
  background-color: #fff;
  font-family: 'Libre Baskerville', sans-serif;
  color: #9d9d9d;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.paragraph-services {
  margin-top: 24px;
  margin-left: auto;
  padding-left: 30px;
  color: #2b2b2b;
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
}

.paragraph-services.white-paragraph {
  color: #fff;
}

.heading-libre-services {
  margin-top: 24px;
  margin-right: 40px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #9d9d9d;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.container-copy2-2copy {
  width: 100%;
  max-width: 1140px;
  margin: 20px auto auto;
  padding-bottom: 26px;
  border-style: solid;
  border-width: 3px;
  border-color: #ebd16e;
}

.heading-jumbo-small-opy-copy-copy {
  position: static;
  margin-top: 10px;
  margin-bottom: -15px;
  color: #4ba1d7;
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.column-4-2copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footrt-link {
  color: #e2e2e2;
  text-decoration: none;
}

.footrt-link:hover {
  color: #e4e4e4;
  text-decoration: underline;
}

.footrt-link:focus {
  color: #e0e0e0;
}

.heading-jumbo-small-project {
  position: static;
  margin-top: 10px;
  margin-bottom: 8px;
  color: #4ba1d7;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.project-title {
  font-style: italic;
  font-weight: 600;
}

.project-quote {
  margin-right: 0px;
  padding-top: 17px;
  padding-right: 100px;
  padding-left: 0px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #4ba1d7;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.quote-person {
  margin-top: 10px;
  margin-bottom: 19px;
  margin-left: auto;
  color: #2b2b2b;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.quote-person.white-paragraph {
  color: #fff;
}

.column-22-copy {
  position: absolute;
  left: auto;
  top: 15%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.project-columns {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 101px;
  padding-top: 0vh;
  padding-bottom: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-copy.first {
  margin-bottom: auto;
  padding-top: 87px;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ff6262;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.73)), to(rgba(22, 22, 22, 0.73))), url('../images/Myers.jpg');
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.73), rgba(22, 22, 22, 0.73)), url('../images/Myers.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-copy.intro {
  min-height: 120vh;
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Graphcad-Projects-1.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.medibank {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 101px;
  padding-top: 0vh;
  padding-bottom: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.medibank.first {
  margin-bottom: auto;
  padding-top: 87px;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ff6262;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.73)), to(rgba(22, 22, 22, 0.73))), url('../images/Myers.jpg');
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.73), rgba(22, 22, 22, 0.73)), url('../images/Myers.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.medibank.intro {
  min-height: 120vh;
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Graphcad-Projects-2.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.novo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 101px;
  padding-top: 0vh;
  padding-bottom: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.novo.first {
  margin-bottom: auto;
  padding-top: 87px;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ff6262;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.73)), to(rgba(22, 22, 22, 0.73))), url('../images/Myers.jpg');
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.73), rgba(22, 22, 22, 0.73)), url('../images/Myers.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.novo.intro {
  min-height: 120vh;
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Graphcad-Projects-3.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.specsavers {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 101px;
  padding-top: 0vh;
  padding-bottom: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.specsavers.first {
  margin-bottom: auto;
  padding-top: 87px;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ff6262;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.73)), to(rgba(22, 22, 22, 0.73))), url('../images/Myers.jpg');
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.73), rgba(22, 22, 22, 0.73)), url('../images/Myers.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.specsavers.intro {
  min-height: 120vh;
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Graphcad-Projects-4.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.racv {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 101px;
  padding-top: 0vh;
  padding-bottom: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.racv.first {
  margin-bottom: auto;
  padding-top: 87px;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ff6262;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.73)), to(rgba(22, 22, 22, 0.73))), url('../images/Myers.jpg');
  background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.73), rgba(22, 22, 22, 0.73)), url('../images/Myers.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.racv.intro {
  min-height: 120vh;
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Graphcad-Projects-5.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.phone-link {
  color: #fff;
}

.phone-link:hover {
  color: #fff;
}

.panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grey-secti2on-copy {
  padding-top: 100px;
  padding-bottom: 18px;
  background-color: #f7f7f7;
  background-image: url('../images/Grey-right-background.png');
  background-position: 0px 0px;
  background-size: cover;
}

.column-3-copy {
  padding-top: 10%;
  padding-left: 0px;
}

.heading-jumbo-small-copy-copy-copy {
  position: relative;
  left: auto;
  top: auto;
  z-index: 3;
  display: block;
  margin-top: 6px;
  margin-bottom: 5px;
  padding-left: 0px;
  float: none;
  color: #21486c;
  font-size: 40px;
  line-height: 70px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.column-meet {
  padding-left: 0px;
}

.container-copy22-copy {
  width: 100%;
  max-width: 1140px;
  margin: 20px auto auto;
  padding-bottom: 60px;
  border: 3px solid transparent;
}

.heading-jumbo-s2mall-copy {
  position: static;
  margin-top: 10px;
  margin-bottom: 8px;
  color: #4ba1d7;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.column-3-co2py {
  padding-left: 0px;
}

.paragraph-2copy {
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
  color: #2b2b2b;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.paragraph-2copy.white-paragraph {
  color: #fff;
}

.column-22-copy-copy {
  position: absolute;
  left: auto;
  top: 15%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.column-22-copy-spec {
  position: absolute;
  left: auto;
  top: 15%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.column-22-copy-novo {
  position: absolute;
  left: auto;
  top: 15%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.footer-link {
  color: #fff;
  font-size: 12px;
}

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

.footer-link.locations {
  margin-bottom: 0px;
  font-weight: 700;
}

.footer-link.locations.australia {
  padding-top: 10px;
}

.text-span-5 {
  font-style: normal;
  text-align: center;
  text-decoration: underline;
}

.project-links {
  color: #fff;
  text-decoration: none;
}

.project-links:hover {
  color: #fff;
  text-decoration: none;
}

.columns-5 {
  padding-left: 5px;
}

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

.myer-content {
  padding-left: 20px;
}

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

.medibank-secion {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: hsla(0, 0%, 96.9%, 0);
}

.novo-shoes {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.yellow-divider {
  padding-top: 92px;
  background-image: url('../images/small-yellow-divider.png');
  background-position: 0px 0px;
  background-size: cover;
}

.button-privacy-policy {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  margin-top: 10px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #ebd16e;
  color: #fff;
  font-size: 13px;
}

.privacy-policy-button {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

._404-button {
  font-weight: 700;
}

html.w-mod-js *[data-ix="loader"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20vh);
  -ms-transform: translate(0px, 20vh);
  transform: translate(0px, 20vh);
}

@media (max-width: 991px) {
  .title-page.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .title-page.cc-store-home-wrap {
    margin-left: 0px;
  }
  .styleguide-block {
    text-align: center;
  }
  .container {
    padding-left: 0px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-contact-us {
    display: none;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    position: static;
    margin-left: 30px;
  }
  .navigation-wrap {
    background-color: #fff;
  }
  .navigation {
    padding: 25px 30px;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-items {
    background-color: #fff;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .intro-header.cc-subpage {
    background-position: 70% 50%;
  }
  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .service-icon {
    display: inline-block;
  }
  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-members {
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-member-title-wrap {
    margin-bottom: 30px;
  }
  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .detail-header-image {
    height: 460px;
  }
  .blog-item {
    width: 80%;
  }
  .blog-preview-image {
    height: 460px;
  }
  .blog-summary-wrap {
    width: 100%;
  }
  .heading-libre {
    margin-right: 6px;
    padding-left: 19px;
  }
  .paragraph {
    margin-left: auto;
    font-size: 10px;
    text-align: left;
  }
  .column-3 {
    padding-left: 22px;
  }
  .container-2 {
    padding-top: 126px;
  }
  .heading-libre-white {
    margin-right: 6px;
    padding-left: 19px;
  }
  .button-2 {
    width: 20vw;
  }
  .heading-libre-copy {
    margin-right: 6px;
    padding-left: 19px;
  }
  .button-2-copy {
    width: 20vw;
  }
  .medibank-image {
    margin-top: 4px;
    padding-top: 165px;
  }
  .yellow-seperator {
    margin-top: -37px;
  }
  .heading-jumbo-small-copy {
    font-size: 40px;
    line-height: 40px;
  }
  .container-5 {
    margin-top: -9px;
    padding-top: 0px;
  }
  .divider-copy {
    width: 150px;
  }
  .heading-libre-copy-copy {
    margin-right: 6px;
    padding-left: 19px;
  }
  .divider-copy-copy {
    width: 150px;
  }
  .slide-nav {
    position: relative;
    z-index: 2;
  }
  .slide-nav.mob {
    z-index: 2;
  }
  .container-9.less-top {
    padding-top: 100px;
  }
  .container-9.less-top.not-relative {
    padding-bottom: 300px;
  }
  .hold-headings {
    padding-top: 40px;
    padding-left: 20px;
  }
  .footer-copyright.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-copyright.cc-store-home-wrap {
    margin-left: 0px;
  }
  .div-block {
    margin-left: -84px;
    padding-left: 91px;
  }
  .image-header-copy.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-header-copy.cc-store-home-wrap {
    margin-left: 0px;
  }
  .title-page-copy.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .title-page-copy.cc-store-home-wrap {
    margin-left: 0px;
  }
  .paragraph-copy {
    margin-left: 10px;
    text-align: left;
  }
  .heading-jumbo-small-copy-copy {
    font-size: 40px;
    line-height: 40px;
  }
  .contact-us-cta {
    margin-bottom: -16px;
    padding-top: 0px;
  }
  ._3-column-header {
    margin-right: 6px;
    padding-left: 10px;
  }
  .paragraph-3-columny {
    margin-left: 10px;
    text-align: left;
  }
  .container-grey {
    padding-left: 0px;
  }
  .container-copy2 {
    padding-left: 0px;
  }
  .heading-libre-copy-copy-copy {
    margin-right: 6px;
    padding-left: 19px;
  }
  .button-2-copy-copy {
    width: 20vw;
  }
  .meet-our-team {
    padding-bottom: 45px;
    padding-left: 0px;
  }
  .pagination {
    padding-right: 30px;
    padding-left: 30px;
  }
  .bag-landing-page {
    width: 60%;
    height: auto;
    margin-bottom: -10vh;
  }
  .section {
    margin-bottom: 0px;
    padding-top: 200px;
    padding-bottom: 0vh;
  }
  .section.first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section.intro {
    position: absolute;
    min-height: 60vh;
  }
  .wrapper {
    position: relative;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper.negative-margins {
    margin-top: 0px;
  }
  .grid {
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .block {
    width: auto;
    min-height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .big-paragraph {
    margin-bottom: 0px;
    font-size: 3.4vw;
  }
  .paragraph-white-2 {
    margin-left: auto;
    padding-right: 60px;
    text-align: left;
  }
  .heading-libre-white-copy {
    margin-right: 6px;
    padding-right: 63px;
    padding-left: 0px;
  }
  .column-45-copy {
    padding-left: 60px;
  }
  .column-22 {
    display: block;
  }
  .pagination-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .column-45-copy-copy {
    padding-left: 60px;
  }
  .grey-section-copy {
    padding-left: 52px;
  }
  .services {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('../images/Right-ferns.png'), url('../images/Left-ferns.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('../images/Right-ferns.png'), url('../images/Left-ferns.png');
    background-position: 0px 0px, 100% 100%, 0% 100%;
    background-size: auto, 125px, 125px;
    background-repeat: repeat, no-repeat, no-repeat;
  }
  .container-copy2-copy {
    padding-left: 0px;
  }
  .heading-libre-2copy {
    margin-right: 6px;
    padding-left: 19px;
  }
  .paragraph-services {
    margin-left: 10px;
    padding-left: 0px;
    text-align: left;
  }
  .heading-libre-services {
    margin-right: 6px;
    padding-left: 19px;
  }
  .container-copy2-2copy {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .heading-jumbo-small-opy-copy-copy {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 25px;
    line-height: 30px;
  }
  .column-4-2copy-copy {
    padding-top: 13px;
  }
  .heading-jumbo-small-project {
    font-size: 30px;
    line-height: 35px;
  }
  .project-title {
    font-size: 12px;
    line-height: 16px;
  }
  .project-quote {
    margin-right: 6px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 16px;
  }
  .quote-person {
    margin-left: auto;
    text-align: left;
  }
  .column-22-copy {
    top: 10%;
  }
  .section-copy {
    margin-bottom: 0px;
    padding-top: 200px;
    padding-bottom: 0vh;
  }
  .section-copy.intro {
    position: absolute;
    min-height: 60vh;
  }
  .medibank {
    margin-bottom: 0px;
    padding-top: 200px;
    padding-bottom: 0vh;
  }
  .medibank.intro {
    position: absolute;
    min-height: 60vh;
  }
  .novo {
    margin-bottom: 0px;
    padding-top: 200px;
    padding-bottom: 0vh;
  }
  .novo.intro {
    position: absolute;
    min-height: 60vh;
  }
  .specsavers {
    margin-bottom: 0px;
    padding-top: 200px;
    padding-bottom: 0vh;
  }
  .specsavers.intro {
    position: absolute;
    min-height: 60vh;
  }
  .racv {
    margin-bottom: 0px;
    padding-top: 200px;
    padding-bottom: 0vh;
  }
  .racv.intro {
    position: absolute;
    min-height: 60vh;
  }
  .column-3-copy {
    padding-top: 3%;
    padding-left: 22px;
  }
  .heading-jumbo-small-copy-copy-copy {
    font-size: 40px;
    line-height: 40px;
  }
  .column-meet {
    padding-left: 22px;
  }
  .container-copy22-copy {
    padding-left: 0px;
  }
  .column-3-co2py {
    padding-left: 22px;
  }
  .paragraph-2copy {
    margin-left: 10px;
    font-size: 9px;
    text-align: left;
  }
  .column-22-copy-copy {
    top: 13%;
  }
  .column-22-copy-spec {
    top: 10%;
  }
  .column-22-copy-novo {
    top: 10%;
  }
  .button-privacy-policy {
    width: 20vw;
  }
  .privacy-policy-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .title-page {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page.cc-cta {
    padding: 15px;
  }
  .title-page.cc-home-wrap {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 1.3em;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    padding: 20px 30px;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-content {
    width: 80%;
  }
  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }
  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }
  .project-name-wrap {
    margin-bottom: 30px;
  }
  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }
  .detail-image {
    margin-bottom: 15px;
  }
  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .blog-item {
    width: 90%;
    max-width: 470px;
  }
  .blog-summary-wrap {
    text-align: center;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .heading-libre {
    padding-left: 0px;
  }
  .column {
    padding-top: 0px;
    padding-left: 20px;
  }
  .column-2 {
    padding-top: 3px;
  }
  .paragraph {
    margin-left: 0px;
    padding-left: 0px;
  }
  .column-4 {
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 18px;
  }
  .container-2 {
    padding-top: 0px;
  }
  .button-2 {
    width: 30vw;
  }
  .section-2 {
    margin-top: 102px;
  }
  .button-2-copy {
    width: 30vw;
  }
  .medibank-image {
    margin-top: -28px;
  }
  .yellow-seperator {
    margin-top: -131px;
  }
  .heading-jumbo-small-copy {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 1.3em;
  }
  .container-5 {
    margin-top: -26px;
    padding-left: 20px;
  }
  .container-7 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .divider-copy {
    overflow: visible;
  }
  .divider-copy-copy {
    overflow: visible;
  }
  .block-quote.slidermob {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
  }
  .mask {
    margin-bottom: 0px;
  }
  .testimonial.slidermobtitle {
    font-size: 12px;
  }
  .slide-nav.mob {
    z-index: 2;
    padding-bottom: 0px;
  }
  .column-5 {
    padding-top: 20px;
  }
  .column-6 {
    padding-top: 20px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .image-4 {
    display: none;
  }
  .image-5 {
    display: none;
  }
  .image-6 {
    position: static;
    display: block;
    width: 70%;
    height: 80%;
    float: none;
    clear: none;
  }
  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .columns-3 {
    clear: both;
  }
  .opening-header {
    font-size: 10vw;
  }
  .hold-headings {
    width: 100%;
    padding-top: 0px;
    padding-left: 10px;
  }
  .footer-copyright {
    margin-right: auto;
    margin-left: auto;
  }
  .footer-copyright.cc-cta {
    padding: 15px;
  }
  .footer-copyright.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .footer-copyright.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-copy {
    text-align: center;
  }
  .image-header-copy {
    margin-right: auto;
    margin-left: auto;
  }
  .image-header-copy.cc-cta {
    padding: 15px;
  }
  .image-header-copy.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .image-header-copy.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .title-page-copy {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page-copy.cc-cta {
    padding: 15px;
  }
  .title-page-copy.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .title-page-copy.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .dark-blue {
    padding-top: 0px;
  }
  .paragraph-copy {
    margin-left: 0px;
  }
  .heading-jumbo-small-white {
    font-size: 30px;
    line-height: 1.3em;
  }
  .heading-jumbo-small-copy-copy {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 1.3em;
  }
  .heading-jumbo-small-opy {
    font-size: 30px;
    line-height: 1.3em;
  }
  .column-4-copy {
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 18px;
  }
  .team-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .team-title.mobile {
    color: #000;
  }
  .job-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .job-title.mobile {
    color: #000;
  }
  .column-42 {
    overflow: hidden;
    margin-bottom: 3px;
    padding-top: 18px;
  }
  .column-43 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-7 {
    display: inline;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-8 {
    display: inline-block;
  }
  .image-9 {
    display: inline-block;
  }
  .image-10 {
    display: inline-block;
  }
  .image-11 {
    display: inline-block;
  }
  .image-12 {
    display: inline-block;
  }
  .image-13 {
    display: inline-block;
  }
  .image-14 {
    display: inline-block;
  }
  .image-15 {
    display: inline-block;
  }
  .paragraph-3-columny {
    margin-left: 0px;
    padding-left: 20px;
  }
  .container-grey {
    text-align: center;
  }
  .container-copy2 {
    text-align: center;
  }
  .heading-jumbo-small-opy-copy {
    font-size: 30px;
    line-height: 1.3em;
  }
  .button-2-copy-copy {
    width: 30vw;
  }
  .meet-our-team {
    text-align: center;
  }
  .pagination {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pagination-link {
    padding: 4px;
  }
  .pagination-line {
    height: 20px;
  }
  .wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .paragraph-white-2 {
    margin-left: auto;
    padding-left: 0px;
  }
  .heading-libre-white-copy {
    margin-top: 8px;
    padding-top: 13px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .heading-jumbo-small-white-2 {
    font-size: 30px;
    line-height: 1.3em;
  }
  .column-45-copy {
    padding-top: 30px;
    padding-left: 17px;
  }
  .heading-jumbo-small-white-2-copy {
    font-size: 30px;
    line-height: 1.3em;
  }
  .column-22 {
    top: 42%;
  }
  .pagination-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-45-copy-copy {
    padding-left: 60px;
  }
  .column-4-2copy {
    overflow: hidden;
    margin-bottom: 112px;
    padding-top: 18px;
  }
  .services {
    background-image: url('../images/Right-ferns.png');
    background-position: 100% 100%;
    background-size: 125px;
    background-repeat: no-repeat;
  }
  .container-copy2-copy {
    text-align: center;
  }
  .paragraph-services {
    margin-left: 0px;
    padding-left: 20px;
  }
  .container-copy2-2copy {
    text-align: center;
  }
  .heading-jumbo-small-opy-copy-copy {
    font-size: 30px;
    line-height: 1.3em;
  }
  .column-4-2copy-copy {
    overflow: hidden;
    margin-bottom: 112px;
    padding-top: 18px;
  }
  .heading-jumbo-small-project {
    font-size: 30px;
    line-height: 1.3em;
  }
  .quote-person {
    margin-left: 0px;
    padding-left: 0px;
  }
  .column-22-copy {
    top: 15%;
  }
  .heading-jumbo-small-copy-copy-copy {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 1.3em;
  }
  .container-copy22-copy {
    text-align: center;
  }
  .heading-jumbo-s2mall-copy {
    font-size: 30px;
    line-height: 1.3em;
  }
  .paragraph-2copy {
    margin-left: 0px;
    padding-left: 0px;
  }
  .paragraph-2copy.container {
    text-align: left;
  }
  .column-22-copy-copy {
    top: 23%;
  }
  .column-22-copy-spec {
    top: 15%;
  }
  .column-22-copy-novo {
    top: 15%;
  }
  .slider-mov {
    height: 800px;
    padding-bottom: 0px;
  }
  .myer-section {
    padding-bottom: 0px;
  }
  .medibank-secion {
    padding-bottom: 0px;
  }
  .novo-shoes {
    padding-bottom: 0px;
  }
  .specsavers-section {
    padding-bottom: 0px;
  }
  .racv-section {
    padding-bottom: 0px;
  }
  .button-privacy-policy {
    width: 30vw;
  }
  .privacy-policy-button {
    padding-top: 3px;
  }
  .link-block {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .divider.cta {
    margin-top: 8px;
  }
  .title-page.cc-home-wrap {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container.paddingcontainer {
    padding-left: 10px;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .heading-jumbo-small {
    font-size: 35px;
    line-height: 1.3em;
  }
  .menu {
    margin-left: 15px;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .contact-form-grid {
    width: 100%;
    margin-bottom: auto;
    background-image: url('../images/Fern-background.jpg');
    background-position: 0px 0px;
    background-size: contain;
  }
  .our-contacts {
    width: 90%;
  }
  .team-members {
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .project-details-grid {
    width: 100%;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .blog-item {
    width: 100%;
    max-width: none;
  }
  .column {
    padding-left: 0px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .paragraph {
    padding-left: 0px;
  }
  .column-3 {
    padding-left: 0px;
  }
  .column-3.cta {
    padding-left: 10px;
  }
  .column-4 {
    position: static;
    overflow: visible;
    margin-top: auto;
    margin-bottom: 10px;
  }
  .button-2 {
    width: 50vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-2-copy {
    width: 50vw;
    padding-right: 15px;
  }
  .medibank-image {
    margin-top: 71px;
    padding-top: 139px;
  }
  .yellow-seperator {
    margin-top: 11px;
  }
  .heading-jumbo-small-copy {
    font-size: 26px;
    line-height: 1.1em;
  }
  .container-5 {
    margin-top: -37px;
  }
  .container-7 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-3 {
    margin-top: 241px;
  }
  .divider-copy {
    overflow: hidden;
    width: 60px;
  }
  .heading-libre-copy-copy {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .divider-copy-copy {
    overflow: hidden;
    width: 60px;
  }
  .slider-3 {
    bottom: auto;
  }
  .mask {
    overflow: visible;
  }
  .testimonial.slidermobtitle {
    margin-bottom: 10px;
  }
  .slide-nav {
    position: relative;
    margin-top: 127px;
  }
  .slide-nav.mob {
    position: relative;
    z-index: 2;
    margin-top: 168px;
    padding-bottom: 0px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns.logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonials {
    display: block;
    padding-bottom: 236px;
  }
  .image-6 {
    position: relative;
    left: 10%;
    width: 80%;
  }
  .column-7 {
    clear: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .slide-4 {
    height: 500px;
    padding-bottom: 0px;
  }
  .container-9 {
    padding-top: 85px;
    padding-bottom: 50px;
  }
  .container-9.less-top {
    padding-top: 70px;
    padding-bottom: 216px;
  }
  .container-9.less-top.not-relative {
    position: relative;
    padding-top: 20px;
    padding-bottom: 40vw;
  }
  .hold-headings {
    padding-top: 0px;
    font-size: 15px;
  }
  .loading-section {
    display: none;
  }
  .footer-copyright.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-header-copy {
    background-image: none;
  }
  .image-header-copy.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .title-page-copy.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .heading-jumbo-small-white {
    font-size: 35px;
    line-height: 1.3em;
  }
  .heading-jumbo-small-copy-copy {
    font-size: 26px;
    line-height: 1.1em;
  }
  .heading-jumbo-small-copy-copy.cta {
    margin-top: 17px;
  }
  .contact-us-cta {
    margin-bottom: -263px;
    padding-bottom: 38px;
  }
  .heading-jumbo-small-opy {
    font-size: 35px;
    line-height: 1.3em;
  }
  .column-4-copy {
    position: static;
    overflow: visible;
    margin-top: auto;
  }
  .column-42 {
    position: static;
    overflow: visible;
    margin-top: auto;
    margin-bottom: -15px;
  }
  .heading-libre-copy-copy-copy {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .heading-jumbo-small-opy-copy {
    padding-left: 10px;
    font-size: 25px;
    line-height: 1.3em;
  }
  .button-2-copy-copy {
    width: 50vw;
    padding-right: 15px;
  }
  .meet-our-team-section {
    margin-bottom: -256px;
  }
  .bag-landing-page {
    margin-bottom: 10vh;
  }
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .grid {
    margin-right: -15px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .paragraph-white-2 {
    padding-right: 10px;
    font-size: 9px;
  }
  .heading-libre-white-copy {
    padding-right: 10px;
    font-size: 10px;
    line-height: 18px;
  }
  .heading-jumbo-small-white-2 {
    font-size: 35px;
    line-height: 1.3em;
  }
  .column-45-copy {
    padding-top: 25px;
    padding-bottom: 241px;
    padding-left: 20px;
  }
  .heading-jumbo-small-white-2-copy {
    font-size: 20px;
    line-height: 1.3em;
  }
  .column-22 {
    top: 60%;
  }
  .column-45-copy-copy {
    padding-left: 20px;
  }
  .grey-section-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-4-2copy {
    position: static;
    overflow: visible;
    margin-top: auto;
  }
  .services {
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.86)), to(hsla(0, 0%, 100%, 0.86))), url('../images/Right-ferns.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.86), hsla(0, 0%, 100%, 0.86)), url('../images/Right-ferns.png');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, 125px;
    background-repeat: repeat, no-repeat;
  }
  .heading-jumbo-small-opy-copy-copy {
    padding-left: 20px;
    font-size: 35px;
    line-height: 1.3em;
  }
  .column-4-2copy-copy {
    position: static;
    overflow: visible;
    margin-top: auto;
  }
  .heading-jumbo-small-project {
    font-size: 35px;
    line-height: 1.3em;
  }
  .project-quote {
    padding-right: 0px;
    font-size: 15px;
    line-height: 18px;
  }
  .quote-person {
    padding-left: 0px;
  }
  .column-22-copy {
    top: 10%;
    padding-right: 20px;
  }
  .grey-secti2on-copy {
    padding-top: 43px;
  }
  .column-3-copy {
    padding-left: 0px;
  }
  .column-46 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-18 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .columns-4 {
    padding-left: 10px;
  }
  .heading-jumbo-small-copy-copy-copy {
    padding-top: 11px;
    padding-bottom: 17px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 1.1em;
  }
  .column-meet {
    margin-top: 36px;
    padding-left: 0px;
  }
  .container-copy22-copy {
    padding-left: 10px;
  }
  .heading-jumbo-s2mall-copy {
    padding-left: 0px;
    font-size: 35px;
    line-height: 1.3em;
  }
  .column-3-co2py {
    padding-left: 20px;
  }
  .paragraph-2copy {
    padding-left: 0px;
    font-size: 12px;
  }
  .paragraph-2copy.container {
    padding-left: 6px;
    text-align: left;
  }
  .column-22-copy-copy {
    top: 35%;
    padding-right: 20px;
  }
  .column-22-copy-spec {
    top: 20%;
    padding-right: 20px;
  }
  .column-22-copy-novo {
    top: 25%;
    padding-right: 20px;
  }
  .image-19 {
    margin-right: auto;
    margin-left: auto;
  }
  .image-20 {
    margin-right: auto;
    margin-left: auto;
  }
  .image-21 {
    margin-right: auto;
    margin-left: auto;
  }
  .image-22 {
    margin-right: auto;
    margin-left: auto;
  }
  .image-23 {
    margin-right: auto;
    margin-left: auto;
  }
  .image-24 {
    margin-right: auto;
    margin-left: auto;
  }
  .image-25 {
    margin-right: auto;
    margin-left: auto;
  }
  .myer-section {
    padding-bottom: 0px;
  }
  .medibank-secion {
    padding-bottom: 10px;
  }
  .novo-shoes {
    padding-bottom: 0px;
  }
  .specsavers-section {
    padding-bottom: 0px;
  }
  .racv-section {
    padding-bottom: 0px;
  }
  .button-privacy-policy {
    width: 50vw;
    padding-right: 15px;
  }
  .privacy-policy-button {
    padding-left: 0px;
  }
}

#w-node-509be705858e-ac965b2b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-509be70585a6-ac965b2b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-509be70585a6-ac965b2b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

