/*
 *  Copyright (c) 2021 Virtual Park LLC. All Rights Reserved.
 *
 *  No one is allowed to copy, use, inspect, imitate, or even see this source code.
 */
:root { 
  --guest-video-width: 300px; 

  --vp-land-header: #151617;
  --vp-land-white: #fff;
  --vp-land-dark-gray: #aaa;
  --vp-land-gray: #d8d8d8;
  --vp-land-light-gray: #fafafa;
  --vp-land-black: black;
  --vp-land-green: #08e1c5;
  --vp-land-blue: #003454;
  --vp-land-blue-light: #001434;
  --vp-land-red: #ff4b55;
  --vp-land-yellow: #fed802;
  --vp-land-purple: #8e48eb;
  --vp-land-pink: #d963c4;
}

/*@font-face {
  font-family: "Gotham";
  src: url("/css/fonts/iCiel Ultra.ttf") format("ttf");
  font-weight: bolder;
}
@font-face {
  font-family: "Gotham";
  src: url("HomepageBaukasten-Bold.eot") format("eot"),url("HomepageBaukasten-Bold.woff2") format("woff2"),url("HomepageBaukasten-Bold.woff") format("woff"),url("HomepageBaukasten-Bold.ttf") format("ttf");
  font-weight: bold;
}
*/

  @font-face {
    font-family: 'DegularDisplay';
    src: url('/css/fonts/DegularDisplay-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DegularDisplay';
    src: url('/css/fonts/DegularDisplay-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'DegularDisplay';
    src: url('/css/fonts/DegularDisplay-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DegularDisplay';
    src: url('/css/fonts/DegularDisplay-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'DegularDisplay';
    src: url('/css/fonts/DegularDisplay-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DegularDisplay';
    src: url('/css/fonts/DegularDisplay-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'DegularDisplay';
    src: url('/css/fonts/DegularDisplay-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DegularDisplay';
    src: url('/css/fonts/DegularDisplay-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'DegularDisplay';
    src: url('/css/fonts/DegularDisplay-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DegularDisplay';
    src: url('/css/fonts/DegularDisplay-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'DegularDisplay';
    src: url('/css/fonts/DegularDisplay-SemiboldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'DegularDisplay';
    src: url('/css/fonts/DegularDisplay-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'DegularDisplay';
    src: url('/css/fonts/DegularDisplay-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}


@import url("https://use.typekit.net/kia2jjg.css");
/*@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,700;1,100;1,400&display=swap');
@font-face {
  font-family: "DIN Alternate";
  src: url("DINAlternate-Bold.woff") format("woff");
}
*/

body { margin: 0; }
div { position: relative; }
canvas { display: block; }
#videoArea { }
.video-frame { width: var(--guest-video-width); height: var(--guest-video-width); margin: 20px; }
.video-frame video { width: 100%; height: 100%; left: -0%; top: -0%; position: absolute; }
button { margin: 0 20px 0 0;  /*width: 83px;*/ width: 200px; height: 50px; background: white; margin: 10px; cursor: pointer; }
.shadow { box-shadow: 0px 1px 2px #ccc; }

.block1280 {
  margin:20px 20px; max-width: 1280px; width: 100%; 
}
.block1560 {
  margin:20px 20px; max-width: 1560px; width: 100%; 
}

.panel {
  margin:10px;
  padding:5px;
  border-radius: 5px;
  background: var(--vp-land-light-gray);
  max-width: 500px;
  width: 100%;
  align-self: stretch;
}
.panel-any {
  padding:5px;
  border-radius: 5px;
  background: var(--vp-land-light-gray);
  width: 100%;
  align-self: stretch;
}
.wire-button {
  transition: all .5s ease-in-out;
  padding:5px; font-weight: 500;
  border: 2px solid black;
  border-radius: 5px;
  text-align: center;
  margin:0px;
  height: 35px;
  font-size: 15px;
}
.wire-button:disabled {
  border: 2px solid var(--vp-land-gray);
}


.user-video { margin: 0 20px 20px 0; height: 120px; width: 180px; }
.avatar-label { border-radius: 20px; border: 0px; background: rgba(255,255,255,0.7); padding: 10px; pointer-events: none; width: fit-content; height: fit-content; width: -moz-fit-content; height: -moz-fit-content; pointer-events: all; }
@media screen and (max-width:400px) {
  :root { --guest-video-width: 100px; }
  button { margin: 0 11px 10px 0; }
  #videoArea video { height: 90px; margin: 0 0 10px 0;    /*width: calc(50% - 8px);*/ }
  video#video1 { margin: 0 10px 10px 0; }
}
/*@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');*/
html, body { width: 100%; margin: 0; color: #333; text-align: left; line-height: initial; min-width: 375px;font-family: 'Exo'; }
*, *:before, *:after { box-sizing: inherit; }
html { box-sizing: border-box; }
body { 
  /*font-family: "DIN Alternate", "M Hei PRC W45", "M Hei HK W42", "M Hei HK W40", "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  /*font-family: 'DIN Alternate', sans-serif; font-weight: normal; font-stretch: expanded; font-display: swap; -webkit-font-smoothing: antialiased;  /*padding-bottom:280px;*/ min-height: 100%; position: relative; background: white; }*/
  font-family: 'Exo'; font-weight: normal; font-stretch: expanded; font-display: swap; -webkit-font-smoothing: antialiased;  /*padding-bottom:280px;*/ min-height: 100%; position: relative; background: white; }
content, p {
  font-family: 'Exo'; 
  /*font-family: 'Barlow', sans-serif; */
}
@media only screen and (max-device-width:768px) {
  body { }
}
#footer-menus a { min-width: 60px; margin: 5px; }
/*header a { padding: 10px; margin: 1px; }*/
img { vertical-align: top; image-orientation: from-image; }
h1 { font-size: 37px; font-size: 60px; }
h2 { font-size: 40px; }
@media only screen and (max-width:768px) {
  h1 { font-size: 40px; }
  h2 { font-size: 35px; }
}
h3 { font-size: 30px; }
h4 { font-size: 20px; }
h5 { font-size: 14px; }
h1, h2, h3, h4, h5 {  
  font-family: 'Exo', sans-serif;
  margin: 10px 0px; 
}
a { cursor: pointer; color: #ffafa7; text-decoration: none; }
.main-block:nth-child(odd) a, .main-block-big:nth-child(odd) a { color: black; }
a:hover {/*  text-decoration: none;
    background-color:rgba(0,0,0,0.1);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  */ }
  blockquote, blockquote p { font-size: 14px; color: #aaa; }
  strong { font-weight: bold; }

  /*p {
    text-align: justify;
  }
  */

  /*div, span, a {
  position: relative;
  }
  */


  .fullwidth { width: 100%; }
  .fullscreen { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; }
  .flexstart { display: flex; display: -webkit-flex; justify-content: flex-start; -webkit-justify-content: flex-start; align-items: flex-start; -webkit-align-items: flex-start; flex-wrap: wrap; -webkit-flex-wrap: wrap; }
  .flexhend { display: flex; display: -webkit-flex; justify-content: flex-end; -webkit-justify-content: flex-end; align-items: center; -webkit-align-items: center; flex-wrap: wrap; -webkit-flex-wrap: wrap;  }
  .flexcenter { display: flex; display: -webkit-flex; display: -moz-flex; justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; align-items: center; -webkit-align-items: center; -moz-align-items: center; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap;  }
  .flexcenterstart { display: flex; display: -webkit-flex; display: -moz-flex; justify-content: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; align-items: center; -webkit-align-items: center; -moz-align-items: center; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap;  }
  .flexv { flex-direction: column; -webkit-flex-direction: column; -webkit-flex-direction: column; }
  .flexaib { align-items: baseline; -webkit-align-items: baseline; -moz-align-items: baseline; }
  .flexais { align-items: flex-start; -webkit-align-items: flex-start; -moz-align-items: flex-start; }
  .flexjcsb { justify-content: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; }
  @media (min-width:768px) {
  .flexjcsb-desktop { justify-content: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; }
  }
  .flexjcsa { justify-content: space-around; -webkit-justify-content: space-around; -moz-justify-content: space-around; }
  .flexjcc { justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; }
  .flexaic { align-items: center; -webkit-align-items: center; -moz-align-items: center; }
  .flexnowrap { flex-wrap: nowrap; -webkit-flex-wrap: nowrap; }
  @media (min-width:768px) {
    .flexnowrapdesktop { flex-wrap: nowrap; -webkit-flex-wrap: nowrap; }
  }
  ng-view { display: block; }
  header { position: relative; text-align: center; 
    background: var(--vp-land-header); color:white; 
    font-family: 'Exo';
    /*padding:1px 5px;*/
/*max-height: 100px;*/ }
  header img {  /*height: 4%;*/

  /*margin: 1%;*/ }
  header > div > div { position: relative;  /*height:100%;*/ -webkit-justify-content: flex-end; justify-content: flex-end; }
  @media (max-width:768px) {
    header { max-height: initial; }
  }
  @media (min-width:769px) {
    header > div > div { max-width: 380px; }
  }
  footer { left: 0px; right: 0px; bottom: 0px; color: #707070; padding: 50px 10px; margin-bottom: 50px; text-align: center; display: flex; display: -webkit-flex;  /*height:250px;*/ justify-content: center; -webkit-justify-content: center; background: white; }
  footer .footer-main-item { margin: 10px; }
  footer img { width: 26px; }
  footer login img { width: inherit; }
  @media(max-width:768px) {
    #footer-menus { flex-direction: column; -webkit-flex-direction: column; }
  }
  select, input, textarea { border: none; border-bottom: 1px #eee solid; color: black;  /*border-radius: 3px;*/ background-color: #fcfcfc; }
  input::placeholder, input::-webkit-input-placeholder { color: var(--vp-land-gray); }
  select { -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; }
  .main-block { width: 100%; text-align: left; color: #333; width: 100%; padding: min(50px, 5%) min(50px, 5%); margin: 0px; font-size: 16px; position: relative; overflow: hidden; box-shadow: 0px 0px 2px #ccc; }
  .main-block-big { min-height: 70vh; }
  .main-block .container, .main-block-big .container { width: 100%; max-width: 1280px; margin: 0px; }
  #benefits div { font-size: 15px; }
  a { color: #ccc;  /*font-weight: bold;*/ }
  h3, h4, div { display: block; }
  .profile-block h3, .profile-block h4 { margin: 5px 0px; }
  .profile-block { margin: 5px; width: 320px; cursor: pointer; }
  .profile-block:hover { background: #fcfcfc; }
  #detailSection input, #detailSection textarea, #detailSection button { width: 80%; margin: 20px; }
  .container { padding: 20px 20px; }
  .tag { margin: 5px; padding: 2px 10px; width: 150px; }
  .tag img { width: 100px; }
  .tag:nth-child(even) { width: 50px; }
  .tag:nth-child(even) img { width: 100%; }
  .button-1[disabled] { background: #777; }
  .profile-block-small-note { color: #777; font-size: 10px; margin-top: 5px; }
  input { padding: 8px 10px; text-align: center; border-radius: 5px; }
  .button { color: var(--vp-land-white); background: var(--vp-land-green); padding: 8px 10px; text-align: center; border-radius: 5px; font-weight: bold; border: none;}
  .button[disabled='disabled'] { background: #eee; }
  input[type='text'] { padding: 5px; border-radius: 5px; }
  .background { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
  
  @media (max-width:1920px) {
    .too-large { display: none; }
  }

  @media (min-device-width:768px) {
    .mobile { display: none; }
  }
  @media (max-device-width:767px) {
    .desktop { display: none; }
  }
  .roomOption { width: 300px; cursor: pointer;  /*filter: grayscale(0.9);*/ margin: 10px; border-radius: 10px; border: 1px solid #ffc0e1;  /*box-shadow: #777 0px 1px 2px;*/ overflow: hidden; text-align: left; background: white; }
  .roomOption:nth-child(1) { margin-left: 0px; }
  .roomOption div { padding: 20px; }
  .roomOption img { width: 100%; }
  .roomOption:hover { filter: none; background: #eee; }


  @-webkit-keyframes animation-down-right {
    0% { background-position: top left; }
    20% { background-position: top left; }
    80% { background-position: bottom right; }
    100% { background-position: bottom right; }
  }
  .preview-animation-down-right {
    -webkit-animation: animation-down-right 15s linear infinite;
  }

  @-webkit-keyframes spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  }
  .spinner:before { content: ''; box-sizing: border-box; position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: 10px;  /*margin-left: -100px;*/ border-radius: 50%; border: 2px solid #ccc; border-top-color: #07d; -webkit-animation: spinner .6s linear infinite;/*        animation: spinner .6s linear infinite;
    */ }
    .action-menu-button { margin: 2px; padding: 10px; width: 150px; border-radius: 10px; border: 0px; }
    .action-menu-button.selected { background: #aaa; }
    .action-menu-button img { border-radius: 17.5px; }
    .order-menu-button { width: 350px; border-radius: 10px; border: 0px; margin: 2px; }
    .order-menu-button img { border-radius: 17.5px; }
    /*button { box-shadow: 0px 1px 2px black; }*/
    button:hover { background: #ccc; }
    h1 { font-size: 40px; font-weight: 700; }
    h2 { font-size: 30px; font-weight: 700; }
    h2, h4 { margin-bottom: 5px; }
    h2 {  /*margin-left: 20px;*/ }
    h3 { font-weight: 500; }
    h4 { font-weight: 700; }
    .annotation { border-radius: 10px; border: 0px; background: rgba(255, 255, 255, 0.1); padding: 10px; pointer-events: all; width: 200px; width: fit-content; cursor: pointer; }
    .annotation:hover { background: white; }
    .gradient-bg { background: rgb(216, 192, 244); background: -moz-linear-gradient(42deg, rgba(216, 192, 244, 1) 0%, rgba(255, 174, 168, 1) 49%, rgba(185, 220, 191, 1) 100%); background: -webkit-linear-gradient(42deg, rgba(216, 192, 244, 1) 0%, rgba(255, 174, 168, 1) 49%, rgba(185, 220, 191, 1) 100%); background: linear-gradient(42deg, rgba(216, 192, 244, 1) 0%, rgba(255, 174, 168, 1) 49%, rgba(185, 220, 191, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8c0f4", endColorstr="#b9dcbf", GradientType=1); }
    blockquote { border-left: 10px solid #ffc0e1; margin: 1.5em 10px; padding: 0.5em 10px; font-size: 16px; quotes: "\201C""\201D""\2018""\2019"; color: black; font-weight: lighter; }
    blockquote:before { color: #ffc0e1; content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; }
    blockquote p { display: inline; }




        body {
      font-size: 14px;
      font-family: 'Exo';
    }
    .button {
      min-width: 50px;
      margin:2px;
      width: initial;
      height: initial;
      box-shadow: none;
    }
    .mobile .main-menu, #account-menu .main-menu {
      margin:2px;
      border-top: 1px solid #333;
    }
    .main-menu {
      padding:5px 15px;
      color:var(--vp-land-white);
      /*width: 150px;*/
      /*max-width;*/
      text-align: center;
      /*background: #efefef;*/
    }
    .main-menu.selected {
      color: var(--vp-land-red);
    }
    .main-menu:hover {
      color: var(--vp-land-red);
    }

    .noevent {
      pointer-events: none;
    }

    #maptab input[type='text'] {
      padding: 6px 35px;
    }
    @keyframes squarerotate {
      0% { transform: rotate3d(0,1,0,0deg) rotate3d(1,0,0,-0deg); }
      100% { transform: rotate3d(0,1,0,360deg) rotate3d(1,0,0,-0deg); }
    }
    .square {
      border: 1px solid rgba(255,255,255,0.1);
      position: absolute;
      background: rgba(0,0,0,0.3);
      font-weight: bold;
      border-radius: 2px;
      font-size: 10%;
    }
    .square img {
/*      animation-name: squarerotate;
      animation-duration: 10s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
*/    }
    .square.cut {
      background: rgba(100, 84, 82,0.75)
    }
    .square.selected {
      background: rgba(255,255,255,0.5)
    }
    .square:hover {
      background: {{state.action=='add' || (state.content && state.content.action=='add') ? 'rgba(255,255,255,0.5)' : 'rgba(0,0,0,0.5)'}};
    }
    .square.cutarea {
      background: rgba(100, 84, 82,0.9);
    }
    .square.occupied {
      background: rgba(8, 225, 197,0.5);
    }
    .square.leasable {
      background: rgba(100, 52, 83, .5);
    }
    .square.mine {
      background: rgba(0, 52, 83, .5);
    }
    .square.built {
      background: rgba(8, 225, 197,0.8);
      border: 1px dashed var(--vp-land-yellow);
    }
    .square.built.builder {
      background: rgba(0, 52, 83, 1.0);
    }
    .square:not(.mine).built.builder {
      background: rgba(100, 52, 83, 1.0);
    }
    .square.prompted {
      background: rgba(254, 216, 2,0.5);
    }
    .square.pathway {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(160,0,0,0.5);
      border: 1px solid #003453;
    }


    header input {
      margin:5px;
    }

    @keyframes appearLeft {
      from {transform: translate(-100px,0px);opacity: 0.2;}
      to {transform: translate(0px,0px);opacity: 1;}
    }
    @keyframes earthRotate {
      from {transform: rotateZ(0deg);}
      to {transform: rotateZ(360deg);}
    }
    .earthBanner {
      animation-duration: 1000s;
      animation-timing-function: linear;
      animation-name: earthRotate;
    }
    .showfocus {
      animation-duration: 1s;
      /*transform: translate(-100px,0px);*/
      display: none;
    }
    .sell-note {
/*      background: rgba(255,255,255,0.95); border-radius: 10px; padding:20px;
      width: 300px; position: absolute; 
      box-shadow: 0px 2px 10px black;
*/
      color:white;
      text-align: center;
      width:100%;
      bottom:20px;
      /*background: rgba(255,255,255,0.7);*/
      /*font-weight: bold;*/
      padding:20px;
      position: absolute;

    }


    .gray-button {
      background: var(--vp-land-light-gray);
      margin:0px;
      color:black;
      flex-grow: 1;
    }
      .indexing div {
        margin:0px 5px;
        cursor: pointer;
      }
      .indexing .selected {
        background: var(--vp-land-red); padding:5px 10px; color:white; border-radius: 5px;
      }

      #profile label, #votes label, #squares label {
        min-width: 200px;
        padding:10px 20px 10px 0px;
        display: inline-block;
      }
      #profile select, #votes select, #squares select {
        width: 300px;
        border:1px solid var(--vp-land-gray);
        color:var(--vp-land-dark-gray);
        padding:5px;
        margin:0px;
        font-family: "DIN Alternate";
        font-size: 17px;
        border-radius: 5px;
      }
      #profile input, #votes input {
        width: 300px;
        /*max-width: 50%;*/
        border:1px solid var(--vp-land-gray);
        color:var(--vp-land-dark-gray);
        padding:5px;
        font-family: "DIN Alternate";
        font-size: 17px;
        text-align: left;
      }
      #votes textarea {
        width: 300px;
        border:1px solid var(--vp-land-gray);
        color:var(--vp-land-dark-gray);
        padding:5px;
        font-family: "DIN Alternate";
        font-size: 17px;
        border-radius: 5px;
      }
      #profile button {
        width: 150px;
      }
      #profile .panel {
        padding:20px;
      }    
      

      .translucent-black {
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(40px);
        background: rgba(0,0,0,0.5);
        /*box-shadow: 0 20px 50px 0 rgba(0,0,0,0.5);*/
      }

      .translucent-blue {
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(40px);
        background: rgb(from var(--vp-land-blue) r g b / .5);
        /*box-shadow: 0 20px 50px 0 rgba(0,0,0,0.5);*/
        border: 1px solid var(--vp-land-blue-light);
      }


      .news-pin div {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid rgb(15, 116, 255);
        background: white;
        left: -10px;
        bottom: 0px;
        position: absolute;
      }
      .map-ad {
        pointer-events: all;
      }
      .map-ad .thumb {
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid rgb(15, 116, 255);
        background-color: #333;
        left: -15px;
        bottom: 0px;
        position: absolute;
        box-shadow: 0px 0px 3px #333;
      }
.map-ad .thumb::before {
    content: "";
    position: absolute;
    /* z-index: -1; */
    bottom: 0;
    left: 25%;
    height: 10%;
    width: 50%;
    box-shadow: 0px 15px 5px 0 rgb(15 116 255 / 80%);
    transform: rotateX(60deg);
  }
      .map-ad .detail {
        width: 120px;
        height: 40px;
        border-radius: 5px;
        background: rgba(255, 255, 255, .5);
        left: 25px;
        bottom: 10px;
        position: absolute;
        align-items: center;
        justify-content: center;
        display: flex;
        text-align: center;
        font-size: 12px;
      }
      .news-block {
        margin: 10px 0px;
        color: white;
        border-radius: 15px;
        padding: 10px; 
        width: 500px;
        overflow-y: auto;
        pointer-events: all;

        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        background: rgba(255,255,255,0.1);
        box-shadow: 0 20px 50px 0 rgba(0,0,0,0.5);

      }
      .news-block h5 {
        margin: 0px;
      }
      .news-block.danger {
        background: rgba(255,0,0,0.1);
      }
      .news-block.crime {
        background: rgba(255,0,0,0.3);
      }
      @media screen and (max-width: 768px) {
        .news-block {
          width: 300px;
        }
      }
      .news-block:before{
        content:'';
        display:block;
        width:0;
        height:0;
        position:absolute;

        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right:8px solid black;
        left:-8px;

        top:7px;
      }
      .news-card:nth-child(n+2) {
        border-top: 1px solid #444;
      }
      .news-card {
        width: calc(100%);
        padding: 5px 0px;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
      }
      .land-card {
        width: calc(100%);
        padding: 5px 0px;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
      }
      .news-content {
        /*font-family: Helvetica;*/
        font-size: 14px;
        color: #FFFFFF;
      }
      .news-card .news-content:nth-child(n+3) {
        border-top: 1px solid #555;
      }
      .news-title {
        /*font-family: Helvetica-Bold;*/
        font-size: 14px;
        color: #FFFFFF;
        cursor: pointer;
      }
      .news-option {
        /*font-family: Helvetica-Bold;*/
        cursor: pointer; 
        flex: 1;
        font-size: 12px;
        border: 1px solid #333;
        color: #FFFFFF;
        text-align: center;
        padding: 3px;
      }
      .news-option:hover{

        background: #333;
      }
      .news-time {
        /*font-family: Helvetica;*/
        font-size: 10px;
        color: #C0C0C0;
      }



      .switch {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 34px;
      }

      .switch input {display:none;}

      .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--vp-land-green);
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 34px;
      }

      .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
      }

      input:checked + .slider {
        backdrop-filter: blur(40px);
        background: rgba(0,0,0,0.5);
        box-shadow: 0 20px 50px 0 rgba(0,0,0,0.5);
      }

      input:focus + .slider {
        box-shadow: 0 0 1px var(--vp-land-green);
      }

      input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(55px);
      }

      /*------ ADDED CSS ---------*/
      .slider:after
      {
       content:'Land';
       color: black;
       display: block;
       position: absolute;
       transform: translate(-50%,-50%);
       top: 50%;
       left: 70%;
       font-size: 10px;
       /*font-family: Verdana, sans-serif;*/
     }

     input:checked + .slider:after
     {  
       color: white;
       content:'News';
       left: 30%;
     }

     /*--------- END --------*/


     .blue-radio[selected]:disabled {
      background-color: blue;
     }


    .card {
      height: 600px;
      overflow: auto;
      background: #fff;
      border-radius: 20px;
      border: 1px solid #aaa;
      font-size: 14px; 
      color: #222;
      padding: 0px;
      margin: 5px;
    }
    .card .card-popup {
      height: initial;background: white;position:absolute;top: auto;
      left:0px;
      padding-top:10px;
      border-radius: 20px;border: 1px solid #ccc;
    }
    .hover-white {
      background: white !important;
    }
    .card .card-popup button {
      width:270px; 
      /*background-color:rgba(0, 0, 0, .01); */
      border-radius:10px; border: none; box-shadow: none; height: 35px; margin:5px 0px; color: black;
      padding: 20px 10px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .card .card-popup button .icon {
      height: 22px;
      width: 25px;
      margin-right: 10px;
      background: url() no-repeat center center / contain;
    }
    .card .card-popup button:hover {
      background-color: var(--vp-green-light);
    }
    .card b {
       color:#000;
    }
    .card .wire-button {
      color: black;
    }
    .card.disabled {
      background: #777;
    }
    .card input, .card textarea  {
      border: 1px solid rgba(0, 0, 0, 0.1);
      background: transparent;
      color: black;
      font-size: 14px;
      text-align: left;
      padding: 5px;
      font-family: 'Exo';
      border-radius: 5px;
    }
    .card input::placeholder, .card textarea::placeholder  {
      color: #ccc;
    }
    .card .header {
      padding:10px 15px; padding-bottom: 7px; width: 100%; background:var(--vp-purple); color: white;
      display: flex; display: -webkit-flex; display: -moz-flex; justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; align-items: center; -webkit-align-items: center; -moz-align-items: center; flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap;
      justify-content: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between;
    }
    .card-thumbnail-gradient {
      background: linear-gradient(12deg, rgba(0,0,0,.5) 0%, rgba(34,34,34,0) 100%); top:90%; bottom: -10%; border-radius:50%;
      left: 0px; right: 10px;
      position: absolute;
    }
    .card-thumbnail-gradient2 {
      background: linear-gradient(-75deg, rgba(255,255,255,.1) 0%, rgba(34,34,34,0) 100%); right:0px; top:92%; bottom: -10%; border-radius:50%;
      left: 0px; 
      position: absolute;
    }


    @media only screen and (min-device-width:768px) {
      .has-left-menu {
        /*flex-wrap: nowrap;*/
      }
      .has-left-menu .card {
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      }
      .left-menu .card {
        /*color: white;*/
        width: 200px;
        /*box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.);*/
      }
      .left-menu .menu {
        font-weight: 900;
        color: var(--vp-green);
        cursor: pointer;
      }
      .left-menu .disabled {
        font-weight: 300;
        color: black;
      }
    }


.unselectable {
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
} 

    .bg-green { background: var(--vp-green) !important; }
    .bg-orange { background: var(--vp-orange) !important; }
    .bg-blue { background: var(--vp-blue) !important; }
    .bg-purple { background: var(--vp-purple) !important; }

:root {
  --vp-green-light: #D5F1CE;
  --vp-green: #4dc631;
  --vp-orange: #ff9d20;
  --vp-red: #ff2020;
  --vp-blue: #198786;
  --vp-purple: #3d2978;
}


.featherlight .featherlight-content {
  background: transparent;
}
.featherlight .featherlight-close {
  display: none;
}





.example.deposit-stripe .fieldset {
  margin: 0px 15px 10px;
  padding: 0;
  border-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.example.deposit-stripe .field,
.fieldset .field {
  padding: 5px 20px 5px;
  border: 1px solid #777;
  background: transparent;
  border-radius: 5px;
  width: 100%;
  color: white;
  text-align: left;
}

.example.deposit-stripe .field.half-width {
  width: calc(50% - (5px / 2));
}

.example.deposit-stripe .field.third-width {
  width: calc(33% - (5px / 3));
}

.example.deposit-stripe .field {
  margin-top: 0px;
}

.example.deposit-stripe .field.focus,
.example.deposit-stripe .field:focus {
  color: #424770;
  background-color: #f6f9fc;
}

.example.deposit-stripe .field.invalid {
  background-color: #fa755a;
}

.example.deposit-stripe .field.invalid.focus {
  background-color: #f6f9fc;
}

.example.deposit-stripe .field.focus::-webkit-input-placeholder,
.example.deposit-stripe .field:focus::-webkit-input-placeholder {
  color: #ccc;
}

.example.deposit-stripe .field.focus::-moz-placeholder,
.example.deposit-stripe .field:focus::-moz-placeholder {
  color: #ccc;
}

.example.deposit-stripe .field.focus:-ms-input-placeholder,
.example.deposit-stripe .field:focus:-ms-input-placeholder {
  color: #ccc;
}

.example.deposit-stripe input, .example.deposit-stripe button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.example.deposit-stripe input {
  color: #fff;
}
.exchanger .example.deposit-stripe input {
  color: #000;
}

.example.deposit-stripe input::-webkit-input-placeholder {
  color: #ccc;
}

.example.deposit-stripe input::-moz-placeholder {
  color: #ccc;
}

.example.deposit-stripe input:-ms-input-placeholder {
  color: #ccc;
}

.example.deposit-stripe button {
  display: block;
  /*width: calc(100% - 30px);*/
  height: 30px;
  margin: 10px 0px;
  /*background-color: var(--vp-green);*/
  border-radius: 10px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.example.deposit-stripe button:active {
  background-color: #f5be58;
}

.example.deposit-stripe .error svg .base {
  fill: #fa755a;
}

.example.deposit-stripe .error svg .glyph {
  fill: #fff;
}

.example.deposit-stripe .error .message {
  color: #fff;
}

.example.deposit-stripe .success .icon .border {
  stroke: #fcd669;
}

.example.deposit-stripe .success .icon .checkmark {
  stroke: #fff;
}

.example.deposit-stripe .success .title {
  color: #fff;
}

.example.deposit-stripe .success .message {
  color: #9cabc8;
}

.example.deposit-stripe .success .reset path {
  fill: #fff;
}


</style>

<style type="text/css">

.stripes {
  position: absolute;
  width: 100%;
  transform: skewY(-12deg);
  height: 950px;
  top: -350px;
  background: linear-gradient(180deg, #e6ebf1 350px, rgba(230, 235, 241, 0));
}

.stripes .stripe {
  position: absolute;
  height: 190px;
}

.stripes .s1 {
  height: 380px;
  top: 0;
  left: 0;
  width: 24%;
  background: linear-gradient(90deg, #e6ebf1, rgba(230, 235, 241, 0));
}

.stripes .s2 {
  top: 380px;
  left: 4%;
  width: 35%;
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.65),
    hsla(0, 0%, 100%, 0)
  );
}

.stripes .s3 {
  top: 380px;
  right: 0;
  width: 38%;
  background: linear-gradient(90deg, #e4e9f0, rgba(228, 233, 240, 0));
}

.deposit-stripe-container > {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  max-width: 750px;
  padding: 110px 20px 110px;
}

.deposit-stripe-container .cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex: auto;
  flex: auto;
  min-width: 100%;
  /*min-height: 500px;*/
  padding: 0 40px;
}

.deposit-stripe-container .cell + .cell {
  margin-top: 70px;
}

.deposit-stripe-container .cell.intro {
  padding: 0;
}

@media (min-width: 670px) {
  .deposit-stripe-container .cell.intro {
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .optionList {
    margin-left: 13px;
  }
}

.deposit-stripe-container .cell.intro * {
  width: 100%;
  max-width: 700px;
}

.deposit-stripe-container .cell.intro .common-IntroText {
  margin-top: 10px;
}

.deposit-stripe-container .cell.intro .common-BodyText {
  margin-top: 15px;
}

.deposit-stripe-container .cell.intro .common-ButtonGroup {
  width: auto;
  margin-top: 20px;
}

.deposit-stripe-container .example {
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  /*box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);*/
  padding: 10px 5px;
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 670px) {
  .deposit-stripe-container .example {
    /*padding: 40px;*/
  }
}

.deposit-stripe-container .example.submitted form,
.deposit-stripe-container .example.submitting form {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}

.deposit-stripe-container .example.submitted .success,
.deposit-stripe-container .example.submitting .success {
  pointer-events: all;
}

.deposit-stripe-container .example.submitting .success .icon {
  opacity: 1;
}

.deposit-stripe-container .example.submitted .success > * {
  opacity: 1;
  transform: none !important;
}

.deposit-stripe-container .example.submitted .success > :nth-child(2) {
  transition-delay: 0.1s;
}

.deposit-stripe-container .example.submitted .success > :nth-child(3) {
  transition-delay: 0.2s;
}

.deposit-stripe-container .example.submitted .success > :nth-child(4) {
  transition-delay: 0.3s;
}

.deposit-stripe-container .example.submitted .success .icon .border,
.deposit-stripe-container .example.submitted .success .icon .checkmark {
  opacity: 1;
  stroke-dashoffset: 0 !important;
}

/*.deposit-stripe-container .example * {
  margin: 0;
  padding: 0;
}
*/
.deposit-stripe-container .example .caption {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 15px 10px 0;
  color: #aab7c4;
  /*font-family: Roboto, "Open Sans", "Segoe UI", sans-serif;*/
  font-size: 15px;
  font-weight: 500;
}

.deposit-stripe-container .example .caption * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.deposit-stripe-container .example .caption .no-charge {
  color: #cfd7df;
  margin-right: 10px;
}

.deposit-stripe-container .example .caption a.source {
  text-align: right;
  color: inherit;
  transition: color 0.1s ease-in-out;
  margin-left: 10px;
}

.deposit-stripe-container .example .caption a.source:hover {
  color: #6772e5;
}

.deposit-stripe-container .example .caption a.source:active {
  color: #43458b;
}

.deposit-stripe-container .example .caption a.source  svg {
  margin-right: 10px;
}

.deposit-stripe-container .example .caption a.source svg path {
  fill: currentColor;
}

.deposit-stripe-container .example form {
  position: relative;
  width: 100%;
  max-width: 500px;
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.deposit-stripe-container .example form input::-webkit-input-placeholder {
  opacity: 1;
}

.deposit-stripe-container .example form input::-moz-placeholder {
  opacity: 1;
}

.deposit-stripe-container .example form input:-ms-input-placeholder {
  opacity: 1;
}

.deposit-stripe-container .example .error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 20px;
  left: 0;
  padding: 0 15px;
  font-size: 13px !important;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.deposit-stripe-container .example .error.visible {
  opacity: 1;
  transform: none;
}

.deposit-stripe-container .example .error .message {
  font-size: inherit;
}

.deposit-stripe-container .example .error svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -1px;
  margin-right: 10px;
}

.deposit-stripe-container .example .success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  pointer-events: none;
  overflow: hidden;
}

@media (min-width: 670px) {
  .deposit-stripe-container .example .success {
    padding: 40px;
  }
}

.deposit-stripe-container .example .success > * {
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(50px);
}

.deposit-stripe-container .example .success .icon {
  margin: 15px 0 30px;
  transform: translateY(70px) scale(0.75);
}

.deposit-stripe-container .example .success .icon svg {
  will-change: transform;
}

.deposit-stripe-container .example .success .icon .border {
  stroke-dasharray: 251;
  stroke-dashoffset: 62.75;
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: spin 1s linear infinite;
}

.deposit-stripe-container .example .success .icon .checkmark {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
}

.deposit-stripe-container .example .success .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}

.deposit-stripe-container .example .success .message {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.6em;
}

.deposit-stripe-container .example .success .message span {
  font-size: inherit;
}

.deposit-stripe-container .example .success .reset:active {
  transition-duration: 0.15s;
  transition-delay: 0s;
  opacity: 0.65;
}

.deposit-stripe-container .example .success .reset svg {
  will-change: transform;
}


.green-button {
  display: block;
  border: none;
  height: 30px;
  margin: 10px 0px;
  background-color: var(--vp-green);
  border-radius: 10px;
  color: white;
  font-weight: 600;
  /*text-transform: uppercase;*/
  cursor: pointer;
}
.green-button.disabled {
  background-color: var(--vp-gray);
}

.mapboxgl-ctrl-logo {
  display: none !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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



.lds-circle {
  display: inline-block;
  transform: translateZ(1px);
}
.lds-circle > div {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 8px;
  border-radius: 50%;
  background: #fff;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}




/* Tooltip container */
.tooltip {
/*  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */

}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 10px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}




  .newshade {
    border: 2px solid #111; box-shadow: 12px 7px 0px #222;
  }
  .small-text {
    font-size: 17px;
  }
  .newbutton, .gridmenu {
    padding:10px; width: 300px; color: white; border-radius:0px; font-size: 14px; margin: 0px 0px; background:var(--vp-land-blue);
    border:.5px solid var(--vp-land-gray);
  }
  .newbutton:hover {
    background:#333;
  }




    .gridmenu {
/*      background: var(--vp-land-light-gray);*/
/*      border-radius: 5px;*/
/*      padding:5px 10px;*/
      min-width: 50px;
      width: initial;
      text-align:center;
      margin:2px;
      margin-top: 0px;
      cursor: pointer;
/*      box-shadow: black 0px 0px 3px;*/
    }
    .gridmenu:hover {
      background: #333;
    }
    .gridmenu.selected {
      background: #777;
    }
    .gridmenu.processing {
      background: #777;
    }