.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 48px;
  line-height: 72px;
  font-weight: 500;
}

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

p {
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

.header.full-page {
  max-height: 100vh;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 1rem;
  margin-left: 1rem;
  padding: 0px;
  color: #333;
}

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

.nav-link {
  display: block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 0.5rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  border-radius: 4px;
  background-color: #fffebc;
  text-decoration: none;
}

.nav-link.hide {
  display: none;
}

.container {
  position: relative;
  z-index: 2;
  width: 90vw;
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 3fr 1fr;
  grid-template-columns: 1fr 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.large-height {
  padding-top: 80px;
}

.logo {
  display: inline-block;
}

.html-embed {
  display: inline-block;
}

.button {
  padding: 0.75rem 1rem;
  border-radius: 4px;
  background-color: #8e14f5;
}

.button.secondary {
  background-color: #f51484;
}

.button.secondary.large {
  font-size: 24px;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.list.social-nav {
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.list.social-nav.primary {
  width: 30%;
}

.social-nav-item {
  margin-right: 1rem;
  margin-left: 1rem;
}

.hero-space {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92vh;
  max-height: 1080px;
  -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;
}

.visual-01 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -30vh;
  width: 120vw;
  height: 60vh;
  margin-right: auto;
  margin-left: -10vw;
  background-color: #fffebc;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.visual-01.dark {
  background-color: #333;
}

.hero-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 80vw;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: saturate(105%);
  filter: saturate(105%);
}

.visual-02 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10vh;
  z-index: 2;
  width: 130vw;
  height: 20vh;
  margin-right: auto;
  margin-left: -10vw;
  background-color: #fff;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.display-type {
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  background-color: #8e14f5;
  color: #fff;
}

.display-type.upper {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.display-type.lower {
  margin-top: -1rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
}

.hero-space-content {
  position: relative;
  z-index: 4;
  margin-top: 8rem;
}

.hero-space-content.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.visual {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
}

.visual.v1 {
  left: 80%;
  top: -30%;
  z-index: 4;
}

.visual.v2 {
  left: -80%;
  top: -20%;
}

.visual.v3 {
  right: -65%;
  bottom: -50%;
  z-index: 4;
}

.visual.v4 {
  top: -60%;
  right: -30%;
}

.visual.v5 {
  left: -30%;
  bottom: -40%;
  z-index: 4;
}

.visual.v6 {
  right: -110%;
  z-index: 4;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}

.section {
  position: relative;
  z-index: 5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.background-light {
  background-color: #fff;
}

.section.background-light.video-section {
  margin-top: -33px;
  padding-top: 0rem;
  background-color: #333;
}

.section.background-dark {
  background-color: #333;
  color: #f9f9f9;
}

.background-light {
  background-color: #f9f9f9;
}

.column {
  padding-right: 2rem;
  padding-left: 2rem;
}

.column.flex.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column.flex.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column.avatar {
  background-image: url('../images/pa_avatar_01-2.png');
  background-position: 100% 100%;
  background-size: 290px;
  background-repeat: no-repeat;
}

.columns {
  margin-right: -2rem;
  margin-left: -2rem;
}

.align-right {
  text-align: right;
}

.avatar {
  position: absolute;
  left: 12%;
  top: -18%;
  right: auto;
  bottom: 0%;
  z-index: 3;
}

.video {
  z-index: 12;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
}

.flyin {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  width: 80vw;
  max-width: 430px;
  padding: 4rem 2rem;
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(51, 51, 51, 0.32);
}

.display-block {
  display: block;
}

.opacity-50 {
  opacity: 0.5;
}

.form {
  padding: 4rem 3rem;
  background-color: #fffebc;
}

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

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

@media screen and (max-width: 991px) {
  .hero-space {
    height: auto;
  }

  .hero-space.home {
    height: 80vh;
  }

  .hero-image {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
    padding-bottom: 4rem;
  }

  .nav-grid {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .nav-logo-link {
    height: auto;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .container.flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container.centred {
    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;
  }

  .list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .list.social-nav.secondary {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  .list.social-nav.primary {
    display: none;
  }

  .display-type {
    font-size: 36px;
    line-height: 56px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-grid {
    max-width: 40vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px none #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .html-embed {
    -webkit-transform: translate(-70px, 0px) scale(0.6);
    -ms-transform: translate(-70px, 0px) scale(0.6);
    transform: translate(-70px, 0px) scale(0.6);
  }

  .hero-space.home {
    height: 60vh;
  }

  .display-type {
    font-size: 28px;
    line-height: 50px;
  }
}

