body:not(.scrolled) header .menu-toggle span {
	background: #111;
}

body:not(.scrolled) header #logo {
    filter: brightness(0.15);
}

/* GENVID BITS */
#portfolio-header {
	overflow: visible;
}

#portfolio-header .logo img {
	width: 17.5rem;
}

#portfolio-header::before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(90deg,#c2bfde 25%,rgba(206,192,236,.9) 40%,#e4d2cd 70%);
	z-index: 0;
}

#portfolio-header::after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(0deg,#fff 10%,rgba(255,255,255,0) 90%);
	z-index: 1;
}

#portfolio-header .container {
	position: relative;
	z-index: 3;
}

#portfolio-header .background {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.6;
}

#portfolio-header .background img {
	width: 100%;
	transform: translateY(-10%);
}

@media (max-width: 640px) {
    #portfolio-header .background {
        height: 100%;
    }
    #portfolio-header .background img {
        height: 100%;
        object-fit: cover;
    }
}

#portfolio-introduction,
.cards-carousel,
.hero,
#portfolio-content-1 {
	background-color: #f9f9f9;
}

#portfolio-introduction .btn-icon.btn-gradient,
#portfolio-introduction .btn-icon.btn-gradient:before {
	background: #f9f9f9;
}

#portfolio-image-feature {
	background: linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
}

#lottie-grid {
	background: linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
}

#big-graphic {
	z-index: 3;
	overflow: visible;
	width: 110%;
	margin: -17% 0 -5% -5%;
	height: 57vw;
}

#portfolio-content-1 .container {
	position: relative;
}

#portfolio-content-1 .bg-lines {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	opacity: 0.5;
}

@media (max-width: 1024px) {
	#portfolio-content-1 .content-icon {
		display: none;
	}
}

#portfolio-image-feature .icons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

#portfolio-image-feature .icons img {
	max-width: 97%;
}

@media (max-width: 1024px) {
	#portfolio-image-feature .icons {
		align-items: flex-end;
	}
}

@-webkit-keyframes icon-grow {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(0.6);
	}
}

@keyframes icon-grow {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.6);
	}
}

#portfolio-content-2 .icon {
	border-radius: 1rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 8rem;
	height: 8rem;
	border: 1px solid rgba(242, 106, 63, .8);
	-webkit-transform: translateX(-10%) rotate(-45deg);
	transform: translateX(-10%) rotate(-45deg);
	transition: .3s all;
}

#portfolio-content-2 .icon:before {
	content: "";
	border-radius: 1.5rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10.2rem;
	height: 10.2rem;
	border: 1px solid #F26A3F;
	opacity: .5;
	transition: .3s all;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: icon-grow 3s alternate infinite;
	animation: icon-grow 3s alternate infinite;
}

#portfolio-content-2 .icon:after {
	content: "";
	border-radius: 2rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12.5rem;
	height: 12.5rem;
	border: 1px solid #F26A3F;
	opacity: .2;
	transition: .3s all;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: icon-grow 3s alternate infinite;
	animation: icon-grow 3s alternate infinite;
}

#portfolio-content-2 .icon .box {
	background-color: #fff;
	border-radius: .5rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 5.8rem;
	height: 5.8rem;
	box-shadow: 0 18px 32px 0 rgb(242 106 63 / 34%);
	transition: .3s all;
}

#portfolio-content-2 .icon .box svg {
	width: 100%;
	max-width: 3.4rem;
	max-height: 4.2rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	fill: #F26A3F;
}

.bullets {
	margin-top: 4rem;
	text-align: center;
}

.bullets .swiper-pagination-bullet {
	background: transparent;
	opacity: 1;
	border: 1px solid #000;
	margin: 0 6px;
	transition: 0.3s all;
	width: 1.2rem;
	height: 1.2rem;
}

.bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #5236fa;
	background: #5236fa;
	width: 4.5rem;
	border-radius: 1rem;
}

@-webkit-keyframes bobHero {
	0% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
}

@keyframes bobHero {
	0% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
}

.hero .viewers {
	position: absolute;
	top: 18%;
	left: 3%;
	-webkit-animation: bobHero 3s alternate linear infinite;
	animation: bobHero 3s alternate linear infinite;
}

.hero .viewers img {
	max-height: 25vh;
}

.hero .graph {
	position: absolute;
	bottom: 9%;
	right: 8%;
	-webkit-animation: bobHero 3s 1.5s alternate linear infinite;
	animation: bobHero 3s 1.5s alternate linear infinite;
}

.hero .graph img {
	max-height: 20vh;
}

@media (max-width: 1024px) {
	.hero .graph,
	.hero .viewers {
		display: none;
	}
}

.hero img {
	max-width: 100%;
}

.hero .hero-swiper .absolute {
	position: absolute;
}

.hero .hero-swiper .image img {
	max-width: 100%;
}

.hero .z-10 {
	z-index: 10;
}

.hero .z-20 {
	z-index: 20;
}

.hero .z-30 {
	z-index: 30;
}

.hero .hero-swiper {
	width: 100%;
	overflow: visible;
}

@media (max-width: 79.99em) {
	.hero .hero-swiper .swiper-slide {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.hero .hero-swiper .swiper-slide .main-image .ds-chars img:nth-child(2) {
		right: -20%;
		width: 50%;
	}
}

.hero .hero-swiper .bullets {
	margin-top: 0px;
	position: absolute;
	top: 50%;
	right: 15px;
	left: auto;
	bottom: auto;
	display: -webkit-inline-flex;
	display: inline-flex;
	width: auto;
	z-index: 2;
}

@media (min-width: 640px) {
	.hero .hero-swiper .bullets {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.hero .hero-swiper .bullets .swiper-pagination-bullet {
	border-color: #cecece;
	background: #cecece;
}

@media (min-width: 640px) {
	.hero .hero-swiper .bullets .swiper-pagination-bullet {
		margin: 4px 0;
	}
}

.hero .hero-swiper .bullets .swiper-pagination-bullet:focus,
.hero .hero-swiper .bullets .swiper-pagination-bullet:focus-visible {
	outline: none;
}

.hero .hero-swiper .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #f26a3f;
	background: #f26a3f;
}

@media (min-width: 640px) {
	.hero .hero-swiper .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		height: 45px;
		width: 12px;
	}
}

@media (max-width: 39.99em) {
	.hero .hero-swiper .bullets {
		bottom: 15px;
		top: auto;
	}
}

.hero .main-image {
	display: block;
	position: relative;
	width: 100%;
	width: 100%;
	max-width: 1094px;
	margin: 9vh auto 0;
}

@media (min-width: 1280px) {
	.hero .main-image {
		width: min(1094px, 57vw);
	}
}

.hero .main-image .rp-logo {
	height: 37%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-51%, -78%);
	transform: translate(-51%, -78%);
}

.hero .main-image .rp-people {
	width: 65%;
	max-width: 648px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-53%, -74%);
	transform: translate(-53%, -74%);
}

@media (min-width: 1024px) {
	.hero .main-image .rp-people {
		width: min(648px, 34vw);
	}
}

.hero .main-image .dr-logo {
	height: 37%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-51%, -57%);
	transform: translate(-51%, -57%);
}

.hero .main-image .dr-bots {
	width: 66%;
	max-width: 724px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -71%);
	transform: translate(-50%, -71%);
}

@media (min-width: 1024px) {
	.hero .main-image .dr-bots {
		width: min(724px, 38vw);
	}
}

.hero .main-image .ds-chars {
	width: 50%;
	max-width: 557px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-63%, -68%);
	transform: translate(-63%, -68%);
}

@media (min-width: 1024px) {
	.hero .main-image .ds-chars {
		width: 45%;
	}
}

@media (min-width: 1536px) {
	.hero .main-image .ds-chars {
		width: min(557px, 51vw);
	}
}

.hero .main-image .ds-chars .image:first-child {
	position: relative;
	z-index: 30;
}

.hero .main-image .ds-chars .image:nth-child(2) {
	position: absolute;
	z-index: 20;
	top: -13%;
	right: 0;
}

.hero .main-image .ds-chars .image:nth-child(3) {
	position: absolute;
	z-index: 10;
	top: -13%;
	left: 11%;
}

@media (max-width: 39.99em) {
	.hero .main-image .ds-chars .image img {
		max-height: 184px;
	}
}

.hero .main-image .ds-logo {
	height: 52%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -66%);
	transform: translate(-50%, -66%);
}

.hero .main-image .itb-logo {
	height: 37%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-51%, -57%);
	transform: translate(-51%, -57%);
}

.hero .main-image .itb-ships {
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}

.hero .main-image .itb-ships .image:first-child {
	position: absolute;
	z-index: 30;
	top: 27%;
	left: 6%;
	width: 60%;
}

.hero .main-image .itb-ships .image:first-child img {
	-webkit-animation: bobHero 3s alternate linear infinite;
	animation: bobHero 3s alternate linear infinite;
}

.hero .main-image .itb-ships .image:nth-child(2) {
	position: absolute;
	z-index: 20;
	top: 2%;
	right: 19%;
	width: 44%;
}

.hero .main-image .itb-ships .image:nth-child(2) img {
	-webkit-animation: bobHero 3s 3s alternate linear infinite;
	animation: bobHero 3s 3s alternate linear infinite;
}

.hero .main-image .ret-logo {
	height: 37%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-51%, -57%);
	transform: translate(-51%, -57%);
}

.hero .main-image .ret-truck {
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero .main-image .ret-truck .image {
	position: absolute;
	z-index: 10;
	bottom: 32%;
	left: 7%;
	width: 14.3%;
}

.hero .main-image .raven-logo {
	height: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero .main-image .raven-logo img {
	max-height: 19.7rem;
}

.hero .main-image .raven-wolf {
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero .main-image .raven-wolf .image {
	position: absolute;
	z-index: 10;
	bottom: 12%;
	left: 15.5%;
	width: 64%;
}

.hero .main-image .raven-wolf .image img {
	-webkit-animation: bobHero 3s alternate linear infinite;
	animation: bobHero 3s alternate linear infinite;
}

.hero .swiper-slide-active .ds-chars img,
.hero .swiper-slide-active .rp-people img,
.hero .swiper-slide-active .dr-bots img {
	-webkit-animation: bobHero 3s alternate linear infinite;
	animation: bobHero 3s alternate linear infinite;
}

#lottie-grid {
	overflow: visible;
}

#lottie-grid .lottie-graphic {
	height: 100%;
	min-height: 50vh;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 1px 20px 46px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 20px 46px 0px rgba(0,0,0,0.05);
	box-shadow: 1px 20px 46px 0px rgba(0,0,0,0.05);
}

#lottie-grid img {
	-webkit-box-shadow: 1px 20px 46px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 20px 46px 0px rgba(0,0,0,0.05);
	box-shadow: 1px 20px 46px 0px rgba(0,0,0,0.05);
}

.cards-carousel {
  overflow: visible;
  counter-reset: cards;
}
.cards-carousel .swiper-container {
  overflow: visible;
}
.cards-carousel .sandwich {
  position: relative;
  height: 162px;
  width: 176px;
}
.cards-carousel .sandwich img {
  position: absolute;
  transition: 0.3s all;
}
.cards-carousel .sandwich img.icon {
  top: 24%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.cards-carousel .sandwich img.icon:not(.w-auto) {
  width: 52px;
}
.cards-carousel .sandwich img.icon.shadow {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  opacity: 0;
}
.cards-carousel .sandwich img.square {
  width: 128%;
  max-width: none;
  top: -4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}
.cards-carousel .sandwich img.line-1 {
  width: 100%;
  top: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.cards-carousel .sandwich img.line-2 {
  width: 100%;
  top: 14%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  opacity: 0.6;
}
.cards-carousel .sandwich img.line-3 {
  width: 100%;
  top: 22%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  opacity: 0.2;
}
.cards-carousel .card {
  position: relative;
  height: auto;
  counter-increment: cards;
  border: none;
  padding: 2rem 0.5rem;
}
.cards-carousel .card:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-shadow: 0px 4px 62px 0px rgba(0, 0, 0, 0.06);
  transition: 0.3s all;
}
.cards-carousel .card .inner {
  padding: 0 6% 3rem;
  position: relative;
  z-index: 10;
}
.cards-carousel .card h4 {
  max-width: 80%;
  margin: 0 auto 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
}
.cards-carousel .card h4 span {
  position: relative;
}
.cards-carousel .card h4 span:before {
  content: counter(cards, decimal-leading-zero);
  right: 100%;
  -webkit-transform: translate(-3px, -20%);
          transform: translate(-3px, -20%);
  position: absolute;
  top: 0;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #f26a3f;
}
.cards-carousel .card .content {
  font-size: 1.6rem;
}
.cards-carousel .card small {
  display: block;
  margin-top: 1.5rem;
  font-size: 90%;
}
.cards-carousel .card strong {
  font-weight: 600;
}
@media (min-width: 64.0625em) {
  .cards-carousel .card:hover:before {
    height: calc(100% + 6rem);
  }
}
.cards-carousel .card:hover .sandwich img.icon {
  top: 8%;
}
.cards-carousel .card:hover .sandwich img.icon.shadow {
  top: 20%;
  opacity: 0.4;
}
.cards-carousel .card:hover .sandwich img.square {
  top: -8%;
}
.cards-carousel .card:hover .sandwich img.line-1 {
  top: 8%;
}
.cards-carousel .card:hover .sandwich img.line-2 {
  top: 20%;
}
.cards-carousel .card:hover .sandwich img.line-3 {
  top: 32%;
}
.cards-carousel .bullets {
  text-align: center;
  margin-top: 4rem;
}
.cards-carousel .bullets .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  border: 1px solid #717171;
  margin: 0 6px;
  transition: 0.3s all;
  width: 1.2rem;
  height: 1.2rem;
}
.cards-carousel .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #5236fa;
  background: #5236fa;
  width: 4.5rem;
  border-radius: 1rem;
}

/* END GENVID BITS */

#portfolio-header .logo img {
  max-width: 55vw;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  #portfolio-header .container {
    max-width: 1380px;
  }
}
#portfolio-header h1 {
  text-transform: none;
  letter-spacing: none;
  font-weight: 300;
  font-size: 3.5rem;
}
@media (max-width: 41.6775em) {
  #portfolio-header h1 {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}

#portfolio-image-feature {
    overflow: visible;
}

#portfolio-image-feature > div {
    position: relative;
}

#portfolio-image-feature video {
    position: absolute;
	bottom: 0;
	width: 84.8%;
	z-index: 1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1440px) {
  #portfolio-image-feature .container {
    max-width: 1380px;
  }
}
#portfolio-image-feature .row > div {
  padding-top: max(8rem, 5vw);
  padding-bottom: 0;
}
#portfolio-image-feature img {
  max-width: 100%;
}

@media (min-width: 1440px) {
  #portfolio-introduction .container {
    max-width: 1380px;
  }
}
#portfolio-introduction h2 {
  text-transform: none;
  letter-spacing: none;
  font-weight: 300;
  line-height: 1.5;
}
#portfolio-introduction ul {
  list-style: none;
}
#portfolio-introduction ul li {
  font-size: 1.8rem;
  padding: 0.7rem 0;
}

#portfolio-content-1 .container {
  padding-top: max(8rem, 5vw);
  padding-bottom: max(6rem, 4vw);
}
@media (max-width: 64.0525em) {
  #portfolio-content-1 .container {
    width: 100%;
    padding: 15px;
  }
}
#portfolio-content-1 .mockup {
  max-width: 100%;
}
@media (min-width: 41.6875em) {
  #portfolio-content-1 .mockup img {
    -webkit-transform: translateX(-15.8%);
            transform: translateX(-15.8%);
  }
}
@media (max-width: 41.6775em) {
  #portfolio-content-1 .mockup img {
    width: 100%;
  }
}
#portfolio-content-1 p {
  font-size: 1.8rem;
}
#portfolio-content-1 p:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 75em) and (max-width: 119.99em) {
  #portfolio-content-1 .row > div:nth-child(2) {
    margin: 0 auto;
  }
}
#portfolio-content-1 .graphics img {
  max-width: 100%;
}

#portfolio-content-2 p {
  font-size: 1.8rem;
}
#portfolio-content-2 p:not(:first-child) {
  margin-top: 2rem;
}
#portfolio-content-2 .image-mockups img {
  max-height: 50vh;
  padding: 0 15px;
}

#portfolio-mockups {
  height: calc(100vh - 20px);
}
#portfolio-mockups .logo {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: max(32vw, 300px);
  z-index: 1;
}
#portfolio-mockups .logo img {
  width: 100%;
}
#portfolio-mockups .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#portfolio-mockups .bg .simpleParallax {
  height: 100%;
}
#portfolio-mockups .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#portfolio-content-center h3 {
  text-transform: none;
  letter-spacing: none;
  font-weight: 300;
  line-height: 1.5;
}
#portfolio-end h3 {
  text-transform: none;
  letter-spacing: none;
  font-weight: 300;
  line-height: 1.5;
}
#portfolio-end .container {
  position: relative;
  z-index: 1;
}
#portfolio-end img {
  max-width: 90%;
}

/* Nav Section */

@keyframes rightArrowStart {
	0% {
		transform: translateX(-50px);
	}
	100% {
		transform: translateX(42px);
	}
}
@keyframes rightArrowEnd {
	0% {
		transform: translateX(42px);
	}
	100% {
		transform: translateX(75px);
	}
}
@keyframes rightArrowStart2 {
	0% {
		transform: translateX(50px) rotate(180deg);
	}
	100% {
		transform: translateX(-42px) rotate(180deg);
	}
}
@keyframes rightArrowEnd2 {
	0% {
		transform: translateX(-42px) rotate(180deg);
	}
	100% {
		transform: translateX(-75px) rotate(180deg);
	}
}
@keyframes rightArrowLineStart {
	0% {
		stroke-dashoffset: 30px;
	}
	100% {
		stroke-dashoffset: 40px;
	}
}
@keyframes rightArrowLineEnd {
	0% {
		stroke-dashoffset: 40px;
	}
	100% {
		stroke-dashoffset: 50px;
	}
}
@keyframes portRightLineStart {
	0% {
		transform: translateY(-50%) translateX(-25px) scaleX(0);
	}
	100% {
		transform: translateY(-50%) translateX(0px) scaleX(1);
	}
}
@keyframes rightLineStart {
	0% {
		transform: translateY(-50%) translateX(-88px) scaleX(0);
	}
	100% {
		transform: translateY(-50%) translateX(0px) scaleX(1);
	}
}
@keyframes rightLineEnd {
	0% {
		transform: translateY(-50%) translateX(0px) scaleX(1);
	}
	100% {
		transform: translateY(-50%) translateX(28px) scaleX(0);
	}
}
@keyframes rightLineStart2 {
	0% {
		transform: translateY(-50%) translateX(88px) scaleX(0);
	}
	100% {
		transform: translateY(-50%) translateX(0px) scaleX(1);
	}
}
@keyframes rightLineEnd2 {
	0% {
		transform: translateY(-50%) translateX(0px) scaleX(1);
	}
	100% {
		transform: translateY(-50%) translateX(-28px) scaleX(0);
	}
}

#post-navigation .line {
	height: 2px;
	width: 45px;
	background-color: #fff;
	position: absolute;
	content: "";
	display: block;
	backface-visibility: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
	-webkit-transform-origin: right;
	transform: translateY(-50%) translateX(28px) scaleX(0);
	transform-origin: right;
}
#post-navigation a:first-child .line {
	left: -74px;
	animation: rightLineEnd2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
#post-navigation a:last-child .line {
	right: -74px;
	animation: rightLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
#post-navigation svg {
	position: absolute;
	backface-visibility: hidden;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 40px;
	display: block;
	transform: translateX(38px);
	-webkit-transform: translateX(38px) rotate(180deg);
	transform: translateX(38px) rotate(180deg);
}
#post-navigation .row a:first-child svg {
	animation: rightArrowEnd2 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
	right: auto;
	left: -43px;
}
#post-navigation .row a:last-child svg {
	animation: rightArrowEnd 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
	left: auto;
	right: -43px;
}
#post-navigation line {
	stroke-width: 2px;
	stroke-dasharray: 10px;
	stroke: #fff;
}
#post-navigation .row a:first-child:hover .line {
	-webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
	-webkit-transform-origin: right;
	transform: translateY(-50%) translateX(0px) scaleX(1);
	transform-origin: right;
	animation: rightLineStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
#post-navigation .row a:last-child:hover .line {
	-webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
	-webkit-transform-origin: left;
	transform: translateY(-50%) translateX(0px) scaleX(1);
	transform-origin: left;
	animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
#post-navigation .row a:first-child:hover .next-arrow {
	-webkit-transform: translateX(42px);
	transform: translateX(42px);
	animation: rightArrowStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
#post-navigation .row a:last-child:hover .next-arrow {
	animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
	-webkit-transform: translateX(42px);
	transform: translateX(42px);
}
#post-navigation .row a:hover line {
	animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s
		forwards;
	stroke-dashoffset: 30px;
}
#post-navigation .row a line {
	animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s
		forwards;
	stroke-dashoffset: 40px;
}