*,
::after,
::before {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-text-size-adjust: 100%;
}

[hidden] {
  display: none !important;
}

a,
address,
b,
body,
button,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
html,
i,
input,
legend,
li,
p,
textarea,
ul,
var,
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;
}

b {
  font-weight: 500;
}

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/xn7gYHE41ni1AdIRggOxSuXd.woff2)
    format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggOxSuXd.woff2)
    format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggOxSuXd.woff2)
    format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggOxSuXd.woff2)
    format("woff2");
}
.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 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.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 70px;
}

.container {
  overflow: hidden;
}

.icon {
  display: flex;
  max-height: 100%;
  align-items: center;
  justify-content: center;
}

.appear {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.5s;
  clip-path: inset(0 100% 0 0);
}

.appear.aos-animate {
  opacity: 1;
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

.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: 46px;
  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: 60px;
}

.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;
  transform: translateX(-30px); /* Butonu sola kaydırır */
}

.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.nonepadding {
  margin-top: 0;
}

.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__inline {
  margin-bottom: 48px;
}

.section-caption__inline::before {
  margin-left: 0;
}

.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 {
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: -0.035em;
  max-width: 780px;
  margin-left: 282px;
  width: calc(60vw - 282px - 90px);
}

.textbox__wide {
  max-width: 920px;
}

.textbox__push {
  margin-left: 0;
}

.textbox-content {
  display: inline;
}

.service-tags {
  margin-bottom: 40px;
}

.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 {
  width: 70vw;
  margin-bottom: 100px;
}

.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;
}

.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;
}

.citebox {
  font-size: 140px;
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -0.05em;
  margin: 3em 0;
  position: relative;
}

.citebox-content > span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.citebox-content > span:first-of-type::before {
  content: "";
  height: 0.55em;
  width: 0.5em;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='49' viewBox='0 0 54 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M53.0719 0.77703L51.8719 10.077C48.9385 9.87703 46.6719 10.4104 45.0719 11.677C43.4719 12.9437 42.4052 14.7104 41.8719 16.977C41.3385 19.2437 41.2385 21.8104 41.5719 24.677L53.0719 24.677L53.0719 48.777H30.9719L30.9719 22.677C30.9719 14.8104 32.8385 8.87702 36.5719 4.87703C40.3719 0.810362 45.8719 -0.556302 53.0719 0.77703ZM22.2719 0.77703L21.0719 10.077C18.1385 9.87703 15.8719 10.4104 14.2719 11.677C12.6719 12.9437 11.6052 14.7104 11.0719 16.977C10.5385 19.2437 10.4385 21.8104 10.7719 24.677L22.2719 24.677L22.2719 48.777H0.171876L0.171875 22.677C0.171875 14.8104 2.03854 8.87702 5.77187 4.87703C9.57187 0.810362 15.0719 -0.556302 22.2719 0.77703Z' fill='%23F35422'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  left: 0;
  bottom: 100%;
}

.citebox-content > span:last-of-type::after {
  content: "";
  height: 0.55em;
  width: 0.5em;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='49' viewBox='0 0 53 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.000389142 48.0003L1.20039 38.7003C4.13372 38.9003 6.40039 38.367 8.00039 37.1003C9.60039 35.8336 10.6671 34.067 11.2004 31.8003C11.7337 29.5336 11.8337 26.967 11.5004 24.1003L0.000391232 24.1003L0.000393339 0.000304366L22.1004 0.000306298L22.1004 26.1003C22.1004 33.967 20.2337 39.9003 16.5004 43.9003C12.7004 47.967 7.20039 49.3336 0.000389142 48.0003ZM30.8004 48.0003L32.0004 38.7003C34.9337 38.9003 37.2004 38.367 38.8004 37.1003C40.4004 35.8336 41.4671 34.067 42.0004 31.8003C42.5337 29.5337 42.6337 26.967 42.3004 24.1003L30.8004 24.1003L30.8004 0.000307058L52.9004 0.00030899L52.9004 26.1003C52.9004 33.967 51.0337 39.9003 47.3004 43.9003C43.5004 47.967 38.0004 49.3336 30.8004 48.0003Z' fill='%23F35422'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  right: 0;
  top: 100%;
  z-index: 2;
}

.citebox-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.citebox-mask > span {
  position: relative;
  color: transparent;
  display: inline-block;
  white-space: nowrap;
  transform: scaleX(1);
  transform-origin: right;
  transition-duration: 1s;
  transition-property: transform;
}

.citebox-mask > span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 14%;
  height: 100%;
  width: 105%;
  background-color: #fff;
  opacity: 0.75;
}

.aos-animate .citebox-mask > span,
.citebox-mask > span.aos-animate {
  transform: scaleX(0);
}

.infobox-grid {
  display: grid;
  grid-gap: 30px 0;
  counter-reset: index;
}

.infobox-row {
  display: grid;
  grid-gap: 0 120px;
}

.infobox-cell {
  width: 440px;
}

.infobox-grid__5 {
  grid-gap: 100px 0;
}

.infobox-grid__5 .infobox-row {
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 228px;
}

.infobox-grid__5 .infobox-cell {
  max-width: none;
  width: auto;
}

.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.hidden {
  visibility: hidden;
}

.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);
}

.single-post .section:first-child .keygrid-wrapper {
  padding: 200px 0 0;
}

.keygrid {
  display: grid;
  grid-template-columns: calc(35% - 16px) 10% 10% 10% calc(35% + 16px);
  grid-gap: 0;
}

.keygrid-col__gray {
  background-color: #eee;
}

.keygrid-col__gray {
  padding: 100px 0;
}

.keygrid-media {
  position: relative;
  display: flex;
  min-height: 100%;
}

.keygrid-media::before {
  content: "";
  flex: none;
  width: 0;
}

.keygrid-carousel {
  position: relative;
  min-height: 100%;
  display: flex;
}

.keygrid-carousel > div {
  width: 100%;
  min-height: 100%;
}

.keygrid-carousel > div:nth-child(n + 2) {
  display: none;
}

.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%;
}

.keygrid-inner {
  padding: 0 90px;
}

.keygrid-maintitle {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 700;
  max-width: 480px;
}

.keygrid-description {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.035em;
  margin-top: 48px;
  max-width: 480px;
}

.case {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.case-title::before {
  content: "";
  display: block;
  margin-bottom: 48px;
  height: 1px;
  width: 68px;
  background-color: currentColor;
}

.case-description {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.035em;
  margin-top: 48px;
  max-width: 480px;
}

.case-carousel-nav {
  margin-top: 150px;
  text-align: right;
  margin-bottom: 50px;
}

.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) {
  .citebox {
    font-size: 130px;
  }

  .textbox {
    font-size: 28px;
  }
}

@media screen and (max-width: 1599.98px) {
  .wrapper {
    padding: 0 70px;
  }

  .inner-wrapper {
    padding: 0 50px;
  }

  .citebox {
    font-size: 100px;
  }

  .textbox {
    width: calc(60vw - 282px - 70px);
  }

  .textbox__push {
    margin-left: 0;
  }

  .pane {
    padding: 40px 50px;
  }

  .preview-content::before {
    font-size: 16px;
    width: 34px;
    height: 34px;
  }

  .section-caption {
    font-size: 16px;
  }

  .address {
    font-size: 16px;
  }

  .footer-col_list {
    font-size: 16px;
  }
}

@media screen and (max-width: 1439.98px) {
  .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) {
  .textbox {
    margin-left: 0;
    width: calc(60vw - 70px);
  }

  .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:last-child {
    padding-bottom: 150px;
  }

  .section-caption {
    margin-bottom: 40px;
    margin-left: -48px;
  }

  .section-caption::before {
    margin-left: 0;
    margin-right: 16px;
    width: 32px;
  }

  .textbox {
    font-size: 26px;
    letter-spacing: -0.03em;
    width: calc(60vw - 40px - 32px);
    margin-left: 32px;
    max-width: 100%;
  }

  .checkbox-label,
  .chip-label {
    height: 30px;
    font-size: 12px;
  }

  .service-tags {
    padding-bottom: 30px;
    margin-bottom: 12px;
    border-bottom: 1px solid;
  }

  .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;
  }

  .previews-carousel {
    margin-bottom: 0;
    width: 100%;
  }

  .clients {
    grid-gap: 50px 0;
  }

  .citebox {
    font-size: 60px;
  }

  .citebox > span:first-child::before,
  .citebox > span:last-child::after {
    font-size: 80px;
  }

  .pane {
    padding: 40px;
  }

  .infobox-grid {
    grid-gap: 40px 0;
  }

  .infobox-grid__5 .infobox-row {
    grid-gap: 0 100px;
  }

  .keygrid-inner {
    padding: 0 40px;
  }

  .keygrid-carousel .slick-dots {
    padding: 0 40px;
  }

  .keygrid-maintitle {
    font-size: 36px;
  }

  .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;
  }

  .previews .preview-content::before {
    display: none;
  }

  .shiftbox-carousel .slick-dots {
    top: 55vw;
  }

  .textbox {
    width: auto;
  }

  .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;
  }

  .infobox-grid {
    grid-gap: 70px;
  }

  .infobox-cell {
    max-width: 440px;
    width: 100%;
  }

  .infobox-grid__5 .infobox-row {
    grid-gap: 40px 0;
    grid-template-columns: auto;
  }

  .pane:nth-child(2n) {
    transition-delay: 0s;
  }

  .pane {
    padding: 20px 16px 40px;
  }

  .map {
    margin: 0 -16px;
  }

  .keygrid {
    grid-template-columns: auto;
  }

  .keygrid-inner {
    max-width: 640px;
    padding: 20px 16px;
    margin: 0 auto;
  }

  .keygrid-col {
    padding: 0;
    overflow: hidden;
  }

  .keygrid-col__gray {
    padding: 40px 0;
  }

  .keygrid-maintitle {
    font-size: 28px;
    font-weight: 500;
  }

  .keygrid-description {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 20px;
  }

  .keygrid-media::before {
    padding-top: 60%;
  }

  .case-title::before {
    margin-bottom: 30px;
  }

  .case-description {
    font-size: 16px;
    margin-top: 30px;
  }

  .case-carousel-nav {
    margin: 40px 0 0;
  }

  .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;
  }

  .textbox {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .section-caption {
    margin-left: 0;
  }
}

@media screen and (max-width: 374.98px) {
  .inner-wrapper {
    padding: 0;
  }

  .footer {
    padding: 40px 0 60px;
  }
}

@media screen and (min-width: 768px) {
  .keygrid-col__b {
    grid-column-end: span 2;
  }

  .keygrid-col__c {
    grid-column-end: span 3;
  }

  .keygrid-col:only-child {
    grid-column-end: span 5;
  }

  .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: 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-col:first-child .keygrid-inner {
    margin-left: calc((100vw - 1920px) / 2);
  }

  .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);
  }

  .textbox {
    width: calc((60vw) - (100vw - 1920px) / 2 - 90px - 282px);
  }
}

#contact.section {
  margin: 150px 0 0;
}

.videosection .keygrid-col div {
  position: relative;
}

.videosection .keygrid-col div video {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  overflow: hidden;
}

.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;
  }
}

@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 .hide {
  display: none;
}

.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-7c371a07-7a0f-4422-8604-9793b6a9333a) 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;
}

.selectbox.visible {
  visibility: visible !important;
}

@media screen and (max-width: 900px) {
  .formss .selectbox {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 5px 0 0;
  }

  .formss .wpcf7-submit {
    width: 130px;
    height: 94px;
    background-size: 100% auto;
  }

  .selectbox {
    visibility: visible !important;
  }
}

@media screen and (max-width: 600px) {
  .formss .center {
    padding: 0 15px;
  }

  .formss input[type="checkbox"] ~ span.wpcf7-list-item-label {
    height: 34px;
    font-size: 14px;
  }
}

.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;
  }
}

.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;
}

.container {
  z-index: -1100 !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;
  }
}

.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;
}

.preview-name a {
  position: relative;
  z-index: 6;
  transition: all 0.5s;
}

.preview-name a:hover {
  color: #f35422;
}

.service-tags.tagswork {
  padding: 30px 0 0;
}

.tagslist {
  padding: 2.90625rem 0 0;
}

.tagslist b {
  display: block;
  padding: 0 0 6px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.14px;
}

.tagslist ul li {
  display: block;
  list-style: none;
  color: #7b7b7b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
}

.link-project {
  padding: 1.75rem 0 0;
}

.link-project a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  letter-spacing: -0.18px;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
}

.link-project a:hover {
  color: #dc4d20;
}

.link-project a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: var(--wpr-bg-5be7319f-5e83-4793-a6d8-ed94bd6290c9) center center
    no-repeat;
  position: absolute;
  top: 50%;
  margin: -12px 0 0;
  right: -28px;
}

.intro-start-image {
  position: relative;
}

.intro-start-image video {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  overflow: hidden;
  z-index: 2;
}

.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-488a8ef7-afe9-4b1f-8c77-06518a220963) center center
    no-repeat;
  transition: all 0.5s;
}

.videosection a:hover::before {
  background: var(--wpr-bg-2025603a-0e3e-4c8c-8ff6-85f7e8dcdd29) 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;
}

.anylink {
  background: #81d742 !important;
  color: #fff !important;
  font-size: 16px;
  border-radius: 100px;
  height: 40px;
  font-weight: 600;
  letter-spacing: -0.03em;
  padding: 0 44px 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
  position: relative;
}

.anylink:hover {
  background: #f35422 !important;
  color: #fff !important;
}

.anylink::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  bottom: 0;
  background: var(--wpr-bg-e2c671b2-419f-4e06-95dc-1af2ee90590e) center center
    no-repeat;
  transition: all 0.25s;
}

.anylink:hover::after {
  transform: rotate(45deg);
  background: var(--wpr-bg-bfa3768b-571e-4c4f-a460-15c495df01ab) center center
    no-repeat !important;
}

.link-project a::before {
  display: none;
}
