/*! 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.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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.67em 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 */
  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;
}

/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial;
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

@font-face {
  font-family: "upheaval_tt_brkregular";
  src: url("upheavtt-webfont.woff2") format("woff2"), url("upheavtt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futilepromedium";
  src: url("futilepro-webfont.woff2") format("woff2"), url("futilepro-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "digitalix";
  src: url("digitalix.woff2") format("woff2"), url("digitalix.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dogima";
  src: url("/css/dogima.woff2") format("woff2"), url("/css/dogima.woff") format("woff");
}
@font-face {
  font-family: "eurostile";
  src: url("eurostile.woff") format("woff");
}
@font-face {
  font-family: "IBM";
  src: url("Mx437_IBM_PS-55_re.woff") format("woff");
}
@font-face {
  font-family: "eurostile2";
  src: url("EurostileExtendedBlack.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
}

body {
  height: 10vh;
}
body.--disable-scroll {
  overflow: hidden;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
html, body {
  font-family: "IBM", "Quantico", sans-serif;
}

body {
  background-color: black;
}

#cc-hammer,
#cc-hammer-explore,
#cc-hammer-artists {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: "grab";
}

#cc-hammer {
  z-index: 5;
  cursor: url("../img/Cursor_copy.svg"), grab;
}

.cc-screen-cropper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.cc-cities-container {
  top: 50%;
  left: 50%;
  position: fixed;
}

.cc-new-btn {
  width: 168px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  cursor: pointer;
  text-decoration: none;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-new-btn {
    width: 42vw;
    height: 13vw;
  }
}
.cc-new-btn:active .cc-new-btn__text {
  color: white;
  transform: rotateX(30deg);
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-new-btn--m {
    width: 60vw;
  }
}
.cc-new-btn--l {
  width: 320px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-new-btn--l {
    width: 80vw;
  }
}
.cc-new-btn__text {
  font-size: 32px;
  width: 5.5rem;
  text-align: left;
  color: white;
  background-color: #0a0a0a;
  padding-top: 4px;
  font-weight: bold;
  line-height: 1;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-new-btn__text {
    font-size: 4vw;
    padding-top: 3.7vw;
  }
}
.cc-new-btn--back .cc-new-btn__text {
  margin-left: 28px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-new-btn--back .cc-new-btn__text {
    margin-left: 9.5vw;
  }
}
.cc-new-btn--back::before {
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
  left: 23px;
  top: 12px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-new-btn--back::before {
    width: 4vw;
    height: 5vw;
    left: 7vw;
    top: 2.75vw;
  }
}

.cc-general-container {
  position: relative;
  padding: 10px;
}

.cc-section-fullheight {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.cc-vertical-align {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.cc-suburbs-blue-btn {
  background-color: #05235e;
  text-decoration: none;
  display: block;
  border-radius: 7px;
  text-shadow: 3px 3px 0px #7238bd;
  cursor: pointer;
  padding: 0.7vw;
}
.cc-suburbs-blue-btn.--hidden {
  display: none;
}
@media (min-width: 1400px) {
  .cc-suburbs-blue-btn {
    padding: 9.8px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-blue-btn {
    padding: 2.1vw;
  }
}
.cc-suburbs-blue-btn:hover {
  background-color: white;
}
.cc-suburbs-blue-btn:hover .cc-suburbs-blue-btn__text {
  color: #05235e;
  text-shadow: none;
}
.cc-suburbs-blue-btn .cc-general-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cc-suburbs-blue-btn__text {
  color: #fff;
  text-shadow: 1px 2px 0px #329fff;
  font-size: 1.25vw;
  margin: 0 0.3vw;
}
@media (min-width: 1400px) {
  .cc-suburbs-blue-btn__text {
    font-size: 17.5px;
    margin: 0 4.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-blue-btn__text {
    font-size: 3.75vw;
    margin: 0 0.9vw;
  }
}
.cc-suburbs-blue-btn__icon {
  width: 2vw;
}
@media (min-width: 1400px) {
  .cc-suburbs-blue-btn__icon {
    width: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-blue-btn__icon {
    width: 6vw;
  }
}

.cc-ellipsis-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.cc-ellipsis-overflow.--1-line {
  -webkit-line-clamp: 1;
}
.cc-ellipsis-overflow.--2-lines {
  -webkit-line-clamp: 2;
}
.cc-ellipsis-overflow.--3-lines {
  -webkit-line-clamp: 3;
}
.cc-ellipsis-overflow.--4-lines {
  -webkit-line-clamp: 4;
}
.cc-ellipsis-overflow.--5-lines {
  -webkit-line-clamp: 5;
}
.cc-ellipsis-overflow.--6-lines {
  -webkit-line-clamp: 6;
}
.cc-ellipsis-overflow.--7-lines {
  -webkit-line-clamp: 7;
}
.cc-ellipsis-overflow.--8-lines {
  -webkit-line-clamp: 8;
}

/*GLITCH*/
.glitch-hover:hover,
.glitch {
  position: relative;
  animation: glitch 5s 5s infinite;
}
.glitch-hover:hover.--hpc1::before, .glitch-hover:hover.--hpc1::after,
.glitch.--hpc1::before,
.glitch.--hpc1::after {
  background: #281f32;
}
.glitch-hover:hover.--hpc2::before, .glitch-hover:hover.--hpc2::after,
.glitch.--hpc2::before,
.glitch.--hpc2::after {
  background: #1b2839;
}
.glitch-hover:hover.--hpc3::before, .glitch-hover:hover.--hpc3::after,
.glitch.--hpc3::before,
.glitch.--hpc3::after {
  background: #ec8ca7;
}
.glitch-hover:hover.--hpc4::before, .glitch-hover:hover.--hpc4::after,
.glitch.--hpc4::before,
.glitch.--hpc4::after {
  background: #ffa082;
}
.glitch-hover:hover.--hpc5::before, .glitch-hover:hover.--hpc5::after,
.glitch.--hpc5::before,
.glitch.--hpc5::after {
  background: #ffab65;
}
.glitch-hover:hover.--hpc6::before, .glitch-hover:hover.--hpc6::after,
.glitch.--hpc6::before,
.glitch.--hpc6::after {
  background: #ffb846;
}
.glitch-hover:hover::before,
.glitch::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: -5px 0 magenta;
  background: black;
  overflow: hidden;
  top: 0;
  animation: noise-1 3s linear infinite alternate-reverse, glitch 5s 5.05s infinite;
}
.glitch-hover:hover::after,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -5px 0 lightgreen;
  background: black;
  overflow: hidden;
  top: 0;
  animation: noise-2 3s linear infinite alternate-reverse, glitch 5s 5s infinite;
}

@keyframes glitch {
  1% {
    transform: rotateX(10deg) skewX(90deg);
  }
  2% {
    transform: rotateX(0deg) skewX(0deg);
  }
}
@keyframes noise-1 {
  3.3333333333% {
    clip-path: inset(92px 0 4px 0);
  }
  6.6666666667% {
    clip-path: inset(100px 0 1px 0);
  }
  10% {
    clip-path: inset(35px 0 35px 0);
  }
  13.3333333333% {
    clip-path: inset(28px 0 56px 0);
  }
  16.6666666667% {
    clip-path: inset(80px 0 15px 0);
  }
  20% {
    clip-path: inset(93px 0 8px 0);
  }
  23.3333333333% {
    clip-path: inset(98px 0 1px 0);
  }
  26.6666666667% {
    clip-path: inset(59px 0 9px 0);
  }
  30% {
    clip-path: inset(55px 0 15px 0);
  }
  33.3333333333% {
    clip-path: inset(53px 0 45px 0);
  }
  36.6666666667% {
    clip-path: inset(97px 0 3px 0);
  }
  40% {
    clip-path: inset(39px 0 22px 0);
  }
  43.3333333333% {
    clip-path: inset(56px 0 19px 0);
  }
  46.6666666667% {
    clip-path: inset(52px 0 41px 0);
  }
  50% {
    clip-path: inset(16px 0 64px 0);
  }
  53.3333333333% {
    clip-path: inset(46px 0 53px 0);
  }
  56.6666666667% {
    clip-path: inset(21px 0 10px 0);
  }
  60% {
    clip-path: inset(31px 0 35px 0);
  }
  63.3333333333% {
    clip-path: inset(41px 0 5px 0);
  }
  66.6666666667% {
    clip-path: inset(83px 0 2px 0);
  }
  70% {
    clip-path: inset(77px 0 2px 0);
  }
  73.3333333333% {
    clip-path: inset(54px 0 12px 0);
  }
  76.6666666667% {
    clip-path: inset(77px 0 22px 0);
  }
  80% {
    clip-path: inset(61px 0 9px 0);
  }
  83.3333333333% {
    clip-path: inset(88px 0 10px 0);
  }
  86.6666666667% {
    clip-path: inset(96px 0 2px 0);
  }
  90% {
    clip-path: inset(55px 0 24px 0);
  }
  93.3333333333% {
    clip-path: inset(69px 0 5px 0);
  }
  96.6666666667% {
    clip-path: inset(17px 0 20px 0);
  }
  100% {
    clip-path: inset(25px 0 27px 0);
  }
}
@keyframes noise-2 {
  0% {
    clip-path: inset(27px 0 14px 0);
  }
  3.3333333333% {
    clip-path: inset(57px 0 27px 0);
  }
  6.6666666667% {
    clip-path: inset(29px 0 8px 0);
  }
  10% {
    clip-path: inset(66px 0 32px 0);
  }
  13.3333333333% {
    clip-path: inset(13px 0 19px 0);
  }
  16.6666666667% {
    clip-path: inset(7px 0 56px 0);
  }
  20% {
    clip-path: inset(85px 0 16px 0);
  }
  23.3333333333% {
    clip-path: inset(78px 0 23px 0);
  }
  26.6666666667% {
    clip-path: inset(77px 0 10px 0);
  }
  30% {
    clip-path: inset(56px 0 1px 0);
  }
  33.3333333333% {
    clip-path: inset(5px 0 52px 0);
  }
  36.6666666667% {
    clip-path: inset(50px 0 28px 0);
  }
  40% {
    clip-path: inset(81px 0 15px 0);
  }
  43.3333333333% {
    clip-path: inset(31px 0 63px 0);
  }
  46.6666666667% {
    clip-path: inset(10px 0 26px 0);
  }
  50% {
    clip-path: inset(57px 0 40px 0);
  }
  53.3333333333% {
    clip-path: inset(7px 0 20px 0);
  }
  56.6666666667% {
    clip-path: inset(64px 0 3px 0);
  }
  60% {
    clip-path: inset(87px 0 6px 0);
  }
  63.3333333333% {
    clip-path: inset(25px 0 19px 0);
  }
  66.6666666667% {
    clip-path: inset(8px 0 78px 0);
  }
  70% {
    clip-path: inset(46px 0 39px 0);
  }
  73.3333333333% {
    clip-path: inset(13px 0 81px 0);
  }
  76.6666666667% {
    clip-path: inset(10px 0 24px 0);
  }
  80% {
    clip-path: inset(64px 0 16px 0);
  }
  83.3333333333% {
    clip-path: inset(74px 0 13px 0);
  }
  86.6666666667% {
    clip-path: inset(60px 0 6px 0);
  }
  90% {
    clip-path: inset(33px 0 31px 0);
  }
  93.3333333333% {
    clip-path: inset(22px 0 45px 0);
  }
  96.6666666667% {
    clip-path: inset(3px 0 76px 0);
  }
  100% {
    clip-path: inset(22px 0 79px 0);
  }
}
@keyframes glitch-2 {
  1% {
    transform: rotateX(10deg) skewX(70deg);
  }
  2% {
    transform: rotateX(0deg) skewX(0deg);
  }
}
@keyframes fudge {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(0px, 2%);
  }
}
.cc-city {
  position: absolute;
  width: 150px;
  margin-left: -75px;
  margin-top: -75px;
  transition: width 300ms ease-out, margin-left 300ms ease-out, margin-top 300ms ease-out, opacity 300ms linear;
}
.cc-city--mouseOver {
  width: 300px;
  margin-left: -150px;
  margin-top: -150px;
  transition: width 600ms cubic-bezier(0.34, 1.56, 0.64, 1), margin-left 600ms cubic-bezier(0.34, 1.56, 0.64, 1), margin-top 600ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cc-city--toned-down {
  opacity: 0.4;
}
.cc-city--highlighted {
  display: none !important;
  width: 400px;
  margin-left: -200px;
  margin-top: -200px;
  transition: width 600ms cubic-bezier(0.34, 1.56, 0.64, 1), margin-left 600ms cubic-bezier(0.34, 1.56, 0.64, 1), margin-top 600ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city--highlighted {
    width: 50vw;
    margin-left: -25vw;
    margin-top: -25vw;
  }
}
.cc-city--zoom-into-detail {
  width: 5000px;
  margin-left: -2500px;
  margin-top: -2500px;
  transition: all ease-out 800ms;
}

.cc-city-rollover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  margin-top: 90px;
  white-space: nowrap;
}
.cc-city-rollover__text {
  font-family: "IBM", "futilepromedium", sans-serif;
  font-size: 22px;
  color: white;
  line-height: 58px;
  opacity: 0;
}
.cc-city-rollover__bracket {
  position: absolute;
  top: 0;
}
.cc-city-rollover__bracket--left {
  left: -16px;
  width: 8px;
  top: 8px;
}
.cc-city-rollover__bracket--right {
  margin-left: 15px;
  left: 100px;
  width: 8px;
  top: 8px;
}
.cc-city-rollover--showing {
  opacity: 1;
}
.cc-city-rollover--showing .cc-city-rollover__bracket--right {
  left: calc(100% - 4px);
  transition: left ease-out 200ms;
}
.cc-city-rollover--showing .cc-city-rollover__text {
  opacity: 1;
  transition: opacity ease-in-out 200ms 180ms;
}

.cc-city-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.cc-city-bg.--suburb-version {
  display: block;
  position: absolute;
}
.cc-city-bg__layer {
  position: absolute;
  left: 50%;
  bottom: 0;
  background-size: contain;
  width: 7605px;
  margin-left: -3802.5px;
}
.cc-city-bg__layer--base, .cc-city-bg__layer--effect {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-left: 0;
}
.cc-city-bg__layer--base {
  background-image: url(../img/background-new.png);
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-bg__layer--base {
    background-size: cover;
  }
}
.cc-city-bg__layer--effect {
  background-image: url(../img/bg_effect.png);
}
.cc-city-bg__layer--clouds {
  /*top: 300px;*/
  height: 414.5px;
  background-image: url(../img/bg_clouds-new-50.png);
}
.cc-city-bg__layer--midground {
  height: 294px;
  background-image: url(../img/bg_midground-50.png);
}
.cc-city-bg__layer--foreground {
  height: 349px;
  background-image: url(../img/bg_foreground-50.png);
}

.cc-city-bg-new {
  position: relative;
  background-color: rgba(213, 210, 210, 0.805);
  animation: fade-in 1s;
  height: 100%;
  width: 100%;
  opacity: 1;
}

.cc-proximity-tab {
  position: absolute;
  top: -60px;
  left: 87.5%;
  width: 40px;
  height: 40px;
  background-image: url(../img/CompassBox_isolated.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: top ease-in 500ms;
  z-index: 7;
  cursor: pointer;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-proximity-tab {
    width: 10vw;
    height: 10vw;
    left: calc(100% - 10vw - 24px);
  }
}
.cc-proximity-tab__arrow {
  position: absolute;
  transform: rotate(90deg);
  display: block;
  width: 48%;
  left: 50%;
  margin-left: -30%;
  top: 28%;
}
.cc-proximity-tab--show {
  top: 29px;
  transition: top ease-out 500ms;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-proximity-tab--show {
    top: calc(10vw + 46px);
  }
}

.cc-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c7c8cc;
  transition: background-color 500ms ease-in-out;
  overflow: hidden;
}
.cc-background__gradient {
  display: none;
  position: absolute;
  margin-left: -50vw;
  margin-top: -50vw;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vw;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-background__gradient {
    width: 140vw;
    height: 140vw;
    margin-left: -70vw;
    margin-top: -70vw;
  }
}
.cc-background__gradient-inside {
  width: 100%;
  height: 100%;
  transition: transform 500ms ease-in-out;
  transform: scale(0);
}
.cc-background__gradient--highlight {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}
.cc-background__gradient--highlight .cc-background__gradient-inside {
  transform: scale(0.3);
}
.cc-background__gradient--city-spot {
  transition: opacity 500ms ease-in-out 100ms, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 450ms;
  opacity: 1;
  transform: translateX(-250px) translateY(-50vh) translateY(200px) !important;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-background__gradient--city-spot {
    transform: translateX(0) translateY(calc(var(--vh, 1vh) * -50)) translateY(50vw) !important;
  }
}
.cc-background__gradient--city-spot .cc-background__gradient-inside {
  transform: scale(0.5);
}

.cc-background__2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c7c8cc;
  transition: background-color 500ms ease-in-out;
  overflow: hidden;
  z-index: -1;
}

.cc-city-page__info {
  /*position: relative;
  margin-top: 150px;
  margin-left: calc(50% + 50px);
  width: calc(50% - 110px);
  margin-bottom: 150px;
  display: none;
  max-width: 526px;*/
  position: relative;
  margin-top: 125px;
  margin-left: calc(50% + 25px);
  width: calc(50% - 110px);
  margin-bottom: 150px;
  display: none;
  max-width: 476px;
  padding: 0 50px 50px 50px;
  /*overflow-y: scroll;
  height: calc(100% - 125px);*/
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info {
    margin-top: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50vw;
    padding: 0;
  }
}
.cc-city-page__info-corner {
  position: absolute;
  width: 32px;
  display: block;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info-corner {
    width: 9vw;
    display: none;
  }
}
.cc-city-page__info-corner--tl {
  left: -25px;
  top: 0;
}
.cc-city-page__info-corner--tr {
  right: -25px;
  top: 0;
  transform: rotate(90deg);
}
.cc-city-page__info-corner--bl {
  left: -25px;
  bottom: 0;
  transform: rotate(-90deg);
}
.cc-city-page__info-corner--br {
  right: -25px;
  bottom: 0;
  transform: rotate(180deg);
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info-corner--tl {
    left: -6vw;
    top: -6vw;
  }
  .cc-city-page__info-corner--tr {
    right: -6vw;
    top: -6vw;
    transform: rotate(90deg);
  }
  .cc-city-page__info-corner--bl {
    left: -6vw;
    bottom: -6vw;
    transform: rotate(-90deg);
  }
  .cc-city-page__info-corner--br {
    right: -6vw;
    bottom: -6vw;
    transform: rotate(180deg);
  }
}
.cc-city-page__info-suburbdata {
  position: relative;
}
.cc-city-page__info-suburbdata-class-btns {
  width: 80%;
  margin: 0 auto 50px auto;
}
.cc-city-page__info-title {
  margin-top: -9%;
  color: white;
  font-size: 36px;
  margin-bottom: 18px;
  display: block;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  font-family: "IBM", "eurostile", "futilepromedium", sans-serif;
  padding-top: 22px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info-title {
    font-size: 7vw;
    margin-bottom: 6vw;
  }
}
.cc-city-page__info-tiles {
  display: flex;
  justify-content: space-around;
  margin-bottom: 22px;
  margin-top: 20px;
  width: auto;
}
@media screen and (min-width: 1200px) {
  .cc-city-page__info-tiles {
    width: 29.5rem;
  }
}
@media screen and (max-width: 600px) {
  .cc-city-page__info-tiles {
    margin-bottom: 30px;
  }
}
.cc-city-page__info-tiles-single {
  /*width: 35%;*/
}
.cc-city-page__info-tiles-single-title {
  color: white;
  font-size: 20px;
  text-align: center;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info-tiles-single-title {
    font-size: 4vw;
  }
}
.cc-city-page__info-tiles-single-profile-link {
  text-decoration: none;
}
.cc-city-page__info-tiles-single-profile-link a {
  text-decoration: none;
}
.cc-city-page__info-tiles-single-profile-link.--disabled {
  pointer-events: none;
}
.cc-city-page__info-tiles-single-img {
  background-size: contain;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px auto;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info-tiles-single-img {
    margin: 4vw auto;
  }
}
.cc-city-page__info-tiles-single-name {
  color: white;
  font-size: 16px;
  text-align: center;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info-tiles-single-name {
    font-size: 3.3vw;
  }
}
.cc-city-page__info-tiles .--owner .cc-city-page__info-tiles-single-img {
  border-radius: 9999px;
}
.cc-city-page__info-tiles .--suburb {
  max-width: 30%;
}
.cc-city-page__info-data {
  color: #fff;
  font-size: 18px;
  margin-bottom: 36px;
  position: relative;
}
@media (max-width: 1250px) {
  .cc-city-page__info-data {
    font-size: 1.2vw;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info-data {
    font-size: 4vw;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-1vw);
  }
}
.cc-city-page__info-data-inside {
  opacity: 0;
  text-align: center;
}
.cc-city-page__info-data-inside-flex-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  background: #1d2031;
  border-radius: 5px;
  padding: 9px 0;
  margin-bottom: 9px;
  font-family: "futilepromedium", sans-serif;
  align-items: center;
}
.cc-city-page__info-data-inside-flex-container div {
  text-align: left;
}
.cc-city-page__info-data-inside-flex-container div:nth-of-type(1) {
  width: 28%;
}
.cc-city-page__info-data-inside-flex-container div:nth-of-type(2) {
  width: 22%;
  font-size: xx-large;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info-data-inside-flex-container div:nth-of-type(2) {
    width: 23%;
  }
}
.cc-city-page__info-data-inside-flex-container div:nth-of-type(3) {
  width: 28%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info-data-inside-flex-container div:nth-of-type(3) {
    width: 34%;
  }
}
.cc-city-page__info-data-inside-flex-container div img {
  width: 13px;
  vertical-align: top;
  margin-left: 4px;
}
@media (max-width: 1250px) {
  .cc-city-page__info-data-inside-flex-container div img {
    width: 1vw;
    margin-left: 0.3vw;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info-data-inside-flex-container div img {
    width: 3vw;
    margin-left: 1vw;
  }
}
.cc-city-page__info-data a {
  color: white;
}
.cc-city-page__info-data a:hover {
  color: lightblue;
}
.cc-city-page__info-data--with-data {
  /*
  .cc-city-page__info-data-corner {
    transition: left ease-out 300ms, top ease-out 300ms;
    opacity: 1;

    &--tl {
    }
    &--tr {
      left: 100%;
    }
    &--bl {
      top: 100%;
    }
    &--br {
      left: 100%;
      top: 100%;
    }
  }*/
}
.cc-city-page__info-data--with-data .cc-city-page__info-data-inside {
  opacity: 1;
  transition: opacity ease-in-out 300ms 280ms;
}
.cc-city-page__info-body {
  color: white;
  width: 70%;
  font-size: 15px;
  margin-bottom: 40px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info-body {
    font-size: 3.75vw;
    margin-bottom: 10vw;
  }
}
.cc-city-page__info-btns {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info-btns {
    display: block;
  }
}
.cc-city-page__info-btn {
  display: inline-block;
  margin-bottom: 1vw;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info-btn {
    margin-bottom: 1vw;
  }
}
.cc-city-page__info-copy-link-btn {
  display: none;
  position: absolute;
  left: calc(50% - 80px);
  top: 132px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-image: url(../img/link2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-city-page__info-copy-link-btn {
    left: calc(50% + 23vw);
    top: 26vw;
    display: none;
  }
}
.cc-city-page__info-copy-link-btn:active {
  background-image: url(../img/link1.png);
}
.cc-city-page__back-btn {
  position: fixed;
  cursor: pointer;
  display: none;
  right: 2%;
  top: -0.5%;
  padding-top: 10px;
  z-index: 100;
  font-size: 120%;
}
.cc-city-page__info-header {
  display: flex;
  justify-content: space-between;
}

.cc-city-title {
  font-size: 24px;
  margin-right: 120px;
}

.cc-cities-isbriged-icon {
  width: 15px;
  margin-left: 5px;
  margin-bottom: -1px;
  cursor: pointer;
}

.tooltip {
  position: relative;
  z-index: 100;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: grey;
  color: #fff;
  text-align: right;
  border-radius: 5px;
  /* padding: 5px 0; */
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -0.5rem;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  margin-top: 2.5rem;
  padding: 1px;
  padding-right: 5px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.cc-explore {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  overflow: hidden;
}
.cc-explore__back-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-explore__back-btn {
    left: 10vw;
    top: 5vw;
  }
}
.cc-explore__mini-map {
  position: absolute;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  border: 1px solid black;
  cursor: grab;
  display: none;
  width: 150px;
  height: 150px;
  right: 50px;
  bottom: 50px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-explore__mini-map {
    width: 37.5vw;
    height: 37.5vw;
    left: 12.5vw;
    right: auto;
    bottom: 12.5vw;
    display: none !important;
  }
}
.cc-explore__mini-map-loader {
  position: absolute;
  left: 0;
  bottom: 5%;
  height: 2px;
  transition: width 120ms ease-out;
  background-color: greenyellow;
}
.cc-explore__mini-map-frame {
  position: absolute;
  width: 126%;
  left: -13%;
  top: -11%;
  pointer-events: none;
}
.cc-explore__mini-map-area {
  box-sizing: border-box;
  border: 2px solid white;
  position: absolute;
}
.cc-explore__mini-map-area-cropper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cc-explore__mini-map-cover {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.cc-explore__mini-map-cover--top, .cc-explore__mini-map-cover--bottom {
  width: 150px;
  height: 150px;
  left: 50%;
  margin-left: -75px;
}
.cc-explore__mini-map-cover--top {
  top: -150px;
}
.cc-explore__mini-map-cover--bottom {
  top: 0;
}
.cc-explore__mini-map-cover--left, .cc-explore__mini-map-cover--right {
  width: 150px;
  height: 150px;
  top: 50%;
  margin-top: -75px;
}
.cc-explore__mini-map-cover--left {
  left: -150px;
}
.cc-explore__mini-map-cover--right {
  left: 0;
}
.cc-explore__image {
  width: 5500px;
  height: 5500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2750px;
  margin-top: -2750px;
  box-shadow: 0px 0px 48px 20px rgb(113, 158, 213);
}
.cc-explore__image--with-anim {
  transition: transform 500ms ease-out;
}
.cc-explore__image--hidden {
  transform: translate(-258px, calc(-50vh + 200px)) scale(0.07) !important;
}
.cc-explore__image-low-res, .cc-explore__image-high-res {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.cc-intro-screen {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
}
.cc-intro-screen h1 {
  font-size: 32px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-intro-screen h1 {
    font-size: 5vw;
  }
}
.cc-intro-screen h1 img {
  width: 250px;
  display: block;
  margin-top: 10px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-intro-screen h1 img {
    width: 45vw;
  }
}
.cc-intro-screen p {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #aec2c7;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-intro-screen p {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.cc-intro-screen p a {
  color: inherit;
}
.cc-intro-screen__roadmapbtn {
  background-image: url(../img/RM_Idle.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left center;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
.cc-intro-screen__roadmapbtn:active {
  background-image: url(../img/RM_Pressed.png);
}
.cc-intro-screen__info {
  position: absolute;
  left: 70px;
  top: -300px;
  width: 40rem;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-intro-screen__info {
    left: -42vw;
    top: -75vw;
    width: 84vw;
  }
}
.cc-intro-screen__info p {
  color: black;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-intro-screen__info p:first-of-type {
    width: 77%;
  }
}
.cc-intro-screen__drag-icon {
  pointer-events: none;
  width: 45px;
  position: absolute;
  display: block;
  left: 350px;
  top: -80px;
  animation: drag-icon-anim infinite 7000ms;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-intro-screen__drag-icon {
    width: 12vw;
    position: absolute;
    display: block;
    left: -10vw;
    top: 54vw;
  }
}
.cc-intro-screen__explore {
  position: absolute;
  left: -300px;
  top: -150px;
  width: 30rem;
  color: #fff;
  pointer-events: none;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-intro-screen__explore {
    left: -42vw;
    top: 0;
    width: 84vw;
  }
}
.cc-intro-screen__explore-mobile-bg {
  display: none;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-intro-screen__explore-mobile-bg {
    display: block;
    position: absolute;
    width: 110vw;
    left: -10vw;
    top: 0;
  }
}
.cc-intro-screen__explore h1, .cc-intro-screen__explore p {
  position: relative;
  color: black;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-intro-screen__explore h1 {
    font-size: 8vw;
  }
}
.cc-intro-screen__explore h1 span {
  font-size: 1.7em;
  display: block;
  margin-left: -0.05em;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-intro-screen__explore h1 span {
    font-size: 12vw;
    margin-left: -0.25vw;
  }
}

@keyframes drag-icon-anim {
  0% {
    transform: translate3d(0, 0, 0);
  }
  5% {
    transform: translate3d(0, 0, 0);
  }
  12.5% {
    transform: translate3d(30%, 0, 0);
  }
  20% {
    transform: translate3d(0, 0, 0);
  }
  30% {
    transform: translate3d(0, 0, 0);
  }
  37.5% {
    transform: translate3d(0, 30%, 0);
  }
  45% {
    transform: translate3d(0, 0, 0);
  }
  55% {
    transform: translate3d(0, 0, 0);
  }
  62.5% {
    transform: translate3d(-30%, 0, 0);
  }
  70% {
    transform: translate3d(0, 0, 0);
  }
  80% {
    transform: translate3d(0, 0, 0);
  }
  87.5% {
    transform: translate3d(0, -30%, 0);
  }
  95% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.cc-description-3 {
  display: none;
  font-size: 16px;
  margin-left: 22rem;
}
@media screen and (max-width: 600px) {
  .cc-description-3 {
    font-size: 4vw;
    margin-left: 20vw;
  }
}

.cc-description-2 {
  margin-left: 92px;
}

.cc-zoom-panel {
  position: absolute;
  left: 2%;
  top: 45%;
  background-image: url(../img/Scale_slider.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  box-sizing: border-box;
  z-index: 6;
  transition: transform ease-out 500ms;
  width: 50px;
  height: 162px;
  margin-top: -41px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-zoom-panel {
    width: 12.5vw;
    height: 20.5vw;
    margin-top: 0;
    top: 36%;
  }
}
.cc-zoom-panel--hidden {
  display: none;
  transform: translateX(100%);
  transition: transform ease-in 500ms;
}
.cc-zoom-panel__slider {
  transform: rotate(180deg);
  position: absolute;
  cursor: grab;
  width: 48px;
  left: -10px;
  top: 7%;
  margin-top: -13px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-zoom-panel__slider {
    width: 12vw;
    left: -6vw;
    margin-top: -3.25vw;
  }
}
.cc-zoom-panel__label {
  font-size: 1rem;
  color: white;
  text-shadow: -3px 3px 0px #4031ca;
  position: absolute;
  bottom: -20px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-zoom-panel__label {
    font-size: 3.8vw;
    bottom: -5vw;
  }
}

.cc-coming-soon {
  text-align: center;
  height: 100vh;
  height: 100dvh;
  display: flex;
  color: #fff;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.cc-coming-soon h1 {
  display: block;
  width: 35vw;
  font-size: 5vw;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-coming-soon h1 {
    width: 75vw;
    font-size: 15vw;
  }
}
.cc-coming-soon__twitter {
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 50%;
  margin-top: 5vw;
  font-size: 1.4vw;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-coming-soon__twitter {
    margin-top: 28vw;
    font-size: 5vw;
  }
}

.cc-apartment-spinner__img {
  width: 100%;
}
.cc-apartment-spinner__hammer {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
}
.cc-apartment-spinner__apartment-slider {
  display: none;
  width: 60%;
  position: absolute;
  bottom: 0;
  height: 13%;
  background-image: url(../img/zoom-slide-hor.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 20%;
}
.cc-apartment-spinner__apartment-slider-dragger {
  height: 100%;
  position: absolute;
  left: 6%;
  top: 5%;
}

.cc-vision .cc-sub-page__content {
  max-width: 1050px;
}
.cc-vision__tiles-container {
  position: relative;
  height: 75vw;
}
@media (min-width: 1400px) {
  .cc-vision__tiles-container {
    height: 1050px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-vision__tiles-container {
    height: auto;
  }
}
.cc-vision__tile {
  position: absolute;
  overflow: hidden;
  width: 36vw;
  height: 36vw;
  z-index: 2;
  transition: width 400ms ease-in-out, height 400ms ease-in-out, top 400ms ease-in-out;
}
@media (min-width: 1400px) {
  .cc-vision__tile {
    width: 504px;
    height: 504px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-vision__tile {
    width: 100%;
    height: 130vw;
    margin-bottom: 6vw;
    position: relative;
    pointer-events: none;
  }
}
.cc-vision__tile:nth-of-type(1) {
  left: 0;
  top: 0;
  background-color: #d2d2d2;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-vision__tile:nth-of-type(1) {
    left: auto;
    top: auto;
  }
}
.cc-vision__tile:nth-of-type(2) {
  right: 0;
  top: 0;
  background-color: #b2b2b2;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-vision__tile:nth-of-type(2) {
    right: auto;
    top: auto;
  }
}
.cc-vision__tile:nth-of-type(3) {
  left: 0;
  top: 39vw;
  background-color: #a2a2a2;
}
@media (min-width: 1400px) {
  .cc-vision__tile:nth-of-type(3) {
    top: 546px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-vision__tile:nth-of-type(3) {
    left: auto;
    top: auto;
  }
}
.cc-vision__tile:nth-of-type(3).--active {
  top: 0;
}
.cc-vision__tile:nth-of-type(3).--hidden {
  height: 6vw;
}
@media (min-width: 1400px) {
  .cc-vision__tile:nth-of-type(3).--hidden {
    height: 84px;
  }
}
.cc-vision__tile:nth-of-type(4) {
  right: 0;
  top: 39vw;
  background-color: #929292;
}
@media (min-width: 1400px) {
  .cc-vision__tile:nth-of-type(4) {
    top: 546px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-vision__tile:nth-of-type(4) {
    right: auto;
    top: auto;
  }
}
.cc-vision__tile:nth-of-type(4).--active {
  top: 0;
}
.cc-vision__tile:nth-of-type(4).--hidden {
  height: 6vw;
}
@media (min-width: 1400px) {
  .cc-vision__tile:nth-of-type(4).--hidden {
    height: 84px;
  }
}
.cc-vision__tile.--hidden {
  z-index: 1;
}
.cc-vision__tile.--hidden .cc-vision__tile-close {
  transition: transform 300ms ease-in-out, opacity 200ms ease-in-out;
}
.cc-vision__tile:not(.--active) {
  cursor: pointer;
}
.cc-vision__tile.--active {
  width: 100%;
  height: 45vw;
}
@media (min-width: 1400px) {
  .cc-vision__tile.--active {
    height: 630px;
  }
}
.cc-vision__tile.--active .cc-vision__tile-close {
  opacity: 1;
  pointer-events: auto;
}
.cc-vision__tile.--active .cc-vision__tile-close:hover {
  color: #1414bc;
}
.cc-vision__tile.--active .cc-vision__tile-txt-content-title {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 300ms ease-in-out 400ms;
}
.cc-vision__tile.--active .cc-vision__tile-txt-content-body {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 300ms ease-in-out 460ms;
}
.cc-vision__tile.--active .cc-vision__tile-image {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 300ms ease-in-out 520ms;
}
.cc-vision__tile.--active.--tile-4 .cc-vision__tile-bg {
  bottom: -24%;
}
.cc-vision__tile.--tile-4 .cc-vision__tile-bg {
  width: 100%;
}
.cc-vision__tile-image {
  opacity: 0;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-vision__tile-image {
    opacity: 1;
  }
}
.cc-vision__tile-image.--image2, .cc-vision__tile-image.--image3 {
  width: 50%;
  margin: 3vw 1vw;
}
@media (min-width: 1400px) {
  .cc-vision__tile-image.--image2, .cc-vision__tile-image.--image3 {
    margin: 42px 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-vision__tile-image.--image2, .cc-vision__tile-image.--image3 {
    width: 70%;
    margin: 7vw 3vw;
  }
}
.cc-vision__tile-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75vw;
}
@media (min-width: 1400px) {
  .cc-vision__tile-bg {
    width: 1050px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-vision__tile-bg {
    width: 160%;
  }
}
.cc-vision__tile-txt-content {
  position: absolute;
  left: 2.2vw;
  top: 1.55vw;
}
@media (min-width: 1400px) {
  .cc-vision__tile-txt-content {
    left: 30.8px;
    top: 21.7px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-vision__tile-txt-content {
    left: 4vw;
    top: 3vw;
  }
}
.cc-vision__tile-txt-content-digit {
  font-family: "IBM", "futilepromedium", sans-serif;
  color: #0a0a0a;
  font-size: 7vw;
  line-height: 1;
}
@media (min-width: 1400px) {
  .cc-vision__tile-txt-content-digit {
    font-size: 98px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-vision__tile-txt-content-digit {
    font-size: 12vw;
    margin-bottom: 1vw;
  }
}
.cc-vision__tile-txt-content-title {
  font-family: "IBM", "futilepromedium", sans-serif;
  color: #0a0a0a;
  font-size: 3vw;
  margin-bottom: 0.4vw;
  opacity: 0;
  pointer-events: none;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-vision__tile-txt-content-title {
    opacity: 1;
    pointer-events: auto;
    font-size: 6vw;
    margin-bottom: 1.2vw;
  }
}
.cc-vision__tile-txt-content-body {
  color: #0a0a0a;
  font-family: "IBM", "Quantico", sans-serif;
  font-size: 1.28vw;
  width: 71%;
  opacity: 0;
  pointer-events: none;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-vision__tile-txt-content-body {
    opacity: 1;
    pointer-events: auto;
    font-size: 4.2vw;
    width: 80%;
  }
}
.cc-vision__tile-txt-content-body strong, .cc-vision__tile-txt-content-body b {
  color: #0a0a0a;
}
.cc-vision__tile-close {
  position: absolute;
  right: 1vw;
  top: 1vw;
  font-size: 2vw;
  color: white;
  cursor: pointer;
  font-family: "IBM", "futilepromedium", sans-serif;
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 1400px) {
  .cc-vision__tile-close {
    font-size: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-vision__tile-close {
    font-size: 6vw;
  }
}
.cc-vision__tile-close:hover {
  transform: rotate(180deg);
}
.cc-vision__tile-close.--dark {
  color: black;
}

.cc-loading {
  position: fixed;
  width: 180px;
  height: 6.5px;
  border-radius: 5px;
  margin-left: 1.4rem;
  bottom: 3rem;
  left: 0;
  background-color: rgba(185, 179, 179, 0.707);
}
.cc-loading__digit {
  font-size: 0.7rem;
  color: black;
  position: absolute;
  line-height: 2.3;
  top: 0;
}
.cc-loading__digit--left {
  left: -0.6rem;
}
.cc-loading__digit--right {
  right: -1.4rem;
  margin-top: 15px;
  margin-right: 10px;
}
.cc-loading__info {
  text-align: left;
  font-size: 0.7rem;
  margin-left: 0.2rem;
  color: black;
}
.cc-loading__bar {
  position: relative;
  overflow: hidden;
  height: 100%;
  left: 0;
  width: 0;
  transition: width 1800ms ease-in;
}
.cc-loading__black-bar {
  position: relative;
  width: 180px;
  height: 100%;
  background-color: black;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.cc-loading-minted {
  position: relative;
  top: -50px;
}

.left-number {
  position: relative;
  top: 2px;
  left: 50px;
  font-size: 0.7rem;
}

.right-number {
  position: relative;
  top: -12px;
  left: 180px;
  font-size: 0.7rem;
}

.cc-persons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 2rem;
}

.cc-person {
  position: relative;
  width: 28%;
  text-decoration: none;
}
.cc-person__img {
  width: 126px;
  display: block;
  margin-bottom: 0.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-person__img {
    width: 80%;
  }
}
.cc-person__name {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.7rem;
  text-align: center;
}
.cc-person__discord, .cc-person__twitter, .cc-person__info {
  font-size: 0.8rem;
  color: #fff;
  margin-bottom: 0.5rem;
  position: relative;
}
.cc-person__info {
  text-align: center;
}
.cc-person__discord, .cc-person__twitter {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: table;
}
.cc-person__discord-logo, .cc-person__twitter-logo {
  position: absolute;
  left: -1.3rem;
  top: 0;
  width: 1rem;
}
.cc-person__corner {
  position: absolute;
  width: 16px;
  display: block;
}
.cc-person__corner--tl {
  left: -10px;
  top: -10px;
}
.cc-person__corner--tr {
  right: -10px;
  top: -10px;
  transform: rotate(90deg);
}
.cc-person__corner--bl {
  left: -10px;
  bottom: -10px;
  transform: rotate(-90deg);
}
.cc-person__corner--br {
  right: -10px;
  bottom: -10px;
  transform: rotate(180deg);
}
.cc-socials {
  position: relative;
  text-align: center;
}
.cc-socials__single {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .cc-socials__single {
    margin: 0 0.25rem;
  }
}
.cc-socials__single img {
  display: block;
  width: 90%;
}
.cc-socials__single--fabicon {
  font-size: 1rem;
  line-height: 2rem;
  display: inline-block;
  color: #3c81db;
  text-align: center;
  border-radius: 9999px;
}
.cc-socials.--blocks {
  text-align: left;
  display: flex;
  width: 50%;
}
.cc-socials.--blocks .cc-socials__single {
  width: 10rem;
  line-height: 3rem;
  margin: 0 1rem 1rem 0;
  opacity: 0;
  transition: transform 300ms ease-in-out;
  /*
  &:nth-of-type(1) {
    background-color: #7a33ac;
  }
  &:nth-of-type(2) {
    background-color: #ce52cb;
  }
  &:nth-of-type(3) {
    background-color: #a841c2;
  }
  &:nth-of-type(4) {
    background-color: #d768bd;
  }
  &:nth-of-type(5) {
    background-color: #e084b6;
  }
  */
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-socials.--blocks .cc-socials__single {
    width: 10vw;
    line-height: 10vw;
    margin: 0 2vw 3vw 0;
  }
}
.cc-socials.--blocks .cc-socials__single:hover {
  transform: scale(1.2);
}
.cc-socials.--blocks .cc-socials__single--fabicon {
  display: inline-block;
  color: white;
  text-align: center;
  border-radius: 0;
  font-size: 1.7rem;
}

.cc-socials.--blocks2-desc {
  text-align: left;
  display: flex;
  width: 300px;
}
.cc-socials.--blocks2-desc img {
  width: 6rem;
}
@media screen and (max-width: 600px) {
  .cc-socials.--blocks2-desc img {
    width: 4rem;
  }
}

.cc-socials.--blocks2 {
  text-align: left;
  width: 100%;
}
.cc-socials.--blocks2 img {
  width: 5rem;
}
@media screen and (max-width: 600px) {
  .cc-socials.--blocks2 img {
    width: 2.5rem;
  }
}

.cc-socials.--blocks-taz {
  text-align: left;
  width: 100%;
}
.cc-socials.--blocks-taz img {
  width: 5rem;
}
@media screen and (max-width: 600px) {
  .cc-socials.--blocks-taz img {
    width: 3rem;
  }
}

.cc-socials.--blocks3 {
  text-align: left;
  width: 200%;
}
.cc-socials.--blocks3 img {
  width: 5rem;
}
@media screen and (max-width: 600px) {
  .cc-socials.--blocks3 img {
    width: 2.5rem;
  }
}

.cc-socials__single2 {
  margin-right: 120px;
  width: 10rem;
  display: inline-block;
  vertical-align: middle;
  transition: transform 300ms ease-in-out;
}
.cc-socials__single2:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 600px) {
  .cc-socials__single2 {
    margin-right: 10px;
  }
}

.cc-socials {
  position: relative;
  text-align: center;
}
.cc-socials__single {
  display: inline-block;
  vertical-align: middle;
  transition: transform 300ms ease-in-out;
}
@media screen and (max-width: 600px) {
  .cc-socials__single {
    margin: 0 0.25rem;
  }
}
.cc-socials__single img {
  display: block;
  width: 100%;
}
.cc-socials__single:hover {
  transform: scale(1.2);
}
.cc-socials__single--fabicon {
  font-size: 1rem;
  line-height: 2rem;
  display: inline-block;
  color: #3c81db;
  text-align: center;
  border-radius: 9999px;
}
.cc-socials.--blocks {
  text-align: left;
  display: flex;
  width: 50%;
}
.cc-socials.--blocks .cc-socials__single {
  width: 10rem;
  line-height: 3rem;
  margin: 0 1rem 1rem 0;
  opacity: 0;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-socials.--blocks .cc-socials__single {
    width: 10vw;
    line-height: 10vw;
    margin: 0 2vw 3vw 0;
  }
}
.cc-socials.--blocks2 {
  text-align: left;
  width: 100%;
}
.cc-socials.--blocks2 img {
  width: 5rem;
}
@media screen and (max-width: 600px) {
  .cc-socials.--blocks2 img {
    width: 2.5rem;
  }
}
.cc-socials.--blocks-taz {
  text-align: left;
  width: 100%;
}
.cc-socials.--blocks-taz img {
  width: 5rem;
}
@media screen and (max-width: 600px) {
  .cc-socials.--blocks-taz img {
    width: 3rem;
  }
}
.cc-socials.--blocks3 {
  text-align: left;
  width: 200%;
}
.cc-socials.--blocks3 img {
  width: 5rem;
}
@media screen and (max-width: 600px) {
  .cc-socials.--blocks3 img {
    width: 2.5rem;
  }
}

.cc-socials__single2 {
  margin-right: 120px;
  width: 10rem;
  display: inline-block;
  vertical-align: middle;
  transition: transform 300ms ease-in-out;
}
.cc-socials__single2:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 600px) {
  .cc-socials__single2 {
    margin-right: 10px;
  }
}

.cc-placeholder {
  position: relative;
  height: 100vh;
}
.cc-placeholder img {
  width: 200px;
  max-width: 50%;
  display: block;
  margin: 0 auto;
}
.cc-placeholder .cc-general-container {
  margin: 0 auto;
  text-align: center;
}
.cc-placeholder h1 {
  color: white;
}

.cc-cookie-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: black;
  text-align: center;
  z-index: 1000;
}
.cc-cookie-bar p, .cc-cookie-bar__close {
  font-size: 0.8rem;
}
.cc-cookie-bar p {
  padding: 1rem 0;
  margin: 0 auto;
  width: 80%;
}
.cc-cookie-bar__close {
  color: #d50a2b;
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top: -0.4rem;
}

.cc-pp {
  background-image: url(../img/Website_Background.jpg);
  color: #fff;
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: bottom;
}
.cc-pp__content {
  position: relative;
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 0 30vw 0;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-pp__content {
    width: 88%;
    padding-bottom: 112vw;
  }
}
.cc-pp h1, .cc-pp h2, .cc-pp h3, .cc-pp h4, .cc-pp h5, .cc-pp h6 {
  font-family: "upheaval_tt_brkregular", sans-serif;
  letter-spacing: 1px;
}
.cc-pp p {
  margin-bottom: 1rem;
}
.cc-pp p:last-of-type {
  margin-bottom: 2rem;
}
.cc-pp a {
  color: #3c81db;
}
.cc-pp__section {
  position: relative;
}
.cc-pp__top-image {
  width: 10%;
  margin: 0 auto 4rem auto;
  display: block;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-pp__top-image {
    width: 20%;
  }
}

.cc-pp-link {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
  color: #000000;
  font-size: 0.7rem;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-pp-link {
    bottom: 0.5rem;
  }
}

.cc-search {
  position: absolute;
  left: 23px;
  top: 18px;
  z-index: 8;
  transition: transform ease-out 500ms;
  transform: translateY(-200%);
}
.cc-search--active .cc-search__input {
  width: 150px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-search--active .cc-search__input {
    width: 60vw;
    max-width: 60vw;
  }
}
.cc-search--show {
  transform: translateY(0);
}
.cc-search__input {
  font-family: "IBM", "Quantico", sans-serif;
  font-weight: bold;
  width: 52px;
  max-width: 30vw;
  color: white;
  font-size: 1rem;
  transition: width 300ms ease-in-out;
  background-color: black;
  border-radius: 0px;
  margin-bottom: 20px;
}
.cc-search__input::placeholder {
  color: white;
  font-size: 1.1rem;
}
.cc-search__sort-filters {
  position: relative;
}
.cc-search__sort-filters-heading {
  position: relative;
  display: flex;
  padding: 0.5rem 0.8rem;
  align-items: center;
  cursor: pointer;
}
.cc-search__sort-filters-heading.--open .cc-search__sort-filters-heading-icon {
  transform: rotate(-90deg);
}
.cc-search__sort-filters-heading img {
  width: 3rem;
}
.cc-search__sort-filters-heading-text {
  font-family: "IBM", "futilepromedium", sans-serif;
  font-size: 1.4rem;
  color: black;
  padding: 0 0.9rem;
}
.cc-search__sort-filters-heading-text:hover {
  color: #1331c8;
}
.cc-search__sort-filters-heading-icon {
  font-family: "IBM", "futilepromedium", sans-serif;
  font-size: 2rem;
  color: black;
  transition: transform 500ms ease-in-out;
}
.cc-search__sort-filters-drawer {
  padding: 0.5rem 0.8rem;
  display: none;
}
.cc-search__sort-filters-drawer-item {
  cursor: pointer;
  display: block;
  color: black;
  font-size: 1rem;
  padding: 0.5rem;
  margin-bottom: 0.7rem;
  border-radius: 5px;
  position: relative;
}
.cc-search__sort-filters-drawer-item:hover {
  color: #1331c8;
}
.cc-search__sort-filters-drawer-item img {
  height: 1.3rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  margin-top: -0.65rem;
}

.rhombus {
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 75%; /* Adjust the width as necessary */
  height: 75%; /* Adjust the height as necessary */
  transform: translate(-50%, -50%) rotateX(62deg) rotateZ(52deg);
  background: linear-gradient(45deg, #4CAF50, #2196F3);
  z-index: 999;
  opacity: 0;
}

.cc-search__sort-filters-drawer-item {
  color: black;
  cursor: pointer;
}

.cc-search__sort-filters-drawer-item.--active {
  color: blue;
}

.cc-artist-profile {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}
.cc-artist-profile h1 {
  color: #0a0a0a !important;
  text-shadow: none !important;
  position: relative;
  font-family: "IBM", "upheaval_tt_brkregular", sans-serif;
  margin-top: 0;
  line-height: 0.7;
  font-size: 5vw;
  margin-bottom: 2vw;
}
@media (min-width: 1400px) {
  .cc-artist-profile h1 {
    font-size: 70px;
    margin-bottom: 28px;
    letter-spacing: 2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile h1 {
    font-size: 11vw;
    margin-bottom: 6vw;
  }
}
.cc-artist-profile h2 {
  position: relative;
  color: #0a0a0a !important;
  font-family: "IBM", "upheaval_tt_brkregular", sans-serif !important;
  text-shadow: none !important;
  margin-top: 0;
  line-height: 0.7;
  font-size: 3.6vw;
  margin-bottom: 2vw;
  letter-spacing: 0.15vw;
  margin-left: 0.3vw;
}
@media (min-width: 1400px) {
  .cc-artist-profile h2 {
    font-size: 50.4px;
    margin-bottom: 28px;
    letter-spacing: 2px;
    margin-left: 4.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile h2 {
    font-size: 8vw;
    margin-bottom: 6vw;
  }
}
.cc-artist-profile p {
  font-size: 1.6vw;
  margin-bottom: 1.8vw;
  color: #0a0a0a !important;
}
@media (min-width: 1400px) {
  .cc-artist-profile p {
    font-size: 19.6px;
    margin-bottom: 25.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile p {
    font-size: 3.3vw;
    margin-bottom: 5vw;
  }
}
.cc-artist-profile__content-split {
  justify-content: space-between;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__content-split {
    display: block;
  }
}
.cc-artist-profile__content-split-left, .cc-artist-profile__content-split-right {
  position: relative;
  width: 44%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__content-split-left, .cc-artist-profile__content-split-right {
    width: 100%;
  }
}
.cc-artist-profile__content {
  position: relative;
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
  padding: 3vw 0;
}
@media (min-width: 1400px) {
  .cc-artist-profile__content {
    padding: 42px 0;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__content {
    width: 88%;
    padding: 10vw 0;
  }
}
.cc-artist-profile__bio {
  position: relative;
  display: flex;
  margin-bottom: 4vw;
}
@media (min-width: 1400px) {
  .cc-artist-profile__bio {
    margin-bottom: 56px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__bio {
    margin-bottom: 10vw;
    display: block;
  }
}
.cc-artist-profile__bio-text {
  width: 70%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__bio-text {
    width: 100%;
    position: relative;
  }
}
.cc-artist-profile__bio-image {
  z-index: 1;
  margin-left: 7%;
  width: 15%;
  align-self: baseline;
  flex: 0 0 auto;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__bio-image {
    width: auto;
    height: 35vw;
    z-index: 1;
    position: relative;
    margin-bottom: 6vw;
  }
}
.cc-artist-profile__bio-image.--mg3d, .cc-artist-profile__bio-image.--voxelemon, .cc-artist-profile__bio-image.--poke {
  width: 25%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__bio-image.--mg3d, .cc-artist-profile__bio-image.--voxelemon, .cc-artist-profile__bio-image.--poke {
    width: auto;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__bio-image--desktop-position {
    display: none;
  }
}
.cc-artist-profile__bio-image--mobile-position {
  display: none;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__bio-image--mobile-position {
    display: block;
  }
}
.cc-artist-profile__portfolio {
  position: relative;
  margin-bottom: 4vw;
}
@media (min-width: 1400px) {
  .cc-artist-profile__portfolio {
    margin-bottom: 56px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__portfolio {
    margin-bottom: 10vw;
  }
}
.cc-artist-profile__portfolio-images-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__portfolio-images-container {
    justify-content: space-between;
  }
}
.cc-artist-profile__portfolio-name-tag {
  position: relative;
  width: max-content;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__portfolio-name-tag {
    opacity: 1;
  }
}
.cc-artist-profile__portfolio-name-tag-text {
  line-height: 2.8;
  font-size: 1vw;
}
@media (min-width: 1400px) {
  .cc-artist-profile__portfolio-name-tag-text {
    font-size: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__portfolio-name-tag-text {
    font-size: 3.2vw;
    line-height: 2.35;
  }
}
.cc-artist-profile__portfolio-name-tag-bracket {
  position: absolute;
  top: 0;
  width: 0.42vw;
}
@media (min-width: 1400px) {
  .cc-artist-profile__portfolio-name-tag-bracket {
    width: 6.3px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__portfolio-name-tag-bracket {
    width: 1.2vw;
  }
}
.cc-artist-profile__portfolio-name-tag-bracket--left {
  left: -0.6vw;
  top: 0.12vw;
}
@media (min-width: 1400px) {
  .cc-artist-profile__portfolio-name-tag-bracket--left {
    left: -16.8px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__portfolio-name-tag-bracket--left {
    left: -2.5vw;
  }
}
.cc-artist-profile__portfolio-name-tag-bracket--right {
  right: -0.7vw;
  top: 0.12vw;
}
@media (min-width: 1400px) {
  .cc-artist-profile__portfolio-name-tag-bracket--right {
    right: -21px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__portfolio-name-tag-bracket--right {
    right: -2.5vw;
  }
}
.cc-artist-profile__portfolio-image {
  position: relative;
  display: inline-block;
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 0;
  text-decoration: none;
  color: white;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__portfolio-image {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 7vw;
  }
  .cc-artist-profile__portfolio-image:nth-of-type(even) {
    margin-right: 0;
  }
}
.cc-artist-profile__portfolio-image:nth-of-type(4n + 4) {
  margin-right: 0;
}
.cc-artist-profile__portfolio-image:hover .cc-artist-profile__portfolio-name-tag {
  opacity: 1;
}
.cc-artist-profile__portfolio-image-img {
  width: 100%;
  transition: transform 300ms ease-in-out;
}
.cc-artist-profile__portfolio-image-img:hover {
  transition: transform 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: scale(1.2);
}
.cc-artist-profile__bg-gradient {
  position: absolute;
  left: 63%;
  top: -300px;
  width: 550px;
  height: 700px;
  /*
  @media (min-width: $maxSubPageWidth) {
    width: 70 * $maxSubPageScalingVar;
    height: 70 * $maxSubPageScalingVar;
    margin-left: -35 * $maxSubPageScalingVar;
    margin-top: -35 * $maxSubPageScalingVar;
  }*/
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__bg-gradient {
    left: -20%;
    top: -350px;
    width: 330px;
    height: 400px;
  }
}
.cc-artist-profile__socials {
  position: relative;
  margin-bottom: 4vw;
  margin-left: 40%;
  width: 700px;
}
@media (min-width: 1400px) {
  .cc-artist-profile__socials {
    margin-bottom: 56px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__socials {
    margin-bottom: 10vw;
    margin-left: 0%;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__socials--desktop-position {
    display: none;
  }
}
.cc-artist-profile__socials--mobile-position {
  display: none;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__socials--mobile-position {
    display: block;
  }
}
.cc-artist-profile__socials-icon {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-right: 4vw;
  font-size: 2vw;
  width: 4vw;
  height: 4vw;
}
@media (min-width: 1400px) {
  .cc-artist-profile__socials-icon {
    margin-right: 74.2px;
    font-size: 28px;
    width: 56px;
    height: 56px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__socials-icon {
    margin-right: 10vw;
    font-size: 6vw;
    width: 12vw;
    height: 12vw;
  }
}
.cc-artist-profile__socials-icon i {
  margin-top: 25%;
}
.cc-artist-profile__gallery {
  position: relative;
}
.cc-artist-profile__gallery-container {
  position: relative;
}
.cc-artist-profile__gallery-image {
  position: relative;
  cursor: pointer;
  transition: transform 300ms ease-in-out;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__gallery-image {
    pointer-events: none;
  }
}
.cc-artist-profile__gallery-image:hover {
  transform: scale(1.2);
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-artist-profile__gallery-image:hover {
    transform: scale(1);
  }
}
.cc-artist-profile__gallery-pop-up {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1500;
}
.cc-artist-profile__gallery-pop-up--show {
  pointer-events: auto;
}
.cc-artist-profile__gallery-pop-up--show .cc-artist-profile__gallery-pop-up-bg {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}
.cc-artist-profile__gallery-pop-up--show .cc-artist-profile__gallery-pop-up-img {
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
  transform: scale(1);
}
.cc-artist-profile__gallery-pop-up--show .cc-artist-profile__gallery-pop-up-close {
  transition: transform 300ms ease-in-out 300ms;
  transform: scale(1);
}
.cc-artist-profile__gallery-pop-up-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/overlay-bg.png);
  opacity: 0;
  transition: opacity 500ms ease-in-out 200ms;
}
.cc-artist-profile__gallery-pop-up-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  transform: scale(0);
  transition: transform 300ms ease-in-out;
}
.cc-artist-profile__gallery-pop-up-close {
  font-family: "upheaval_tt_brkregular", sans-serif;
  position: absolute;
  color: white;
  right: 3vw;
  top: 1vw;
  font-size: 6vw;
  line-height: 1;
  cursor: pointer;
  transform: scale(0);
  transition: transform 300ms ease-in-out;
}

.cc-artist-profile__description-symbol {
  margin-right: 3%;
}
@media screen and (max-width: 600px) {
  .cc-artist-profile__description-symbol {
    display: none;
  }
}

.cc-artist-profile__socials-icon {
  position: relative;
  display: inline-block;
}

.cc-artist-profile__socials-icon-img,
.cc-artist-profile__socials-icon-img-highlighted {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  width: 150%;
}

.cc-artist-profile__socials-icon-img-highlighted {
  opacity: 0;
}

.cc-artist-profile__socials-icon:hover .cc-artist-profile__socials-icon-img {
  opacity: 0;
}

.cc-artist-profile__socials-icon:hover .cc-artist-profile__socials-icon-img-highlighted {
  opacity: 1;
}

.cc-hamburger {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  cursor: pointer;
  width: 100px;
  height: 65px;
  transform: scale(0.5);
  background-image: url(../img/hamburger.svg);
  margin-top: 10px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-hamburger {
    right: -10px;
    top: -16px;
  }
}

/*
  $time:600ms;

  &--toX {
    background-image: url(../img/hamburger-anim.png);

    -webkit-animation: HamburgertoXAnim $time steps(9) forwards;
    -moz-animation: HamburgertoXAnim $time steps(10) infinite;
    -ms-animation: HamburgertoXAnim $time steps(10) infinite;
    -o-animation: HamburgertoXAnim $time steps(10) infinite;
    animation: HamburgertoXAnim $time steps(9) forwards;
  }
  &--toHamburger {
    background-image: url(../img/hamburger-anim.png);

    -webkit-animation: XtoHamburgerAnim $time steps(9) forwards;
    -moz-animation: XtoHamburgerAnim $time steps(10) infinite;
    -ms-animation: XtoHamburgerAnim $time steps(10) infinite;
    -o-animation: XtoHamburgerAnim $time steps(10) infinite;
    animation: XtoHamburgerAnim $time steps(9) forwards;
  }
}



@-webkit-keyframes HamburgertoXAnim {
  from { background-position:    0px; }
  to { background-position: -1080px; }
}

@-moz-keyframes HamburgertoXAnim {
  from { background-position:    0px; }
  to { background-position: -1200px; }
}

@-ms-keyframes HamburgertoXAnim {
  from { background-position:    0px; }
  to { background-position: -1200px; }
}

@-o-keyframes HamburgertoXAnim {
  from { background-position:    0px; }
  to { background-position: -1200px; }
}

@keyframes HamburgertoXAnim {
  from { background-position:    0px; }
  to { background-position: -1080px; }
}






@-webkit-keyframes XtoHamburgerAnim {
  from { background-position:    -1080px; }
  to { background-position: 0px; }
}

@-moz-keyframes XtoHamburgerAnim {
  from { background-position:    -1200px; }
  to { background-position: 0px; }
}

@-ms-keyframes XtoHamburgerAnim {
  from { background-position:    -1200px; }
  to { background-position: 0px; }
}

@-o-keyframes XtoHamburgerAnim {
  from { background-position:    -1200px; }
  to { background-position: 0px; }
}

@keyframes XtoHamburgerAnim {
  from { background-position:    -1080px; }
  to { background-position: 0px; }
}
*/
.cc-hamburger--hidden {
  display: none;
}

.cc-main-menu {
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  top: 0;
  opacity: 0;
}
.cc-main-menu--show {
  pointer-events: auto;
  opacity: 1;
}
.cc-main-menu--show .cc-main-menu__background {
  opacity: 0.9;
  transition: opacity 500ms ease-in-out;
}
.cc-main-menu--show li {
  opacity: 1 !important;
}
.cc-main-menu__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c7c8cc;
  opacity: 0.7;
  transition: opacity 500ms ease-in-out 200ms;
}
.cc-main-menu__icon {
  position: absolute;
  left: -8vw;
  top: 50%;
  height: 3vw;
  margin-top: -1.45vw;
  width: 7vw;
}
@media (min-width: 1400px) {
  .cc-main-menu__icon {
    left: -112px;
    height: 42px;
    margin-top: -20.3px;
    width: 98px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-main-menu__icon {
    left: -18vw;
    height: 7vw;
    margin-top: -3.5vw;
    width: 15vw;
  }
}
.cc-main-menu__icon img {
  height: 100%;
  display: block;
  float: right;
}
.cc-main-menu ul {
  position: absolute;
  left: 40%;
  top: 40%;
  margin-left: -32vw;
  margin-top: -18vw;
  list-style: none;
}
@media (min-width: 1400px) {
  .cc-main-menu ul {
    margin-left: -448px;
    margin-top: -252px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-main-menu ul {
    margin-left: -28vw;
    margin-top: -9rem;
  }
}
.cc-main-menu ul li {
  position: relative;
  font-family: "IBM", "eurostile", "upheaval_tt_brkregular", sans-serif;
  line-height: 1;
  color: white;
  font-size: 5vw;
  opacity: 0;
  transition: opacity 100ms ease-in-out;
}
.cc-main-menu ul li:nth-child(1) {
  transition-delay: 70ms;
}
.cc-main-menu ul li:nth-child(2) {
  transition-delay: 140ms;
}
.cc-main-menu ul li:nth-child(3) {
  transition-delay: 210ms;
}
.cc-main-menu ul li:nth-child(4) {
  transition-delay: 280ms;
}
.cc-main-menu ul li:nth-child(5) {
  transition-delay: 350ms;
}
.cc-main-menu ul li:nth-child(6) {
  transition-delay: 420ms;
}
.cc-main-menu ul li:nth-child(7) {
  transition-delay: 490ms;
}
.cc-main-menu ul li:nth-child(8) {
  transition-delay: 560ms;
}
.cc-main-menu ul li:nth-child(9) {
  transition-delay: 630ms;
}
@media (min-width: 1400px) {
  .cc-main-menu ul li {
    font-size: 56px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-main-menu ul li {
    font-size: 8vw;
  }
}
.cc-main-menu ul li a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #0a0a0a;
  padding: 8px 0px 8px 0px;
  margin-left: -7%;
  font-size: 48px;
  letter-spacing: 5px;
}
@media screen and (max-width: 600px) {
  .cc-main-menu ul li a {
    font-size: 36px;
  }
}
.cc-main-menu ul li a:hover {
  color: #0b0b8b;
}

.cc-copied-to-clipboard-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #000;
  transform: scaleY(0);
  pointer-events: none;
  overflow: hidden;
}
.cc-copied-to-clipboard-bar--show {
  transform: scaleY(1);
  transition: transform ease-out 300ms;
}
.cc-copied-to-clipboard-bar--hide {
  transform: scaleY(0);
  transition: transform ease-in 300ms;
}
.cc-copied-to-clipboard-bar__text {
  color: #fff;
  font-size: 20px;
  line-height: 2;
  width: fit-content;
  margin: 0 auto;
}

.cc-artists {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #c7c8cc;
  background-size: 100%;
}
.cc-artists__container {
  top: 50%;
  left: 50%;
  position: fixed;
}
.cc-artists__single {
  position: absolute;
  width: 130px;
  height: 65px;
  display: none;
  margin-left: -65px;
  margin-top: -65px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: width 300ms ease-out, height 300ms ease-out, margin-left 300ms ease-out, margin-top 300ms ease-out, opacity 300ms linear;
}
.cc-artists__single--toned-down {
  opacity: 0.4;
}
.cc-artists .cc-intro-screen__drag-icon {
  margin-left: -40px;
  top: 265px;
  left: 53%;
  width: 60px;
}
@media screen and (max-width: 600px) {
  .cc-artists .cc-intro-screen__drag-icon {
    top: 330px;
  }
}
.cc-artists__start-screen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cc-artists__start-screen-logo {
  right: 43%;
  top: -50%;
  width: 250px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .cc-artists__start-screen-logo {
    width: 125px;
  }
}
.cc-artists__start-screen-team {
  width: 100%;
}

.cc-artists__hover-container {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.cc-artists__hover-image-container {
  margin-bottom: 10px;
}

.cc-artists__hover-image {
  max-width: 200px;
  max-height: 200px;
  display: block;
  margin: 0 auto;
}

.cc-artists__hover-text {
  background-color: black;
  color: #c7c8cc;
  font-size: 16px;
}

.cc-artists__hover-container.show {
  opacity: 1;
}

.cc-artists__start-screen-text {
  position: relative;
  font-family: "IBM", "futilepromedium", sans-serif;
  font-size: 36px;
  color: white;
  background-color: #0a0a0a;
  margin-bottom: 2vw;
  text-align: center;
  width: 350px;
  top: -2.5vw;
}

@media screen and (max-width: 999px) {
  .cc-artist-profile__socials-icons-container {
    margin-left: -15%;
  }
}
@media screen and (min-width: 1000px) {
  .cc-artist-profile__socials-icons-container {
    margin-left: -20%;
  }
}
@media screen and (max-width: 600px) {
  .cc-artist-profile__socials-icons-container {
    margin-left: 0;
  }
}

.cc-artists-background-startup {
  position: fixed;
  top: 0;
  left: 0;
  width: 500vw;
  height: 200vh;
  background-color: rgba(255, 255, 255, 0.5);
  margin: -300%;
  z-index: -9999;
  pointer-events: none;
  cursor: grab;
}

.cc-about-arrow {
  color: #0a0a0a;
  display: none;
  position: absolute;
  left: -5%;
  top: 1%;
  font-size: 20px;
}
.cc-about-arrow-2 {
  display: none;
  position: absolute;
  top: 217.5%;
  left: -5%;
  font-size: 20px;
}

.cc-sub-page {
  position: relative;
  min-height: 100vh;
  background-image: url(../img/sub-page-background.jpg);
  background-size: 100%;
  padding-bottom: 10vw;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .cc-sub-page {
    padding-bottom: 140px;
  }
}
.cc-sub-page.--about, .cc-sub-page.--vision {
  background: #01011d;
}
.cc-sub-page.--with-city-scape {
  padding-bottom: 28vw;
  background-color: #c7c8cc;
}
@media (min-width: 1400px) {
  .cc-sub-page.--with-city-scape {
    padding-bottom: 392px;
  }
  .cc-sub-page.--with-city-scape .cc-about-arrow {
    display: block;
    position: absolute;
    left: -5%;
    top: 1%;
    font-size: 20px;
  }
  .cc-sub-page.--with-city-scape .cc-about-arrow-2 {
    dispay: block;
    position: absolute;
    top: 217.5%;
    left: -5%;
    font-size: 20px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page.--with-city-scape {
    padding-bottom: 60vw;
  }
}
.cc-sub-page__content {
  position: relative;
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
  padding: 3vw 0;
}
@media (min-width: 1400px) {
  .cc-sub-page__content {
    padding: 42px 0;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__content {
    width: 88%;
    padding: 22vw 0 10vw 0;
  }
}
.cc-sub-page__content--fh {
  padding: 0;
}
.cc-sub-page__content--fh .cc-sub-page__section {
  margin-bottom: 0;
  width: 100%;
}
.cc-sub-page--coming-soon {
  padding-bottom: 0;
  height: 100vh;
}
.cc-sub-page--coming-soon .cc-general-container {
  text-align: center;
}
.cc-sub-page h1, .cc-sub-page h2, .cc-sub-page h3 {
  font-family: "IBM", "futilepromedium", sans-serif;
  color: #0a0a0a;
  margin-bottom: 1vw;
  margin-top: 1vw;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .cc-sub-page h1, .cc-sub-page h2, .cc-sub-page h3 {
    margin-bottom: 14px;
    margin-top: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page h1, .cc-sub-page h2, .cc-sub-page h3 {
    margin-bottom: 2vw;
    margin-top: 2vw;
  }
}
.cc-sub-page h1 {
  width: fit-content;
  font-size: 6vw;
  /*
  &::after {
    content: "";
    background-image: url(../img/BoxLogoL.png);
    width: 4.2vw;
    height: 4.2vw;
    position: absolute;
    background-size: contain;
    right: -6vw;
    top: 50%;
    margin-top: -2vw;
  }*/
}
@media (min-width: 1400px) {
  .cc-sub-page h1 {
    font-size: 84px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page h1 {
    font-size: 9vw;
  }
}
.cc-sub-page h2 {
  font-size: 4.5vw;
}
@media (min-width: 1400px) {
  .cc-sub-page h2 {
    font-size: 63px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page h2 {
    font-size: 6.75vw;
  }
}
.cc-sub-page h2.--philosopher {
  width: fit-content;
}
.cc-sub-page h2.--philosopher img {
  position: absolute;
  right: -7vw;
  width: 5vw;
  bottom: 1vw;
}
@media (min-width: 1400px) {
  .cc-sub-page h2.--philosopher img {
    right: -98px;
    width: 70px;
    bottom: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page h2.--philosopher img {
    right: -9vw;
  }
}
.cc-sub-page h3 {
  font-size: 3vw;
  position: relative;
}
@media (min-width: 1400px) {
  .cc-sub-page h3 {
    font-size: 42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page h3 {
    font-size: 4.5vw;
  }
}
.cc-sub-page h3 img {
  position: absolute;
  height: 110%;
  top: -10%;
  margin-left: 0.5vw;
}
@media (min-width: 1400px) {
  .cc-sub-page h3 img {
    margin-left: 7px;
  }
}
.cc-sub-page p {
  font-size: 1.1vw;
  margin-bottom: 1.8vw;
  color: #0a0a0a;
}
@media (min-width: 1400px) {
  .cc-sub-page p {
    font-size: 29.4px;
    margin-bottom: 25.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page p {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
.cc-sub-page p.cc-p-top-border {
  border-top: 1px solid #a1a1ae;
  padding-top: 1vw;
}
@media (min-width: 1400px) {
  .cc-sub-page p.cc-p-top-border {
    padding-top: 14px;
  }
}
.cc-sub-page p a {
  color: inherit;
}
.cc-sub-page-text-center {
  text-align: center;
}
.cc-sub-page__section {
  position: relative;
  margin-bottom: 5vw;
}
@media (min-width: 1400px) {
  .cc-sub-page__section {
    margin-bottom: 70px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__section {
    margin-bottom: 16vw;
  }
}
.cc-sub-page__section--text-center {
  text-align: center;
}
.cc-sub-page__section.--core-team h2 {
  opacity: 0;
}
.cc-sub-page__section.--philosophy h2, .cc-sub-page__section.--philosophy p {
  opacity: 0;
}
.cc-sub-page__section.--artists h2,
.cc-sub-page__section.--artists .cc-sub-page__squarelink-row-link {
  opacity: 0;
}
.cc-sub-page__split-container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__split-container--mobile-100 {
    display: block;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__split-container--mobile-100 .cc-sub-page__split-container-inside-64,
  .cc-sub-page__split-container--mobile-100 .cc-sub-page__split-container-inside-55,
  .cc-sub-page__split-container--mobile-100 .cc-sub-page__split-container-inside-30,
  .cc-sub-page__split-container--mobile-100 .cc-sub-page__split-container-inside-25,
  .cc-sub-page__split-container--mobile-100 .cc-sub-page__split-container-inside-48 {
    width: 100%;
  }
}
.cc-sub-page__split-container-stretch-image {
  width: 100%;
  display: block;
}
.cc-sub-page__split-container-stretch-image.--about-main-image {
  width: 240%;
  top: -7vw;
  position: absolute;
}
@media (max-width: 600px) {
  .cc-sub-page__split-container-stretch-image.--about-main-image {
    width: 150%;
    left: -25%;
  }
}
@media (min-width: 1400px) {
  .cc-sub-page__split-container-stretch-image.--about-main-image {
    top: -210px;
  }
}
.cc-sub-page__split-container-stretch-image.--about-suburbs-room {
  width: 240%;
  top: -34vw;
  position: absolute;
}
@media (max-width: 600px) {
  .cc-sub-page__split-container-stretch-image.--about-suburbs-room {
    width: 150%;
    left: -25%;
  }
}
@media (min-width: 1400px) {
  .cc-sub-page__split-container-stretch-image.--about-suburbs-room {
    top: -476px;
  }
}
.cc-sub-page__split-container-inside-25 {
  position: relative;
  width: 25%;
}
.cc-sub-page__split-container-inside-30 {
  position: relative;
  width: 30%;
}
.cc-sub-page__split-container-inside-64 {
  position: relative;
  width: 64%;
}
.cc-sub-page__split-container-inside-55 {
  position: relative;
  width: 55%;
}
.cc-sub-page__split-container-inside-48 {
  position: relative;
  width: 48%;
}
.cc-sub-page__video {
  position: relative;
  margin: 0 auto;
  width: 56vw;
  height: 34.5vw;
}
@media (min-width: 1400px) {
  .cc-sub-page__video {
    width: 784px;
    height: 483px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__video {
    width: 60vw;
    height: 34vw;
  }
}
.cc-sub-page__video video {
  width: 100%;
}
.cc-sub-page__video p {
  margin-bottom: 0;
  line-height: 2.5;
  font-size: 1.2vw;
}
@media (min-width: 1400px) {
  .cc-sub-page__video p {
    font-size: 16.8px;
  }
}
.cc-sub-page__corner {
  position: absolute;
  width: 32px;
  display: block;
}
.cc-sub-page__corner--tl {
  left: -25px;
  top: -25px;
}
.cc-sub-page__corner--tr {
  right: -25px;
  top: -25px;
  transform: rotate(90deg);
}
.cc-sub-page__corner--bl {
  left: -25px;
  bottom: -25px;
  transform: rotate(-90deg);
}
.cc-sub-page__corner--br {
  right: -25px;
  bottom: -25px;
  transform: rotate(180deg);
}
.cc-sub-page__squarelink-row {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cc-sub-page__squarelink-row.--city-promo .cc-sub-page__squarelink-row-link {
  width: 24%;
}
.cc-sub-page__squarelink-row.--city-promo .cc-sub-page__squarelink-row-cover {
  width: 65%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.cc-sub-page__squarelink-row-link {
  width: 18%;
  transition: transform 300ms ease-in-out;
}
.cc-sub-page__squarelink-row-link:hover {
  transform: scale(1.1);
}
.cc-sub-page__squarelink-row-link img {
  width: 100%;
  display: block;
}
.cc-sub-page__squarelink-row-cover {
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 100%);
  display: flex;
  align-items: center;
}
.cc-sub-page__squarelink-row-cover a {
  position: relative;
  width: 100%;
  color: white;
  text-decoration: none;
  font-family: "futilepromedium", sans-serif;
  text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 30px #000, 2px 2px 1px rgba(0, 0, 0, 0);
  margin-left: 3vw;
  font-size: 4vw;
}
@media (min-width: 1400px) {
  .cc-sub-page__squarelink-row-cover a {
    margin-left: 42px;
    font-size: 56px;
  }
}
.cc-sub-page__squarelink-row-cover a img {
  position: absolute;
  top: 10%;
  left: 14vw;
  width: 3.8vw;
}
@media (min-width: 1400px) {
  .cc-sub-page__squarelink-row-cover a img {
    left: 196px;
    width: 53.2px;
  }
}
.cc-sub-page__team {
  position: relative;
  width: 68%;
}
@media screen and (max-width: 600px) {
  .cc-sub-page__team {
    margin-bottom: 100px;
    width: 100%;
  }
}
.cc-sub-page__team .cc-general-container2.--members {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
}
.cc-sub-page__team .cc-general-container2.--panels {
  width: 0;
  height: calc(100% - 45px);
  position: absolute;
  left: 0;
  top: 0;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__team .cc-general-container2.--panels {
    height: calc(100% - 1rem);
  }
}
.cc-sub-page__team.--open .cc-sub-page__team-member {
  pointer-events: none;
}
.cc-sub-page__team.--open .cc-sub-page__team-panel.--open {
  opacity: 1;
  width: 110%;
  height: 170%;
  top: -5%;
  left: -5%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__team.--open .cc-sub-page__team-panel.--open {
    height: 110%;
  }
}
.cc-sub-page__team.--open .cc-general-container2.--panels {
  width: 100%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__team.--open .cc-general-container2.--panels {
    width: 148%;
    height: 48vw;
  }
}
.cc-sub-page__team-member {
  opacity: 0;
  position: relative;
  cursor: pointer;
  width: calc(33% - 30px);
  margin-right: 45px;
  margin-bottom: 45px;
  display: block;
  align-self: center;
  transition: transform 300ms ease-in-out;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__team-member {
    width: calc(33% - 2vw);
    margin-right: 0;
    margin-bottom: 4vw;
  }
}
.cc-sub-page__team-member:hover {
  transform: scale(1.1);
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__team-member:hover {
    transform: none;
  }
}
.cc-sub-page__team-member:nth-of-type(3n + 3) {
  margin-right: 0;
}
.cc-sub-page__team-panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  overflow: hidden;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  background-color: #c7c8cc;
}
.cc-sub-page__team-panel-close {
  position: absolute;
  right: 15%;
  top: 1%;
  font-size: 2vw;
  color: #0a0a0a;
  cursor: pointer;
  font-family: "futilepromedium", sans-serif;
  transition: transform 300ms ease-in-out;
}
@media (min-width: 1400px) {
  .cc-sub-page__team-panel-close {
    font-size: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__team-panel-close {
    font-size: 6vw;
    left: 80vw;
  }
}
.cc-sub-page__team-panel-close:hover {
  color: #0b0b8b;
}
.cc-sub-page__team-panel-close.--dark {
  color: black;
}
.cc-sub-page__team-panel-close.--dark:hover {
  color: #0b0b8b;
}
.cc-sub-page__team-panel-text {
  position: absolute;
  left: 30%;
  top: 10%;
  height: 80%;
  width: 62%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__team-panel-text {
    left: 20vw;
    top: 2vw;
  }
}
.cc-sub-page__team-panel-text h3 {
  margin-top: 0;
}
.cc-sub-page__team-panel-text h3 span {
  font-size: 42%;
  margin-left: 1rem;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__team-panel-text h3 span {
    margin-left: 2vw;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__team-panel-text p {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
}
.cc-sub-page__team-panel-text.--dark h3, .cc-sub-page__team-panel-text.--dark p {
  color: black;
}
.cc-sub-page__team-panel.--swan {
  background-color: #c7c8cc;
}
.cc-sub-page__team-panel.--perspektyma {
  background-color: #c7c8cc;
}
.cc-sub-page__team-panel.--khanh {
  background-color: #c7c8cc;
}
.cc-sub-page__team-panel.--bear {
  background-color: #c7c8cc;
}
.cc-sub-page__team-panel.--xuanch {
  background-color: #c7c8cc;
}
.cc-sub-page__team-panel.--will {
  background-color: #c7c8cc;
}
.cc-sub-page__team-panel.--taz {
  background-color: #c7c8cc;
}
.cc-sub-page__team-panel.--riley {
  background-color: #c7c8cc;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__team-panel.--riley h3 span {
    text-shadow: 1px 1px 0px #700037;
  }
}
.cc-sub-page__team-panel.--lawson {
  background-color: #c7c8cc;
}
.cc-sub-page__team-panel.--kai {
  background-color: #c7c8cc;
}
.cc-sub-page__team-panel.--beau {
  background-color: #c7c8cc;
}
.cc-sub-page__team-panel .cc-sub-page__team-member {
  position: absolute;
  left: -5px;
  bottom: 0;
  margin: 0;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__team-panel .cc-sub-page__team-member {
    width: 18vw;
  }
}
.cc-sub-page__gallery {
  position: relative;
}
.cc-sub-page__gallery-image {
  position: relative;
  cursor: pointer;
  transition: transform 300ms ease-in-out;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__gallery-image {
    pointer-events: none;
  }
}
.cc-sub-page__gallery-image:hover {
  transform: scale(1.2);
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__gallery-image:hover {
    transform: scale(1);
  }
}
.cc-sub-page__gallery-pop-up {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1500;
}
.cc-sub-page__gallery-pop-up--show {
  pointer-events: auto;
}
.cc-sub-page__gallery-pop-up--show .cc-sub-page__gallery-pop-up-bg {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}
.cc-sub-page__gallery-pop-up--show .cc-sub-page__gallery-pop-up-img {
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
  transform: scale(1);
}
.cc-sub-page__gallery-pop-up--show .cc-sub-page__gallery-pop-up-close {
  transition: transform 300ms ease-in-out 300ms;
  transform: scale(1);
}
.cc-sub-page__gallery-pop-up-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/overlay-bg.png);
  opacity: 0;
  transition: opacity 500ms ease-in-out 200ms;
}
.cc-sub-page__gallery-pop-up-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  transform: scale(0);
  transition: transform 300ms ease-in-out;
}
.cc-sub-page__gallery-pop-up-close {
  font-family: "upheaval_tt_brkregular", sans-serif;
  position: absolute;
  color: white;
  right: 3vw;
  top: 1vw;
  font-size: 6vw;
  line-height: 1;
  cursor: pointer;
  transform: scale(0);
  transition: transform 300ms ease-in-out;
}
.cc-sub-page__base-clicker {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cc-sub-page__cropper {
  width: 100%;
  overflow: hidden;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-sub-page__cropper-mobile {
    width: 100%;
    overflow: hidden;
  }
}

.cc-socials__single2 {
  position: relative;
  display: inline-block;
}

.cc-socials__icon,
.cc-socials__icon-highlighted {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.cc-socials__icon-highlighted {
  opacity: 0;
}

.cc-socials__single2:hover .cc-socials__icon {
  opacity: 0;
}

.cc-socials__single2:hover .cc-socials__icon-highlighted {
  opacity: 1;
}

.cc-sub-page-core-team-heading {
  margin-top: 100px !important;
}

.cc-sub-page__section.--core-team {
  margin-top: 11vw;
}
.cc-sub-page__section.--philosophy {
  margin-top: 15vw;
}

.cc-about-seeall {
  font-family: "IBM" !important;
}

.cc-suburbs {
  position: relative;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__appartments-container {
    position: absolute;
    top: 96vw;
  }
}
.cc-suburbs .cc-sub-page__split-container {
  margin-top: 4vw;
}
@media (min-width: 1400px) {
  .cc-suburbs .cc-sub-page__split-container {
    margin-top: 56px;
  }
}
.cc-suburbs__appartment {
  display: block;
  margin-bottom: 2vw;
  cursor: pointer;
  width: 100%;
  position: relative;
}
@media (min-width: 1400px) {
  .cc-suburbs__appartment {
    margin-bottom: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__appartment {
    width: 38vw;
    position: absolute;
    left: 47%;
    top: 0;
    margin-left: -19vw;
  }
}
.cc-suburbs__appartment--hover .cc-suburbs__appartment-hover, .cc-suburbs__appartment--active .cc-suburbs__appartment-hover {
  opacity: 1;
}
.cc-suburbs__appartment--hover .cc-suburbs__appartment-digit, .cc-suburbs__appartment--active .cc-suburbs__appartment-digit {
  right: -12%;
  transition: right 200ms ease-out, top 200ms ease-out;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__appartment--hover .cc-suburbs__appartment-digit, .cc-suburbs__appartment--active .cc-suburbs__appartment-digit {
    right: 40%;
    top: -27%;
  }
}
.cc-suburbs__appartment--hover .cc-suburbs__appartment-text, .cc-suburbs__appartment--active .cc-suburbs__appartment-text {
  opacity: 1;
  transition: opacity 200ms ease-out 200ms;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__appartment {
    transition: transform ease-in-out 500ms, left ease-in-out 500ms;
  }
  .cc-suburbs__appartment--left {
    left: 2%;
    transform: scale(0.8);
  }
  .cc-suburbs__appartment--left-gone {
    left: -35%;
    transform: scale(0) translateY(-4vw);
  }
  .cc-suburbs__appartment--right {
    left: 94%;
    transform: scale(0.8);
  }
  .cc-suburbs__appartment--right-gone {
    left: 114%;
    transform: scale(0) translateY(-4vw);
  }
}
.cc-suburbs__appartment-normal {
  display: block;
}
.cc-suburbs__appartment-hover {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transition: 200ms ease-in-out;
}
.cc-suburbs__appartment-digit {
  position: absolute;
  width: 10%;
  right: 40%;
  top: 38%;
  transition: right 200ms ease-in, top 200ms ease-in;
}
.cc-suburbs__appartment-text {
  position: absolute;
  right: -72%;
  width: 53%;
  color: #fff;
  height: 93%;
  top: 0;
  opacity: 0;
  transition: opacity 200ms ease-in;
  text-align: center;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__appartment-text {
    right: -20%;
    width: 124%;
    top: 110%;
  }
}
.cc-suburbs__appartment-text-title {
  font-size: 1.2vw;
  font-family: "upheaval_tt_brkregular", sans-serif;
}
@media (min-width: 1400px) {
  .cc-suburbs__appartment-text-title {
    font-size: 16.8px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__appartment-text-title {
    font-size: 3.6vw;
  }
}
.cc-suburbs__appartment-text-title--blue {
  color: #0090ff;
}
.cc-suburbs__appartment-text-title--yellow {
  color: #ffdb31;
}
.cc-suburbs__appartment-text-title--red {
  color: #d03c54;
}
.cc-suburbs__appartment-text-title--lightblue {
  color: #cde8ff;
}
.cc-suburbs__appartment-text-main {
  font-size: 1vw;
  margin: 0.4vw 0 0.6vw 0;
  color: white;
}
@media (min-width: 1400px) {
  .cc-suburbs__appartment-text-main {
    font-size: 14px;
    margin: 5.6px 0 8.4px 0;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__appartment-text-main {
    font-size: 3vw;
    margin: 0 1vw;
  }
}
.cc-suburbs__appartment-text-perc {
  font-size: 0.85vw;
  color: white;
  text-shadow: 0 0 12px #be98ff, 0 0 24px #be98ff;
}
@media (min-width: 1400px) {
  .cc-suburbs__appartment-text-perc {
    font-size: 11.9px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__appartment-text-perc {
    font-size: 2.55vw;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__appartment-text .cc-vertical-align {
    display: block;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__appartment-text .cc-general-container div {
    display: inline-block;
  }
}
.cc-suburbs__sticky {
  position: sticky;
  top: -3vw;
}
@media (min-width: 1400px) {
  .cc-suburbs__sticky {
    top: -42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__sticky {
    position: relative;
    top: 0;
    pointer-events: none;
  }
}
.cc-suburbs__big-image {
  position: relative;
  height: 40vw;
  margin-top: -5vw;
}
@media (min-width: 1400px) {
  .cc-suburbs__big-image {
    height: 560px;
    margin-top: -70px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__big-image {
    height: 120vw;
    margin-top: 0;
  }
}
.cc-suburbs__big-image-single {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 400ms linear;
}
.cc-suburbs__big-image-single--show {
  opacity: 1;
}
.cc-suburbs__big-image-title {
  width: 17%;
  position: absolute;
  top: 0;
  right: 0;
}
.cc-suburbs__class-info {
  width: 74%;
  margin-left: 26%;
  position: relative;
  margin-top: 3vw;
}
@media (min-width: 1400px) {
  .cc-suburbs__class-info {
    margin-top: 42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__class-info {
    width: 67%;
    margin-top: 23vw;
  }
}
.cc-suburbs__class-info-circle {
  position: absolute;
  width: 40%;
  left: -24%;
  top: -5.6vw;
}
@media (min-width: 1400px) {
  .cc-suburbs__class-info-circle {
    top: -78.4px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__class-info-circle {
    width: 60%;
    left: -36%;
    top: -17.6vw;
  }
}
.cc-suburbs__class-info-circle img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.cc-suburbs__class-info-circle img.active {
  opacity: 1;
}
.cc-suburbs__class-info-circle-percentage {
  color: white;
  font-family: "upheaval_tt_brkregular", sans-serif;
  font-size: 2vw;
  left: 78%;
  position: absolute;
  top: 5%;
  text-shadow: 0 0 20px #2a0070, 0 0 30px #2a0070, 0 0 40px #2a0070, 0 0 55px #2a0070, 0 0 75px #2a0070;
}
@media (min-width: 1400px) {
  .cc-suburbs__class-info-circle-percentage {
    font-size: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__class-info-circle-percentage {
    text-shadow: 0 0 10px #2a0070, 0 0 15px #2a0070, 0 0 20px #2a0070, 0 0 27px #2a0070, 0 0 37px #2a0070;
    font-size: 6vw;
    left: 82%;
  }
}
.cc-suburbs__class-info-title {
  font-family: "upheaval_tt_brkregular", sans-serif;
  color: #fff;
  text-shadow: -2px 2px 0px #4031ca;
  font-size: 2vw;
  margin-bottom: 0.4vw;
}
@media (min-width: 1400px) {
  .cc-suburbs__class-info-title {
    font-size: 28px;
    margin-bottom: 5.6px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__class-info-title {
    font-size: 6vw;
    margin-bottom: 0;
  }
}
.cc-suburbs__class-info-text {
  color: white;
  font-size: 1vw;
}
@media (min-width: 1400px) {
  .cc-suburbs__class-info-text {
    font-size: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__class-info-text {
    font-size: 4vw;
    margin-top: 5vw;
  }
}
.cc-suburbs__class-info-rarity {
  color: white;
  position: absolute;
  left: -5vw;
  top: -5vw;
  font-size: 0.7vw;
}
@media (min-width: 1400px) {
  .cc-suburbs__class-info-rarity {
    font-size: 9.8px;
    left: -70px;
    top: -70px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__class-info-rarity {
    font-size: 2.1vw;
    left: -15vw;
    top: -15vw;
  }
}
.cc-suburbs__clouds {
  position: absolute;
  background-image: url(../img/suburbs-clouds.png);
  width: 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  opacity: 0.75;
  background-position: center;
}
.cc-suburbs__clouds--top {
  margin-top: -4vw;
  height: 50vw;
}
@media (min-width: 1400px) {
  .cc-suburbs__clouds--top {
    margin-top: -56px;
    height: 700px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__clouds--top {
    height: 80vw;
    margin-top: 11vw;
  }
}
.cc-suburbs__clouds--bottom {
  margin-top: 17vw;
  height: 42vw;
  background-position-x: 0;
}
@media (min-width: 1400px) {
  .cc-suburbs__clouds--bottom {
    margin-top: 238px;
    height: 588px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs__clouds--bottom {
    margin-top: 100vw;
    height: 80vw;
  }
}

.cc-suburbs-page {
  overflow: visible;
  background: rgb(0, 0, 6);
  background: linear-gradient(180deg, rgb(0, 0, 6) 30%, rgb(20, 0, 47) 100%);
}
.cc-suburbs-page__arrow-down {
  position: absolute;
  bottom: 1vw;
  width: 4vw;
  left: 50%;
  margin-left: -2vw;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__arrow-down {
    bottom: 14px;
    width: 56px;
    margin-left: -28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__arrow-down {
    width: 16vw;
    margin-left: -8vw;
    bottom: 18vw;
  }
}
.cc-suburbs-page__arrow-down--cookiebanner-offset {
  bottom: 5vw;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__arrow-down--cookiebanner-offset {
    bottom: 70px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__arrow-down--cookiebanner-offset {
    bottom: 56vw;
  }
}
.cc-suburbs-page__video-intro {
  position: relative;
}
.cc-suburbs-page__video-intro-video {
  width: 80%;
  display: block;
  margin: 0 auto;
  max-width: 1500px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__video-intro-video {
    margin-bottom: 10vh;
  }
}
.cc-suburbs-page__keyline {
  position: relative;
  color: white;
  font-size: 2vw;
  font-weight: 600;
  text-shadow: 0 0 20px #fff;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__keyline {
    font-size: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__keyline {
    font-size: 5vw;
    text-align: center;
  }
}
.cc-suburbs-page__square-demo-vid {
  position: relative;
  width: 60%;
  margin: 0 auto;
  display: block;
}
.cc-suburbs-page #su-trailer {
  margin-bottom: 12vw;
}
@media (min-width: 1400px) {
  .cc-suburbs-page #su-trailer {
    margin-bottom: 168px;
  }
}
.cc-suburbs-page__neotokyo h3 {
  margin-bottom: 16vw;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__neotokyo h3 {
    margin-bottom: 224px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__neotokyo h3 {
    margin-bottom: 24vw;
  }
}
.cc-suburbs-page__neotokyo-header {
  position: absolute;
  width: 100%;
  top: -13vw;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__neotokyo-header {
    top: -182px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__neotokyo-header {
    width: 110%;
    top: -19vw;
    left: -5%;
  }
}
.cc-suburbs-page__the-nft .cc-sub-page__split-container {
  margin: 3vw 0;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__the-nft .cc-sub-page__split-container {
    margin: 42px 0;
  }
}
.cc-suburbs-page__the-nft-block {
  background: rgb(1, 0, 24);
  background: linear-gradient(180deg, #0e0e22 32%, rgba(1, 0, 24, 0) 100%);
  color: white;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__the-nft-block {
    width: 80% !important;
    margin: 0 auto 10vw auto;
  }
}
.cc-suburbs-page__the-nft-block-title {
  font-size: 1.8vw;
  padding-left: 1.3vw;
  padding-top: 1.3vw;
  margin-bottom: 3vw;
  text-shadow: 0 0 20px #3B00CE, 0 0 30px #3B00CE;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__the-nft-block-title {
    font-size: 25.2px;
    padding-left: 18.2px;
    padding-top: 18.2px;
    margin-bottom: 42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__the-nft-block-title {
    font-size: 6vw;
    padding-left: 4vw;
    padding-top: 4vw;
    margin-bottom: 9vw;
  }
}
.cc-suburbs-page__the-nft-block-img {
  display: block;
  width: 88%;
  margin: 0 auto 2vw auto;
  position: relative;
  cursor: pointer;
  transition: transform 300ms ease-in-out;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__the-nft-block-img {
    margin-bottom: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__the-nft-block-img {
    margin-bottom: 6vw;
    pointer-events: none;
  }
}
.cc-suburbs-page__the-nft-block-img:hover {
  transform: scale(1.2);
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__the-nft-block-img:hover {
    transform: scale(1);
  }
}
.cc-suburbs-page__the-nft-block-body {
  font-size: 1vw;
  width: 88%;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__the-nft-block-body {
    font-size: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__the-nft-block-body {
    font-size: 3vw;
  }
}
.cc-suburbs-page__the-nft-perks {
  position: relative;
  width: 50%;
  margin: 0 auto 3vw auto;
  color: #e7cfe5;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__the-nft-perks {
    margin-bottom: 42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__the-nft-perks {
    width: 90%;
    margin-bottom: 8vw;
  }
}
.cc-suburbs-page__the-nft-perks-title {
  font-size: 1.8vw;
  margin-bottom: 0.3vw;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__the-nft-perks-title {
    font-size: 25.2px;
    margin-bottom: 4.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__the-nft-perks-title {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
}
.cc-suburbs-page__the-nft-perks-item {
  position: relative;
  font-size: 1vw;
  line-height: 2;
  padding-left: 4vw;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__the-nft-perks-item {
    font-size: 14px;
    padding-left: 56px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__the-nft-perks-item {
    font-size: 3vw;
    padding-left: 12vw;
    line-height: 1.3;
    margin-bottom: 3vw;
    padding-top: 1vw;
  }
}
.cc-suburbs-page__the-nft-perks-item img {
  height: 70%;
  display: block;
  position: absolute;
  left: 0;
  top: 15%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__the-nft-perks-item img {
    height: 5vw;
  }
}
.cc-suburbs-page__mint-tiers {
  display: flex;
  justify-content: space-around;
  margin: 3vw 0;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__mint-tiers {
    margin: 42px 0;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__mint-tiers {
    flex-wrap: wrap;
  }
}
.cc-suburbs-page__mint-tier {
  width: 18%;
  color: white;
  text-align: center;
  position: relative;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__mint-tier {
    width: 38%;
    margin-bottom: 8vw;
  }
}
.cc-suburbs-page__mint-tier:hover .cc-suburbs-page__mint-tier-background {
  opacity: 0.3;
}
.cc-suburbs-page__mint-tier:nth-child(1) .cc-suburbs-page__mint-tier-background {
  background: rgb(47, 9, 59);
  background: linear-gradient(180deg, rgb(47, 9, 59) 32%, rgba(47, 9, 59, 0) 100%);
}
.cc-suburbs-page__mint-tier:nth-child(1) .cc-suburbs-page__mint-tier-title,
.cc-suburbs-page__mint-tier:nth-child(1) .cc-suburbs-page__mint-tier-price {
  color: #d9bbff;
}
.cc-suburbs-page__mint-tier:nth-child(2) .cc-suburbs-page__mint-tier-background {
  background: rgb(67, 0, 21);
  background: linear-gradient(180deg, rgb(67, 0, 21) 32%, rgba(67, 0, 21, 0) 100%);
}
.cc-suburbs-page__mint-tier:nth-child(2) .cc-suburbs-page__mint-tier-title,
.cc-suburbs-page__mint-tier:nth-child(2) .cc-suburbs-page__mint-tier-price {
  color: #ff462d;
}
.cc-suburbs-page__mint-tier:nth-child(3) .cc-suburbs-page__mint-tier-background {
  background: rgb(70, 51, 2);
  background: linear-gradient(180deg, rgb(70, 51, 2) 32%, rgba(70, 51, 2, 0) 100%);
}
.cc-suburbs-page__mint-tier:nth-child(3) .cc-suburbs-page__mint-tier-title,
.cc-suburbs-page__mint-tier:nth-child(3) .cc-suburbs-page__mint-tier-price {
  color: #ffdb31;
}
.cc-suburbs-page__mint-tier:nth-child(4) .cc-suburbs-page__mint-tier-background {
  background: rgb(2, 45, 101);
  background: linear-gradient(180deg, rgb(2, 45, 101) 32%, rgba(2, 45, 101, 0) 100%);
}
.cc-suburbs-page__mint-tier:nth-child(4) .cc-suburbs-page__mint-tier-title,
.cc-suburbs-page__mint-tier:nth-child(4) .cc-suburbs-page__mint-tier-price {
  color: #3175ff;
}
.cc-suburbs-page__mint-tier-title {
  font-family: "upheaval_tt_brkregular", sans-serif;
  font-size: 2.2vw;
  margin: 0.3vw 0;
  position: relative;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__mint-tier-title {
    font-size: 30.8px;
    margin: 4.2px 0;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__mint-tier-title {
    font-size: 7vw;
    margin: 1vw 0;
  }
}
.cc-suburbs-page__mint-tier-body {
  font-size: 1vw;
  position: relative;
  margin-bottom: 1vw;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__mint-tier-body {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__mint-tier-body {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
}
.cc-suburbs-page__mint-tier-price {
  font-size: 1.3vw;
  position: relative;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__mint-tier-price {
    font-size: 18.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__mint-tier-price {
    font-size: 4vw;
  }
}
.cc-suburbs-page__mint-tier-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity 300ms ease-in-out;
}
.cc-suburbs-page__vr-video {
  width: 70%;
  margin: 4vw auto 0 auto;
  display: block;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__vr-video {
    margin-top: 56px;
  }
}
.cc-suburbs-page__vision {
  margin-top: 6vw;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__vision {
    margin-top: 84px;
  }
}
.cc-suburbs-page__vision-big-image {
  position: relative;
  width: 100%;
  height: 180px;
  background-image: url(../img/suburbs-vision-big-image.jpg);
  background-size: auto 100%;
  background-position: center;
  margin-top: -4vw;
  margin-bottom: 2vw;
  box-shadow: 0 0 15px rgba(175, 77, 242, 0.4);
}
@media (min-width: 1400px) {
  .cc-suburbs-page__vision-big-image {
    margin-top: -56px;
    margin-bottom: 28px;
  }
}
.cc-suburbs-page__video-block {
  position: relative;
  width: 100%;
  background-color: #000;
  box-shadow: 0 0 80px rgba(175, 77, 242, 0.4);
  margin-top: -50px;
}
.cc-suburbs-page__video-block.cc-section-fullheight {
  margin-top: 0;
}
.cc-suburbs-page__video-block-inside {
  position: relative;
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__video-block-inside {
    width: 88%;
  }
}
.cc-suburbs-page p.cc-suburbs-focus-text-block {
  color: #eaccff;
  margin: 3vw auto;
  text-align: center;
  width: 76%;
  font-style: italic;
}
@media (min-width: 1400px) {
  .cc-suburbs-page p.cc-suburbs-focus-text-block {
    margin: 42px auto;
  }
}
.cc-suburbs-page__distribution-img {
  position: relative;
  display: block;
  width: 70%;
  margin: 2vw auto;
}
@media (min-width: 1400px) {
  .cc-suburbs-page__distribution-img {
    margin: 28px auto;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburbs-page__distribution-img {
    width: 100%;
    margin: 8vw auto;
  }
}

.cc-worldmap {
  opacity: 0;
  position: absolute;
  width: 2857px;
  height: 2146px;
  left: 50%;
  top: 50%;
  margin-left: -1428px;
  margin-top: -1073px;
  pointer-events: none;
}
.cc-worldmap.--show {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}
.cc-worldmap__high-res, .cc-worldmap__low-res {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cc-worldmap__high-res {
  display: none;
}
.cc-worldmap__low-res {
  background-image: url(../img/world_map-new-v4-xs.png);
}

.cc-number-sort {
  position: absolute;
  left: 50%;
  top: 50%;
}
.cc-number-sort__digit {
  font-family: "IBM", "eurostile", "futilepromedium", sans-serif;
  font-size: 150px;
  line-height: 1;
  width: 880px;
  margin-left: -440px;
  color: #0a0a0a;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.cc-live-data-display {
  background-color: #1b1e30;
  font-family: "futilepromedium", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  margin: 0 auto 8px auto;
  border-radius: 4px;
  height: 50px;
}
@media (min-width: 600px) and (max-width: 1400px) {
  .cc-live-data-display.--vw {
    height: 3.5714285714vw;
    width: 35.7142857143vw;
    border-radius: 0.2857142857vw;
    margin-bottom: 0.5714285714vw;
  }
  .cc-live-data-display.--vw .cc-live-data-display__title {
    font-size: 1.2857142857vw;
    width: 9.2857142857vw;
  }
  .cc-live-data-display.--vw .cc-live-data-display__amount {
    font-size: 2.2857142857vw;
    margin-left: 0.7857142857vw;
  }
  .cc-live-data-display.--vw .cc-live-data-display__currency {
    font-size: 0.7857142857vw;
    margin-top: 0.8571428571vw;
    margin-left: 0.3571428571vw;
  }
  .cc-live-data-display.--vw .cc-live-data-display__eth {
    width: 0.7857142857vw;
    margin-left: 0.4285714286vw;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-live-data-display {
    width: 80%;
    height: 11vw;
    margin-bottom: 2vw;
  }
}
.cc-live-data-display__title {
  font-size: 18px;
  width: 130px;
  text-align: left;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-live-data-display__title {
    font-size: 3vw;
    width: 22vw;
  }
}
.cc-live-data-display__amount {
  font-size: 32px;
  margin-left: 11px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-live-data-display__amount {
    font-size: 5.5vw;
    margin-left: 2vw;
  }
}
.cc-live-data-display__currency {
  font-size: 11px;
  margin-top: 12px;
  margin-left: 5px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-live-data-display__currency {
    font-size: 2vw;
    margin-top: 2vw;
    margin-left: 1vw;
  }
}
.cc-live-data-display__eth {
  width: 11px;
  margin-left: 6px;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-live-data-display__eth {
    width: 2vw;
    margin-left: 1vw;
  }
}

.cc-class-btn {
  display: flex;
  width: 100%;
  height: 32px;
  position: relative;
  margin-bottom: 6px;
}
.cc-class-btn.--neotokyo2121 .cc-class-btn__piece.--left {
  background-image: url(../img/suburbs/_neotokyo2121/class_button-left.png);
}
.cc-class-btn.--neotokyo2121 .cc-class-btn__piece.--middle {
  background-image: url(../img/suburbs/_neotokyo2121/class_button-middle.png);
}
.cc-class-btn.--neotokyo2121 .cc-class-btn__piece.--right {
  background-image: url(../img/suburbs/_neotokyo2121/class_button-right.png);
}
.cc-class-btn__piece {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cc-class-btn__piece.--left {
  width: 103.2827586207px;
}
.cc-class-btn__piece.--middle {
  width: calc(100% - 103.2827586207 * 1px - 15.8896551724 * 1px);
  background-size: 100% 100%;
}
.cc-class-btn__piece.--right {
  width: 15.8896551724px;
}
.cc-class-btn__class {
  position: absolute;
  height: 87%;
  top: 0;
  left: 41.3131034483px;
}
.cc-class-btn__txt {
  position: absolute;
  text-align: center;
  line-height: 32px;
  width: 100%;
  color: white;
  font-size: 1rem;
}

.cc-no-embed {
  position: relative;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cc-no-embed__content {
  color: white;
  width: 60%;
  text-align: center;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-no-embed__content {
    width: 80%;
  }
}
.cc-no-embed__content h2 {
  margin-bottom: 1rem;
}

.cc-suburb-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: #c2c2c2;
}

.cc-bearnowhereimage-jungle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  opacity: 1;
  display: block;
  transition: opacity 1s ease-in-out;
}

.cc-suburb {
  position: relative;
  width: 80%;
  margin: 5vw auto 0 auto;
  max-width: 1400px;
  /*
    &__filters-dropdown-menu {
      overflow: auto;

      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #0a0a0a;
      padding: 20px;
      width: 15vw;
      height: 30vw;
      opacity: 0.95;
    }

    &__filters-dropdown:hover &__filters-dropdown-menu {
      display: block;
    }
  */
}
@media (min-width: 1400px) {
  .cc-suburb {
    margin-top: 70px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb {
    display: block;
    width: 88%;
    margin-top: 23vw;
  }
}
.cc-suburb__filters-dropdown {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.cc-suburb__filters-dropdown-toggle {
  background-color: #0a0a0a;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}
.cc-suburb__filters-dropdown-toggle:hover {
  color: #697de1;
}
.cc-suburb__core-container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__core-container {
    display: block;
  }
}
.cc-suburb__core-container-filters {
  position: relative;
  width: 56%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__core-container-filters {
    width: 100%;
  }
}
.cc-suburb__core-container-filters-sub {
  position: relative;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__core-container-filters-sub {
    display: block;
  }
}
.cc-suburb__core-container-filters-sub-column {
  position: relative;
  width: 48%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__core-container-filters-sub-column {
    width: 100%;
  }
}
.cc-suburb__core-container-apartments {
  position: relative;
  width: 100%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__core-container-apartments {
    width: 100%;
  }
}
.cc-suburb__search {
  font-family: "IBM", "Quantico", sans-serif;
  color: #fff;
  -webkit-appearance: none;
  line-height: 2;
  border: 1px solid white;
  border-radius: 4px;
  font-size: 1.2vw;
  padding: 0 0.1vw;
  margin-bottom: 2vw;
  width: calc(91% - 2vw);
}
.cc-suburb__search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
.cc-suburb__search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
.cc-suburb__search::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
@media (min-width: 1400px) {
  .cc-suburb__search {
    font-size: 16.8px;
    padding: 0 4.2px;
    margin-bottom: 28px;
    width: calc(91% - 28px);
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__search {
    font-size: 5vw;
    padding: 0 4vw;
    width: calc(100% - 21vw);
    margin-bottom: 6vw;
  }
}
.cc-suburb__title {
  width: 50%;
  display: block;
  margin-bottom: 3vw;
  margin-left: 25%;
}
@media (min-width: 1400px) {
  .cc-suburb__title {
    margin-bottom: 42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__title {
    width: 100%;
    margin-left: 0;
  }
}
.cc-suburb__city {
  width: 28%;
  display: block;
  position: absolute;
  right: 0;
  top: -3vw;
}
@media (min-width: 1400px) {
  .cc-suburb__city {
    top: -42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__city {
    top: auto;
    right: auto;
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
}
.cc-suburb__filters-container {
  position: fixed;
  top: 3vw;
  margin-bottom: 5vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-height: calc(100vh - 5vw); /* Set a fixed height based on the viewport height */
  overflow: auto; /* Enable scrolling */
}
@media (min-width: 1400px) {
  .cc-suburb__filters-container {
    margin-bottom: 70px;
    top: 42px;
    max-height: calc(100vh - 42px);
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__filters-container {
    position: relative;
    top: 0;
    margin-bottom: 15vw;
    overflow: visible;
    max-height: none;
  }
}
.cc-suburb__filters-container-expand-icon {
  position: absolute;
  cursor: pointer;
  left: -3.5vw;
  top: 0;
  transition: transform 400ms ease-in-out;
  width: 2.2vw;
  height: 2.2vw;
  display: none;
}
@media (min-width: 1400px) {
  .cc-suburb__filters-container-expand-icon {
    width: 30.8px;
    height: 30.8px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__filters-container-expand-icon {
    left: auto;
    width: 6vw;
    height: 6vw;
    top: -8vw;
    right: 0;
    display: block;
  }
}
.cc-suburb__filters-container-expand-icon.--active {
  transform: rotate(180deg);
}
.cc-suburb__filters-container-expand-icon.--active .cc-suburb__filters-container-expand-icon-line.--vertical {
  width: 0;
  left: 50%;
}
.cc-suburb__filters-container-expand-icon-line {
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background-color: white;
  transition: left 200ms ease-in-out, width 200ms ease-in-out;
}
.cc-suburb__filters-container-expand-icon-line.--vertical {
  transform: rotate(90deg);
  transform-origin: center;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__rooms-container {
    justify-content: space-between;
  }
}
.cc-suburb__room {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 1.7vw;
  transition: transform 300ms ease-in-out;
  text-decoration: none;
}
@media (min-width: 1400px) {
  .cc-suburb__room {
    margin-bottom: 23.8px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__room {
    width: 46%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
}
.cc-suburb__room:hover {
  transform: scale(1.3);
  z-index: 2;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__room:hover {
    transform: scale(1);
  }
}
.cc-suburb__room.--no-margin-right {
  margin-right: 0;
}
.cc-suburb__room-img {
  width: 115%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0.4vw;
  height: 12vw;
}
@media (min-width: 1400px) {
  .cc-suburb__room-img {
    height: 168px;
    margin-bottom: 5.6px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__room-img {
    height: 28vw;
    margin-bottom: 3vw;
    margin-left: 10px;
  }
}
.cc-suburb__room-txt {
  font-family: "IBM", "futilepromedium", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 2vw;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  position: relative;
  top: 40%;
}
@media (min-width: 1400px) {
  .cc-suburb__room-txt {
    font-size: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__room-txt {
    font-size: 5vw;
  }
}
.cc-suburb__tag {
  font-family: "IBM", "Quantico", sans-serif;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.1vw;
  padding: 0.2vw 0.6vw;
  margin-right: 0.5vw;
  margin-bottom: 0.5vw;
  text-decoration: none;
}
@media (min-width: 1400px) {
  .cc-suburb__tag {
    font-size: 15.4px;
    padding: 2.8px 8.4px;
    margin-right: 7px;
    margin-bottom: 7px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__tag {
    font-size: 3vw;
    padding: 1.3vw 3vw;
    margin-right: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
.cc-suburb__tag img {
  height: 1vw;
  margin-right: 0.6vw;
}
@media (min-width: 1400px) {
  .cc-suburb__tag img {
    height: 14px;
    margin-right: 8.4px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb__tag img {
    height: 3vw;
    margin-right: 2vw;
  }
}
.cc-suburb__tag.--with-icon {
  font-family: "IBM";
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cc-suburb__tag.--floorplan {
  color: #0a0a0a !important;
  text-align: center;
  margin-left: 39%;
}

.cc-suburb-tag-image {
  height: 5vw !important;
  position: relative;
  top: -1.5vw;
}
@media (max-width: 600px) {
  .cc-suburb-tag-image {
    height: 10vw !important;
    top: -4.5vw;
  }
}

.cc-suburb-class-description {
  position: relative;
  top: -2vw;
  font-size: 140%;
}
@media (max-width: 600px) {
  .cc-suburb-class-description {
    top: -5.5vw;
    font-size: 100%;
  }
}

.cc-suburb-number {
  font-size: 1em;
  text-align: left;
}

.cc-suburb-price {
  font-size: 3.4rem;
}
@media screen and (max-width: 1500px) {
  .cc-suburb-price {
    font-size: 2.5em;
  }
}
@media (max-width: 600px) {
  .cc-suburb-price {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 600px) {
  .cc-suburbs-current-price {
    font-size: 1.75em;
  }
}

.cc-suburb__tagwith-icon {
  font-family: "IBM";
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cc-floorplan-icon {
  margin-top: 0.5vw;
}

.cc-splash-screen {
  position: fixed;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%;
  background-color: #c7c8cc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
  touch-action: none;
}

.cc-splash-screen__card-img,
.cc-suburb-neotokyo-title,
.cc-splash-screen__search-btn {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* For small portrait devices, adjust positioning and width */
@media (orientation: portrait) and (max-width: 600px) {
  .cc-splash-screen {
    display: none;
    left: 53%;
    top: -30%;
    transform: translateX(-53%);
    width: 120vw; /* Full viewport width */
    overflow: hidden;
  }
}
/* For very small devices, further adjust positioning and width */
@media (orientation: portrait) and (max-width: 400px) {
  .cc-splash-screen {
    left: 53%;
    top: -30%;
    transform: translateX(-53%);
    width: 120vw; /* Full viewport width */
  }
}
.cc-splash-screen.fade-out {
  opacity: 0;
}

.cc-splash-screen__header {
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
}

.cc-splash-screen__card {
  text-align: center;
}

c .cc-splash-screen__card-img img {
  width: 600px;
  height: 600px;
  object-fit: cover;
}

.cc-splash-screen__card-number {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 18px;
  font-family: "IBM";
  color: #fff;
}

.cc-splash-screen__search-btn {
  text-align: left;
  padding: 1px 1px;
  font-size: 24px;
  font-family: "IBM";
  background-color: #000;
  width: 360px;
  color: #fff;
  border: none;
  margin-top: 30px;
  cursor: pointer;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-splash-screen__search-btn {
    width: 300px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cc-splash-screen--fade-in {
  animation: fadeIn 0s ease-in-out;
}

.cc-suburb-neotokyo-title {
  width: 30vw;
  margin-bottom: 35rem;
}

.cc-neotokyo001 {
  font-size: 36px;
}

.cc-jungle001 {
  transition: opacity 0.5s ease-in-out;
  font-size: 36px;
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
  .cc-splash-screen__card-img {
    position: relative;
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
  }
  .cc-bearnowhereimage {
    position: absolute;
    width: 500px;
    height: 500px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s ease-in-out;
    width: 500px;
    height: 500px;
    cursor: pointer;
  }
  .cc-bearnowhereimage:not(.active) {
    opacity: 0;
    position: absolute;
    width: 500px;
    height: 500px;
    top: 0;
    left: 0;
  }
  .cc-splash-screen__card-img {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .cc-bearnowhereimage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    opacity: 0;
    display: block;
    transition: opacity 1s ease-in-out;
  }
  .cc-bearnowhereimage.active {
    opacity: 1;
  }
  .cc-bearnowhereimage-preload {
    visibility: hidden;
  }
  .cc-neotokyo001 {
    transition: opacity 0.5s ease-in-out;
  }
  .cc-suburb-neotokyo-title {
    margin-bottom: 35rem;
  }
}
.hex-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr); /* Adjust the number of columns as needed */
  justify-content: center;
  padding: 20px;
  margin-top: 50px; /* Adjust margin as needed */
}
@media (orientation: portrait) and (max-width: 600px) {
  .hex-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
    margin-right: -20px;
    margin-left: -50px;
  }
}

.hex {
  /* Adjust the width of each hexagon */
  position: relative;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-in-out; /* Transition property added */
}
.hex:nth-child(odd) {
  transform: translateY(50%);
}
.hex:first-child, .hex:last-child {
  margin-top: 0;
}

.container {
  position: relative;
  z-index: 10000;
  width: 100%; /* Adjust container width as needed */
  height: 5vh; /* Adjust container height as needed */
  background: url("../../../img/about_jop.png");
  /* Adjust background size and other properties as needed */
}

.hex:hover .cc-suburb__room-txt {
  position: relative;
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .hex:hover .cc-suburb__room-txt {
    display: none; /* or reset to the default display value */
    opacity: 0; /* or reset to the default opacity value */
  }
}

.hex:hover .cc-suburb__room-img {
  opacity: 0.7;
}

.cc-filter.--class .cc-filter__big-btn {
  display: flex;
  flex-wrap: wrap;
}

@keyframes fadeInActive {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInActiveMobile {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fadeInInactive {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cc-suburb__filters-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #0a0a0a;
  padding: 15px;
  max-height: 50vh; /* Adjust the max-height as needed */
  overflow-y: auto; /* Enable vertical scrolling */
  opacity: 0; /* Initially set opacity to 0 */
  transition: opacity ease-in-out 0.3s; /* Add transition for opacity */
  animation: fadeInInactive ease-in-out 0.3s; /* Add animation for fade in */
}

.cc-suburb__filters-dropdown.active .cc-suburb__filters-dropdown-menu {
  display: block;
  margin-top: 50%;
  opacity: 1; /* Set opacity to 1 when active */
  animation: fadeInActive ease-in-out 0.3s;
}
@media screen and (max-width: 600px) {
  .cc-suburb__filters-dropdown.active .cc-suburb__filters-dropdown-menu {
    animation: fadeInActiveMobile ease-in-out 0.3s;
    opacity: 0.8;
  }
}

.cc-filter-type-title {
  font-size: 16.8px;
  margin-left: 10px;
}

.cc-suburb__room-textbox {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 20px;
}

.cc-suburb__room-textbox--left {
  left: -20px;
}

.cc-suburb__room-textbox--right {
  right: -20px;
}

@media screen and (min-width: 600px) {
  .cc-suburb__room:hover .cc-suburb__room-textbox {
    opacity: 1;
  }
}

.cc-apartment-bg {
  height: auto;
  min-height: 100dvh;
  background: #ffffff;
}

.cc-apartmenta {
  color: black !important;
}

.cc-apartment {
  background-color: #f4f4f4;
  color: #0a0a0a !important;
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 40%;
  justify-content: space-between;
  max-width: 800px;
  margin: 10px auto 0;
  margin-bottom: 10px;
  margin-top: 35px;
  margin-bottom: 35px;
  position: relative;
  border: 3px solid;
  border-radius: 2px;
  border-width: 3px;
  box-shadow: 0 0 0 10px rgb(244, 244, 244); /* Add a slight outer shadow */
}
@media (min-width: 1400px) {
  .cc-apartment {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment {
    display: block;
    width: 70%;
    transition: none;
    top: 30px;
  }
  .cc-apartment .cc-apartment__visual-preview-img {
    width: 70%;
    margin: 0 auto;
    display: block;
    cursor: pointer;
  }
}
.cc-apartment.--full-screen-mode {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  border: none !important;
  box-shadow: none;
}
.cc-apartment.--full-screen-mode .cc-apartment__prev-next-arrow {
  display: none;
}
.cc-apartment.--full-screen-mode .cc-apartment__3d-disclaimer {
  display: none;
}
.cc-apartment.--full-screen-mode .cc-apartment_current_price {
  display: none;
}
.cc-apartment.--full-screen-mode .cc-suburb-tag-image {
  display: none;
}
.cc-apartment.--full-screen-mode .cc-suburb-class-description {
  display: none;
}
.cc-apartment.--full-screen-mode .cc-apartment__details-title {
  display: none;
}
.cc-apartment.--full-screen-mode .cc-apartment__hd-sd-panel {
  left: 20%;
  top: 8%;
}
.cc-apartment.--full-screen-mode .cc-apartment__visual {
  width: 93%;
  margin-left: 0%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment.--full-screen-mode .cc-apartment__visual {
    margin-bottom: 0;
  }
}
.cc-apartment.--full-screen-mode .cc-apartment__details {
  display: none;
  width: 100%;
}
.cc-apartment.--full-screen-mode .cc-apartment__visual-preview-iframe {
  width: 100%;
  height: 100vh;
  /* Avoid Chrome to see Safari hack */
}
@supports (-webkit-touch-callout: none) {
  .cc-apartment.--full-screen-mode .cc-apartment__visual-preview-iframe {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.cc-apartment.--full-screen-mode .cc-3d__gui {
  display: block;
}
.cc-apartment .cc-3d__gui {
  display: none;
}
.cc-apartment__3d-disclaimer {
  display: none;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__3d-disclaimer {
    display: block;
    color: black;
    text-align: center;
    font-size: 3.5vw;
    margin-top: 3vw;
  }
}
.cc-apartment__text-shadow {
  text-shadow: 3px 3px 0px #7238bd;
}
.cc-apartment p {
  font-size: 1.25vw;
  width: 10vw;
}
@media (min-width: 1400px) {
  .cc-apartment p {
    font-size: 17.5px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment p {
    font-size: 3vw;
    width: 100%;
  }
}
.cc-apartment__fontloader {
  position: absolute;
  font-family: "Dogima", sans-serif;
  opacity: 0;
  pointer-events: none;
}
.cc-apartment__snap-image-btn {
  transform: scale(0);
  cursor: pointer;
  position: absolute;
  right: 2vw;
  bottom: 5vw;
  width: 3vw;
  height: 3vw;
  background-image: url(../img/suburbs/snap-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 300ms ease-in-out;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__snap-image-btn {
    width: 10vw;
    height: 10vw;
    right: 4vw;
  }
}
.cc-apartment__snap-image-btn.--show {
  transform: scale(1);
}
.cc-apartment__visual {
  width: 53%;
  margin-left: 25%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__visual {
    width: 100%;
    margin-bottom: 3vw;
    margin-left: 0%;
  }
}
.cc-apartment__visual-show {
  width: 100%;
  position: relative;
}
.cc-apartment__visual-preview-close {
  cursor: pointer;
  transform: scale(0);
  position: absolute;
  right: 2.3%;
  top: -0.7%;
  width: 3.5vw;
  transition: transform 300ms ease-in-out;
}
@media (min-width: 1400px) {
  .cc-apartment__visual-preview-close {
    width: 49px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__visual-preview-close {
    width: 12vw;
    right: auto;
    left: 0;
  }
}
.cc-apartment__visual-preview-close.--show {
  transform: scale(1);
}
.cc-apartment__visual-preview-img {
  width: 140%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  margin-left: -20%;
}
.cc-apartment__visual-preview-iframe {
  display: none;
  border: none;
  width: 100%;
  height: 40vw;
}
@media (min-width: 1400px) {
  .cc-apartment__visual-preview-iframe {
    height: 560px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__visual-preview-iframe {
    height: 80vw;
  }
}
.cc-apartment__visual .cc-suburbs-blue-btn {
  width: 45%;
  margin: 0 auto;
}
.cc-apartment__hd-sd-panel {
  display: none;
  position: absolute;
  top: 10%;
  background-color: #373636;
  align-items: center;
  border-radius: 5px;
  left: 45%;
}
.cc-apartment__hd-sd-panel.--show {
  display: flex;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__hd-sd-panel.--show {
    display: none;
  }
}
.cc-apartment__hd-sd-panel-btn {
  color: #fff;
  cursor: pointer;
  font-size: 1vw;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0.2vw 0.35vw;
}
@media (min-width: 1400px) {
  .cc-apartment__hd-sd-panel-btn {
    padding: 2.8px 4.9px;
  }
}
.cc-apartment__hd-sd-panel-btn.--active {
  background-color: #898989;
  border: 1px solid black;
}
.cc-apartment__details {
  width: 100%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__details {
    width: 100%;
  }
}
.cc-apartment__details-suburb-title {
  display: block;
  width: 100%;
  margin-bottom: 1vw;
}
.cc-apartment__details-title {
  font-family: "IBM", "futilepromedium", sans-serif;
  font-size: 2vw;
  margin-bottom: 0.9vw;
}
@media (min-width: 1400px) {
  .cc-apartment__details-title {
    font-size: 42px;
    margin-bottom: 12.6px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__details-title {
    font-size: 4.5vw;
    margin-bottom: 2.7vw;
  }
}
.cc-apartment__details-info {
  width: 83%;
  margin-bottom: 3vw;
}
@media (min-width: 1400px) {
  .cc-apartment__details-info {
    margin-bottom: 42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__details-info {
    margin-bottom: 9vw;
  }
}
.cc-apartment__details-info p {
  margin-left: 10%;
  color: #0a0a0a;
  width: 100%;
  font-family: "IBM";
  text-align: left;
}
.cc-apartment__details-stats {
  position: relative;
  margin-left: 10%;
  width: 86%;
  display: flex;
  margin-bottom: 2vw;
  justify-content: space-between;
}
@media (min-width: 1400px) {
  .cc-apartment__details-stats {
    margin-bottom: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__details-stats {
    margin-bottom: 6vw;
    display: block;
  }
}
.cc-apartment__details-stats-tags {
  position: relative;
  width: 50%;
  display: flex;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__details-stats-tags {
    width: 100%;
    margin-bottom: 0.1vw;
  }
}
.cc-apartment__details-stats-location {
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #b5b3b6;
  background-color: #100b1a;
  width: 2.2vw;
  height: auto;
  align-self: center;
  border-radius: 4px;
  margin-right: 0.3vw;
}
@media (min-width: 1400px) {
  .cc-apartment__details-stats-location {
    width: 30.8px;
    margin-right: 4.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__details-stats-location {
    width: 6vw;
    margin-right: 1vw;
  }
}
.cc-apartment__details-stats-location:hover {
  background-color: #281c42;
}
.cc-apartment__details-stats-icons {
  position: relative;
  display: flex;
  width: 45%;
  justify-content: center;
  flex-wrap: wrap;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__details-stats-icons {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: -20px;
  }
}
.cc-apartment__details-stats-icons-single {
  display: flex;
  align-items: center;
  margin: 0.5vw;
}
@media (min-width: 1400px) {
  .cc-apartment__details-stats-icons-single {
    margin: 7px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__details-stats-icons-single {
    margin: 0;
  }
}
.cc-apartment__details-stats-icons-single img {
  width: 2vw;
}
@media (min-width: 1400px) {
  .cc-apartment__details-stats-icons-single img {
    width: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__details-stats-icons-single img {
    width: 6vw;
  }
}
.cc-apartment__details__artist-owner {
  justify-content: space-between;
  display: flex;
  margin-bottom: 2vw;
}
@media (min-width: 1400px) {
  .cc-apartment__details__artist-owner {
    margin-bottom: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__details__artist-owner {
    margin-bottom: 3vw;
  }
}
.cc-apartment__details__artist-owner-single {
  position: relative;
  margin-left: 18%;
}
.cc-apartment__details__artist-owner-single.--owner {
  margin-right: 6vw;
}
@media (min-width: 1400px) {
  .cc-apartment__details__artist-owner-single.--owner {
    margin-left: 84px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__details__artist-owner-single.--owner {
    margin-left: 15vw;
  }
}
.cc-apartment__details__artist-owner-single.--owner .cc-apartment__details__artist-owner-single-img {
  border-radius: 9999px;
  margin-left: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  background-color: black;
  background-size: cover;
}
@media (max-width: 600px) {
  .cc-apartment__details__artist-owner-single.--owner .cc-apartment__details__artist-owner-single-img {
    margin-left: 0%;
  }
}
.cc-apartment__details__artist-owner-single-title {
  text-align: center;
  font-size: 1.25vw;
}
@media (min-width: 1400px) {
  .cc-apartment__details__artist-owner-single-title {
    font-size: 17.5px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__details__artist-owner-single-title {
    font-size: 3.75vw;
  }
}
.cc-apartment__details__artist-owner-single-link {
  text-decoration: none;
}
.cc-apartment__details__artist-owner-single-img {
  max-height: 8vh;
  max-width: 8vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8vw;
  height: 8vw;
  margin: 1.5vw auto;
  margin-left: -25%;
  right: 20%;
}
@media (min-width: 1400px) {
  .cc-apartment__details__artist-owner-single-img {
    width: 112px;
    height: 112px;
    margin: 21px auto;
    margin-left: -25%;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__details__artist-owner-single-img {
    max-width: 13vw;
    width: 9vw;
    height: 9vw;
    margin: 4.5vw auto;
  }
}
.cc-apartment__details__artist-owner-single-name {
  text-align: center;
  margin-right: 17%;
}
.cc-apartment__details-sold-info {
  display: none;
  position: relative;
  margin-bottom: 3vw;
}
.cc-apartment__details-sold-info.--show {
  display: block;
}
@media (min-width: 1400px) {
  .cc-apartment__details-sold-info {
    margin-bottom: 42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__details-sold-info {
    margin-bottom: 0;
  }
}
.cc-apartment__details-sold-info .cc-live-data-display {
  width: 100%;
}
.cc-apartment__details .cc-suburbs-blue-btn {
  width: 80%;
  margin: 0 auto;
}
.cc-apartment__prev-next-arrow {
  position: absolute;
  top: 30vw;
  margin-top: -1.5vw;
  height: 3vw;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .cc-apartment__prev-next-arrow {
    margin-top: -21px;
    height: 42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__prev-next-arrow {
    top: 44vw;
    margin-top: -3.5vh;
    height: 7vw;
  }
}
.cc-apartment__prev-next-arrow.--prev {
  left: -6vw;
  font-size: 64px;
  color: #0a0a0a;
}
@media (max-width: 600px) {
  .cc-apartment__prev-next-arrow.--prev {
    left: 2vw;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__prev-next-arrow.--prev {
    left: -35px;
    font-size: 48px;
  }
}
.cc-apartment__prev-next-arrow.--next {
  right: -6vw;
  font-size: 64px;
  color: #0a0a0a;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-apartment__prev-next-arrow.--next {
    right: -33px;
    font-size: 48px;
  }
}

.cc-apartment_title_container {
  display: flex;
}

.cc-apartment__details-title {
  margin-right: 0%;
}

.cc-apartment_current_price {
  margin-left: 0%;
  width: 60%;
  font-size: 1.3vw;
}
@media screen and (max-width: 600px) {
  .cc-apartment_current_price {
    font-size: 1.5vw;
  }
}

.grey-container {
  background-color: rgb(162, 160, 160);
  border-radius: 3px;
  margin-left: 3.5vw;
  margin-right: 4vw;
}

.cc-artist-owner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 2vw;
  font-size: 2vw;
}
@media screen and (max-width: 600px) {
  .cc-artist-owner {
    font-size: 2vh;
  }
}
.cc-artist-owner-artist {
  right: 50%;
  font-size: 2vw;
}
@media screen and (max-width: 600px) {
  .cc-artist-owner-artist {
    font-size: 2vh;
  }
}

.cc-location-building-type {
  display: flex;
}

.cc-icons-single {
  flex-direction: column;
}

.cc-apartment_title_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -5vw;
}

.cc-apartment__details-title {
  font-size: 2.4vw;
  flex: 1;
  text-align: left;
}

.cc-suburb__tag.--with-icon {
  flex: 1;
  text-align: center;
}

.cc-apartment_current_price {
  flex: 1;
  text-align: right;
}

.cc-artist-name-owner-name {
  display: flex;
  justify-content: space-evenly;
  margin-top: -2%;
}

.cc-description-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cc-description-modal__content {
  max-width: 600px;
  background-color: #c7c8cc;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cc-description-modal__close {
  color: #c7c8cc;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.cc-description-modal__close:hover,
.cc-description-modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cc-read-more-btn {
  background-color: #0a0a0a;
  font-family: "IBM";
  border: none;
  color: white;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
  margin-left: 10%;
  cursor: pointer;
}

.cc-3d {
  position: relative;
  /*background-image: url(../img/about-2nd-image.png);
  background-size: contain;
  background-color: #343735;
  height: 100vh;
  width: 100vw;*/
}
.cc-3d iframe {
  position: relative;
  display: block;
  background: #000;
  border: none;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 1400px) {
  .cc-3d iframe {
    width: 1400px;
  }
}
.cc-3d__gui {
  position: absolute;
  left: 2vw;
  top: 2vw;
  width: 15vw;
}
@media (min-width: 1400px) {
  .cc-3d__gui {
    left: 28px;
    top: 28px;
    width: 210px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui {
    left: 6vw;
    top: 6vw;
    width: 45vw;
  }
}
.cc-3d__gui-back-btn {
  width: 70px;
  background-color: #0a0a0a;
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
  font-size: 1.7vw;
  margin-bottom: 1vw;
}
@media (min-width: 1400px) {
  .cc-3d__gui-back-btn {
    font-size: 23.8px;
    margin-bottom: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-back-btn {
    margin-bottom: 3vw;
    font-size: 5vw;
  }
}
.cc-3d__gui-back-btn-arrow {
  width: 4.6%;
  display: block;
  margin-right: 4%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-back-btn-arrow {
    width: 6%;
    margin-right: 5%;
  }
}
.cc-3d__gui-back-btn-suburb-name {
  width: 80%;
  display: block;
}
.cc-3d__gui-apartment-name {
  font-family: "IBM", "futilepromedium", "sans-serif";
  color: white;
  font-size: 5.5vw;
}
@media (min-width: 1400px) {
  .cc-3d__gui-apartment-name {
    font-size: 77px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-apartment-name {
    font-size: 16.5vw;
  }
}
.cc-3d__gui-panel {
  border: 1px solid #7d7a86;
  color: white;
  background-color: gray;
  padding: 1vw;
  /*

        input[type=range] {
          height: 26px;
          -webkit-appearance: none;
          margin: 10px 0;
          width: 100%;
        }
        input[type=range]:focus {
          outline: none;
        }
        input[type=range]::-webkit-slider-runnable-track {
          width: 100%;
          height: 13px;
          cursor: pointer;
          animate: 0.2s;
          box-shadow: 0px 0px 0px #000000;
          background: #AC51B5;
          border-radius: 25px;
          border: 0px solid #000101;
        }
        input[type=range]::-webkit-slider-thumb {
          box-shadow: 0px 0px 0px #000000;
          border: 0px solid #000000;
          height: 20px;
          width: 39px;
          border-radius: 7px;
          background: #65001C;
          cursor: pointer;
          -webkit-appearance: none;
          margin-top: -3.5px;
        }
        input[type=range]:focus::-webkit-slider-runnable-track {
          background: #AC51B5;
        }
        input[type=range]::-moz-range-track {
          width: 100%;
          height: 13px;
          cursor: pointer;
          animate: 0.2s;
          box-shadow: 0px 0px 0px #000000;
          background: #AC51B5;
          border-radius: 25px;
          border: 0px solid #000101;
        }
        input[type=range]::-moz-range-thumb {
          box-shadow: 0px 0px 0px #000000;
          border: 0px solid #000000;
          height: 20px;
          width: 39px;
          border-radius: 7px;
          background: #65001C;
          cursor: pointer;
        }
        input[type=range]::-ms-track {
          width: 100%;
          height: 13px;
          cursor: pointer;
          animate: 0.2s;
          background: transparent;
          border-color: transparent;
          color: transparent;
        }
        input[type=range]::-ms-fill-lower {
          background: #AC51B5;
          border: 0px solid #000101;
          border-radius: 50px;
          box-shadow: 0px 0px 0px #000000;
        }
        input[type=range]::-ms-fill-upper {
          background: #AC51B5;
          border: 0px solid #000101;
          border-radius: 50px;
          box-shadow: 0px 0px 0px #000000;
        }
        input[type=range]::-ms-thumb {
          margin-top: 1px;
          box-shadow: 0px 0px 0px #000000;
          border: 0px solid #000000;
          height: 20px;
          width: 39px;
          border-radius: 7px;
          background: #65001C;
          cursor: pointer;
        }
        input[type=range]:focus::-ms-fill-lower {
          background: #AC51B5;
        }
        input[type=range]:focus::-ms-fill-upper {
          background: #AC51B5;
        }
  */
}
@media (min-width: 1400px) {
  .cc-3d__gui-panel {
    padding: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel {
    border-radius: 1vw;
  }
}
.cc-3d__gui-panel-top {
  font-family: "IBM", "futilepromedium", sans-serif;
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  transition: margin-bottom 500ms ease-in-out;
  font-size: 2vw;
}
@media (min-width: 1400px) {
  .cc-3d__gui-panel-top {
    font-size: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel-top {
    font-size: 6vw;
  }
}
.cc-3d__gui-panel-top.--open {
  margin-bottom: 0.6vw;
}
@media (min-width: 1400px) {
  .cc-3d__gui-panel-top.--open {
    margin-bottom: 8.4px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel-top.--open {
    margin-bottom: 1.8vw;
  }
}
.cc-3d__gui-panel-top.--open .cc-3d__gui-panel-top-icon {
  transform: rotate(90deg);
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel-top.--open .cc-3d__gui-panel-top-icon {
    top: -1.3vw;
  }
}
.cc-3d__gui-panel-top-icon {
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
  transition: transform 500ms ease-in-out;
  top: -0.55vw;
  font-size: 3vw;
}
@media (min-width: 1400px) {
  .cc-3d__gui-panel-top-icon {
    top: -7.7px;
    font-size: 42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel-top-icon {
    font-size: 9vw;
    top: -2vw;
    right: 3vw;
    transition: all 500ms ease-in-out;
  }
}
.cc-3d__gui-panel-content {
  position: relative;
  display: none;
  border-top: 2px solid rgba(255, 255, 255, 0.45);
  padding-top: 1vw;
}
@media (min-width: 1400px) {
  .cc-3d__gui-panel-content {
    padding-top: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel-content {
    padding-top: 3vw;
  }
}
.cc-3d__gui-panel-title {
  display: flex;
  font-family: "IBM", "futilepromedium", sans-serif;
  align-items: center;
  font-size: 1.3vw;
}
@media (min-width: 1400px) {
  .cc-3d__gui-panel-title {
    font-size: 18.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel-title {
    font-size: 3.9vw;
  }
}
.cc-3d__gui-panel-title img {
  width: 30%;
  margin-right: 2%;
}
.cc-3d__gui-panel-line {
  background-color: white;
  width: 100%;
  height: 2px;
  opacity: 0.4;
  margin: 1vw 0;
}
@media (min-width: 1400px) {
  .cc-3d__gui-panel-line {
    margin: 14px 0;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel-line {
    margin: 3vw 0;
  }
}
.cc-3d__gui-panel-option {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  padding: 0.5vw;
  font-size: 1.2vw;
  margin-bottom: 0.3vw;
}
@media (min-width: 1400px) {
  .cc-3d__gui-panel-option {
    padding: 7px;
    font-size: 16.8px;
    margin-bottom: 4.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel-option {
    padding: 1.5vw;
    font-size: 3.6vw;
    margin-bottom: 0.9vw;
  }
}
.cc-3d__gui-panel-option:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.cc-3d__gui-panel-option div {
  display: none;
}
.cc-3d__gui-panel-option div img {
  height: 1.5vw;
}
@media (min-width: 1400px) {
  .cc-3d__gui-panel-option div img {
    height: 21px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel-option div img {
    height: 4.5vw;
  }
}
.cc-3d__gui-panel-option div span {
  color: #0a0a0a;
}
.cc-3d__gui-panel-option div.--visible {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cc-3d__gui-panel-extra-options {
  margin-bottom: 0.8rem;
  margin-top: 0.6rem;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel-extra-options {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }
}
.cc-3d__gui-panel-extra-options.--disabled {
  display: none;
}
.cc-3d__gui-panel-extra-options-slider-and-label {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.cc-3d__gui-panel-extra-options-slider-and-label.--disabled {
  opacity: 0.3;
  pointer-events: none;
}
.cc-3d__gui-panel-extra-options-slider-and-label-txt {
  font-size: 0.9vw;
  width: 27%;
}
@media (min-width: 1400px) {
  .cc-3d__gui-panel-extra-options-slider-and-label-txt {
    font-size: 12.6px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel-extra-options-slider-and-label-txt {
    font-size: 3vw;
  }
}
.cc-3d__gui-panel input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 1vw;
  background: #363240;
  background-image: linear-gradient(#f4f4f4, #f4f4f4);
  background-size: 70% 100%;
  background-repeat: no-repeat;
  margin-bottom: 0.4rem;
}
@media (min-width: 1400px) {
  .cc-3d__gui-panel input[type=range] {
    height: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel input[type=range] {
    height: 5vw;
  }
}
.cc-3d__gui-panel input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 100%;
  height: 1vw;
  width: 1vw;
  background: blue;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}
@media (min-width: 1400px) {
  .cc-3d__gui-panel input[type=range]::-webkit-slider-thumb {
    height: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel input[type=range]::-webkit-slider-thumb {
    height: 5vw;
  }
}
@media (min-width: 1400px) {
  .cc-3d__gui-panel input[type=range]::-webkit-slider-thumb {
    width: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-3d__gui-panel input[type=range]::-webkit-slider-thumb {
    width: 5vw;
  }
}
.cc-3d__gui-panel input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.cc-filter {
  position: relative;
  display: block;
  margin-bottom: 2vw;
}
@media (min-width: 1400px) {
  .cc-filter {
    margin-bottom: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-filter {
    margin-bottom: 6vw;
  }
}
.cc-filter.--minimised {
  display: inline-block;
  margin-right: 0.7vw;
}
@media (min-width: 1400px) {
  .cc-filter.--minimised {
    margin-right: 9.8px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-filter.--minimised {
    margin-right: 2vw;
  }
}
.cc-filter.--minimised .cc-filter__title {
  font-size: 0.9vw;
}
@media (min-width: 1400px) {
  .cc-filter.--minimised .cc-filter__title {
    font-size: 12.6px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-filter.--minimised .cc-filter__title {
    font-size: 2.7vw;
  }
}
.cc-filter__title {
  color: white;
  font-size: 1.2vw;
  margin-bottom: 0.3vw;
  font-family: "IBM", "futilepromedium", sans-serif;
  display: none;
}
@media (min-width: 1400px) {
  .cc-filter__title {
    font-size: 16.8px;
    margin-bottom: 4.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-filter__title {
    font-size: 3.6vw;
    margin-bottom: 0.9vw;
  }
}
.cc-filter__big-btn {
  position: relative;
  display: table;
  flex-wrap: wrap;
  overflow: hidden;
  box-sizing: border-box;
  display: none;
}
.cc-filter.--active .cc-filter__big-btn {
  display: block;
}
.cc-filter__single-btn {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  line-height: 1.4;
  padding: 0.3vw 0.8vw;
  font-size: 0.85vw;
}
@media (min-width: 1400px) {
  .cc-filter__single-btn {
    font-size: 11.9px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-filter__single-btn {
    margin-right: -5px;
    font-size: 3.3vw;
  }
}
.cc-filter__single-btn[data-filter-value=x] {
  display: none;
}
.cc-filter__single-btn.--active, .cc-filter__single-btn:not(.--inactive):hover {
  color: #697de1 !important;
}
.cc-filter__single-btn.--inactive {
  opacity: 0.2;
  cursor: auto;
  pointer-events: none;
}
.cc-filter__single-btn:not(.--active).--minimised {
  display: none;
}
.cc-filter__single-btn img {
  vertical-align: middle;
  height: 1.1vw;
  margin-right: 0.5vw;
}
@media (min-width: 1400px) {
  .cc-filter__single-btn img {
    height: 15.4px;
    margin-right: 7px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-filter__single-btn img {
    height: 4.5vw;
    margin-right: 1.5vw;
  }
}

.cc-suburb__filters-dropdown-menu .cc-filter__title {
  display: block;
  cursor: pointer;
  padding: 10px;
  color: #fff;
}

.cc-filter.--class .cc-filter__title,
.cc-filter.--class .cc-filter__big-btn {
  display: block;
}
.cc-filter.--class .cc-filter__single-btn.--minimised {
  display: inline-block;
}

.cc-flex-container-btn {
  display: flex;
  width: 300px;
}

#cc-filter-button-single {
  font-size: 30px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cc-suburb__filters-dropdown-menu {
  display: none;
}

.cc-suburb__filters-dropdown-menu.fade-in {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

.cc-suburb-viewer {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: rgb(98, 81, 77);
  background: linear-gradient(45deg, rgb(98, 81, 77) 0%, rgb(43, 42, 53) 100%);
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb-viewer.--test .cc-suburb-viewer__controls {
    left: 4vw;
    top: 4vw;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb-viewer.--test .cc-suburb-viewer__controls.--show-all {
    width: 45vw;
    display: flex;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-suburb-viewer.--test .cc-suburb-viewer__controls-single {
    width: 15vw;
    height: 15vw;
  }
}
.cc-suburb-viewer.--test .cc-suburb-viewer__controls-single.--3d.--active {
  border-bottom: none;
  border-right: dotted #fff 1px;
}
.cc-suburb-viewer iframe {
  border: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: relative;
}
.cc-suburb-viewer__preview {
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: scale(1);
  opacity: 1;
  transition: opacity 400ms ease-out, transform 400ms ease-out;
}
.cc-suburb-viewer__preview.--hide {
  pointer-events: none;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 400ms ease-in, transform 450ms ease-in;
}
.cc-suburb-viewer__controls {
  position: absolute;
  left: 2vw;
  top: 2vw;
  border: dotted white 1px;
  border-radius: 5px;
}
@media (min-width: 1400px) {
  .cc-suburb-viewer__controls {
    left: 28px;
    top: 28px;
  }
}
.cc-suburb-viewer__controls.--show-all .cc-suburb-viewer__controls-single.--rotate, .cc-suburb-viewer__controls.--show-all .cc-suburb-viewer__controls-single.--recenter {
  display: block;
}
.cc-suburb-viewer__controls-single {
  width: 8vw;
  height: 8vw;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .cc-suburb-viewer__controls-single {
    width: 112px;
    height: 112px;
  }
}
.cc-suburb-viewer__controls-single.--3d {
  display: block;
  background-image: url(../img/suburbs/viewer-3d-off.png);
  background-size: 80%;
}
.cc-suburb-viewer__controls-single.--3d.--active {
  border-bottom: dotted white 1px;
  background-image: url(../img/suburbs/viewer-3d-on.png);
}
.cc-suburb-viewer__controls-single.--3d:hover {
  background-image: url(../img/suburbs/viewer-3d-hover.png);
}
.cc-suburb-viewer__controls-single.--3d:active {
  background-image: url(../img/suburbs/viewer-3d-press.png);
}
.cc-suburb-viewer__controls-single.--rotate {
  display: none;
  background-image: url(../img/suburbs/rotate_off.png);
}
.cc-suburb-viewer__controls-single.--rotate.--active {
  background-image: url(../img/suburbs/rotate_on.png);
}
.cc-suburb-viewer__controls-single.--recenter {
  display: none;
  background-size: 46%;
  background-image: url(../img/suburbs/re-center.png);
}
.cc-suburb-viewer__view-on-site-btn {
  font-family: "Quantico", sans-serif;
  color: #fff;
  border: 1px solid #c1c1c3;
  border-radius: 4px;
  cursor: pointer;
  font-size: 2vw;
  padding: 0.7vw 1.8vw;
  text-decoration: none;
  position: absolute;
  right: 2vw;
  top: 2vw;
}

.cc-viewer-gui {
  position: relative;
  margin: 0 auto;
  width: fit-content;
}
.cc-viewer-gui.--big .cc-viewer-gui__button:first-of-type {
  border-right: 1px solid #7d7a86;
}
.cc-viewer-gui.--big .cc-viewer-gui__txt-panel {
  display: block;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-viewer-gui.--big .cc-viewer-gui__txt-panel {
    display: none;
  }
}
.cc-viewer-gui__icons {
  border: 1px solid #7d7a86;
  border-radius: 6px;
  position: relative;
  display: flex;
  background-color: #110b1b;
}
.cc-viewer-gui__txt-panel {
  display: none;
  background-color: #7d7a86;
  color: white;
  text-align: center;
  position: absolute;
  width: 100%;
  line-height: 1.8;
  top: 8px;
  padding-bottom: 0;
  transition: all 300ms ease-in-out;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 1vw;
}
@media (min-width: 1400px) {
  .cc-viewer-gui__txt-panel {
    font-size: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-viewer-gui__txt-panel {
    font-size: 3vw;
  }
}
.cc-viewer-gui__txt-panel.--show {
  top: -62%;
  padding-bottom: 1vw;
}
@media (min-width: 1400px) {
  .cc-viewer-gui__txt-panel.--show {
    padding-bottom: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-viewer-gui__txt-panel.--show {
    padding-bottom: 3vw;
  }
}
.cc-viewer-gui__button {
  position: relative;
  width: 3vw;
  height: 3vw;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .cc-viewer-gui__button {
    width: 42px;
    height: 42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-viewer-gui__button {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.cc-viewer-gui__button.--load-3d {
  background-image: url(../img/suburbs/3d-spin-no-bg.svg);
}
.cc-viewer-gui__button.--rotate {
  background-image: url(../img/suburbs/rotate_on.png);
}
.cc-viewer-gui__button.--rotate.--off {
  background-image: url(../img/suburbs/rotate_off.png);
}
.cc-viewer-gui__button.--center {
  background-image: url(../img/suburbs/re-center.png);
  background-size: 54%;
}
.cc-viewer-gui__button.--view-fs {
  background-image: url(../img/suburbs/view-full-screen-2.png);
  background-size: 54%;
}
.cc-viewer-gui__button.--hidden {
  display: none;
}

.cc-snap-popup {
  display: none;
  position: fixed;
  top: 0;
  height: 100dvh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
}
.cc-snap-popup__img {
  width: 60%;
  margin: 18vw auto 10vw auto;
  display: block;
  border: 1px solid white;
}
.cc-snap-popup__text {
  text-align: center;
  color: #fff;
  font-size: 4vw;
  width: 80%;
  margin: 0 auto;
}
.cc-snap-popup__close {
  position: absolute;
  width: 14vw;
  left: 83vw;
  top: 4vw;
  cursor: pointer;
}

.cc-building-pop-up {
  display: none;
  position: fixed;
  top: 0;
  height: 100dvh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
}
.cc-building-pop-up__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cc-building-pop-up__content-inside {
  position: relative;
  margin-top: -4vw;
}
@media (min-width: 1400px) {
  .cc-building-pop-up__content-inside {
    margin-top: -56px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-building-pop-up__content-inside {
    margin-top: -12vw;
  }
}
.cc-building-pop-up__img {
  width: 40vw;
}
@media (min-width: 1400px) {
  .cc-building-pop-up__img {
    width: 560px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-building-pop-up__img {
    width: 90vw;
  }
}
.cc-building-pop-up__title {
  color: #fff;
  font-family: "Dogima", sans-serif;
  text-align: center;
  font-size: 1.3vw;
}
@media (min-width: 1400px) {
  .cc-building-pop-up__title {
    font-size: 18.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-building-pop-up__title {
    font-size: 4vw;
  }
}
.cc-building-pop-up__close {
  position: absolute;
  cursor: pointer;
  width: 4vw;
  left: 83vw;
  top: 4vw;
}
@media (min-width: 1400px) {
  .cc-building-pop-up__close {
    width: 56px;
    left: 1162px;
    top: 56px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-building-pop-up__close {
    width: 14vw;
    left: 83vw;
    top: 4vw;
  }
}

.cc-homepage {
  position: relative;
  background: #01011d;
  padding-bottom: 30vw;
}
@media (min-width: 1400px) {
  .cc-homepage {
    padding-bottom: 420px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-homepage {
    padding-bottom: 90vw;
  }
}
.cc-homepage .cc-sub-page__content {
  padding-bottom: 0;
}
.cc-homepage h1 {
  font-family: "futilepromedium", sans-serif;
  color: white;
  font-size: 6vw;
  display: flex;
  line-height: 1;
}
@media (min-width: 1400px) {
  .cc-homepage h1 {
    font-size: 84px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-homepage h1 {
    font-size: 18vw;
  }
}
.cc-homepage h1 img {
  align-self: baseline;
  width: 4.25vw;
  margin-top: 0.53vw;
  margin-right: 2vw;
}
@media (min-width: 1400px) {
  .cc-homepage h1 img {
    width: 59.5px;
    margin-top: 7.42px;
    margin-right: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-homepage h1 img {
    width: 12.75vw;
    margin-top: 1.59vw;
    margin-right: 6vw;
  }
}
.cc-homepage__tiles-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-homepage__tiles-container {
    display: block;
  }
}
.cc-homepage__tile {
  width: 36vw;
  height: 36vw;
  position: relative;
  margin-bottom: 3vw;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cc-homepage__tile {
    width: 432px;
    height: 432px;
    margin-bottom: 36px;
    font-size: 36px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-homepage__tile {
    width: 100%;
    height: 88vw;
    margin-bottom: 6vw;
  }
}
.cc-homepage__tile-img {
  position: absolute;
  width: 100%;
}
.cc-homepage__tile-img-logo {
  position: absolute;
  width: 53%;
  left: 8%;
  top: 10%;
}
.cc-homepage__tile-text {
  font-family: "futilepromedium", sans-serif;
  color: white;
  position: absolute;
  left: 8%;
  top: 5%;
  font-size: 6vw;
}
@media (min-width: 1200px) {
  .cc-homepage__tile-text {
    font-size: 72px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-homepage__tile-text {
    font-size: 15vw;
  }
}
.cc-homepage__tile:not(.--full-screen-mover) {
  transition: transform 300ms ease-in-out;
}
.cc-homepage__tile:not(.--full-screen-mover).--hover-state {
  transform: scale(1.05) rotate(0.6deg);
}
.cc-homepage__tile.--full-screen-mover {
  position: fixed;
  display: none;
  cursor: auto;
}
.cc-homepage__tile.--full-screen-mover.--show {
  display: block;
}
.cc-homepage__tile.--full-screen-mover.--fullscreen {
  transition: width ease-in 300ms, height ease-in 300ms, left ease-in 300ms, top ease-in 300ms;
  width: 100%;
  height: 100vh;
  left: 0 !important;
  top: 0 !important;
}

.cc-background-new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover; /* Ensures the video fills the entire container */
  z-index: -1; /* Ensures the video stays behind other content */
  filter: brightness(100%) contrast(120%) saturate(120%) hue-rotate(100deg);
}

.typing-text {
  position: fixed;
  top: 50%;
  left: 50%;
  color: #0a0a0a;
  transform: translate(-50%, -50%);
  font-size: 4.5rem;
  letter-spacing: 6px;
  font-weight: lighter;
  text-align: center;
  white-space: nowrap;
  font-family: "eurostile", "IBM", system-ui, sans-serif;
  display: inline-block;
}

.cc-homepage-box-logo {
  width: 5%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 10px; /* Optional: adjust margin as needed */
}

.cc-icon_magnifying_glass {
  width: 35px;
  margin-right: 10px;
}

.cursor {
  display: inline-block;
  animation: blink 0.8s steps(1, end) infinite;
  margin-left: 1px;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.typing-box {
  position: relative;
  z-index: 2;
  opacity: 1;
  display: flex;
  align-items: center;
  background-color: rgba(231, 222, 222, 0.815);
  padding: 25px;
  width: 600px;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  overflow: auto;
}

.typing-box:hover {
  cursor: pointer;
}

.dropdown-menu {
  margin-left: 30px;
  margin-top: 30px;
  z-index: 999;
  margin-top: 10%;
}

.dropdown-menu ul {
  margin-top: 13%;
}

.dropdown-menu ul li {
  display: none;
  list-style-type: none;
  z-index: 999;
}

.dropdown-menu ul li a {
  position: relative;
  text-decoration: none;
  font-size: 48px;
  color: black;
  font-family: "IBM", "Press Start 2P", system-ui;
  z-index: 999;
  margin-left: 5%;
}
.dropdown-menu ul li a:hover {
  color: #0b0b8b;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c7c8cc;
  display: none;
  z-index: 995;
  opacity: 0.9;
}

.icons {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 36px;
  line-height: 1;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .icons {
    font-size: 24px;
  }
  .cc-homepage-box-logo {
    width: 15%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 10px; /* Optional: adjust margin as needed */
  }
}
/* Media Queries */
@media screen and (max-width: 1440px) {
  .typing-text {
    font-size: 4.5rem;
  }
  .typing-box {
    width: 600px;
  }
  .dropdown-menu ul li a {
    font-size: 36px;
  }
  .cc-homepage-box-logo {
    width: 10%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 10px; /* Optional: adjust margin as needed */
  }
}
@media screen and (max-width: 600px) {
  .typing-text {
    font-size: 2.5rem;
  }
  .typing-box {
    width: 70%;
    padding: 22px;
  }
  .dropdown-menu ul li a {
    font-size: 24px;
  }
  .cc-icon_magnifying_glass {
    width: 25px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .typing-text {
    font-size: 2rem;
  }
  .typing-box {
    width: 300px;
    padding: 15px;
  }
  .dropdown-menu ul li a {
    font-size: 24px;
  }
  .cc-icon_magnifying_glass {
    width: 17px;
    margin-right: 10px;
    margin-top: 3px;
  }
  .cc-homepage-box-logo {
    width: 15%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 10px; /* Optional: adjust margin as needed */
  }
}
.cc-clock {
  position: relative;
  width: 17vw;
  margin-bottom: 1.8vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1400px) {
  .cc-clock {
    width: 238px;
    margin-bottom: 25.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-clock {
    width: 51vw;
    margin-bottom: 5.4vw;
  }
}
.cc-clock__background {
  width: 100%;
  display: block;
}
.cc-clock__digits-container {
  position: absolute;
  display: flex;
  left: 10.8%;
  top: 1.6vw;
  width: 84.4%;
  justify-content: space-between;
}
@media (min-width: 1400px) {
  .cc-clock__digits-container {
    top: 22.4px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-clock__digits-container {
    top: 4.8vw;
  }
}
.cc-clock__digits-container-block {
  position: relative;
  display: flex;
}
.cc-clock__digit {
  color: #75fbe1;
  font-family: "digitalix", sans-serif;
  font-size: 1.2vw;
}
@media (min-width: 1400px) {
  .cc-clock__digit {
    font-size: 16.8px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-clock__digit {
    font-size: 3.6vw;
  }
}
.cc-clock__digit.--counter {
  text-align: center;
  width: 1.6vw;
}
@media (min-width: 1400px) {
  .cc-clock__digit.--counter {
    width: 22.4px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-clock__digit.--counter {
    width: 4.8vw;
  }
}

.cc-nmint {
  display: none;
  position: relative;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.cc-nmint input::-webkit-outer-spin-button,
.cc-nmint input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cc-nmint input[type=number] {
  -moz-appearance: textfield;
}

.cc-nmint-login {
  position: relative;
  text-align: center;
  width: 26vw;
  margin: 0 auto;
  padding-top: 5vw;
}
@media (min-width: 1400px) {
  .cc-nmint-login {
    width: 364px;
    padding-top: 70px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-login {
    width: 90%;
    padding-top: 24vw;
  }
}
.cc-nmint-login__logo {
  width: 80%;
}
.cc-nmint-login__txt {
  font-family: "futilepromedium", sans-serif;
  color: white;
  font-size: 5vw;
  text-shadow: 0.28vw 0.28vw 0px #6f00e1;
  margin: 2vw 0;
}
@media (min-width: 1400px) {
  .cc-nmint-login__txt {
    text-shadow: 3.92px 3.92px 0px #6f00e1;
    margin: 28px 0;
    font-size: 70px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-login__txt {
    font-size: 15vw;
    text-shadow: 1vw 0.1vw 0px #6f00e1;
    margin: 6vw 0;
  }
}
.cc-nmint-login__btn {
  position: relative;
  background-color: #180041;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 0.4vw;
}
@media (min-width: 1400px) {
  .cc-nmint-login__btn {
    border-radius: 5.6px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-login__btn {
    border-radius: 1.2vw;
  }
}
.cc-nmint-login__btn.--disabled {
  cursor: auto;
}
.cc-nmint-login__btn.--disabled .cc-nmint__login-btn-txt {
  opacity: 0.3;
}
.cc-nmint-login__btn.--disabled .cc-nmint__login-btn-sheen {
  display: none;
}
.cc-nmint-login__btn-sheen {
  position: absolute;
  top: 50%;
  background-color: white;
  transform: rotate(26deg);
  opacity: 0.3;
  animation: btn-sheen 5s linear infinite;
  width: 0.5vw;
  height: 6vw;
  margin-top: -3vw;
}
@media (min-width: 1400px) {
  .cc-nmint-login__btn-sheen {
    width: 7px;
    height: 84px;
    margin-top: -42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-login__btn-sheen {
    width: 1.5vw;
    height: 18vw;
    margin-top: -9vw;
  }
}
.cc-nmint-login__btn-txt {
  position: relative;
  font-family: "futilepromedium", sans-serif;
  color: #f9b0ff;
  padding: 0.7vw 3vw;
  font-size: 2vw;
}
@media (min-width: 1400px) {
  .cc-nmint-login__btn-txt {
    padding: 9.8px 42px;
    font-size: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-login__btn-txt {
    padding: 2.1vw 9vw;
    font-size: 6vw;
  }
}

@keyframes btn-sheen {
  0%, 50% {
    left: -10%;
  }
  60%, 100% {
    left: 120%;
  }
}
.cc-nmint-tiles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: none;
}
.cc-nmint-tiles__header {
  position: absolute;
  left: 50%;
  width: 26vw;
  margin-left: -13vw;
  top: 6vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__header {
    width: 364px;
    margin-left: -182px;
    top: 84px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__header {
    width: 56vw;
    margin-left: -28vw;
    top: 24vw;
  }
}
.cc-nmint-tiles__swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__swiper.--show {
    display: block;
  }
}
.cc-nmint-tiles__container {
  position: absolute;
  transition: margin-left ease-in-out 300ms;
  left: calc(50% - 12vw);
  top: 14vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__container {
    left: calc(50% - 12 * 14px);
    top: 196px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__container {
    left: calc(50% - 35vw);
    top: 40vw;
  }
}
.cc-nmint-tiles__container.--position0 {
  margin-left: 0vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__container.--position0 {
    margin-left: 0px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__container.--position0 {
    margin-left: 0vw;
  }
}
.cc-nmint-tiles__container.--position1 {
  margin-left: -30vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__container.--position1 {
    margin-left: -420px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__container.--position1 {
    margin-left: -78vw;
  }
}
.cc-nmint-tiles__container.--position2 {
  margin-left: -60vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__container.--position2 {
    margin-left: -840px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__container.--position2 {
    margin-left: -156vw;
  }
}
.cc-nmint-tiles__container.--position3 {
  margin-left: -90vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__container.--position3 {
    margin-left: -1260px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__container.--position3 {
    margin-left: -234vw;
  }
}
.cc-nmint-tiles__container.--position4 {
  margin-left: -120vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__container.--position4 {
    margin-left: -1680px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__container.--position4 {
    margin-left: -312vw;
  }
}
.cc-nmint-tiles__container.--position5 {
  margin-left: -150vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__container.--position5 {
    margin-left: -2100px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__container.--position5 {
    margin-left: -390vw;
  }
}
.cc-nmint-tiles__container.--position6 {
  margin-left: -180vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__container.--position6 {
    margin-left: -2520px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__container.--position6 {
    margin-left: -468vw;
  }
}
.cc-nmint-tiles__container.--position7 {
  margin-left: -210vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__container.--position7 {
    margin-left: -2940px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__container.--position7 {
    margin-left: -546vw;
  }
}
.cc-nmint-tiles__container.--position8 {
  margin-left: -240vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__container.--position8 {
    margin-left: -3360px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__container.--position8 {
    margin-left: -624vw;
  }
}
.cc-nmint-tiles__container.--position9 {
  margin-left: -270vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__container.--position9 {
    margin-left: -3780px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__container.--position9 {
    margin-left: -702vw;
  }
}
.cc-nmint-tiles__container.--position10 {
  margin-left: -300vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__container.--position10 {
    margin-left: -4200px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__container.--position10 {
    margin-left: -780vw;
  }
}
.cc-nmint-tiles__container.--no-anim {
  transition: none;
}
.cc-nmint-tiles__tile {
  position: absolute;
  top: 0;
  cursor: pointer;
  transition: margin-left cubic-bezier(0.165, 0.84, 0.44, 1) 800ms, opacity ease-out 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24vw;
  height: 24vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile {
    width: 336px;
    height: 336px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile {
    width: 70vw;
    height: 70vw;
  }
}
.cc-nmint-tiles__tile.--hidden {
  opacity: 0;
  margin-left: 24vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile.--hidden {
    margin-left: 336px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile.--hidden {
    margin-left: 70vw;
  }
}
.cc-nmint-tiles__tile:nth-of-type(1) {
  transition-delay: 110ms;
  left: 0vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile:nth-of-type(1) {
    left: 0px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile:nth-of-type(1) {
    left: 0vw;
  }
}
.cc-nmint-tiles__tile:nth-of-type(2) {
  transition-delay: 220ms;
  left: 30vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile:nth-of-type(2) {
    left: 420px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile:nth-of-type(2) {
    left: 78vw;
  }
}
.cc-nmint-tiles__tile:nth-of-type(3) {
  transition-delay: 330ms;
  left: 60vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile:nth-of-type(3) {
    left: 840px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile:nth-of-type(3) {
    left: 156vw;
  }
}
.cc-nmint-tiles__tile:nth-of-type(4) {
  transition-delay: 440ms;
  left: 90vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile:nth-of-type(4) {
    left: 1260px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile:nth-of-type(4) {
    left: 234vw;
  }
}
.cc-nmint-tiles__tile:nth-of-type(5) {
  transition-delay: 550ms;
  left: 120vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile:nth-of-type(5) {
    left: 1680px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile:nth-of-type(5) {
    left: 312vw;
  }
}
.cc-nmint-tiles__tile:nth-of-type(6) {
  transition-delay: 660ms;
  left: 150vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile:nth-of-type(6) {
    left: 2100px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile:nth-of-type(6) {
    left: 390vw;
  }
}
.cc-nmint-tiles__tile:nth-of-type(7) {
  transition-delay: 770ms;
  left: 180vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile:nth-of-type(7) {
    left: 2520px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile:nth-of-type(7) {
    left: 468vw;
  }
}
.cc-nmint-tiles__tile:nth-of-type(8) {
  transition-delay: 880ms;
  left: 210vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile:nth-of-type(8) {
    left: 2940px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile:nth-of-type(8) {
    left: 546vw;
  }
}
.cc-nmint-tiles__tile:nth-of-type(9) {
  transition-delay: 990ms;
  left: 240vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile:nth-of-type(9) {
    left: 3360px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile:nth-of-type(9) {
    left: 624vw;
  }
}
.cc-nmint-tiles__tile:nth-of-type(10) {
  transition-delay: 1100ms;
  left: 270vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile:nth-of-type(10) {
    left: 3780px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile:nth-of-type(10) {
    left: 702vw;
  }
}
.cc-nmint-tiles__tile.--focus {
  transition: height 500ms ease-in-out, top 500ms ease-in-out, margin-left 500ms ease-in-out, width 500ms ease-in-out;
  transition-delay: 0ms;
  height: 10vw;
  top: -12vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile.--focus {
    height: 140px;
    top: -168px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile.--focus {
    height: 24vw;
    top: -16vw;
    width: 50vw;
    margin-left: 10vw;
  }
  .cc-nmint-tiles__tile.--focus .cc-nmint-tiles__tile-close {
    display: block;
  }
}
.cc-nmint-tiles__tile.--move-left {
  transition: transform 500ms ease-in-out;
  transition-delay: 0ms;
  transform: translateX(-22vw);
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile.--move-left {
    transform: translateX(-308px);
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile.--move-left {
    transform: translateX(-4vw);
  }
}
.cc-nmint-tiles__tile.--move-left-more {
  transition: transform 500ms ease-in-out;
  transition-delay: 0ms;
  transform: translateX(-23vw);
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile.--move-left-more {
    transform: translateX(-322px);
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile.--move-left-more {
    transform: translateX(-7vw);
  }
}
.cc-nmint-tiles__tile.--move-right {
  transition: transform 500ms ease-in-out;
  transition-delay: 0ms;
  transform: translateX(22vw);
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile.--move-right {
    transform: translateX(308px);
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile.--move-right {
    transform: translateX(4vw);
  }
}
.cc-nmint-tiles__tile.--move-right-more {
  transition: transform 500ms ease-in-out;
  transition-delay: 0ms;
  transform: translateX(23vw);
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile.--move-right-more {
    transform: translateX(322px);
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile.--move-right-more {
    transform: translateX(7vw);
  }
}
.cc-nmint-tiles__tile.--move-back-anim {
  transition: transform 500ms ease-in-out, height 500ms ease-in-out, top 500ms ease-in-out;
  transition-delay: 0ms;
}
.cc-nmint-tiles__tile.--4-5 {
  background-color: #141414;
}
.cc-nmint-tiles__tile.--3 {
  background-color: #181818;
}
.cc-nmint-tiles__tile.--2 {
  background-color: #202020;
}
.cc-nmint-tiles__tile.--1 {
  background-color: #2c2c2c;
}
.cc-nmint-tiles__tile.--active-sale {
  box-shadow: 0px 0px 62px -3px rgb(225, 73, 82);
}
.cc-nmint-tiles__tile.--inactive {
  opacity: 0.3;
  cursor: auto;
}
.cc-nmint-tiles__tile-digits {
  position: relative;
}
.cc-nmint-tiles__tile-digits img {
  height: 4vw;
  margin: 0 0.4vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tiles__tile-digits img {
    height: 56px;
    margin: 0 5.6px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tiles__tile-digits img {
    height: 9vw;
    margin: 0 1.2vw;
  }
}
.cc-nmint-tiles__tile-close {
  width: 9vw;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}

.cc-nmint-tile-content {
  position: absolute;
  display: none;
  left: 50%;
  margin-left: -31vw;
  width: 62vw;
  top: 14vw;
  padding-bottom: 10vw;
}
@media (min-width: 1400px) {
  .cc-nmint-tile-content {
    margin-left: -434px;
    width: 868px;
    top: 196px;
    padding-bottom: 140px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-tile-content {
    margin-left: -38vw;
    width: 76vw;
    top: 56vw;
    padding-bottom: 25vw;
  }
}

.cc-nmint-details {
  position: relative;
}
.cc-nmint-details__intro {
  font-family: "Quantico", sans-serif;
  color: white;
  position: relative;
  text-align: center;
  width: 28vw;
  font-size: 1.1vw;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .cc-nmint-details__intro {
    width: 392px;
    font-size: 15.4px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-details__intro {
    width: 54vw;
    font-size: 3.5vw;
  }
}
.cc-nmint-details__main {
  display: flex;
  justify-content: space-between;
  width: 62vw;
  margin: 0 auto 4vw auto;
}
@media (min-width: 1400px) {
  .cc-nmint-details__main {
    width: 868px;
    margin-bottom: 56px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-details__main {
    width: 100%;
    margin-bottom: 12vw;
    display: block;
  }
}
.cc-nmint-details__main-left a:hover .cc-nmint-details__big-image.--light-hover {
  opacity: 1;
}
.cc-nmint-details__main-left, .cc-nmint-details__main-right {
  position: relative;
  width: 48%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-details__main-left, .cc-nmint-details__main-right {
    width: 100%;
  }
}
.cc-nmint-details__main-right {
  padding-top: 4vw;
}
@media (min-width: 1400px) {
  .cc-nmint-details__main-right {
    padding-top: 56px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-details__main-right {
    padding-top: 0;
  }
}
.cc-nmint-details__main-right.--loading .cc-nmint-auction-info,
.cc-nmint-details__main-right.--loading .cc-nmint-cart-header,
.cc-nmint-details__main-right.--loading .cc-nmint-auction-info,
.cc-nmint-details__main-right.--loading .cc-nmint-details__big-btn, .cc-nmint-details__main-right.--not-allowed .cc-nmint-auction-info,
.cc-nmint-details__main-right.--not-allowed .cc-nmint-cart-header,
.cc-nmint-details__main-right.--not-allowed .cc-nmint-auction-info,
.cc-nmint-details__main-right.--not-allowed .cc-nmint-details__big-btn {
  opacity: 0.3;
  pointer-events: none;
}
.cc-nmint-details__big-image {
  width: 100%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-details__big-image {
    height: 80vw;
  }
}
.cc-nmint-details__big-image.--light-hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 300ms ease-in-out;
  filter: brightness(1.75);
}
.cc-nmint-details__big-image img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}
.cc-nmint-details__big-image img.--show {
  opacity: 1;
}
.cc-nmint-details__big-btn {
  border: 1px solid #edb3fa;
  background: rgb(21, 1, 61);
  background: linear-gradient(180deg, rgb(21, 1, 61) 0%, rgb(14, 0, 41) 100%);
  color: #edb3fa;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "futilepromedium", sans-serif;
  font-size: 2vw;
  border-radius: 0.4vw;
  margin-bottom: 0.8vw;
  height: 3.8vw;
}
@media (min-width: 1400px) {
  .cc-nmint-details__big-btn {
    font-size: 28px;
    border-radius: 5.6px;
    margin-bottom: 11.2px;
    height: 53.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-details__big-btn {
    font-size: 8vw;
    border-radius: 1.2vw;
    margin-bottom: 2.4vw;
    height: 15vw;
  }
}
.cc-nmint-details__big-btn:hover:not(.--disabled) {
  border-color: #220f9b;
  background: #edb3fa;
  color: #220f9b;
}
.cc-nmint-details__big-btn.--disabled {
  opacity: 0.3;
  cursor: auto;
}
.cc-nmint-details__class-one-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2vw;
}
@media (min-width: 1400px) {
  .cc-nmint-details__class-one-info {
    margin-bottom: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-details__class-one-info {
    margin-bottom: 6vw;
  }
}
.cc-nmint-details__class-one-info-left {
  position: relative;
  width: 70%;
}
.cc-nmint-details__class-one-info-right {
  position: relative;
}
.cc-nmint-details__class-one-info-title-info-block {
  display: flex;
  margin-bottom: 1vw;
}
@media (min-width: 1400px) {
  .cc-nmint-details__class-one-info-title-info-block {
    margin-bottom: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-details__class-one-info-title-info-block {
    margin-bottom: 3vw;
    display: block;
  }
}
.cc-nmint-details__class-one-info-title-info-block-title {
  font-family: "futilepromedium", sans-serif;
  color: #fff;
  text-shadow: 1px 2px 0px #ff2e2e;
  font-size: 4vw;
}
@media (min-width: 1400px) {
  .cc-nmint-details__class-one-info-title-info-block-title {
    font-size: 56px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-details__class-one-info-title-info-block-title {
    font-size: 12vw;
  }
}
.cc-nmint-details__class-one-info-title-info-block .cc-apartment__details-stats-icons {
  position: relative;
}
.cc-nmint-details__class-one-info-txt {
  color: white;
  font-size: 1.1vw;
}
@media (min-width: 1400px) {
  .cc-nmint-details__class-one-info-txt {
    font-size: 15.4px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-details__class-one-info-txt {
    font-size: 3.3vw;
  }
}

.cc-nmint-auction-info {
  width: 100%;
  position: relative;
  margin-bottom: 0.8vw;
}
.cc-nmint-auction-info.--flex {
  display: flex;
  justify-content: space-between;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info.--flex {
    display: block;
  }
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info {
    margin-bottom: 11.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info {
    margin-bottom: 2.4vw;
    display: block;
  }
}
.cc-nmint-auction-info.--pink .cc-nmint-auction-info__block {
  background-color: #f9b0ff;
}
.cc-nmint-auction-info.--pink .cc-nmint-auction-info__big-number {
  color: #220f9b;
}
.cc-nmint-auction-info.--pink .cc-nmint-auction-info__small-txt {
  color: #4d17b6;
}
.cc-nmint-auction-info__block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-family: "futilepromedium", sans-serif;
  border-radius: 0.4vw;
  background-color: #448c99;
  padding: 0.1vw 0 0.4vw 0;
  justify-content: center;
  margin-bottom: 0.6vw;
  width: 100%;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__block {
    border-radius: 5.6px;
    padding: 1.4px 0 5.6px 0;
    margin-bottom: 8.4px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__block {
    border-radius: 1.2vw;
    padding: 0.3vw 0 1.2vw 0;
    margin-bottom: 3vw;
  }
}
.cc-nmint-auction-info__block.--first {
  width: 100%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__block.--first {
    width: 100%;
  }
}
.cc-nmint-auction-info__block.--first-wide {
  width: 71%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__block.--first-wide {
    width: 100%;
  }
}
.cc-nmint-auction-info__block.--last {
  width: 42%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__block.--last {
    width: 100%;
  }
}
.cc-nmint-auction-info__block.--last-narrow {
  width: 26%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__block.--last-narrow {
    width: 100%;
  }
}
.cc-nmint-auction-info__block.--full-width {
  width: 100%;
}
.cc-nmint-auction-info__block.--flex-start {
  justify-content: flex-start;
}
.cc-nmint-auction-info__block.--link {
  text-decoration: none;
}
.cc-nmint-auction-info__block.--link .cc-nmint-auction-info__small-txt {
  text-decoration: none;
}
.cc-nmint-auction-info__block.--highest-bidder {
  margin-bottom: 3vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__block.--highest-bidder {
    margin-bottom: 42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__block.--highest-bidder {
    margin-bottom: 7vw;
  }
}
.cc-nmint-auction-info__block.--highest-bidder .cc-nmint-auction-info__english-increase {
  top: 100%;
}
.cc-nmint-auction-info__english-increase {
  position: absolute;
  background-color: #f9b0ff;
  width: 80%;
  color: #220f9b;
  text-align: center;
  left: 10%;
  top: 0;
  line-height: 1.6;
  border-bottom-left-radius: 0.4vw;
  border-bottom-right-radius: 0.4vw;
  font-size: 1.3vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__english-increase {
    border-bottom-left-radius: 5.6px;
    border-bottom-right-radius: 5.6px;
    font-size: 18.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__english-increase {
    font-size: 3vw;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
}
.cc-nmint-auction-info__big-number {
  font-size: 2.7vw;
  line-height: 1;
  color: #082728;
  margin-top: 0.4vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__big-number {
    font-size: 37.8px;
    margin-top: 5.6px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__big-number {
    font-size: 9vw;
    margin-top: 1.6vw;
  }
}
.cc-nmint-auction-info__big-eth-icon {
  height: 1.8vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__big-eth-icon {
    height: 25.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__big-eth-icon {
    height: 5.4vw;
  }
}
.cc-nmint-auction-info__big-eth-icon.--with-margin {
  margin-left: 0.2vw;
  margin-right: 0.4vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__big-eth-icon.--with-margin {
    margin-left: 2.8px;
    margin-right: 5.6px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__big-eth-icon.--with-margin {
    margin-left: 0.6vw;
    margin-right: 1.2vw;
  }
}
.cc-nmint-auction-info__small-txt {
  color: #0d4041;
  font-size: 1vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__small-txt {
    font-size: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__small-txt {
    font-size: 4.2vw;
    padding-top: 1vw;
  }
}
.cc-nmint-auction-info__small-txt.--margin-left {
  margin-left: 0.4vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__small-txt.--margin-left {
    margin-left: 5.6px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__small-txt.--margin-left {
    margin-left: 1.2vw;
  }
}
.cc-nmint-auction-info__small-txt.--margin-right {
  margin-right: 0.4vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__small-txt.--margin-right {
    margin-right: 5.6px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__small-txt.--margin-right {
    margin-right: 1.2vw;
  }
}
.cc-nmint-auction-info__small-txt.--margin-right-large {
  margin-right: 0.8vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__small-txt.--margin-right-large {
    margin-right: 11.2px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__small-txt.--margin-right-large {
    margin-right: 2.4vw;
  }
}
.cc-nmint-auction-info__small-panel {
  background: #180041;
  position: relative;
  height: 3vw;
  margin-top: 0.25vw;
  margin-left: 0.3vw;
  width: 2.4vw;
  border-radius: 0.4vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__small-panel {
    height: 42px;
    margin-top: 3.5px;
    margin-left: 4.2px;
    width: 33.6px;
    border-radius: 5.6px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__small-panel {
    height: 14vw;
    margin-top: 0.75vw;
    margin-left: 0.9vw;
    width: 12vw;
    border-radius: 1.2vw;
  }
}
.cc-nmint-auction-info__small-panel.--button:hover:not(.--disabled) {
  background-color: #f9b0ff;
  color: #4d17b6;
  box-sizing: border-box;
  border: 1px solid #180041;
}
.cc-nmint-auction-info__small-panel.--button.--disabled {
  opacity: 0.3;
  cursor: auto;
}
.cc-nmint-auction-info__small-panel.--arrows img {
  width: 60%;
  left: 20%;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.cc-nmint-auction-info__small-panel.--arrows img:first-of-type {
  margin-top: -40%;
}
.cc-nmint-auction-info__small-panel.--arrows img:last-of-type {
  margin-top: 10%;
}
.cc-nmint-auction-info__small-panel.--arrows img.--disabled {
  opacity: 0.3;
  cursor: auto;
}
.cc-nmint-auction-info__small-panel.--input {
  width: 20vw;
  margin-left: 0.6vw;
  margin-right: 0.5vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__small-panel.--input {
    width: 280px;
    margin-left: 8.4px;
    margin-right: 7px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__small-panel.--input {
    width: 41vw;
    margin-left: 1.8vw;
    margin-right: 1.5vw;
  }
}
.cc-nmint-auction-info__small-panel.--input input {
  padding: 0 0.5vw;
  font-family: "futilepromedium", sans-serif;
  color: #edb3fa !important;
  text-align: right;
  width: calc(100% - 1vw);
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__small-panel.--input input {
    padding: 0 1.5vw;
    width: calc(100% - 3vw);
  }
}
.cc-nmint-auction-info__small-panel.--max, .cc-nmint-auction-info__small-panel.--min {
  cursor: pointer;
  color: #edb3fa;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__small-panel.--max, .cc-nmint-auction-info__small-panel.--min {
    font-size: 15.4px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__small-panel.--max, .cc-nmint-auction-info__small-panel.--min {
    font-size: 5vw;
  }
}
.cc-nmint-auction-info__small-panel.--double-margin-left {
  margin-left: 0.6vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__small-panel.--double-margin-left {
    margin-left: 8.4px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__small-panel.--double-margin-left {
    margin-left: 1.8vw;
  }
}
.cc-nmint-auction-info__small-panel.--min {
  width: 3vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__small-panel.--min {
    width: 42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__small-panel.--min {
    width: 12vw;
  }
}
.cc-nmint-auction-info__owner-img {
  background-size: cover;
  background-position: center;
  height: 2.7vw;
  width: 3vw;
  margin-top: 0.25vw;
}
@media (min-width: 1400px) {
  .cc-nmint-auction-info__owner-img {
    height: 37.8px;
    width: 42px;
    margin-top: 3.5px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-auction-info__owner-img {
    height: 14.7vw;
    width: 14.7vw;
    margin-top: 0.8vw;
  }
}

.cc-nmint-cart-header {
  font-family: "futilepromedium", sans-serif;
  color: #edb3fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3vw;
  margin-bottom: 0.6vw;
  margin-top: 3vw;
}
@media (min-width: 1400px) {
  .cc-nmint-cart-header {
    font-size: 18.2px;
    margin-bottom: 8.4px;
    margin-top: 42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-cart-header {
    font-size: 3.9vw;
    margin-bottom: 1.8vw;
    margin-top: 9vw;
  }
}
.cc-nmint-cart-header img {
  width: 2vw;
  margin-right: 0.4vw;
}
@media (min-width: 1400px) {
  .cc-nmint-cart-header img {
    width: 28px;
    margin-right: 5.6px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-nmint-cart-header img {
    width: 6vw;
    margin-right: 1.2vw;
  }
}

.cc-neotokyo2121 {
  position: relative;
  padding: 4vw 0;
}
@media (min-width: 1400px) {
  .cc-neotokyo2121 {
    padding: 56px 0;
  }
}
.cc-neotokyo2121__logo {
  margin: 0 auto;
  display: block;
  width: 30vw;
}
@media (min-width: 1400px) {
  .cc-neotokyo2121__logo {
    width: 420px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-neotokyo2121__logo {
    width: 80vw;
    margin-bottom: 7vw;
    padding-top: 22vw;
  }
}
.cc-neotokyo2121__content {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 80%;
  max-width: 1120px;
  justify-content: space-between;
  margin: -2vw auto 0 auto;
}
@media (min-width: 1400px) {
  .cc-neotokyo2121__content {
    margin-top: -28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-neotokyo2121__content {
    display: block;
  }
}
.cc-neotokyo2121__content-data {
  width: 45%;
  color: white;
  padding-top: 6vw;
}
@media (min-width: 1400px) {
  .cc-neotokyo2121__content-data {
    padding-top: 84px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-neotokyo2121__content-data {
    padding-top: 0;
    width: 100%;
  }
}
.cc-neotokyo2121__content-data h2 {
  font-family: "Dogima", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1vw;
  margin-bottom: 1vw;
}
@media (min-width: 1400px) {
  .cc-neotokyo2121__content-data h2 {
    font-size: 15.4px;
    margin-bottom: 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-neotokyo2121__content-data h2 {
    font-size: 3.3vw;
    width: 80%;
    line-height: 1.3;
    margin: 0 auto 3vw auto;
  }
}
.cc-neotokyo2121__content-data .cc-clock {
  margin-bottom: 2vw;
}
@media (min-width: 1400px) {
  .cc-neotokyo2121__content-data .cc-clock {
    margin-bottom: 28px;
  }
}
.cc-neotokyo2121__content-data-body {
  position: relative;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-neotokyo2121__content-data-body {
    margin: 9vw 0;
  }
}
.cc-neotokyo2121__content-data-body p {
  font-size: 2vw;
  font-family: "futilepromedium", sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 93%;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .cc-neotokyo2121__content-data-body p {
    font-size: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-neotokyo2121__content-data-body p {
    font-size: 6vw;
  }
}
.cc-neotokyo2121__content-data-body p a {
  color: #b6d7ff;
}
.cc-neotokyo2121__content-data-body p span {
  color: #14fee1;
}
.cc-neotokyo2121__content-img {
  width: 50%;
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-neotokyo2121__content-img {
    width: 78%;
    margin: 0 auto 5vw auto;
  }
}
.cc-neotokyo2121__content-img img {
  width: 100%;
}
.cc-neotokyo2121__big-link {
  color: #fff;
  background-color: #3605ec;
  text-transform: uppercase;
  font-family: "futilepromedium", sans-serif;
  text-decoration: none;
  display: table;
  margin: 3vw auto;
  line-height: 1;
  border-radius: 6px;
  position: relative;
  font-size: 2vw;
  padding: 0.8vw 3.5vw 0.8vw 1vw;
}
@media (min-width: 1400px) {
  .cc-neotokyo2121__big-link {
    margin: 42px auto;
    font-size: 28px;
    padding: 11.2px 49px 11.2px 14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-neotokyo2121__big-link {
    font-size: 6vw;
    margin-bottom: 9vw;
    padding: 2.4vw 10.5vw 2.4vw 3vw;
    margin-top: 8vw;
  }
}
.cc-neotokyo2121__big-link img {
  position: absolute;
  top: 50%;
  height: 2vw;
  right: 0.7vw;
  margin-top: -1vw;
}
@media (min-width: 1400px) {
  .cc-neotokyo2121__big-link img {
    height: 28px;
    right: 9.8px;
    margin-top: -14px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-neotokyo2121__big-link img {
    height: 6vw;
    margin-top: -3vw;
    right: 2.1vw;
  }
}
.cc-neotokyo2121 .cc-sub-page__squarelink-row {
  margin: 2vw 0;
}
@media (min-width: 1400px) {
  .cc-neotokyo2121 .cc-sub-page__squarelink-row {
    margin: 28px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-neotokyo2121 .cc-sub-page__squarelink-row {
    margin: 6vw;
  }
}
.cc-neotokyo2121__mint-value {
  background-color: #011e14;
  color: #fff;
  font-family: "futilepromedium", sans-serif;
  display: table;
  line-height: 1;
  border-radius: 6px;
  margin: 2vw auto 0 auto;
  padding: 1vw 3vw;
  font-size: 3vw;
}
@media (min-width: 1400px) {
  .cc-neotokyo2121__mint-value {
    margin-top: 28px;
    padding: 14px 42px;
    font-size: 42px;
  }
}
@media (orientation: portrait) and (max-width: 600px) {
  .cc-neotokyo2121__mint-value {
    margin-top: 6vw;
    padding: 3vw 9vw;
    font-size: 9vw;
  }
}

.cc-general-container {
  background-color: #0a0a0a;
  width: 450px;
  position: inherit; /* Position the element relative to the viewport */
  top: 50%; /* Place the top edge at the middle of the viewport */
  left: 50%; /* Place the left edge at the middle of the viewport */
  transform: translate(-108%, -13%); /* Center the element horizontally and vertically */
  color: white;
  overflow: visible;
  z-index: 120;
  padding: 40px;
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .cc-general-container {
    left: 115%;
  }
}

.cc-city-page__info-image {
  cursor: pointer;
  width: 300px;
  margin-left: 15%;
  margin-bottom: 5%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 600px) {
  .cc-city-page__info-image {
    width: 200px;
    margin-left: 0;
  }
}

.cc-city-page__price {
  text-align: right;
  width: 200px;
  margin-top: -4%;
  font-size: 2rem;
  color: white;
}
@media screen and (max-width: 600px) {
  .cc-city-page__price {
    margin-left: -100px;
    font-size: 24px;
    margin-top: 17px;
  }
}

.cc-city-card-coming-soon {
  font-size: 0.83rem;
  color: white;
}

.cc-arrow-up {
  width: 20%;
}

.cc-city-page-bar-colour {
  margin-left: -38px;
  background-color: #202086;
  height: 5px;
  margin-top: 25px;
  width: 99%;
  position: absolute;
}

@media only screen and (max-device-width: 500px) {
  /* Adjustments for iPhone screens */
  .cc-general-container {
    width: 280px;
    left: 43%; /* Center horizontally */
    margin-top: -25%;
  }
}
@media only screen and (max-device-width: 400px) {
  /* Adjustments for iPhone screens */
  .cc-general-container {
    width: 280px;
    left: 46%; /* Center horizontally */
    margin-top: -25%;
  }
}
@media only screen and (min-device-width: 501px) and (max-device-width: 600px) {
  /* Adjustments for medium-sized screens */
  .cc-general-container {
    width: 100%;
    right: auto; /* Resetting right property */
    left: 75%; /* Center horizontally */
  }
}
.cc-current-price {
  text-align: right;
  font-size: 0.9rem;
  color: white;
}

.cc-city-name {
  font-size: 2.3rem;
}
@media screen and (max-width: 600px) {
  .cc-city-name {
    font-size: 24px;
  }
}

.cc-city-page__highest_sale {
  display: flex;
}
.cc-city-page__highest_sale .value-title {
  width: 120px;
  padding-left: 20px;
}
.cc-city-page__highest_sale .value-title .highest_sale {
  text-align: left;
  font-size: 12px;
}
.cc-city-page__highest_sale .value-title .weth_value {
  font-size: 2rem;
  width: 200px;
  color: white;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .cc-city-page__highest_sale .value-title .weth_value {
    font-size: 1.5rem;
  }
}

.cc-city-city-description {
  margin-right: 5px;
  padding-left: 20px;
  margin-top: 15px;
  letter-spacing: 2px;
}

.cc-highest-sale-icons {
  margin-left: 50%;
  justify-content: flex-end;
}
@media screen and (max-width: 500px) {
  .cc-highest-sale-icons {
    margin-left: 25%;
  }
}

.cc-city-page__info-tiles-background {
  position: absolute;
  top: 79.5%;
  left: 60px;
  right: 53px;
  bottom: 0;
  background-color: #c2c2c2;
  z-index: -1;
  bottom: 113px;
}
@media screen and (max-width: 600px) {
  .cc-city-page__info-tiles-background {
    left: 45px;
    top: 75.5%;
    right: 55px;
  }
}

.cc-city-page-price-container {
  position: relative;
  top: -10px;
}

.cc-social-ship-icon {
  left: -5%;
  width: 35%;
  position: relative;
  top: 15%;
}
@media screen and (max-width: 600px) {
  .cc-social-ship-icon {
    top: 12%;
  }
}

.leaderboard {
  color: white;
  width: 40vw;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  margin-top: 10%;
}

.leaderboard h2 {
  text-align: left;
  margin-bottom: 5px;
  color: #0a0a0a;
}

.leader-container {
  background-color: #0a0a0a;
  padding: 2px;
}

.leader {
  display: flex;
  color: #b9c7ff;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid white;
  cursor: pointer;
}

.leader .name {
  font-weight: bold;
}

.leader .score {
  color: white;
}

.cc-collector-name {
  display: flex;
  flex-direction: column;
}

.cc-collector-planet {
  position: absolute;
  width: 20px;
  display: inline;
}

.cc-collector-score {
  color: white;
}

.cc-collector-profile-image-small {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .cc-collector-profile-image-small {
    width: 30px;
    height: 30px;
  }
}

.cc-collector-profile-image-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc-profile-and-description {
  display: flex;
  flex-direction: row;
}

#loading-message {
  font-size: 18px;
  color: #0a0a0a;
  margin-top: 20px;
  text-align: center;
  font-family: "IBM", "Quantico", sans-serif;
  z-index: 3;
}

.leader {
  display: flex;
}

@media screen and (max-width: 1000px) {
  .leaderboard {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .leaderboard {
    width: auto;
  }
}
.cc-card-component {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  padding: 20px;
  border-radius: 5px;
}

.cc-collector-card {
  margin: 0 auto;
  width: 450px;
  height: 600px;
  padding: 5px;
  background-color: #0a0a0a;
  position: relative;
}

.cc-collector-card::after {
  content: "";
  position: absolute;
  top: 10px; /* Adjust as needed for the vertical offset */
  left: -10px; /* Adjust as needed for the horizontal offset */
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px 10px rgba(103, 98, 98, 0.3); /* Shadow properties */
  z-index: -1; /* Ensure pseudo-element is behind the card */
}

.cc-collector-card-address {
  position: relative;
  color: white;
  border: white 2px solid;
  border-bottom: 1px solid;
}

.cc-collector-card-address .cc-close-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  color: white;
  margin-right: 5px;
}

.cc-collector-profile-image img {
  width: 200px;
  padding: 5px;
  padding-bottom: 0px;
}

.cc-collector-image-stats-container {
  color: white;
  border: 2px solid white;
  border-top: white 0px solid;
  display: flex;
  justify-content: space-between;
}

.cc-collector-stats {
  border: 2px solid white;
  border-right: 0px;
  width: 300px;
  border-top: none;
  border-bottom: none;
  display: flex;
  flex-direction: column;
}

.cc-collect-card-container-name {
  color: white;
  border: white 2px solid;
  border-top: white 1px solid;
}

.cc-collector-portfolio {
  color: white;
  border: white 2px solid;
  border-top: white 1px solid;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 280px;
}

.cc-collector-space {
  color: white;
  border: white 2px solid;
  border-top: white 1px solid;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/*
*{
    border-color: #b9c7ff !important;
}
*/
.cc-collector-portfolio-title {
  color: #b9c7ff;
  padding: 10px;
  margin-bottom: 40px;
}

.cc-collector-arrow {
  padding: 0px 10px 0px 10px;
}

.cc-grid-component {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  margin-left: 20px;
  width: 450px;
  height: 600px;
  background-color: #0a0a0a;
  padding: 5px;
}

.cc-grid-item {
  background-color: #0a0a0a;
  padding: 10px;
  border: 2px solid white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  width: 100%; /* Take full width of grid cell */
  height: 200px; /* Take full height of grid cell */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.cc-grid-item img {
  width: 70%;
  margin-bottom: 10px;
}

.cc-grid-item h3 {
  margin: 0;
}

.cc-close-button {
  display: inline;
  color: #b9c7ff;
  z-index: 9999;
}
.cc-close-button :hover {
  color: blue;
}

.cc-collector-cities-owned {
  margin-bottom: 40px;
}

.cc-collector-suburbs-owned {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .cc-card-component {
    flex-direction: column;
    position: absolute;
    top: 108%;
  }
  .cc-collector-card {
    width: 375px;
    height: auto;
  }
  .cc-grid-component {
    width: 375px;
    height: auto;
    margin-left: 0px;
    margin-top: 100px;
  }
  .cc-collector-profile-image img {
    width: 100px;
  }
}
.cc-bridge-page {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.cc-content-container {
  display: none; /* Keep this as display: none for JavaScript control */
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin-top: 8rem;
}

.cc-description-section {
  width: 300px;
}

.cc-bridge-title {
  margin-left: 5%;
  font-size: 40px;
}

.cc-bridge-subtitle {
  margin-left: 20%;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .cc-bridge-subtitle {
    margin-left: 5%;
  }
}

.cc-bridge-arrow {
  margin-left: -25px;
}

.cc-bridge-button {
  cursor: pointer;
  font-size: 24px;
  font-family: "IBM", "eurostile", "futilepromedium", sans-serif;
  margin-left: 20%;
  margin-top: 15px;
  width: 180px;
  background-color: black;
  color: white;
}

.cc-bridge-button:hover {
  color: #b9c7ff !important;
}

.cc-bridge-confirm {
  display: none;
  cursor: pointer;
  font-size: 24px;
  font-family: "IBM", "eurostile", "futilepromedium", sans-serif;
  margin-top: 15px;
  width: 180px;
  background-color: black;
  color: white;
}

/* LOADING BAR */
.cc-loading-section {
  display: none;
  flex-direction: column;
  margin-left: 35%;
  margin-top: 10%;
}

.loading-bar {
  display: flex;
  justify-content: space-between;
  width: 400px;
  border: 2px solid #0a0a0a !important;
  padding: 3px;
}

.loading-bar-block {
  width: 36px;
  height: 36px;
}

.loading-bar-block.active {
  background-color: #0a0a0a;
}

.cc-grid-container {
  position: relative;
}

.cc-grid-component-bridge {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 450px;
  background-color: #0a0a0a;
  padding: 5px;
  box-shadow: -10px 10px 0px rgba(128, 128, 128, 0.8);
}

.cc-bridge-user-has-bridged {
  display: none;
}

.cc-cities-not-found-description {
  display: none;
  flex-direction: column;
  text-align: center;
}

.cc-cities-not-found-flex-container {
  font-size: 4rem;
  font-weight: 100;
}

.cc-cities-not-found-flex-container-2 {
  margin-top: 3%;
  font-size: 2rem;
  font-weight: 100;
}

.cc-bridge-arrow-up,
.cc-bridge-arrow-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  border: none;
  font-size: 72px;
  cursor: pointer;
  outline: 0;
}
.cc-bridge-arrow-up-collectors,
.cc-bridge-arrow-down-collectors {
  position: absolute;
  left: 75%;
  transform: translateX(-50%);
  background-color: transparent;
  border: none;
  font-size: 72px;
  cursor: pointer;
  outline: 0;
}
@media screen and (max-width: 768px) {
  .cc-bridge-arrow-up-collectors,
  .cc-bridge-arrow-down-collectors {
    left: 50%;
  }
}

.cc-bridge-arrow-up {
  top: -80px;
}
.cc-bridge-arrow-up-collectors {
  top: -80px;
}
@media screen and (max-width: 768px) {
  .cc-bridge-arrow-up-collectors {
    top: 36.5rem;
  }
}

.cc-bridge-arrow-down {
  bottom: -80px;
}
.cc-bridge-arrow-down-collectors {
  bottom: -80px;
}

.cc-bridge-profile-icon {
  width: 90px;
  height: 90px;
  margin-left: 30%;
}

.progress-bar {
  width: 100%;
  height: 20px;
  background-color: #0a0a0a;
  position: relative;
}

.progress-bar .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
}

.progress-bar .status-dot.success {
  background-color: green;
}

.progress-bar .status-dot.failure {
  background-color: red;
}

.bridge-results {
  margin-top: 3rem;
  background-color: #0a0a0a;
  color: #fff;
  padding: 10px;
  border: 2px solid white;
}

.transaction-gif-container img {
  width: 100%;
  max-width: 20rem;
  padding-top: 3rem;
}

.cc-bridge-transaction-title {
  margin-bottom: 20px;
  background-color: #0a0a0a;
  font-size: 24px;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .cc-content-container {
    flex-direction: column;
    align-items: center;
  }
  .cc-description-section {
    width: 100%;
    max-width: 450px;
    padding-top: 20px;
    text-align: center;
    margin-left: 0;
  }
  .cc-cities-not-found-description {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .cc-loading-section {
    margin-left: 1%;
  }
  .loading-bar {
    width: 375px;
  }
  .cc-grid-component-bridge {
    width: 90vw;
    height: auto;
    aspect-ratio: 1/1.33;
    margin: 20% 0;
  }
  .cc-bridge-arrow-up,
  .cc-bridge-arrow-down {
    font-size: 48px;
  }
  .cc-bridge-arrow-up {
    top: -60px;
  }
  .cc-bridge-arrow-down {
    bottom: -60px;
  }
}
.cc-take-me-home-btn {
  cursor: pointer;
  text-decoration: none;
  font-size: 24px;
  font-family: "IBM", "eurostile", "futilepromedium", sans-serif;
  color: #0a0a0a;
}

.cc-take-me-home-btn:hover {
  color: blue;
}

#auction-interface {
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-family: "IBM";
}

#createAuction {
  cursor: pointer;
}

.cc-auction-page-container {
  margin: 0 auto;
}

.cc-auction-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.connect-button-auction {
  font-family: "IBM";
  padding: 10px 20px;
  font-size: 16px;
  background-color: #0a0a0a;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
  gap: 10px; /* Space between text and icon */
  margin-bottom: 15rem;
  margin-left: 74%;
  margin-top: -2.3rem;
  font-size: 1.5rem;
  width: 13.3rem;
}

.place-bid-input {
  background-color: #0a0a0a;
  color: white;
  font-size: 16px;
  text-align: center;
  padding: 3px;
}
.place-bid-input ::placeholder {
  color: white;
}

.place-bid-button {
  font-size: 16px;
  color: white;
  background-color: #0a0a0a;
  cursor: pointer;
  padding: 3px;
}

.place-bid-button:hover {
  color: rgb(34, 34, 159);
}

.allowlist-metamask-icon-btn {
  width: 24px; /* Adjust size to match design */
  height: 24px; /* Adjust size to match design */
}

.cc-auction-container {
  display: flex;
  align-items: flex-start;
  background-color: #0a0a0a;
  color: white;
  font-family: "IBM";
  max-width: 800px;
  margin: 0 auto;
  margin-top: 13rem;
}

.cc-auction-left-section, .cc-auction-right-section {
  padding: 5px 5px 0px 5px;
  flex: 1;
}

.cc-auction-city-title {
  border: 3px solid #c7c8cc !important;
  font-size: auto;
  margin-bottom: 10px;
}

.cc-auction-city-image {
  border: 3px solid #c7c8cc !important;
  width: 99%;
  height: auto;
}

.cc-auction-see-city-card {
  display: block;
  margin-top: 10px;
  color: #0a0a0a;
  text-decoration: none;
  margin-left: -75.5%;
}

.cc-auction-bidder-end-container {
  background-color: #c7c8cc;
  padding: 10px;
  color: #0a0a0a;
  height: 15.9rem;
  overflow-y: auto;
}

.cc-auction-current-bid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border: 3px solid #c7c8cc !important;
  padding: 0.37rem;
}

.cc-auction-bidder-amount {
  font-size: 16px;
  text-align: right;
}

.cc-auction-bid-amount {
  font-size: 30px;
  text-align: right;
}

.cc-auction-bidder-name {
  overflow-x: hidden;
  font-size: 16px;
}

.cc-auction-bidders-list {
  margin-bottom: 20px;
}

.cc-auction-bidder {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.cc-auction-end {
  color: #0a0a0a;
  padding-top: 5px;
  text-align: right;
  font-size: 20px;
  background-color: #c7c8cc;
}

.cc-auction-place-bid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #c7c8cc;
  padding: 5px;
  margin-top: 10px;
}

.cc-auction-bid-input {
  font-size: 18px;
  color: white;
  background-color: #0a0a0a;
  padding: 1rem;
  width: 10rem;
  font-size: 2rem;
  text-align: center;
}

input:focus::placeholder {
  color: transparent;
}

.cc-auction-bid-button {
  background-color: grey;
  color: white;
  border: none;
  padding: 1.2rem;
  font-size: 1.9rem;
  font-family: "IBM";
  cursor: pointer;
}

@media screen and (max-width: 810px) {
  .cc-auction-container {
    flex-direction: column;
    margin-top: 50px;
    align-items: normal;
  }
  #auction-interface {
    margin-left: 0;
  }
  .cc-auction-see-city-card {
    margin-left: 0;
  }
  .connect-button-auction {
    display: block;
    margin-top: 5rem;
    margin-left: 1%;
  }
}
.cc-allow-page {
  position: relative;
  z-index: 1;
  top: 100px;
  font-family: "IBM";
}

.allowlist-description {
  font-size: 32px;
  text-align: center;
  font-weight: 100;
}

.connect-button {
  position: relative;
  font-weight: 100;
  font-family: "IBM";
  width: 300px;
}

.allowlist-container {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  margin-bottom: -10rem;
  margin-top: 20rem;
}
@media screen and (max-width: 600px) {
  .allowlist-container {
    margin-top: 13rem;
  }
}

.allowlist-title {
  font-size: 36px;
  margin-bottom: 20px;
}

.connect-button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #0a0a0a;
  color: white;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  display: flex;
  align-items: center; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
  gap: 10px; /* Space between text and icon */
}

.cc-buy-button {
  padding: 10px 20px 10px 10px;
  font-size: 24px;
  background-color: #0a0a0a;
  color: white;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  display: flex;
  align-items: center; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
  gap: 10px; /* Space between text and icon */
  font-family: "IBM";
  display: flex;
  width: 9.7rem;
}

.allowlist-button-flex {
  display: flex;
  justify-content: center; /* Center the button horizontally */
  width: 100%; /* Ensure the flex container takes full width */
}

.allowlist-metamask-icon-btn {
  width: 24px; /* Adjust size to match design */
  height: 24px; /* Adjust size to match design */
}
.allowlist-metamask-icon-btn-buy {
  width: 32px;
  height: 32px;
}

.allowlist-flex-container {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-top: 10rem;
  padding: 20px;
  flex-direction: row;
  justify-content: center;
}

.flex-item {
  flex: 1;
  text-align: center;
}
.flex-item-row {
  display: flex;
  flex-direction: row;
}

.allowlist-flex-container-information {
  margin-left: 5rem;
  margin-top: -19rem;
  font-size: 28px;
}
.allowlist-flex-container-information-card {
  cursor: pointer;
}

.cc-allowlist-price {
  padding: 10px 20px;
  font-size: 24px;
  background-color: #f0f0f0;
  color: #0a0a0a;
  border: 2px solid black !important;
  margin-top: 20px;
  display: flex;
  align-items: center; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
  gap: 10px; /* Space between text and icon */
  font-family: "IBM";
  width: 7rem;
}

.flex-item img {
  max-width: 20rem;
  height: auto;
}

.flex-item p {
  margin-top: 10px;
}

.buy-icon {
  font-size: 24px;
  cursor: pointer;
}

#allowlist-wallet-description {
  display: none;
  font-size: 16px;
}

.allowlist-city-image {
  background-color: #0a0a0a;
  padding: 5px;
}
.allowlist-city-image-title {
  text-align: center;
  color: white;
}

.allowlist-city-image img {
  width: 300px;
  height: auto;
}

.cc-allowlist-image-title-block {
  border: 2px solid white !important;
  box-shadow: 0 0 0 2px black !important;
}

@media screen and (max-width: 600px) {
  .allowlist-flex-container {
    flex-direction: column;
  }
  .allowlist-flex-container-information {
    margin-left: 0px;
    margin-top: 5rem;
    font-size: 20px;
  }
}
.cc-portal-container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 175px;
  padding: 0 5%; /* Add some padding on the sides */
}

.cc-portal-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px; /* Adjust this value as needed */
}

.cc-portal-item {
  display: flex;
  flex-direction: column;
  width: 30%; /* Adjust this for desired width */
}

.cc-portal-title {
  background-color: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 48px;
  margin-bottom: 10px;
}

.cc-portal-box {
  aspect-ratio: 1/1;
  position: relative;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
  z-index: 2;
}
.cc-portal-box-1 {
  background-image: url("../img/bridgePortal.png");
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: center 45%;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
  z-index: 2;
}
.cc-portal-box-2 {
  background-image: url("../img/auctionPortal.png");
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: center 45%;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
  z-index: 2;
}
.cc-portal-box-3 {
  background-image: url("../img/allowlistPortal.png");
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: center 45%;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
  z-index: 2;
}

.cc-mint-title {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 2;
  color: #0a0a0a;
  font-weight: 100;
  font-size: 48px;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .cc-portal-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .cc-portal-item {
    width: 75%;
    margin-bottom: 20px;
  }
  .cc-mint-title {
    top: 0%;
    left: 0%;
  }
}
@media (max-width: 600px) {
  .cc-portal-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .cc-portal-container {
    top: 12rem;
  }
}
/* jungle-layout.css */
.jungle-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 2000px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
}

.jungle-left-content {
  flex: 2;
  place-self: center;
  padding: 2rem;
  top: -120px;
  position: relative;
}

.jungle-image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 450%); /* Changed from -30% to -50% for perfect centering */
  cursor: pointer;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: 100;
  text-align: center;
  pointer-events: none;
  width: auto; /* Let content determine width */
  max-width: 90%; /* Prevent overlay from exceeding image width */
  cursor: pointer !important;
}

.jungle-right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* place-self: flex-end; */
  align-items: baseline;
  margin-bottom: 50px;
  position: relative;
  /* right: 100px; */
  top: 150px;
}

.jungle-title {
  font-size: 4.24rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-align: center;
}

.jungle-subtitle {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
}

.jungle-image-container {
  cursor: pointer;
  margin-bottom: 1rem;
}

.cc-jungle-image {
  max-width: 800px;
  height: auto;
}

.jungle-number {
  font-size: 1.8rem;
  margin: 1rem 0;
  text-align: center;
  position: relative;
  top: -50px;
}

.jungle-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 5rem;
}

.jungle-button {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: right;
}

.jungle-button-1 {
  text-align: right;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.jungle-bottom-content {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  border: 1px solid #0a0a0a;
  padding: 6px;
  padding-left: 12px;
  padding-right: 12px;
  flex-direction: column;
  display: flex;
}

@media (max-width: 768px) {
  .jungle-container {
    flex-direction: column;
    text-align: center;
  }
  .jungle-middle-content {
    width: 100%;
  }
  .jungle-number {
    width: 100%;
  }
  .jungle-left-content {
    padding: 0rem;
    place-self: center;
    top: 120px;
  }
  .jungle-title {
    font-size: 3rem;
  }
  .jungle-subtitle {
    font-size: 1.45rem;
  }
  .cc-jungle-image {
    width: 100%;
  }
  .jungle-image-overlay {
    font-size: 1.5rem;
  }
  .jungle-right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* place-self: flex-end; */
    align-items: baseline;
    margin-bottom: 50px;
    position: relative;
    /* Reset left offset */
    top: -50px;
  }
}
.jungle-image-container {
  margin-bottom: 1rem;
  position: relative; /* Add this to make it the positioning context */
}

.cc-jungle-image {
  max-width: 800px;
  height: auto;
  display: block; /* Add this to remove any unwanted space */
}

/* roadmap-layout.css */
.roadmap-layout {
  display: flex;
  min-height: 100vh;
  position: relative;
}

.roadmap-bg-image {
  width: 30%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url("../img/jungles/homepage/roadmap.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.roadmap-title-roadmap {
  font-size: 6rem;
  text-align: center;
  font-weight: bold;
  margin-top: -3%;
}

.roadmap-phase-list {
  margin-left: 5%;
}

.roadmap-container {
  flex: 1;
  margin-left: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.roadmap-header {
  text-align: left;
}

.roadmap-title {
  font-size: 4.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.roadmap-content {
  max-width: 800px;
  width: 100%;
}

.roadmap-phase {
  margin-bottom: 3rem;
}

.roadmap-phase h2 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 100;
}

.roadmap-phase ul {
  list-style: none;
  padding: 0;
}

.roadmap-phase li {
  font-size: 1.5rem;
  margin: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.roadmap-phase li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.roadmap-phase li.completed {
  text-decoration: line-through;
  color: #0066ff;
}

.roadmap-navigation {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  border: 1px solid #0a0a0a;
  padding: 6px !important;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  flex-direction: column;
}

.nav-button {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .roadmap-layout {
    flex-direction: column;
  }
  .roadmap-bg-image {
    width: 100%;
    height: 0px;
    visibility: hidden;
    position: relative;
  }
  .roadmap-container {
    margin-left: 0;
    padding: 1rem;
  }
  .roadmap-title {
    font-size: 2.5rem;
    text-align: center;
  }
  .roadmap-header {
    text-align: center;
    margin-top: 1rem;
  }
  .roadmap-phase h2 {
    font-size: 2rem;
  }
  .roadmap-phase li {
    font-size: 1rem;
  }
  .roadmap-navigation {
    position: static;
    margin-top: 2rem;
    align-items: center;
    width: 100%;
  }
}
.collections-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px;
  min-height: 100vh;
}

.collections-search {
  margin-bottom: 10px;
  position: relative;
  border: 1px solid black;
}

.collections-search input {
  width: 100%;
  padding: 10px;
  font-size: 32px;
  position: relative;
  font-family: inherit;
}

.collections-search input::placeholder {
  font-size: 32px;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 20px;
  border: 1px solid black !important;
  position: relative;
  padding: 32px;
}

.collection-item {
  position: relative;
  aspect-ratio: 1;
  background: white;
  overflow: hidden;
  transition: transform 0.2s;
  cursor: pointer;
}

.collection-item:hover {
  transform: translateY(-2px);
}

.collection-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-number {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.collection-item:hover .collection-number {
  opacity: 1;
}

.collections-pagination {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 2rem;
}

.collections-pagination a {
  padding: 8px 16px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s;
}

.collection-item.highlight {
  box-shadow: 0 0 0 2px #1B25DF;
}

.jungle-bottom-content-2 {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  border: 1px solid #0a0a0a;
  padding: 2px !important;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  flex-direction: column;
}
.jungle-bottom-content-2 > * {
  padding: 4px !important;
}

@media screen and (max-width: 1300px) {
  .jungle-bottom-content-2 {
    display: none;
  }
}
.page-search {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 15px;
}

#pageSearchInput {
  font-family: "IBM";
  font-size: 16px;
  text-align: right;
  border: 1px solid black;
  padding: 4px;
  position: relative;
  left: -9px;
}

#pageSearchInput:focus {
  outline: none;
}

#goToPageBtn:hover {
  background-color: #000;
  color: #fff;
  transition: 0.2s ease;
}

.page-search-of {
  position: relative;
  left: -9px;
}

.page-search input {
  padding: 4px 8px;
}

.page-search button {
  padding: 4px 12px;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #f0f0f0;
}

.page-search button:hover {
  background: #e0e0e0;
}

.highlight {
  animation: highlight-pulse 1s ease-in-out;
}

.collection-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #c2c2c2;
  padding: 28px 28px 10px 28px;
  max-width: 90%;
  max-height: 90vh;
  position: relative;
}

#modalImage {
  cursor: pointer;
}

.modal-close {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 24px;
  font-family: "IBM";
  cursor: pointer;
  color: #000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-image-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.modal-image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.modal-info {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-number {
  font-size: 2.4rem;
}

.modal-links {
  display: flex;
  flex-direction: column;
}

.magiceden-link {
  text-decoration: none;
  color: #0a0a0a;
  font-size: 1.6rem;
  transition: all 0.2s ease;
}

.magiceden-link:hover {
  background-color: #000;
  color: #fff;
}

.apescan-link {
  text-decoration: none;
  color: #0a0a0a;
  font-size: 1.6rem;
  transition: all 0.2s ease;
}

.apescan-link:hover {
  background-color: #000;
  color: #fff;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* Safari and Chrome */
}

#goToPageBtn {
  cursor: pointer;
  border: 1px solid black;
  padding: 4px;
}

@keyframes highlight-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1200px) {
  .collections-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 900px) {
  .collections-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .collections-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .modal-content {
    max-width: 75%;
  }
  .collections-search {
    margin-top: 40px;
  }
  .collections-search input {
    font-size: 14px;
  }
  .collections-pagination {
    gap: 10px;
  }
}
/* Add this to your holdings.css file */
.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c2c2c2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in-out;
  z-index: 5;
}

.overlay-content {
  text-align: center;
}

.overlay-content h1 {
  font-family: "IBM";
  font-size: 96px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #000;
}

#overlay-connect-button {
  display: inline-block;
  padding: 6px 9px;
  color: gray;
  text-align: center;
  background-color: transparent;
  border: 1px solid #000;
  font-family: "IBM";
  font-size: 48px;
  cursor: pointer;
}

#overlay-connect-button:hover {
  color: white;
  background-color: #0a0a0a;
}

/* Hide the entire contents initially to prevent flash */
.main-page-content {
  display: none;
}

/* When overlay is removed, show content */
.main-page-content.visible {
  display: block;
}

/* Hide the suburb background */
.cc-suburb-background {
  display: #c2c2c2;
}

.coming-soon-msg {
  padding: 8px;
  width: fit-content;
  margin-top: 6px;
  border: 1px solid #1E1E1E;
}

/* Hamburger menu color fix */
.cc-hamburger__line {
  background-color: #000;
}

/* Main container - centered with max-width */
.holdings-page-container {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  /* Set a max-width for large screens */
  margin: 0 auto; /* Center the container */
}

/* Left sidebar with title and connect button */
.left-sidebar {
  width: 300px;
  padding-right: 20px;
  flex-shrink: 0;
  position: absolute;
  margin-left: 20px;
  z-index: 3;
  top: -20px;
}

.left-sidebar h1 {
  font-family: "IBM";
  font-size: 64px;
  font-weight: 100;
  margin-bottom: 5px;
  color: #000;
}

#connect-wallet-button {
  width: 200px;
  padding: 6px;
  color: gray;
  text-align: center;
  background-color: transparent;
  border: 1px solid #000;
  font-family: "IBM";
  font-size: 32px;
  cursor: pointer;
  margin-top: 10px;
}

#refresh-nfts-button:hover {
  color: white;
  background-color: #0a0a0a;
}

#connect-wallet-button:hover {
  color: white;
  background-color: #0a0a0a;
}

/* Main content area - center aligned */
.main-content {
  position: relative;
  flex-grow: 1;
  padding-left: 20px;
  margin-top: 50px;
  width: calc(100% - 250px); /* Account for sidebar width */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center align the children */
}

/* Category sections - centered with width constraints */
.category-section {
  margin-top: 80px;
  width: 100%;
  max-width: 1000px; /* Limit maximum width */
}

/* Category header with improved toggle icon structure */
.category-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 5px;
  width: 100%;
  position: relative;
}

.category-header h2 {
  font-family: "IBM";
  font-size: 24px;
  font-weight: 400;
  color: #000;
}

/* Fixed toggle icon styles */
.toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.toggle-icon img {
  width: 90%;
  height: 100%;
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: center center;
}

/* Category content styles */
.category-content {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  transition-property: max-height, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1), ease;
  transition-delay: 0s, 0.05s;
}

.category-section.active .category-content {
  max-height: 2000px; /* Large enough to fit content */
  opacity: 1;
}

/* Set first category open by default */
.category-section:first-child .category-content {
  max-height: 2000px;
}

.category-section:first-child .toggle-icon img {
  transform: rotate(180deg);
}

/* Wallet status messages */
#wallet-status-area {
  margin: 20px 0;
  width: 100%;
}

.connect-message {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
  padding: 4px;
}

.connect-to-network {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ffdfba;
  border: 1px solid #000;
  color: #000;
  margin: 20px 0;
  font-size: 16px;
}

.ethereum-text {
  color: #3c69ff;
  text-decoration: underline;
}

/* NFT grid styles - centered */
.nft-grid, .holdings-grid, .jungles-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 940px; /* 5 columns of 180px plus gaps */
  grid-auto-rows: auto;
  gap: 10px;
  margin-bottom: 30px;
  width: 100%;
  justify-content: center; /* Center the grid items */
}

#nft-title {
  font-size: 40px;
  margin-bottom: 0;
  position: relative;
  top: 10px;
}

/* NFT item container styles */
.nft-item {
  position: relative;
  border: 1px solid #000;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
}

/* Image wrapper styles */
.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

/* NFT image styles */
.nft-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Token ID display styles */
.token-id-container {
  text-align: center;
  padding-top: 5px;
  font-family: "IBM";
  font-size: 24px;
  width: 100%;
}

/* Status indicators */
.loading-indicator,
.no-nfts-message,
.search-progress,
.network-message {
  display: none;
  padding: 15px;
  margin: 20px 0;
  color: #000;
  font-size: 14px;
  text-align: center;
  width: fit-content;
}

/* Style links inside the NFT items */
.nft-links {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}

.nft-item:hover .nft-links {
  opacity: 0; /* change this to 1 to show */
}

.nft-links a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  padding: 2px 5px;
}

.nft-links a:hover {
  text-decoration: underline;
}

/* Added styles to match the specific design */
.wallet-address {
  display: block;
  width: 180px;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  font-family: "IBM";
  font-size: 14px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Hide certain elements initially */
.jungles-grid,
.loading-indicator,
.no-nfts-message,
.search-progress,
.network-message {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 1448px) {
  .left-sidebar {
    position: relative;
  }
}
@media (max-width: 1200px) {
  .holdings-page-container {
    padding: 8px;
    width: auto;
  }
  .nft-grid, .holdings-grid, .jungles-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .holdings-page-container {
    flex-direction: column;
  }
  .left-sidebar {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the sidebar contents on mobile */
  }
  .main-content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .nft-grid, .holdings-grid, .jungles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .nft-grid, .holdings-grid, .jungles-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
  }
}
/* Main container layout */
.nft-detail-container {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.wallet-display {
  width: 200px;
  padding: 6px;
  color: gray;
  text-align: center;
  background-color: transparent;
  border: 1px solid #000;
  font-family: "IBM";
  font-size: 32px;
  cursor: pointer;
  margin-top: 10px;
}

.back-link {
  display: block;
  margin-top: 15px;
  text-decoration: none;
  color: #000;
  font-size: 32px;
  text-decoration: none;
  width: fit-content;
  /* border: 1px solid black; */
  text-align: left;
}

.back-link:hover {
  color: white;
  background-color: #0a0a0a;
}

/* Main content area */
.main-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center child elements horizontally */
}

/* NFT detail layout */
.nft-detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 100px;
  max-width: 1000px;
}

/* Left section - NFT image */
.nft-image-container {
  grid-column: 1;
  border: 1px solid #000;
  aspect-ratio: 1/1;
  background-color: #d8c7df; /* Light purple background */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
}

.nft-image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: pointer;
}

/* Right section - grid of Coming Soon boxes */
.nft-info {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 54px;
  max-width: 400px;
}

.info-box {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3E3E3E; /* Dark gray for Coming Soon boxes */
  color: white;
  font-size: 48px;
  text-align: center;
}

.placeholder-box {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}

.placeholder-image {
  width: 85px;
  height: 106px;
  object-fit: contain;
}

/* Links section below the image */
.links-section {
  grid-column: 1;
  display: flex;
  justify-content: flex-start;
  align-items: end;
  flex-direction: column;
  margin-right: 50px;
}

#apescan-link {
  position: relative;
  left: -13px;
}

.external-link {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  text-decoration: underline;
}

/* Status messages */
.loading-indicator,
.error-message,
.unauthorized-message,
.connect-wallet-prompt,
.network-prompt {
  padding: 2px;
  margin: 20px auto;
  font-size: 32px;
  text-align: center;
  position: relative;
  margin-top: 100px;
  top: 30%;
}

.message-box {
  padding: 15px;
}

.message-box h2 {
  margin-top: 0;
  font-size: 18px;
}

.left-sidebar2 {
  width: 300px;
  padding-right: 20px;
  flex-shrink: 0;
  position: absolute;
  margin-left: 20px;
  top: -20px;
  z-index: 3;
}

.border-placeholder-image {
  position: absolute;
  width: 199px;
  height: 199px;
  transition: transform 0.3s ease-in-out;
}
.border-placeholder-image:hover {
  transform: scale(1.05);
}

.left-sidebar2 h1 {
  font-family: "IBM";
  font-size: 64px;
  font-weight: 100;
  margin-bottom: 5px;
  color: #000;
}

.files-coming-soon {
  font-size: 32px;
  margin-bottom: 0;
  position: relative;
  top: 20px;
  text-align: center;
}

@media screen and (max-width: 1620px) {
  .nft-image-container {
    max-width: 400px;
  }
  .nft-detail-container {
    position: relative;
    left: 20px;
  }
  .nft-detail-content {
    position: relative;
    left: 20px;
  }
  .left-sidebar2 {
    margin-left: 0px;
  }
}
/* Responsive adjustments */
@media (max-width: 1350px) {
  .nft-detail-content {
    grid-template-columns: 1fr;
  }
  .files-coming-soon {
    display: none;
  }
  .nft-info {
    grid-column: 1;
    margin-top: 20px;
  }
}
@media (max-width: 800px) {
  .nft-detail-container {
    flex-direction: column;
  }
  .left-sidebar2 {
    width: 100%;
    margin-top: 150px;
    padding-right: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .left-sidebar2 {
    font-size: 32px;
  }
  .wallet-display {
    font-size: 32px;
  }
  .nft-info {
    width: 100%;
    max-width: none;
    gap: 28px;
  }
  .info-box {
    font-size: 24px;
  }
  .back-link {
    font-size: 32px;
  }
  .nft-image-container {
    max-width: 300px;
    margin-right: 0;
  }
  .links-section {
    margin-bottom: 50px;
  }
  .overlay-content h1 {
    font-size: 72px;
  }
  .border-placeholder-image {
    width: 150px;
    height: 150px;
  }
}
