@charset "UTF-8";
/*
00. VARIABLES
01. TOOLS
01. GLOBALS
02. ELEMENTS
03. OBJECTS
04. COMPONENTS
05. PAGES
06. UTILITIES
07. MIXINS
*/
/* VARIABLES */
/* VARIABLES
===========================================

===========================================*/
/* Border radius */
/* Font sizes (generated from https://www.fluid-type-scale.com/calculate?minFontSize=20&minWidth=400&minRatio=1.125&maxFontSize=22&maxWidth=1280&maxRatio=1.25&steps=s%2Cbase%2Cl%2Cxl%2C2xl%2C3xl&baseStep=base&prefix=font-size&decimals=2&useRems=on&remValue=16&previewFont=Inter */
/* nav height */
/* Line heights */
/* Flow space */
/* GLOBALS */
/* GLOBALS
===========================================
===========================================*/
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

h3, h4 {
  margin: 2em 0 1em;
}

ul,
ol {
  margin: 0.75em 0;
}

li {
  margin: 0.25em 0 0.25em 2em;
}

body {
  background-color: hsl(0, 0%, 100%);
  font-family: sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

article > * + *,
.flow > * + * {
  margin-top: 1.5em;
}

input,
button,
textarea,
select {
  font: inherit;
}

/**
 * 1. Fluid images for responsive purposes.
 * 2. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] { /* [1] */
  max-width: none;
}

/* Skip link */
[href="#main"] {
  display: inline-block;
  padding: 1rem;
  color: #fff;
  background-color: #007bff;
  position: absolute;
  top: -10rem;
}

[href="#main"]:focus {
  position: absolute;
  z-index: 1;
  top: 0;
  outline: none;
}

figcaption {
  font-size: 0.9rem;
  font-style: italic;
}

.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

p {
  margin: 0.75em 0 0.75em;
}

section {
  padding-top: 30px;
  padding-bottom: 60px;
}

/* CSS */
.cta, button {
  align-items: center;
  appearance: button;
  background-color: #007bff;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0.6em 1.4em;
  text-align: center;
  text-transform: none;
  transition: color 0.13s ease-in-out, background 0.13s ease-in-out, opacity 0.13s ease-in-out, box-shadow 0.13s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  display: inline-block;
  text-decoration: none;
  width: fit-content;
}
.cta-white, button-white {
  background-color: #fff;
  color: #007bff;
}
.cta:active, button:active {
  background-color: #5A6169;
  color: #fff;
}
.cta:hover, button:hover {
  background-color: #5A6169;
  color: #fff;
}

a {
  text-decoration: none;
  color: #007bff;
}

a.active {
  color: #5A6169;
}

a:hover {
  color: #5A6169;
}

main a[href^="/"]::after {
  font-family: "Source Code Pro", monospace;
  content: "›";
  margin-left: 1px;
  font-size: 1.25em;
  height: 1em;
  display: inline;
}

a[href*="//"]::after {
  font-family: "Source Code Pro", monospace;
  content: "↗";
  margin-left: 2px;
  font-size: 1.25em;
  height: 1em;
  display: inline;
}

blockquote {
  margin: 15px;
  padding: 15px 30px;
  font-style: italic;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

details {
  margin: 15px 0;
}
details summary {
  font-weight: 600;
  color: #adb5bd;
}

code {
  font-family: "Source Code Pro", monospace;
  color: #ff8400;
  font-size: 0.9em;
}

@media (max-width: 1440px) {
  .xl-only {
    display: none;
  }
}

.m-only {
  display: none;
}
@media (max-width: 1068px) {
  .m-only {
    display: inline;
  }
}
@media (max-width: 735px) {
  .m-only {
    display: none;
  }
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
/* ul[role='list'],
ol[role='list'] {
  list-style: none;
} */
/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
/* a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
} */
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* Hidden */
[hidden] {
  display: none;
}

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
/* code, */
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

.section-content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .section-content {
    max-width: 1028px;
  }
}
@media (max-width: 1068px) {
  .section-content {
    max-width: 715px;
  }
}
@media (max-width: 735px) {
  .section-content {
    width: 87.5%;
    max-width: 375px;
  }
}

.row {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.row .col {
  width: 100%;
}

.large-1 {
  max-width: 8.3333333333%;
  flex-basis: 8.3333333333%;
}

.large-offset-1 {
  margin-left: 8.3333333333%;
}

.large-2 {
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}

.large-offset-2 {
  margin-left: 16.6666666667%;
}

.large-3 {
  max-width: 25%;
  flex-basis: 25%;
}

.large-offset-3 {
  margin-left: 25%;
}

.large-4 {
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}

.large-offset-4 {
  margin-left: 33.3333333333%;
}

.large-5 {
  max-width: 41.6666666667%;
  flex-basis: 41.6666666667%;
}

.large-offset-5 {
  margin-left: 41.6666666667%;
}

.large-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.large-offset-6 {
  margin-left: 50%;
}

.large-7 {
  max-width: 58.3333333333%;
  flex-basis: 58.3333333333%;
}

.large-offset-7 {
  margin-left: 58.3333333333%;
}

.large-8 {
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}

.large-offset-8 {
  margin-left: 66.6666666667%;
}

.large-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.large-offset-9 {
  margin-left: 75%;
}

.large-10 {
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
}

.large-offset-10 {
  margin-left: 83.3333333333%;
}

.large-11 {
  max-width: 91.6666666667%;
  flex-basis: 91.6666666667%;
}

.large-offset-11 {
  margin-left: 91.6666666667%;
}

.large-12 {
  max-width: 100%;
  flex-basis: 100%;
}

.large-offset-12 {
  margin-left: 100%;
}

@media (max-width: 1068px) {
  .medium-1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-12 {
    margin-left: 100%;
  }
}
@media (max-width: 735px) {
  .small-1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .small-2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .small-3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .small-5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .small-6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .small-8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .small-9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .small-11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .small-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .small-offset-0 {
    margin-left: 0;
  }
  .small-offset-12 {
    margin-left: 100%;
  }
}
.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.align-stretch {
  align-items: stretch;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.device, .device::before, .device::after,
.device *,
.device *::before,
.device *::after {
  box-sizing: border-box;
  display: block;
}

.device {
  position: relative;
  transform: scale(1);
  z-index: 1;
}
.device .device-frame {
  z-index: 1;
}
.device .device-screen {
  background-color: #000;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  position: relative;
}

.device-iphone-14-pro {
  height: 868px;
  width: 428px;
}
.device-iphone-14-pro .device-frame {
  background: #010101;
  border: 1px solid rgb(27.214953271, 23.0280373832, 32.9719626168);
  border-radius: 68px;
  box-shadow: inset 0 0 4px 2px rgb(192.0327102804, 182.8738317757, 204.6261682243), inset 0 0 0 6px #342C3F;
  height: 868px;
  padding: 19px;
  width: 428px;
}
.device-iphone-14-pro .device-screen {
  height: 830px;
  width: 390px;
}
.device-iphone-14-pro .device-screen::before {
  height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
  color: black;
}
.device-iphone-14-pro .device-stripe::after, .device-iphone-14-pro .device-stripe::before {
  border: solid rgba(1, 1, 1, 0.25);
  border-width: 0 7px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.device-iphone-14-pro .device-stripe::after {
  top: 85px;
}
.device-iphone-14-pro .device-stripe::before {
  bottom: 85px;
}
.device-iphone-14-pro .device-header {
  background: #010101;
  border-radius: 20px;
  height: 35px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  top: 29px;
  width: 120px;
}
.device-iphone-14-pro .device-sensors::after, .device-iphone-14-pro .device-sensors::before {
  content: "";
  position: absolute;
}
.device-iphone-14-pro .device-sensors::after {
  background: #010101;
  border-radius: 17px;
  height: 33px;
  left: 50%;
  margin-left: -60px;
  top: 30px;
  width: 74px;
}
.device-iphone-14-pro .device-sensors::before {
  background: radial-gradient(farthest-corner at 20% 20%, #6074BF 0, transparent 40%), radial-gradient(farthest-corner at 80% 80%, #513785 0, #24555E 20%, transparent 50%);
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  height: 9px;
  left: 50%;
  margin-left: 36px;
  top: 42px;
  width: 9px;
}
.device-iphone-14-pro .device-btns {
  background: rgb(27.214953271, 23.0280373832, 32.9719626168);
  border-radius: 2px;
  height: 32px;
  left: -2px;
  position: absolute;
  top: 115px;
  width: 3px;
}
.device-iphone-14-pro .device-btns::after, .device-iphone-14-pro .device-btns::before {
  background: rgb(27.214953271, 23.0280373832, 32.9719626168);
  border-radius: 2px;
  content: "";
  height: 62px;
  left: 0;
  position: absolute;
  width: 3px;
}
.device-iphone-14-pro .device-btns::after {
  top: 60px;
}
.device-iphone-14-pro .device-btns::before {
  top: 140px;
}
.device-iphone-14-pro .device-power {
  background: rgb(27.214953271, 23.0280373832, 32.9719626168);
  border-radius: 2px;
  height: 100px;
  right: -2px;
  position: absolute;
  top: 200px;
  width: 3px;
}
.device-iphone-14-pro .device-home::after, .device-iphone-14-pro .device-home::before {
  border: solid rgba(1, 1, 1, 0.25);
  border-width: 6px 0;
  content: "";
  height: 6px;
  position: absolute;
  width: 6px;
  z-index: 9;
}
.device-iphone-14-pro .device-home::after {
  right: 86px;
  top: 0;
}
.device-iphone-14-pro .device-home::before {
  bottom: 0;
  left: 86px;
}
.device-iphone-14-pro .device-status-bar {
  border-top-left-radius: 49px;
  border-top-right-radius: 49px;
  height: 59px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.device-iphone-14-pro .device-status-bar .device-status-icons {
  width: 100px;
  height: 20px;
  background-size: contain;
  margin-right: 10px;
}
.device-iphone-14-pro .device-status-bar.light {
  background-color: #fff;
  color: #121212;
}
.device-iphone-14-pro .device-status-bar.light .device-status-icons {
  background-image: url(/images/icons/light_status.png);
}
.device-iphone-14-pro .device-status-bar.dark {
  background-color: #121212;
  color: #fff;
}
.device-iphone-14-pro .device-status-bar.dark .device-status-icons {
  background-image: url(/images/icons/dark_status.png);
}
.device-iphone-14-pro .device-status-bar .device-time {
  font-weight: 600;
  margin-left: 45px;
  font-size: 17px;
}
.device-iphone-14-pro.device-silver .device-frame {
  border-color: rgb(199.5892857143, 201.5, 203.4107142857);
  box-shadow: inset 0 0 4px 2px white, inset 0 0 0 6px #e2e3e4;
}
.device-iphone-14-pro.device-silver .device-btns {
  background: rgb(199.5892857143, 201.5, 203.4107142857);
}
.device-iphone-14-pro.device-silver .device-btns::after, .device-iphone-14-pro.device-silver .device-btns::before {
  background: rgb(199.5892857143, 201.5, 203.4107142857);
}
.device-iphone-14-pro.device-silver .device-power {
  background: rgb(199.5892857143, 201.5, 203.4107142857);
}
.device-iphone-14-pro.device-black .device-frame {
  border-color: rgb(91.7205240175, 88.6113537118, 86.2794759825);
  box-shadow: inset 0 0 4px 2px rgb(254.7576419214, 254.7489082969, 254.7423580786), inset 0 0 0 6px #76726F;
}
.device-iphone-14-pro.device-black .device-btns {
  background: rgb(91.7205240175, 88.6113537118, 86.2794759825);
}
.device-iphone-14-pro.device-black .device-btns::after, .device-iphone-14-pro.device-black .device-btns::before {
  background: rgb(91.7205240175, 88.6113537118, 86.2794759825);
}
.device-iphone-14-pro.device-black .device-power {
  background: rgb(91.7205240175, 88.6113537118, 86.2794759825);
}
.device-iphone-14-pro.device-gold .device-frame {
  border-color: rgb(230.7, 209.1, 157.8);
  box-shadow: inset 0 0 4px 2px white, inset 0 0 0 6px rgb(210.3, 170.5666666667, 76.2);
}
.device-iphone-14-pro.device-gold .device-btns {
  background: rgb(230.7, 209.1, 157.8);
}
.device-iphone-14-pro.device-gold .device-btns::after, .device-iphone-14-pro.device-gold .device-btns::before {
  background: rgb(230.7, 209.1, 157.8);
}
.device-iphone-14-pro.device-gold .device-power {
  background: rgb(230.7, 209.1, 157.8);
}

header {
  height: 80px;
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
header .logo-container a {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}
header .header-logo {
  width: 161px;
  height: 40px;
}
header .nav-full {
  text-align: right;
  height: 100%;
  justify-self: end;
  align-self: center;
}
header .nav-full .navigation-links {
  margin: 0;
  height: 100%;
  display: flex;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
}
header .nav-full .navigation-links li {
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
header .nav-full .nav-link {
  margin-left: 10px;
}
@media (max-width: 735px) {
  header .nav-full {
    display: none;
  }
}
header .nav-full .sub-links {
  width: 150px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  padding: 1em;
  transform: translate(-25%, 68px);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
header .nav-full .sub-links ul {
  margin: 0;
  list-style: none;
}
header .nav-full .sub-links ul li {
  display: inline;
  margin: 0;
  text-align: center;
}
header .nav-full li:hover .sub-links {
  visibility: visible;
  opacity: 1;
}
header .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 735px) {
  header .row {
    display: flex;
    justify-content: space-between;
  }
}
header .nav-mini {
  display: none;
}
@media (max-width: 735px) {
  header .nav-mini {
    display: block;
  }
  header .nav-mini #menu-dropdown #menuToggle {
    display: none;
  }
  header .nav-mini #menu-dropdown #menuToggle:checked + #openMenu {
    display: none;
  }
  header .nav-mini #menu-dropdown #menuToggle:checked ~ #closeMenu {
    display: block;
  }
  header .nav-mini #menu-dropdown #closeMenu {
    display: none;
  }
  header .nav-mini #menu-dropdown #openMenu, header .nav-mini #menu-dropdown #closeMenu {
    cursor: pointer;
  }
}
header .nav-mini .nav-container {
  border-radius: 0 0 2px 2px;
  max-height: 0;
  overflow-y: hidden;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 30;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  transition: max-height 0.3s ease-out;
}
header .nav-mini .nav-container .nav-list {
  padding: 12px 0 18px;
  width: 87.5%;
  max-width: 375px;
  margin: 0 auto;
  list-style: none;
}
header .nav-mini .nav-container .nav-list li {
  margin-left: 0;
  border-bottom: 1px solid rgba(196, 196, 196, 0.356);
  font-size: 20px;
}
header .nav-mini .nav-container .nav-list .sub-links ul {
  list-style-type: none;
  margin: 0;
}
header .nav-mini .nav-container .nav-list .sub-links ul li {
  margin-left: 1em;
  font-size: smaller;
  border-bottom: 0;
}
header .nav-mini #menuToggle:checked ~ .nav-container {
  max-height: 250px;
}

body::before {
  transition: background 1s ease-out;
  height: 0;
}

body:has(#menuToggle:checked)::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.432);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  z-index: 20;
}

footer {
  background-color: #212529;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  height: 56px;
}
footer .logo {
  display: inline-block;
  width: 100px;
  height: 25px;
  background-color: #fff;
  mask-image: url(/images/logo.svg);
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
footer .mail-icon {
  position: relative;
  top: 2px;
}
footer .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
footer .breadcrumbs a {
  color: #fff;
}
footer .breadcrumbs a:hover {
  color: #007bff;
}
footer .breadcrumbs .caret {
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
}
@media (max-width: 735px) {
  footer .prev-page {
    display: none;
  }
}

.section-contact {
  background: rgb(227, 244, 255);
  background: linear-gradient(180deg, #fff 0%, #007bff 100%);
}
.section-contact form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.section-contact form .send-btn {
  font-size: 32px;
  padding: 0.3em 1.6em;
  display: flex;
  gap: 0.6em;
  overflow: hidden;
}
.section-contact form .send-btn .send-icon {
  border: solid 4px #007bff;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-contact form .send-btn:hover svg {
  transform: rotate(360deg);
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: linear;
}
.section-contact form .send-btn:active svg {
  animation-name: shoot;
  animation-duration: 1.4s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
@keyframes shoot {
  0% {
    transform: rotate(0deg) translate(-20px, 20px);
  }
  20% {
    transform: translate(-20px, 20px);
  }
  50% {
    transform: translate(300px, -300px);
  }
  100% {
    transform: translate(300px, -300px);
  }
}
.section-contact .greeting {
  font-size: 64px;
  height: 70px;
}
.section-contact .greeting:has(~ label input:focus) svg {
  animation: wave 2s ease-in-out infinite normal;
}
@keyframes wave {
  0% {
    rotate: 0;
  }
  40% {
    rotate: 0;
  }
  50% {
    rotate: 5deg;
  }
  60% {
    rotate: 0;
  }
  100% {
    rotate: 0;
  }
}
.section-contact label {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
@media (max-width: 735px) {
  .section-contact label {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-contact label span {
  display: block;
  width: fit-content;
  white-space: nowrap;
  font-size: 64px;
}
@media (max-width: 735px) {
  .section-contact label span {
    font-size: 32px;
    white-space: unset;
  }
}
.section-contact label input {
  margin-bottom: 9px;
  width: 100%;
  color: #495057;
  font-size: 20px;
  display: flex;
  align-items: end;
  height: 30px;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #adb5bd;
  outline: transparent;
}
.section-contact label input:focus {
  border-bottom: 2px solid #fff;
}

.process ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media (max-width: 735px) {
  .process ol {
    display: flex;
    flex-direction: column;
  }
}
.process .item {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
.process .item-marker {
  font-size: 100px;
  font-weight: 600;
  text-align: center;
  color: #007bff;
}
.process .item strong {
  display: block;
  font-size: 1.2em;
}

.home h2 {
  font-size: 40px;
  margin-bottom: 1rem;
}
.home .section-hero {
  background-color: #212529;
  background-image: url(/images/backgrounds/ttten.svg);
  background-size: cover;
  height: 100vh;
  margin-top: -80px;
  color: #fff;
}
.home .section-hero .section-content {
  height: 100%;
}
.home .section-hero .hero-content {
  padding: 30px 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
  text-align: center;
}
.home .section-hero .hero-logo {
  color: transparent;
  transform: translateY(2px);
  background-color: #fff;
  mask: url(/images/logo.svg) no-repeat center;
  background-repeat: no-repeat;
  background-size: 716px 215px;
  width: 716px;
  height: 215px;
  display: inline-block;
}
@media (max-width: 735px) {
  .home .section-hero .hero-logo {
    background-size: 375px 113px;
    width: 375px;
    height: 113px;
  }
}
.home .section-hero .hero-sub {
  font-size: 32px;
}
.home .section-hero .hero-tagline {
  font-size: 60px;
}
@media (max-width: 1068px) {
  .home .section-hero .hero-tagline .medium-hide {
    display: none;
  }
}
@media (max-width: 735px) {
  .home .section-hero .hero-tagline {
    font-size: 32px;
  }
  .home .section-hero .hero-tagline .small-hide {
    display: none;
  }
}
.home .section-hero .hero-tagline em {
  font-weight: 700;
}
.home .section-hero .hero-tagline .headline-img {
  width: 160px;
  height: 67px;
  background-image: url(/images/big-website@2x.jpg);
  background-repeat: no-repeat;
  background-size: 160px 67px;
  display: inline-block;
  border-radius: 15px;
  transform: translateY(13px);
}
@media (max-width: 735px) {
  .home .section-hero .hero-tagline .headline-img {
    width: 110px;
    height: 46px;
    background-size: 110px 46px;
  }
}
.home .section-hero .hero-cta {
  font-size: 20px;
}
@media (max-width: 735px) {
  .home .section-hero .hero-cta {
    font-size: 16px;
  }
}
.home .section-hero .hero-logo-bg {
  /* slides about halfway through the images, then restarts. uses exact width units to prevent jumping */
  transform: translateY(70px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
}
@keyframes marquee {
  from {
    translate: 0;
  }
  to {
    translate: -2256px;
  }
}
.home .section-hero .hero-logo-bg .hero-marquee {
  width: 5145px;
  display: grid;
  overflow: visible;
  grid-template-columns: repeat(7, 735px);
  gap: 17px;
  animation: marquee 45s linear infinite;
}
.home .section-hero .hero-logo-bg svg {
  width: 735px;
  display: inline;
}
.home .section-hero .hero-logo-bg path {
  fill: none;
  stroke: #e9ecef;
  stroke-width: 5px;
}
.home .section-services {
  background-color: #e9ecef;
  padding-top: 80px;
}
.home .section-services .services-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.home .section-services .services-content > a {
  grid-column: 1/span 2;
}
@media (max-width: 735px) {
  .home .section-services .services-content {
    grid-template-columns: 1fr;
  }
  .home .section-services .services-content > a {
    grid-column: 1;
  }
}
.home .section-services .services-content .tile {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
}
@keyframes pulse-heartbeat {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }
  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }
  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }
  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }
  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}
.home .section-services .services-content h3 {
  font-size: 16px;
  margin-top: 0;
}
.home .section-services .services-content p {
  font-size: 20px;
  margin-bottom: 0;
}
.home .section-work {
  padding-top: 90px;
}
.home .section-work .work-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 405px;
  gap: 1.5rem;
}
@media (max-width: 1440px) {
  .home .section-work .work-content {
    grid-template-rows: 580px;
  }
}
@media (max-width: 1068px) {
  .home .section-work .work-content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 405px);
  }
}
@media (max-width: 735px) {
  .home .section-work .work-content {
    grid-template-rows: repeat(2, 610px);
  }
}
.home .section-work .work-content .tile {
  background-color: #e9ecef;
  display: grid;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
@media (max-width: 735px) {
  .home .section-work .work-content .tile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.home .section-work .work-content .tile.dark {
  background-color: #212529;
  color: #fff;
}
.home .section-work .work-content .tile .img-mockup {
  width: 50%;
  transform: translateY(30px) translateX(370px);
  grid-area: 1/1/2/2;
}
@media (max-width: 1440px) {
  .home .section-work .work-content .tile .img-mockup {
    transform: translate(200px, 220px);
  }
}
@media (max-width: 1068px) {
  .home .section-work .work-content .tile .img-mockup {
    transform: translate(330px, 30px);
  }
}
@media (max-width: 735px) {
  .home .section-work .work-content .tile .img-mockup {
    transform: none;
    width: fit-content;
  }
}
.home .section-work .work-content .tile .copy {
  padding: 1.5rem;
  width: 100%;
  grid-area: 1/1/2/2;
}
.home .section-work .work-content .tile .copy h3 {
  margin-top: 0;
  font-size: 30px;
}
@media (max-width: 1068px) {
  .home .section-work .work-content .tile .copy h3 {
    font-size: 30px;
  }
}
.home .section-work .work-content .tile .copy p {
  font-size: 20px;
}
@media (max-width: 1068px) {
  .home .section-work .work-content .tile .copy p {
    font-size: 24px;
  }
}
.home .section-pricing {
  padding-top: 90px;
}
.home .section-pricing .section-content {
  padding: 3rem;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.27);
  border-radius: 0.25rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.6px);
  -webkit-backdrop-filter: blur(1.6px);
}
.home .section-pricing .section-content h3, .home .section-pricing .section-content h4 {
  margin-top: 0;
  text-align: center;
}
.home .section-pricing .pricing-content h2 {
  font-size: 20px;
  text-align: center;
}
.home .section-pricing .price-container {
  text-align: center;
}
.home .section-pricing .price-container h3 {
  font-size: 40px;
}
.home .section-pricing .details-container {
  margin-top: 2rem;
}
.home .section-pricing .details-container .features-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 1068px) {
  .home .section-pricing .details-container .features-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 735px) {
  .home .section-pricing .details-container .features-list {
    grid-template-columns: repeat(2, 1fr);
    font-size: 12px;
  }
}
@media (max-width: 395px) {
  .home .section-pricing .details-container .features-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.home .section-pricing .details-container .feature-item {
  aspect-ratio: 1/0.8;
  text-align: center;
  list-style-type: none;
  margin: 0;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 1rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.6px);
  -webkit-backdrop-filter: blur(1.6px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.5rem;
  background-repeat: no-repeat;
  background-position: center 1rem;
  background-size: 96px;
}
@media (max-width: 1440px) {
  .home .section-pricing .details-container .feature-item {
    aspect-ratio: 1/0.9;
  }
}
@media (max-width: 1068px) {
  .home .section-pricing .details-container .feature-item {
    aspect-ratio: 1/0.8;
  }
}
@media (max-width: 735px) {
  .home .section-pricing .details-container .feature-item {
    aspect-ratio: 1/1.1;
  }
}
@media (max-width: 395px) {
  .home .section-pricing .details-container .feature-item {
    width: 100%;
    aspect-ratio: 1/0.57;
  }
}
@media (max-width: 1440px) {
  .home .section-pricing .details-container .feature-item {
    padding: 1rem;
  }
}
@media (max-width: 1440px) {
  .home .section-pricing .details-container .feature-item {
    background-size: 64px;
  }
}
.home .section-pricing .details-container .feature-webpage {
  background-image: url(/images/icons/browser.svg);
}
.home .section-pricing .details-container .feature-edits {
  background-image: url(/images/icons/pencil-line.svg);
}
.home .section-pricing .details-container .feature-hosting {
  background-image: url(/images/icons/cloud-check.svg);
}
.home .section-pricing .details-container .feature-logo {
  background-image: url(/images/icons/pen-nib-straight.svg);
}
@media (max-width: 1068px) {
  .home .section-pricing .details-container .feature-logo {
    transform: translateX(50%);
  }
}
@media (max-width: 735px) {
  .home .section-pricing .details-container .feature-logo {
    transform: unset;
  }
}
.home .section-pricing .details-container .feature-pages {
  background-image: url(/images/icons/cards-three.svg);
}
@media (max-width: 1068px) {
  .home .section-pricing .details-container .feature-pages {
    transform: translateX(50%);
  }
}
@media (max-width: 395px) {
  .home .section-pricing .details-container .feature-pages {
    transform: unset;
  }
}
.home .section-pricing .links-container {
  margin-top: 2rem;
}
.home .section-pricing .links-container ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 2rem;
}
.home .section-pricing .links-container ul li {
  margin: 0;
}
.home .section-contact {
  background-color: transparent;
  background: none;
}
.home .gradient-bg {
  background: rgb(227, 244, 255);
  background: linear-gradient(180deg, #fff 0%, #007bff 100%);
}

article {
  margin-bottom: 60px;
}
article .title {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
  background-color: #007bff;
  background-size: 100% 800px;
  background-position: -50%;
  color: #fff;
  font-size: 40px;
  padding: 30px 0;
  text-align: center;
}
article .title .section-content {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
article .title .tagline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
article .title .price-tag-wrap {
  filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
  margin-top: 30px;
  margin-bottom: 10px;
}
article .title .price-tag {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  gap: 0;
  background: white;
  color: red;
  width: 240px;
  height: 140px;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
  transform: rotate(15deg);
  font-size: 40px;
  box-shadow: 3px 4px 3px -1px rgba(115, 115, 115, 0.75);
}
article .title .price-tag .monthly {
  font-size: 28px;
}
article .date {
  font-weight: 200;
  font-size: 24px;
}
article .note-icon {
  color: #007bff;
}
article .note-btn {
  color: #007bff;
  margin-left: 4px;
  cursor: context-menu;
}
article .note-container {
  font-weight: 200;
  background-color: #f8f9fa;
  transition: max-height 0.3s ease-out;
  max-height: 300px;
  margin: 0;
  border-radius: 0.25rem;
}
article .note-container p {
  padding: 0.75em;
  margin: 0;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
article .note-container.hidden {
  max-height: 0;
  overflow: hidden;
  margin: 0;
}
article .note-container.hidden p {
  opacity: 0;
}

.no-js article .note-container.hidden {
  max-height: 300px;
  margin: 0;
  overflow: auto;
  animation-name: appear;
  animation-duration: 10s;
  animation-direction: normal;
}
.no-js article .note-container.hidden p {
  opacity: 1;
}

@keyframes appear {
  0% {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
  }
  99% {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
  }
  100% {
    max-height: 300px;
    margin: 0;
    overflow: auto;
    opacity: 1;
  }
}
.websites-for-ndis-providers {
  overflow-x: hidden;
}
.websites-for-ndis-providers .title {
  background-image: url("/images/ndis/ndis_hero_large.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1068px) {
  .websites-for-ndis-providers .title {
    background-image: url("/images/ndis/ndis_hero_medium.jpg");
  }
}
@media (max-width: 735px) {
  .websites-for-ndis-providers .title {
    background-image: url("/images/ndis/ndis_hero_small.jpg");
  }
}
.websites-for-ndis-providers .title .section-content {
  text-shadow: 0px 0px 15px #333;
}
.websites-for-ndis-providers h3 {
  font-size: 30px;
}
.websites-for-ndis-providers .ndis-hero .opening-line {
  font-weight: 600;
  font-style: italic;
}
.websites-for-ndis-providers .cta-container {
  margin-top: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.websites-for-ndis-providers .ndis-why {
  background: #f8f9fa;
  padding-block: 0.01em 1.5em;
  margin-top: 4em;
  position: relative;
}
.websites-for-ndis-providers .ndis-why:before {
  position: absolute;
  content: "";
  width: 50%;
  left: -50%;
  top: 0;
  bottom: 0;
  background: #f8f9fa;
  z-index: -1;
}
.websites-for-ndis-providers .ndis-why:after {
  position: absolute;
  content: "";
  width: 50%;
  right: -50%;
  top: 0;
  bottom: 0;
  background: #f8f9fa;
  z-index: -1;
  overflow: hidden;
}
.websites-for-ndis-providers .ndis-why .ndis-reasons-why {
  margin-top: 30px;
}
.websites-for-ndis-providers .ndis-why .ndis-reasons-why .tile {
  list-style: none;
  margin-left: 0;
  display: flex;
  gap: 30px;
  margin-bottom: 45px;
}
@media (max-width: 735px) {
  .websites-for-ndis-providers .ndis-why .ndis-reasons-why .tile {
    flex-direction: column;
    align-items: center;
  }
}
.websites-for-ndis-providers .ndis-why .ndis-reasons-why-icon {
  font-size: 80px;
  height: 80px;
}
.websites-for-ndis-providers .ndis-why .ndis-reasons-why-copy h4 {
  margin-top: 0;
}
@media (max-width: 735px) {
  .websites-for-ndis-providers .ndis-why .ndis-reasons-why-copy {
    text-align: center;
  }
}

body {
  font-family: system-ui, sans-serif;
  background-color: #fff;
  font-size: 16px;
}
body main {
  padding-top: 80px;
  min-height: calc(100vh - 123px);
}

.dev * {
  border: 1px solid hsla(80, 61%, 50%, 0.5);
}
