@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-ExtraBold.ttf') format("truetype"), url('../fonts/WorkSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kontrapunkt;
  src: url('../fonts/Kontrapunkt-Bold.ttf') format("truetype"), url('../fonts/Kontrapunkt-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kontrapunkt;
  src: url('../fonts/Kontrapunkt-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "6 Px 2 Bus";
  src: url('../fonts/6px2bus.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kontrapunkt;
  src: url('../fonts/Kontrapunkt-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --light-header: transparent;
  --container-width: 100svw;
  --main-container-height: 96svh;
  --cohesive-padding: 25px;
  --light-primary: #111;
  --footer-height: 4svh;
  --social-icon-height: 34px;
  --dark-primary: #ffffffe6;
  --light-secondary: #333;
  --color: white;
  --light-body: #8e8e8e;
  --tools-logo-height: 12px;
  --header-height: 80px;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

a {
  color: #e51111;
  text-decoration: none;
}

.body {
  background-color: #111;
  flex-flow: column;
  display: flex;
}

.footer {
  background-color: #111;
  width: 100%;
  height: 4svh;
  margin-top: auto;
}

.header {
  z-index: 100;
  background-color: var(--light-header);
  color: #535353;
  width: 100%;
  display: none;
  position: fixed;
}

.header.pdflink-header {
  background-color: #333;
}

.content {
  width: 100svw;
  margin-top: 0;
}

.content.two {
  display: none;
}

.header-container {
  max-width: var(--container-width);
  height: 80px;
}

.main-container {
  max-width: var(--container-width);
  letter-spacing: -2px;
  background-color: #00ffff0d;
  height: 100vh;
  margin-top: 80px;
}

.main-container.two {
  background-color: #ffc0cb0d;
  height: 100svh;
  margin-top: 0;
}

.main-container.one {
  height: var(--main-container-height);
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 30px;
  margin-top: 0;
  display: flex;
}

.footer-container {
  max-width: var(--container-width);
  height: 100%;
}

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

.text-block {
  color: #111;
  flex: 0 auto;
  padding-top: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 33px;
  font-weight: 700;
  text-decoration: none;
}

.link-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: #0ff;
  width: 10px;
  height: 10px;
}

.div-block-2 {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  display: flex;
}

.heading {
  padding-left: var(--cohesive-padding);
  color: var(--light-primary);
  letter-spacing: -1px;
  font-family: Worksans, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.heading-link {
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  display: flex;
}

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

.div-block-3 {
  height: var(--footer-height);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  padding-left: var(--cohesive-padding);
  color: #111;
  font-family: Worksans, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.socials-div {
  padding-right: var(--cohesive-padding);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.image, .image-2 {
  height: var(--social-icon-height);
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-2.social-icon {
  padding-top: 5px;
  padding-bottom: 5px;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.image-3 {
  width: 500px;
  height: 500px;
}

.image-4 {
  width: 500px;
}

.slide-nav {
  display: none;
}

.image-5 {
  height: var(--social-icon-height);
  color: var(--light-primary);
  padding-top: 5px;
  padding-bottom: 5px;
}

.slide-info {
  padding-top: var(--cohesive-padding);
  padding-right: var(--cohesive-padding);
  color: var(--dark-primary);
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: block;
}

.slide-info.misers {
  background-color: #0000;
  align-items: flex-start;
}

.slide-info.bluey {
  opacity: 1;
  background-color: #00000026;
  align-items: flex-start;
}

.slide-info.brog {
  background-color: #0000;
  align-items: flex-start;
}

.slide-info.blueguy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.slide-info.shorty, .slide-info.gnarly {
  background-color: #0000;
  align-items: flex-start;
}

.slide-info.rohan-info {
  background-color: #0000;
}

.slide-info.waspyslideinfo {
  background-color: #0000;
  align-items: flex-end;
}

.slide-info.straights-info {
  background-color: #0000;
}

.paragraph {
  color: var(--dark-primary);
  letter-spacing: 0;
  max-width: 20em;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Kontrapunkt, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.paragraph.two {
  color: var(--dark-primary);
  padding-bottom: 0;
  display: block;
}

.paragraph.gnarly {
  color: var(--dark-primary);
  text-align: right;
}

.paragraph.sketchy-blurb {
  color: var(--dark-primary);
}

.paragraph.rohan-blurb {
  display: block;
}

.paragraph.miseresblurb {
  color: var(--light-primary);
}

.paragraph.buggin {
  max-width: 26em;
}

.paragraph.misers {
  color: var(--light-primary);
}

.paragraph.brog-blurb {
  color: var(--light-primary);
  text-decoration: underline;
}

.paragraph.brog-blurb:hover {
  color: #fff;
}

.paragraph.sketchy-para {
  display: none;
}

.tools-logos {
  padding-bottom: var(--cohesive-padding);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.tools-logos.waspytools {
  justify-content: flex-end;
}

.image-6 {
  color: var(--light-secondary);
  height: 16px;
}

.image-7 {
  color: var(--light-secondary);
  height: 15px;
}

.image-8 {
  color: var(--light-secondary);
  height: 11px;
  line-height: 20px;
}

.slide-title {
  color: var(--light-primary);
  letter-spacing: -1px;
  font-family: Kontrapunkt, Times New Roman, sans-serif;
  font-size: 36px;
  font-weight: 300;
  display: none;
}

.slide-title.two {
  opacity: 1;
  color: var(--dark-primary);
  display: none;
}

.slide-title.waspy {
  color: var(--dark-primary);
}

.slide-title.gnarly {
  color: #b4dd1ee6;
}

.slide-title.sketchytitle {
  color: var(--light-primary);
}

.slide-title.blkops-title {
  color: var(--dark-primary);
}

.slide-title.rohan-title {
  color: var(--dark-primary);
  display: none;
}

.hashtags {
  color: var(--dark-primary);
  letter-spacing: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 0;
  font-family: Kontrapunkt, Times New Roman, sans-serif;
  font-weight: 300;
  display: block;
}

.hashtags.slide-two {
  color: var(--dark-primary);
  padding-bottom: 180px;
  display: block;
}

.hashtags.blue-dude {
  color: var(--dark-primary);
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 16px;
}

.hashtags.waspytags {
  color: var(--dark-primary);
  text-align: right;
}

.hashtags.gnarly {
  color: var(--dark-primary);
}

.hashtags.sketchy-hash {
  color: var(--dark-primary);
  padding-bottom: 50px;
}

.hashtags.blkopshash, .hashtags.rohan-hash {
  color: var(--dark-primary);
}

.hashtags.misers, .hashtags.brog-hash, .hashtags.shortyhash {
  color: var(--light-primary);
}

.hashtags.sketchyhash {
  color: #fffc;
}

.div-block-6 {
  margin-top: -10px;
  margin-bottom: var(--cohesive-padding);
  background-color: var(--light-primary);
  width: 183px;
  height: 2px;
}

.blurb {
  color: var(--dark-primary);
  text-align: left;
  font-family: Kontrapunkt, Times New Roman, sans-serif;
  font-size: 18px;
  font-style: italic;
  display: block;
}

.blurb.slide-2 {
  color: var(--dark-primary);
}

.blurb.slide-two {
  color: var(--dark-primary);
  max-height: none;
  display: block;
}

.blurb.waspy {
  color: var(--dark-primary);
  text-align: right;
}

.blurb.miserswot, .blurb.yuno {
  color: var(--light-primary);
}

.blurb.gnarlyblurb {
  text-align: left;
}

.blurb.rohanblurb {
  font-family: Kontrapunkt, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.blurb.straightsblurb {
  font-family: Brokenstraights, Verdana, sans-serif;
  font-size: 32px;
}

.blurb.oopsblurb {
  display: block;
}

.icon {
  color: var(--light-primary);
}

.icon:hover {
  color: var(--light-secondary);
}

.icon:focus {
  color: var(--light-body);
}

.icon-2 {
  color: var(--light-primary);
}

.icon-2:hover {
  color: var(--light-secondary);
}

.icon-2:focus {
  color: var(--light-body);
}

.text-span {
  font-style: normal;
}

.link {
  color: var(--light-primary);
  text-decoration: underline;
}

.background-video {
  height: 100%;
}

.misers-slide {
  background-image: url('../images/misers_3440.png');
  background-position: 50%;
  background-size: cover;
}

.blue-dude-slide {
  background-image: url('../images/trippn_3440.png');
  background-position: 50%;
  background-size: cover;
}

.brog-slide {
  background-image: url('../images/brog.svg');
  background-position: 50%;
  background-size: cover;
}

.shortstop-slide {
  background-image: url('../images/shortstop_3440.png');
  background-position: 50%;
  background-size: cover;
}

.buggin {
  background-image: url('../images/mantis_reaching_3440.png');
  background-position: 21%;
  background-size: cover;
}

.heading-3 {
  color: var(--light-primary);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  font-family: Worksans, Arial, sans-serif;
}

.gnarly-slide {
  background-image: url('../images/Firefly-20250416053449.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/panthersolo_1080.jpg');
  background-position: 50%;
  background-size: cover;
}

.sketchy-slide {
  background-image: linear-gradient(#0006, #0006), url('../images/jungleBook.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.rohan-slide {
  background-image: url('../images/str8s_str8.png');
  background-position: 50%;
  background-size: cover;
}

.rohan-slide.rohandude {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/rohan_3440.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.rohan-slide.straights-slide {
  background-image: url('../images/straightspunctuation.svg');
}

.image-9 {
  height: var(--tools-logo-height);
}

.image-10 {
  opacity: 1;
  height: 10px;
}

.image-11 {
  opacity: 1;
  color: #ce1818;
  height: 11px;
}

.image-12 {
  height: 10px;
}

.image-12.tool {
  height: 15px;
}

.image-13 {
  height: 10px;
}

.image-13.tool {
  height: 15px;
}

.image-14 {
  height: 10px;
}

.image-14.tool, .image-15 {
  height: 15px;
}

.image-15.tool {
  height: 20px;
}

.image-16, .image-17 {
  height: var(--tools-logo-height);
}

.text-span-2 {
  color: #0ff;
}

.text-block-3 {
  color: gray;
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Kontrapunkt, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: static;
}

.image-18 {
  opacity: 1;
  height: 14px;
  display: none;
}

.image-19 {
  height: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-20 {
  height: 10px;
}

.italic-text {
  color: var(--light-primary);
}

.image-21 {
  opacity: .9;
  height: 20px;
}

.image-22, .image-23 {
  opacity: .9;
  height: 10px;
}

.image-24 {
  opacity: .9;
  height: 11px;
}

.div-block-7 {
  background-color: #91318a;
  margin-left: -25px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 120px;
  display: block;
}

.div-block-7.straightsdivthing {
  background-color: #0000;
  display: block;
}

.image-25 {
  height: 10px;
}

.image-26 {
  height: 11px;
}

.sketchyblurbtype {
  color: var(--dark-primary);
}

.image-27 {
  height: 10px;
}

.image-28 {
  height: 35px;
}

.image-29 {
  height: 13px;
}

.div-block-8 {
  padding-top: 15px;
  padding-right: var(--cohesive-padding);
  padding-left: var(--cohesive-padding);
  background-color: #0009;
  margin-left: -25px;
}

.right-arrow {
  z-index: 100;
}

.div-block-9 {
  padding-top: 15px;
  padding-right: var(--cohesive-padding);
  padding-left: var(--cohesive-padding);
  background-color: #0009;
  margin-left: -25px;
}

.image-30 {
  margin-left: var(--cohesive-padding);
  opacity: 1;
  mix-blend-mode: normal;
  width: 40px;
  height: 40px;
  display: none;
}

.link-2 {
  color: gray;
  text-decoration: underline;
}

.link-2:hover {
  color: #0ff;
}

.new-info-div {
  margin-bottom: var(--cohesive-padding);
  padding-top: 15px;
  padding-right: 50px;
  padding-left: var(--cohesive-padding);
  margin-left: -25px;
}

.new-info-div.infoblueydiv {
  opacity: 1;
  background-color: #001aab;
}

.new-info-div.gnarly-div {
  background-color: #55830c99;
}

.new-info-div.sketchy-div {
  background-color: #0009;
}

.new-info-div.rohan-div {
  background-color: #91318a;
}

.new-info-div.misers-info-div {
  display: block;
}

.new-info-div.waspy-info-div {
  padding-right: var(--cohesive-padding);
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.image-31 {
  height: 10px;
}

.image-32 {
  height: 14px;
}

.image-33 {
  height: 20px;
}

.image-34 {
  height: 15px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.play-pause-button {
  display: none;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

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

.div-block-10 {
  align-items: stretch;
  display: flex;
}

.div-block-10.footer-message {
  padding-left: var(--cohesive-padding);
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  height: 100%;
}

.image-35 {
  height: 30px;
}

.container {
  height: 96svh;
}

.pdf-link-page-body {
  background-color: #111;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-11 {
  background-color: #0ff;
  width: 300px;
  height: 600px;
}

.section {
  background-color: #222;
  height: 100px;
}

.container-2 {
  padding-top: 80px;
  padding-right: var(--cohesive-padding);
  padding-left: var(--cohesive-padding);
  background-color: #222;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 96svh;
  display: flex;
}

.container-2.pdflinkcontent {
  max-width: none;
  height: auto;
}

.heading-4 {
  color: #aaa;
  margin-top: 150px;
  margin-bottom: 5px;
  font-family: Worksans, Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.text-block-4 {
  color: #aaa;
  height: 40%;
  padding-bottom: 50px;
  font-family: Kontrapunkt, Times New Roman, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 100%;
}

.divider {
  background-color: gray;
  height: 2px;
}

.divider.small {
  width: 6%;
  height: 1px;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: var(--cohesive-padding);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  height: 100%;
  display: block;
}

.section-2.optus-files, .section-2.mb-s2 {
  padding-bottom: 0;
}

.div-block-13 {
  background-color: #0ff;
  width: 300px;
  height: 600px;
}

.pdflink-deets {
  padding-top: var(--cohesive-padding);
  color: #aaa;
  width: 800px;
  max-width: 970px;
  margin-bottom: 0;
  font-family: Kontrapunkt, Times New Roman, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.pdflink-deets.wbc {
  padding-top: 0;
  padding-bottom: 0;
}

.pdflink-deets.turnadot-deets {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-style: normal;
}

.pdflink-deets.rigoletto-deets {
  padding-top: var(--cohesive-padding);
  padding-bottom: 50px;
  font-style: normal;
}

.pdflink-deets.trapadello-deets {
  padding-top: var(--cohesive-padding);
  padding-bottom: 0;
}

.pdflink-deets.yo {
  color: #aaa;
  width: auto;
  max-width: 33.6em;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pdflink-deets.yo.disclaimer {
  color: #aaa;
  max-width: 60em;
  font-size: 12px;
}

.pdflink-deets.optus-deets.derp {
  padding-bottom: var(--cohesive-padding);
}

.pdflink-deets.wbc-deets {
  padding-bottom: 50px;
}

.pdflink-deets.wbc-deets.bottom-wbc {
  padding-bottom: 0;
}

.pdflink-deets.medi-deets {
  color: #aaa;
  padding-bottom: 50px;
}

.pdflink-deets.jeep-deets {
  padding-top: 25px;
}

.pdflink-deets.mb-mb {
  padding-top: 10px;
  padding-bottom: var(--cohesive-padding);
}

.pdflink-deets.evo-deets, .pdflink-deets.srg-deets {
  padding-bottom: 0;
}

.pdflink-deets.betr-info {
  padding-bottom: 50px;
}

.pdflink-deets.optus-deets-2 {
  padding-top: 0;
  padding-bottom: 50px;
}

.video {
  width: 1080px;
  height: 1080px;
}

.video-2 {
  width: auto;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1080px;
  height: 1080px;
  display: block;
}

.div-block-15 {
  background-color: #0ff;
  width: 1920px;
  height: 1080px;
}

.div-block-15.wbc-bereave {
  width: 400px;
  height: 200px;
}

.div-block-15.wbc-sepatation-vid {
  width: 300px;
  height: 500px;
}

.div-block-15.mortgagevid {
  width: 300px;
  height: 533px;
}

.div-block-15.toolsvid {
  width: 300px;
  height: 532px;
}

.div-block-15.swingvid {
  width: 400px;
  height: 212px;
}

.div-block-15.optusvid1 {
  width: 400px;
  height: 220px;
}

.div-block-15.optusvid2 {
  width: 300px;
  height: 533px;
}

.div-block-15.optusvid3 {
  width: 300px;
  height: 300px;
}

.div-block-15.optusvid4 {
  width: 300px;
  height: 531px;
}

.div-block-15.optusvid5 {
  width: 300px;
  height: 300px;
}

.div-block-15.medibankvid1, .div-block-15.mbvid2 {
  width: 1080px;
  height: 1080px;
}

.div-block-15.mbvid3 {
  width: 300px;
  height: 600px;
}

.div-block-15.googlevid {
  width: 800px;
  height: auto;
}

.div-block-15.anacondavid {
  width: 1920px;
  height: auto;
}

.div-block-15.trap-video {
  width: 1080px;
  height: 1080px;
}

.div-block-15.betr {
  width: 800px;
  height: 800px;
}

.div-block-15.ow-vid {
  background-color: #0000;
  width: 1920px;
  height: 1080px;
}

.div-block-15.va-01 {
  width: 400px;
  height: 224px;
}

.div-block-15.va-02 {
  width: 300px;
  height: 532px;
}

.div-block-15.va-03 {
  width: 300px;
  height: 372px;
}

.div-block-16 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: flex-start;
  display: block;
}

.div-block-16.oa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
}

.div-block-16.optus-info {
  flex-flow: column;
  align-items: flex-start;
}

.div-block-16.evoinfo {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block-16.srg-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-16.ow-info {
  flex-flow: column;
  align-items: flex-start;
}

.div-block-16.virgin-info {
  flex-flow: column;
  align-items: flex-start;
  padding-bottom: 50px;
}

.div-block-16.virgin-info.end {
  padding-bottom: 0;
}

.div-block-16.jeep-bot, .div-block-16.mb-grininfo {
  flex-flow: column;
  align-items: flex-start;
}

.div-block-16.oa-rig-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-16.wbc-derp {
  padding-bottom: 50px;
}

.div-block-16.banner-info {
  display: none;
}

.div-block-17 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 200px;
  padding-bottom: 0;
  display: flex;
}

.div-block-17.bot, .div-block-17.va-info {
  padding-bottom: 0;
}

.div-block-17.jeep-div {
  justify-content: flex-start;
  padding-bottom: 0;
}

.div-block-17.wbc-dump, .div-block-17.evo-dump, .div-block-17.srg-dump {
  padding-bottom: 0;
}

.image-36 {
  vertical-align: baseline;
  height: 100px;
}

.image-36.optus, .image-36.evo {
  height: 70px;
}

.image-36.jeep {
  height: 100px;
}

.image-36.mb-logo, .image-36.ajf-logo, .image-36.tracklogo, .image-36.bigredlogo, .image-36.track-logo {
  height: 80px;
}

.image-36.goog-logos {
  height: 64px;
}

.image-37 {
  height: 101px;
  margin-top: 122px;
}

.waspy-code-embed {
  z-index: 200;
  padding-right: 10px;
  padding-bottom: var(--cohesive-padding);
  margin-bottom: 5px;
  position: relative;
}

.div-block-18 {
  padding-bottom: var(--cohesive-padding);
  width: auto;
  height: auto;
  display: none;
}

.background-video-3 {
  width: 400px;
  height: 200px;
}

.image-38 {
  height: 50px;
}

.div-block-19 {
  width: 300px;
  height: 250px;
}

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

.div-block-21 {
  margin-left: var(--cohesive-padding);
  background-image: url('../images/Screenshot-2025-07-03-175713.png');
  background-position: 0 0;
  background-size: cover;
  width: 1160px;
  display: none;
}

.div-block-22 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding-top: 50px;
  display: flex;
}

.div-block-23 {
  width: 970px;
  height: 250px;
}

.div-block-24 {
  width: 640px;
  height: 200px;
}

.div-block-25 {
  width: 160px;
  height: 600px;
}

.div-block-26 {
  width: 300px;
  height: 600px;
}

.div-block-27 {
  width: 680px;
  height: 75px;
}

.div-block-28 {
  width: 728px;
  height: 90px;
}

.div-block-29 {
  width: 300px;
  height: 250px;
}

.div-block-30 {
  width: 300px;
  height: 100px;
}

.div-block-31 {
  width: 320px;
  height: 50px;
}

.div-block-32 {
  width: 300px;
  height: 50px;
}

.div-block-33 {
  width: 970px;
  height: 250px;
}

.div-block-34 {
  width: 728px;
  height: 90px;
}

.div-block-35 {
  width: 300px;
  height: 600px;
}

.div-block-36 {
  width: 300px;
  height: 250px;
}

.div-block-37 {
  width: 160px;
  height: 600px;
}

.div-block-38 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-bottom: 50px;
  display: flex;
}

.div-block-39 {
  width: 728px;
  height: 90px;
}

.div-block-40 {
  width: 300px;
  height: 600px;
}

.div-block-41 {
  width: 300px;
  height: 250px;
}

.div-block-42 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
}

.div-block-43 {
  width: 970px;
  height: 250px;
  display: none;
}

.div-block-44 {
  width: 728px;
  height: 90px;
}

.div-block-45 {
  width: 300px;
  height: 600px;
}

.div-block-46 {
  width: 160px;
  height: 600px;
}

.div-block-47 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  display: flex;
}

.text-block-5 {
  padding-top: var(--cohesive-padding);
  color: #aaa;
  max-width: 728px;
  font-family: Kontrapunkt, Times New Roman, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.oa-vid {
  width: 970px;
  height: 250px;
}

.rigoletto-div {
  width: 729px;
  height: 91px;
}

.text-block-6 {
  color: #aaa;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Kontrapunkt, Times New Roman, sans-serif;
  font-size: 16px;
}

.text-block-6.mb-bot {
  padding-bottom: var(--cohesive-padding);
}

.text-block-7 {
  padding-top: var(--cohesive-padding);
  color: #aaa;
  font-family: Kontrapunkt, Times New Roman, sans-serif;
  font-size: 16px;
}

.image-39 {
  height: 60px;
}

.background-video-4 {
  height: 1080px;
}

.background-video-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 1920px;
  height: 1080px;
}

.div-block-49 {
  width: 400px;
  height: 224px;
}

.div-block-50 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

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

.slide-8 {
  background-image: url('../images/446189-1200-100000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slider-2 {
  width: 1200px;
  height: 1226px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-51 {
  width: 1200px;
  height: 1226px;
}

.slide-9 {
  background-image: url('../images/446193-1200-100000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/446200-1200-100000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/446208-1200-100000.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-52 {
  grid-column-gap: var(--cohesive-padding);
  grid-row-gap: var(--cohesive-padding);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.mb-grin {
  width: 1080px;
  height: 1920px;
}

.code-embed-2 {
  width: 360px;
  height: 640px;
}

.code-embed-3 {
  width: auto;
  padding-left: 50px;
}

.div-block-53 {
  width: 60%;
}

.div-block-54 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  display: flex;
}

.link-3 {
  color: #aaa;
  text-decoration: underline;
}

.background-video-6 {
  width: 100%;
  height: 100%;
}

.image-40 {
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-left {
  padding-left: var(--cohesive-padding);
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-55 {
  width: 970px;
  height: 250px;
}

.div-block-56 {
  width: 300px;
}

.div-block-57 {
  grid-column-gap: var(--cohesive-padding);
  grid-row-gap: var(--cohesive-padding);
  flex-flow: column;
  display: flex;
}

.link-4 {
  color: #aaa;
  text-decoration: underline;
}

.link-4:hover {
  color: #0ff;
}

.text-span-3 {
  font-size: 14px;
  font-style: italic;
}

.link-5 {
  color: #aaa;
  text-decoration: underline;
}

.link-5:hover {
  color: #0ff;
}

.link-6 {
  color: #aaa;
  text-decoration: underline;
}

.link-6:hover {
  color: #0ff;
}

.link-7 {
  color: gray;
  text-decoration: underline;
}

.link-7:hover {
  color: #0ff;
}

.image-41 {
  height: 34px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-42 {
  color: #111;
  height: 34px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-43 {
  height: 34px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-8 {
  color: gray;
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Kontrapunkt, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: static;
}

.socials-div-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 25px;
  display: flex;
}

.footer-container-2 {
  max-width: 100svw;
  height: 100%;
}

.image-44 {
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-left-2 {
  align-items: center;
  padding-left: 25px;
  display: flex;
}

.data-div {
  grid-column-gap: var(--cohesive-padding);
  grid-row-gap: var(--cohesive-padding);
  flex-flow: column;
  margin-bottom: 50px;
  display: flex;
}

.div-block-58 {
  grid-column-gap: var(--cohesive-padding);
  grid-row-gap: var(--cohesive-padding);
  flex-flow: column;
  display: flex;
}

.link-8 {
  color: #aaa;
  text-decoration: underline;
}

.link-8:hover {
  color: #0ff;
}

.link-9 {
  color: #aaa;
  text-decoration: underline;
}

.link-9:hover {
  color: #0ff;
}

.video-5 {
  height: auto;
}

.betr-bg-vid {
  width: 100%;
  height: 100%;
}

.betr-bg-vid.vid2 {
  width: 600px;
  height: 600px;
}

.betr-bg-vid.vid3 {
  z-index: 100;
}

.div-block-59 {
  grid-column-gap: var(--cohesive-padding);
  grid-row-gap: var(--cohesive-padding);
  width: 400px;
  height: 400px;
  display: flex;
}

.div-block-60 {
  z-index: 100;
  grid-column-gap: var(--cohesive-padding);
  grid-row-gap: var(--cohesive-padding);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 600px;
  display: block;
  position: relative;
}

.div-block-61 {
  z-index: 100;
  width: 600px;
  min-width: 600px;
  height: 600px;
  min-height: 600px;
  position: relative;
}

.background-video-7 {
  width: 100%;
  height: 100%;
}

.div-block-62 {
  grid-column-gap: var(--cohesive-padding);
  grid-row-gap: var(--cohesive-padding);
  flex-flow: wrap;
  display: flex;
}

.div-block-63 {
  width: 160px;
  height: 600px;
}

.div-block-64 {
  width: 300px;
  height: 250px;
}

.div-block-65 {
  width: 300px;
  height: 600px;
}

.div-block-66 {
  width: 728px;
  height: 90px;
}

.div-block-67 {
  width: 970px;
  height: 250px;
}

.div-block-68 {
  grid-column-gap: var(--cohesive-padding);
  grid-row-gap: var(--cohesive-padding);
  flex-flow: column;
  display: none;
}

.div-block-69 {
  width: 540px;
  min-width: 540px;
  height: 960px;
}

.div-block-69.ao-vid-3 {
  width: 970px;
  min-width: 970px;
  height: 250px;
}

.div-block-69.ao-vid-3-copy {
  width: 970px;
  height: 250px;
}

.div-block-69.ao-vid-4 {
  width: 728px;
  min-width: 728px;
  height: 90px;
}

.div-block-69.ao-vid-5 {
  width: 300px;
  min-width: 300px;
  height: 600px;
  min-height: 600px;
}

.div-block-69.ao-vid-6 {
  width: 160px;
  min-width: 160px;
  height: 600px;
  min-height: 600px;
}

.div-block-69.ao-vid-7 {
  width: 300px;
  min-width: 300px;
  height: 250px;
  min-height: 250px;
}

.background-video-8 {
  z-index: 100;
  width: 100%;
  height: 100%;
}

.div-block-70 {
  grid-column-gap: var(--cohesive-padding);
  grid-row-gap: var(--cohesive-padding);
  flex-flow: wrap;
  padding-top: 0;
  display: flex;
}

.div-block-70.ao-vid-3 {
  width: auto;
}

.tools-col {
  padding-top: var(--cohesive-padding);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.columns {
  width: 100%;
  height: 100%;
}

.info-col {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.info-flex {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.tools-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-info {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.image-info.buggin-info {
  align-items: flex-end;
}

.colour-block {
  padding: var(--cohesive-padding) 66px var(--cohesive-padding) var(--cohesive-padding);
  background-color: #001284;
  margin-bottom: 120px;
}

.colour-block.misers-colur-block {
  color: var(--light-primary);
  background-color: #acacac4d;
}

.colour-block.brog-colour-block {
  background-color: #0000;
}

.colour-block.oops-colour-block {
  background-color: #00000080;
}

.colour-block.gnarly-colourbl {
  background-color: #7ba315a8;
}

.colour-block.bug-cols {
  padding-right: var(--cohesive-padding);
  background-color: #00000080;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  align-items: flex-end;
  padding-left: 66px;
  display: flex;
}

.colour-block.shorty-colours {
  background-color: #f4fc6e;
}

.colour-block.sketchy-colours {
  background-color: #00000080;
}

.colour-block.blkops-cols {
  background-color: #000000a8;
}

.colour-block.rohan-colur {
  background-color: #822c7c;
}

.colour-block.straights-block {
  background-color: #00000080;
}

.italic-text-2.shortyiti {
  color: var(--light-primary);
}

.staedler-logo {
  height: 12px;
}

.tools-logo {
  height: 13px;
  margin-top: 0;
}

.tools-logo.webflow {
  height: 15px;
  margin-top: -1px;
}

.tools-logo.zbrush-dark {
  height: 22px;
  margin-top: 0;
}

.tools-logo.autodesk-dark {
  height: 11px;
}

.tools-logo.firefly {
  height: 26px;
}

.tools-logo.clipflowlogo {
  height: 14px;
  margin-top: 0;
}

.tools-logo.figma-logo {
  height: 17px;
}

.tools-logo.fontlogo {
  height: 34px;
  margin-top: -10px;
}

.link-block-2 {
  min-width: 100px;
  min-height: auto;
}

.code-embed-4 {
  margin-right: 0;
  margin-bottom: var(--cohesive-padding);
  width: 420px;
  height: auto;
}

.div-block-77 {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .footer {
    height: 100%;
  }

  .content {
    width: auto;
  }

  .header-container {
    height: 70px;
  }

  .main-container.one {
    height: 100svh;
  }

  .heading-link {
    height: 70px;
  }

  .socials-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .slider {
    max-width: var(--container-width);
  }

  .slide-info {
    background-color: #0000;
  }

  .slide-info.waspyslideinfo {
    align-items: flex-start;
    padding-bottom: 0;
  }

  .paragraph {
    color: var(--light-primary);
  }

  .paragraph.boogers-blurb {
    color: var(--dark-primary);
  }

  .tools-logos.waspytools {
    justify-content: flex-start;
  }

  .hashtags {
    line-height: 16px;
  }

  .hashtags.waspytags {
    text-align: left;
  }

  .hashtags.shortyhashtags {
    color: var(--light-primary);
    padding-bottom: 50px;
  }

  .blurb.waspy {
    text-align: left;
  }

  .misers-slide {
    background-position: 50%;
  }

  .blue-dude-slide {
    background-position: 54%;
  }

  .shortstop-slide {
    background-position: 93%;
  }

  .buggin {
    background-image: url('../images/wasp_wing.jpg');
    background-position: 27%;
    background-size: cover;
  }

  .heading-3 {
    font-size: 28px;
  }

  .gnarly-slide {
    background-position: 23%;
  }

  .sketchy-slide {
    background-position: 29%;
  }

  .rohan-slide {
    background-position: 50%;
    background-repeat: repeat;
    background-size: 160%;
  }

  .rohan-slide.rohandude {
    background-position: 76%;
    background-size: cover;
  }

  .rohan-slide.straights-slide {
    background-size: 110%;
  }

  .text-block-3 {
    font-family: Worksans, Arial, sans-serif;
    font-weight: 400;
  }

  .italic-text.shortytext {
    color: var(--light-primary);
  }

  .div-block-7 {
    padding-top: 15px;
  }

  .div-block-8 {
    padding-top: 15px;
    padding-right: var(--cohesive-padding);
    padding-left: var(--cohesive-padding);
    background-color: #000c;
    margin-left: -25px;
  }

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

  .new-info-div.straights-info-div {
    background-color: #000c;
  }

  .new-info-div.misers-info-div {
    background-color: #ffffff80;
  }

  .new-info-div.waspy-info-div {
    background-color: #0009;
  }

  .heading-4 {
    font-weight: 600;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 40%;
  }

  .divider.small {
    margin-top: var(--cohesive-padding);
  }

  .pdflink-deets {
    padding-bottom: 50px;
  }

  .pdflink-deets.yo {
    max-width: 38em;
    padding-bottom: 0;
  }

  .pdflink-deets.yo.disclaimer {
    max-width: 27em;
  }

  .pdflink-deets.optus-deets {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .pdflink-deets.optus-deets.derp {
    padding-bottom: var(--cohesive-padding);
  }

  .pdflink-deets.wbc-deets {
    width: 722px;
  }

  .pdflink-deets.jeep-deets.jeep-bot, .pdflink-deets.owvid, .pdflink-deets.ow-bot, .pdflink-deets.bigred-bot {
    padding-bottom: 0;
  }

  .pdflink-deets.betr-info {
    padding-bottom: 50px;
  }

  .pdflink-deets.optus-deets-2 {
    width: 720px;
  }

  .div-block-15 {
    width: 720px;
    max-width: none;
    height: 720px;
  }

  .div-block-15.wbc-bereave {
    width: 400px;
    height: 200px;
  }

  .div-block-15.mortgagevid {
    width: 300px;
    height: 535px;
  }

  .div-block-15.toolsvid {
    width: 300px;
    height: 532px;
  }

  .div-block-15.swingvid {
    width: 400px;
    height: 210px;
  }

  .div-block-15.optusvid1 {
    width: 400px;
    height: 225px;
  }

  .div-block-15.optusvid2 {
    width: 300px;
    height: 533px;
  }

  .div-block-15.optusvid3 {
    width: 300px;
    height: 300px;
  }

  .div-block-15.optusvid4 {
    width: 300px;
    height: 532px;
  }

  .div-block-15.optusvid5 {
    width: 300px;
  }

  .div-block-15.medibankvid1, .div-block-15.mbvid2 {
    width: 720px;
    height: auto;
  }

  .div-block-15.googlevid {
    width: 720px;
    height: 404px;
  }

  .div-block-15.anacondavid {
    width: 720px;
    height: 405px;
  }

  .div-block-15.trap-video {
    width: 720px;
    height: auto;
  }

  .div-block-15.betr {
    width: 720px;
  }

  .div-block-15.va-01 {
    height: auto;
  }

  .div-block-15.va-02, .div-block-15.va-03 {
    width: 720px;
    height: auto;
  }

  .div-block-16, .div-block-16.optus-info {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-16.wbc-derp {
    padding-bottom: 0;
  }

  .div-block-17 {
    margin-top: 0;
    padding-top: 100px;
  }

  .div-block-17.bot {
    margin-top: 150px;
    padding-bottom: 0;
  }

  .image-36 {
    height: 40px;
    margin-left: 0;
  }

  .image-36.optus, .image-36.evo {
    height: 60px;
  }

  .image-36.jeep {
    margin-left: 0;
  }

  .image-36.mb-logo {
    height: 60px;
  }

  .image-36.oalogo {
    height: 80px;
    margin-left: 0;
  }

  .video-3 {
    max-width: none;
  }

  .waspy-code-embed {
    padding-right: 0;
  }

  .image-38 {
    height: 50px;
  }

  .div-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-21 {
    width: 730px;
    height: 250px;
    margin-left: 0;
  }

  .div-block-23 {
    width: 970px;
  }

  .oa-vid {
    width: 720px;
    height: auto;
  }

  .text-block-6.mb-bot {
    padding-bottom: var(--cohesive-padding);
  }

  .div-block-49 {
    width: 720px;
    height: auto;
  }

  .div-block-50 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .slider-2 {
    width: 720px;
    height: 723px;
    margin-bottom: 0;
  }

  .div-block-51 {
    width: auto;
    height: auto;
  }

  .code-embed-2 {
    width: 720px;
    height: auto;
  }

  .code-embed-3 {
    padding-left: 0;
  }

  .div-block-54 {
    align-items: flex-end;
  }

  .image-40 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .div-block-56 {
    height: 250px;
  }

  .div-block-57 {
    grid-column-gap: var(--cohesive-padding);
    grid-row-gap: var(--cohesive-padding);
    flex-flow: column;
    display: flex;
  }

  .text-block-8 {
    font-family: Worksans, Arial, sans-serif;
    font-weight: 400;
  }

  .socials-div-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-62 {
    flex-flow: wrap;
  }

  .image-info.buggin-info {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
  }

  .colour-block {
    margin-bottom: 100px;
  }

  .colour-block.bug-cols {
    padding-left: var(--cohesive-padding);
    align-items: flex-start;
  }

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

  .italic-text-2.misers-ita, .italic-text-2.broggy-text {
    color: var(--light-primary);
  }

  .italic-text-2.broggy-text:hover {
    color: #fff;
  }

  .staedler-logo {
    height: 10px;
  }

  .tools-logo {
    height: 11px;
  }

  .tools-logo.webflow {
    height: 13px;
  }

  .tools-logo.zbrush-dark {
    height: 17px;
    margin-top: 0;
  }

  .tools-logo.autodesk-dark {
    height: 9px;
  }

  .tools-logo.clipflowlogo {
    height: 13px;
  }

  .tools-logo.figma-logo {
    height: 15px;
  }

  .tools-logo.fontlogo {
    height: 31px;
    margin-top: -10px;
  }

  .div-block-77 {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer, .header-container {
    height: 50px;
  }

  .main-container.one {
    height: 100svh;
  }

  .footer-container {
    height: 100%;
  }

  .heading-link {
    height: 50px;
  }

  .footer-grid {
    height: 100%;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .socials-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 100%;
  }

  .slider {
    width: 100%;
  }

  .slide-info {
    padding-top: var(--cohesive-padding);
    background-color: #0000;
    padding-left: 0;
    display: block;
  }

  .slide-info.misers {
    display: flex;
  }

  .slide-info.bluey {
    margin-top: var(--cohesive-padding);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .slide-info.brog, .slide-info.shorty, .slide-info.gnarly {
    display: flex;
  }

  .slide-info.rohan-info {
    padding-right: 0;
    display: flex;
  }

  .slide-info.waspyslideinfo {
    padding-top: var(--cohesive-padding);
    justify-content: flex-start;
    display: flex;
  }

  .slide-info.straights-info {
    display: flex;
  }

  .paragraph, .paragraph.two {
    font-size: 16px;
    line-height: 18px;
    display: block;
  }

  .paragraph.rohan-blurb, .paragraph.miseresblurb {
    display: none;
  }

  .paragraph.oops-para {
    color: var(--dark-primary);
  }

  .tools-logos {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .tools-logos.straights-tools {
    display: none;
  }

  .slide-title.two {
    margin-top: var(--cohesive-padding);
    display: none;
  }

  .hashtags {
    padding-bottom: 0;
    font-size: 12px;
    display: block;
  }

  .hashtags.blue-dude {
    padding-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    display: block;
  }

  .hashtags.sketchy-hash {
    padding-bottom: var(--cohesive-padding);
  }

  .hashtags.blkopshash, .hashtags.rohan-hash, .hashtags.shortyhashtags {
    padding-bottom: 0;
  }

  .hashtags.rhash2 {
    color: var(--color);
  }

  .blurb.miserswot {
    font-size: 16px;
    line-height: 18px;
  }

  .blurb.straights-blurb {
    display: none;
  }

  .blue-dude-slide {
    vertical-align: baseline;
  }

  .shortstop-slide {
    background-position: 124%;
  }

  .heading-3 {
    display: none;
  }

  .gnarly-slide {
    background-image: linear-gradient(#0003, #0003), url('../images/Firefly-20250416053449.jpg');
    background-position: 0 0, 23%;
    background-size: auto, cover;
  }

  .rohan-slide {
    background-position: 50%;
    background-size: contain;
  }

  .rohan-slide.rohandude {
    background-position: 74%;
  }

  .image-10, .image-11 {
    height: 6px;
  }

  .text-block-3 {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 12px;
  }

  .div-block-7, .right-arrow, .left-arrow {
    display: none;
  }

  .image-30 {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .new-info-div {
    margin-bottom: 25px;
    display: block;
  }

  .new-info-div.infoblueydiv {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #001aabcc;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: -25px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .new-info-div.gnarly-div {
    display: flex;
  }

  .new-info-div.sketchy-div {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .new-info-div.rohan-div {
    padding-right: var(--cohesive-padding);
  }

  .new-info-div.misers-info-div {
    display: block;
  }

  .new-info-div.waspy-info-div {
    padding-top: 0;
  }

  .new-info-div.brog-div {
    margin-bottom: 0;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .pdflink-deets.wbc-deets {
    width: 520px;
  }

  .pdflink-deets.betr-info {
    max-width: 520px;
  }

  .pdflink-deets.optus-deets-2 {
    width: 520px;
  }

  .div-block-15 {
    width: 520px;
    height: 520px;
  }

  .div-block-15.wbc-bereave {
    width: 250px;
    height: 126px;
  }

  .div-block-15.wbc-sepatation-vid {
    width: 200px;
    height: 333px;
  }

  .div-block-15.mortgagevid, .div-block-15.toolsvid {
    width: 200px;
    height: 356px;
  }

  .div-block-15.swingvid {
    width: 250px;
    height: 131px;
  }

  .div-block-15.optusvid1 {
    width: 400px;
    height: 224px;
  }

  .div-block-15.optusvid2, .div-block-15.optusvid3, .div-block-15.optusvid4, .div-block-15.optusvid5 {
    width: 300px;
  }

  .div-block-15.medibankvid1, .div-block-15.mbvid2 {
    width: 520px;
  }

  .div-block-15.googlevid {
    width: 520px;
    height: 293px;
  }

  .div-block-15.anacondavid {
    width: 520px;
    height: 290px;
  }

  .div-block-15.trap-video, .div-block-15.betr, .div-block-15.va-02, .div-block-15.va-03 {
    width: 520px;
  }

  .image-36, .image-36.optus, .image-36.evo {
    height: 50px;
  }

  .image-36.jeep {
    height: 70px;
  }

  .image-36.oalogo, .image-36.ajf-logo, .image-36.tracklogo, .image-36.track-logo {
    height: 60px;
  }

  .image-37 {
    height: 80px;
  }

  .waspy-code-embed, .div-block-18 {
    display: none;
  }

  .image-38 {
    height: 40px;
  }

  .div-block-21 {
    width: 520px;
    height: 110px;
  }

  .oa-vid, .div-block-49 {
    width: 520px;
  }

  .slider-2 {
    width: 520px;
    height: 522px;
    margin-bottom: 0;
  }

  .image-40 {
    height: 26px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footer-left {
    height: 100%;
  }

  .text-block-8 {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 14px;
  }

  .footer-container-2 {
    height: 7svh;
  }

  .div-block-61 {
    width: auto;
    min-width: 400px;
    height: auto;
    min-height: 400px;
  }

  .columns {
    display: flex;
  }

  .info-col {
    padding-left: 0;
    padding-right: 0;
  }

  .info-flex {
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .tools-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-end;
    align-items: flex-start;
    height: 50%;
    display: flex;
  }

  .tools-div.buggin-tools-div {
    justify-content: flex-end;
    height: 50%;
  }

  .image-info {
    justify-content: flex-end;
    align-items: flex-start;
    height: 50%;
    padding-bottom: 0;
    display: flex;
  }

  .image-info.buggin-info {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .colour-block {
    margin-bottom: var(--cohesive-padding);
    padding: 10px 50px 10px var(--cohesive-padding);
    background-color: #001284;
  }

  .colour-block.misers-colur-block {
    background-color: #acacac99;
  }

  .colour-block.bug-cols {
    align-items: flex-start;
  }

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

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

  .div-block-76 {
    background-color: #a01515;
    width: 100px;
    height: 100px;
  }

  .staedler-logo, .tools-logo {
    height: 8px;
  }

  .tools-logo.webflow {
    height: 9px;
  }

  .tools-logo.zbrush-dark {
    height: 17px;
    margin-top: -6px;
  }

  .tools-logo.autodesk-dark {
    height: 8px;
  }

  .tools-logo.houdinilogo {
    height: 9px;
  }

  .tools-logo.firefly {
    height: 20px;
  }

  .tools-logo.clipflowlogo {
    height: 10px;
  }

  .tools-logo.figma-logo {
    height: 13px;
  }

  .tools-logo.fontlogo {
    height: 26px;
    margin-top: -10px;
  }

  .code-embed-4 {
    width: auto;
    height: 150px;
    display: none;
  }

  .link-block-3 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #111;
  }

  .footer {
    height: 100%;
  }

  .header-container {
    height: 70px;
  }

  .footer-container {
    height: 100%;
  }

  .heading-link {
    height: 70px;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-3 {
    align-items: baseline;
    height: 100%;
  }

  .socials-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .image-5 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .slide-info {
    margin-top: var(--cohesive-padding);
    margin-bottom: var(--cohesive-padding);
    background-color: #0000;
    flex-flow: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
    display: block;
  }

  .slide-info.misers {
    display: none;
  }

  .slide-info.brog {
    display: block;
  }

  .slide-info.shorty, .slide-info.rohan-info {
    display: none;
  }

  .slide-info.anat {
    display: flex;
  }

  .paragraph.two {
    display: block;
  }

  .paragraph.oops-para {
    color: var(--dark-primary);
    display: block;
  }

  .paragraph.boogers-blurb {
    color: var(--dark-primary);
  }

  .tools-logos {
    padding-bottom: var(--cohesive-padding);
    display: flex;
  }

  .hashtags {
    font-size: 12px;
    line-height: 14px;
  }

  .hashtags.blue-dude {
    font-size: 10px;
    display: block;
  }

  .blurb {
    display: none;
  }

  .blurb.straightsblurb {
    font-size: 26px;
    display: block;
  }

  .misers-slide {
    background-position: 48%;
  }

  .blue-dude-slide {
    background-position: 55%;
  }

  .shortstop-slide {
    background-position: 100%;
  }

  .heading-3 {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 24px;
    display: none;
  }

  .gnarly-slide {
    background-image: linear-gradient(#0003, #0003), url('../images/Firefly-20250416053449.jpg');
    background-position: 0 0, 45%;
    background-size: auto, cover;
  }

  .slide-7 {
    background-position: 58%;
  }

  .sketchy-slide {
    background-position: 32%;
  }

  .rohan-slide {
    background-position: 70%;
    background-size: contain;
  }

  .rohan-slide.rohandude {
    background-position: 66%;
    background-size: cover;
  }

  .rohan-slide.straights-slide {
    background-image: url('../images/straightsnumerals.svg');
    background-position: 0 0;
    background-size: cover;
  }

  .text-block-3 {
    text-align: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 11px;
    line-height: 120%;
  }

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

  .pdf-link-page-body {
    background-color: #222;
  }

  .container-2.pdflinkcontent {
    padding-bottom: var(--cohesive-padding);
  }

  .heading-4 {
    line-height: 100%;
  }

  .text-block-4 {
    height: auto;
    line-height: 120%;
  }

  .section-2 {
    padding-bottom: 0;
  }

  .pdflink-deets {
    width: 280px;
    font-size: 12px;
  }

  .pdflink-deets.trapadello-deets {
    padding-bottom: 0;
  }

  .pdflink-deets.wbc-deets {
    width: 280px;
  }

  .pdflink-deets.optus-deets-2 {
    width: 270px;
  }

  .div-block-15 {
    width: 270px;
    height: 270px;
  }

  .div-block-15.wbc-bereave {
    width: 280px;
    height: 140px;
  }

  .div-block-15.wbc-sepatation-vid {
    width: 200px;
    height: 333px;
  }

  .div-block-15.mortgagevid, .div-block-15.toolsvid {
    width: 200px;
    height: 354px;
  }

  .div-block-15.swingvid {
    width: 280px;
    height: 150px;
  }

  .div-block-15.optusvid1 {
    width: 270px;
    height: 148px;
  }

  .div-block-15.optusvid2 {
    width: 270px;
    height: 480px;
  }

  .div-block-15.optusvid3 {
    width: 270px;
    height: 270px;
  }

  .div-block-15.optusvid4 {
    width: 270px;
    height: 480px;
  }

  .div-block-15.optusvid5 {
    width: 270px;
    height: 270px;
  }

  .div-block-15.medibankvid1, .div-block-15.mbvid2 {
    width: 270px;
  }

  .div-block-15.mbvid3 {
    width: 270px;
    height: auto;
  }

  .div-block-15.googlevid {
    width: 270px;
    height: 152px;
  }

  .div-block-15.anacondavid {
    width: 270px;
    height: 150px;
  }

  .div-block-15.trap-video, .div-block-15.betr, .div-block-15.va-02, .div-block-15.va-03 {
    width: 270px;
  }

  .div-block-16 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-17 {
    padding-bottom: 0;
  }

  .image-36 {
    height: 30px;
  }

  .image-36.optus {
    height: 50px;
  }

  .image-36.evo {
    height: 40px;
  }

  .image-37 {
    height: 60px;
  }

  .image-38 {
    height: 35px;
  }

  .div-block-21 {
    width: 280px;
    height: 100px;
  }

  .oa-vid {
    width: 270px;
  }

  .image-39 {
    height: 50px;
  }

  .div-block-49 {
    width: 270px;
  }

  .slider-2 {
    width: 270px;
    height: 271px;
  }

  .image-40 {
    height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
  }

  .footer-left {
    padding-top: var(--cohesive-padding);
    padding-bottom: var(--cohesive-padding);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 14px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .image-41 {
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .image-42, .image-43 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .text-block-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    line-height: 120%;
  }

  .socials-div-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 100%;
    padding-right: 10px;
  }

  .footer-container-2 {
    height: 4svh;
  }

  .image-44 {
    height: 34px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footer-left-2 {
    align-items: center;
    padding-left: 10px;
  }

  .div-block-61 {
    min-width: 270px;
    min-height: 270px;
  }

  .div-block-64 {
    height: 76px;
  }

  .tools-col {
    flex-flow: column;
    padding-right: 0;
    display: flex;
  }

  .info-flex {
    flex-flow: column;
    width: 100%;
    height: 97%;
    display: flex;
  }

  .tools-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-end;
    align-items: flex-start;
    height: 50%;
    display: flex;
  }

  .image-info {
    justify-content: flex-end;
    align-items: flex-start;
    height: 50%;
    padding-bottom: 0;
    display: flex;
  }

  .colour-block {
    padding: 10px var(--cohesive-padding) 15px 10px;
    background-color: #001592;
  }

  .colour-block.misers-colur-block {
    background-color: #acacac99;
  }

  .italic-text-2 {
    color: var(--dark-primary);
    font-size: 16px;
    line-height: 18px;
  }

  .tools-logo {
    margin-top: -1px;
  }

  .tools-logo.webflow {
    height: 10px;
  }

  .tools-logo.zbrush-dark {
    margin-top: -5px;
  }

  .tools-logo.autodesk-dark {
    height: 8px;
  }

  .tools-logo.clipflowlogo {
    height: 11px;
  }

  .tools-logo.figma-logo {
    height: 12px;
    margin-top: -2px;
  }

  .tools-logo.fontlogo {
    height: 26px;
    margin-top: -9px;
  }

  .div-block-77 {
    flex-flow: column;
    align-items: center;
    height: 100%;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#w-node-c629732a-bd5c-bb71-534b-8419cdfade6d-635fa134, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-beecc357 {
  grid-area: 1 / 1 / 2 / 13;
  place-self: center start;
}

#w-node-fc97e5aa-b1c9-a90e-413f-a16ebb4af396-beecc357 {
  grid-area: 1 / 1 / 2 / 10;
  place-self: center start;
}

#w-node-fc97e5aa-b1c9-a90e-413f-a16ebb4af39b-beecc357 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-40016595, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-3c99c93b, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-5751d1e9, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-11d9fe14, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-508ef35d, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-505a766c, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-cb4f4fd6, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-02617e1b, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-6a5ab2f6, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-f67c79c0, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-c9de1ce8, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-85d90e38, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-a9e34c82 {
  grid-area: 1 / 1 / 2 / 13;
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-fc97e5aa-b1c9-a90e-413f-a16ebb4af39b-beecc357 {
    grid-column-start: 10;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c629732a-bd5c-bb71-534b-8419cdfade6d-635fa134, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-beecc357 {
    place-self: center start;
  }

  #w-node-fc97e5aa-b1c9-a90e-413f-a16ebb4af396-beecc357 {
    grid-column-end: 7;
  }

  #w-node-fc97e5aa-b1c9-a90e-413f-a16ebb4af39b-beecc357 {
    grid-column-start: 6;
    place-self: center end;
  }

  #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-40016595, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-3c99c93b, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-5751d1e9, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-11d9fe14, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-508ef35d, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-505a766c, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-cb4f4fd6, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-02617e1b, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-6a5ab2f6, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-f67c79c0, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-c9de1ce8, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-85d90e38, #w-node-_526aa53b-cc29-160c-46d8-3bd4e39e727e-a9e34c82 {
    place-self: center start;
  }
}


@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-ExtraBold.ttf') format('truetype'), url('../fonts/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kontrapunkt';
  src: url('../fonts/Kontrapunkt-Bold.ttf') format('truetype'), url('../fonts/Kontrapunkt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kontrapunkt';
  src: url('../fonts/Kontrapunkt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '6 Px 2 Bus';
  src: url('../fonts/6px2bus.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kontrapunkt';
  src: url('../fonts/Kontrapunkt-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brokenstraights';
  src: url('../fonts/BrokenStraights.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}