/** BG VECTORS **/
.bg-vectors {
  display: none;
}
/* .bg-vectors div:nth-child(2) {
  transform: translateY(8%);
}
.bg-vectors div:nth-child(3) {
  transform: translateY(26.5%);
}
.bg-vectors div:nth-child(4) {
  transform: translateY(42%);
}
.bg-vectors div:nth-child(5) {
  transform: translateY(44.4%);
}
.bg-vectors div:nth-child(6) {
  transform: translateY(63.3%);
} */

/** WORK PROJECTS **/
body.tt-boxed.work .tt-section:last-child {
  margin-top: 40px;
}
#content-wrap.work .work-title {
  max-width: 524px;
  margin: 0 auto;
}
#content-wrap.work .work-title * {
  color: var(--color-fede-fv);
}
#content-wrap.work .work-title h1 {
  font-weight: 800;
  font-size: 120px;
  line-height: 164px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#content-wrap.work .work-title h3 {
  font-size: 35px;
  font-weight: 800;
  /* line-height: 48px; */
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#content-wrap.work h5 {
  font-size: 38px;
  font-weight: 400;
  line-height: 90%;
  text-align: left;
  text-transform: inherit;
  margin-bottom: 15px;
  color: var(--color-fede-fv);
}
#content-wrap.work .work-title p.order {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1em;
  margin-left: 1em;
  margin-bottom: 12px;
}
#content-wrap.work .work-title p.desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-left: 0.02em;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
#details {
  padding-top: 115px;
}

/* FOOTER */
body.work footer * {
  font-size: 16px;
}
body.work footer h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 90%;
  margin-bottom: 32px;
}
body.work footer div a:last-child {
  margin-top: 4px;
}
body.work footer .btn {
  color: var(--color-fede-fv);
  width: 341px;
  margin-bottom: 36px;
  background-image: url(../img/talk-buttons.png);
}
body.work footer .btn:hover {
  background: var(--color-fede-fv);
  color: var(--color-fede-white);
  border-radius: 10px;
}
body.work footer .talk-section {
  text-align: center;
}
body.work footer .talk-section:last-child {
  margin: 45px auto;
}
body.work footer .talk-section:last-child h3 {
  margin-bottom: 20px;
}
body.work footer .talk-section .socials {
  justify-content: center;
}
body.work footer .talk-section .socials a:hover img {
  filter: grayscale(1) brightness(5);
}
body.work footer .talk-section .socials a:hover p {
  color: #fff;
}
body.work footer .talk-buttons {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  row-gap: 0;
  justify-content: center;
}
body.work footer .talk-buttons .btn {
  margin-top: unset !important;
}

/* WORK */
body.work .tt-wrap {
  display: flex;
  flex-direction: column;
}
body.work .tt-wrap .tt-col-md-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.work .tt-wrap .tt-col-md-6 {
  display: flex;
  flex-direction: column;
  padding: 0;
  row-gap: 30px;
}
body.work .tt-wrap .tt-col-md-6:first-child {
  align-items: flex-end;
}
body.work .tt-wrap .tt-col-md-6:last-child {
  align-items: flex-start;
}
body.work .tt-wrap .tt-col-md-6 img {
  max-width: 580px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 40px;
}
body.work img.mob {
  position: absolute;
  width: 286px !important;
  z-index: 11;
}
body.work img.ipad {
  position: absolute;
  width: 504px !important;
  z-index: 11;
}
img.full-min {
  max-width: 1080px;
}
img.full-pad {
  padding: 0;
}
img.full-pad-left {
  padding-left: 0;
}
img.full-pad-right {
  padding-right: 0;
}
body.work .stamp {
  right: -30px;
  bottom: 75px;
  width: 90px;
  height: 90px;
}
/* FROG BAZAR */
body.work.frogbazar .tt-wrap .tt-col-md-6:last-child img:nth-child(3) {
  max-width: 750px;
  padding-left: 0;
  margin-left: -40px;
}
body.work.frogbazar img.mob.mob1 {
  right: -8%;
  top: -3%;
}
body.work.frogbazar img.mob.mob2 {
  left: -7.5%;
  top: 35%;
}
body.work.frogbazar img.mob.mob3 {
  right: -8%;
  top: 12.5%;
}
body.work.frogbazar img.mob.mob4 {
  right: -9%;
  top: 44%;
}
/* ESTUDIO 32 */
body.work.estudio32 .tt-wrap #details {
  margin-bottom: 24px;
}
body.work.estudio32 .tt-wrap #details img {
  max-height: 1823px;
}
body.work.estudio32 .tt-wrap .tt-col-md-6:last-child img:nth-child(1) {
  padding-left: 0;
  padding-right: 0;
  max-width: unset;
  margin-left: -44px;
}
/* OPAME */
body.work.opame #details {
  margin-bottom: 45px;
}
body.work.opame img.mob {
  width: 260px !important;
}
body.work.opame img.mob.mob1 {
  right: -13%;
  top: -3.5%;
}
body.work.opame img.mob.mob2 {
  left: -2.5%;
  top: 26%;
}
body.work.opame img.mob.mob3 {
  left: -14%;
  top: 18.8%;
}
body.work.opame img.mob.mob4 {
  right: -2%;
  top: 57.2%;
}
/* NMP */
body.work.nmp #details {
  margin-bottom: 45px;
}
body.work.nmp img.mob {
  width: 280px !important;
}
body.work.nmp img.mob.mob1 {
  right: -74px;
  top: 14.7%;
}
body.work.nmp img.mob.mob2 {
  left: -83px;
  top: 33.3%;
}
body.work.nmp img.mob.mob3 {
  right: -17%;
  top: 25.5%;
}
body.work.nmp img.mob.mob4 {
  right: -22%;
  top: 62.2%;
}
body.work.nmp img.ipad.ipad1 {
  left: -50px;
  top: 15.2%;
}
body.work.nmp img.ipad.ipad2 {
  right: -66px;
  top: 33.8%;
}
/* CLEO */
body.work.cleo #details {
  margin-bottom: 45px;
}
body.work.cleo img.mob.mob1 {
  left: 3%;
  top: -2%;
  width: 549px !important;
}
body.work.cleo img.mob.mob2 {
  left: 9.9%;
  bottom: -11%;
  width: 466px !important;
}
body.work.cleo img.mob.mob3 {
  right: 4%;
  top: 30%;
  width: 511px !important;
}
body.work.cleo img.mob.mob4 {
  left: -9%;
  top: 55.2%;
  width: 511px !important;
}
/* MICHI */
body.tt-boxed.michi .work-title p.desc {
  width: 75%;
  margin: 0 auto !important;
}
body.work.michi #details {
  margin-bottom: 130px;
}
body.work.michi img.mob {
  width: 278px !important;
}
body.work.michi img.mob.mob0 {
  right: -3.2%;
  top: 7.25%;
  width: 160px !important;
}
body.work.michi img.mob.mob1 {
  left: 3%;
  top: 40.5%;
  width: 270px !important;
}
body.work.michi img.mob.mob2 {
  left: 40.5%;
  top: 55.5%;
  width: 270px !important;
}
body.work.michi img.mob.mob3 {
  left: 58.5%;
  top: 71.5%;
  width: 270px !important;
}
body.work.michi img.mob.misc {
  right: 36.2%;
  bottom: -12.5%;
  width: 446px !important;
}
/* BROKE */
body.work.broke .tt-wrap .tt-col-md-6:first-child img:nth-child(1) {
  max-width: unset;
  width: 564px;
  padding-left: 0;
  padding-right: 16px;
}
body.work.broke img.mob.mob1 {
  left: -60%;
  top: 29%;
}
body.work.broke .tt-wrap .tt-col-md-6:last-child img:nth-child(1) {
  max-width: unset;
  width: 315px;
  margin: 0 auto;
  padding: 0;
  transform: translateX(102px);
}
body.work.broke img.mob.ipad {
  max-width: unset;
  width: 664px !important;
  left: -9%;
  top: 30.8%;
}
body.work.broke img.mob.mob2 {
  max-width: unset;
  width: 280px !important;
  right: -64%;
  top: 23.5%;
}
body.work.broke img.mob.square-1 {
  max-width: unset;
  width: 654px !important;
  left: -4.8%;
  top: 52.3%;
}
body.work.broke img.mob.square-2 {
  max-width: unset;
  width: 508px !important;
  left: 5.5%;
  bottom: -0.3%;
}
body.work.broke
  .tt-section-inner
  .tt-row:nth-child(3)
  .tt-col-md-12
  img:nth-child(1) {
  margin: 58px 0 63px;
  max-width: 858px;
}
/* BIG MOTHER ENERGY */
body.work.big-mother-energy .tt-wrap .tt-col-md-6:last-child {
  justify-content: flex-end;
}
body.work.big-mother-energy .tt-wrap .tt-col-md-6 img {
  padding: 0 4px;
}
body.work.big-mother-energy #details {
  padding-top: 0;
  margin-top: 10px;
}
/* LOGOFOLIO */
body.tt-boxed.work.logofolio .tt-section:last-child {
  margin-top: 60px;
}
body.tt-boxed.work.logofolio .tt-wrap {
  max-width: 1160px;
  display: flex;
  flex-direction: column;
  row-gap: 250px;
}
body.tt-boxed.work.logofolio .tt-wrap.talk {
  row-gap: 0;
  margin-top: 200px;
}
body.tt-boxed.work.logofolio .work-title p.desc {
  margin: 0 auto !important;
}
body.tt-boxed.work.logofolio .tt-wrap .tt-row {
  width: 100%;
}
body.tt-boxed.work.logofolio .tt-wrap .tt-col-md-6,
body.tt-boxed.work.logofolio .tt-wrap .tt-col-md-6:first-child,
body.tt-boxed.work.logofolio .tt-wrap .tt-col-md-6:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.work.logofolio #content-wrap.work .work-title {
  max-width: unset;
}
body.tt-boxed.work.logofolio .tt-wrap .tt-row img {
  -webkit-filter: grayscale(1) brightness(0.43);
  filter: grayscale(1) brightness(0.43);
  transition: all 0.35s ease-in-out;
}
body.tt-boxed.work.logofolio .tt-wrap .tt-row img:hover {
  -webkit-filter: unset;
  filter: unset;
}
body.tt-boxed.work.logofolio .tt-wrap .tt-row.logo-min {
  margin-top: 17px;
  margin-bottom: -230px;
}
body.tt-boxed.work.logofolio .tt-wrap .tt-row.logo-min .tt-col-md-12 {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 90px 7%;
}
body.work.logofolio .swap {
  position: relative;
  display: inline-block;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
body.work.logofolio .swap img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  filter: unset !important;
  -webkit-filter: unset !important;
}
body.work.logofolio .swap .base {
  position: relative;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.25s ease;
}
body.work.logofolio .swap .hover {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
body.work.logofolio .swap:hover .hover {
  opacity: 1;
  transition-delay: 0s;
}
body.work.logofolio .swap:hover .base {
  opacity: 0;
  transition-delay: 0.06s;
}
body.tt-boxed.work.logofolio .tt-wrap .tt-row.logo-min img {
  width: 11%;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  img:nth-child(1) {
  width: 124px;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  img:nth-child(2) {
  width: 134px;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  img:nth-child(3) {
  width: 112px;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  img:nth-child(4) {
  width: 118px;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  img:nth-child(5) {
  width: 142px;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  img:nth-child(6) {
  width: 138px;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  img:nth-child(7) {
  width: 110px;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  img:nth-child(8) {
  width: 146px;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  img:nth-child(9) {
  width: 103px;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  img:nth-child(10) {
  width: 94px;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  figure:nth-child(11) {
  width: 149px;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  figure:nth-child(12) {
  width: 170px;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  figure:nth-child(13) {
  width: 139px;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  figure:nth-child(14) {
  width: 148px;
}
body.tt-boxed.work.logofolio
  .tt-wrap
  .tt-row.logo-min
  .tt-col-md-12
  figure:nth-child(15) {
  width: 135px;
}
/* UI/UX */
body.tt-boxed.work.ui-ux footer {
  padding-top: 0 !important;
}
body.tt-boxed.work.ui-ux .tt-section:last-child {
  margin-top: 65px;
}
body.tt-boxed.work.ui-ux .tt-wrap {
  width: 1080px;
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-row {
  -moz-column-gap: 100px;
  column-gap: 100px;
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-row:nth-child(1) {
  margin-bottom: 140px;
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-row:nth-child(2) {
  margin-bottom: 60px;
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-col-md-6,
body.tt-boxed.work.ui-ux .tt-wrap .tt-col-md-6:first-child,
body.tt-boxed.work.ui-ux .tt-wrap .tt-col-md-6:last-child {
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: unset;
  max-width: 490px;
}
body.tt-boxed.work.ui-ux .mobs-details {
  flex-direction: column;
}
body.tt-boxed.work.ui-ux p.desc {
  line-height: 22px;
}
body.tt-boxed.work.ui-ux .mobs {
  width: 100%;
}
body.tt-boxed.work.ui-ux .mobs img {
  width: 100%;
  position: absolute;
  padding-left: 0;
  padding-right: 16px;
}
body.tt-boxed.work.ui-ux .mobs .base {
  width: 100%;
  position: relative;
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-col-md-12 {
  align-items: flex-start;
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-col-md-12 .mobs-details {
  max-width: 560px;
  margin-left: 195px;
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-col-md-6 .mobs.iphone {
  margin-left: -60px;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-col-md-6 .mobs.iphone:hover {
  margin-left: -120px;
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-col-md-6 .mobs.iphone img {
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body.tt-boxed.work.ui-ux
  .tt-wrap
  .tt-col-md-6
  .mobs.iphone:hover
  img:nth-child(1) {
  width: 565px;
  margin-top: -39px;
  margin-left: 101px;
}
body.tt-boxed.work.ui-ux
  .tt-wrap
  .tt-col-md-6
  .mobs.iphone:hover
  img:nth-child(2) {
  width: 525px;
  margin-top: -18px;
  margin-left: 54px;
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-col-md-12 .mobs.ipad {
  margin-left: 0;
  height: 874px;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-col-md-12 .mobs.ipad img {
  width: 811px;
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-col-md-12 .mobs.ipad img:nth-child(1) {
  margin-left: -7%;
  margin-top: -3%;
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-col-md-12 .mobs.ipad img:nth-child(2) {
  margin-left: 36%;
  margin-top: 9%;
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-col-md-12 .mobs.ipad img:nth-child(3) {
  margin-left: -34.5%;
  margin-top: 30.8%;
}
body.tt-boxed.work.ui-ux .tt-wrap .tt-col-md-12 .mobs.ipad:hover img {
  width: 646px;
}
body.tt-boxed.work.ui-ux
  .tt-wrap
  .tt-col-md-12
  .mobs.ipad:hover
  img:nth-child(1) {
  margin-left: -14.4%;
  margin-top: 3.6%;
}
body.tt-boxed.work.ui-ux
  .tt-wrap
  .tt-col-md-12
  .mobs.ipad:hover
  img:nth-child(2) {
  margin-left: 43.7%;
  margin-top: 23.7%;
}
body.tt-boxed.work.ui-ux
  .tt-wrap
  .tt-col-md-12
  .mobs.ipad:hover
  img:nth-child(3) {
  margin-left: -14.4%;
  margin-top: 45.6%;
}
body.tt-boxed.work.ui-ux .tt-wrap .talk {
  margin-top: -34px;
}
/* WEB */
body.tt-boxed.work.web .tt-section:last-child {
  margin-top: -74px;
}
body.tt-boxed.work.web .tt-wrap {
  width: 1080px;
  row-gap: 40px;
}
body.tt-boxed .tt-wrap.work-gallery .tt-row:nth-child(odd) {
  transform: translateX(150px);
}
body.tt-boxed .tt-wrap.work-gallery .tt-row:nth-child(even) {
  transform: translateX(-150px);
}
body.tt-boxed.work.web .mobs img {
  width: 600px;
  position: absolute;
  z-index: 11;
  margin-top: 12.5%;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body.tt-boxed.work.web .mobs img:nth-child(1) {
  margin-left: -28.5%;
}
body.tt-boxed.work.web .mobs:hover img:nth-child(1) {
  margin-left: -33.5%;
}
body.tt-boxed.work.web .mobs:hover img:nth-child(2) {
  margin-left: 2.5%;
}
body.tt-boxed.work.web .tt-wrap .tt-row:nth-child(even) img:nth-child(1) {
  margin-left: 41.5%;
}
body.tt-boxed.work.web .tt-wrap .tt-row:nth-child(even):hover img:nth-child(1) {
  margin-left: 48.5%;
}
body.tt-boxed.work.web
  .tt-wrap
  .tt-row:nth-child(even)
  .mobs:hover
  img:nth-child(2) {
  margin-left: -2%;
}
body.tt-boxed.work.web .mobs .base {
  width: 938px;
  position: relative;
  z-index: 1;
  margin-top: 0;
}
body.tt-boxed.work.web .tt-wrap .tt-row .mobs-details {
  margin-top: -10%;
  margin-left: 0;
  width: 75%;
  z-index: 11;
}
body.tt-boxed.work.web p.desc {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-left: 0.5px;
  max-width: 750px;
}
body.tt-boxed.work.web .tt-wrap .talk {
  margin-top: 168px;
}
body.tt-boxed.work.web .stamp {
  right: 120px;
  top: 79px;
}
body.tt-boxed.work.web .tt-wrap .tt-row:nth-child(even) .stamp {
  left: 122px;
}
body.tt-boxed.work.web .stamp img {
  margin-left: unset !important;
}
/* PHOTOGRAPHY */
body.tt-boxed.work.photography #content-wrap.work .work-title {
  max-width: unset;
}

/* FOOTER */
body.work footer {
  padding: 105px 0 5.5vw !important;
}
body.work footer .footer-masked {
  top: 0;
  -webkit-mask-position: center top;
  mask-position: center top;
}
body.work footer .footer-masked.footer1 {
  -webkit-mask-image: url("../img/footer-works-1.svg");
  mask-image: url("../img/footer-works-1.svg");
}
body.work footer .footer-masked.footer2 {
  -webkit-mask-image: url("../img/footer-works-2.svg");
  mask-image: url("../img/footer-works-2.svg");
}
body.work footer .footer-masked.footer3 {
  -webkit-mask-image: url("../img/footer-works-3.svg");
  mask-image: url("../img/footer-works-3.svg");
}
body.work footer .footer-bottom-full,
body.work footer .footer-bottom-cut {
  height: 5.33vw;
  -webkit-mask-image: url("../img/footer-works_lets-build.svg");
  mask-image: url("../img/footer-works_lets-build.svg");
}
body.work footer .footer-bottom-mask {
  left: 0;
  top: 0;
  -webkit-mask-position: left top;
  mask-position: left top;
}
body.work footer .footer-bottom-mask {
  -webkit-mask-image: url("../img/footer-works-mask.svg");
  mask-image: url("../img/footer-works-mask.svg");
}
body.work footer .footer-bottom-cut {
  left: 0;
  bottom: 0;
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
}
body.work footer .footer-ink {
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
}
body.work footer .footer-ink.footer1 {
  -webkit-mask-image: url("../img/footer-works-1.svg");
  mask-image: url("../img/footer-works-1.svg");
}
body.work footer .footer-ink.footer2 {
  -webkit-mask-image: url("../img/footer-works-2.svg");
  mask-image: url("../img/footer-works-2.svg");
}
body.work footer .footer-ink.footer3 {
  -webkit-mask-image: url("../img/footer-works-3.svg");
  mask-image: url("../img/footer-works-3.svg");
}

/* NAV-WORK */
.nav-work button {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 20px;
  color: #dbdbdb;
  box-shadow: none;
  pointer-events: all;
  cursor: pointer;
  width: 40px;
  height: 40px;
  filter: unset !important;
  stroke: var(--color-fede-fv);
  overflow: visible;
  top: 50%;
  transform: translateY(-50%);
  background: #ededed !important;
  background-color: var(--color-fede-fv-ultragray) !important;
  transition: all 0.35s ease-in-out;
}
.nav-work button:hover {
  background-color: var(--color-fede-fv) !important;
}
.nav-work button svg {
  width: 18px !important;
  height: 18px !important;
  stroke-width: 3 !important;
  stroke: var(--color-fede-fv) !important;
  -webkit-filter: none !important;
  filter: none !important;
}
.nav-work button img {
  transition: all 0.35s ease-in-out;
}
.nav-work button:hover img {
  -webkit-filter: invert(1) brightness(1.5);
  filter: invert(1) brightness(1.5);
}
.nav-work button[disabled] {
  stroke: var(--color-fede-fv-gray);
  opacity: 0.5 !important;
}
.nav-work button[disabled] img {
  -webkit-filter: unset !important;
  filter: unset !important;
  stroke: var(--color-fede-fv-gray);
  opacity: 0.5 !important;
}
.nav-work button.is-next {
  right: 11.5% !important;
}
.nav-work button.is-prev {
  left: 11.5% !important;
}
.nav-work button:before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  border-radius: 50%;
  z-index: 1;
}
.nav-work button::after {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: var(--color-fede-fv);
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  white-space: nowrap;
  pointer-events: none;
}
.nav-work button.is-prev::after {
  content: "previous project";
}
.nav-work button.is-next::after {
  content: "next project";
}
.nav-work button:hover::after {
  opacity: 1;
}
