/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Color
   ========================================================================== */
:root {
  --link-hover: #b01818;
}


/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.66em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ======================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Titillium Web", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  background: #f8f8f8;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.container {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 450px) {
  .container {
    padding: 0 24px;
  }
}
@media (min-width: 860px) {
  .container {
    padding: 0 40px;
  }
}

img {
  max-width: 100%;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

p {
  margin: 0 0 8px;
}

a {
  color: #1B45C7;
  border-bottom: 1px solid rgba(27, 69, 199, 0.2);
  line-height: 1.2;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #b01818;
  border-bottom-color: #b01818;
  text-decoration: none;
  transition: 0.1s;
}



h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

main {
  padding-bottom: 32px;
}

.mobile-hidden {
  display: none;
}
@media (min-width: 1360px) {
  .mobile-hidden {
    display: block;
  }
}

.icon-copy {
  white-space: nowrap;
}
.icon-copy.temp-hover {
  color: var(--link-hover);
  border-bottom-color: var(--link-hover);
  text-decoration: none;
  transition: 0.1s;
}
.icon-copy.temp-hover:before, .icon-copy.temp-hover:after {
  filter: invert(13%) sepia(96%) saturate(3733%) hue-rotate(352deg) brightness(85%) contrast(94%);
  transition: 0.1s;
}
.icon-copy.temp-hover span {
  border-color: var(--link-hover);
  transition: 0.1s;
}
.icon-copy:after {
  content: "";
  filter: invert(22%) sepia(98%) saturate(3314%) hue-rotate(226deg) brightness(79%) contrast(97%);
  background-image: url("./images/icon-copy.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-bottom: -1px;
  transition: 0.3s;
}
.icon-copy span {
  border-bottom: 1px dashed rgba(27, 69, 199, 0.2);
  transition: 0.3s;
}

.icon-external {
  white-space: nowrap;
  border-bottom: none;
}
.icon-external:after {
  content: "";
  filter: invert(22%) sepia(98%) saturate(3314%) hue-rotate(226deg) brightness(79%) contrast(97%);
  background-image: url("./images/external-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-bottom: -2px;
  transition: 0.3s;
}
.icon-external span {
  border-bottom: 1px solid rgba(27, 69, 199, 0.2);
  transition: 0.3s;
}

.icon-copy, .icon-external {
  transition: none;
}
.icon-copy:hover, .icon-external:hover {
  transition: none;
}
.icon-copy:hover:before, .icon-copy:hover:after, .icon-external:hover:before, .icon-external:hover:after {
  filter: invert(13%) sepia(96%) saturate(3733%) hue-rotate(352deg) brightness(85%) contrast(94%);
  transition: 0.1s;
}
.icon-copy:hover span, .icon-external:hover span {
  color: var(--link-hover);
  border-bottom-color: var(--link-hover);
  transition: 0.1s;
}
.icon-copy:before, .icon-copy:after, .icon-copy span, .icon-external:before, .icon-external:after, .icon-external span {
  transition: 0.3s;
}

.copy-modal {
  color: #000;
  background: #fff;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  font-weight: 300;
  text-align: center;
  display: block;
  border-radius: 8px;
  position: absolute;
  font-size: 16px;
  padding: 4px 12px;
  visibility: hidden;
  min-width: 70px;
  opacity: 0;
  z-index: -1;
  transition: 0.2s;
}

.show {
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.active:after {
  opacity: 1;
  visibility: visible;
}
body.active .mobile-menu {
  transform: translateX(0);
}
body:after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: 0.2s;
}

.header {
  padding: 24px 0 0;
  margin-bottom: 48px;
}
@media (min-width: 540px) {
  .header {
    margin-bottom: 80px;
  }
}
@media (min-width: 860px) {
  .header {
    padding: 12px 0 0;
  }
}
@media (min-width: 979px) {
  .header {
    margin-bottom: 152px;
  }
}
@media (min-width: 1920px) {
  .header {
    margin-bottom: 230px;
  }
}
@media (min-width: 2400px) {
  .header {
    margin-bottom: 233px;
  }
}
.header .container {
  position: relative;
}
@media (min-width: 860px) {
  .header .container {
    display: flex;
    align-items: flex-start;
  }
}

.mobile-menu {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 280px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 34px 21px 40px;
  z-index: 10;
  transform: translateX(-100%);
  transition: 0.2s;
}
@media (min-width: 540px) {
  .mobile-menu {
    max-width: 360px;
  }
}
.mobile-menu .close-btn {
  margin-bottom: 36px;
}
.mobile-menu .language-list {
  background: transparent;
  padding: 0 0 0 3px;
  margin: 0 0 20px;
}
.mobile-menu .language-list li {
  margin-bottom: 31px;
}
.mobile-menu .text {
  margin-top: auto;
  padding-left: 5px;
}
.mobile-menu .text p {
  margin-bottom: 16px;
}
.mobile-menu .text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .text ul li {
  border-bottom: 1px solid #f8f8f8;
  padding: 16px 0;
  margin-bottom: 0;
}
.mobile-menu .text ul li a {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}
.mobile-menu .text ul li a.icon-link, .mobile-menu .text ul li a.icon-mail {
  position: relative;
  border-bottom: none;
  vertical-align: middle;
}
.mobile-menu .text ul li a.icon-link:after, .mobile-menu .text ul li a.icon-mail:after {
  content: "";
  width: 16px;
  height: 16px;
  filter: invert(22%) sepia(98%) saturate(3314%) hue-rotate(226deg) brightness(79%) contrast(97%);
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  margin-left: 10px;
}
.mobile-menu .text ul li a.icon-link:after {
  background: url("./images/external-link.svg");
}
.mobile-menu .text ul li a.icon-mail span {
  border-bottom: 1px dashed rgba(27, 69, 199, 0.2);
}
.mobile-menu .text ul li a.icon-mail:after {
  background: url("./images/email.svg");
}
.mobile-menu .text ul li a span {
  border-bottom: 1px solid rgba(27, 69, 199, 0.2);
}

.languages {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 740px) {
  .languages.mobile-hidden {
    display: block;
  }
}

.language-list {
  background: #f8f8f8;
  list-style-type: none;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
}
@media (min-width: 740px) {
  .language-list {
    padding: 0;
    flex-direction: row;
    margin: 0 -20px;
  }
}
@media (min-width: 860px) {
  .language-list {
    flex-direction: column;
    margin: 0;
  }
}
.language-list li {
  margin-bottom: 20px;
}
@media (min-width: 740px) {
  .language-list li {
    padding: 0 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 860px) {
  .language-list li {
    padding: 0;
    margin-bottom: 20px;
  }
}
.language-list li:last-child {
  margin-bottom: 0;
}
.language-list li.active a, .language-list li.active span {
  color: var(--link-hover);
  border-bottom-color: transparent;
}
.language-list span {
  color: #1b45c7;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(27, 69, 199, 0.2);
}
.language-list a {
  text-transform: uppercase;
}

.header-top {
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 16px;
  padding-top: 12px;
  padding-bottom: 44px;
}
@media (min-width: 860px) {
  .header-top {
    justify-content: flex-start;
    width: 29.21vw;
    max-width: 286px;
    padding-right: 46px;
  }
}
@media (min-width: 980px) {
  .header-top {
    max-width: 280px;
  }
}

.nav-opener {
  border: 5px solid transparent;
  background-color: transparent;
  font-size: 0;
  width: 26px;
  height: 26px;
  position: fixed;
  top: 31px;
  right: 16px;
  z-index: 2;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
@media (min-width: 740px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener span {
  background: #000;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.nav-opener span:nth-child(1) {
  top: 1px;
}
.nav-opener span:nth-child(2), .nav-opener span:nth-child(3) {
  top: 50%;
  transform: rotate(0deg) translateY(-50%);
}
.nav-opener span:nth-child(4) {
  bottom: 1px;
}

.close-btn {
  font-size: 0;
  background-color: transparent;
  border: none;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
}
.close-btn:before, .close-btn:after {
  background: #000;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}
.close-btn:before {
  top: 9px;
  transform: rotate(45deg);
}
.close-btn:after {
  bottom: 9px;
  transform: rotate(-45deg);
}

@media (min-width: 860px) {
  .info-holder {
    flex: 1;
    margin-top: 7px;
    margin-left: -6px;
  }
}
@media (min-width: 980px) {
  .info-holder {
    margin-top: 9px;
    margin-left: 0;
  }
}
@media (min-width: 1360px) {
  .info-holder {
    margin-top: 5px;
  }
}
@media (min-width: 2400px) {
  .info-holder {
    margin-top: 9px;
  }
}
.info-holder .image {
  width: 4.375vw;
  height: 4.375vw;
  min-width: 40px;
  min-height: 40px;
  display: inline-block;
  text-decoration: none;
  border: none;
  position: absolute;
  left: 16px;
  top: 0;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 450px) {
  .info-holder .image {
    left: 24px;
  }
}
@media (min-width: 740px) {
  .info-holder .image {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 4vw;
    height: 4vw;
    margin-right: -1.35vw;
  }
}
@media (min-width: 1280px) {
  .info-holder .image {
    width: 4.25vw;
    height: 4.25vw;
  }
}
@media (min-width: 1360px) {
  .info-holder .image {
    margin-right: -1.5vw;
  }
}
@media (min-width: 2400px) {
  .info-holder .image {
    margin-right: -1.7vw;
  }
}
.info-holder .image:hover img {
  width: 110%;
  height: 110%;
  transition: 0.2s;
}
.info-holder .image img {
  max-width: unset;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 740px) {
  .info-holder .text {
    display: flex;
    align-items: flex-start;
    margin: 0 -8px;
  }
}
@media (min-width: 860px) {
  .info-holder .text {
    flex-direction: column;
    max-width: 630px;
    width: 100%;
  }
}
@media (min-width: 980px) {
  .info-holder .text {
    flex-direction: row;
    max-width: unset;
  }
}
@media (min-width: 2400px) {
  .info-holder .text {
    font-size: 24px;
    line-height: 1.333;
    margin: 0 -12px;
  }
}
@media (min-width: 740px) {
  .info-holder .text .col-left {
    width: 67%;
    padding: 0 8px;
  }
}
@media (min-width: 860px) {
  .info-holder .text .col-left {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .info-holder .text .col-left {
    width: 59%;
    max-width: unset;
  }
}
@media (min-width: 1280px) {
  .info-holder .text .col-left {
    width: 74%;
  }
}
@media (min-width: 1920px) {
  .info-holder .text .col-left {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 18px;
         column-gap: 18px;
    width: 85%;
  }
}
@media (min-width: 2400px) {
  .info-holder .text .col-left {
    width: 84%;
    padding: 0 12px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (min-width: 740px) {
  .info-holder .text .col-right {
    width: 33%;
    padding: 0 8px;
  }
}
@media (min-width: 860px) {
  .info-holder .text .col-right {
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 980px) {
  .info-holder .text .col-right {
    width: 41%;
    max-width: unset;
  }
}
@media (min-width: 1280px) {
  .info-holder .text .col-right {
    width: 26%;
  }
}
@media (min-width: 1920px) {
  .info-holder .text .col-right {
    width: 15%;
    min-width: 336px;
  }
}
@media (min-width: 2400px) {
  .info-holder .text .col-right {
    width: 16%;
    padding: 0 12px;
  }
}
@media (min-width: 740px) {
  .info-holder .text .col-right.mobile-hidden {
    display: block;
  }
}
.info-holder .text .col-right a {
  border-bottom: none;
}

h1 {
  font-family: "Cormorant Garamond", "Times", "Baskerville", "Georgia", serif;
  text-transform: uppercase;
  font-size: 10vw;
  line-height: 0.75;
  font-weight: 300;
  margin: 0 0 32px;
}
@media (min-width: 540px) {
  h1 {
    font-size: 5.92vw;
  }
}
@media (min-width: 740px) {
  h1 {
    font-size: 7.57vw;
  }
}
@media (min-width: 860px) {
  h1 {
    font-size: 5.72vw;
    line-height: 0.72;
  }
}
@media (min-width: 980px) {
  h1 {
    line-height: 0.7;
    margin-left: -8px;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 6.25vw;
  }
}
@media (min-width: 1360px) {
  h1 {
    line-height: 0.68;
  }
}
@media (min-width: 2400px) {
  h1 {
    font-size: 6.667vw;
    margin-bottom: 24px;
  }
}
h1 .image {
  display: inline-block;
}
h1 em {
  font-weight: 300;
}
@media (min-width: 860px) {
  h1 em {
    display: inline-block;
  }
}
h1 em + span {
  display: block;
}

.project {
  margin-bottom: 16px;
}
@media (min-width: 860px) {
  .project {
    display: grid;
    -moz-column-gap: 4px;
         column-gap: 4px;
    row-gap: 16px;
    grid-template-areas: "lefttop righttop righttop" ".  righttop righttop";
    grid-auto-rows: auto;
    grid-template-columns: 28.3vw 1fr 1fr;
  }
}
@media (min-width: 980px) {
  .project {
    grid-template-columns: min(28.3vw, 276px) 1fr 1fr;
  }
}
@media (min-width: 1360px) {
  .project {
    row-gap: 40px;
    grid-template-areas: "lefttop righttop righttop" ".  righttop righttop";
  }
}
.project.two-col {
  grid-template-areas: "lefttop" "righttop" "leftbottom" " rightbottom";
}
@media (min-width: 860px) {
  .project.two-col {
    grid-template-areas: "lefttop righttop righttop" "leftbottom  rightbottom rightbottom";
  }
}
@media (min-width: 1360px) {
  .project.two-col {
    grid-template-areas: "lefttop righttop rightbottom" "leftbottom  righttop rightbottom";
  }
}
@media (min-width: 1570px) {
  .project.two-col {
    grid-template-areas: "lefttop righttop rightbottom" "leftbottom  righttop rightbottom" ".  righttop rightbottom";
  }
}
.project.two-col.mobile-first-hidden {
  grid-template-areas: "leftbottom" " rightbottom";
}
@media (min-width: 860px) {
  .project.two-col.mobile-first-hidden {
    grid-template-areas: "leftbottom  rightbottom rightbottom";
  }
}
@media (min-width: 1360px) {
  .project.two-col.mobile-first-hidden {
    grid-template-areas: "lefttop righttop rightbottom" "leftbottom  righttop rightbottom" ".  righttop rightbottom";
  }
}
.project.two-col.mobile-first-hidden .item-rt, .project.two-col.mobile-first-hidden .item-lt {
  display: none;
}
@media (min-width: 1360px) {
  .project.two-col.mobile-first-hidden .item-rt, .project.two-col.mobile-first-hidden .item-lt {
    display: flex;
  }
}
.project.two-col .bg.decor-table:before {
  content: "";
  background-image: url("./images/decor1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 150%;
  opacity: 0.05;
  display: none;
}
@media (min-width: 540px) {
  .project.two-col .bg.decor-table:before {
    display: block;
  }
}
.project.two-col .bg.decor-table + .img:after {
  content: "";
  background-image: url("./images/decor1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 150%;
  opacity: 0.2;
  display: none;
}
@media (min-width: 540px) {
  .project.two-col .bg.decor-table + .img:after {
    display: block;
  }
}
.project.three-col {
  grid-template-areas: "rightbottom" "lefttop";
}
@media (min-width: 860px) {
  .project.three-col {
    grid-template-areas: "lefttop rightbottom rightbottom";
  }
}
@media (min-width: 1360px) {
  .project.three-col {
    grid-template-areas: "lefttop righttop rightmiddle rightbottom" ".  righttop rightmiddle rightbottom";
    grid-template-columns: min(28.3vw, 276px) 1fr 1fr 1fr;
  }
}
.project.three-col .image-holder {
  background-color: #523dd7;
}
@media (min-width: 1920px) {
  .project.three-col .image-holder {
    padding-top: 560px;
  }
}
.project.three-col .image-holder img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.project.three-col .image-holder .mobile-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1360px) {
  .project.three-col .image-holder .mobile-img {
    display: none;
  }
}
.project.three-col .image-holder .mobile-img img {
  -o-object-position: center;
     object-position: center;
}
.project.sm-height .image-holder {
  padding-top: 320px;
}
@media (min-width: 860px) {
  .project.slider-project {
    grid-template-areas: "lefttop righttop righttop";
  }
}
.project.slider-project .image-holder {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.project.slider-project .image-holder:hover .project-slider .slide-img img, .project.slider-project .image-holder.hover-effect .project-slider .slide-img img {
  width: 110%;
  height: 110%;
  transition: 0.2s;
}
.project.slider-project .image-holder:hover .bg, .project.slider-project .image-holder.hover-effect .bg {
  --startColor: #180c4f;
  --endColor: #640859;
  transition: --startColor 0.2s, --endColor 0.2s;
}
.project.slider-project .image-holder .bg {
  --startColor: #1a0e50;
  --endColor: #6e1563;
  background: radial-gradient(circle, var(--startColor) 0%, var(--endColor) 100%);
  transition: --startColor 0.4s, --endColor 0.4s;
}
.project.slider-project .image-holder .bg.decor-table:before {
  content: "";
  width: 100%;
  height: 31.25%;
  background-image: url("./images/decor2.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 740px) {
  .project.slider-project .image-holder .bg.decor-table:before {
    height: 18.38%;
  }
}
@media (min-width: 860px) {
  .project.slider-project .image-holder .bg.decor-table:before {
    height: 33.98%;
  }
}
.project.slider-project .image-holder .bg img {
  -o-object-fit: unset;
     object-fit: unset;
}
.project.slider-project .project-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 740px) {
  .project.slider-project .project-slider {
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 740px) {
  .project.slider-project .project-slider {
    width: 105%;
  }
}
@media (min-width: 860px) {
  .project.slider-project .project-slider {
    width: 134%;
  }
}
@media (min-width: 1360px) {
  .project.slider-project .project-slider {
    width: 100%;
  }
}
.project.slider-project .project-slider .slide-img {
  align-items: unset;
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.4s;
}
@media (min-width: 740px) {
  .project.slider-project .project-slider .slide-img {
    max-height: 45.12vw;
  }
}
@media (min-width: 1360px) {
  .project.slider-project .project-slider .slide-img {
    max-height: 27.5vw;
  }
}
.project.slider-project .project-slider .slide-img img {
  padding: 45px;
  display: block;
}
@media (min-width: 540px) {
  .project.slider-project .project-slider .slide-img img {
    padding: 15px;
  }
}
@media (min-width: 740px) {
  .project.slider-project .project-slider .slide-img img {
    padding: 0;
  }
}
.project:not(.nda-project).sm-height a.image-holder:hover .bg img, .project:not(.nda-project).sm-height a.image-holder.hover-effect .bg img {
  width: 105%;
  height: 105%;
}
.project:not(.nda-project) a.image-holder.lg-mobile:hover .img img {
  width: 160%;
}
@media (min-width: 860px) {
  .project:not(.nda-project) a.image-holder.lg-mobile:hover .img img {
    width: 110%;
  }
}
.project:not(.nda-project) a.image-holder.border-purple:hover:after {
  border-color: #3722bc;
}
.project:not(.nda-project) a.image-holder:hover, .project:not(.nda-project) a.image-holder.hover-effect {
  transition: 0.2s;
}
.project:not(.nda-project) a.image-holder:hover:after, .project:not(.nda-project) a.image-holder.hover-effect:after {
  transition: 0.4s;
}
.project:not(.nda-project) a.image-holder:hover .img img, .project:not(.nda-project) a.image-holder:hover .mobile-img img, .project:not(.nda-project) a.image-holder.hover-effect .img img, .project:not(.nda-project) a.image-holder.hover-effect .mobile-img img {
  width: 110%;
  height: 110%;
  transition: 0.2s;
}
.project .item-lt, .project .item-lb {
  position: relative;
  margin-bottom: 31px;
}
@media (min-width: 540px) {
  .project .item-lt, .project .item-lb {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 860px) {
  .project .item-lt, .project .item-lb {
    align-self: flex-start;
    padding-right: 30px;
  }
}
@media (min-width: 1280px) {
  .project .item-lt, .project .item-lb {
    margin-bottom: 0;
  }
}
@media (min-width: 540px) {
  .project .item-lt .project-title, .project .item-lb .project-title {
    width: 57%;
  }
}
@media (min-width: 860px) {
  .project .item-lt .project-title, .project .item-lb .project-title {
    width: 100%;
  }
}
.project .item-lt .tags, .project .item-lb .tags {
  position: absolute;
  bottom: 100%;
  left: 8px;
}
@media (min-width: 540px) {
  .project .item-lt .tags, .project .item-lb .tags {
    position: static;
    padding-left: 10px;
    width: 43%;
    justify-content: flex-end;
  }
}
@media (min-width: 860px) {
  .project .item-lt .tags, .project .item-lb .tags {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
  }
}
.project .item-lt .text, .project .item-lb .text {
  width: 100%;
}
.project .item-lt {
  grid-area: lefttop;
}
.project .item-lb {
  grid-area: leftbottom;
}
.project .item-rt {
  grid-area: righttop;
}
.project .item-rm {
  grid-area: rightmiddle;
}
.project .item-rb {
  grid-area: rightbottom;
}
.project .text {
  font-size: 15px;
  line-height: 1.53;
}
@media (min-width: 860px) {
  .project .text {
    font-size: 16px;
  }
}
.project .text p:last-child {
  margin-bottom: 0;
}
.project a.image-holder:not(.border-none):hover:after, .project a.image-holder:not(.border-none).hover-effect:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.project .image-holder {
  border: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 9px;
  position: relative;
  top: 0;
  left: 0;
  padding: 111.12% 20px 0;
  height: 0;
  transition: 0.4s;
}
@media (min-width: 540px) {
  .project .image-holder {
    border-radius: 8px;
    padding-top: 420px;
  }
}
@media (min-width: 860px) {
  .project .image-holder {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .project .image-holder {
    margin-bottom: 0;
  }
}
@media (min-width: 1360px) {
  .project .image-holder {
    padding-top: 29.17vw;
  }
}
@media (min-width: 2400px) {
  .project .image-holder {
    padding-top: 30vw;
  }
}
.project .image-holder:after {
  border: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  border-radius: 12px;
  top: 0;
  left: 0;
  transition: 0.4s;
}
@media (min-width: 540px) {
  .project .image-holder:after {
    border-radius: 8px;
  }
}
.project .image-holder.lg-mobile .img img {
  width: 150%;
}
@media (min-width: 860px) {
  .project .image-holder.lg-mobile .img img {
    width: 100%;
  }
}
.project .image-holder.border-none:after {
  border: none;
}
.project .image-holder.border-blue:after {
  border-color: #356ba4;
}
.project .image-holder.border-dark-blue:after {
  border-color: #394359;
}
.project .image-holder.border-purple:after {
  border-color: #523dd7;
}
.project .image-holder.border-darker:after {
  border-color: rgba(0, 0, 0, 0.2);
}
.project .image-holder .logo {
  width: 60px;
  height: 72px;
  position: absolute;
  top: 19px;
  left: 24px;
  display: none;
}
@media (min-width: 540px) {
  .project .image-holder .logo {
    display: block;
  }
}
.project .image-holder .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.project .image-holder .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.project .image-holder .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.project .image-holder .img.icon {
  width: 105px;
  height: 117px;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project .image-holder img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project .links {
  list-style-type: none;
  padding: 0;
  margin: 14px 0 0;
}
@media (min-width: 860px) {
  .project .links {
    font-size: 16px;
  }
}
.project .links li {
  margin-bottom: 10px;
}
.project .links li:last-child {
  margin-bottom: 0;
}
.project .links li.title-hover a.hover-effect {
  color: var(--link-hover);
  border-bottom-color: var(--link-hover);
  text-decoration: none;
  transition: 0.1s;
}
@media (min-width: 860px) {
  .project .links.mobile-hidden {
    display: block;
  }
}

.soon-label {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Manrope", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: inline-block;
  font-weight: 700;
  font-size: 2.667vw;
  line-height: 2;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project-title {
  font-family: "Cormorant", "Times", "Baskerville", "Georgia", serif;
  /* text-transform: uppercase; */
  font-weight: 500;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 8px;
}
.project-title a {
  border-bottom: none;
  width: 100%;
  transition: 0.3s;
  text-decoration: underline;
  text-decoration-color: rgba(16, 111, 198, .2); /* Цвет подчеркивания при наведении */
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.project-title a.hover-effect {
  color: var(--link-hover);
  transition: 0.1s;
  text-decoration-color: rgba(176, 24, 24, 1.0); /* Цвет подчеркивания при наведении */
}
.project-title.title-hover a:hover {
  text-decoration-color: rgba(176, 24, 24, 1.0); /* Цвет подчеркивания при наведении */
}

.tags {
  color: #3e3e3e;
  font-family: "Manrope", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  list-style-type: none;
  padding: 0;
  margin: 0 -2px 8px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 540px) {
  .tags {
    margin-bottom: 0;
  }
}
@media (min-width: 860px) {
  .tags {
    margin-bottom: 6px;
  }
}
.tags li {
  background-color: #f3f3f3;
  border: 1px solid #e2e2e2;
  padding: 0.05em 0.6em;
  margin: 0 2px 0.66em;
  border-radius: 4px;
}
@media (min-width: 540px) {
  .tags li {
    border-radius: 8px;
  }
}

.old-projects {
  margin-top: 41px;
}
@media (min-width: 860px) {
  .old-projects {
    display: flex;
    margin-top: 80px;
  }
}
.old-projects .project-title {
  color: #3e3e3e;
}
@media (min-width: 860px) {
  .old-projects .col-left {
    width: 29vw;
    max-width: 280px;
    padding-right: 44px;
  }
}
@media (min-width: 860px) {
  .old-projects .col-right {
    flex: 1;
  }
}
.old-projects ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  row-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (min-width: 540px) {
  .old-projects ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 740px) {
  .old-projects ul {
    grid-template-columns: repeat(8, 1fr);
  }
}
.old-projects .item a {
  display: block;
  padding-top: calc(100% - 2px);
  background: #eceded;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  position: relative;
  transition: 0.4s;
}
@media (min-width: 540px) {
  .old-projects .item a {
    border-radius: 8px;
  }
}
@media (min-width: 860px) {
  .old-projects .item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.old-projects .item a:hover {
  background: #f1e5e5;
  border: 1px solid #ddbfbf;
  transition: 0.2s;
}
.old-projects .item a:hover .icon {
  filter: invert(13%) sepia(96%) saturate(3733%) hue-rotate(352deg) brightness(85%) contrast(94%);
  transition: 0.2s;
}
.old-projects .item a:hover .link {
  border-bottom-color: var(--link-hover);
  transition: 0.1s;
}
.old-projects .item .icon {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  transition: 0.4s;
}
@media (min-width: 1360px) {
  .old-projects .item .icon {
    top: 12px;
    left: 16px;
  }
}
.old-projects .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.old-projects .item .year {
  font-family: "Manrope", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #3e3e3e;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media (min-width: 1360px) {
  .old-projects .item .year {
    top: 16px;
    left: 16px;
  }
}
.old-projects .item .link {
  display: none;
  border-bottom: 1px solid rgba(27, 69, 199, 0.2);
  transition: 0.3s;
}
@media (min-width: 1280px) {
  .old-projects .item .link {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 8px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1360px) {
  .old-projects .item .link {
    margin-left: 16px;
    margin-bottom: 8px;
  }
}
.old-projects .item img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 740px) {
  .old-projects .item img {
    width: 40%;
    height: 40%;
  }
}
@media (min-width: 860px) {
  .old-projects .item img {
    width: 80%;
    height: 50%;
    top: 55%;
  }
}
@media (min-width: 1280px) {
  .old-projects .item img {
    width: 50%;
    height: 50%;
    top: 50%;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  height: inherit;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 740px) {
  .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (min-width: 540px) {
  .swiper-button-prev, .swiper-button-next {
    top: 54%;
  }
}
@media (min-width: 860px) {
  .swiper-button-prev, .swiper-button-next {
    top: 49%;
  }
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: "";
  background-image: url("./images/left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 14px;
  width: 30px;
  height: 30px;
}
@media (min-width: 540px) {
  .swiper-button-prev:after, .swiper-button-next:after {
    background-size: 15px 18px;
  }
}
@media (min-width: 860px) {
  .swiper-button-prev:after, .swiper-button-next:after {
    background-size: 15px 23px;
  }
}
@media (min-width: 1920px) {
  .swiper-button-prev:after, .swiper-button-next:after {
    background-size: 20px 24px;
  }
}
@media (min-width: 2400px) {
  .swiper-button-prev:after, .swiper-button-next:after {
    background-size: 26px 31px;
    width: 40px;
    height: 40px;
  }
}

.swiper-button-prev {
  left: 0;
}
@media (min-width: 540px) {
  .swiper-button-prev {
    left: 42px;
  }
}
@media (min-width: 740px) {
  .swiper-button-prev {
    left: calc(50% - 20.59vw);
    transform: translateX(-50%);
  }
}
@media (min-width: 860px) {
  .swiper-button-prev {
    left: calc(50% - 17vw);
  }
}
@media (min-width: 980px) {
  .swiper-button-prev {
    left: calc(50% - 15vw);
  }
}

.swiper-button-next {
  right: 0;
}
@media (min-width: 540px) {
  .swiper-button-next {
    right: 42px;
  }
}
@media (min-width: 740px) {
  .swiper-button-next {
    right: calc(50% - 20.59vw);
    transform: translateX(-50%);
  }
}
@media (min-width: 860px) {
  .swiper-button-next {
    right: calc(50% - 18vw);
  }
}
@media (min-width: 980px) {
  .swiper-button-next {
    right: calc(50% - 15vw);
  }
}
.swiper-button-next:after {
  transform: rotate(180deg);
}

@media (min-width: 860px) {
  .nda-project {
    grid-template-areas: "lefttop righttop righttop";
  }
}
.nda-project .image-holder:hover .nda-title, .nda-project .image-holder.hover-effect .nda-title {
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
  transition: 0.2s;
}
.nda-project .image-holder .bg:before, .nda-project .image-holder .bg:after {
  content: "";
  width: 32.56vw;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
}
@media (min-width: 740px) {
  .nda-project .image-holder .bg:before, .nda-project .image-holder .bg:after {
    display: block;
  }
}
.nda-project .image-holder .bg:before {
  background: linear-gradient(270deg, rgba(25, 39, 50, 0) 0%, rgb(25, 39, 50) 100%);
  left: 0;
}
.nda-project .image-holder .bg:after {
  background: linear-gradient(90deg, rgba(25, 39, 50, 0) 0%, rgb(25, 39, 50) 100%);
  right: 0;
}
.nda-project .image-holder .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("./images/shine.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  animation: rocketshine 5s infinite;
}
@media (min-width: 1360px) {
  .nda-project .image-holder .img:before {
    background-size: contain;
  }
}
.nda-project .image-holder .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("./images/noise.gif");
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
}
.nda-project .image-holder .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1360px) {
  .nda-project .image-holder .img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.blimb-project .image-holder {
  background: linear-gradient(121deg, rgba(181, 206, 255, 0.1) 75.24%, rgba(181, 206, 255, 0.7) 100%);
  position: relative;
}
@media (min-width: 1360px) {
  .blimb-project .image-holder {
    padding-top: 37.5vw;
  }
}
@media (min-width: 2400px) {
  .blimb-project .image-holder {
    padding-top: 36.67vw;
  }
}
.blimb-project .image-holder:hover, .blimb-project .image-holder.hover-effect {
  background-color: rgba(147, 0, 0, 0.2);
}
.blimb-project .image-holder:hover.border-darker:after, .blimb-project .image-holder.hover-effect.border-darker:after {
  border: 1px solid rgb(125, 0, 0);
}
.blimb-project .image-holder:before {
  content: "";
  background-image: url(./images/noise.png);
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blimb-project .image-holder .noise {
  -o-object-fit: cover;
     object-fit: cover;
}

.noise {
  -o-object-fit: cover;
     object-fit: cover;
}

.animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.animation .eye {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-duration: 24s;
  animation-name: eyemoves;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.66, -0.01, 0.36, 1);
}
.animation .eye img {
  width: 80vw;
  height: 80vw;
}
@media (min-width: 540px) {
  .animation .eye img {
    width: 344px;
    height: 344px;
  }
}
@media (min-width: 980px) {
  .animation .eye img {
    width: 360px;
    height: 360px;
  }
}
@media (min-width: 1360px) {
  .animation .eye img {
    width: 31.25vw;
    height: 31.25vw;
  }
}
.animation .ball {
  width: 40px;
  height: 40px;
  position: absolute;
  animation-duration: 24s;
  animation-name: ballmoves;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.nda-title {
  font-family: "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-size: 256px;
  text-align: center;
  margin: 0;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 740px) {
  .nda-title {
    display: flex;
  }
}
@media (min-width: 860px) {
  .nda-title {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 980px) {
  .nda-title {
    font-size: 24.375vw;
    left: 50%;
  }
}
@media (min-width: 1360px) {
  .nda-title {
    font-size: 26.67vw;
  }
}
@media (min-width: 1920px) {
  .nda-title {
    font-size: 512px;
  }
}

/* ------------------------ BLIMB ANIMATION ------------------------ */
@keyframes eyemoves {
  0% {
    transform: translate(-80px, 0) scale(0.98, 1);
  }
  14% {
    transform: translate(80px, 0) scale(0.98, 1);
  }
  21% {
    transform: translate(0px, 0);
  }
  28% {
    transform: translate(-80px, -15px) scale(0.98, 1);
  }
  33% {
    transform: translate(-35px, -15px);
  }
  43% {
    transform: translate(10px, 15px);
  }
  53% {
    transform: translate(70px, -15px) scale(0.99, 1);
  }
  56% {
    transform: translate(80px, -10px) scale(0.98, 1);
  }
  68% {
    transform: translate(-40px, 15px);
  }
  72% {
    transform: translate(-80px, 15px) scale(0.98, 1);
  }
  79% {
    transform: translate(0px, 12.5px);
  }
  86% {
    transform: translate(80px, 10px) scale(0.98, 1);
  }
  93% {
    transform: translate(0px, 5px);
  }
  100% {
    transform: translate(-80px, 0) scale(0.98, 1);
  }
}
@keyframes ballmoves {
  0% {
    top: 45%;
    left: 0;
  }
  14% {
    top: 40%;
    left: calc(100% - 40px);
  }
  28% {
    top: 30%;
    left: 0;
  }
  33% {
    top: 0;
    left: 20%;
  }
  43% {
    top: calc(100% - 40px);
    left: 60%;
  }
  53% {
    top: 0;
    left: 90%;
  }
  56% {
    top: 10%;
    left: calc(100% - 40px);
  }
  68% {
    top: calc(100% - 40px);
    left: 30%;
  }
  72% {
    top: 90%;
    left: 0;
  }
  86% {
    top: 70%;
    left: calc(100% - 40px);
  }
  100% {
    top: 45%;
    left: 0;
  }
}
/* ------------------------ ELF ANIMATION ------------------------ */
@keyframes rocketshine {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0.3;
  }
  30% {
    opacity: 0.3;
  }
  32% {
    opacity: 0.5;
  }
  37% {
    opacity: 0.3;
  }
  39% {
    opacity: 0.5;
  }
  44% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}