@font-face {
  font-family: 'GothamBold';
  src: url("../tour/fonts/Gotham-Bold.otf"); }

@font-face {
  font-family: 'GothamBook';
  src: url("../tour/fonts/Gotham-Book.ttf"); }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px; }

html {
  height: 100%; }

body {
  background-color: #C09455;
  color: #FFF;
  font-family: "GothamBook";
  font-weight: normal;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0; }

a {
  color: #FFF;
  text-decoration: none; }

iframe {
  height: 100%;
  width: 100%; }

h1, h2 {
  font-weight: normal; }

input:focus {
  outline: none; }

.disabled {
  pointer-events: none; }

.flex-centered {
  align-items: center;
  display: flex;
  justify-content: center; }

.flex-centered-v {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.flex-start {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start; }

.flex-start-v {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.flex-end {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end; }

.flex-end-v {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.fullscreen {
  height: 100%;
  position: absolute;
  width: 100%; }

.video-container-ar-169 {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }

.video-ar {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.pointer {
  cursor: pointer !important;
  pointer-events: all !important; }

.truly-hidden {
  opacity: 0;
  pointer-events: none !important; }
  .truly-hidden * {
    pointer-events: none !important; }

@media (max-width: 1024px) {
  .desktop-only {
    display: none !important; } }

@media (min-width: 1025px) {
  .mobile-only {
    display: none !important; } }

.nav-element {
  transition: opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  .nav-element--disabled {
    opacity: 0.5;
    pointer-events: none; }

.bottom-nav {
  bottom: 14px;
  position: absolute;
  width: 100%;
  z-index: 6; }
  @media (max-width: 1024px) {
    .bottom-nav {
      display: none; } }
  .bottom-nav__item {
    border-radius: 50%;
    height: 40px;
    margin: 0px 8px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 40px; }
    .bottom-nav__item__inside {
      background: #FFF;
      border-radius: 50%;
      height: 6px;
      pointer-events: none;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      width: 6px; }
    .bottom-nav__item--active .bottom-nav__item__inside {
      height: 18px;
      width: 18px; }
    .bottom-nav__item:hover {
      background: #C09455; }
  .bottom-nav__tooltip {
    font-family: "GothamBold";
    font-size: 17px;
    margin-bottom: 90px;
    position: absolute;
    transition: opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    .bottom-nav__tooltip--hidden {
      opacity: 0; }

.copy-modal-v5-wrapper {
  align-items: center;
  height: 100%;
  justify-content: center;
  pointer-events: all;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: 8; }
  .copy-modal-v5-wrapper__bottom-shadow {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    bottom: 0px;
    height: 40px;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .copy-modal-v5-wrapper__container {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .copy-modal-v5-wrapper__content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .copy-modal-v5-wrapper__mask {
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1; }
    @media (min-width: 1025px) {
      .copy-modal-v5-wrapper__mask {
        display: none; } }
  .copy-modal-v5-wrapper--hidden {
    opacity: 0;
    pointer-events: none; }

.copy-modal-v5 {
  background: #FFF;
  border-radius: 2px;
  box-sizing: border-box;
  color: #666;
  pointer-events: all;
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 1025px) {
    .copy-modal-v5 {
      height: 400px;
      width: 400px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5 {
      bottom: 0px;
      height: 75%;
      width: 100%; } }
  .copy-modal-v5 * {
    cursor: default; }
  .copy-modal-v5__button {
    border-bottom: 2px solid #C09455;
    color: #C09455;
    font-family: "GothamBold";
    font-size: 18px;
    margin-top: 32px;
    padding: 4px 0px;
    width: fit-content; }
    .copy-modal-v5__button * {
      pointer-events: none; }
    .copy-modal-v5__button img {
      margin-left: 8px;
      width: 12px; }
  .copy-modal-v5__close-button {
    padding: 5px;
    pointer-events: all;
    position: absolute;
    right: 16px;
    top: 16px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 2; }
    .copy-modal-v5__close-button span {
      margin-right: 8px; }
  .copy-modal-v5__first {
    box-sizing: border-box;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__first {
        padding: 160px 160px 64px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__first {
        padding: 0px 24px; } }
  .copy-modal-v5__hotspot-replica {
    background: #C09455;
    border: 4px solid #FFF;
    border-radius: 50%;
    height: 26px;
    position: absolute;
    width: 26px; }
  .copy-modal-v5__main {
    flex-direction: column;
    height: 100%;
    width: 100%; }
    @media (max-width: 1024px) {
      .copy-modal-v5__main {
        height: calc(100% - 95px);
        justify-content: flex-start;
        padding-top: 95px; } }
  .copy-modal-v5__second {
    box-sizing: border-box;
    flex: 1;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__second {
        margin-bottom: 120px;
        padding: 0px 160px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__second {
        flex-direction: column;
        margin-bottom: 48px;
        padding: 0px 24px; } }
  .copy-modal-v5__text {
    box-sizing: border-box;
    height: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__text {
        margin: 30px 0px;
        padding: 0px 32px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__text {
        margin: 46px 0px 30px;
        padding: 0px 32px; } }
  .copy-modal-v5__video-container {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%; }
    @media (max-width: 1024px) {
      .copy-modal-v5__video-container {
        margin: 32px 0px; } }
  .copy-modal-v5 embed {
    height: calc(100% - 55px);
    margin-top: 55px;
    width: 100%; }
  .copy-modal-v5 h1 {
    font-family: "GothamBold";
    font-size: 20px;
    line-height: 28px; }
  .copy-modal-v5 iframe, .copy-modal-v5 video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .copy-modal-v5 p {
    font-family: "GothamBook";
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px; }
  .copy-modal-v5 .copy-scrollable {
    overflow-y: auto; }
  .copy-modal-v5--fullscreen {
    height: 100%;
    width: 100%; }
    .copy-modal-v5--fullscreen h1 {
      color: #000;
      font-family: "GothamBold"; }
      @media (min-width: 1025px) {
        .copy-modal-v5--fullscreen h1 {
          font-size: 52px;
          line-height: 54px;
          margin-right: 32px; } }
      @media (max-width: 1024px) {
        .copy-modal-v5--fullscreen h1 {
          font-size: 48px;
          line-height: 52px;
          width: calc(100% - 48px); } }
    .copy-modal-v5--fullscreen p {
      color: #666;
      font-family: "GothamBook"; }
      @media (min-width: 1025px) {
        .copy-modal-v5--fullscreen p {
          font-size: 16px;
          letter-spacing: 0.4px;
          line-height: 26px; } }
      @media (max-width: 1024px) {
        .copy-modal-v5--fullscreen p {
          font-size: 18px;
          letter-spacing: 0.5px;
          line-height: 28px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5--gallery .copy-modal-v5__main {
      height: 100%;
      justify-content: center;
      padding: 0px; } }
  .copy-modal-v5--gallery .copy-modal-v5__main img {
    object-fit: contain; }
    @media (min-width: 1025px) {
      .copy-modal-v5--gallery .copy-modal-v5__main img {
        height: calc(100% - 100px);
        width: calc(100% - 200px); } }
    @media (max-width: 1024px) {
      .copy-modal-v5--gallery .copy-modal-v5__main img {
        height: 100%;
        width: calc(100% - 42px); } }
  .copy-modal-v5--to-left .copy-modal-v5__hotspot-replica {
    right: 0px;
    margin-right: -16px; }
  .copy-modal-v5--to-center .copy-modal-v5__hotspot-replica {
    left: 50%;
    margin-left: -16px; }
  .copy-modal-v5--to-right .copy-modal-v5__hotspot-replica {
    left: 0px;
    margin-left: -16px; }
  .copy-modal-v5--to-top .copy-modal-v5__hotspot-replica {
    bottom: 0px;
    margin-bottom: -16px; }
  .copy-modal-v5--to-bottom .copy-modal-v5__hotspot-replica {
    margin-top: -16px;
    top: 0px; }

.cta-bottom {
  position: absolute;
  z-index: 2; }
  @media (min-width: 1025px) {
    .cta-bottom {
      bottom: 24px;
      right: 38px; } }
  @media (max-width: 1024px) {
    .cta-bottom {
      bottom: 16px;
      flex-direction: column;
      right: 16px; } }
  .cta-bottom a {
    bottom: 45px;
    font-family: "GothamBook";
    font-size: 10px;
    position: absolute;
    right: -65px;
    transition: opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    transform: rotate(-90deg);
    width: 100px;
    will-change: opacity; }
    @media (min-width: 1025px) {
      .cta-bottom a {
        opacity: 0.5; } }
    @media (max-width: 1024px) {
      .cta-bottom a {
        display: none; } }
    .cta-bottom a:hover {
      opacity: 1; }
  .cta-bottom img {
    transition: opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .cta-bottom img {
        margin: 0px 8px;
        opacity: 0.5; } }
    @media (max-width: 1024px) {
      .cta-bottom img {
        margin: 8px 0px; } }
    .cta-bottom img:hover {
      opacity: 1; }

.gallery-nav {
  opacity: 1;
  pointer-events: all;
  top: 0px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 7; }
  .gallery-nav * {
    pointer-events: all !important; }
  @media (max-width: 1024px) {
    .gallery-nav {
      height: 100%; } }
  .gallery-nav__close-button {
    position: absolute; }
    @media (min-width: 1025px) {
      .gallery-nav__close-button {
        bottom: 170px;
        right: 28px; } }
    @media (max-width: 1024px) {
      .gallery-nav__close-button {
        right: 24px;
        top: 11px; } }
    .gallery-nav__close-button span {
      font-family: "GothamBook";
      font-size: 16px;
      margin-right: 10px; }
  .gallery-nav__container {
    position: absolute; }
    @media (min-width: 1025px) {
      .gallery-nav__container {
        bottom: 24px;
        justify-content: flex-start;
        left: 64px;
        overflow: hidden;
        width: calc(100% - 128px); } }
    @media (max-width: 1024px) {
      .gallery-nav__container {
        height: calc(100% - 80px);
        justify-content: center;
        left: 0px;
        overflow-y: auto;
        top: 40px;
        width: 100%; } }
    .gallery-nav__container--centered {
      justify-content: center; }
  @media (max-width: 1024px) {
    .gallery-nav__content {
      flex-direction: column;
      margin: auto;
      width: calc(100% - 48px); } }
  .gallery-nav__controls {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0px 26px;
    position: absolute;
    width: 100%;
    z-index: 2; }
    @media (min-width: 1025px) {
      .gallery-nav__controls {
        bottom: 40px; } }
    @media (max-width: 1024px) {
      .gallery-nav__controls {
        align-items: center;
        bottom: 0px;
        flex-direction: column;
        height: 100%;
        pointer-events: none !important; } }
    @media (min-width: 1025px) {
      .gallery-nav__controls img {
        padding: 18px 25px; } }
    @media (max-width: 1024px) {
      .gallery-nav__controls img {
        padding: 18px; } }
    .gallery-nav__controls__next {
      transition: opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
      @media (max-width: 1024px) {
        .gallery-nav__controls__next {
          height: 36px;
          transform: rotate(90deg);
          width: 36px; } }
      .gallery-nav__controls__next--hidden {
        opacity: 0;
        pointer-events: none; }
    .gallery-nav__controls__previous {
      transition: opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
      @media (max-width: 1024px) {
        .gallery-nav__controls__previous {
          height: 36px;
          transform: rotate(90deg);
          width: 36px; } }
      .gallery-nav__controls__previous--hidden {
        opacity: 0;
        pointer-events: none; }
  .gallery-nav__mask {
    cursor: default;
    pointer-events: all; }
    @media (min-width: 1025px) {
      .gallery-nav__mask {
        background: rgba(0, 0, 0, 0.75); } }
    @media (max-width: 1024px) {
      .gallery-nav__mask {
        background: rgba(0, 0, 0, 0.9); } }
  .gallery-nav__item {
    border-radius: 2px;
    position: relative;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .gallery-nav__item {
        height: 104px;
        margin: 0px 4px;
        width: 205px; } }
    @media (max-width: 1024px) {
      .gallery-nav__item {
        height: calc((100vw - 48px) * 0.5);
        margin: 12px 0px;
        width: calc(100vw - 48px); } }
    @media (max-width: 1024px) {
      .gallery-nav__item:first-of-type {
        margin-top: 0px; } }
    @media (max-width: 1024px) {
      .gallery-nav__item:last-of-type {
        margin-bottom: 0px; } }
    .gallery-nav__item__image {
      height: 100%;
      object-fit: cover;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      width: 100%; }
      @media (min-width: 1025px) {
        .gallery-nav__item__image {
          filter: grayscale(100%);
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          -ms-filter: grayscale(100%);
          -o-filter: grayscale(100%); } }
    .gallery-nav__item__overlay {
      box-sizing: border-box;
      height: 100%;
      pointer-events: none;
      position: absolute;
      width: 100%; }
      @media (min-width: 1025px) {
        .gallery-nav__item__overlay {
          background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 1.3%, rgba(0, 0, 0, 0.75) 100%); } }
      @media (max-width: 1024px) {
        .gallery-nav__item__overlay {
          background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.75) 100%); } }
    .gallery-nav__item__title {
      bottom: 10px;
      box-sizing: border-box;
      font-family: "GothamBook";
      line-height: 18px;
      padding: 0px 10px;
      position: absolute;
      text-align: center;
      z-index: 2; }
      @media (min-width: 1025px) {
        .gallery-nav__item__title {
          font-size: 14px; } }
      @media (max-width: 1024px) {
        .gallery-nav__item__title {
          font-size: 18px; } }
    .gallery-nav__item--active {
      transform: scale(1.05); }
    .gallery-nav__item--active .gallery-nav__item__overlay {
      box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5); }
      @media (min-width: 1025px) {
        .gallery-nav__item--active .gallery-nav__item__overlay {
          border-bottom: 4px solid #C09455; } }
      @media (max-width: 1024px) {
        .gallery-nav__item--active .gallery-nav__item__overlay {
          border-bottom: 2px solid #C09455; } }
    .gallery-nav__item:hover .gallery-nav__item__image, .gallery-nav__item--active .gallery-nav__item__image {
      filter: grayscale(0%);
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%); }
    .gallery-nav__item:hover .gallery-nav__item__title, .gallery-nav__item--active .gallery-nav__item__title {
      font-family: "GothamBold";
      font-size: 15px;
      line-height: 20px; }
  .gallery-nav--hidden {
    opacity: 0;
    top: 100%; }

.gotoweb-dialog {
  height: 100%;
  position: absolute;
  top: 0px;
  transition: top 0s, opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: 9; }
  .gotoweb-dialog__button {
    border-radius: 2px;
    font-family: "GothamBold";
    font-size: 14px;
    padding: 15px 27px;
    text-align: center; }
    .gotoweb-dialog__button--1 {
      background: #C09455;
      color: #FFF;
      margin-right: 8px; }
    .gotoweb-dialog__button--2 {
      background: #FFF;
      border: 1px solid #C09455;
      color: #C09455;
      margin-left: 8px; }
  .gotoweb-dialog__container {
    align-items: flex-start;
    background: #FFF;
    box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    cursor: default;
    flex-direction: column;
    pointer-events: all;
    position: absolute; }
    @media (min-width: 1025px) {
      .gotoweb-dialog__container {
        border-radius: 2px;
        padding: 30px 32px 20px;
        width: 400px; } }
    @media (max-width: 1024px) {
      .gotoweb-dialog__container {
        bottom: 0px;
        height: 50%;
        padding: 46px 32px 36px;
        width: 100%; } }
  .gotoweb-dialog__mask {
    background: rgba(0, 0, 0, 0.75);
    cursor: pointer;
    height: 100%;
    pointer-events: all;
    position: absolute;
    width: 100%; }
  .gotoweb-dialog h1 {
    color: #3F3F3F;
    font-family: "GothamBold";
    font-size: 20px;
    margin-bottom: 13px; }
  .gotoweb-dialog p {
    color: #666;
    font-family: "GothamBook";
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 26px;
    margin-bottom: 24px; }
  .gotoweb-dialog--hidden {
    opacity: 0;
    top: 100%;
    transition: top 0s cubic-bezier(0.86, 0, 0.07, 1) 0.35s, opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1); }

.gui-stage {
  background: #FFF;
  box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.25);
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%; }

.gui-pano {
  display: none;
  height: 100%;
  width: 100%; }
  .gui-pano--hidden {
    display: none; }
  .gui-pano--no-description .info__show-more-button {
    display: none; }

.gui-static {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1; }
  .gui-static__bottom-shadow {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0px;
    height: 200px;
    position: absolute;
    width: 100%; }

.hotspot-v2 {
  height: 32px;
  margin: -16px 0px 0px -16px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 32px; }
  .hotspot-v2__arrow {
    opacity: 0;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 16px; }
  .hotspot-v2__icon {
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    .hotspot-v2__icon svg {
      fill: #C09455;
      height: 8px;
      width: 8px; }
  .hotspot-v2__shape-1 {
    background: #C09455;
    border-radius: 32px;
    height: 32px;
    left: -16px;
    opacity: 0.5;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 32px; }
  .hotspot-v2__shape-2 {
    background: #FFF;
    border-radius: 50%;
    height: 24px;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 24px; }
  .hotspot-v2__title {
    color: #FFF;
    font-family: "GothamBold";
    font-size: 14px;
    left: 24px;
    margin-bottom: 2px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    white-space: nowrap; }
  .hotspot-v2--minified {
    opacity: 0; }
  .hotspot-v2:hover .hotspot-v2__arrow, .hotspot-v2--tapped .hotspot-v2__arrow {
    opacity: 1; }
  .hotspot-v2:hover .hotspot-v2__icon, .hotspot-v2--tapped .hotspot-v2__icon {
    opacity: 0; }
  .hotspot-v2:hover .hotspot-v2__shape-1, .hotspot-v2--tapped .hotspot-v2__shape-1 {
    opacity: 1; }
  .hotspot-v2:hover .hotspot-v2__shape-2, .hotspot-v2--tapped .hotspot-v2__shape-2 {
    height: 32px;
    width: 32px; }
  .hotspot-v2:hover .hotspot-v2__title, .hotspot-v2--tapped .hotspot-v2__title {
    opacity: 1;
    pointer-events: all; }
  .hotspot-v2--video .hotspot-v2__icon {
    margin-left: 1px;
    transform: scale(0.7); }

.info {
  position: absolute;
  z-index: 5; }
  @media (min-width: 1025px) {
    .info {
      bottom: 94px;
      left: 50px;
      max-width: calc(100% - 100px); } }
  @media (max-width: 1024px) {
    .info {
      bottom: 24px;
      left: 26px;
      max-width: calc(100% - 72px);
      word-break: break-word; } }
  .info__title {
    font-family: "GothamBold";
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .info__title {
        font-size: 52px;
        line-height: 52px; } }
    @media (max-width: 1024px) {
      .info__title {
        font-size: 30px;
        line-height: 30px; } }

.logo {
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
  position: absolute;
  transition: opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 2; }
  @media (min-width: 1025px) {
    .logo {
      left: 48px;
      top: 20px; } }
  @media (max-width: 1024px) {
    .logo {
      left: 32px;
      top: 14px; } }
  .logo--hidden {
    opacity: 0; }
  @media (min-width: 1025px) {
    .logo__img {
      width: 200px; } }
  @media (max-width: 1024px) {
    .logo__img {
      width: 146px; } }

.social {
  flex-direction: column;
  height: 100%;
  position: absolute; }
  @media (min-width: 1025px) {
    .social {
      right: 24px; } }
  @media (max-width: 1024px) {
    .social {
      right: 12px; } }
  .social a {
    background: #FFF;
    border-radius: 32px;
    height: 32px;
    margin: 10px 0px;
    width: 32px; }
  .social img {
    height: 14px;
    width: 14px; }

* {
  scrollbar-width: thin;
  scrollbar-color: #FFF #666; }

*::-webkit-scrollbar {
  width: 6px; }

*::-webkit-scrollbar-track {
  background: #FFF; }

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0px; }
