:root {
  --p1: #c3323a;
  --pf: Inter;
}
@-webkit-keyframes yk_animate_icon_bottom {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
}
@keyframes yk_animate_icon_bottom {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes yk_animation_block {
  0% {
    -webkit-transform: translateY(30px) translateZ(0) scaleY(1.1) skewY(2deg);
    transform: translateY(30px) translateZ(0) scaleY(1.1) skewY(2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    -webkit-transform: translateY(0) translateZ(0) scaleY(1) skewY(0);
    transform: translateY(0) translateZ(0) scaleY(1) skewY(0);
    opacity: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@keyframes yk_animation_block {
  0% {
    -webkit-transform: translateY(30px) translateZ(0) scaleY(1.1) skewY(2deg);
    transform: translateY(30px) translateZ(0) scaleY(1.1) skewY(2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    -webkit-transform: translateY(0) translateZ(0) scaleY(1) skewY(0);
    transform: translateY(0) translateZ(0) scaleY(1) skewY(0);
    opacity: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@-webkit-keyframes yk_bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes yk_bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.yk-custom-cursor .circle span,
.yk-display-1,
.yk-footer-copyright,
.yk-link-with-arrow,
.yk-navbar-contacts ul,
.yk-offcanvas-menu__copyright,
.yk-offcanvas-menu__locales a,
.yk-project-showcase
  .yk-project-showcase__items
  .yk-project-showcase__item__category,
.yk-testimonial-item__meta span {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.yk-fixed-socials,
.yk-offcanvas-menu__socials a {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.has-first-color {
  color: var(--p1);
}
.has-first-background-color {
  background-color: var(--p1);
}
.has-white-color {
  color: #fff !important;
}
.has-white-background-color {
  background-color: #fff;
}
.has-gray-color {
  color: #999 !important;
}
.has-gray-background-color {
  background-color: #999;
}
.yk-large-heading {
  font-size: 5rem;
}
@media only screen and (max-width: 575px) {
  .yk-large-heading {
    font-size: 3.625rem;
  }
}
.yk-gap-5 {
  height: 0.3125rem;
}
@media only screen and (max-width: 767px) {
  .yk-gap-5--sm {
    height: 0.3125rem;
  }
}
@media only screen and (max-width: 991px) {
  .yk-gap-5--md {
    height: 0.3125rem;
  }
}
.yk-gap-10 {
  height: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .yk-gap-10--sm {
    height: 0.625rem;
  }
}
@media only screen and (max-width: 991px) {
  .yk-gap-10--md {
    height: 0.625rem;
  }
}
.yk-gap-20 {
  height: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .yk-gap-20--sm {
    height: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .yk-gap-20--md {
    height: 1.25rem;
  }
}
.yk-gap-30 {
  height: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .yk-gap-30--sm {
    height: 1.875rem;
  }
}
@media only screen and (max-width: 991px) {
  .yk-gap-30--md {
    height: 1.875rem;
  }
}
.yk-gap-40 {
  height: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .yk-gap-40--sm {
    height: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .yk-gap-40--md {
    height: 2.5rem;
  }
}
.yk-gap-50 {
  height: 3.125rem;
}
@media only screen and (max-width: 767px) {
  .yk-gap-50--sm {
    height: 3.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .yk-gap-50--md {
    height: 3.125rem;
  }
}
.yk-gap-70 {
  height: 4.375rem;
}
@media only screen and (max-width: 767px) {
  .yk-gap-70--sm {
    height: 4.375rem;
  }
}
@media only screen and (max-width: 991px) {
  .yk-gap-70--md {
    height: 4.375rem;
  }
}
.yk-gap-100 {
  height: 6.25rem;
}
@media only screen and (max-width: 767px) {
  .yk-gap-100--sm {
    height: 6.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .yk-gap-100--md {
    height: 6.25rem;
  }
}
.yk-fade-in-left,
.yk-fade-in-left--small {
  -webkit-transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.yk-fade-in-left--small {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
.active .yk-fade-in-left,
.active .yk-fade-in-left--small {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.yk-fade-in-right,
.yk-fade-in-right--small {
  -webkit-transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.yk-fade-in-right--small {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.active .yk-fade-in-right,
.active .yk-fade-in-right--small {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.yk-fade-in-top,
.yk-fade-in-top--small {
  -webkit-transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.yk-fade-in-top--small {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.active .yk-fade-in-top,
.active .yk-fade-in-top--small {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.yk-fade-in-bottom,
.yk-fade-in-bottom--small {
  -webkit-transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.yk-fade-in-bottom--small {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.active .yk-fade-in-bottom,
.active .yk-fade-in-bottom--small {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.message.success {
  color: var(--success);
}
.message.danger {
  color: var(--danger);
}
.center-mode {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
html {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: var(--pf);
  font-size: 1rem;
  line-height: 1.7;
  min-width: 20rem;
  margin: 0;
  padding: 0;
  color: #5c5c5c;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1.875rem;
}
p:empty {
  display: none;
}
p:last-of-type {
  margin-bottom: 0;
}
strong {
  font-weight: 600;
}
mark {
  background-color: var(--p1);
}
a {
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  text-decoration: none;
  color: inherit;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: var(--p1);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  letter-spacing: -0.02em;
  color: #101010;
}
.h1,
h1 {
  font-size: 3.625rem;
  line-height: 1.15;
}
@media only screen and (max-width: 575px) {
  .h1,
  h1 {
    font-size: 2.375rem;
  }
}
.h2,
h2 {
  font-size: 3rem;
  line-height: 1.4;
}
.h3,
h3 {
  font-size: 2.375rem;
  line-height: 1.4;
}
.h4,
h4 {
  font-size: 2rem;
  line-height: 1.4;
}
.h5,
h5 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.h6,
h6 {
  font-size: 1.375rem;
  line-height: 1.55;
}
form {
  max-width: 100%;
}
label {
  display: block;
  margin-bottom: 0.3125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #101010;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.75rem 1rem;
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  color: #fff;
  border: none;
  border-radius: 4px;
  outline: 0;
  background-color: #222;
  -webkit-box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1),
    inset 0 -2px 0 0 rgba(16, 16, 16, 0.2);
  box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1),
    inset 0 -2px 0 0 rgba(16, 16, 16, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  color: #999;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23999999' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px bottom 50%;
  background-size: 18px 18px;
}
textarea {
  width: 100%;
  max-width: 100%;
}
button:focus,
input[type="submit"]:focus {
  outline: 0;
}
input[type="date"].placeholder,
input[type="email"].placeholder,
input[type="number"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="text"].placeholder,
input[type="url"].placeholder,
select.placeholder,
textarea.placeholder {
  opacity: 1;
  color: #999;
}
input[type="date"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}
input[type="date"]:focus.placeholder,
input[type="email"]:focus.placeholder,
input[type="number"]:focus.placeholder,
input[type="password"]:focus.placeholder,
input[type="search"]:focus.placeholder,
input[type="tel"]:focus.placeholder,
input[type="text"]:focus.placeholder,
input[type="url"]:focus.placeholder,
select:focus.placeholder,
textarea:focus.placeholder {
  opacity: 0;
}
input[type="date"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}
input[type="date"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
input[type="date"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input[type="date"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.yk-form-group {
  position: relative;
  display: block;
  margin-bottom: 1.875rem;
}
.yk-form-group label.error {
  font-size: 0.8125rem;
  margin: 0.3125rem 0 0;
  color: var(--danger);
}
.yk-form-row {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
.yk-form-row.two-col {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .yk-form-row.two-col {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.yk-form-row.three-col {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .yk-form-row.three-col {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.yk-main {
  position: relative;
  overflow: hidden;
}
.yk-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  color: #101010;
}
.is-light .yk-header {
  color: #fff;
}
.yk-navbar {
  position: relative;
  z-index: 50;
}
.yk-navbar .yk-navbar-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem;
  -webkit-transition: padding 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: padding 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .yk-navbar .yk-navbar-inner {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .yk-navbar .yk-navbar-inner {
    padding: 2.5rem 3.75rem;
  }
}
.yk-navbar .yk-navbar-inner--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.yk-navbar .yk-navbar-background {
  position: absolute;
  z-index: -1;
  top: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  background-color: #101010;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.is-dark .yk-navbar .yk-navbar-background {
  background-color: #fff;
}
.yk-navbar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.yk-navbar--solid .yk-navbar-inner {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.yk-navbar--solid .yk-navbar-background {
  height: 100%;
}
.yk-navbar .yk-navbar-logo {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}
.yk-navbar .yk-navbar-logo h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
  color: inherit;
}
.yk-navbar .yk-navbar-logo span {
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.is-light .yk-navbar .yk-navbar-logo .black {
  display: none;
  color: #000;
}
.is-dark .yk-navbar .yk-navbar-logo .white {
  display: none;
}
.yk-navbar .yk-navbar-logo:hover {
  text-decoration: none;
  color: currentColor;
}
.yk-navbar-contacts {
  margin-left: 10%;
}
.yk-navbar-contacts ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.yk-navbar-contacts ul li.sep {
  margin: 0 0.9375rem;
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  opacity: 0.5;
}
.yk-navbar-contacts ul li a:hover {
  opacity: 0.8;
  color: inherit;
}
@media (min-width: 783px) {
  .admin-bar .yk-navbar--fixed {
    top: 32px !important;
  }
}
@media (max-width: 782px) {
  .admin-bar .yk-navbar--fixed {
    top: 46px !important;
  }
}
@media (max-width: 600px) {
  .admin-bar .yk-navbar--fixed {
    top: 0 !important;
  }
}
.yk-menu-burger {
  font-size: 1.75rem;
  line-height: 0;
}
.yk-menu-burger svg {
  width: 1em;
  height: 1em;
}
.yk-menu-burger:hover {
  color: inherit;
}
.yk-menu-burger--opened:hover i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.yk-offcanvas-menu {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2.5rem 4.375rem 3.75rem;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background-color: #101010;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .yk-offcanvas-menu {
    width: 34.375rem;
  }
}
@media only screen and (max-width: 575px) {
  .yk-offcanvas-menu {
    padding: 2.5rem 2.5rem 3.75rem;
  }
}
.yk-offcanvas-menu__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 6.25rem;
  color: #ccc;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .yk-offcanvas-menu__header {
    padding-bottom: 3.125rem;
  }
}
@media (max-height: 559px) {
  .yk-offcanvas-menu__header {
    padding-bottom: 3.125rem;
  }
}
.yk-offcanvas-menu__header .yk-menu-burger:hover {
  color: #fff;
}
.yk-offcanvas-menu__locales a {
  display: inline-block;
}
.yk-offcanvas-menu__locales a + a {
  margin-left: 1.25rem;
}
.yk-offcanvas-menu__locales a.active,
.yk-offcanvas-menu__locales a:hover {
  color: var(--p1);
}
.yk-offcanvas-menu__navigation {
  overflow-y: auto;
  height: 100%;
}
.yk-offcanvas-menu__navigation .sf-menu {
  overflow: hidden;
}
.yk-offcanvas-menu__navigation .sf-menu li {
  display: block;
  float: none;
}
.yk-offcanvas-menu__navigation .sf-menu a {
  display: inline-block;
}
.yk-offcanvas-menu__navigation .sf-menu > li {
  padding: 0.625rem 0;
}
.yk-offcanvas-menu__navigation .sf-menu > li > a {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 0.3125rem 0;
  letter-spacing: -0.02em;
  color: #ccc;
}
@media only screen and (max-width: 575px) {
  .yk-offcanvas-menu__navigation .sf-menu > li > a {
    font-size: 1.75rem;
  }
}
.yk-offcanvas-menu__navigation .sf-menu > li > a::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "/";
  -webkit-transition: -webkit-transform 0.3s
    cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  transform: translate(-15px, 0);
  opacity: 0;
}
.yk-offcanvas-menu__navigation .sf-menu > li:last-child {
  padding-bottom: 0;
}
.yk-offcanvas-menu__navigation .sf-menu > li:first-child {
  padding-top: 0;
}
.yk-offcanvas-menu__navigation .sf-menu > li.active > a,
.yk-offcanvas-menu__navigation .sf-menu > li:hover > a {
  color: var(--p1);
}
.yk-offcanvas-menu__navigation .sf-menu > li.active > a {
  padding-left: 1.25rem;
}
.yk-offcanvas-menu__navigation .sf-menu > li.active > a::before {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.yk-offcanvas-menu__footer {
  padding-top: 6.25rem;
}
@media only screen and (max-width: 575px) {
  .yk-offcanvas-menu__footer {
    padding-top: 3.125rem;
  }
}
.yk-offcanvas-menu__footer > div {
  opacity: 0;
}
.yk-offcanvas-menu__socials {
  margin-bottom: 3.125rem;
  color: #ccc;
}
@media (max-height: 559px) {
  .yk-offcanvas-menu__socials {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .yk-offcanvas-menu__socials {
    display: none;
  }
}
.yk-offcanvas-menu__socials a:hover {
  color: #fff;
}
.yk-offcanvas-menu__socials a + a {
  margin-left: 1.25rem;
}
.yk-offcanvas-menu__copyright {
  color: #ccc;
}
.yk-offcanvas-menu__copyright p {
  margin-bottom: 0;
}
@media (max-height: 559px) {
  .yk-offcanvas-menu__copyright {
    display: none;
  }
}
@media (min-width: 783px) {
  .admin-bar .yk-aside-menu-wrapper {
    top: 32px !important;
  }
}
@media (max-width: 782px) {
  .admin-bar .yk-aside-menu-wrapper {
    top: 46px !important;
  }
}
@media (max-width: 600px) {
  .admin-bar .yk-aside-menu-wrapper {
    top: 0 !important;
  }
}
.yk-site-overlay {
  position: fixed;
  z-index: 35;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(16, 16, 16, 0.15);
}
.yk-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0.9375rem 0.9375rem;
  pointer-events: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .yk-footer {
    padding: 0 1.875rem 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .yk-footer {
    padding: 0 3.75rem 2.5rem;
  }
}
.yk-footer--fixed {
  position: fixed;
  z-index: 20;
}
@media (max-height: 559px) {
  .yk-footer--fixed {
    display: none;
  }
}
.yk-footer-copyright {
  pointer-events: auto;
  color: #101010;
}
.is-light .yk-footer-copyright {
  color: #fff;
}
.yk-footer-copyright p {
  margin-bottom: 0;
}
.yk-fullpage-slider {
  height: 100vh;
}
.yk-fullpage-slider .yk-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.yk-fullpage-slider .yk-section__vertical-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.yk-fullpage-slider .yk-section__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.yk-fullpage-slider .yk-section .yk-section__ken-burn-background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.yk-fullpage-slider .yk-section .yk-section__ken-burn-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 2.5s
    cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}
.yk-fullpage-slider .yk-section.active .yk-section__ken-burn-background img {
  -webkit-transition: -webkit-transform 5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.yk-fullpage-slider .yk-section__particles {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.yk-fullpage-slider .yk-section__particles .yk-particle {
  position: absolute;
  background-repeat: no-repeat;
}
.yk-fullpage-slider-progress-bar {
  position: fixed;
  z-index: 25;
  top: 50%;
  left: 60px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-transition: opacity 0.3s 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .yk-fullpage-slider-progress-bar {
    display: none;
  }
}
.yk-fullpage-slider-progress-bar.is-show {
  opacity: 1;
}
.yk-fullpage-slider-progress-bar li {
  position: relative;
  width: 2px;
  height: 20px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  background-color: rgba(16, 16, 16, 0.1);
}
.is-light .yk-fullpage-slider-progress-bar li {
  background-color: rgba(255, 255, 255, 0.1);
}
.yk-fullpage-slider-progress-bar li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 20px;
  content: "";
  -webkit-transition: height 0s,
    background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: height 0s,
    background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  background-color: #101010;
}
.is-light .yk-fullpage-slider-progress-bar li::before {
  background-color: #fff;
}
.yk-fullpage-slider-progress-bar li.active ~ li::before {
  height: 0;
}
.yk-fullpage-slider-progress-bar li.active::before,
.yk-fullpage-slider-progress-bar li:not(.prev)::before {
  -webkit-transition: height 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: height 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.yk-fullpage-slider-numbers {
  font-size: 1.25rem;
  font-weight: 700;
  position: fixed;
  z-index: 25;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 6.25rem;
  height: 6.25rem;
  letter-spacing: -0.01em;
  color: #fff;
  border-top-left-radius: 8px;
  background-color: #101010;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.yk-fullpage-slider-numbers a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.5rem;
  color: inherit;
}
.yk-fullpage-slider-numbers a svg {
  width: 1em;
  height: 1em;
}
.yk-fullpage-slider-numbers a:hover svg {
  -webkit-animation: yk_animate_icon_bottom 0.3s
    cubic-bezier(0.46, 0.03, 0.52, 0.96);
  animation: yk_animate_icon_bottom 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.yk-custom-cursor {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-transition: opacity 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.5s;
  transition: opacity 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.5s;
  pointer-events: none;
  color: #222;
}
.yk-custom-cursor .circle {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  opacity: 0.1;
  border-radius: 50%;
  background-color: currentColor;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.yk-custom-cursor .circle span {
  color: #fff;
}
.yk-custom-cursor .circle span i {
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: #222;
}
::-webkit-scrollbar-thumb {
  background-color: var(--p1);
}
.yk-fixed-socials {
  position: fixed;
  z-index: 20;
  right: 60px;
  bottom: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-90deg) translate3d(50%, 0, 0);
  transform: rotate(-90deg) translate3d(50%, 0, 0);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  color: #101010;
}
@media only screen and (max-width: 991px) {
  .yk-fixed-socials {
    display: none;
  }
}
.is-light .yk-fixed-socials {
  color: #fff;
}
.yk-fixed-socials a + a {
  margin-left: 1.25rem;
}
.yk-fixed-socials a:hover {
  opacity: 0.8;
  color: inherit;
}
.yk-link-with-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--p1);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.yk-link-with-arrow__icon {
  margin-top: -2px;
  margin-left: 1.25rem;
  -webkit-transition: margin 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: margin 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.yk-link-with-arrow:hover .yk-link-with-arrow__icon {
  margin-left: 0.625rem;
}
.animsition-loading-2 {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spinner {
  position: absolute;
  z-index: 2;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
}
.double-bounce-one,
.double-bounce-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: yk_bounce 2s infinite ease-in-out;
  animation: yk_bounce 2s infinite ease-in-out;
  opacity: 0.6;
  border-radius: 50%;
  background-color: var(--p1);
}
.double-bounce-two {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.fancybox-bg,
.vp-fancybox .fancybox-bg {
  background-color: #101010;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}
.fancybox-loading {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--p1);
}
body .pp-scrollable {
  overflow-y: auto;
}
.yk-animated-block.animated {
  -webkit-animation-name: yk_animation_block;
  animation-name: yk_animation_block;
  -webkit-animation-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  animation-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.yk-award-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.yk-award-item__logo {
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  padding: 0.5rem;
  margin-right: 1.875rem;
  -webkit-transition: -webkit-box-shadow 0.3s
    cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: box-shadow 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: box-shadow 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-box-shadow 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(16, 16, 16, 0.1);
  box-shadow: 0 2px 5px 0 rgba(16, 16, 16, 0.1);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.yk-award-item__logoWebbyawards {
  background-color: #191919;
}
.yk-award-item__logoAwwwards {
  background-color: #d34747;
}
.yk-award-item__logo svg {
  width: 100%;
  height: 100%;
}
.yk-award-item__content {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.yk-post-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}
.yk-post-thumbnail__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yk-post-thumbnail img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.yk-post-thumbnail .badge {
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.8125rem;
  height: 2.8125rem;
  color: #fff;
  border-radius: 0;
  border-bottom-left-radius: 8px;
  background-color: #101010;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.yk-post-thumbnail .badge svg {
  width: 1em;
  height: 1em;
}
.yk-post-thumbnail + .yk-post-content {
  padding-top: 1.875rem;
}
.yk-post-title {
  font-size: 1.5rem;
  line-height: 1.4;
}
.yk-post-meta {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  color: rgba(16, 16, 16, 0.8);
}
.yk-post-meta span + span::before {
  margin-right: 0.3125rem;
  margin-left: 0.5rem;
  content: "/";
}
.yk-post-footer {
  padding-top: 1.25rem;
}
.yk-post-footer .yk-post__link {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.yk-post:hover .yk-post__link {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.yk-post:hover .yk-post-thumbnail img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.yk-btn {
  font-weight: 600;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  padding: 0.75rem 1.1875rem;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: -0.01em;
  border: none;
  border-radius: 4px;
  outline: 0;
  -webkit-box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1),
    inset 0 -2px 0 0 rgba(16, 16, 16, 0.2);
  box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1),
    inset 0 -2px 0 0 rgba(16, 16, 16, 0.2);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.yk-btn.disabled,
.yk-btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.yk-btn--block {
  width: 100%;
}
.yk-btn__icon {
  text-decoration: inherit;
}
.yk-btn__icon i,
.yk-btn__icon svg {
  display: block;
}
.yk-btn__icon svg {
  width: 1em;
  height: 1em;
}
.yk-btn__icon--left {
  margin-right: 0.625rem;
}
.yk-btn__icon--right {
  margin-left: 0.625rem;
}
.yk-btn__text {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.yk-btn:focus {
  outline: 0;
}
.yk-btn:hover {
  text-decoration: none;
}
.yk-btn--primary {
  color: #fff;
  background-color: var(--p1);
}
.yk-btn--primary:hover {
  color: #fff;
  background-color: #222;
}
.yk-btn--secondary {
  color: #fff;
  background-color: #222;
}
.yk-btn--secondary:hover {
  color: #fff;
  background-color: var(--p1);
}
.yk-contact-form .message {
  font-size: 0.875rem;
  display: none;
  margin-bottom: 1.875rem;
}
.yk-counter-up {
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--p1);
}
.yk-counter-up sup {
  font-size: 33.33%;
  vertical-align: super;
}
.yk-counter-up-small {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.9375rem 1.875rem 0.9375rem 1.25rem;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0.1);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.yk-counter-up-small i,
.yk-counter-up-small span {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  min-width: 3.25rem;
}
.yk-counter-up-small i {
  font-size: 2rem;
  font-style: normal;
  min-width: unset;
  margin-inline: 0.125rem 0.25rem;
}
.yk-counter-up-small h6 {
  margin-left: 0.9375rem;
  color: #fff;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.yk-link {
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  letter-spacing: -0.01em;
  color: #101010;
}
.yk-link::before {
  display: inline-block;
  width: 3.125rem;
  height: 2px;
  margin-top: -0.125rem;
  margin-right: 1.25rem;
  content: "";
  -webkit-transition: width 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: width 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  vertical-align: middle;
  background-color: currentColor;
}
.yk-link:hover::before {
  width: 2.5rem;
}
.yk-partner-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.yk-partner-logo a,
.yk-partner-logo img {
  display: block;
  width: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.yk-partner-logo img {
  -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  opacity: 0.5;
}
.yk-partner-logo:hover img {
  opacity: 1;
}
.yk-progress-bar__title {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}
.yk-progress-bar__title > span::before {
  content: " - ";
}
.yk-progress-bar__title > span::after {
  content: "%";
}
.yk-progress-bar__bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 4px;
  background-color: rgba(16, 16, 16, 0.1);
}
.yk-progress-bar__bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--p1);
}
.yk-project-showcase {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 30vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.yk-project-showcase .yk-project-showcase__items {
  position: relative;
  z-index: 2;
  padding: 0 8vw;
  white-space: nowrap;
  will-change: transform;
}
.yk-project-showcase .yk-project-showcase__items .yk-project-showcase__item {
  position: relative;
  display: inline-block;
}
.yk-project-showcase
  .yk-project-showcase__items
  .yk-project-showcase__item__title {
  font-size: 5rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}
.yk-project-showcase
  .yk-project-showcase__items
  .yk-project-showcase__item__title
  a:hover {
  color: inherit;
}
.yk-project-showcase
  .yk-project-showcase__items
  .yk-project-showcase__item__category {
  display: block;
  margin-top: 0.625rem;
  color: #fff;
}
.yk-project-showcase
  .yk-project-showcase__items
  .yk-project-showcase__item__category::before {
  margin-right: 0.375rem;
  content: "/";
}
.yk-project-showcase .yk-project-showcase__items li + li {
  margin-left: 14vw;
}
.yk-project-showcase .yk-project-showcase__images {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  overflow: hidden;
  width: 30vw;
  height: 30vw;
  margin: 0 5.3125rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  pointer-events: none;
  border-radius: 50%;
}
.yk-project-showcase .yk-project-showcase__images .yk-project-showcase__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yk-project-showcase
  .yk-project-showcase__images
  .yk-project-showcase__image
  img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.yk-project-showcase
  .yk-project-showcase__images
  .yk-project-showcase__image.is-active
  img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.yk-project-showcase .yk-project-showcase__item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  opacity: 0.05;
}
.yk-project-showcase .yk-project-showcase__item.is-active {
  opacity: 1;
}
.yk-project-showcase-slider {
  width: 100%;
}
.yk-work-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}
.yk-work-thumbnail__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yk-work-thumbnail img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.yk-work-thumbnail + .yk-work-content {
  padding-top: 1.875rem;
}
.yk-work-title {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
}
.yk-work-meta {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  color: rgba(255, 255, 255, 0.8);
}
.yk-work-meta span + span::before {
  margin-right: 0.3125rem;
  margin-left: 0.5rem;
  content: "/";
}
.yk-work-footer {
  padding-top: 1.25rem;
}
.yk-work-footer .yk-work__link {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.yk-work:hover .yk-work__link {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (max-width: 991px) {
  .yk-work .yk-work__link {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.yk-work:hover .yk-work-thumbnail img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.yk-services {
  overflow: hidden;
}
.yk-services__title {
  margin-bottom: 0.9375rem;
}
.yk-services__text {
  margin-bottom: 0;
}
.yk-services__link {
  margin-top: 1.25rem;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.yk-services:hover .yk-services__link {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.yk-slide-photo {
  position: relative;
  z-index: 1;
}
.yk-slide-photo__inside {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}
.yk-slide-photo__caption {
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 0.3125rem;
  color: #999;
}
.yk-slide-photo__particle {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  width: auto;
}
.yk-slide-photo__particle img {
  display: block;
  margin: 0 auto;
}
.yk-slide-photo__particle.has-border-radius {
  border-radius: 8px;
}
.yk-slide-photo__particle.has-box-shadow {
  -webkit-box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
  box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
}
.yk-slide-photo__particle.negative-z-index {
  z-index: -1;
}
.yk-testimonial-slider .swiper-slide:not(.swiper-slide-active) {
  -webkit-transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.yk-testimonial-slider-controls,
.yk-timeline-slider-controls {
  font-size: 1.25rem;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: -0.01em;
  color: #999;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.yk-testimonial-slider-controls .pagination,
.yk-timeline-slider-controls .pagination {
  min-width: 3.75rem;
  margin: 0 0.9375rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.yk-testimonial-slider-controls .pagination .sep,
.yk-timeline-slider-controls .pagination .sep {
  margin: 0 0.5rem;
}
.yk-testimonial-slider-controls .next,
.yk-testimonial-slider-controls .prev,
.yk-timeline-slider-controls .next,
.yk-timeline-slider-controls .prev {
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  outline: 0;
}
.yk-testimonial-slider-controls .next:hover,
.yk-testimonial-slider-controls .prev:hover,
.yk-timeline-slider-controls .next:hover,
.yk-timeline-slider-controls .prev:hover {
  color: #fff;
}
.yk-testimonial-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.1875rem 5rem 2.1875rem 2.5rem;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
  box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
}
@media only screen and (max-width: 767px) {
  .yk-testimonial-item {
    padding-right: 2.5rem;
  }
}
.yk-testimonial-item::after {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  width: 3.125rem;
  height: 3.125rem;
  content: "";
  opacity: 0.2;
  background-image: url(../img/root/quote.svg);
  background-position: center;
  background-size: cover;
}
.yk-testimonial-item__avatar {
  margin-right: 2.5rem;
}
.yk-testimonial-item__avatar img {
  max-width: 7.5rem;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .yk-testimonial-item__avatar {
    display: none;
  }
}
.yk-testimonial-item__content {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.yk-testimonial-item__content p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.yk-testimonial-item__meta {
  margin-top: 1.875rem;
}
.yk-testimonial-item__meta h6 {
  font-size: 1.25rem;
  line-height: 1.5;
  color: inherit;
}
.yk-testimonial-item__meta span {
  opacity: 0.8;
}
.yk-timeline-slider .swiper-slide:not(.swiper-slide-active) {
  -webkit-transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  opacity: 0;
}
.yk-timeline-item {
  padding-bottom: 1.875rem;
}
.yk-timeline-item + .yk-timeline-item {
  padding-top: 1.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.yk-timeline-item__year {
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  letter-spacing: -0.02em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .yk-timeline-item__year {
    margin-bottom: 0.625rem;
  }
}
.yk-timeline-item__year span {
  font-size: 1rem;
  color: #999;
  font-weight: 500;
}
.yk-timeline-item__title {
  font-size: 1.375rem;
  color: #fff;
}
.yk-timeline-item__title span {
  font-size: 1rem;
  color: #999;
  font-weight: 400;
}

.yk-timeline-item__title span b {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .yk-timeline-item__title {
    margin-bottom: 0.9375rem;
  }
}
.yk-timeline-item__text {
  color: #999;
}
.yk-video-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.yk-video-button h6 {
  font-size: 1.125rem;
  margin-top: 0.9375rem;
  white-space: nowrap;
}
.yk-video-button a {
  font-size: 10px;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 3.75rem;
  height: 3.75rem;
  color: #fff;
  border-radius: 50%;
  outline: 0;
  background-color: #101010;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.yk-video-button a svg {
  font-size: 2.5em;
  position: relative;
  width: 1em;
  height: 1em;
  margin-left: 0.15em;
}
.yk-video-button a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: -webkit-transform 0.3s
    cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  opacity: 0.1;
  border-radius: 50%;
  background-color: #101010;
}
.yk-video-button a:hover {
  color: #fff;
}
.yk-video-button a:hover::after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .attachment-06 {
    display: none;
  }
}

@media (max-width: 991px) {
  .yk-fullpage-slider .yk-section__content {
    padding-bottom: 14rem;
  }
}
