html, body {
  box-sizing: border-box;
}

body {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

body * {
  transition: all 0.3s ease;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

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

.fixed {
  position: fixed;
}

.me-1 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

/* */
.bg-blue, .body-blue {
  background-color: #033c57;
  color: #ffffff;
}

.bg-blue span,
span.teal {
  text-decoration-color: #00c0aa;
}

.bg-light-blue {
  background-color: #004767;
  color: #ffffff;
}

.bg-light-blue span,
span.teal {
  text-decoration-color: #00c0aa;
}

.bg-yellow {
  background-color: #ffdc00;
  color: #033c57;
}

.bg-yellow span,
span.red {
  text-decoration-color: #e0303b;
}

.bg-red {
  background-color: #e0303b;
  color: #ffffff;
}

.bg-red span,
span.yellow {
  text-decoration-color: #ffdc00;
}

.bg-teal {
  background-color: #00c0aa;
  color: #ffffff;
}

.bg-teal span {
  text-decoration-color: #ffdc00;
}

span.blue {
  text-decoration-color: #033c57;
}

.bg-white {
  background-color: #ffffff;
  color: #033c57;
}

.bg-legacy-blue {
  background-color: #2A445E;
  color: #ffffff;
}

.bg-hb-green {
  background-color: #28A5A3;
  color: #ffffff;
}

.bg-img {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffffff;
  min-height: 100vh;
}
.bg-img.right {
  background-position: bottom right;
}
.bg-img.left {
  background-position: bottom left;
}
.bg-img.half {
  min-height: 50vh;
}

.bg-img-paper {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  color: #ffffff;
  min-height: 50vh;
}
.bg-img-paper.right {
  background-position: bottom right;
}
.bg-img-paper.left {
  background-position: bottom left;
}

.about-bg {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #033752;
  background-size: 100vw;
  background: url("../media/about/leeds.png") center/cover;
  width: 100vw;
  min-height: 100vh;
}

.fdp {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration-line: none !important;
}

.text-red {
  color: #e0303b;
}

.text-blue {
  color: #033c57;
}

.text-yellow {
  color: #ffdc00;
}

.text-teal {
  color: #00c0aa;
}

.btn-white {
  display: inline-block;
  border-radius: 25px;
  border: 1px solid rgba(3, 60, 87, 0.2666666667);
  color: #033c57;
  padding: 1rem;
  text-decoration: none;
  box-sizing: border-box;
}

.btn-white:hover {
  border: 1px solid #033c57;
  background-color: #033c57;
  color: #ffffff;
}

.pt-100 {
  padding-top: 100px;
}

.pt-md-50 {
  padding-top: 0px;
}

@media screen and (min-width: 768px) {
  .pt-md-50 {
    padding-top: 50px;
  }
}
.page-title {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .page-title {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .page-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .page-title {
    font-size: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .page-title {
    font-size: 80px;
  }
}
.pills {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #ffffff;
  padding: 2px;
  background-color: #004767;
  z-index: 1;
}

.pills.active {
  background-color: #E2283A;
  transition: background-color 500ms;
}

.nav .logo {
  margin-right: auto;
}

.nav.active .logo {
  display: none;
}

.clock {
  margin-right: 2rem;
  padding-left: 1rem;
}

.clock-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.toggler_wrapper {
  border-radius: 25px;
  background-color: #033C57;
  padding: 10px;
}

.active .toggler_wrapper {
  background-color: #D2515D;
  transition: background-color 500ms;
}

.menu__toggler {
  z-index: 999;
  height: 28px;
  width: 28px;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.menu__toggler span,
.menu__toggler span::before,
.menu__toggler span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2.5px;
  background: #fafafa;
  border-radius: 20px;
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.menu__toggler span::before {
  top: -8px;
}

.menu__toggler span::after {
  top: 8px;
}

.menu__toggler.active > span {
  background: transparent;
}

.menu__toggler.active > span::before,
.menu__toggler.active > span::after {
  background: #ffffff;
  top: 0px;
}

.menu__toggler.active > span::before {
  transform: rotate(-225deg);
}

.menu__toggler.active > span::after {
  transform: rotate(225deg);
}

.overlay_menu {
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #D2515D;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay_menu-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
}

.no-overflow {
  overflow: hidden;
}

/* Responsive */
.menu-wrap {
  color: #ffffff;
  align-self: center;
  display: flex;
  flex-direction: column;
}

.company_info {
  text-align: left;
  padding-right: 2rem;
  padding-left: 2rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.menu_box {
  border-top: 2px solid #ffffff;
  padding-top: 2rem;
}

.address {
  margin-top: auto;
}

.main_text {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1rem;
}

.company_info .main_text a {
  font-weight: 600;
}

.company_info .address {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 0px;
  margin-top: auto;
}

#myNav {
  width: 100%;
  right: -100%;
}

#myNav.active {
  right: 0px;
}

.menu_list {
  width: 100%;
}

.menu_list a {
  display: block;
  margin-left: 2rem;
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 34px;
}

.menu_list a:hover {
  text-decoration: none;
}

.menu_list a:hover span {
  text-underline-offset: 10px;
  text-decoration-line: underline;
  text-decoration-color: #ffdc00;
}

@media screen and (min-width: 389px) {
  .company_info {
    margin-top: 25%;
  }
  .menu-wrap {
    height: 75%;
  }
}
@media screen and (min-width: 426px) {
  .menu_list a {
    margin-left: 2rem;
    margin-bottom: 1rem;
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .menu_box {
    border-top: 0px;
    padding-top: 0rem;
  }
  .menu-wrap {
    flex-direction: row;
    height: auto;
  }
  .company_info {
    margin-top: 0px;
  }
  .menu_list {
    width: 49%;
  }
  .clock {
    margin-right: 2rem;
    padding-left: 1rem;
  }
  #myNav {
    width: 75%;
  }
  .nav.active .logo {
    display: inline-block;
  }
  .main_text {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 2rem;
  }
  .menu_list a {
    margin-left: 1rem;
    margin-bottom: 2rem;
    font-size: 34px;
    line-height: 44px;
  }
  .company_info {
    border-left: 2px solid #ffffff;
    margin-left: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
    height: 60vh;
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .pills {
    padding: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .company_info {
    margin-left: 2rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
  .menu_list a {
    margin-left: 25%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 2500px) {
  #myNav {
    width: 50%;
  }
}
/* mobile landscape */
@media screen and (orientation: landscape) and (max-width: 991px) {
  .company_info {
    display: none;
  }
  .menu-wrap {
    height: auto;
  }
}
.navigation {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 2rem;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.3s ease;
}

.d-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .navigation {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .d-md-block {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .navigation {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
.logo {
  background-image: url(../media/fdp_logo.svg);
  background-size: contain;
  width: 156px;
  height: 48px;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.small .logo {
  background-image: url(../media/fdp_mark.svg);
}

.logo a {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}

.invisible {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media screen and (min-width: 768px) {
  .logo {
    width: 210px;
    height: 65px;
  }
}
.footer {
  box-sizing: border-box;
  padding: 2rem 2rem;
}
.footer .inner-container {
  width: 100%;
}
.footer .footer_logo {
  width: 156px;
  height: 48px;
}
.footer .copy {
  font-size: 18px;
}
.footer .link,
.footer .address,
.footer .phone {
  font-size: 18px;
  font-weight: 600;
}
.footer .credits {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.footer .link {
  font-weight: 600;
}
.footer .pb-6 {
  padding-bottom: 2rem;
}

.line {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 5px;
}

.line::after {
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #6fc3bb 0%, #6fc3bb 33%, #ffdc00 33%, #ffdc00 66%, #e0303b 66%, #e0303b 100%);
}

.socials {
  display: flex;
}
.socials .icon {
  margin-right: 2rem;
}
.socials .icon:last-child {
  margin-right: 0px;
}
.socials .icon img {
  width: 24px;
  height: 24px;
}

.tagline {
  display: none;
}

@media screen and (min-width: 768px) {
  .tagline {
    display: block;
    font-size: 45px;
    font-weight: 600;
  }
  .footer {
    padding: 2rem 5rem;
  }
  .footer .copy, .footer .link {
    font-size: 20px;
  }
  .footer .info {
    display: flex;
    justify-content: space-between;
  }
  .footer .info .col {
    width: 32%;
    display: flex;
    align-items: center;
  }
  .footer .info .start {
    justify-content: flex-start;
  }
  .footer .info .center {
    justify-content: center;
  }
  .footer .info .end {
    display: flex;
    justify-content: flex-end;
  }
  .socials .icon img {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .tagline {
    font-size: 60px;
  }
  .footer .copy, .footer .link {
    font-size: 25px;
  }
  .footer .credits {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .footer .copy, .footer .link {
    font-size: 30px;
  }
  .footer .address,
  .footer .phone {
    font-size: 25px;
  }
  .footer .pb-6 {
    padding-bottom: 4rem;
  }
  .footer .mid-section {
    display: flex;
    justify-content: space-between;
  }
  .footer .mid-section .end {
    width: 30%;
    display: flex;
    justify-content: flex-end;
  }
  .footer .info {
    justify-content: flex-start;
  }
  .footer .info .start {
    width: 25%;
  }
  .footer .info .center {
    width: 20%;
    justify-content: flex-start;
  }
  .footer .info .end {
    width: 55%;
  }
  .footer .footer_logo {
    width: 260px;
    height: 141px;
  }
}
.d-mobile, .d-tablet-portrait, .d-tablet-landscape, .d-desktop, .d-wide-screen {
  display: none;
}

.d-se {
  display: block;
}

.d-pro {
  display: none;
}

@media screen and (min-width: 375px) {
  .d-mobile {
    display: block;
  }
  .h-mobile {
    display: none;
  }
}
@media screen and (min-width: 390px) {
  .d-se {
    display: none;
  }
  .d-pro {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .d-mobile {
    display: none;
  }
  .d-tablet-portrait {
    display: block;
  }
  .h-mobile {
    display: block;
  }
  .d-pro {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .d-tablet-portrait {
    display: none;
  }
  .d-tablet-landscape {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .d-tablet-landscape {
    display: none;
  }
  .d-desktop {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  .d-desktop {
    display: none;
  }
  .d-wide-screen {
    display: block;
  }
}
.home_cta {
  font-weight: 600;
  font-size: clamp(36px, 6vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.home_cta img {
  height: 1em;
}

.bottom-link {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 28px;
}
.bottom-link a {
  text-decoration: none;
}
.bottom-link span {
  text-decoration-line: underline;
  text-decoration-color: #00c0aa;
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}
.bottom-link span:hover {
  text-decoration-color: #ffdc00;
}

@media screen and (min-width: 768px) {
  .bottom-link {
    font-size: 45px;
  }
  .bottom-link span {
    text-underline-offset: 7px;
    text-decoration-thickness: 5px;
  }
}
section {
  display: grid;
  place-items: center;
}

.first-section {
  text-align: center;
}

.container {
  box-sizing: border-box;
}

.card {
  border-radius: 15px;
  text-align: center;
  display: grid;
  align-items: center;
}

.main {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  align-self: center;
}

.aside {
  display: none;
}

.branded {
  margin-top: 1rem;
  text-align: center;
  font-size: clamp(28px, 5vw, 50px);
  line-height: 1.2;
}

.bouncer {
  text-align: center;
  margin-top: 1rem;
  position: relative;
  left: 0;
  bottom: 0;
  animation: bounce 1s ease infinite;
}
.bouncer svg {
  width: clamp(28px, 3vw, 56px);
}

@keyframes bounce {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}
.main span,
.page-title span,
.branded span,
.tagline span,
.h2 span,
.copy span,
.h2-title span,
.h1-title span,
.project-title span {
  text-decoration-line: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
}

.xs-full {
  width: 100%;
}

@media screen and (min-width: 320px) {
  .first-section {
    min-height: clamp(100vh, 100vh, 667px);
  }
  .main {
    align-self: end;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .main span {
    text-decoration-thickness: 3px;
  }
  .first-card .main {
    padding-bottom: 1rem;
  }
  .section .main {
    margin-top: 1rem;
    padding-bottom: 0px;
  }
  .branded {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .branded span {
    text-decoration-thickness: 3px;
  }
  .bouncer svg {
    width: 36px;
  }
}
@media screen and (min-width: 390px) {
  .first-section {
    min-height: clamp(100vh, 100vh, 844px);
  }
  .main {
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  .main span {
    text-decoration-thickness: 3px;
  }
  .section .main {
    margin-top: 2.5rem;
  }
  .aside {
    display: block;
    align-self: start;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 4rem;
  }
  .branded {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .branded span {
    text-decoration-thickness: 3px;
  }
  .bouncer svg {
    width: 36px;
  }
}
@media screen and (min-width: 768px) {
  .first-section {
    min-height: clamp(100vh, 100vh, 1024px);
  }
  .paperwide {
    height: 100vh;
    min-height: 768px;
    width: 100vw;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .main {
    font-size: 48px;
    line-height: 1.4;
    margin-bottom: 3rem;
  }
  .main span {
    text-decoration-thickness: 5px;
  }
  .tagline span, .h2-title span, .project-title span {
    text-decoration-thickness: 5px;
  }
  .section .main {
    margin-top: 3rem;
  }
  .aside {
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 4rem;
  }
  .branded {
    font-size: 40px;
    margin-bottom: 6rem;
  }
  .branded span {
    text-decoration-thickness: 5px;
  }
  .bouncer svg {
    width: 40px;
  }
}
@media screen and (orientation: portrait) and (min-width: 768px) {
  .paperwide {
    min-height: 1024px;
  }
}
@media screen and (min-width: 1024px) {
  .first-section {
    min-height: clamp(768px, 100vh, 100vh);
  }
  .paperwide {
    min-height: 1080px;
  }
  .main {
    font-size: 50px;
    line-height: 1.4;
    margin-bottom: 3rem;
  }
  .main span {
    text-decoration-thickness: 5px;
  }
  .aside {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
  .branded {
    font-size: 45px;
    margin-bottom: 3rem;
  }
  .branded span {
    text-decoration-thickness: 5px;
  }
  .bouncer svg {
    width: 56px;
  }
  .md-half {
    width: 50%;
  }
  .h1-title span {
    text-decoration-thickness: 9px;
  }
}
@media screen and (orientation: landscape) and (min-width: 1024px) {
  .paperwide {
    min-height: 768px;
  }
}
@media screen and (min-width: 1280px) {
  .first-section {
    min-height: clamp(1024px, 100vh, 100vh);
  }
  .main {
    font-size: 50px;
    line-height: 1.5;
    margin-bottom: 3rem;
  }
  .main span {
    text-decoration-thickness: 5px;
  }
  .tagline span, .h2-title span, .project-title span {
    text-decoration-thickness: 7px;
  }
  .aside {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 8rem;
  }
  .branded {
    font-size: 50px;
    margin-bottom: 3rem;
  }
  .branded span {
    text-decoration-thickness: 5px;
  }
}
@media screen and (min-width: 1920px) {
  .first-section {
    min-height: clamp(1080px, 100vh, 100vh);
  }
  .main {
    font-size: 65px;
    line-height: 1.5;
    margin-bottom: 3rem;
  }
  .main span {
    text-decoration-thickness: 9px;
  }
  .tagline span, .h2-title span, .project-title span {
    text-decoration-thickness: 9px;
  }
  .aside {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 8rem;
  }
  .branded {
    margin-bottom: 6rem;
  }
  .branded span {
    text-decoration-thickness: 5px;
  }
}
.section {
  width: 100%;
  display: flex;
}

.section .container {
  margin: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  box-sizing: border-box;
}

.card {
  flex: 1 1 auto;
  padding: 2rem 0;
}

.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeIn.visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 390px) {
  .card {
    min-height: 650px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .section .container {
    margin: 2rem 5rem;
  }
  .card {
    min-height: 800px;
  }
}
@media screen and (min-width: 1440px) {
  .section .container {
    margin: 2rem 10rem;
  }
}
@media screen and (min-width: 1920px) {
  .section .container,
  .navigation,
  .footer .inner-container {
    max-width: 1640px;
    margin-right: auto;
    margin-left: auto;
  }
}
.projects {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects .project.half {
  flex: 1;
  width: 100%;
  aspect-ratio: 4/3;
}

.project.full {
  width: 100%;
  aspect-ratio: 4/3;
}

.project.square {
  width: 100%;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 1024px) {
  .projects {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: none;
  }
  .projects .project.half {
    flex: 1;
    width: 50%;
  }
}
.project {
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  border-radius: 15px;
  margin-bottom: 2rem;
}
.project *, .project {
  box-sizing: border-box;
}
.project .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease-in-out;
  transform: translateY(-100%);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.project .info .project-link {
  text-decoration: underline;
  z-index: 3;
  cursor: pointer;
}
.project.yellow .info {
  background: rgba(255, 220, 0, 0.6);
  color: #033c57;
}
.project.teal .info {
  background: rgba(0, 192, 170, 0.6);
  color: #ffffff;
}
.project.white .info {
  background: rgba(255, 255, 255, 0.6);
  color: #033c57;
}
.project.red .info {
  background: rgba(224, 48, 59, 0.6);
  color: #ffffff;
}
.project.cas-green .info {
  background: rgba(165, 254, 174, 0.6);
  color: #ffffff;
}
.project.blue .info {
  background: rgba(3, 60, 87, 0.6);
  color: #ffffff;
}
.project .cover {
  transition: all 0.35s ease-in-out;
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project .cover .project-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.project .cover .project-cover.top {
  -o-object-position: top;
     object-position: top;
}

.project:hover .cover,
.project.touched .cover {
  transform: scale(1.2);
}
.project:hover .info,
.project.touched .info {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.project .mobile-hint {
  display: none;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 16px;
  padding: 0.4rem 0.8rem;
  border-radius: 10px;
  z-index: 4;
  pointer-events: none;
  animation: pulse 2s infinite;
}
.project.touched .mobile-hint {
  display: none;
}
@media (max-width: 768px) {
  .project .mobile-hint {
    display: block;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.project .project-name {
  font-size: 23px;
  font-weight: 500;
}
.project .project-tagline,
.project .project-link {
  font-size: 13px;
  font-weight: 300;
}

@media screen and (min-width: 390px) {
  .project .project-name {
    font-size: 28px;
  }
  .project .project-tagline,
  .project .project-link {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .project .project-name {
    font-size: 45px;
  }
  .project .project-tagline,
  .project .project-link {
    font-size: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .project .project-name {
    font-size: 50px;
  }
  .project .project-tagline,
  .project .project-link {
    font-size: 30px;
  }
  .project.half .project-name {
    font-size: 35px;
  }
  .project.half .project-tagline,
  .project.half .project-link {
    font-size: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .project.half .project-name {
    font-size: 50px;
  }
  .project.half .project-tagline,
  .project.half .project-link {
    font-size: 30px;
  }
}
.spacer {
  padding: 1rem;
}

.single-project .main-section {
  padding-top: 100px !important;
  text-align: center;
}
.single-project .project-cover, .single-project .project-media {
  border-radius: 25px;
  max-width: 100%;
}
.single-project .section_content {
  display: flex;
  flex-direction: column;
}
.single-project .section_content .col {
  width: 100%;
  padding-bottom: 1rem;
}
.single-project .section_content .centered {
  display: flex;
  justify-content: center;
}
.single-project .section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.single-project span.teal:hover {
  text-decoration-color: #ffdc00;
}
.single-project span.teal:hover a:hover {
  text-decoration: none;
}
.single-project .h2-title {
  font-size: 28px;
  padding-bottom: 2rem;
}
.single-project .h1-title {
  font-size: 30px;
}
.single-project .project .info {
  justify-content: center;
}
.single-project .cas_logo {
  width: 180px;
  max-width: 100%;
}
.single-project .magic {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.single-project .magic .magic-ribbon {
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.single-project .about {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-project .about .page-title span {
  text-decoration-thickness: 5px;
}

.single-project .main-section .project-title {
  font-size: 25px;
  padding-top: 2rem;
}
.single-project .main-section .project-tagline {
  font-size: 18px;
}
.single-project .h2 {
  font-size: 18px;
  padding-bottom: 2rem;
}
.single-project .copy {
  font-size: 16px;
  padding-bottom: 1rem;
}
.single-project strong {
  font-weight: 500;
}
.single-project .full_column {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .single-project .main-section .project-title {
    font-size: 45px;
  }
  .single-project .main-section .project-tagline {
    font-size: 25px;
  }
  .single-project .section_content {
    flex-direction: row;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .single-project .section_content .col {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .single-project .section_content .col.evenly {
    justify-content: space-evenly;
  }
  .single-project .section_content .col.top {
    justify-content: flex-start;
  }
  .single-project .section_content .col-60 {
    width: 60%;
  }
  .single-project .section_content .col-40 {
    width: 40%;
  }
  .single-project .section_content .col-full {
    width: 100%;
  }
  .single-project .section_content .centered {
    flex-direction: row;
    align-items: center;
  }
  .single-project .section_content .smartphone {
    max-width: 75%;
  }
  .single-project .column-lg {
    flex-direction: column;
  }
  .single-project .column-lg .col {
    width: 100%;
  }
  .single-project .cas_logo {
    width: 350px;
  }
  .single-project .sp-1 .col {
    justify-content: flex-start !important;
  }
  .single-project .h1-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .single-project .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .single-project .h2 {
    font-size: 25px;
  }
  .single-project .copy {
    font-size: 18px;
  }
  .single-project .column-lg {
    flex-direction: row;
  }
  .single-project .column-lg .col {
    width: 50%;
  }
  .single-project .magic {
    align-items: flex-end;
  }
  .single-project .magic .magic-ribbon {
    padding-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .single-project .sp-1 .col {
    justify-content: space-evenly !important;
  }
  .single-project .section_content .lg-75 {
    width: 75%;
  }
  .single-project .section_content .lg-60 {
    width: 60%;
  }
  .single-project .section_content .lg-50 {
    width: 50%;
  }
  .single-project .h1-title {
    font-size: 65px;
  }
}
@media screen and (min-width: 1280px) {
  .single-project .main-section .project-title {
    font-size: 50px;
    padding-top: 1rem;
  }
  .single-project .main-section .project-tagline {
    font-size: 30px;
  }
  .single-project .section_content {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .single-project .h2 {
    font-size: 40px;
  }
  .single-project .copy {
    font-size: 30px;
  }
  .single-project .h2-title {
    font-size: 45px;
  }
  .single-project .copy-86 {
    max-width: 86%;
    margin-right: auto;
    margin-left: auto;
  }
  .single-project .cas_logo {
    width: 560px;
  }
  .about .page-title span {
    text-decoration-thickness: 7px;
  }
}
@media screen and (min-width: 1920px) {
  .single-project .main-section .project-title {
    font-size: 65px;
  }
  .single-project .section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .single-project .section_content {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
  .single-project .section_content .col-testimonials-80 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .single-project .section_content .col-testimonials-60 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .single-project .section_content .xl-80 {
    width: 80%;
  }
  .single-project .section_content .xl-75 {
    width: 75%;
  }
  .single-project .section_content .xl-60 {
    width: 60%;
  }
  .single-project .section_content .xl-50 {
    width: 50% !important;
  }
  .single-project .section_content.gap-20 {
    -moz-column-gap: 20%;
         column-gap: 20%;
  }
  .single-project .section_content.gap-20 .col-xl-40 {
    width: 40%;
  }
  .single-project .h2-title {
    font-size: 65px;
  }
  .about .page-title span {
    text-decoration-thickness: 9px;
  }
}
.single-project .bl {
  justify-content: flex-start !important;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .single-project .bl {
    justify-content: flex-end !important;
    text-align: right;
  }
}
.no-mt {
  margin-top: 0 !important;
}

.no-pt {
  padding-top: 0 !important;
}

.cover-responsive .cover-mask {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: cover;
  border-radius: 25px;
}
.cover-responsive .cover-mask.top {
  background-position: top;
}

@media screen and (orientation: landscape) and (min-width: 1024px) and (max-height: 768px) {
  .cover-responsive .cover-mask,
  .project.full {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 1280px) {
  .cover-responsive .cover-mask,
  .project.full {
    aspect-ratio: 4/2;
  }
}
@media screen and (min-width: 1920px) {
  .cover-responsive .cover-mask.middle {
    aspect-ratio: 4/2;
  }
  .cover-responsive .cover-mask,
  .project.full {
    aspect-ratio: 5/2;
  }
}
