[class*=" w-icon-"],
[class^="w-icon-"] {
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: webflow-icons !important;
}


@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.eot");
  src: url("../fonts/Inter.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Inter.woff2") format("woff2"),
       url("../fonts/Inter.woff") format("woff"),
       url("../fonts/Inter.ttf") format("truetype"),
       url("../fonts/Inter.svg#Inter") format("svg");
}


@font-face {
  font-family: "Joyride W05 STD";
  src: url("../fonts/Joyride-W05-STD.eot");
  src: url("../fonts/Joyride-W05-STD.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Joyride-W05-STD.woff2") format("woff2"),
       url("../fonts/Joyride-W05-STD.woff") format("woff"),
       url("../fonts/Joyride-W05-STD.ttf") format("truetype"),
       url("../fonts/Joyride-W05-STD.svg#JoyrideW05STD") format("svg");
}


.w-icon-nav-menu:before {
  content: "";
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}

body {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 0.28px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  min-height: 100%;
  margin: 0;
  cursor: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-hidden {
  display: none;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}
.w-video object {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
[type="button"],
[type="reset"],
button {
  cursor: pointer;
  border: 0;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}
.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}
.w-input {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}
.w-input:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}
.w-input[disabled],
.w-input[readonly] {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly] {
  background-color: #eee;
}
textarea.w-input {
  height: auto;
}
.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.w-container:after,
.w-container:before {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-container:after {
  clear: both;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
 
  body{
    letter-spacing:0.2px;
  }
 
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main,
  .w-hidden-small {
    display: inherit !important;
  }
}
.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}
.w-nav:after,
.w-nav:before {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-nav:after {
  clear: both;
}
.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  float: right;
  position: relative;
}
[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}
.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wf-layout-layout {
  display: grid;
}
:root {
  --black: black;
  --white: white;
  --white-opacity--50: rgba(255, 255, 255, 0.5);
  --white-opacity--20: rgba(255, 255, 255, 0.2);
  --white-opacity--8: rgba(255, 255, 255, 0.08);
  --white-opacity--40: rgba(255, 255, 255, 0.4);
  --white-opacity--12: rgba(255, 255, 255, 0.12);
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}


/* Video tam ekran olacak ve kırpılacak */
.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  overflow: hidden;
}

.video-container-bottom{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  overflow: hidden;
}


h1 {
  letter-spacing: -6.24px;
  text-transform: uppercase;
  font-size: 140px;
  font-weight: 700;
  line-height: 136%;
}
h2 {
  letter-spacing: -2.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 96%;
}
h3 {
  letter-spacing: -1.92px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 96%;
}
h4 {
  letter-spacing: -0.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 96%;
}

a {
  color: var(--white);
  text-decoration: none;
}
.home-hero {
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  min-height: 720px;
  padding-bottom: 32px;
  display: flex;
}
.nav {
  z-index: 10;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(15, 15, 15, 0));
  width: 100%;
  padding-top: 24px;
  position: fixed;
  top: 0;
}
.container {
  width: 100%;
  max-width: 1664px;
  padding-left: 32px;
  padding-right: 32px;
}
.container.footer-container {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.nav-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 8fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}
.nav-logo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  letter-spacing: -0.96px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 128%;
  display: flex;
}
.nav-logo-letters-wrapper {
  position: relative;
  overflow: hidden;
}
.nav-logo-letter-absolute {
  position: absolute;
}
.nav-logo-letter-absolute.first-letter {
  top: -100%;
}
.nav-logo-letter-absolute.second-letter {
  bottom: -100%;
}
.nav-menu-blocks-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}
.nav-menu-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.nav-menu-item {
  color: var(--white);
  letter-spacing: -0.84px;
  text-transform: uppercase;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 128%;
}
.nav-menu-item-text-absolute {
  position: absolute;
  bottom: -100%;
}
.nav-menu-item-content {
  position: relative;
  overflow: hidden;
}
.home-hero-offer-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.h1.works-hero-heading {
  letter-spacing: -4.8px;
  max-width: 560px;
  font-size: 80px;
  line-height: 96%;
}
.h1.h1-small {
  letter-spacing: -4.8px;
  font-size: 80px;
}
.home-hero-offer-text-and-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 8px;
  display: flex;
}
.regular-s.about-paragraph {
  max-width: 424px;
}
.round-icon-button {
  border: 0.5px solid var(--white);
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 16px 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.round-icon-button-default-icon {
  width: 16px;
  height: 16px;
}
.round-icon-button-absolute-icon {
  width: 16px;
  height: 16px;
  position: absolute;
}
.margin-bottom-240-mobile-160 {
  margin-bottom: 240px;
}
.section-content-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.section-name {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white-opacity--50);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.mono-m {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 128%;
}

.h2.h2-contact {
  max-width: 480px;
  font-weight: 600;
}

.h2-about {
  max-width: 600px;
  font-weight: 800; 
  font-size: 75px;
  line-height: 130%;
  text-align: right;
  letter-spacing:4px;
  font-family: "Joyride W05 STD";
}

.h2-small {
  letter-spacing: -0.96px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  line-height: 128%;
}
.about-content {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  display: flex;
}
.about-content-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.about-content-text-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.primary-button-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}
.primary-button-icon {
  width: 20px;
  height: 20px;
}
.mono-s {
  letter-spacing: -0.84px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 128%;
}
.first-about-video {
  height: 100vh;
  min-height: 880px;
  max-height: 1200px;
}
.second-about-video {
  height: 65vh;
  min-height: 560px;
  max-height: 640px;
}
.section-name-wrapper {
  padding-top: 4px;
  position: -webkit-sticky;
  position: sticky;
  top: 56px;
}
.vertical-flex-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.large-text {
  text-transform: none;
  font-size: 80px;
  font-weight: 500;
}
.large-text.contact-info-item-text-absolute {
  position: absolute;
  bottom: -100%;
}

.ticker {
  margin-top: 72px;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: black; /* Arka plan ekledim */
}

.ticker-wrapper {
  display: flex;
  white-space: nowrap;
  width: max-content;
}

.ticker-line {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 64px; /* Markalar arası boşluk */
}

.ticker-gradient {
  background-image: linear-gradient(
    90deg,
    black,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0) 70%,
    black
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.color-white-opacity-20 {
  color: var(--white-opacity--20);
  
  padding: 0 15px;
}
.awards-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}
.award-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--white-opacity--20);
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  display: grid;
}
.award-primary-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.color-white-opacity-50 {
  color: var(--white-opacity--50);
}
.award-secondary-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.collection-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}
.work-block {
  flex-flow: column;
  width: 100%;
  height: 100vh;
  min-height: 880px;
  max-height: 1200px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.work-block-content {
  z-index: 2;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}
.work-name-and-info {
  display: flex;
  justify-items: center;
  justify-content: space-evenly;
  margin-right:auto;
  margin-left: auto;
  margin-top: 2%;
  width: 95%;
}
.work-info-blocks-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
}
.work-info-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 1;
  display: flex;
}
.work-description-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;    
  letter-spacing: .6px;
  line-height: 20px;
  align-self: center;
  font-size: 1em;
  text-align: center;
  background: #00000078;
  padding: 1% 5%;

}
.max-width-424 {
  max-width: 424px;
}
.work-block-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.contact-content {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  display: flex;
}
.home-hero-offer-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 320px;
  display: flex;
}
.contact-info-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}
.contact-info-item {
  border-bottom: 4px solid var(--white-opacity--20);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  padding-right: 16px;
  display: flex;
}
.contact-info-item-icons-wrapper,
.contact-info-item-text-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}
.contact-info-item-icon-default {
  width: 48px;
  height: 48px;
}
.contact-info-item-icon-absolute {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: -100%;
  left: -100%;
}
.contact-info-internal-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}
.contact-form-video-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.contact-video {
  height: 65vh;
  min-height: 560px;
  max-height: 640px;
}
.form-block-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white-opacity--8);
  flex-flow: column;
  height: 100vh;
  min-height: 880px;
  max-height: 1200px;
  display: flex;
}
.form-block-header {
  border-bottom: 1px solid var(--white-opacity--8);
  padding: 48px;
}
.h3.form-heading {
  max-width: 400px;
}
.form-block {
  flex-flow: column;
  flex: 1;
  margin-bottom: 0;
  display: flex;
}
.form {
  grid-column-gap: 0;
  grid-row-gap: 0;
  flex-flow: column;
  flex: 1;
  display: flex;
}
.form-input {
  border: 1px none var(--black);
  color: var(--white);
  letter-spacing: -0.96px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 79px;
  margin-bottom: 0;
  padding: 28px 48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 96%;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form-input::placeholder {
  color: var(--white-opacity--40);
}
.form-input.text-area {
  flex: 1;
  height: auto;
  min-height: 92px;
}
.form-button {
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
  letter-spacing: -0.96px;
  text-transform: uppercase;
  padding: 32px 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 96%;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form-button:focus,
.form-button:hover {
  opacity: 0.8;
}
.success-message {
  background-color: rgba(255, 255, 255, 0);
  flex: 1;
  padding: 0;
}
.success-message-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}
.success-message-icon {
  width: 40px;
  height: 40px;
}
.success-message-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  display: flex;
}
.error-message {
  background-color: var(--white-opacity--8);
  margin-top: 0;
  padding: 24px;
}
.padding-top-64 {
  padding-top: 64px;
}
.margin-bottom-176-mobile-96 {
  margin-bottom: 50px;
}
.footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  height: 200vh;
  min-height: 1800px;
  max-height: 2400px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.footer-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-content {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1064px;
  display: flex;
  position: relative;
}
.footer-message {
  flex-flow: column;
  flex: 1;
  max-width: 510px;
  font-family: "Joyride W05 STD";
  font-size: 30px;
}
.footer-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}
.footer-menu-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.large-footer-text {
  text-align: center;
  mix-blend-mode: normal;
  font-size: 170px;
  line-height: 96%;
  font-family: "Joyride W05 STD";
}
.h1-text {
  letter-spacing: 4px;
  font-size: 140px;
  line-height: 100%;
  font-family: "Joyride W05 STD";
  mix-blend-mode:difference;
  margin: 0;
}
.footer-legal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.footer-legal-link {
  color: var(--white-opacity--50);
  letter-spacing: -0.84px;
  padding: 4px;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 500;
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer-legal-link:focus,
.footer-legal-link:hover {
  color: var(--white);
}
.home-hero-h1-wrapper {
  overflow: hidden;
}
.nav-mobile-link {
  color: var(--white);
  letter-spacing: -0.84px;
  padding: 4px;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 500;
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: none;
}
.nav-mobile-link:focus,
.nav-mobile-link:hover {
  color: var(--white-opacity--50);
}
.mobile-menu {
  display: none;
}
.internal-page-nav-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.works-hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.works-hero-content {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}
.works-hero-info-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  width: 100%;
  max-width: 456px;
  display: flex;
}
.works-hero-info {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}
.works-description {
  margin-top: 160px;
  margin-bottom: 160px;
}
.works-description-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  max-width: 680px;
  display: flex;
}
.works-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}
.works-video {
  height: 100vh;
  min-height: 880px;
  max-height: 1200px;
  position: relative;
  overflow: hidden;
}
._404-hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  min-height: 720px;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
}
._404-hero-content {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

@media screen and (max-width: 3400px) {
  .video-container{
    height: 185%;
  }
  .video-container-bottom{
    height: 140%;
  }
  .work-description-block {
    margin: auto;
    width: 60%;
    font-size: 1.2em;
    letter-spacing: .8px;
    line-height: 24px;
  }
}
@media screen and (max-width: 2400px) {
  .video-container-bottom {
    height: 260%;
  }
  .video-container{
    height: 145%;
  }
  .work-description-block{
    font-size: 1.2em;
    margin: auto;
    width: 60%;
    font-size: 1.2em;
    letter-spacing: .8px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1600px) {
  .video-container{
    width: 140%;
  }
  .video-container-bottom{
    height: 120%;
  }
  .h1-text {
    letter-spacing: 7px;
    font-size: 105px;
    margin: revert;
  }
  .large-text{
    font-size: 50px;
  }
}

@media screen and (max-width: 1280px) {

  .work-description-block {
    margin: auto;
    width: 100%;
    font-size: 1em;
    letter-spacing: .8px;
    line-height: 24px;
}

  h1 {
    letter-spacing: 6px;
    font-size: 90px;
  }
   .h2-about{
    font-size: 65px;
  }
  h2 {
    letter-spacing: -2.56px;
    font-size: 64px;
  }
  .home-hero-offer-content,
  .nav-content {
    grid-template-columns: 9fr 3fr;
  }
  .section-content-grid {
    grid-template-columns: 2fr 10fr;
  }
  .about-content-grid {
    grid-template-columns: 3fr 4fr;
  }
  .home-hero-offer-text-wrapper {
    max-width: 240px;
  }
  .contact-info-internal-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 5fr 6fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .large-footer-text {
    font-size: 115px;
  }
  .internal-page-nav-content {
    grid-template-columns: 9fr 3fr;
  }

  .h1-text {
    letter-spacing: 2px;
    font-size: 8em;
  }
  
  .home-hero-offer-text-wrapper{
    grid-row-gap:0;
  }
 

  .large-text{
    font-size:50px ;
  }

  .video-container{
    width: 160%;
  }
  .video-container-bottom{
    width: 160%;
  }
}
@media screen and (max-width: 1024px) {

  .work-description-block {
    margin: auto;
    width: 100%;
    font-size: 1em;
    letter-spacing: .8px;
    line-height: 24px;
}

  .home-hero {
    min-height: 800px;
  }
  .nav-content {
    grid-template-columns: 2fr 2fr;
  }
  .home-hero-offer-content {
    grid-column-gap: 24px;
    grid-row-gap: 0;
    flex-flow: column;
    display: flex;
  }
  .h1.works-hero-heading {
    letter-spacing: -4.32px;
    max-width: 520px;
    font-size: 72px;
  }
  .h1.h1-small {
    letter-spacing: -4.32px;
    font-size: 72px;
  }
  .home-hero-offer-text-and-button {
    grid-column-gap: 80px;
    grid-row-gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  .regular-s.about-paragraph {
    max-width: 640px;
    line-height: 20px;
  }
  .section-content-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }
  .h2.h2-about,
  .h2.h2-contact {
    max-width: 640px;
    font-weight: 600;
  }
  .about-content-grid.about-videos {
    grid-template-columns: 2fr 2fr;
  }
  .about-content-grid.about-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
  }
  .first-about-video {
    height: 680px;
    min-height: auto;
    max-height: none;
  }
  .second-about-video {
    height: 480px;
    min-height: auto;
    max-height: none;
  }
  .section-name-wrapper {
    padding-top: 0;
  }
  .large-text {
    font-size: 40px;
  }
  .award-block {
    grid-template-columns: 2fr 2fr;
  }
  .work-block {
    height: 880px;
    min-height: auto;
    max-height: none;
  }
  .work-name-and-info {
    display: grid;
  }
  .home-hero-offer-text-wrapper {
    max-width: 480px;
  }
  .contact-info-item-icon-absolute,
  .contact-info-item-icon-default {
    width: 40px;
    height: 40px;
  }
  .contact-form-video-grid {
    flex-flow: column;
    display: flex;
  }
  .contact-video,
  .form-block-wrapper {
    height: 880px;
    min-height: auto;
    max-height: none;
  }
  .footer {
    height: 1800px;
    min-height: auto;
    max-height: none;
  }
  .large-footer-text {
    font-size: 19.2vw;
  }
  .internal-page-nav-content {
    grid-template-columns: 2fr 2fr;
  }
  .works-hero {
    height: 800px;
  }
  .works-video {
    height: 880px;
    min-height: auto;
    max-height: none;
  }
  ._404-hero {
    min-height: 800px;
  }
  .video-container{
    width: 170%;
  }
  .video-container-bottom{
    width: 160%;
    height: 200%;
  }
  
}
@media screen and (max-width: 768px) {

  .work-description-block {
    margin: auto;
    width: 100%;
    font-size: 1em;
    letter-spacing: .8px;
    line-height: 24px;
}

  .about-content-grid.about-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .h1-text{
    letter-spacing: 2px;
    font-size: 7em;
    margin: 0;
  }

  .custom-cursor{
    display: none;
  }
  h1 {
    letter-spacing: -2.24px;
    font-size: 56px;
  }
  h2 {
    letter-spacing: -0.8px;
    font-size: 50px;
    line-height: 104%;
  }
  h3 {
    letter-spacing: -0.64px;
    font-size: 32px;
    line-height: 104%;
  }
  .home-hero {
    min-height: 600px;
  }
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-hero-offer-content {
    justify-content: flex-start;
    align-items: center;
  }
  .h1.works-hero-heading {
    letter-spacing: -2.88px;
    max-width: 400px;
    font-size: 48px;
  }
  .h1.h1-small {
    letter-spacing: -2.24px;
    font-size: 56px;
  }
  .home-hero-offer-text-and-button {
    grid-column-gap: 56px;
    grid-row-gap: 0;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }
  .regular-s.mobile-hidden {
    display: none;
  }
  .margin-bottom-240-mobile-160 {
    margin-bottom: 80px;
  }

  .h2.h2-contact {
    max-width: 360px;
    font-weight:600;
  }
  .about-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }
  .about-content-grid.about-videos {
    flex-flow: column;
    display: flex;
  }
  .first-about-video {
    height: 600px;
  }
  .second-about-video {
    height: 400px;
  }
  .ticker {
    margin-top: 56px;
  }
  .large-text {
    font-size: 32px;
  }
  .ticker-line,
  .ticker-wrapper {
    grid-column-gap: 10px;
  }
  .award-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }
  .award-primary-info {
    justify-content: space-between;
    align-items: flex-start;
  }
  .work-block {
    height: 600px;
  }
  .work-name-and-info{
    width: 90%;
    display: grid;
    grid-template-columns: 4fr 1fr;
    justify-items: left;
  }
 
  .work-name-and-info h4 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 25px;
  }
  .contact-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }
  .home-hero-offer-text-wrapper {
    max-width: 400px;
    font-size:12px;
  }
  .round-icon-button{
    padding: 10px 10px;
  }
  .contact-info-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .contact-info-item {
    border-bottom-width: 2px;

  }
  .contact-info-item-icon-absolute,
  .contact-info-item-icon-default {
    width: 24px;
    height: 24px;
  }
  .contact-info-internal-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .contact-video {
    height: 600px;
  }
  .form-block-wrapper {
    height: 720px;
  }
  .form-block-header {
    padding: 40px 24px;
  }
  .h3.form-heading {
    max-width: 320px;
  }
  .form-input {
    height: 71px;
    padding: 24px;
  }
  .margin-bottom-176-mobile-96 {
    margin-bottom: 20px;
  }
  .footer {
    height: 1200px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .large-footer-text {
    font-size: 80px;
  }
  .home-hero-h1-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }
  .works-hero {
    height: 100vh;
    min-height: 600px;
  }
  .works-video {
    height: 600px;
  }
  ._404-hero {
    min-height: 600px;
  }
  .video-container{
    height: 150%;
  }
  .video-container-bottom{
    height: 220%;
  }
  .h2-about{
    font-size: 45px;
  }
}
@media screen and (max-width: 479px) {

  .footer-message{
    font-size: 20px;
  }
  .large-text {
    font-size: 22px;
  }
  .custom-cursor{
    display: none;
  }
  .home-hero-offer-content{
    grid-row-gap: 0px;
  }
  .h1-text{
    letter-spacing: 2px;
    font-size: 55px;
    margin: 5px;
  }
  .home-hero-offer-text-wrapper{
    font-size: 10px ;
  }
  .round-icon-button{
    padding: 3px 3px;
  }
  .nav-content {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .nav-menu-blocks-wrapper {
    display: none;
  }
  .large-footer-text {
    font-size: 45px;
  }
  .nav-mobile-link {
    cursor: pointer;
    display: flex;
  }
  .mobile-menu {
    z-index: 10;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-color: var(--black);
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 24px 24px 32px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .mobile-menu-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    display: flex;
    overflow: hidden;
  }
  .mobile-menu-links {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: auto;
  }
  .mobile-menu-link {
    color: var(--white);
    letter-spacing: -0.72px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: IBM Plex Mono, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 128%;
    transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .mobile-menu-link.social-link,
  .mobile-menu-link:focus,
  .mobile-menu-link:hover {
    color: var(--white-opacity--50);
  }
  .mobile-menu-link.social-link:focus,
  .mobile-menu-link.social-link:hover {
    color: var(--white);
  }
  .internal-page-nav-content {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .works-hero-info-wrapper {
    max-width: 100%;
  }
  .video-container{
    width: 122%;
  }
  .video-container-bottom{
    width: 122%;
  }

  .h2-about {
    font-size: 40px;
  }

  .work-description-block{
    width: 100%;
    font-size: .7em;
    line-height: 14px;
  }

}

@media screen and (max-width: 375px){
  .h2-about {
    font-size: 35px;
}
.work-name-and-info{
  justify-items:left
}

.work-description-block{
  width: 100%;
  font-size: .7em;
  line-height: 14px;
}
  .video-container{
    width: 165%;
  }
  .video-container-bottom{
    width: 125%;
  }
  .large-text{
    font-size: 18px;
  }
  .custom-cursor{
    display: none;
  }
  .home-hero{
    margin-bottom: 0;
  }
  .home-hero-offer-content{
    grid-row-gap: 0px;
  }
  .h1-text{
    letter-spacing: 1px;
    font-size: 3.5em;
  }
  .home-hero-offer-text-wrapper{
    font-size: 11px ;
    letter-spacing: .7px;
  }
  .round-icon-button{
    padding: 3px 3px;
  }
  .large-footer-text{
    font-size: 35px;
  }

  
}

@media screen and (max-width: 320px){
  .h2-about{
    font-size: 30px;
  }
  .work-description-block p{
    line-height: 12px;
    letter-spacing: 1px;
    font-size: 10px;
  }
  .work-name-and-info{
    width: 100%;
    display: grid;
    justify-items:left
  }
}
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-out;
}

.loading-content {
  text-align: center;
}

.loading-logo {
  color: #fff;
  font-size: 2em;
  margin-bottom: 20px;
  font-family: "Joyride W05 STD";
  letter-spacing: 2px;
}

.loading-bar-container {
  width: 200px;
  height: 2px;
  background-color: #333;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}

.loading-bar {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: loading 2s linear infinite;
}

.loading-text {
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 3px;
}

@keyframes loading {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.loading-screen.hidden {
  opacity: 0;
  pointer-events: none;
}

.disclaimer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(50px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.disclaimer-overlay.hidden {
  display: none;
}

.disclaimer-popup {
  background: var(--black);
  border: 1px solid var(--white);
  padding: 40px;
  max-width: 600px;
  width: 90%;
  text-align: center;
}

.disclaimer-popup h2 {
  font-family: "Joyride W05 STD";
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.disclaimer-popup p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-transform: none;
}

.disclaimer-link {
  color: var(--white);
  text-decoration: underline;
  text-transform: none;
}

.disclaimer-checkbox-wrapper {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.disclaimer-checkbox-wrapper label {
  text-transform: none;
  font-size: 14px;
}

.disclaimer-button {
  background: var(--white);
  color: var(--black);
  border: none;
  padding: 12px 30px;
  font-size: 14px;
  letter-spacing: 1px;
  transition: opacity 0.3s;
}

.disclaimer-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media screen and (max-width: 479px) {
  .disclaimer-popup {
    padding: 20px;
  }
  
  .disclaimer-popup h2 {
    font-size: 20px;
  }
  
  .disclaimer-popup p,
  .disclaimer-checkbox-wrapper label {
    font-size: 11px;
  }
}

#w-node-b1a4c6e1-c02e-55c4-9372-68096e46dc74-bf7b867b {
  align-self: start;
}
#noise-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.13;
}



.custom-cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.15);
  transform: translate(-50%, -50%);
  z-index: 10000;
  mix-blend-mode: difference;
  transition: width 1s ease, height 1s ease, backdrop-filter 1s ease;
}

.custom-cursor.hover {
  width: 100px;
  height: 100px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
