*,
::after,
::before {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-text-size-adjust: 100%;
}

[hidden] {
  display: none !important;
}

a,
address,
body,
button,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
html,
i,
input,
legend,
li,
p,
strong,
textarea,
ul,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  font-size: 1em;
  font-style: normal;
  font-weight: inherit;
  font-family: inherit;
  text-align: inherit;
  color: inherit;
}

button,
fieldset,
img,
input,
textarea {
  border: none;
  background-color: transparent;
}

button::-moz-focus-inner {
  border: 0;
}

footer,
header,
main {
  display: block;
}

li {
  list-style: none;
}

html {
  height: 100%;
  background-color: #000;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body > svg {
  position: absolute;
}

svg,
symbol {
  overflow: visible;
  fill: currentColor;
}

button {
  overflow: visible;
  cursor: pointer;
}

button,
input,
textarea {
  line-height: inherit;
}

a[href^="mailto:"] {
  white-space: nowrap;
}

p {
  margin: 1em 0;
}

table {
  margin: 1.5em 0;
}

p:first-child,
table:first-child {
  margin-top: 0 !important;
}

p:last-child,
table:last-child {
  margin-bottom: 0 !important;
}

img,
video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cbcbcb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cbcbcb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cbcbcb;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-moz-selection {
  background-color: rgba(243, 84, 34, 0.99);
  color: #fff;
}

::selection {
  background-color: rgba(243, 84, 34, 0.99);
  color: #fff;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggexSg.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggexSg.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggexSg.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggexSg.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: visible;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide > div {
  height: 100%;
  display: flex;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-track {
  flex-direction: column;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

.body_hide {
  opacity: 0;
  transition: 0.5s all;
}

.body_visible {
  opacity: 1;
}

@keyframes ticker {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes singleHeartbeat {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.025);
  }

  20% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.025);
  }

  40% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.1);
  }

  40% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.document {
  font-weight: 400;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
  letter-spacing: -0.02em;
  overflow: -moz-scrollbars-none !important;
}

.document::-webkit-scrollbar {
  display: none;
}

.loading {
  overflow: hidden;
}

.loading .mainnav {
  transform: translateY(-100%);
}

.loading .title span {
  visibility: hidden;
  transform: translateX(-10vw);
  opacity: 0;
}

.loading .menu {
  visibility: hidden;
}

.loading .main {
  visibility: hidden;
}

.loading-phase-4 .title span {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
  transition: all 0.75s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.loading-phase-5 .main {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s linear;
}

.loading-phase-5 .mainnav {
  transform: translateY(0);
}

.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 90px;
}

.icon {
  display: flex;
  max-height: 100%;
  align-items: center;
  justify-content: center;
}

.fadein {
  opacity: 0;
  transition: all 0.5s;
}

.fadein.aos-animate {
  opacity: 1;
}

.runner-end,
.runner-start {
  animation: 25s linear infinite ticker;
  display: flex;
  will-change: transform;
  transition: transform 0.01s;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.title {
  font-weight: 700;
}

.title__default {
  font-size: 50px;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.redlink {
  color: #f35422;
  font-weight: 500;
  white-space: nowrap;
  display: inline-flex;
}

.redlink::after {
  content: "\003e";
  margin-left: 0.35em;
  flex: none;
  transition: all 0.15s;
}

.mainnav {
  position: sticky;
  top: 0;
  z-index: 55;
  width: 100%;
  color: #000;
  margin-bottom: -72px;
  transition-property: transform, background-color, color;
  transition-duration: 0.75s, 0.5s, 0.5s;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

.mainnav.active {
  background-color: #000;
  color: #fff;
}

.mainnav.active .topbar-social li {
  color: #cbcbcb;
}

.header {
  background-color: #eee;
  overflow: hidden;
  position: relative;
}

.main {
  margin-top: 150px;
}

.header ~ .main {
  margin-top: 0;
}

.topbar {
  display: flex;
  padding: 16px 0;
}

.topbar-nav {
  display: flex;
  margin: -16px 0;
  align-items: center;
}

.topbar-logo {
  display: flex;
  align-items: center;
  width: 160px;
  margin-left: 0;
  padding: 5px 0 0;
  margin-right: 50px;
}

.topbar-social {
  margin-left: auto;
}

.topbar-social ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.topbar-social li {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-left: 30px;
  color: #575757;
  font-weight: 600;
}

.topbar-social a {
  transition: color 0.15s;
}

.topbar-social a:hover {
  color: #f35422;
}

.topbar-contact {
  margin-left: 40px;
}

.topbar-contact_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f35422;
  border-radius: 100px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
  padding: 0 20px;
  transition: all 0.15s;
}

.topbar-contact_button:hover {
  background: #dc4d20;
  color: #fff;
}

.topnav {
  display: flex;
  align-items: center;
}

.topnav-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  margin-left: 72px;
  font-weight: 600;
  margin-right: 16px;
  font-size: 14px;
  letter-spacing: -0.03em;
}

.topnav-item.dropdown::after {
  content: "\003e";
  margin-left: 0.5em;
  flex: none;
  transition: transform 0.25s;
  display: block;
}

.mainnav-dropdown-layer {
  background-color: inherit;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.25s 0.25s;
  z-index: 1;
  overflow: hidden;
}

.mainnav-dropdown-layer .wrapper {
  padding-left: 0;
}

.mainnav-dropdown-layer-container {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 24px;
  transition: opacity 0.25s;
  opacity: 0;
  display: none;
}

.mainnav-dropdown-layer-text {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.mainnav-dropdown-layer-text a {
  transition: color 0.15s;
  color: #fff;
}

.mainnav-dropdown-layer-text a::after {
  content: "\003e";
  margin-left: 0.35em;
  display: inline-block;
}

.mainnav-dropdown-layer-text a:hover {
  color: #f35422;
}

.mainnav.active .mainnav-dropdown-layer-container {
  display: block;
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  padding-bottom: 24px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition-property: visibility, opacity;
  transition-duration: 0.25s;
}

.dropdown-list li {
  padding-top: 16px;
}

.dropdown-list li a {
  white-space: nowrap;
  transition: color 0.15s;
}

.dropdown-list li a:hover {
  color: #f35422;
}

.dropdown.hover .dropdown-list {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.25s;
}

.dropdown.hover::after {
  transform: rotate(90deg);
  transform-origin: center;
}

.mainnav-dropdown-layer.active {
  transition-delay: 0s;
}

.mainnav-dropdown-layer.active .mainnav-dropdown-layer-container {
  transition-delay: 0.25s;
  opacity: 1;
}

.topnav-follower {
  position: absolute;
  width: 0;
  height: 3px;
  background-color: currentColor;
  bottom: 0;
  left: 0;
  transition: all 0.25s;
  max-width: 150px;
}

.section:last-child {
  padding-bottom: 250px;
}

.section {
  margin-top: 200px;
}

.section:first-child {
  margin-top: 0;
}

.section__contrast {
  background-color: #eee;
  padding: 100px 0 200px;
}

.inner-wrapper {
  padding: 0 100px;
}

.section-caption {
  display: inline-flex;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 100px;
}

.section-caption::before {
  content: "";
  width: 76px;
  margin-right: 24px;
  margin-left: -100px;
  height: 1px;
  background-color: currentColor;
}

.section-caption_text {
  overflow: hidden;
  white-space: nowrap;
  line-height: 2;
}

.section-caption.aos-init::before {
  transform: scaleX(0);
  transition: all 0.5s;
  transform-origin: left;
}

.section-caption.aos-init .section-caption_text {
  transform: translateX(-40px);
  transition: all 0.5s;
  clip-path: inset(0 100% 0 0);
}

.section-caption.aos-animate::before {
  transform: scaleX(1);
}

.section-caption.aos-animate .section-caption_text {
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

.shiftbox-carousel .slick-track {
  overflow: visible;
}

.shiftbox-carousel .slick-slide {
  opacity: 1 !important;
  transition-duration: 1s;
}

.shiftbox-carousel .slick-active .shiftbox-image {
  opacity: 1;
  transition-delay: 0s;
  clip-path: inset(0 0 0 0);
  transition-duration: 0.5s;
}

.shiftbox-carousel .slick-active .shiftbox-content {
  opacity: 1;
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.5s;
}

.shiftbox-carousel .slick-dots {
  position: absolute;
  width: 100%;
  display: flex;
  padding: 0 16px;
  top: 0;
  align-items: flex-start;
  flex-wrap: wrap;
}

.shiftbox-carousel .slick-dots li {
  flex: 1;
  border-top: 1px solid;
  margin: 20px 0 0;
  position: relative;
  line-height: 1;
}

.shiftbox-carousel .slick-dots li::before {
  content: "";
  height: 3px;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  background-color: currentColor;
  transition: transform 0.25s linear;
  transform-origin: right center;
  transform: scaleX(0);
}

.shiftbox-carousel .slick-dots li button {
  visibility: hidden;
  height: 1px;
  overflow: hidden;
}

.shiftbox-carousel .slick-dots li.slick-active::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.preview {
  display: flex;
  flex-direction: column;
  position: relative;
}

.preview-media {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.preview-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0;
  transition: all 0.25s;
}

.preview-media img {
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}

.preview-content {
  display: flex;
  flex-wrap: wrap;
}

.preview-content::before {
  content: attr(data-index);
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #eee;
  margin-bottom: 8px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.025em;
  font-weight: 600;
  line-height: 1;
}

.preview-name {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.035em;
  margin-right: 0.25em;
}

.preview-name::before {
  content: "/";
  margin-right: 0.25em;
}

.preview-name:first-child::before {
  content: "";
  margin-right: 0;
}

.preview-name:last-child {
  margin-right: 0;
}

.preview-name__caption {
  min-width: 100%;
  color: #000;
  font-weight: 700;
  margin-right: 0;
}

.preview-name__caption + .preview-name::before {
  display: none;
}

.preview-name__caption a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.preview-action {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 2;
  pointer-events: none;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  opacity: 0;
  transition: all 0.15s;
}

.preview-action::after {
  content: "\003e";
  padding-left: 0.15em;
  transition: all 0.15s;
}

.preview:hover .preview-media::after {
  opacity: 0.4;
}

.preview:hover .preview-media img {
  transform: scale(1.05);
}

.preview:hover .preview-action {
  opacity: 1;
}

.preview:hover .preview-action::after {
  transition-delay: 0.1s;
  transform: translateX(0.25em);
}

.textbox-content {
  display: inline;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 150px;
}

.service-list {
  counter-reset: index;
}

.service {
  margin-top: 40px;
}

.service:first-child {
  margin-top: 0;
}

.service-caption {
  font-size: 66px;
  font-weight: 700;
  color: #cbcbcb;
  line-height: 1.2;
  letter-spacing: -0.035em;
  cursor: pointer;
  position: relative;
  padding-left: 48px;
  display: inline-flex;
  min-height: 1.2em;
  white-space: nowrap;
  transition: all 0.25s;
}

.service-caption::before {
  content: counter(index, decimal-leading-zero);
  counter-increment: index;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.service-content {
  display: flex;
  flex-direction: column;
}

.service-tags {
  margin-bottom: 40px;
}

.service-text {
  flex: auto;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.service-action {
  margin-top: auto;
  font-size: 22px;
  padding: 28px 0;
  border-bottom: 1px solid;
}

.service-preview {
  position: relative;
  max-width: 540px;
}

.service-content-copy {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.service-content-copy .service-content {
  transition: all 1s;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
}

.service-content-copy .service-action {
  border-bottom-width: 0;
}

.service-content-copy::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: currentColor;
  transition: transform 1s;
  transform-origin: right bottom;
}

.service-content-copy.hidden::after {
  transform: scaleX(0);
}

.service-content-copy.hidden .service-content {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}

.service-content-copy.active::after {
  transform: scaleX(1);
}

.service-content-copy.active .service-content {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.service.active .service-caption {
  color: #000;
}

.heartbox {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  min-height: 130px;
  cursor: pointer;
}

.heartbox_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 180px;
  height: 180px;
  margin: -90px 0 0 -90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heartbox_text {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.05em;
  font-weight: 600;
}

.heart {
  width: 180px;
  height: 130px;
  color: #f35422;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.previews-carousel .slick-slide + .slick-slide {
  margin-left: 20px;
}

.previews-carousel .slick-slide a {
  pointer-events: none;
}

.previews-carousel .slick-active a {
  pointer-events: all;
}

.numbers {
  display: grid;
  grid-gap: 150px;
  grid-template-columns: repeat(3, 1fr);
}

.clients {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 150px;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  justify-items: center;
}

.client {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  filter: grayscale(1);
  opacity: 0.6;
  position: relative;
}

.client img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
}

.client img.hidden {
  transform: scale(0);
  opacity: 0;
  transition-delay: 0.5s;
}

.client img.visible {
  transform: scale(1);
  opacity: 1;
}

.client img:nth-child(n + 2) {
  transform: scale(0);
  opacity: 0;
}

.awards-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.award {
  border-bottom: 1px solid;
  max-width: 660px;
  width: 100%;
  position: relative;
}

.award::after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 3px;
  background-color: #000;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
}

.award-header {
  display: flex;
  align-items: baseline;
  padding: 12px 0;
  cursor: pointer;
}

.award-caption {
  flex: auto;
  margin-right: 40px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.award-type {
  flex: none;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.035em;
  color: #9a9a9a;
}

.award-content-wrapper {
  display: none;
}

.award-content {
  display: flex;
}

.award-text {
  flex: auto;
  font-size: 15px;
  max-width: 404px;
  margin-right: auto;
  letter-spacing: -0.02em;
  color: #575757;
  padding: 20px 0 40px;
}

.award-image {
  flex: none;
  max-width: 92px;
  margin-left: 40px;
  padding: 20px 0 40px;
}

.award.active::after,
.award:not(.active).hover::after,
.award:not(.active):not(.hover):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.award:first-child .award-header {
  padding-top: 0;
}

.projects-nav {
  margin: 100px 0;
  display: inline-flex;
  min-width: calc(55% - 8px);
  justify-content: space-between;
}

.projects-nav_item {
  display: flex;
  color: #cbcbcb;
  flex: none;
  margin-right: 40px;
  transition: all 0.15s;
}

.projects-nav_item::after {
  content: "\003e";
  padding-left: 10px;
  margin: 0;
  transition: transform 0.15s;
  display: none;
}

.projects-nav_item:last-child {
  margin-right: 0;
}

.projects-nav_item a {
  transition: transform 0.15s;
}

.projects-nav_item.active {
  pointer-events: none;
}

.projects-nav_item.active,
.projects-nav_item:hover {
  color: #000;
}

.projects-nav_item.active a,
.projects-nav_item:hover a {
  transform: translateX(-5px);
}

.projects-nav_item.active::after,
.projects-nav_item:hover::after {
  transform: translateX(5px);
}

.projects-nav_item:first-child.active a,
.projects-nav_item:first-child:hover a {
  transform: translateX(0);
}

.projects-nav_item:first-child:first-child:first-child.active::after,
.projects-nav_item:first-child:hover::after {
  transform: translateX(10px);
}

.projects-nav_item:last-child.active a,
.projects-nav_item:last-child:hover a {
  transform: translateX(-10px);
}

.projects-nav_item:last-child.active::after,
.projects-nav_item:last-child:hover::after {
  transform: translateX(0);
}

.projects {
  display: flex;
  flex-wrap: wrap;
  margin: -36px -8px;
  gap: 20px;
  flex-direction: row;
  align-content: space-between;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 10px; /* Ekranın kenarlarına taşmayı engellemek için iç boşluk */
}

/* Seçili kategori için stil */

/* Menü bağlantıları */
.projects-nav a {
  text-decoration: none;
  color: inherit; /* Renkleri miras alır */
  font-size: 22px;
}

/* Navbar container'ına yatay kaydırma ekliyoruz */
.projects-nav {
  display: flex;
  overflow-x: auto; /* Yatay kaydırma */
  white-space: nowrap; /* Kategorilerin yan yana durması */
  padding: 10px 0; /* Dikey boşluk */
  list-style: none; /* Liste işaretlerini kaldır */
  scrollbar-width: thin; /* Firefox için ince kaydırma çubuğu */
}

/* Chrome ve diğer Webkit tabanlı tarayıcılar için kaydırma çubuğu */
.projects-nav::-webkit-scrollbar {
  height: 8px;
}

.projects-nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Menü bağlantıları */
.projects-nav a {
  text-decoration: none;
  color: inherit; /* Renkleri miras alır */
  font-size: 22px;
}

/* Diğer kategoriler */
.projects-nav li {
  opacity: 0.5;
  font-weight: normal;
  margin-right: 7px; /* Kategoriler arasında boşluk */
}

/* Seçili kategori */
.projects-nav li.active {
  opacity: 1;
  font-weight: bold;
}

/* Kategori üzerine gelince yazı rengini turuncu yap */
.projects-nav a:hover {
  color: #f35422; /* Turuncu yazı rengi */
}

.project {
  flex: 1 1 48%; /* Eşit genişlik ve yan yana sıralama */
  width: 100%;
  padding: 36px 8px;
  box-sizing: border-box; /* Padding ve border dahil */
}

.project .preview-media {
  display: flex;
  position: relative;
}

.project .preview-media::before {
  content: "";
  flex: none;
  width: 0;
  padding-top: 65%;
}

.pane {
  background-color: #eee;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.chip {
  margin: 5px;
}

.chip br {
  display: none !important;
}

.checkbox-label,
.chip-label {
  white-space: nowrap;
  height: 40px;
  overflow: hidden;
  padding: 0 1.25em;
  display: inline-flex;
  max-width: 100%;
  text-overflow: ellipsis;
  border-radius: 100px;
  background-color: #eee;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 600;
  transition: all 0.15s;
}

.chip-label:hover {
  background-color: #cdcdcd;
}

.chip-label:active {
  color: #fff;
  background-color: #f35422;
}

.checkbox {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}

.checkbox-control {
  width: 0;
  height: 0;
  right: 100%;
  bottom: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.checkbox-control:checked ~ .checkbox-label {
  color: #fff;
  background-color: #f35422;
}

.address {
  margin-top: 20px;
  margin-bottom: 160px;
}

.address::before {
  content: "";
  height: 1px;
  background-color: currentColor;
  width: 45px;
  display: block;
  margin-bottom: 20px;
}

.map {
  position: relative;
  background-color: #eee;
  display: flex;
  max-height: 450px;
  min-width: 100%;
}

.map::before {
  content: "";
  flex: none;
  width: 0;
  padding-top: 65%;
}

#map {
  overflow: hidden;
}

#map iframe {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: -100px !important;
  width: 100% !important;
  height: calc(100% + 100px) !important;
  filter: grayscale(100%) !important;
}

.formbox-content {
  z-index: 1;
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.25s;
}

.selectbox {
  position: relative;
  display: flex;
  align-items: center;
  background-image: linear-gradient(#000, #000);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  cursor: pointer;
}

.selectbox-input {
  padding: 12px 0;
  width: 100%;
  text-overflow: ellipsis;
  line-height: 1.65;
  height: 56px;
  pointer-events: none;
}

.selectbox-suffix {
  flex: none;
  margin-left: 20px;
  transition: transform 0.15s;
}

.selectbox.hidden {
  visibility: hidden;
}

.selectbox.active .selectbox-suffix {
  transform: scaleY(-1);
}

.select {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.15s;
}

.select.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.select-option {
  min-height: 56px;
  border-bottom: 1px solid #9a9a9a;
  letter-spacing: -0.05em;
  color: #9a9a9a;
  transition: color 0.15s;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.select-option.active,
.select-option:hover {
  color: #000;
}

.keygrid-carousel .slick-list {
  overflow: hidden;
}

.keygrid-carousel .slick-track {
  height: 100%;
}

.keygrid-carousel .slick-dots {
  position: absolute;
  right: 100%;
  width: calc(45vw - 16px);
  padding: 0 90px;
  display: flex;
  bottom: 100px;
  align-items: flex-start;
}

.keygrid-carousel .slick-dots li {
  flex: 1;
  border-top: 1px solid;
  margin: 20px 0 0;
  position: relative;
  line-height: 1;
}

.keygrid-carousel .slick-dots li::before {
  content: "";
  height: 3px;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  background-color: currentColor;
  transition: transform 0.25s linear;
  transform-origin: right center;
  transform: scaleX(0);
}

.keygrid-carousel .slick-dots li button {
  visibility: hidden;
  height: 1px;
  overflow: hidden;
}

.keygrid-carousel .slick-dots li.slick-active::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.keygrid-carousel__left .slick-dots {
  right: auto;
  left: 100%;
  width: calc(45vw + 16px);
  max-width: 100%;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 70px 0 40px;
}

.footer-caption {
  max-width: 800px;
}

.footer-email {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.04;
  color: #575757;
  letter-spacing: -0.035em;
  transition: all 0.15s;
}

.footer-email:hover {
  color: #757575;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 100px;
  grid-gap: 100px;
}

.footer-col::before {
  content: "";
  width: 88px;
  height: 1px;
  background-color: currentColor;
  margin-bottom: 20px;
  display: block;
}

.footer-col_caption {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.footer-col_list {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.footer-col_list li + li {
  margin-top: 1em;
}

.footer-col_list a {
  transition: all 0.15s;
}

.footer-col_list a:hover {
  color: #f35422;
}

.menu-button {
  display: flex;
  height: 24px;
  width: 24px;
  position: relative;
  margin-top: -4px;
  margin-left: auto;
}

.menu-button::after,
.menu-button::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transition: transform 0.5s 0.75s;
}

.menu-button::before {
  transform: translateY(-3px);
}

.menu-button::after {
  transform: translateY(3px);
}

.menu {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  display: flex;
  transition: all 0.5s 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  visibility: hidden;
  clip-path: inset(0 0 0 100%);
  overflow: auto;
}

.menu-close {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-left: auto;
}

.menu-close::after,
.menu-close::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transition: transform 0.5s;
}

.menu-inner {
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.menu-header {
  flex: none;
}

.menu-nav {
  flex: auto;
  padding: 40px 0;
  transition-property: transform, opacity;
  transition-duration: 0.25s;
  opacity: 0;
  transform: translateX(100vw);
}

.menu-nav li {
  padding: 20px 0;
  border-bottom: 1px solid;
}

.menu-nav li > a {
  display: block;
  font-size: 24px;
}

.menu-footer {
  flex: none;
  padding: 20px 0 60px;
  font-size: 14px;
  letter-spacing: -0.03em;
  transition-property: transform, opacity;
  transition-duration: 0.25s;
  opacity: 0;
  transform: translateX(100vw);
}

.menu-footer ul {
  display: flex;
  margin: -10px;
  justify-content: space-between;
}

.menu-footer li {
  margin: 0 10px;
}

.menu-active .menu {
  visibility: visible;
  clip-path: inset(0 0 0 0);
}

.menu-active .menu-button::after,
.menu-active .menu-button::before {
  transform: translateY(0);
  transition-delay: 0s;
}

.menu-active .menu-close::after,
.menu-active .menu-close::before {
  transition-delay: 0.75s;
}

.menu-active .menu-close::before {
  transform: rotate(45deg);
}

.menu-active .menu-close::after {
  transform: rotate(-45deg);
}

.menu-active .menu-footer,
.menu-active .menu-nav {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}

.fab-button {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 80px 40px;
  z-index: 5;
  transition: all 0.25s;
  opacity: 0;
  transform: translateX(100%);
  cursor: pointer;
  width: 180px;
}

.fab.active .fab-button {
  transform: translateX(0);
  opacity: 1;
}

.fab.active .fab-text {
  animation: 8s linear infinite rotate;
  transform-origin: center;
}

.fab.active .fab-button * {
  transform-origin: center;
}

.fab.active:hover .fab-button {
  animation: 2s linear infinite singleHeartbeat;
}

.pane {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1799.98px) {
  .service-caption {
    font-size: 50px;
  }
}

@media screen and (max-width: 1599.98px) {
  .wrapper {
    padding: 0 70px;
  }

  .inner-wrapper {
    padding: 0 50px;
  }

  .pane {
    padding: 40px 50px;
  }

  .projects-nav_item {
    font-size: 16px;
  }

  .preview-content::before {
    font-size: 16px;
    width: 34px;
    height: 34px;
  }

  .section-caption {
    font-size: 16px;
  }

  .service-preview {
    max-width: 450px;
  }

  .service-caption::before {
    font-size: 16px;
  }

  .service-action {
    font-size: 20px;
  }

  .service-text {
    font-size: 16px;
  }

  .address {
    font-size: 16px;
  }

  .footer-col_list {
    font-size: 16px;
  }
}

@media screen and (max-width: 1439.98px) {
  .numbers {
    grid-gap: 100px;
  }

  .clients {
    grid-gap: 100px;
    grid-template-columns: repeat(4, 1fr);
  }

  .client:nth-child(n + 9) {
    display: none;
  }

  .pane:nth-child(2n) {
    transition-delay: 0.25s;
  }

  .footer-grid {
    margin-top: 75px;
    grid-gap: 80px 0;
  }

  .footer-col {
    padding-right: 80px;
  }
}

@media screen and (max-width: 1319.98px) {
  .topbar-logo {
    max-width: 160px;
  }

  .topnav-item {
    margin-left: 32px;
  }
}

@media screen and (max-width: 1199.98px) {
  .service-grid {
    grid-template-columns: 1fr auto;
    grid-gap: 0;
  }

  .service-content {
    overflow: hidden;
    max-height: 0;
    margin: 0;
    transition: all 0.15s;
    padding-left: 48px;
  }

  .service.active .service-content {
    max-height: none;
    margin: 60px 0;
  }

  .service-action {
    margin-top: 30px;
  }

  .service-preview {
    display: none;
  }

  .numbers {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }

  .address {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1023.98px) {
  .desktop {
    display: none !important;
  }

  .wrapper {
    padding: 0 40px;
  }

  .inner-wrapper {
    padding: 0 32px;
  }

  .title__default {
    font-size: 32px;
  }

  .mainnav {
    margin-bottom: -52px;
  }

  .main {
    margin-top: 80px;
  }

  .topbar-logo {
    margin: 0;
    padding: 0;
    max-width: 96px;
  }

  .section + .section:not(.nonepadding) {
    margin-top: 100px;
  }

  .section__contrast {
    padding-bottom: 100px;
  }

  .section:last-child {
    padding-bottom: 150px;
  }

  .section-caption {
    margin-bottom: 40px;
    margin-left: -48px;
  }

  .section-caption::before {
    margin-left: 0;
    margin-right: 16px;
    width: 32px;
  }

  .checkbox-label,
  .chip-label {
    height: 30px;
    font-size: 12px;
  }

  .service {
    margin-top: 20px;
  }

  .service-caption {
    padding-left: 0;
    font-size: 32px;
    flex-direction: column;
  }

  .service-caption::before {
    position: relative;
    font-size: 10px;
    margin-bottom: 5px;
  }

  .service-content {
    padding-left: 0;
  }

  .service-tags {
    padding-bottom: 30px;
    margin-bottom: 12px;
    border-bottom: 1px solid;
  }

  .service.active .service-content {
    margin: 48px 0;
  }

  .service-text {
    font-size: 14px;
  }

  .service-action {
    border-width: 0;
    padding: 0;
    margin: 48px 0 0;
    font-size: 14px;
  }

  .heartbox {
    min-height: 100px;
  }

  .heartbox_icon {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
  }

  .heartbox_text {
    font-size: 30px;
  }

  .heart {
    max-height: 100px;
    max-width: 100px;
  }

  .heartbox .heart {
    animation: 2s infinite heartbeat;
  }

  .numbers {
    grid-gap: 24px;
  }

  .clients {
    grid-gap: 50px 0;
  }

  .pane {
    padding: 40px;
  }

  .keygrid-carousel .slick-dots {
    padding: 0 40px;
  }

  .footer-email {
    font-size: 32px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }

  .footer-col_list {
    font-size: 14px;
  }

  .footer-col__connect {
    grid-column-end: span 2;
    margin-top: 60px;
    padding-right: 0;
  }

  .footer-col__address {
    grid-column-end: span 2;
    margin-top: 8px;
    padding-right: 0;
  }

  .footer-col__address .footer-col_caption,
  .footer-col__address::before,
  .footer-col__connect .footer-col_caption,
  .footer-col__connect::before {
    display: none;
  }

  .footer-col__address .footer-col_list,
  .footer-col__connect .footer-col_list {
    margin-top: 0;
  }

  .footer-col__connect .footer-col_list ul {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
  }

  .footer-col__address .footer-col_list ul {
    display: flex;
    font-size: 12px;
    color: #575757;
  }

  .footer-col__address .footer-col_list li + li,
  .footer-col__connect .footer-col_list li + li {
    margin: 0 0 0 8px;
  }
}

@media screen and (max-width: 767.98px) {
  .wrapper {
    max-width: 640px;
    padding: 0 16px;
  }

  .topbar-logo {
    max-width: 96px;
  }

  .shiftbox-carousel .slick-dots {
    top: 55vw;
  }

  .preview-action {
    display: none;
  }

  .previews-carousel .slick-slide + .slick-slide {
    margin-left: 10px;
  }

  .preview-content::before {
    font-size: 14px;
    display: none;
  }

  .preview-name {
    font-size: 14px;
  }

  .clients {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .client {
    height: 60px;
  }

  .client:nth-child(n + 7) {
    display: none;
  }

  .projects {
    margin: -20px 0;
  }

  .project {
    width: 100%;
    padding: 20px 0;
  }

  .project .preview-media {
    width: auto;
    margin: 0 -20px 20px;
  }

  .pane:nth-child(2n) {
    transition-delay: 0s;
  }

  .pane {
    padding: 20px 16px 40px;
  }

  .map {
    margin: 0 -16px;
  }

  .award {
    max-width: none;
  }

  .service-text {
    font-size: 12px;
  }

  .footer {
    padding: 100px 24px;
  }

  .footer-col {
    padding-right: 0;
  }

  .footer-col::before {
    margin-bottom: 16px;
  }

  .footer-col_list {
    margin-top: 16px;
  }

  .footer-email {
    font-size: 22px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 639.98px) {
  .shiftbox-carousel .slick-dots {
    top: 65vw;
  }

  .main {
    margin-top: 52px;
  }

  .footer {
    padding: 40px 24px 80px;
  }

  .footer-caption .title {
    font-size: 28px;
  }

  .footer-email {
    font-size: 28px;
    margin-top: 4px;
  }

  .footer-grid {
    margin-top: 100px;
  }

  .footer-col::before {
    margin-bottom: 10px;
  }

  .footer-col_caption {
    font-size: 14px;
  }

  .footer-col_list {
    margin-top: 10px;
  }

  .footer-col_list li + li {
    margin-top: 10px;
  }

  .footer-col__connect {
    margin-top: 48px;
  }

  .footer-col__connect .footer-col_list {
    font-size: 12px;
  }

  .footer-col__address .footer-col_list ul {
    justify-content: space-between;
  }

  .footer-col:nth-child(2) {
    padding-left: 40px;
  }
}

@media screen and (max-width: 399.98px) {
  .inner-wrapper {
    padding: 0;
  }

  .section-caption {
    margin-left: 0;
  }
}

@media screen and (max-width: 374.98px) {
  .inner-wrapper {
    padding: 0;
  }

  .footer {
    padding: 40px 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .project {
    width: 45%; /* Tüm projeler aynı genişlikte */
    margin-top: 6.5%; /* Marjin tüm projelerde aynı */
  }

  .projects-nav a {
    font-size: 18px;
  }

  .projects-nav {
    flex-direction: row; /* Menü öğelerini yatay hizalar */
    overflow-x: auto; /* Gerekirse yatay kaydırma */
    white-space: nowrap; /* Satır kaydırma yok */
  }

  .projects-nav li {
    margin: 5px; /* Margin azaltıldı */
    padding: 10px; /* Padding azaltıldı */
    display: inline-block; /* Öğeleri yan yana yerleştirir */
  }

  .project .preview-media {
    margin-top: 5%; /* Medya alanı için aynı marjin */
  }

  .project .preview-media::before {
    padding-top: 60%; /* Medya alanı için sabit bir yükseklik oranı */
  }

  .shiftbox-carousel .slick-dots {
    width: 60vw;
    top: 100%;
    bottom: auto;
    padding: 0;
    padding-left: 20px;
    margin-top: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .mobile {
    display: none !important;
  }

  .redlink:hover::after {
    transform: translateX(50%);
  }

  .footer-col__connect {
    order: 1;
  }
}

@media screen and (min-width: 1200px) {
  .service .service-content {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .mainnav-dropdown-layer-text,
  .topbar-contact_button,
  .topbar-social li,
  .topnav-item {
    font-size: 16px;
  }

  .pane:nth-child(3n + 1) {
    transition-delay: 0s;
  }

  .pane:nth-child(3n + 2) {
    transition-delay: 0.25s;
  }

  .pane:nth-child(3n + 3) {
    transition-delay: 0.5s;
  }

  .client:nth-child(n + 11) {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  .shiftbox-carousel .slick-dots {
    padding-left: 90px;
  }
}

@media screen and (min-width: 1920px) {
  .keygrid-carousel:not(.keygrid-carousel__left) .slick-dots {
    padding-left: calc((100vw - 1920px) / 2 + 90px);
  }

  .shiftbox-carousel .slick-dots {
    padding-left: calc((100vw - 1920px) / 2 + 90px);
  }
}

#contact.section {
  margin: 150px 0 0;
}

.wpcf7 {
  position: relative;
  display: block;
}

span.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 110%;
  left: 0;
}

.wpcf7 .wpcf7-response-output {
  border: none !important;
  text-align: center !important;
  padding: 0 !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -120px !important;
}

.wpcf7-spinner {
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  margin: 0 0 0 -90px !important;
  display: block !important;
  border-radius: 0 !important;
  width: 180px !important;
  height: 130px !important;
  z-index: 11;
  opacity: 1 !important;
  background: 0 0 !important;
}

.wpcf7-spinner::after {
  content: "";
  display: block;
  top: 50px;
  bottom: 50px;
  left: 40px;
  right: 40px;
  background: #f35422;
  position: absolute;
  z-index: 12;
}

.wpcf7-spinner::before {
  content: "" !important;
  display: block !important;
  z-index: 13 !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: var(--wpr-bg-942a36ef-5a8f-4191-b6c4-20845df2cf7c) center center
    no-repeat !important;
  background-size: 180px auto !important;
  animation-name: none !important;
}

.formss {
  padding: 100px 0 0;
}

.formss .center {
  width: 100%;
  margin: 0 auto;
  padding: 0 90px;
}

@media screen and (max-width: 1600px) {
  .formss .center {
    padding: 0 70px;
  }
}

@media screen and (max-width: 1024px) {
  #contact.section {
    margin: 100px 0 0;
  }

  .formss .center {
    padding: 0 40px;
  }
}

.formss-wrap {
  width: 100%;
  clear: both;
  position: relative;
}

.formss-wrap h2 {
  font-family: Manrope, sans-serif;
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 90.1%;
  letter-spacing: -0.05em;
  color: #000;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.formss-wrap h2.show {
  cursor: default;
}

.formss-wrap i.formss-heart {
  display: block;
  width: 180px;
  height: 130px;
  background: var(--wpr-bg-554c2917-7f7f-4c4b-b787-0f9e1a31c32c) center center
    no-repeat;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -90px;
  bottom: -45px;
  z-index: 3;
  animation: 2s infinite beat;
  cursor: pointer;
  display: none;
}

.formss-wrap i.formss-heart.show {
  cursor: default;
}

.formss:hover .formss-wrap i.formss-heart {
  transition: all 0.5s;
  animation: none;
}

.formss .formss-wrap i.formss-heart.no-active {
  bottom: -40px !important;
  opacity: 1 !important;
  animation: none !important;
  display: block !important;
}

@media screen and (max-width: 600px) {
  .formss .center {
    padding: 0 15px;
  }

  .wpcf7-spinner::before {
    top: 19px !important;
  }

  .wpcf7-spinner::after {
    top: 70px;
    bottom: 40px;
    left: 50px;
    right: 50px;
  }

  .formss .formss-wrap i.formss-heart.no-active {
    bottom: -20px !important;
  }
}

@keyframes beat {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.1);
  }

  40% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.formss-wrap .toggle-formss {
  display: block;
}

.formss span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  padding: 20px 0;
}

.formss span.wpcf7-form-control-wrap:first-child {
  padding-top: 0;
}

.formss span.wpcf7-form-control-wrap:last-child {
  padding-bottom: 0;
}

.formss .wpcf7-text {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 2px;
  padding: 12px 0;
  width: 100%;
  text-overflow: ellipsis;
  transition: all 0.25s;
  line-height: 1.65;
  height: 56px;
}

.formss .wpcf7-text:focus {
  background-size: 100% 1px, 100% 2px;
}

.formss .hide {
  display: none;
}

.formss .cell {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 50px 0;
}

.formss .cell .inputs {
  width: calc(50% - 40px);
}

.formss .cell .checkbox-select {
  width: calc(50% - 40px);
  position: relative;
}

.formss strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 600;
  margin-bottom: 5px;
}

.formss .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: -5px;
}

.formss .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  height: 40px;
  margin: 5px;
  position: relative;
}

.formss input[type="checkbox"] {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  opacity: 0 !important;
  z-index: 2 !important;
  cursor: pointer;
}

.formss input[type="checkbox"] ~ span.wpcf7-list-item-label {
  white-space: nowrap;
  height: 40px;
  overflow: hidden;
  padding: 0 15px;
  display: flex;
  border-radius: 100px;
  background: #eee;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 600;
  transition: all 0.15s;
}

.formss input[type="checkbox"]:checked ~ span.wpcf7-list-item-label {
  background: #f35422;
  color: #fff;
}

span.wpcf7-list-item-label.choise {
  background: #f35422 !important;
  color: #fff;
}

.formss .selectbox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.formss .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 130px;
  background: var(--wpr-bg-c9c43810-7466-4b47-96b1-4e5b7d04833a) center center
    no-repeat;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  animation: 2s infinite beat;
  cursor: pointer;
}

.formss .wpcf7-submit:hover {
  transition: all 0.5s;
  animation: none;
}

.formss .submitting .wpcf7-submit {
  animation: none;
}

.formss .wpcf7 p {
  margin: 0 !important;
}

.formss .wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
  top: calc(100% - 14px);
  left: 0;
}

.formss .wpcf7 .wpcf7-form-control-wrap:last-child .wpcf7-not-valid-tip {
  top: calc(100% + 6px);
}

.formss .wpcf7 .wpcf7-response-output {
  border: none !important;
  text-align: center !important;
  padding: 0 !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -75px !important;
  display: none !important;
}

.selectbox.visible {
  visibility: visible !important;
}

@media screen and (max-width: 1090px) {
  .formss .cell .inputs {
    width: calc(45% - 20px);
  }

  .formss .cell .checkbox-select {
    width: calc(55% - 20px);
  }
}

@media screen and (max-width: 900px) {
  .formss .cell {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .formss .cell .inputs {
    width: 100%;
  }

  .formss .cell .checkbox-select {
    padding: 30px 0 0;
    width: 100%;
  }

  .formss-wrap h2 {
    font-size: 32px;
  }

  .formss .selectbox {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 5px 0 0;
  }

  .formss-wrap i.formss-heart {
    width: 130px;
    height: 94px;
    background-size: 100% auto;
    margin: 0 0 0 -65px;
    bottom: -36px;
  }

  .formss .wpcf7-submit {
    width: 130px;
    height: 94px;
    background-size: 100% auto;
  }

  .selectbox {
    visibility: visible !important;
  }
}

@media screen and (max-width: 600px) {
  .formss .cell {
    padding: 40px 0;
  }

  .formss span.wpcf7-form-control-wrap {
    padding: 0;
  }

  .formss .wpcf7 .wpcf7-not-valid-tip {
    font-size: 11px;
    top: calc(100% + 2px);
    left: auto;
    right: 0;
  }

  .formss .wpcf7 .wpcf7-form-control-wrap:last-child .wpcf7-not-valid-tip {
    top: calc(100% + 2px);
  }

  .formss strong {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .formss .wpcf7-checkbox .wpcf7-list-item {
    height: 34px;
  }

  .formss input[type="checkbox"] ~ span.wpcf7-list-item-label {
    height: 34px;
    font-size: 14px;
  }

  .formss-wrap h2 {
    font-size: 29px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .formss-wrap i.formss-heart {
    bottom: -21px;
  }
}

.bottom-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  padding: 55px 0 0;
}

.bottom-line .line-1-2 {
  display: flex;
  align-items: center;
}

.bottom-line .line-1-2 p {
  padding: 0 15px 0 0;
  margin: 0 0 0 10px;
  position: relative;
}

.bottom-line .line-1-2 p::after {
  content: "\003e";
  position: absolute;
  right: 0;
  top: 0;
}

.bottom-line .line-1-2 p:first-child {
  margin: 0;
}

.bottom-line .logotype-bottom {
  display: flex;
  align-items: center;
}

.bottom-line .logotype-bottom span {
  margin: 0 0 0 47px;
  width: 200px;
}

.bottom-line .logotype-bottom span:first-child {
  margin: 0;
}

.bottom-line .logotype-bottom span img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

.bottom-line .line-last {
  position: relative;
  padding: 0 28px 0 0;
}

.bottom-line .line-last .heart {
  width: 20px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -7px 0 0;
}

@media screen and (max-width: 1216px) {
  .bottom-line .logotype-bottom span {
    width: 150px;
  }
}

@media screen and (max-width: 1130px) {
  .bottom-line .logotype-bottom span {
    width: 110px;
  }
}

@media screen and (max-width: 1024px) {
  .bottom-line {
    flex-wrap: wrap;
    padding: 25px 0 0;
  }

  .bottom-line .logotype-bottom {
    width: 100%;
    order: 1;
    padding: 0 0 25px;
  }

  .bottom-line .line-1-2 {
    order: 2;
  }

  .bottom-line .line-last {
    order: 3;
  }

  .bottom-line .logotype-bottom span {
    width: 130px;
  }
}

@media screen and (max-width: 670px) {
  .bottom-line .line-1-2 p:last-child {
    display: none;
  }

  .bottom-line .line-1-2 p:first-child::after {
    display: none;
  }
}

@media screen and (max-width: 434px) {
  .bottom-line .logotype-bottom {
    justify-content: space-between;
  }

  .bottom-line .logotype-bottom span {
    margin: 0;
    width: 140px;
  }

  .bottom-line .line-1-2 p:first-child {
    padding: 0;
    color: #575757;
    font-size: 8px;
  }

  .footer {
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 1300px) {
  #menu-category-project.projects-nav {
    display: inline-flex;
    min-width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin: 50px -20px 30px 0;
  }

  #menu-category-project.projects-nav .projects-nav_item {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}

.award-text img {
  max-width: 200px;
}

.js-menu-toggle i {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  z-index: 50;
}

.website-accessibility {
  display: block;
  margin: 17px 0 0;
  cursor: pointer;
}

::part(acsb-trigger) {
  display: none !important;
}

button.container {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .website-accessibility {
    display: block;
    cursor: pointer;
    margin: 12px 0 0;
  }

  ::part(acsb-trigger) {
    display: none !important;
  }

  button.container {
    display: none !important;
  }
}

.normaltext h1 {
  font-size: 2.3334em;
  letter-spacing: -0.05em;
}

.normaltext h2 {
  font-size: 2.2em;
}

.normaltext strong {
  font-weight: 700 !important;
}

.normaltext em,
.normaltext i {
  font-style: italic !important;
}

.normaltext a {
  color: #f35422;
  text-decoration: underline;
}

.normaltext a:hover {
  text-decoration: none;
}

.normaltext ul li {
  padding: 5px 0 5px 20px !important;
  position: relative;
  display: block;
}

.normaltext ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 13px;
}

.fab-button {
  display: none !important;
}

.to-contact {
  position: fixed;
  right: 45px;
  bottom: 45px;
  border-radius: 73px;
  background: #000;
  backdrop-filter: blur(8px);
  text-decoration: none;
  padding: 21px 41px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.035em;
  color: #fff;
  z-index: 15;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: 3s infinite pulse;
}

.to-contact:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px transparent;
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

@media screen and (max-width: 1000px) {
  .to-contact {
    padding: 15px 32px;
    font-size: 14px;
    right: 40px;
  }
}

@media screen and (max-width: 767.98px) {
  .to-contact {
    right: 16px;
  }
}

.mobile .menu-contact {
  background: #eee;
  border: 1px solid #fff;
  border-radius: 34.5px;
  width: 100%;
  height: 47px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile .menu-email {
  border: 1px solid #fff;
  border-radius: 34.5px;
  border-radius: 34.5px;
  width: 100%;
  height: 47px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #fff;
  text-decoration: none;
  display: flex;
  margin: 10px 0 0;
  align-items: center;
  justify-content: center;
}

.formss .wpcf7-submit {
  text-align: center;
}

.formss .wpcf7 .selectbox p {
  width: 100%;
}

.preview-name a {
  position: relative;
  z-index: 6;
  transition: all 0.5s;
}

.preview-name a:hover {
  color: #f35422;
}

.preview a.a-preview {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.full-video {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}

.full-video.showw {
  z-index: 23;
  opacity: 1;
}

.videosection a {
  display: inline-block;
  position: absolute;
  right: 54px;
  top: 54px;
  z-index: 20;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
}

.videosection a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -42px;
  top: 50%;
  margin: -16px 0 0;
  background: var(--wpr-bg-43b77a1d-b534-47f6-9468-a471df62245d) center center
    no-repeat;
  transition: all 0.5s;
}

.videosection a:hover::before {
  background: var(--wpr-bg-67f5f1b2-886e-46db-a652-93d307995892) center center
    no-repeat;
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .container {
    gap: 0;
  }
}

.previews-carousel .slick-slide > div > div {
  position: relative;
  overflow: hidden;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}

.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::after,
.wpcf7-list-item-label::before {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2s;
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"] {
  direction: ltr;
}
