/* CSS Document */
:root {
  --charcoal: #262829;
  --section-blue: #709DFF;
  --section-orange: #EF723D;
  --section-teal: #38D297;
  --section-orange-hover: #f88757;
  --cornflower-50: #ecf0ff;
  --cornflower-100: #d0dbff;
  --cornflower-200: #a1baff;
  --cornflower-300: #709dff;
  --cornflower-400: #4c8dff;
  --cornflower-500: #0078f3;
  --cornflower-600: #0062c8;
  --cornflower-700: #004a9c;
  --cornflower-800: #00336f;
  --cornflower-900: #001c43;
  --cornflower-950: #00102c;
  --shamrock-50: #c2fedf;
  --shamrock-100: #43f7b2;
  --shamrock-200: #38d297;
  --shamrock-300: #33c18a;
  --shamrock-400: #2ba979;
  --shamrock-500: #239066;
  --shamrock-600: #1b7452;
  --shamrock-700: #12593e;
  --shamrock-800: #093d29;
  --shamrock-900: #032216;
  --shamrock-950: #01150b;
  --coral-50: #fdedeb;
  --coral-100: #fad7d0;
  --coral-200: #f7b4a5;
  --coral-300: #f49376;
  --coral-400: #ef723d;
  --coral-450: #e26b39;
  --coral-500: #d46435;
  --coral-600: #af522a;
  --coral-700: #883e1e;
  --coral-800: #5f2912;
  --coral-900: #361407;
  --coral-950: #210a03;
  --poppy-50: #ffecec;
  --poppy-100: #ffd1d1;
  --poppy-200: #ffa4a4;
  --poppy-300: #ff7676;
  --poppy-350: #ff5858;
  --poppy-400: #ff3a3a;
  --poppy-500: #f20000;
  --poppy-600: #ca0000;
  --poppy-700: #9e0000;
  --poppy-800: #710000;
  --poppy-900: #440000;
  --poppy-950: #2d0000;
  --lime-50: #d0feb7;
  --lime-100: #99f642;
  --lime-200: #85d638;
  --lime-300: #7ac433;
  --lime-400: #6aac2b;
  --lime-500: #599223;
  --lime-600: #47761b;
  --lime-700: #355a12;
  --lime-800: #233d09;
  --lime-900: #112203;
  --lime-950: #081401;
  --error-red: #FF3A3A;
  --error-red-light: #FF4C4C;
  --body-text: #d9d9d9;
  --nav-area-top: 0px;
  --page-padding: 24px;
  --page-transition-duration: 0.45s;
  --splash-transition-duration: 0.5s;
  --card-modal-reveal-duration: 1.2s;
  --card-modal-dismiss-duration: 1s;
  --gen-modal-reveal-duration: 0.4s;
  --gen-modal-dismiss-duration: 0.4s;
  --ease-in-quad: cubic-bezier(.55, .085, .68, .53);
  --ease-in-cubic: cubic-bezier(.550, .055, .675, .19);
  --ease-in-quart: cubic-bezier(.895, .03, .685, .22);
  --ease-in-quint: cubic-bezier(.755, .05, .855, .06);
  --ease-in-expo: cubic-bezier(.95, .05, .795, .035);
  --ease-in-circ: cubic-bezier(.6, .04, .98, .335);
  --ease-out-quad: cubic-bezier(.25, .46, .45, .94);
  --ease-out-cubic: cubic-bezier(.215, .61, .355, 1);
  --ease-out-quart: cubic-bezier(.165, .84, .44, 1);
  --ease-out-quint: cubic-bezier(.23, 1, .32, 1);
  --ease-out-expo: cubic-bezier(.19, 1, .22, 1);
  --ease-out-circ: cubic-bezier(.075, .82, .165, 1);
  --ease-in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --ease-in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --ease-in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --ease-in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --ease-in-out-back: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ico-x-24-large: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cline x1='3' y1='3' x2='21' y2='21' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='21' y2='3' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'%3E%3C/line%3E%3C/svg%3E");
  --ico-exclaim-24: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='white' cx='12' cy='16.125' r='1.125'%3E%3C/circle%3E%3Cg fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'%3E%3C/circle%3E%3Cpath d='M12,7.5 L12,12.75'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  --ico-plane-24: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon points='11.707 13.707 10.293 12.293 19 5 11.707 13.707' fill='white'%3E%3C/polygon%3E%3Cpolygon points='22 2 15 22 11 13 2 9 22 2' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3C/polygon%3E%3C/svg%3E");
  --ico-quote-99-64: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='white' d='M15,10C6.716,10,0,16.716,0,25c0,7.567,5.609,13.808,12.893,14.835-.35,4.159-1.69,8.228-4.584,11.968-1.184,1.529.311,3.661,2.169,3.124,11.201-3.239,19.522-15.503,19.522-29.927,0-8.284-6.716-15-15-15Z'%3E%3C/path%3E%3Cpath fill='white' d='M49,10c-8.284,0-15,6.716-15,15,0,7.567,5.609,13.808,12.893,14.835-.35,4.159-1.69,8.228-4.584,11.968-1.184,1.529.311,3.661,2.169,3.124,11.201-3.239,19.522-15.503,19.522-29.927,0-8.284-6.716-15-15-15Z'%3E%3C/path%3E%3C/svg%3E");
  --ico-quote-66-64: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='white' d='M49,55.012c8.284,0,15-6.716,15-15,0-7.567-5.609-13.808-12.893-14.835.35-4.159,1.69-8.228,4.584-11.968,1.184-1.529-.311-3.661-2.169-3.124-11.201,3.239-19.522,15.503-19.522,29.927,0,8.284,6.716,15,15,15Z'%3E%3C/path%3E%3Cpath fill='white' d='M15,55.012c8.284,0,15-6.716,15-15,0-7.567-5.609-13.808-12.893-14.835.35-4.159,1.69-8.228,4.584-11.968,1.184-1.529-.311-3.661-2.169-3.124C8.321,13.324,0,25.587,0,40.012c0,8.284,6.716,15,15,15Z'%3E%3C/path%3E%3C/svg%3E");
  --ico-linkedin-24_old: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='none'%3E%3C/rect%3E%3Cpath d='M17.772,8.475c2.691,0,4.228,2.211,4.228,5.525v7h-4v-5c0-1.105-.895-2-2-2s-2,.895-2,2v5h-4v-12h4v1c1.279-1.132,2.658-1.525,3.772-1.525Z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3C/path%3E%3Cpolygon points='13 12.221 13 10 14.663 10.749 13 12.221' fill='white'%3E%3C/polygon%3E%3Crect id='i' x='3' y='9' width='4' height='12' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3C/rect%3E%3Ccircle id='dot' cx='5' cy='4' r='2' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3C/circle%3E%3C/svg%3E");
  --ico-linkedin-24: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='none'%3E%3C/rect%3E%3Crect x='3' y='3' width='18' height='18' rx='.75' ry='.75' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x1='11' y1='10' x2='11' y2='16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x1='8' y1='10' x2='8' y2='16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M11,12.625c0-1.45,1.175-2.625,2.625-2.625s2.625,1.175,2.625,2.625v3.375' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Ccircle cx='8' cy='7.375' r='1.125' fill='%23fff' stroke-width='0'/%3E%3C/svg%3E");
  --ico-shield-ticked-24: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='none'%3E%3C/rect%3E%3Cpath d='M12,22s9-4,9-10v-7c-4,0-9-3-9-3,0,0-5,3-9,3v7c0,6,9,10,9,10Z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3C/path%3E%3Cpolyline points='8.25 12.75 10.5 15 15.75 9.75' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3C/polyline%3E%3C/svg%3E");
  --ico-copyright-24: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='none'%3E%3C/rect%3E%3Cpath d='M15.45,14.55c-1.408,1.878-4.072,2.258-5.95.85s-2.258-4.072-.85-5.95,4.072-2.258,5.95-.85c.322.242.608.528.85.85' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3C/circle%3E%3C/svg%3E");
}

@media only screen and (max-width: 950px) and (min-aspect-ratio: 2/1), (max-width: 460px) {
  :root {
    --page-padding: 16px;
  }
}
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mnw160 {
  min-width: 160px;
}

.mnw200 {
  min-width: 200px;
}

.mxw800 {
  max-width: 800px;
}

.alignSelfCentre {
  align-self: center;
}

.alignSelfRight {
  align-self: flex-end;
}

.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-col.flex-col-left {
  align-items: flex-start;
}

/* Prevent hover consuming tap on touch devices */
@media (pointer: coarse) {
  .hover-consume {
    touch-action: manipulation; /* Disable double-tap zoom and hover delay */
  }
}
:root {
  --ico-new-tab: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Crect width='16' height='16' fill='none'%3E%3C/rect%3E%3Cpath d='M10 2H14M14 2V6M14 2L7.5 8' stroke='white' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3Cpath d='M7 2H2V14H14V9' stroke='white' stroke-width='1.5' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

em {
  font-style: italic;
}

body {
  font-size: 16px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--body-text);
}

h1, h2, h3, h4 {
  font-family: "Signika Negative", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.025em;
  color: white;
  line-height: 1.25;
}

h1 {
  text-transform: uppercase;
  font-size: 4rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

h2 {
  font-size: 3rem;
  margin: 1rem 60px;
  margin-top: 2rem;
}

h3 {
  font-size: 2rem;
  text-transform: uppercase;
}

p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  margin: 0.5rem;
}
p.p-large {
  font-size: 1.5rem;
}
p.p-lead {
  font-size: 1.35rem;
}

.icoPrefix {
  padding-left: 36px;
  min-height: 42px;
  position: relative;
  display: flex;
  align-items: center;
}
.icoPrefix::before {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-mask-image: var(--ico-copyright-24);
          mask-image: var(--ico-copyright-24);
  background-color: currentColor;
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 6px;
}

a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease;
}
a:hover {
  color: white;
}
a.a-contact {
  color: var(--coral-450);
}
a.a-contact:hover {
  color: var(--coral-300);
}
a.underlined {
  position: relative;
  text-decoration: none !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
a.underlined::before {
  content: "";
  background: currentColor;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transform-origin: 50% 50%;
  transform: scaleX(0);
  opacity: 0;
  transition: opacity 0.1s ease 0.1s, transform 0.2s ease;
}
a.underlined:hover::before {
  transform: scaleX(1);
  opacity: 1;
  transition: opacity 0.1s ease, transform 0.2s ease;
}
a.ico-flat {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  min-height: 48px;
  text-decoration: none;
}
a.ico-flat svg {
  margin-right: 6px;
  position: relative;
}
a.ico-flat::before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  left: -5px;
  top: 3px;
  opacity: 0;
  filter: blur(20px);
  border-radius: 8px;
  transition: opacity 0.2s ease;
  background: var(--coral-400);
  transform: translateZ(0);
}
a.ico-flat:hover {
  text-decoration: none;
}
a.ico-flat:hover .simple-icon .outlined {
  opacity: 1;
  stroke: var(--coral-300);
}
a.ico-flat:hover .simple-icon .filled {
  opacity: 1;
  fill: var(--coral-300);
}
a.ico-flat:hover::before {
  opacity: 0.6;
}
a.icoPrefix {
  text-decoration: none;
}
a.icoPrefix#aLinkedIn::before {
  -webkit-mask-image: var(--ico-linkedin-24);
          mask-image: var(--ico-linkedin-24);
}

a.cta, span.cta {
  position: relative;
  color: rgba(255, 255, 255, 0.85) !important;
  display: flex;
  min-height: 48px;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(325deg, var(--shamrock-500), var(--shamrock-400));
  border-radius: 3px;
  text-decoration: none;
  padding: 0 16px;
}
a.cta:hover, span.cta:hover {
  color: white !important;
}
a.cta.newTab::after, span.cta.newTab::after {
  position: relative;
  margin-left: 8px;
  right: auto;
}
a.newTab, span.newTab {
  position: relative;
  display: inline-flex;
  margin-right: 28px;
  align-items: center;
}
a.newTab::after, span.newTab::after {
  -webkit-mask-image: var(--ico-new-tab);
          mask-image: var(--ico-new-tab);
  background-color: currentColor;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -24px;
}

code {
  font-family: "IBM Plex Mono", "Courier New", Courier, monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  padding: 0px 5px;
  margin: 0 2px;
  display: inline;
  background-color: rgba(112, 157, 255, 0.1);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--cornflower-300);
}
code.coral {
  color: var(--coral-300);
  background-color: rgba(244, 147, 118, 0.1);
}

blockquote {
  position: relative;
  margin: 16px 0;
  padding: 0 72px;
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}
blockquote::before {
  -webkit-mask-image: var(--ico-quote-66-64);
          mask-image: var(--ico-quote-66-64);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.25);
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -10px;
  left: 0;
}
blockquote::after {
  -webkit-mask-image: var(--ico-quote-99-64);
          mask-image: var(--ico-quote-99-64);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.25);
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: -10px;
  right: 0;
}

.body-text {
  font-size: 1rem;
}

.centred {
  text-align: center;
}

.text-balanced {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.no-wrap {
  white-space: nowrap;
}

.font-loading {
  visibility: hidden;
}

.fake-align-left {
  width: 100%;
  text-align: center;
}

p.body-text {
  width: 60%;
}

@media only screen and (max-width: 980px) {
  p.body-text {
    width: 80%;
  }
}
@media only screen and (max-width: 600px), (max-height: 600px) {
  .body-text {
    font-size: 0.875rem;
  }
  p.p-lead {
    font-size: 1.15rem;
  }
  blockquote {
    padding: 0 40px;
    font-size: 0.875rem;
  }
  blockquote::before {
    width: 32px;
  }
  blockquote::after {
    width: 32px;
  }
}
@media only screen and (max-height: 480px) {
  section h2 {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 460px) {
  p.body-text {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  blockquote {
    padding: 40px 0px;
  }
  blockquote::before {
    width: 42px;
  }
  blockquote::after {
    width: 42px;
  }
}
@media only screen and (max-height: 380px) {
  section h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 950px) and (min-aspect-ratio: 2/1), (max-width: 460px), (max-height: 460px) {
  a.cta {
    min-height: 42px;
  }
}
@property --btnGradStart {
  syntax: "<color>";
  inherits: false;
  initial-value: blue;
}
@property --btnGradEnd {
  syntax: "<color>";
  inherits: false;
  initial-value: red;
}
button, .btn {
  position: relative;
  outline: none;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  width: -moz-fit-content;
  width: fit-content;
  min-width: 48px;
  min-height: 48px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 16px;
  border-radius: 6px;
  margin: 0 4px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s ease, background 0.2s ease;
}
button.a-contact, .btn.a-contact {
  background: none;
}
button:not(:disabled), .btn:not(:disabled) {
  cursor: pointer;
}
button:not(:disabled):hover, .btn:not(:disabled):hover {
  color: white;
}
button:not(:disabled):hover .simple-icon-white .outlined, .btn:not(:disabled):hover .simple-icon-white .outlined {
  opacity: 1;
}
button svg, .btn svg {
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
}
button svg.ico-24, .btn svg.ico-24 {
  left: calc(50% - 12px);
  top: calc(50% - 12px);
}
button.no-wrap, .btn.no-wrap {
  max-height: 48px;
}
button .simple-icon .outlined, .btn .simple-icon .outlined {
  opacity: 0.8;
  stroke: white;
  transition: opacity 0.2s ease, stroke 0.2s ease;
}

.btnCentred {
  display: flex;
  justify-content: center;
}

.btnDim {
  background: rgba(0, 0, 0, 0);
}

.btnIcon {
  width: 48px;
  height: 48px;
}

.btnIconCaption {
  padding-left: 40px;
}
.btnIconCaption::before {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-mask-image: var(--ico-plane-24);
          mask-image: var(--ico-plane-24);
  background-color: currentColor;
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 10px;
}

.btnCtaLarge {
  min-width: 250px;
  min-height: 56px;
  justify-content: center;
}

.btnGrad {
  --btnGradStart: var(--cornflower-600);
  --btnGradEnd: var(--cornflower-700);
  transition: --btnGradStart 0.2s ease, --btnGradEnd 0.2s ease;
  background: linear-gradient(325deg, var(--btnGradStart), var(--btnGradEnd));
}
.btnGrad.coral {
  --btnGradStart: var(--coral-600);
  --btnGradEnd: var(--coral-700);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.15), inset -1px -1px 2px rgba(0, 0, 0, 0.25), 1px 2px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--coral-400);
  background: linear-gradient(145deg, var(--btnGradStart), var(--btnGradEnd));
  border-radius: 12px;
  color: var(--coral-100);
}
.btnGrad.coral:not(:disabled):hover {
  --btnGradStart: var(--coral-700);
  --btnGradEnd: var(--coral-800);
}
.btnGrad:disabled {
  opacity: 0.4;
}
.btnGrad.shamrock {
  --btnGradStart: var(--shamrock-500);
  --btnGradEnd: var(--shamrock-600);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.15), inset -1px -1px 2px rgba(0, 0, 0, 0.25), 1px 2px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--shamrock-400);
  background: linear-gradient(145deg, var(--btnGradStart), var(--btnGradEnd));
  border-radius: 12px;
  color: var(--shamrock-100);
}
.btnGrad.shamrock:not(:disabled):hover {
  --btnGradStart: var(--shamrock-600);
  --btnGradEnd: var(--shamrock-700);
}
.btnGrad.green {
  --btnGradStart: var(--lime-600);
  --btnGradEnd: var(--lime-700);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.15), inset -1px -1px 2px rgba(0, 0, 0, 0.25), 1px 2px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--lime-400);
  background: linear-gradient(145deg, var(--btnGradStart), var(--btnGradEnd));
  border-radius: 12px;
  color: var(--lime-100);
}
.btnGrad.green:not(:disabled):hover {
  --btnGradStart: var(--lime-700);
  --btnGradEnd: var(--lime-800);
}
.btnGrad.red {
  --btnGradStart: var(--poppy-600);
  --btnGradEnd: var(--poppy-700);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.15), inset -1px -1px 2px rgba(0, 0, 0, 0.25), 1px 2px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--poppy-400);
  background: linear-gradient(145deg, var(--btnGradStart), var(--btnGradEnd));
  border-radius: 12px;
  color: var(--poppy-100);
}
.btnGrad.red:not(:disabled):hover {
  --btnGradStart: var(--poppy-700);
  --btnGradEnd: var(--poppy-800);
}

.btnFilled {
  background: var(--cornflower-600);
}
.btnFilled:hover:not(:disabled) {
  background: var(--cornflower-700);
}
.btnFilled.coral {
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.25), inset -1px -1px 2px rgba(0, 0, 0, 0.25), 1px 2px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--coral-800);
  background: linear-gradient(325deg, var(--btnGradStart), var(--btnGradEnd));
  border-radius: 12px;
  color: var(--coral-210);
}
.btnFilled.coral:disabled {
  opacity: 0.4;
  background: var(--coral-700);
  color: rgba(255, 255, 255, 0.4);
}
.btnFilled.coral:hover:not(:disabled) {
  background: var(--coral-700);
}

.btnNav {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  margin: 0;
}
.btnNav.btn-blue {
  --hue: var(--cornflower-400);
}
.btnNav.btn-teal {
  --hue: var(--shamrock-200);
}
.btnNav.btn-orange {
  --hue: var(--coral-400);
}
.btnNav::before {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  left: -2px;
  top: -2px;
  opacity: 0;
  filter: blur(20px);
  border-radius: 8px;
  transition: opacity 0.2s ease;
  background: var(--hue);
  transform: translateZ(0);
}
.btnNav .caption-clip {
  background: rgba(0, 0, 0, 0.75);
  position: relative;
  overflow: hidden;
  left: 50px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  max-width: 0;
  opacity: 0;
  padding: 4px 10px;
  padding-left: 15px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: -1;
  transition: max-width 0.3s var(--ease-in-quad), opacity 0.1s ease 0.15s;
}
.btnNav span {
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  color: var(--hue);
}
.btnNav .simple-icon .outlined {
  opacity: 0.2;
  stroke: white;
  transition: opacity 0.2s ease, stroke 0.2s ease;
}
.btnNav.current {
  background: rgba(0, 0, 0, 0.75);
  cursor: default;
}
.btnNav.current .simple-icon .outlined {
  opacity: 1;
  stroke: var(--hue);
}
.btnNav.current::before {
  opacity: 0.4;
}
.btnNav:hover:not(.current) {
  background: rgba(0, 0, 0, 0.75);
}
.btnNav:hover:not(.current) .simple-icon .outlined {
  opacity: 1;
  stroke: var(--hue);
}
.btnNav:hover:not(.current) .caption-clip {
  max-width: 90px;
  opacity: 1;
  transition: max-width 0.35s var(--ease-out-cubic), opacity 0.2s ease;
}
.btnNav:hover:not(.current)::before {
  opacity: 0.2;
}

.btn-blue span {
  color: var(--cornflower-400);
}

.btn-orange span {
  color: var(--coral-400);
}

.btn-teal span {
  color: var(--shamrock-200);
}

#btnPrivacy {
  color: var(--coral-450);
  padding-right: 0;
  margin: 0;
}
#btnPrivacy:hover {
  color: var(--coral-300);
}
#btnPrivacy::before {
  -webkit-mask-image: var(--ico-shield-ticked-24);
          mask-image: var(--ico-shield-ticked-24);
}

@media only screen and (max-width: 800px) {
  .btnNav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0) !important;
  }
  .btnNav span {
    font-size: 12px;
  }
  .btnNav .caption-clip {
    display: none;
  }
  .btnNav:hover .caption-clip {
    transition: none;
    max-width: none;
  }
}
@media only screen and (max-width: 600px) {
  .btnCtaLarge {
    min-width: 220px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 950px) and (min-aspect-ratio: 2/1), (max-width: 460px), (max-height: 460px) {
  button, .btn {
    min-width: 42px;
    min-height: 42px;
  }
  button.no-wrap, .btn.no-wrap {
    max-height: 42px;
  }
  .btnIcon {
    width: 42px;
    height: 42px;
  }
}
.ico-16 {
  width: 16px;
  height: 16px;
}

.ico-24 {
  width: 24px;
  height: 24px;
}

.ico-32 {
  width: 32px;
  height: 32px;
}

.ico-48 {
  width: 48px;
  height: 48px;
}

.svgDefs {
  position: absolute;
  width: 1000px;
  height: 1000px;
  left: -9999px;
  top: -9999px;
  overflow: hidden;
}

.simple-icon .bounds {
  fill: rgba(0, 0, 0, 0);
}
.simple-icon .outlined {
  opacity: 0.7;
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  transition: stroke 0.2s ease, fill 0.2s ease, opacity 0.2s ease;
}
.simple-icon .outlined.outlined-dark {
  opacity: 0.5;
  stroke: black;
}
.simple-icon .filled {
  opacity: 0.7;
  fill: white;
  transition: opacity 0.2s ease;
}
.simple-icon.simple-icon-contact .outlined {
  stroke: var(--coral-400);
}
.simple-icon.simple-icon-contact .filled {
  fill: var(--coral-400);
}

:root {
  --card-corner-rad: 16px;
  --card-glow-size: 50px;
  --gaussian-visibility-factor: 2.5;
  --glow-distance: calc(var(--card-glow-size) * var(--gaussian-visibility-factor));
}

.card-conveyor {
  --card-width: 360px;
  --card-height: 460px;
  --card-gap: 24px;
  --card-edge-ratio: 0.65;
  flex-grow: 1;
  width: 100%;
  height: var(--card-height);
  overflow-y: visible;
  overflow-x: clip;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.cards-group {
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
}

.cards-glow-group {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 500px;
  overflow: visible;
  filter: blur(var(--card-glow-size));
  transform: translateZ(0);
}

.card {
  color: white;
  border-radius: var(--card-corner-rad);
  position: absolute;
  top: 0;
  left: 0;
  width: var(--card-width);
  height: var(--card-height);
  margin-top: calc(-1 * var(--card-height) / 2);
  margin-left: calc(-1 * var(--card-width) / 2);
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border: 2px solid rgba(0, 0, 0, 0);
  background: linear-gradient(140deg, rgb(54, 58, 69) 0%, rgb(14, 15, 16) 100%) padding-box, linear-gradient(rgba(56, 210, 151, 0.5), rgba(93, 138, 235, 0.6)) border-box;
  background-size: 100%;
  box-shadow: inset 0 0 35px 15px rgba(0, 0, 0, 0.15), 0 0 20px rgb(0, 0, 0);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.card h3 {
  text-transform: uppercase;
  font-family: "Signika Negative", sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.875rem;
  text-align: center;
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 32px;
  z-index: 1;
  line-height: 1.2;
}
.card .imgs-group {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.card .imgs-group .img-face {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.card .imgs-group .img-prefix {
  opacity: 0;
  position: absolute;
}

.card-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--card-width);
  height: var(--card-height);
  margin-top: calc(-1 * var(--card-height) / 2);
  margin-left: calc(-1 * var(--card-width) / 2);
  transform-origin: center;
  background: linear-gradient(to bottom left, #709DFF, #38D297);
  border-radius: var(--card-corner-rad);
  opacity: 0.75;
  opacity: 0.2;
}

#cardAssistants .imgs-group .img-prefix {
  left: 43.5%;
  top: 10%;
  width: 16.11%;
}

#cardRigor .imgs-group .img-prefix {
  left: 31.5%;
  top: 11.5%;
  width: 40%;
}

#cardSanctuary .imgs-group .img-prefix {
  left: 18.5%;
  top: 11.85%;
  width: 42%;
}

#cardEvolve .imgs-group .img-prefix {
  left: 73.54%;
  top: 40.5%;
  width: 11.2%;
}

#cardUnitron .imgs-group .img-prefix {
  left: 50.5%;
  top: 35%;
  width: 19%;
}

#cardRoof .imgs-group .img-prefix {
  left: 41.55%;
  top: 31.96%;
  width: 5.69%;
}

#cardTat .imgs-group .img-prefix {
  left: 39.86%;
  top: 15.43%;
  width: 20.56%;
}

.curve-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

@media only screen and (max-width: 1525px) {
  .cards-group {
    --card-edge-ratio: 0.8;
  }
}
@media only screen and (max-width: 930px) {
  .card-conveyor {
    --card-width: 300px;
    --card-height: 390px;
    --card-gap: 16px;
    --card-edge-ratio: 0.85;
  }
  .card h3 {
    font-size: 1.6rem;
    bottom: 24px;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --card-corner-rad: 8px;
  }
}
@media only screen and (max-width: 420px) {
  .card-conveyor {
    --card-width: 240px;
    --card-height: 320px;
  }
  .card h3 {
    font-size: 1.325rem;
    letter-spacing: 0.0125em;
    bottom: 16px;
  }
}
@media only screen and (max-height: 750px) {
  :root {
    --card-glow-size: 30px;
  }
}
@media only screen and (max-height: 680px) {
  :root {
    --card-glow-size: 25px;
  }
  .card-conveyor {
    --card-width: 300px;
    --card-height: 390px;
    --card-gap: 12px;
  }
  .card h3 {
    font-size: 1.65rem;
  }
}
@media only screen and (max-height: 580px) {
  :root {
    --card-glow-size: 20px;
  }
  .card-conveyor {
    --card-width: 240px;
    --card-height: 300px;
  }
  .card h3 {
    font-size: 1.35rem;
  }
}
@media only screen and (max-height: 480px) {
  :root {
    --card-glow-size: 15px;
  }
  .card-conveyor {
    --card-width: 200px;
    --card-height: 240px;
    --card-gap: 10px;
  }
  .card h3 {
    font-size: 1.125rem;
  }
  .card .img-card-face {
    width: 90%;
  }
}
@media only screen and (max-height: 380px) {
  :root {
    --card-glow-size: 10px;
  }
  .card-conveyor {
    --card-width: 180px;
    --card-height: 205px;
    --card-gap: 8px;
  }
  .card h3 {
    font-size: 1rem;
    bottom: 12px;
  }
}
form {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 1;
}

input, textarea {
  box-sizing: border-box;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  padding: 10px;
  border-radius: 3px;
  border: none;
  transition: outline 0.2s ease;
  outline: 2px solid rgba(239, 114, 61, 0);
  background: rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
  resize: none;
}
input:focus, input:focus-within, textarea:focus, textarea:focus-within {
  border: none;
  outline: 2px solid var(--coral-400);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
input::placeholder, textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

input:-webkit-autofill, input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

textarea {
  min-height: 275px;
}

.lbl-error {
  position: relative;
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--error-red-light);
  opacity: 0;
  transition: opacity 0.1s ease;
  display: none;
}

.textarea-holder {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 275px;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
  outline: 2px solid rgba(239, 114, 61, 0);
  border-radius: 3px;
  transition: outline 0.2s ease, box-shadow 0.2s ease;
}
.textarea-holder::after {
  position: relative;
}
.textarea-holder:has(textarea:focus) {
  outline: 2px solid var(--coral-400);
}
.textarea-holder.errored {
  outline: 2px solid var(--error-red);
  box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.5), 0px 32px 32px rgba(0, 0, 0, 0.35);
}
.textarea-holder.errored::after {
  opacity: 1;
}
.textarea-holder.errored:focus, .textarea-holder.errored:focus-within {
  outline: 2px solid var(--error-red);
}
.textarea-holder textarea {
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  box-shadow: none;
  outline: none;
  padding-right: 25px;
}

label {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  position: relative;
}
.form-group::after {
  -webkit-mask-image: var(--ico-exclaim-24);
          mask-image: var(--ico-exclaim-24);
  background-color: var(--error-red);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 38px;
  right: 8px;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.form-group.form-group-textarea::after {
  top: 36px;
}
.form-group.errored::after {
  opacity: 1;
}
.form-group.errored .lbl-error {
  opacity: 1;
}
.form-group.errored input, .form-group.errored textarea, .form-group.errored .textarea-holder {
  outline: 2px solid var(--error-red);
}
.form-group.errored input:focus, .form-group.errored input:focus-within, .form-group.errored textarea:focus, .form-group.errored textarea:focus-within, .form-group.errored .textarea-holder:focus, .form-group.errored .textarea-holder:focus-within {
  outline: 2px solid var(--error-red);
}

#frmContact {
  margin-bottom: 160px;
}

.form-chk-and-button {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
.form-chk-and-button div {
  flex-grow: 1;
}
.form-chk-and-button button {
  flex-shrink: 0;
}

@keyframes gf-chk-reveal-after-load {
  to {
    visibility: visible;
  }
}
@keyframes gf-chk-draw-tick {
  0% {
    clip-path: path("M4.373,8.493c.412-.798-.55-1.587-1.023-2.059-.829-1.196-2.35-3.433-2.35-3.433l-4,2,5.801,4.176c.618.43,1.269-.099,1.571-.684ZM7.233,13.84c-.317-.339-1.121-.813-1.66-.431-.54.382-12.572,5.414-12.572,5.414L-.327,24.118s7.393-8.199,7.708-8.525c.446-.463.2-1.379-.148-1.753Z");
    animation-timing-function: ease-out;
  }
  50% {
    clip-path: path("M9.373,13.493c.412-.798-.55-1.587-1.023-2.059-.829-1.196-2.35-3.433-2.35-3.433l-4,2,5.801,4.176c.618.43,1.269-.099,1.571-.684ZM7.233,13.84c-.317-.339-1.121-.813-1.66-.431-.54.382-12.572,5.414-12.572,5.414L-.327,24.118s7.393-8.199,7.708-8.525c.446-.463.2-1.379-.148-1.753Z");
    animation-timing-function: ease-in;
  }
  100% {
    clip-path: path("M9.373,13.493c.412-.798-.55-1.587-1.023-2.059-.829-1.196-2.35-3.433-2.35-3.433l-4,2,5.801,4.176c.618.43,1.269-.099,1.571-.684ZM16.233,4.84c-.317-.339-1.121-.813-1.66-.431-.54.382-12.572,5.414-12.572,5.414l6.673,5.295s7.393-8.199,7.708-8.525c.446-.463.2-1.379-.148-1.753Z");
  }
}
@keyframes gf-chk-erase-tick {
  0% {
    clip-path: path("M8.006,9.561l-1.388,3.351-3.234-1.339,1.388-3.351,3.234,1.339ZM12.916,6.619l-3.365,8.124-3.234-1.339,3.365-8.123,3.234,1.339ZM14.356,12.104l-3.234-1.339,2.764-6.673,3.234,1.339-2.764,6.673Z");
    animation-timing-function: ease-in;
  }
  33% {
    clip-path: path("M8.006,9.561l-1.388,3.351-3.234-1.339,1.388-3.351,3.234,1.339ZM12.916,6.619l-3.365,8.124-3.234-1.339,3.365-8.123,3.234,1.339ZM11.628,18.69l-3.234-1.339,2.764-6.673,3.234,1.339-2.764,6.673Z");
    animation-timing-function: linear;
  }
  66% {
    clip-path: path("M8.006,9.561l-1.388,3.351-3.234-1.339,1.388-3.351,3.234,1.339ZM16.401-1.796l-3.365,8.124-3.234-1.339,3.365-8.123,3.234,1.339ZM11.628,18.69l-3.234-1.339,2.764-6.673,3.234,1.339-2.764,6.673Z");
    animation-timing-function: linear;
  }
  100% {
    clip-path: path("M6.667,12.795l-1.388,3.351-3.234-1.339,1.388-3.351,3.234,1.339ZM16.401-1.796l-3.365,8.124-3.234-1.339,3.365-8.123,3.234,1.339ZM11.628,18.69l-3.234-1.339,2.764-6.673,3.234,1.339-2.764,6.673Z");
    animation-timing-function: ease-out;
  }
}
.gf-checkbox-group {
  --tapSize: 42px;
  --boxSize: 20px;
  --lblGap: 1px;
  --borderWidth: 2px;
  --drawDuration: 0.25s;
  --eraseDuration: 0.4s;
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  color: var(--coral-400);
  width: -moz-fit-content;
  width: fit-content;
}
.gf-checkbox-group > * {
  cursor: pointer;
}
.gf-checkbox-group::before {
  content: "";
  display: block;
  background: rgba(255, 0, 0, 0);
  width: var(--tapSize);
  height: var(--tapSize);
  position: absolute;
  left: calc(-0.5 * (var(--tapSize) - var(--boxSize)));
  top: calc(-0.5 * (var(--tapSize) - var(--boxSize)));
}
.gf-checkbox-group:hover .gf-check-square::before {
  opacity: 0.04;
  transform: scale(1);
}
.gf-checkbox-group:hover .gf-check-square::after {
  border-color: var(--coral-300);
}
.gf-checkbox-group:hover .gf-check-square svg .gf-chk-tick {
  fill: var(--coral-300);
}
.gf-checkbox-group:hover label {
  color: var(--coral-300);
}
.gf-checkbox-group .gf-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  /* Show animation when checked */
  /* Erase animation when unchecked */
  /* Focus state for accessibility */
}
.gf-checkbox-group .gf-checkbox:active + .gf-check-square::before {
  opacity: 0.16;
  transform: scale(1);
}
.gf-checkbox-group .gf-checkbox:checked + .gf-check-square svg g {
  animation: gf-chk-draw-tick var(--drawDuration) forwards;
}
.gf-checkbox-group .gf-checkbox:not(:checked) + .gf-check-square svg g {
  animation: gf-chk-erase-tick var(--eraseDuration) forwards;
}
.gf-checkbox-group .gf-checkbox:focus + .gf-check-square::before {
  opacity: 0.12;
  transform: scale(1);
}
.gf-checkbox-group .gf-check-square {
  pointer-events: none;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  width: var(--boxSize);
  height: var(--boxSize);
  border-radius: var(--borderWidth);
  background: rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.35);
  transition: background-color 0.2s;
}
.gf-checkbox-group .gf-check-square::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: var(--borderWidth);
  border: var(--borderWidth) solid var(--coral-400);
  transition: border-color 0.2s ease;
}
.gf-checkbox-group .gf-check-square::before {
  content: "";
  position: absolute;
  left: calc((var(--boxSize) - var(--tapSize)) / 2);
  top: calc((var(--boxSize) - var(--tapSize)) / 2);
  display: block;
  width: var(--tapSize);
  height: var(--tapSize);
  background: var(--coral-400);
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transform: scale(0.5);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.gf-checkbox-group .gf-check-square svg {
  visibility: hidden;
  animation: gf-chk-reveal-after-load 5ms forwards var(--eraseDuration);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gf-checkbox-group .gf-check-square svg g {
  clip-path: path("M4.373,8.493c.412-.798-.55-1.587-1.023-2.059-.829-1.196-2.35-3.433-2.35-3.433l-4,2,5.801,4.176c.618.43,1.269-.099,1.571-.684ZM7.233,13.84c-.317-.339-1.121-.813-1.66-.431-.54.382-12.572,5.414-12.572,5.414L-.327,24.118s7.393-8.199,7.708-8.525c.446-.463.2-1.379-.148-1.753Z");
}
.gf-checkbox-group .gf-check-square svg .gf-chk-tick {
  fill: var(--coral-400);
  transition: fill 0.2s ease;
}
.gf-checkbox-group label {
  margin-top: -2px;
  font-size: 0.875rem;
  background: rgba(0, 0, 0, 0);
  min-height: var(--boxSize);
  padding-left: calc(var(--boxSize) + (var(--tapSize) - var(--boxSize)) / 2 + var(--lblGap));
  transition: color 0.2s ease;
  color: var(--coral-400);
}

@media only screen and (max-width: 960px) {
  form {
    max-width: 520px;
  }
}
@media only screen and (max-width: 880px) {
  form {
    max-width: 440px;
  }
}
@media only screen and (max-width: 800px) {
  form {
    max-width: 600px;
  }
}
@media only screen and (max-width: 950px) and (min-aspect-ratio: 2/1), (max-width: 460px) {
  .form-chk-and-button {
    flex-direction: column;
  }
}
@media (pointer: coarse) {
  .textarea-holder {
    overflow-y: auto; /* Native scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth iOS scrolling */
  }
  .textarea-holder.ps {
    overflow-y: auto !important; /* Override perfect-scrollbar */
    -webkit-overflow-scrolling: touch;
  }
}
.spinnerScrim {
  background-color: rgba(34, 34, 34, 0.65);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.5) 100%);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  z-index: 50;
  opacity: 0;
  pointer-events: all;
  transition: background-color 0.65s ease;
}
.spinnerScrim.blanket {
  background-color: rgb(34, 34, 34);
}
.spinnerScrim .spinnerSVG {
  position: relative;
  width: 100px;
  height: 100px;
  transform-origin: 50% 50%;
}
.spinnerScrim .spinnerSVG path, .spinnerScrim .spinnerSVG circle {
  fill: none;
  /* opacity: 0.25; */
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 15px;
  transition: stroke 0.25s ease, fill 0.25s ease;
}
.spinnerScrim .spinnerSVG .exclaimDot {
  fill: white;
  /* opacity: 0.25; */
  stroke: none;
}
.spinnerScrim .spinnerSVG .tickEnd, .spinnerScrim .spinnerSVG .tickLong, .spinnerScrim .spinnerSVG .exclaimLong, .spinnerScrim .spinnerSVG .exclaimDot {
  display: none;
}
.spinnerScrim .spinnerSVG .track {
  stroke: rgba(255, 255, 255, 0.2);
  display: none;
}
.spinnerScrim .spinnerSVG .ripple {
  stroke: var(--lime-200);
  stroke-width: 10px;
  opacity: 0;
}
.spinnerScrim .spinnerSVG .spark {
  stroke: var(--lime-200);
  stroke-width: 30px;
  stroke-linecap: round;
  opacity: 0;
}
.spinnerScrim.green .spinnerSVG path, .spinnerScrim.green .spinnerSVG circle, .spinnerScrim.green .spinnerSVG .ripple {
  stroke: var(--lime-200);
}
.spinnerScrim.green .spinnerSVG .track {
  stroke: rgba(255, 255, 255, 0.2);
}
.spinnerScrim.red .spinnerSVG path, .spinnerScrim.red .spinnerSVG circle, .spinnerScrim.red .spinnerSVG .ripple {
  stroke: var(--poppy-400);
}
.spinnerScrim.red .spinnerSVG .exclaimDot {
  fill: var(--poppy-400);
  stroke: none;
}
.spinnerScrim.red .spinnerSVG .track {
  stroke: rgba(255, 255, 255, 0.2);
}

.dialog {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  left: 50%;
  top: 50%;
  padding: 24px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s ease;
}
.dialog::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  background: linear-gradient(140deg, rgb(54, 58, 69) 0%, rgb(14, 15, 16) 100%);
  background-size: 100%;
  box-shadow: inset 0 0 35px 15px rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 0.4s ease, left 0.2s ease, width 0.2s ease, top 0.2s ease 0.2s, height 0.2s ease 0.2s;
}
.dialog.shown {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
}
.dialog.shown::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.dialog.shown p, .dialog.shown h2, .dialog.shown button {
  opacity: 1;
}
.dialog.success::before {
  background: linear-gradient(140deg, rgb(54, 58, 69) 0%, rgb(14, 15, 16) 100%) padding-box, linear-gradient(var(--lime-600), var(--lime-800)) border-box;
}
.dialog.fail::before {
  background: linear-gradient(140deg, rgb(54, 58, 69) 0%, rgb(14, 15, 16) 100%) padding-box, linear-gradient(var(--poppy-600), var(--poppy-800)) border-box;
}
.dialog .btnClose {
  position: absolute;
  right: 6px;
  top: 6px;
  opacity: 0;
  transition: opacity 0.2s ease 0.5s;
}
.dialog .btnGrad {
  opacity: 0;
  transition: opacity 0.2s ease 0.5s;
}
.dialog h2 {
  position: relative;
  margin: 0;
  margin-bottom: -12px;
  color: var(--lime-300);
  opacity: 0;
  transition: opacity 0.2s ease 0.4s;
  height: 5rem;
}
.dialog h2.red {
  color: var(--poppy-400);
}
.dialog p {
  white-space: nowrap;
  height: 3.25rem;
  position: relative;
  text-align: center;
  margin: 0;
  margin-bottom: 24px;
  opacity: 0;
  transition: opacity 0.2s ease 0.45s;
}

@media only screen and (max-width: 500px) {
  p {
    font-size: 0.875rem;
  }
}
.img-half {
  width: 50%;
  align-self: center;
}

.img-three-quarters {
  width: 75%;
  align-self: center;
}

.img-full {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img-soft-edges {
  -webkit-mask-image: radial-gradient(ellipse at center, black 50%, rgba(0, 0, 0, 0) 70%);
          mask-image: radial-gradient(ellipse at center, black 50%, rgba(0, 0, 0, 0) 70%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.albumPhotoWrapper {
  --corner-size: 32px;
  position: relative;
  width: 100%;
  max-height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.albumPhotoWrapper .albumInner {
  aspect-ratio: 5/4;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.albumPhotoWrapper .albumInner::before, .albumPhotoWrapper .albumInner::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(var(--corner-size) * 2.67);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 25%, black 75%, rgba(0, 0, 0, 0) 100%);
  transform-origin: 50% 50%;
  border-right: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 40%, rgba(255, 255, 255, 0.25) 60%, rgba(255, 255, 255, 0) 100%);
}
.albumPhotoWrapper .albumInner::before {
  transform: translate(50%, -50%) rotate(-45deg);
  right: calc(var(--corner-size) / 2);
  top: calc(var(--corner-size) / 2);
}
.albumPhotoWrapper .albumInner::after {
  transform: translate(-50%, 50%) rotate(135deg);
  left: calc(var(--corner-size) / 2);
  bottom: calc(var(--corner-size) / 2);
}
.albumPhotoWrapper img, .albumPhotoWrapper video {
  position: relative;
  display: block;
  z-index: -2;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  margin: 0;
  clip-path: polygon(0% 0%, calc(100% - var(--corner-size)) 0%, 100% var(--corner-size), 100% 100%, var(--corner-size) 100%, 0% calc(100% - var(--corner-size)), 0% 0%);
}
.albumPhotoWrapper .albumBorder {
  position: absolute;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom right, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 90%);
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(calc(-1 * var(--corner-size)) calc(-1 * var(--corner-size)), calc(100% - 2 * var(--corner-size)) calc(-1 * var(--corner-size)), calc(100% + var(--corner-size)) calc(2 * var(--corner-size)), calc(100% + var(--corner-size)) calc(100% + var(--corner-size)), calc(2 * var(--corner-size)) calc(100% + var(--corner-size)), calc(-1 * var(--corner-size)) calc(100% - 2 * var(--corner-size)), calc(-1 * var(--corner-size)) calc(-1 * var(--corner-size)));
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.4), 0 4px 5px 0 rgba(0, 0, 0, 0.34), 0 1px 10px 0 rgba(0, 0, 0, 0.24);
}
.albumPhotoWrapper .albumBorder::before, .albumPhotoWrapper .albumBorder::after {
  content: "";
  background: radial-gradient(ellipse at 65% 50%, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0) 60%);
  display: block;
  position: absolute;
  width: calc(var(--corner-size) * 1.33);
  height: calc(var(--corner-size) * 6);
  transform-origin: 50% 50%;
}
.albumPhotoWrapper .albumBorder::before {
  transform: translate(50%, -50%) rotate(-45deg);
  right: calc(var(--corner-size) / 2);
  top: calc(var(--corner-size) / 2);
}
.albumPhotoWrapper .albumBorder::after {
  transform: translate(-50%, 50%) rotate(135deg);
  left: calc(var(--corner-size) / 2);
  bottom: calc(var(--corner-size) / 2);
}
.albumPhotoWrapper.albumWrapper4to3 .albumInner {
  aspect-ratio: 4/3;
}
.albumPhotoWrapper.albumWrapper16to9 .albumInner {
  aspect-ratio: 16/9;
}

.maxWidth400 {
  max-width: 400px;
  align-self: center;
}

.maxWidth500 {
  max-width: 500px;
  align-self: center;
}

.imgVidSquare {
  border-radius: 8px;
}

@media only screen and (max-width: 680px) {
  .albumPhotoWrapper {
    --corner-size: 20px;
  }
  .img-three-quarters {
    width: 100%;
  }
}
.gen-modal-holder {
  perspective: 800px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 110;
  overflow: hidden;
  display: none;
  justify-content: center;
  align-items: center;
}
.gen-modal-holder.shown {
  display: flex;
}

.gen-modal {
  perspective: 250px;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, 45deg);
  opacity: 0;
  position: initial;
  bottom: 0;
  height: calc(100% - 50px);
  transition: transform var(--gen-modal-reveal-duration) ease-out, opacity var(--gen-modal-reveal-duration) ease;
}
.gen-modal.modal-wide {
  width: 600px;
}
.gen-modal.shown {
  display: flex;
  opacity: 1;
  transform: rotate3d(1, 0, 0, 0);
  transform-style: preserve-3d;
}
.gen-modal.done {
  perspective: none;
  transform: none;
}

.card-modal {
  left: -9999px;
  width: 10px;
  height: 10px;
  z-index: 30;
  bottom: 0;
}

.modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  background: linear-gradient(140deg, rgb(54, 58, 69) 0%, rgb(14, 15, 16) 100%) padding-box, linear-gradient(rgba(56, 210, 151, 0.5), rgba(93, 138, 235, 0.6)) border-box;
  background-size: 100%;
  box-shadow: inset 0 0 35px 15px rgba(0, 0, 0, 0.15), 0 0 20px rgb(0, 0, 0);
  z-index: 30;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  pointer-events: none;
}
.modal.shown {
  border-width: 0px;
  width: 100%;
  max-width: 1440px;
  left: calc(50% - 720px);
  height: calc(100% - 50px);
  pointer-events: all;
  background: linear-gradient(140deg, rgb(54, 58, 69) 0%, rgb(14, 15, 16) 100%);
}
.modal.shown .imgs-group {
  display: none;
}
.modal.shown:not(.out) {
  min-width: 320px;
}
.modal.out {
  background: linear-gradient(140deg, rgb(54, 58, 69) 0%, rgb(14, 15, 16) 100%) padding-box, linear-gradient(rgba(56, 210, 151, 0.5), rgba(93, 138, 235, 0.6)) border-box;
}
.modal.out header {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0;
}
.modal.out header h2 {
  box-sizing: border-box;
  position: absolute;
  margin: 0;
  transform: none;
  min-height: 0;
}
.modal.out .mdl-content-area {
  display: none;
}
.modal.in {
  left: 0;
  bottom: auto;
  top: 0;
  border-width: 0px;
}
.modal.in header h2 {
  min-height: 0;
}
.modal.in .thumb, .modal.hidden .thumb {
  display: none;
}
.modal.in .pf-content, .modal.hidden .pf-content {
  display: none;
}
.modal.in header, .modal.hidden header {
  position: absolute;
  padding: 0;
  margin: 0;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
}
.modal.in header h2, .modal.hidden header h2 {
  margin: 0;
  position: absolute;
}
.modal header {
  display: flex;
  width: 100%;
  position: relative;
  padding: 0 54px;
  padding-bottom: 16px;
  justify-content: center;
  flex: 0 0 auto;
}
.modal header #btnCloseJob {
  width: 48px;
  height: 48px;
}
.modal header h2 {
  margin: 0;
  margin-left: 16px;
  margin-right: 96px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-family: "Signika Negative", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  transform-origin: 0% 0%;
}
.modal header h2.crop-switch {
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-start;
}
.modal header .thumb {
  width: 80px;
  height: 80px;
}
.modal header button {
  position: absolute;
  right: -10px;
  top: -10px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.modal header::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%);
  transform-origin: 50% 0%;
  transform: scaleX(0.1);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease-out;
}
.modal header.shown::after {
  transform: scaleX(1);
  opacity: 1;
}
.modal header.shown button {
  opacity: 1;
}
.modal .imgs-group {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: 50% 0%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.modal .imgs-group .img-face {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.modal .imgs-group .img-prefix {
  transform-origin: 0% 0%;
  position: absolute;
}
.modal .mdl-content-area {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  flex: 1 1 auto;
  overflow: hidden;
  padding: 24px 0;
}
.modal .mdl-content {
  width: 100%;
  height: 100%;
  padding: 0 240px;
  position: relative;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.modal .mdl-content.shown {
  opacity: 1;
  transition: opacity 0.8s ease;
}
.modal .mdl-content a {
  color: var(--shamrock-200);
}
.modal .mdl-content h2 {
  margin: 1rem 0;
  line-height: 1.2;
}
.modal .mdl-content h3 {
  margin-bottom: 0;
}
.modal .mdl-content p {
  margin: 0.5rem 0;
}
.modal .mdl-content .bolder {
  color: white;
}
.modal .mdl-content .img-full-holder {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.modal .mdl-content .img-full-holder .img-full {
  left: 0;
  top: 0;
  position: absolute;
}
.modal .mdl-content .img-full-holder #reaperBlink {
  position: absolute;
  width: 4.479167%;
  left: 47.916667%;
  top: 34.9074%;
}

.img-pair {
  width: 100%;
  position: relative;
}
.img-pair img {
  width: 75%;
  position: relative;
}
.img-pair img:nth-of-type(2) {
  margin-left: 25%;
  margin-top: -20%;
}

.img-couple {
  display: flex;
  gap: 24px;
}
.img-couple img {
  width: calc(50% - 12px);
  aspect-ratio: 1/1;
}

video {
  width: 100%;
  align-self: center;
  margin: 24px 0;
}
video.vid-500-420 {
  max-width: 500px;
}
video.vid-600 {
  max-width: 600px;
}
video.vid-700 {
  max-width: 700px;
}

.img-block {
  margin: 24px 0;
  display: flex;
  gap: 1rem;
}
.img-block .img-block-group {
  display: flex;
  gap: 1rem;
  width: 50%;
}
.img-block .img-block-small-pair {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 33.33%;
}
.img-block .large {
  width: 66.667%;
}
.img-block img {
  border-radius: 8px;
  padding: 20px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  background: #314468;
}
.img-block img.blue {
  background: #355eaa;
}
.img-block img.orange {
  background: #7d4922;
}
.img-block img.red {
  background: #683131;
}
.img-block img.teal {
  background: #316857;
}
.img-block img.purple {
  background: #683161;
}
.img-block.img-block-pair canvas {
  width: 47.5%;
}

.text-img-r img, .text-img-r canvas {
  float: right;
  clear: both;
}
.text-img-r p {
  text-wrap: balance;
}

#rivPenny2D {
  width: 210px;
  margin-left: 32px;
  margin-bottom: 32px;
}

#rivChatbot {
  width: 300px;
  margin-left: 32px;
  margin-bottom: 32px;
}

#imgRoofIntro {
  width: 100%;
  position: relative;
  z-index: -1;
  transform: translateY(-10%);
  margin-bottom: -100px;
}

#tatViewer {
  width: 100%;
  aspect-ratio: 2000/1459;
  background: #7f7f7f;
  position: relative;
}
#tatViewer::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to top right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
}
#tatViewer .openseadragon-canvas {
  background: #7f7f7f;
}

canvas.soft-sides {
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

#ifFinHolder {
  width: 100%;
  height: 600px;
  min-height: 600px;
  margin-top: 24px;
  position: relative;
}
#ifFinHolder #ifFin {
  pointer-events: none;
  position: relative;
  border: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#ifFinHolder #finWakeHolder {
  position: absolute;
  left: 190px;
  top: 0;
  width: calc(100% - 190px);
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ifFinHolder #finWakeHolder button {
  margin-top: 70px;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  opacity: 0;
}

.demo-link-cards {
  display: flex;
  width: 100%;
  position: relative;
  align-items: stretch;
  gap: 24px;
  margin-top: 24px;
  padding-bottom: 20px;
}
.demo-link-cards .link-card {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  display: block;
  padding-bottom: 24px;
  width: 33%;
  border-radius: 8px;
  overflow: hidden;
  color: var(--body-text) !important;
  background: linear-gradient(0deg, rgb(54, 58, 69) 0%, rgb(14, 15, 16) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid var(--shamrock-600);
  box-shadow: 0 0 20px rgb(0, 0, 0);
  text-decoration: none;
  transition: border 0.2s ease;
}
.demo-link-cards .link-card .link-card-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.demo-link-cards .link-card .thumb {
  background-image: url("../img/pennyThumbStory.webp?date=1");
  background-size: cover;
  background-position: center;
  aspect-ratio: 20/14;
  width: 100%;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.demo-link-cards .link-card .thumb#thbOFA {
  background-image: url("../img/pennyThumbOFA.webp?date=1");
}
.demo-link-cards .link-card .thumb#thbFree {
  background-image: url("../img/pennyThumbFree.webp?date=1");
}
.demo-link-cards .link-card h3 {
  font-size: 1.5rem;
  margin: 0;
  padding: 24px;
  padding-bottom: 0;
}
.demo-link-cards .link-card p {
  font-size: 14px;
  margin: 0;
  padding: 24px;
  padding-top: 12px;
  text-wrap: balance;
  transition: color 0.2s ease;
}
.demo-link-cards .link-card span.cta {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 24px;
}
.demo-link-cards .link-card:hover {
  border: 2px solid var(--shamrock-300);
}
.demo-link-cards .link-card:hover p {
  color: white;
}
.demo-link-cards .link-card:hover .thumb {
  opacity: 1;
}

@media only screen and (max-width: 1440px) {
  .modal.shown {
    left: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .modal .mdl-content {
    padding: 0 120px;
  }
}
@media only screen and (max-width: 1080px) {
  .modal .mdl-content {
    padding: 0 80px;
  }
  .img-block:not(.img-block-pair) {
    flex-direction: column;
    max-width: 660px;
    width: 100%;
    align-self: center;
  }
  .img-block:not(.img-block-pair) .img-block-group {
    width: 100%;
  }
  .img-block:not(.img-block-pair) .img-block-group:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 930px) {
  #imgRoofIntro {
    margin-bottom: -75px;
  }
}
@media only screen and (max-width: 800px) {
  .modal header h2 {
    font-size: 2.5rem;
    margin-right: 81px;
  }
  .modal header .thumb {
    width: 65px;
    height: 65px;
  }
  .modal .mdl-content {
    padding: 0 24px;
  }
  .img-block.img-block-pair {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    align-self: center;
  }
  .img-block.img-block-pair canvas, .img-block.img-block-pair img {
    width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  #ifFinHolder #finWakeHolder button {
    margin-top: 50px;
  }
  .demo-link-cards {
    gap: 16px;
  }
  .demo-link-cards .link-card h3 {
    padding: 16px;
  }
  .demo-link-cards .link-card p {
    padding-left: 16px;
    padding-right: 16px;
  }
  .demo-link-cards .link-card span {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 800px) {
  .modal header h2 {
    font-size: 2.5rem;
    margin-right: 81px;
  }
  .modal header .thumb {
    width: 65px;
    height: 65px;
  }
  .modal .mdl-content {
    padding: 0 24px;
  }
  .img-block.img-block-pair {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    align-self: center;
  }
  .img-block.img-block-pair canvas, .img-block.img-block-pair img {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .modal header {
    justify-content: flex-start;
    padding-left: 0;
  }
  .modal header h2 {
    margin-right: 0;
  }
  .img-pair img {
    width: 100%;
  }
  .img-pair img:nth-of-type(2) {
    margin-left: 0;
    margin-top: 0;
  }
  #rivChatbot {
    width: 200px;
  }
  .demo-link-cards .link-card h3 {
    font-size: 1.25rem;
  }
  .demo-link-cards .link-card p {
    font-size: 14px;
  }
  .demo-link-cards .link-card span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 660px) {
  .demo-link-cards {
    flex-direction: column;
  }
  .demo-link-cards .link-card {
    width: 100%;
    padding-bottom: 16px;
    background: linear-gradient(270deg, rgb(54, 58, 69) 0%, rgb(34, 36, 42) 100%);
  }
  .demo-link-cards .link-card .link-card-top {
    padding-left: 150px;
    min-height: 160px;
  }
  .demo-link-cards .link-card .thumb {
    position: absolute;
    width: 125px;
    border-radius: 8px;
    margin-top: 16px;
    left: 16px;
    aspect-ratio: 1/1;
  }
  .demo-link-cards .link-card h3 {
    font-size: 1.5rem;
    padding-bottom: 8px;
  }
  .demo-link-cards .link-card p {
    padding-top: 0;
  }
  .demo-link-cards .link-card a, .demo-link-cards .link-card span {
    align-self: flex-end;
    margin-right: 16px;
  }
  .img-couple {
    flex-direction: column;
    align-items: center;
  }
  .img-couple img {
    width: 100%;
    max-width: 360px;
  }
  #imgRoofIntro {
    transform: translateY(-5%);
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 630px) {
  #ifFinHolder #finWakeHolder {
    left: 0;
    top: 0;
    width: 100%;
    height: 370px;
  }
}
@media only screen and (max-width: 600px) {
  .modal header h2 {
    font-size: 2rem;
  }
  .modal header .thumb {
    width: 50px;
    height: 50px;
  }
  .modal h3 {
    font-size: 1.5rem;
  }
  #rivPenny2D {
    width: 180px;
    margin-left: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .img-block:not(.img-block-pair) .img-block-group, .img-block:not(.img-block-pair) .img-block-group:nth-child(even) {
    flex-direction: column;
  }
  .img-block:not(.img-block-pair) .img-block-small-pair {
    flex-direction: row;
    width: 100%;
  }
  .img-block:not(.img-block-pair) .img-block-small-pair img {
    width: calc(50% - 0.5rem);
  }
  .img-block:not(.img-block-pair) .large {
    width: 100%;
  }
  .text-img-r {
    display: flex;
    flex-direction: column;
  }
  .text-img-r p:nth-of-type(1) {
    order: 1;
  }
  .text-img-r canvas, .text-img-r img {
    order: 2;
  }
  .text-img-r p:nth-of-type(2) {
    order: 3;
  }
  #rivPenny2D, #rivChatbot {
    float: none;
    align-self: center;
    margin-left: 0;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .demo-link-cards .link-card .thumb {
    width: 100px;
  }
  .demo-link-cards .link-card .link-card-top {
    padding-left: 116px;
    min-height: 135px;
  }
}
@media only screen and (max-width: 440px) {
  #ifFinHolder {
    height: 640px;
    min-height: 640px;
  }
  #ifFinHolder #finWakeHolder {
    left: 0;
    height: 260px;
  }
  #ifFinHolder #finWakeHolder button {
    margin-top: 24px;
  }
  .demo-link-cards {
    flex-direction: column;
  }
  .demo-link-cards .link-card {
    align-items: center;
    background: linear-gradient(0deg, rgb(54, 58, 69) 0%, rgb(34, 36, 42) 100%);
  }
  .demo-link-cards .link-card .link-card-top {
    padding: 0;
    min-height: 0;
  }
  .demo-link-cards .link-card .thumb {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    left: auto;
    align-self: center;
    aspect-ratio: 2/1;
  }
  .demo-link-cards .link-card h3 {
    text-align: center;
  }
  .demo-link-cards .link-card p {
    text-align: center;
  }
  .demo-link-cards .link-card span {
    align-self: auto;
  }
}
@media only screen and (max-width: 420px) {
  #imgRoofIntro {
    margin-bottom: -35px;
  }
}
@media only screen and (max-height: 540px) {
  .modal {
    padding: 12px;
  }
  .modal.shown {
    height: calc(100% - 20px);
  }
  .modal .mdl-content-area {
    padding: 16px 0;
    padding-bottom: 6px;
  }
  .modal header {
    padding-bottom: 12px;
  }
  .modal header #btnCloseJob {
    top: -6px;
    right: -6px;
  }
  .modal header h2 {
    font-size: 2.5rem;
  }
  .modal header .thumb {
    width: 60px;
    height: 60px;
  }
  .gen-modal.shown {
    height: calc(100% - 20px);
  }
}
@media (pointer: coarse) {
  .mdl-content {
    overflow-y: auto; /* Native scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth iOS scrolling */
  }
  .mdl-content.ps {
    overflow-y: auto !important; /* Override perfect-scrollbar */
    -webkit-overflow-scrolling: touch;
  }
}
body.no-scroll.splash-state .splash {
  height: 100vh;
  gap: 0;
}
body.no-scroll.splash-state .splash .pic-george-toon {
  width: 50vh;
}
body.no-scroll.splash-state #section-about #pAbout {
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  top: 100vh;
}

.splash {
  width: 100%;
  min-width: 320px;
  left: 0;
  gap: 16px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0;
  padding-bottom: 20px;
}
.splash .pic-george-toon {
  outline: 2px solid rgba(255, 255, 255, 0);
  width: 45vh;
  max-width: 80%;
  max-height: 80vw;
  aspect-ratio: 1/1;
  position: relative;
}
.splash .pic-george-toon img, .splash .pic-george-toon picture {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
}
.splash .pic-george-toon::after {
  content: "";
  background: black;
  opacity: 0.75;
  width: 130%;
  aspect-ratio: 12/1;
  border-radius: 50%;
  position: absolute;
  top: 115%;
  left: -15%;
  display: block;
  filter: blur(50px);
  transform: translateZ(0);
}
.splash .pic-george-toon::before {
  content: "";
  background: white;
  opacity: 0.15;
  width: 66%;
  height: 100%;
  aspect-ratio: 8/1;
  border-radius: 50%;
  position: absolute;
  top: -5%;
  left: 17%;
  display: block;
  filter: blur(65px);
  transform: translateZ(0);
}
.splash .heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.splash h1 {
  white-space: nowrap;
  margin: 0;
  margin-bottom: 4px;
  text-align: center;
}
.splash .sub-heading {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.75);
  padding: 0;
  margin: 0;
}

#section-about {
  justify-content: center;
  gap: 16px;
  max-height: 100svh;
}
#section-about #pAbout {
  position: relative;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
}

@media only screen and (max-width: 800px) {
  body:not(.no-scroll):not(.splash-state) #section-about {
    padding-top: 84px;
    padding-bottom: 66px;
  }
  .splash .pic-george-toon {
    width: 40vh;
  }
}
@media only screen and (max-width: 650px) {
  .splash h1 {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .splash .sub-heading {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .splash .pic-george-toon {
    width: 300px;
    max-width: 80%;
    max-height: 80vw;
  }
}
@media only screen and (max-width: 500px) {
  .splash .pic-george-toon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 400px) {
  .splash h1 {
    font-size: 2rem;
  }
  .splash .sub-heading {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 380px) {
  .splash h1 {
    font-size: 2.5rem;
  }
  .splash .sub-heading {
    font-size: 0.875rem;
  }
}
@media only screen and (max-height: 600px) {
  #section-about {
    gap: 0;
  }
}
@media only screen and (max-width: 800px) and (max-height: 540px) {
  #section-about {
    justify-content: flex-start;
  }
  .splash .pic-george-toon {
    margin-bottom: 0;
  }
  body:not(.no-scroll):not(.splash-state) #section-about {
    max-height: none;
  }
}
@media only screen and (max-width: 400px) and (max-height: 700px) {
  #section-about {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 400px) and (max-height: 650px) {
  #section-about #pAbout {
    font-size: 13px;
  }
}
@media only screen and (max-width: 400px) and (max-height: 620px) {
  .splash {
    gap: 0;
  }
}
@media only screen and (max-width: 400px) and (max-height: 580px) {
  #section-about #pAbout {
    font-size: 12px;
  }
  .splash .pic-george-toon {
    max-width: 70%;
    max-height: 70vw;
    margin-bottom: -20px;
  }
}
@media only screen and (orientation: landscape) and (max-height: 650px) {
  .splash .pic-george-toon {
    width: 45vh;
    height: 45vh;
  }
  .splash h1 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .splash .sub-heading {
    font-size: 0.875rem;
  }
  body.no-scroll.splash-state .splash .pic-george-toon {
    width: 45vh;
    height: 45vh;
  }
}
@media only screen and (orientation: landscape) and (max-height: 400px) {
  .splash {
    flex-direction: row;
  }
  .splash .pic-george-toon {
    width: 45vh;
    height: 45vh;
    min-width: 0;
    min-height: 0;
  }
  .splash h1 {
    font-size: 2.5rem;
  }
  .splash .sub-heading {
    font-size: 0.875rem;
    width: 0;
  }
  body.no-scroll.splash-state .splash {
    flex-direction: column;
  }
  body.no-scroll.splash-state .splash .pic-george-toon {
    width: 45vh;
    min-width: 150px;
    min-height: 150px;
  }
  body.no-scroll.splash-state .splash .heading {
    align-items: flex-start;
  }
  body.no-scroll.splash-state .splash .heading .sub-heading {
    width: 100%;
  }
}
.aDot {
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  margin-left: -2px;
  margin-top: -2px;
  z-index: 1000;
}

div, section, main, header, footer, nav {
  box-sizing: border-box;
}

.notransition, .notransition * {
  transition: none !important;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: auto;
  overscroll-behavior: auto;
  touch-action: pan-y;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}

html {
  background: black;
  min-width: max(320px, 100%);
  min-height: max(320px, 100%);
}

body {
  position: relative;
  min-width: max(320px, 100%);
  min-height: max(320px, 100vh);
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
}
body.no-scroll {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
body.no-scroll #rivFooter {
  padding-right: var(--scrollbar-width);
}
body.no-scroll .footer-text {
  padding-right: calc(16px + var(--scrollbar-width));
}
body.no-scroll .footer-text::before {
  left: calc(15% - var(--scrollbar-width) / 2);
}
body.no-scroll .footer-text::after {
  left: calc(50% - (50px + var(--scrollbar-width) / 2));
}
body.blue .bg-blur-overlay {
  background-color: rgba(22, 31, 51, 0.5);
}
body.blue .bg-ellipse#bg-ellipse-tl {
  background-color: rgba(112, 157, 255, 0.2);
}
body.blue .bg-ellipse#bg-ellipse-tr {
  background-color: rgba(112, 157, 255, 0.2);
}
body.blue .bg-ellipse#bg-ellipse-br {
  background-color: rgba(11, 61, 170, 0.25);
}
body.blue .bg-ellipse#bg-ellipse-bl {
  background-color: rgba(0, 0, 0, 0.75);
}
body.blue .bg-ellipse#bg-ellipse-mt {
  background-color: rgba(255, 112, 236, 0.5);
}
body.blue .bg-ellipse#bg-ellipse-mb {
  background-color: #2253BC;
}
body.teal .bg-blur-overlay {
  background-color: rgba(8, 31, 24, 0.5);
}
body.teal .bg-ellipse#bg-ellipse-tl {
  background-color: rgba(36, 83, 101, 0.2);
}
body.teal .bg-ellipse#bg-ellipse-tr {
  background-color: rgba(0, 229, 245, 0.3);
}
body.teal .bg-ellipse#bg-ellipse-br {
  background-color: rgba(87, 210, 56, 0.25);
}
body.teal .bg-ellipse#bg-ellipse-bl {
  background-color: rgba(0, 0, 0, 0.75);
}
body.teal .bg-ellipse#bg-ellipse-mt {
  background-color: rgba(61, 123, 255, 0.75);
}
body.teal .bg-ellipse#bg-ellipse-mb {
  background-color: #568BFF;
}
body.orange .bg-blur-overlay {
  background-color: rgba(11, 12, 12, 0.8);
}
body.orange .bg-ellipse#bg-ellipse-tl {
  background-color: rgb(56, 31, 21);
}
body.orange .bg-ellipse#bg-ellipse-tr {
  background-color: rgba(239, 114, 61, 0.75);
}
body.orange .bg-ellipse#bg-ellipse-br {
  background-color: rgba(69, 24, 5, 0.25);
}
body.orange .bg-ellipse#bg-ellipse-bl {
  background-color: rgba(0, 0, 0, 0.75);
}
body.orange .bg-ellipse#bg-ellipse-mt {
  top: 10%;
  background-color: rgb(239, 114, 61);
}
body.orange .bg-ellipse#bg-ellipse-mb {
  top: 8%;
  background-color: #cd6c44;
}

.invisible {
  visibility: hidden;
}

.displayNone {
  display: none !important;
}

.page-bg {
  background: linear-gradient(to bottom, #151515 90px, #1e1e1e 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.bg-ellipse {
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: black;
  transition: background-color 0.5s ease, top 0.5s ease;
}
.bg-ellipse#bg-ellipse-tl {
  background-color: rgba(243, 36, 222, 0.2);
  width: 45%;
  height: 56%;
  left: -22%;
  top: -9%;
  transform: rotate(-14deg);
}
.bg-ellipse#bg-ellipse-tr {
  background-color: rgba(10, 118, 240, 0.2);
  width: 45%;
  height: 56%;
  right: -11%;
  top: -19%;
}
.bg-ellipse#bg-ellipse-br {
  background-color: rgba(243, 36, 102, 0.25);
  width: 45%;
  height: 56%;
  right: -11%;
  bottom: -25%;
  transform: rotate(-14deg);
}
.bg-ellipse#bg-ellipse-bl {
  width: 45%;
  height: 56%;
  left: -15%;
  bottom: -16%;
}
.bg-ellipse#bg-ellipse-mt {
  background-color: #F34324;
  width: 29%;
  height: 33%;
  left: 43%;
  top: 26%;
  transform: rotate(10deg);
}
.bg-ellipse#bg-ellipse-mb {
  background-color: #245FF3;
  width: 25%;
  height: 31%;
  left: 23%;
  top: 39%;
  transform: rotate(-14deg);
}

.bg-blur-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  transition: background-color 0.5s ease;
}

.lineHeightZero {
  line-height: 0;
}

footer {
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow-x: clip;
}
footer p {
  color: #808080;
  position: relative;
  margin-bottom: 48px;
}

.footer-text {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 100%;
  background-color: #0a0500;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px;
  left: 0;
  color: #808080;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.0125em;
}
.footer-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 1px;
  opacity: 0.25;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) calc(50% - 55px), rgba(255, 255, 255, 0) calc(50% - 55px), rgba(255, 255, 255, 0) calc(50% + 55px), rgb(255, 255, 255) calc(50% + 55px), rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
}
.footer-text::after {
  content: "";
  display: block;
  position: absolute;
  top: -38px;
  left: calc(50% - 50px);
  width: 100px;
  height: 52px;
  opacity: 0.25;
  background-image: url(../img/grassSquiggle.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-text .f-links {
  display: flex;
  gap: 24px;
}
.footer-text .f-links a::after, .footer-text .f-links button::after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 12px;
  height: 1rem;
  width: 1px;
  background-color: #a6a6a6;
  opacity: 0.6;
}
.footer-text p {
  margin: 0;
}

.riveCanvasFooter {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  min-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.page-col {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  max-width: 1440px;
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.section-teal h2 {
  color: var(--shamrock-200);
}

.section-orange h2 {
  color: var(--coral-400);
}

nav {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  left: calc(50% - 825px);
}

section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100svh;
  padding: 0 var(--page-padding);
}
section h2 {
  line-height: 1;
}

#section-work {
  align-self: center;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) var(--page-padding), black calc(120px + var(--page-padding)), black calc(100% - (120px + var(--page-padding))), rgba(0, 0, 0, 0) calc(100% - var(--page-padding)));
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) var(--page-padding), black calc(120px + var(--page-padding)), black calc(100% - (120px + var(--page-padding))), rgba(0, 0, 0, 0) calc(100% - var(--page-padding)));
}
#section-work h2 {
  flex-grow: 0;
  flex-shrink: 0;
}
#section-work #portfolio-content {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

#aLinkedIin svg {
  margin-top: -7px;
}
#aLinkedIin::before {
  top: 0px;
}

.riveModalCanvas {
  border-radius: 8px;
}

#rivNewCar {
  background: #30b3ae;
}

#rivPiggies {
  background: #877ac8;
}

.scrim {
  --in-dur: 0.5s;
  --out-dur: 0.5s;
  position: fixed;
  left: -10px;
  top: -10px;
  width: 5px;
  height: 5px;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  transition: background-color var(--out-dur) ease, left 0s ease var(--out-dur), top 0s ease var(--out-dur), width 0s ease var(--out-dur), height 0s ease var(--out-dur);
}
.scrim.shown {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  transition: background-color var(--in-dur) ease, left 0s ease 0s, top 0s ease 0s, width 0s ease 0s, height 0s ease 0s;
}

.mdl-dets-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.mdl-dets-overlay.shown {
  opacity: 1;
}

@keyframes barLoading {
  0% {
    left: -30%;
  }
  50% {
    left: 80%;
  }
  100% {
    left: -30%;
  }
}
.bar-loader {
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 160px;
  top: calc(50% - 2px);
  border-radius: 2px;
  position: absolute;
  overflow-x: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bar-loader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: white;
  animation: barLoading 1.5s infinite;
}

@media only screen and (max-width: 1710px) {
  nav {
    left: var(--page-padding);
  }
}
@media only screen and (max-width: 1440px) {
  .page-col {
    left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .riveCanvasFooter {
    min-width: 1800px;
    bottom: 20px;
  }
  .footer-text {
    min-height: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .riveCanvasFooter {
    min-width: 1600px;
    bottom: 40px;
  }
  .footer-text {
    min-height: 40px;
  }
}
@media only screen and (max-width: 800px) {
  nav {
    flex-direction: row;
    top: 24px;
    left: 50%;
    transform: translateX(-50%) translateZ(0);
    gap: 16px;
    background: rgba(15, 19, 28, 0.9);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    border-radius: 16px;
    padding: 3px 16px;
  }
  section {
    padding-top: 66px;
  }
  #section-work {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    justify-self: flex-start;
    -webkit-mask-image: none;
            mask-image: none;
  }
  .riveCanvasFooter {
    left: auto;
    transform: none;
    right: -40px;
    min-width: 1200px;
    bottom: 60px;
  }
  .footer-text {
    min-height: 60px;
  }
  body.no-scroll nav {
    left: calc(50% - var(--scrollbar-width) / 2);
  }
}
@media only screen and (max-width: 800px) and (max-height: 480px) {
  nav {
    top: 12px;
    gap: 6px;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 650px) {
  .footer-text {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 600px) {
  .riveCanvasFooter {
    min-width: 1340px;
    bottom: 132px;
  }
  .footer-text {
    flex-direction: column;
    gap: 4px;
    align-items: center;
    padding: 16px 0;
    min-height: 132px;
  }
  .footer-text::before {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) calc(50% - 36px), rgba(255, 255, 255, 0) calc(50% - 36px), rgba(255, 255, 255, 0) calc(50% + 36px), rgb(255, 255, 255) calc(50% + 36px), rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  }
  .footer-text::after {
    top: -24px;
    left: calc(50% - 31px);
    width: 62px;
    height: 32px;
  }
  .footer-text .f-links {
    gap: 12px;
  }
  .footer-text .f-links a::after, .footer-text .f-links button::after {
    left: -4px;
  }
  .footer-text .f-links a:first-of-type::after, .footer-text .f-links button:first-of-type::after {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  section p {
    width: 100%;
    min-width: 0;
  }
}
@media only screen and (max-width: 560px) {
  #section-work {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-height: 580px) {
  section h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 800px) and (max-height: 480px) {
  section {
    padding-top: 42px;
  }
}
@media only screen and (max-height: 480px) {
  section h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-height: 380px) {
  section h2 {
    font-size: 2rem;
  }
}
.ps .ps__rail-x:hover, .ps .ps__rail-y:hover {
  background: rgba(0, 0, 0, 0.2);
}
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
  background: rgba(0, 0, 0, 0.2);
}
.ps .ps__rail-x:focus, .ps .ps__rail-y:focus {
  background: rgba(0, 0, 0, 0.2);
}
.ps .ps__thumb-x, .ps .ps__thumb-y {
  background-color: rgba(255, 255, 255, 0.1);
}
.ps .ps__rail-x:hover > .ps__thumb-x, .ps .ps__rail-x:focus > .ps__thumb-x, .ps .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: rgba(255, 255, 255, 0.2);
}
.ps .ps__rail-y:hover > .ps__thumb-y, .ps .ps__rail-y:focus > .ps__thumb-y, .ps .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: rgba(255, 255, 255, 0.2);
}/*# sourceMappingURL=gfarm.css.map */