@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;600&family=Poiret+One&display=swap');

:root {
  --qf-colors-dark: 15, 15, 15;
  --qf-colors-light: 245, 245, 245;
  --qf-colors-mid: 65, 65, 65;
  --qf-standard-shadow: 0 0 15px rgba(var(--qf-colors-dark), .65);

  /*qf-nav*/
  --qf-nav-height: 60px;
  --qf-nav-bottom: auto;
  --qf-nav-bg: rgb(var(--qf-colors-light));
  --qf-nav-color: rgba(var(--qf-colors-mid), .8);
  --qf-nav-color-hover: rgb(var(--qf-colors-light));

  --qf-ah1-decor-border: 1px solid rgba(var(--qf-colors-light), .235);

  --qf-title-width: 250px;
  --qf-font: 'Nunito Sans', sans-serif;
  --qf-ah1-font: 'Poiret One', sans-serif;
  --qf-ah1-fsize: 1.235em;

  --qf-trans-fast: .335s;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.qf-body {
  background: url('../img/bg.png');
  background-attachment: fixed;
  background-size: cover;
  font-family: var(--qf-font);
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.qf-body:after {
  background-color: rgba(var(--qf-colors-dark), .735);
  content: '';
  inset: 0;
  position: absolute;
  z-index: -3;
}

.qf-aside, .qf-title a,
.qf-title, .qf-hero,
nav,
.qf-main-section, .qf-asection,
.qf-link-section, .qf-link-article,
.qf-link-article a, .qf-tooltip,
.qf-ah1, .qf-socials,
.qf-footer, .qf-figcaption,
.qf-menu, .qf-menu li, .qf-menu a,
.qf-title, .qf-article-home,
.qf-contact::before,
.qf-contact-btn-group,
.qf-share-content,
.qf-award, .qf-award-main {
  display: flex;
}

.qf-close {
  aspect-ratio: 1/1;
  background-color: rgba(var(--qf-colors-dark), 1);
  border: 1px solid rgba(var(--qf-colors-mid), .5);
  border-radius: 50%;
  box-shadow: inset var(--qf-standard-shadow), var(--qf-standard-shadow);
  height: 50px;
  position: absolute;
  right: 55px;
  top: 85px;
  transition: all var(--qf-trans-fast) ease-in-out;
  z-index: 1;
}

.qf-close:hover {
  background-color: rgba(var(--qf-colors-mid), .8);
}

.qf-close:active {
  background-color: rgba(var(--qf-colors-mid), .435);
}

.qf-close::before,
.qf-close::after {
  background-color: rgba(var(--qf-colors-light), .8);
  border-radius: 3px;
  content: '';
  inset: calc(50% - 1px) 35%;
  position: absolute;
}

.qf-close::before {
  transform: rotate(45deg);
}

.qf-close::after {
  transform: rotate(-45deg);
}

@keyframes qf-zoom {
  from {
    opacity: 0;
    transform: scaleY(.735);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.qf-animin {
  animation: qf-zoom .735s ease-in-out;
  transform-origin: top;
}

.qf-title {
  align-items: center;
  background-color: rgb(var(--qf-colors-dark));
  color: rgb(var(--qf-colors-light));
  font-size: 15px;
  height: var(--qf-nav-height);
  justify-content: center;
  letter-spacing: .5ch;
  padding: 0 0 15px 0;
  position: fixed;
  inset: 0 0 var(--qf-nav-bottom) 0;
  width: var(--qf-title-width);
}

.qf-title a {
  align-items: center;
  color: rgb(var(--qf-colors-light));
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.qf-title span {
  align-items: center;
  background-color: rgb(var(--qf-colors-mid));
  display: flex;
  justify-content: center;
  font-size: 55%;
  font-weight: 400;
  position: absolute;
  inset: 65% 0 0 0;
  text-transform: uppercase;
}

.qf-top-shadow {
  background-color: rgba(var(--qf-colors-light), .135);
  border: none;
  box-shadow: var(--qf-standard-shadow);
  height: 1px;
  inset: 60px 0 var(--qf-nav-bottom) 0;
  position: fixed;
  z-index: -1;
}

.qf-nav {
  align-items: center;
  background-color: var(--qf-nav-bg);
  color: var(--qf-nav-color);
  display: flex;
  height: var(--qf-nav-height);
  justify-content: space-between;
  padding: 0 0 0 18px;
  position: fixed;
  inset: 0 0 var(--qf-nav-bottom) var(--qf-title-width);
}

.qf-nav h1 {
  align-items: center;
  display: flex;
  font-size: 1.235em;
  height: 100%;
  margin: 0 0 0 -18px;
  padding: 0 0 0 15px;
  transition: all var(--qf-trans-fast) linear;
  white-space: nowrap;
  width: 45vw;
}

.qf-menu {
  height: 100%;
  color: white;
  font-size: 1.35ch;
  letter-spacing: .45ch;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
}

.qf-menu li {
  align-items: stretch;
  justify-content: center;
  margin: 0 5px;
  min-width: 150px;
  position: relative;
  white-space: nowrap;
  transition: all var(--qf-trans-fast) ease-in-out;
}

.qf-menu .qf-share-parent {
  min-width: initial;
}

.qf-menu li::before {
  background-color: rgba(var(--qf-colors-mid), 0);
  content: '';
  inset: 0 -5px 0 -5px;
  position: absolute;
  transition: all var(--qf-trans-fast) ease-in-out;
  z-index: -1;
}

.qf-menu li:hover:before {
  align-items: stretch;
  background-color: rgba(var(--qf-colors-mid), .8);
  transition: all var(--qf-trans-fast) ease-in-out;
}

.qf-menu li:after {
  content: '';
  background-color: rgba(var(--qf-colors-dark), .095);
  inset: 35% calc(-5% - 1px) 35% 105%;
  position: absolute;
  width: 1px;
  transition: all calc(var(--qf-trans-fast) * .35) ease-in-out;
  z-index: -1;
}

.qf-menu li:hover:after {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(var(--qf-colors-light), 1);
  inset: calc(50% - 7.5px) calc(-5% - 1px) calc(50% - 7.5px) 97.35%;
  width: 15px;
  transition: all calc(var(--qf-trans-fast) * 1) ease-in-out;
  z-index: 1;
}

.qf-menu li:last-of-type:after {
  display: none;
}

.qf-menu .qf-active {
  padding: 0 25px 0 35px;
  pointer-events: none;
}

.qf-menu .qf-active::before {
  background-color: rgba(var(--qf-colors-mid), 1);
  margin-bottom: -1px;
  z-index: 2;
}

.qf-menu .qf-active:hover:before {
  background-color: rgba(var(--qf-colors-dark), 1);
  z-index: 2;
}

.qf-menu .qf-active::after,
.qf-menu .qf-active:hover:after {
  aspect-ratio: 1/1;
  background-color: rgba(var(--qf-colors-light), .735);
  border-radius: 0 50% 50% 0;
  inset: calc(50% - 4px) calc(-5% - 1px) auto 6.35%;
  width: 8px;
  z-index: 3;
}

.qf-menu .qf-active a {
  color: var(--qf-nav-color-hover);
  z-index: 4;
}

.qf-menu button,
.qf-menu a {
  align-items: center;
  color: var(--qf-nav-color);
  padding: 0 25px 0 35px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all var(--qf-trans-fast) ease-in-out;
}

.qf-menu button {
  border: none;
  color: var(--qf-nav-color);
  font-weight: 300;
  letter-spacing: inherit;
  background-color: inherit;
  position: relative;
}

.qf-menu li:hover button,
.qf-menu li:hover a {
  color: var(--qf-nav-color-hover);
  text-decoration: none;
  text-transform: uppercase;
}

.qf-menu button::before {
  background-color: rgba(var(--qf-colors-dark), 0);
  content: '';
  inset: 0 -10px -1px -10px;
  position: absolute;
  transition: all calc(var(--qf-trans-fast) * 1.25) ease-in-out;
  z-index: -1;
}

.qf-menu button:active:before {
  background-color: rgb(var(--qf-colors-dark));
  transition: all calc(var(--qf-trans-fast) * .5) ease-in-out;
  z-index: -1;
}

.qf-contact-btn::after {
  aspect-ratio: 1/1;
  border: 1px solid rgba(var(--qf-colors-mid), .135);
  border-left: none;
  border-top: none;
  content: '';
  inset: 43.35% 0 0 73.35%;
  position: absolute;
  transition: all var(--qf-trans-fast) ease-in-out;
  width: 15px;
}

.qf-contact-btn:hover:after {
  border-color: rgba(var(--qf-colors-light), .735);
  border-width: 1px;
  inset: 50.35% 0 0 79.35%;
}

.qf-contact-btn:active:after {
  transform: rotate(-35deg);
}

.qf-menu-btn {
  aspect-ratio: 1/1;
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 100%;
  margin: 0;
  inset: 0 0 0 auto;
  position: absolute;
  display: none;
}

.qf-menu-btn::after {
  content: '|||';
  transform: rotate(90deg) scaleY(2) translateX(37.5%);
  position: absolute;
  inset: 0 55% 35% 0;
}

.qf-aside {
  align-items: center;
  background-color: rgba(var(--qf-colors-mid), .935);
  border: 1px solid rgba(var(--qf-colors-light), .135);
  box-shadow: 0 0 5px rgba(var(--qf-colors-dark), .345);
  border-radius: 0 0 5px 5px;
  color: rgb(var(--qf-colors-light));
  flex-flow: column;
  gap: 25px;
  inset: 60px 15px 95px calc(100% - 500px);
  justify-content: flex-start;
  overflow: hidden;
  overflow-y: auto;
  padding: 25px 45px 35px 45px;
  position: fixed;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: -2;
}

.qf-aside::-webkit-scrollbar {
  width: 0;
}

.qf-aside::before {
  background-color: rgba(var(--qf-colors-dark), .35);
  content: '';
  filter: blur(18px);
  inset: 15px 2.35% 2.35% 2.35%;
  position: absolute;
  z-index: -1;
}

.qf-portrait {
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 3px 9px rgba(var(--qf-colors-dark), .8);
  margin-bottom: 5px;
  width: 65%;
}

.qf-ah1 {
  background-color: rgb(var(--qf-colors-light));
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(var(--qf-colors-dark), .365);
  color: rgb(var(--qf-colors-dark));
  font-family: var(--qf-ah1-font);
  font-size: var(--qf-ah1-fsize);
  font-weight: 600;
  justify-content: center;
  letter-spacing: .135em;
  padding: 10px 28px 10px 32px;
  position: relative;
  width: 97.35%;
}

.qf-ah1:after {
  background-color: rgba(var(--qf-colors-light), .235);
  border: var(--qf-ah1-decor-border);
  border-radius: 2px;
  content: '';
  inset: 15% 3.735% -15px 3.735%;
  position: absolute;
  z-index: -1;
}

.qf-ah1::before {
  background-image: linear-gradient(rgba(var(--qf-colors-dark), .005) 85%, rgba(var(--qf-colors-light), .135));
  border: 1px solid rgba(var(--qf-colors-light), .235);
  content: '';
  inset: -2795% 3.735% 75% 3.735%;
  position: absolute;
  z-index: -1;
}

.qf-socials {
  align-items: center;
  flex-flow: row;
  height: 45px;
  gap: 7.35%;
  inset: auto 35px -75px 35px;
  justify-content: center;
  position: absolute;
  z-index: 1;
}

.qf-socials a {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0.635;
  transition: all calc(var(--qf-trans-fast) * 1.235) ease-in-out;
  width: 80px;
}

.qf-socials a:hover {
  opacity: 1;
}

.qf-socials img {
  border-radius: 50%;
  height: 55px;
}

.qf-asection {
  align-items: center;
  align-self: stretch;
  background-color: rgba(var(--qf-colors-dark), .35);
  border: 1px solid rgba(var(--qf-colors-light), .6);
  box-sizing: border-box;
  flex-grow: 1;
  font-size: 1.235em;
  justify-content: center;
  letter-spacing: .135em;
  line-height: 1.735em;
  margin: 85px 0 0 0;
  padding: 35px 3.235vw;
  position: relative;
  text-align: center;
}

.qf-asection::before {
  background-color: rgba(var(--qf-colors-light), .135);
  border-radius: 1px;
  content: '';
  height: 5px;
  inset: -25px 12.365% auto 12.365%;
  position: absolute;
}

.qf-asection p {
  position: relative;
}

.qf-hero {
  align-items: center;
  background-color: rgba(var(--qf-colors-dark), .935);
  border: 1px solid rgba(var(--qf-colors-light), .235);
  bottom: auto;
  box-shadow: var(--qf-standard-shadow);
  color: rgb(var(--qf-colors-light));
  font-size: calc(.735vw + .935em);
  font-variant: small-caps;
  font-weight: 200;
  height: 225px;
  left: 35px;
  letter-spacing: .635em;
  justify-content: center;
  margin: var(--qf-nav-height) 0 0 0;
  padding-left: 10px;
  position: fixed;
  right: 530px;
  top: 25px;
}

.qf-hero::after {
  background-image: linear-gradient(90deg, rgba(var(--qf-colors-dark), .005) 35%, rgba(var(--qf-colors-mid), .235), rgba(var(--qf-colors-dark), .005) 65%);
  border: 1px solid rgba(var(--qf-colors-light), .135);
  border-radius: 5px;
  box-shadow: var(--qf-standard-shadow);
  content: '';
  height: 10px;
  inset: auto 15% -25px 15%;
  position: absolute;
}

.qf-main {
  box-shadow: var(--quickfolio-standard-shadow);
  flex-flow: column;
  top: 300px;
  left: 15px;
  bottom: -15px;
  right: 515px;
  padding: 15px 0;
  position: fixed;
}

.qf-main-section {
  align-items: flex-start;
  background-color: rgba(var(--qf-colors-mid), .635);
  border: 1px solid rgba(var(--qf-colors-light), .035);
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 18px rgba(var(--qf-colors-dark), .135), inset 0 0 36px rgba(var(--qf-colors-dark), .735);
  flex-flow: row wrap;
  top: 330px;
  left: 35px;
  right: 530px;
  bottom: -18px;
  justify-content: space-between;
  margin: 15px 0 0 0;
  padding: 10px 0 21px 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
}

.qf-link-section {
  align-items: stretch;
  background-color: rgba(var(--qf-colors-light), .235);
  border: 1px solid rgba(var(--qf-colors-dark), .135);
  border-radius: 3px 3px 0 0;
  flex-flow: row nowrap;
  top: 330px;
  left: 35px;
  right: 530px;
  bottom: -18px;
  justify-content: space-around;
  margin: 15px 0;
  padding: 55px 35px;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.qf-story-section {
  display: block;
}

@keyframes award-container {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.qf-award-main {
  animation: award-container 1s;
  flex-flow: row wrap;
}

@keyframes award {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.qf-award {
  animation: award .235s;
  align-items: center;
  flex-flow: row;
  border: 1px solid rgba(var(--qf-colors-light), .235);
  box-shadow: inset 0 0 35vw rgba(var(--qf-colors-dark), .8);
  border-radius: 8px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 2.5vh 2.5vw;
  overflow-x: hidden;
  padding: 0 30px;
  position: relative;
  width: calc(100% - 5vw);
}

.qf-award-desc {
  background-color: rgba(var(--qf-colors-light), .935);
  border: 1px solid rgba(var(--qf-colors-dark), .135);
  border-radius: 5px;
  box-shadow: inset 0 0 76px rgba(var(--qf-colors-dark), .235), 0 0 18px rgba(var(--qf-colors-dark), .35);
  flex: .5;
  height: -moz-fit-content;
  height: fit-content;
  padding: 35px;
  position: relative;
}

.qf-award-desc h1 {
  background-color: rgba(var(--qf-colors-dark), 1);
  color: rgb(var(--qf-colors-light));
  border-radius: 3px;
  font-size: 1.235em;
  letter-spacing: .435em;
  line-height: 2em;
  margin: 0;
  padding: 15px 35px 10px 35px;
  text-transform: uppercase;
}

.qf-award-desc p {
  font-size: 1.35em;
  line-height: 2em;
  padding: 1vw 1.5vw 0 1.5vw;
}

.qf-award-img {
  flex: .5;
}

.qf-award-img img {
  aspect: 1/1;
  width: 100%;
}

.qf-award-desc::before {
  background-color: rgba(var(--qf-colors-light), .735);
  content: '';
  filter: blur(2.735vw);
  inset: 5vh 2.5vw;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.qf-award .qf-close {
  filter: invert(1);
  position: absolute;
  right: 1.35%;
  top: 3.35%;
}

.qf-link-article {
  align-items: center;
  background-color: rgba(var(--qf-colors-light), .935);
  border: 1px solid rgba(var(--qf-colors-dark), .435);
  flex-flow: column;
  justify-content: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5% 2.785% 2.785% 2.785%;
  position: relative;
  width: 45%;
}

.qf-link-article::after {
  align-items: center;
  background-color: rgb(var(--qf-colors-mid));
  border: 1px solid rgba(var(--qf-colors-light), .365);
  box-shadow: var(--qf-standard-shadow);
  content: attr(data-label);
  color: rgb(var(--qf-colors-light));
  display: flex;
  font-variant: small-caps;
  font-weight: 600;
  inset: -25px 5% calc(100% - 25px) 5%;
  justify-content: center;
  letter-spacing: .735em;
  padding: 0 0 0 .135em;
  position: absolute;
}

.qf-link-article a {
  align-items: center;
  border: 1px solid rgba(var(--qf-colors-mid), .0935);
  box-shadow: 1px 3px 1px rgba(var(--qf-colors-mid), .0265);
  color: rgba(var(--qf-colors-mid), .8);
  font-size: 1.235em;
  justify-content: center;
  margin: 0.935% 0;
  min-height: 55px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all var(--qf-trans-fast) ease-in-out;
  width: 95%;
}

.qf-link-article a:hover {
  border: 1px solid rgba(var(--qf-colors-mid), .365);
  box-shadow: 1px 3px 1px rgba(var(--qf-colors-mid), .0065);
  color: rgba(var(--qf-colors-dark), .8);
  font-size: 1.235em;
  height: 55px;
  justify-content: center;
  text-decoration: none;
  text-transform: capitalize;
  width: 95%;
}

.qf-article {
  background-color: rgba(var(--qf-colors-light), .735);
  color: rgb(var(--qf-colors-mid));
  font-size: 1.935em;
  line-height: 2.35em;
  inset: 10px 10px auto 10px;
  padding: 7.35vh 7.35vw;
  position: absolute;
  min-height: 93.65%;
  width: auto;
}

.qf-indent {
  text-indent: 2.35em;
}

.qf-article::before {
  background-color: rgb(var(--qf-colors-light));
  content: '';
  filter: blur(75px);
  inset: 5% 2.35%;
  position: absolute;
  z-index: -1;
}

.qf-article-home {
  align-content: center;
  background-color: rgba(var(--qf-colors-dark), .135);
  color: rgb(var(--qf-colors-light));
  flex-flow: column;
  height: 95%;
  justify-content: center;
  text-align: center;
  text-indent: 0;
}

.qf-article-home::before {
  background-color: rgba(var(--qf-colors-dark), .635);
  filter: blur(135px);
}

.qf-article-home h1 {
  font-weight: 200;
  margin-bottom: -1.35em;
}

.qf-article-sq {
  aspect-ratio: 1/1;
  align-items: center;
  background-color: rgba(35, 35, 35, .3);
  border: 1px solid rgba(255, 255, 255, .3);
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  color: white;
  justify-content: center;
  margin: 15px auto;
  width: 30%;
  transition: all .315s ease-in-out;
}

.qf-article-sq img {
  margin-bottom: -3px;
  width: 100%;
}

.qf-figure {
  position: relative;
}

.qf-figure::before {
  background-color: rgba(var(--qf-colors-mid), 0);
  content: '';
  inset: calc(100% - 50px) 0 0 0;
  position: absolute;
  transition: all var(--qf-trans-fast) ease-in-out;
  z-index: 2;
}

.qf-figure:hover:before {
  background-color: rgba(var(--qf-colors-mid), 1);
  inset: calc(100% - 50px) 0 0 0;
}

.qf-figure::after {
  background-color: rgba(var(--qf-colors-dark), .735);
  content: '';
  inset: 0;
  position: absolute;
  transition: all var(--qf-trans-fast) ease-in-out;
  z-index: 1;
}

.qf-figure:hover:after {
  background-color: rgba(var(--qf-colors-mid), 0);
  content: '';
  position: absolute;
  z-index: 1;
}

.qf-figcaption {
  align-items: center;
  font-size: .8em;
  height: 50px;
  inset: auto 0 0 0;
  justify-content: flex-end;
  letter-spacing: .735em;
  padding: 0 35px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.qf-article-sq:hover {
  background-color: rgba(85, 85, 85, .8);
}

.qf-footer {
  align-items: center;
  background-color: rgba(var(--qf-colors-light), .935);
  border-radius: 5px 5px 0 0;
  bottom: 0;
  color: rgb(var(--qf-colors-mid));
  font-size: 1.15ch;
  height: 55px;
  inset: auto 15px 0 calc(100% - 500px);
  justify-content: center;
  letter-spacing: .735ch;
  position: fixed;
  text-transform: uppercase;
}

.qf-footer::after {
  background-color: rgba(var(--qf-colors-light), .35);
  content: '';
  inset: -26px 5% auto 5%;
  height: 10px;
  position: absolute;
  transition: all var(--qf-trans-fast) ease-in-out;
}

.qf-contact {
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  background-color: rgb(var(--qf-colors-light));
  bottom: auto;
  border-radius: 0 0 5px 5px;
  box-shadow: var(--qf-standard-shadow);
  display: none;
  flex-flow: column;
  gap: 5px;
  height: auto;
  justify-content: center;
  left: calc(32.735%);
  opacity: 0;
  overflow-y: auto;
  padding: 85px 2.35% 25px 2.35%;
  position: fixed;
  right: calc(32.735%);
  top: 7.35vh;
  transition: all var(--qf-trans-fast) ease-in-out;
  z-index: 2;
}

.qf-contact::before {
  align-items: center;
  background-color: rgba(var(--qf-colors-dark), .735);
  color: rgb(var(--qf-colors-light));
  content: attr(data-contact-title);
  font-size: .735em;
  font-weight: bold;
  inset: 0 0 calc(100% - 60px) 0;
  letter-spacing: .735em;
  padding: 0 35px;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.qf-contact .qf-label {
  background-color: rgba(var(--qf-colors-mid), .835);
  color: rgb(var(--qf-colors-light));
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: .235em;
  padding: 15px 35px;
  text-transform: lowercase;
}

.qf-contact .qf-input {
  padding: 15px 35px;
  margin: 0 0 2.35vh 0;
}

.qf-contact .qf-textarea {
  padding: 15px 35px;
  margin: 0 0 2.35vh 0;
}

.qf-contact-btn-group {
  gap: .735em;
  flex-flow: row;
}

.qf-contact-btn-group .qf-button {
  flex: 1;
}

.qf-contact-main {
  padding: 0;
  display: flex;
  justify-content: center;
  top: 345px;
}

.qf-contact-main .qf-contact {
  animation: unset;
  border-radius: 0;
  bottom: unset;
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  left: unset;
  opacity: 1;
  position: relative;
  right: unset;
  top: unset;
  z-index: auto;
}

.qf-contact-main .qf-contact::before {
  z-index: auto;
}

.qf-contact-main .qf-contact div {
  display: flex;
  flex-flow: column;
  width: 100%;
}

.qf-contact-main .qf-contact input,
.qf-contact-main .qf-contact label,
.qf-contact-main .qf-contact textarea {
  height: 100%;
}

.qf-contact-main .qf-contact label {
  align-items: center;
  display: flex;
}

.qf-contact-main .qf-contact .qf-contact-btn-group {
  align-items: center;
  align-self: flex-end;
  display: flex;
  flex-flow: row;
  height: 50px;
  width: 100%;
}

.qf-contact-main .qf-contact-btn-group button {
  height: 50px;
}

.qf-contact-main .qf-close {
  display: none;
}

.qf-button {
  background-color: rgb(var(--qf-colors-light));
  border: 1px solid rgba(var(--qf-colors-mid), .365);
  border-radius: 0;
  padding: 15px;
  text-transform: capitalize;
  transition: all var(--qf-trans-fast) ease-in-out;
}

.qf-button:hover {
  background-color: rgba(var(--qf-colors-mid), .235);
}


.qf-button[type="submit"] {
  background-color: rgb(var(--qf-colors-mid));
  color: rgb(var(--qf-colors-light));
}

.qf-button[type="submit"]:hover {
  background-color: rgba(var(--qf-colors-mid), .735);
}

.qf-button[type="reset"] {
  background-color: rgba(var(--qf-colors-light), .235);
  box-shadow: inset 0 0 36px rgba(var(--qf-colors-mid), .035);
  color: rgb(var(--qf-colors-mid));
}

.qf-button[type="reset"]:hover {
  box-shadow: inset 0 0 36px rgba(var(--qf-colors-mid), .235);
  color: rgba(var(--qf-colors-mid), .735);
}

.qf-contact-drop {
  background-color: rgba(var(--qf-colors-dark), .735);
  border: none;
  display: none;
  inset: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.qf-contact .qf-close {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .265);
  inset: 5px 5px auto auto;
  width: 60px;
}

.qf-contact .qf-close:hover {
  background-color: rgba(var(--qf-colors-light), .135);
}

.qf-tooltip {
  align-items: center;
  background-color: rgb(var(--qf-colors-light));
  border: 1px solid rgba(var(--qf-colors-mid), .235);
  box-shadow: var(--qf-standard-shadow), inset 0 0 36px rgba(0, 0, 0, .265);
  color: rgb(var(--qf-colors-mid));
  font-size: 1.35em;
  inset: calc(100%) -35px auto -35px;
  justify-content: center;
  letter-spacing: .115em;
  min-width: 200px;
  opacity: 0;
  padding: 25px 35px 25px 40px;
  position: absolute;
  pointer-events: none;
  text-align: center;
  text-transform: lowercase;
  transform: scale(.735);
  transform-origin: top;
  transition: all calc(var(--qf-trans-fast) * .735) ease-in-out;
  visibility: hidden;
}

*:hover > .qf-tooltip {
  opacity: 1;
  transform: scale(1);
  transition: all var(--qf-trans-fast) ease-in-out;
  visibility: visible;
}

.qf-no-tooltips *:hover .qf-tooltip {
  display: none;
}

.qf-menu .qf-share-parent {
  padding: 0 !important;
}

.qf-menu .qf-share {
  position: relative;
  margin: 0 -5px -1px -4px;
}

.qf-menu .qf-share::before {
  display: none;
}

.qf-share img {
  aspect-ratio: 1/1;
  height: 55%;
  inset: 24.5% 21.5% 24.5% auto;
  position: absolute;
  transition: all calc(var(--qf-trans-fast) * .235) linear;
}

.qf-share-parent:hover img {
  filter: invert(1) contrast(2);
}

.qf-share:active img {
  filter: invert(1) contrast(2);
  transform: scale(1.135);
  transition: all calc(var(--qf-trans-fast) * .365) linear;
}

.qf-menu .qf-share:active {
  background-color: rgba(var(--qf-colors-dark), .8);
}

.qf-share-content {
  align-items: center;
  background-color: rgba(var(--qf-colors-dark), .235);
  border: 3px solid rgba(var(--qf-colors-light), .065);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .735);
  border-right: none;
  border-top: none;
  height: 65px;
  justify-content: space-around;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform-origin: top;
  visibility: hidden;
  transition: all calc(var(--qf-trans-fast) * 1.365) linear;
}

.qf-share-content::after {
  background-color: rgba(var(--qf-colors-dark), .935);
  content: '';
  filter: blur(8px);
  inset: 5% 2.375%;
  position: absolute;
  z-index: -1;
}

.qf-share-content-open {
  opacity: 1;
  right: 0;
  top: 60px;
  visibility: visible;
}

.qf-share-content a {
  aspect-ratio: 2/1;
  height: 100%;
  padding: 0;
  position: relative;
  transition: all calc(var(--qf-trans-fast) * 2.735) linear;
}

.qf-share-content a:hover {
  background-color: rgb(var(--qf-colors-dark));
  filter: invert(1) contrast(2);
  transition: all calc(var(--qf-trans-fast) * 1.235) linear;
}

.qf-share-content a img {
  aspect-ratio: 1/1;
  height: 85%;
  inset: 7.5% 30%;
  position: absolute;
}

@keyframes qf-contact-drop-out {
  0% {
    pointer-events: none;
    opacity: 1;
    visibility: visible;
  }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes qf-contact-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    margin-top: 35vh;
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes qf-contact-in {
  0% {
    opacity: 0;
    transform: scale(2);
    top: -35vh;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media only screen and (max-width: 1650px) {
  .qf-link-section {
    display: block;
    padding-bottom: 0;
  }

  .qf-link-article {
    margin: 0 0 45px 0;
    width: auto;
  }
}

@media only screen and (max-width: 1280px) {
  .qf-nav h1 {
    align-items: center;
    display: flex;
    font-size: 1.235em;
    height: 100%;
    margin: 0 0 0 -18px;
    padding: 0 0 0 15px;
    width: 35vw;
  }

  .qf-contact {
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    background-color: rgb(var(--qf-colors-light));
    bottom: auto;
    border-radius: 0 0 5px 5px;
    box-shadow: var(--qf-standard-shadow);
    display: none;
    height: auto;
    left: calc(10%);
    opacity: 0;
    position: absolute;
    right: calc(10%);
    top: 5vh;
    z-index: 2;
  }

  .qf-portrait {
    aspect-ratio: 1/1;
    border: 5px solid rgba(var(--qf-colors-light), .135);
    box-shadow: 0 0 18px rgba(var(--qf-colors-dark), .735);
  }

  .qf-aside {
    background-color: rgba(var(--qf-colors-mid), .235);
    border-radius: 0;
    box-shadow: none;
    display: none;
    font-size: 1.235em;
    inset: 60px 0 35px 0;
    overflow-y: auto;
    z-index: 1;
  }

  .qf-aside::before {
    display: none;
  }

  .qf-ah1 {
    display: none;
  }

  .qf-main {
    position: relative;
    inset: initial;
    width: 100%;
  }

  .qf-link-section {
    flex-flow: column;
    gap: 65px;
    inset: initial;
    padding: 95px 5vw 65px 5vw;
    position: relative;
  }

  .qf-link-article {
    width: auto;
  }

  .qf-hero {
    display: none;
  }

  .qf-main {
    display: block;
  }

  .qf-main-section {
    border-radius: 0;
    inset: 0;
    padding-bottom: 150px;
  }

  .qf-article-home {
    display: block;
    height: initial;
  }

  .qf-main-section .qf-article {
    display: block;
    width: 100%;
  }

  .qf-menu-btn {
    display: flex;
  }

  .qf-menu {
    background-color: rgb(var(--qf-colors-mid));
    color: rgb(var(--qf-colors-light));
    display: none;
    flex-flow: column;
    inset: 60px 0 0 0;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: fixed;
  }

  .qf-menu-open {
    display: flex;
  }

  .qf-menu li {
    border: none;
    min-height: 105px;
    margin: 0;
    padding: 0;
  }

  .qf-menu li:hover {
    background-color: rgba(var(--qf-colors-dark), .5);
  }

  .qf-menu li::after {
    background-color: rgba(var(--qf-colors-light), 0);
    border-radius: 50%;
    height: 15px;
    left: 93.735%;
    width: 15px;
  }

  .qf-menu li:hover::after {
    left: 93.735%;
  }

  .qf-menu .qf-active {
    display: none;
  }

  .qf-menu a,
  .qf-menu button {
    display: flex;
    color: rgb(var(--qf-colors-light));
    justify-content: flex-start;
    flex: 1;
  }

  .qf-footer {
    border-radius: 0;
    height: 35px;
    inset: auto 0 0 0;
  }

  .qf-footer::after {
    inset: -25px 50% auto 50%;
  }

  .qf-body:after {
    inset: 0;
    position: fixed;
  }

  .qf-tooltip {
    display: none;
  }

  .qf-main-section {
    flex-flow: column;
    padding: 65px 0;
  }

  .qf-article-sq {
    width: 85%;
  }

  .qf-article {
    font-size: 1.765em;
    left: 0;
    padding: 7.35vh 13.735vw;
  }

  .qf-share {
    filter: invert(1) contrast(2);
  }

  .qf-share img {
    position: absolute;
    inset: auto calc(50% - 32.5px);
  }

  .qf-share-content {
    box-shadow: none;
    inset: auto 0 35px 0;
    z-index: 2;
  }

  .qf-share-content a {
    margin: 0;
    width: auto;
  }

  .qf-share-content::after {
    gap: 0;
    filter: blur(0);
    inset: 0;
  }

  .qf-award {
    flex-flow: column-reverse;
  }

  .qf-award-desc {
    margin: 5%;
    width: 100%;
  }

  .qf-award-img {
    aspect-ratio: 1/1;
    height: 50%;
  }

  .qf-contact-main {
    top: 60px;
  }

  .qf-contact-main .qf-contact {
    animation: unset;
    border-radius: 0;
    bottom: unset;
    box-shadow: none;
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    left: unset;
    opacity: 1;
    position: relative;
    right: unset;
    top: unset;
  }
}

@media only screen and (max-width: 600px) {
  .qf-menu-btn {
    transform: scaleX(.75);
  }

  .qf-nav {
    left: 45vw;
  }

  .qf-title {
    width: 45vw;
  }
}

@media only screen and (max-height: 800px) {
  .qf-menu-open {
    padding: 0 0 25vh 0;
  }
}
