@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Meiryo", sans-serif;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}
a:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

strong {
  font-weight: bold;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=text]:focus:placeholder,
input[type=email]:focus:placeholder,
input[type=mail]:focus:placeholder,
input[type=tel]:focus:placeholder,
textarea:focus:placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus::-webkit-input-placeholder,
input[type=email]:focus:focus::-webkit-input-placeholder,
input[type=mail]:focus:focus::-webkit-input-placeholder,
input[type=tel]:focus:focus::-webkit-input-placeholder,
textarea:focus:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus:-moz-placeholder,
input[type=email]:focus:focus:-moz-placeholder,
input[type=mail]:focus:focus:-moz-placeholder,
input[type=tel]:focus:focus:-moz-placeholder,
textarea:focus:focus:-moz-placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus::-moz-placeholder,
input[type=email]:focus:focus::-moz-placeholder,
input[type=mail]:focus:focus::-moz-placeholder,
input[type=tel]:focus:focus::-moz-placeholder,
textarea:focus:focus::-moz-placeholder {
  color: transparent !important;
}

input[type=text],
input[type=email],
input[type=mail],
input[type=tel],
input[type=submit],
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 17px;
  border: 1px solid #B3B3B3;
  font-size: 1.6rem;
  line-height: 1.5;
}

input[type=text],
input[type=email],
input[type=mail],
input[type=tel],
textarea {
  width: 100%;
}

input[type=radio] {
  margin: 0 10px 0 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 17px 14px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  select {
    padding: 11px 17px 9px;
  }
}
select::-ms-expand {
  display: none;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.block {
  display: block;
}

.iblock {
  display: inline-block;
}

.inline {
  display: inline;
}

.display-block {
  display: block !important;
}

.display-iblock {
  display: inline-block !important;
}

.display-inline {
  display: inline !important;
}

.display-none {
  display: none !important;
}

.pc-block {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none !important;
  }
}

.pc-iblock {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-iblock {
    display: none !important;
  }
}

.sp-block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block !important;
  }
}

.sp-iblock {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-iblock {
    display: inline-block !important;
  }
}

.fs10 {
  font-size: calc(10 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs10 {
    font-size: calc(10 / 9 * 8 / 10)rem;
  }
}

.fs11 {
  font-size: calc(11 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs11 {
    font-size: calc(11 / 9 * 8 / 10)rem;
  }
}

.fs12 {
  font-size: calc(12 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs12 {
    font-size: calc(12 / 9 * 8 / 10)rem;
  }
}

.fs13 {
  font-size: calc(13 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs13 {
    font-size: calc(13 / 9 * 8 / 10)rem;
  }
}

.fs14 {
  font-size: calc(14 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs14 {
    font-size: calc(14 / 9 * 8 / 10)rem;
  }
}

.fs15 {
  font-size: calc(15 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs15 {
    font-size: calc(15 / 9 * 8 / 10)rem;
  }
}

.fs16 {
  font-size: calc(16 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs16 {
    font-size: calc(16 / 9 * 8 / 10)rem;
  }
}

.fs17 {
  font-size: calc(17 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs17 {
    font-size: calc(17 / 9 * 8 / 10)rem;
  }
}

.fs18 {
  font-size: calc(18 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs18 {
    font-size: calc(18 / 9 * 8 / 10)rem;
  }
}

.fs19 {
  font-size: calc(19 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs19 {
    font-size: calc(19 / 9 * 8 / 10)rem;
  }
}

.fs20 {
  font-size: calc(20 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs20 {
    font-size: calc(20 / 9 * 8 / 10)rem;
  }
}

.fs21 {
  font-size: calc(21 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs21 {
    font-size: calc(21 / 9 * 8 / 10)rem;
  }
}

.fs22 {
  font-size: calc(22 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs22 {
    font-size: calc(22 / 9 * 8 / 10)rem;
  }
}

.fs23 {
  font-size: calc(23 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs23 {
    font-size: calc(23 / 9 * 8 / 10)rem;
  }
}

.fs24 {
  font-size: calc(24 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs24 {
    font-size: calc(24 / 9 * 8 / 10)rem;
  }
}

.fs25 {
  font-size: calc(25 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs25 {
    font-size: calc(25 / 9 * 8 / 10)rem;
  }
}

.fs26 {
  font-size: calc(26 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs26 {
    font-size: calc(26 / 9 * 8 / 10)rem;
  }
}

.fs27 {
  font-size: calc(27 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs27 {
    font-size: calc(27 / 9 * 8 / 10)rem;
  }
}

.fs28 {
  font-size: calc(28 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs28 {
    font-size: calc(28 / 9 * 8 / 10)rem;
  }
}

.fs29 {
  font-size: calc(29 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs29 {
    font-size: calc(29 / 9 * 8 / 10)rem;
  }
}

.fs30 {
  font-size: calc(30 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs30 {
    font-size: calc(30 / 9 * 8 / 10)rem;
  }
}

.font-s10 {
  font-size: calc(10 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s10 {
    font-size: calc(10 / 9 * 8 / 10)rem !important;
  }
}

.font-s11 {
  font-size: calc(11 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s11 {
    font-size: calc(11 / 9 * 8 / 10)rem !important;
  }
}

.font-s12 {
  font-size: calc(12 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s12 {
    font-size: calc(12 / 9 * 8 / 10)rem !important;
  }
}

.font-s13 {
  font-size: calc(13 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s13 {
    font-size: calc(13 / 9 * 8 / 10)rem !important;
  }
}

.font-s14 {
  font-size: calc(14 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s14 {
    font-size: calc(14 / 9 * 8 / 10)rem !important;
  }
}

.font-s15 {
  font-size: calc(15 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s15 {
    font-size: calc(15 / 9 * 8 / 10)rem !important;
  }
}

.font-s16 {
  font-size: calc(16 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s16 {
    font-size: calc(16 / 9 * 8 / 10)rem !important;
  }
}

.font-s17 {
  font-size: calc(17 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s17 {
    font-size: calc(17 / 9 * 8 / 10)rem !important;
  }
}

.font-s18 {
  font-size: calc(18 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s18 {
    font-size: calc(18 / 9 * 8 / 10)rem !important;
  }
}

.font-s19 {
  font-size: calc(19 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s19 {
    font-size: calc(19 / 9 * 8 / 10)rem !important;
  }
}

.font-s20 {
  font-size: calc(20 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s20 {
    font-size: calc(20 / 9 * 8 / 10)rem !important;
  }
}

.font-s21 {
  font-size: calc(21 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s21 {
    font-size: calc(21 / 9 * 8 / 10)rem !important;
  }
}

.font-s22 {
  font-size: calc(22 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s22 {
    font-size: calc(22 / 9 * 8 / 10)rem !important;
  }
}

.font-s23 {
  font-size: calc(23 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s23 {
    font-size: calc(23 / 9 * 8 / 10)rem !important;
  }
}

.font-s24 {
  font-size: calc(24 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s24 {
    font-size: calc(24 / 9 * 8 / 10)rem !important;
  }
}

.font-s25 {
  font-size: calc(25 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s25 {
    font-size: calc(25 / 9 * 8 / 10)rem !important;
  }
}

.font-s26 {
  font-size: calc(26 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s26 {
    font-size: calc(26 / 9 * 8 / 10)rem !important;
  }
}

.font-s27 {
  font-size: calc(27 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s27 {
    font-size: calc(27 / 9 * 8 / 10)rem !important;
  }
}

.font-s28 {
  font-size: calc(28 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s28 {
    font-size: calc(28 / 9 * 8 / 10)rem !important;
  }
}

.font-s29 {
  font-size: calc(29 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s29 {
    font-size: calc(29 / 9 * 8 / 10)rem !important;
  }
}

.font-s30 {
  font-size: calc(30 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s30 {
    font-size: calc(30 / 9 * 8 / 10)rem !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 768px) {
  .mt5 {
    margin-top: 3px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 7px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 13px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .mt25 {
    margin-top: 17px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 20px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .mt35 {
    margin-top: 23px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 27px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .mt45 {
    margin-top: 30px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 33px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 768px) {
  .mt55 {
    margin-top: 37px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 40px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 768px) {
  .mt65 {
    margin-top: 43px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 47px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 768px) {
  .mt75 {
    margin-top: 50px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 53px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 768px) {
  .mt85 {
    margin-top: 57px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 60px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 768px) {
  .mt95 {
    margin-top: 63px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 67px !important;
  }
}

.mt105 {
  margin-top: 105px !important;
}
@media screen and (max-width: 768px) {
  .mt105 {
    margin-top: 70px !important;
  }
}

.mt110 {
  margin-top: 110px !important;
}
@media screen and (max-width: 768px) {
  .mt110 {
    margin-top: 73px !important;
  }
}

.mt115 {
  margin-top: 115px !important;
}
@media screen and (max-width: 768px) {
  .mt115 {
    margin-top: 77px !important;
  }
}

.mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .mt120 {
    margin-top: 80px !important;
  }
}

.mt125 {
  margin-top: 125px !important;
}
@media screen and (max-width: 768px) {
  .mt125 {
    margin-top: 83px !important;
  }
}

.mt130 {
  margin-top: 130px !important;
}
@media screen and (max-width: 768px) {
  .mt130 {
    margin-top: 87px !important;
  }
}

.mt135 {
  margin-top: 135px !important;
}
@media screen and (max-width: 768px) {
  .mt135 {
    margin-top: 90px !important;
  }
}

.mt140 {
  margin-top: 140px !important;
}
@media screen and (max-width: 768px) {
  .mt140 {
    margin-top: 93px !important;
  }
}

.mt145 {
  margin-top: 145px !important;
}
@media screen and (max-width: 768px) {
  .mt145 {
    margin-top: 97px !important;
  }
}

.mt150 {
  margin-top: 150px !important;
}
@media screen and (max-width: 768px) {
  .mt150 {
    margin-top: 100px !important;
  }
}

.mt155 {
  margin-top: 155px !important;
}
@media screen and (max-width: 768px) {
  .mt155 {
    margin-top: 103px !important;
  }
}

.mt160 {
  margin-top: 160px !important;
}
@media screen and (max-width: 768px) {
  .mt160 {
    margin-top: 107px !important;
  }
}

.mt165 {
  margin-top: 165px !important;
}
@media screen and (max-width: 768px) {
  .mt165 {
    margin-top: 110px !important;
  }
}

.mt170 {
  margin-top: 170px !important;
}
@media screen and (max-width: 768px) {
  .mt170 {
    margin-top: 113px !important;
  }
}

.mt175 {
  margin-top: 175px !important;
}
@media screen and (max-width: 768px) {
  .mt175 {
    margin-top: 117px !important;
  }
}

.mt180 {
  margin-top: 180px !important;
}
@media screen and (max-width: 768px) {
  .mt180 {
    margin-top: 120px !important;
  }
}

.mt185 {
  margin-top: 185px !important;
}
@media screen and (max-width: 768px) {
  .mt185 {
    margin-top: 123px !important;
  }
}

.mt190 {
  margin-top: 190px !important;
}
@media screen and (max-width: 768px) {
  .mt190 {
    margin-top: 127px !important;
  }
}

.mt195 {
  margin-top: 195px !important;
}
@media screen and (max-width: 768px) {
  .mt195 {
    margin-top: 130px !important;
  }
}

.mt200 {
  margin-top: 200px !important;
}
@media screen and (max-width: 768px) {
  .mt200 {
    margin-top: 133px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 7px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 13px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 17px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 23px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 27px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 33px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 37px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 43px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 47px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 50px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 53px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 57px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 60px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 63px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 67px !important;
  }
}

.mb105 {
  margin-bottom: 105px !important;
}
@media screen and (max-width: 768px) {
  .mb105 {
    margin-bottom: 70px !important;
  }
}

.mb110 {
  margin-bottom: 110px !important;
}
@media screen and (max-width: 768px) {
  .mb110 {
    margin-bottom: 73px !important;
  }
}

.mb115 {
  margin-bottom: 115px !important;
}
@media screen and (max-width: 768px) {
  .mb115 {
    margin-bottom: 77px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .mb120 {
    margin-bottom: 80px !important;
  }
}

.mb125 {
  margin-bottom: 125px !important;
}
@media screen and (max-width: 768px) {
  .mb125 {
    margin-bottom: 83px !important;
  }
}

.mb130 {
  margin-bottom: 130px !important;
}
@media screen and (max-width: 768px) {
  .mb130 {
    margin-bottom: 87px !important;
  }
}

.mb135 {
  margin-bottom: 135px !important;
}
@media screen and (max-width: 768px) {
  .mb135 {
    margin-bottom: 90px !important;
  }
}

.mb140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .mb140 {
    margin-bottom: 93px !important;
  }
}

.mb145 {
  margin-bottom: 145px !important;
}
@media screen and (max-width: 768px) {
  .mb145 {
    margin-bottom: 97px !important;
  }
}

.mb150 {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  .mb150 {
    margin-bottom: 100px !important;
  }
}

.mb155 {
  margin-bottom: 155px !important;
}
@media screen and (max-width: 768px) {
  .mb155 {
    margin-bottom: 103px !important;
  }
}

.mb160 {
  margin-bottom: 160px !important;
}
@media screen and (max-width: 768px) {
  .mb160 {
    margin-bottom: 107px !important;
  }
}

.mb165 {
  margin-bottom: 165px !important;
}
@media screen and (max-width: 768px) {
  .mb165 {
    margin-bottom: 110px !important;
  }
}

.mb170 {
  margin-bottom: 170px !important;
}
@media screen and (max-width: 768px) {
  .mb170 {
    margin-bottom: 113px !important;
  }
}

.mb175 {
  margin-bottom: 175px !important;
}
@media screen and (max-width: 768px) {
  .mb175 {
    margin-bottom: 117px !important;
  }
}

.mb180 {
  margin-bottom: 180px !important;
}
@media screen and (max-width: 768px) {
  .mb180 {
    margin-bottom: 120px !important;
  }
}

.mb185 {
  margin-bottom: 185px !important;
}
@media screen and (max-width: 768px) {
  .mb185 {
    margin-bottom: 123px !important;
  }
}

.mb190 {
  margin-bottom: 190px !important;
}
@media screen and (max-width: 768px) {
  .mb190 {
    margin-bottom: 127px !important;
  }
}

.mb195 {
  margin-bottom: 195px !important;
}
@media screen and (max-width: 768px) {
  .mb195 {
    margin-bottom: 130px !important;
  }
}

.mb200 {
  margin-bottom: 200px !important;
}
@media screen and (max-width: 768px) {
  .mb200 {
    margin-bottom: 133px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 768px) {
  .ml5 {
    margin-left: 3px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 768px) {
  .ml10 {
    margin-left: 7px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 768px) {
  .ml15 {
    margin-left: 10px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .ml20 {
    margin-left: 13px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media screen and (max-width: 768px) {
  .ml25 {
    margin-left: 17px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .ml30 {
    margin-left: 20px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media screen and (max-width: 768px) {
  .ml35 {
    margin-left: 23px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .ml40 {
    margin-left: 27px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 768px) {
  .ml45 {
    margin-left: 30px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 768px) {
  .ml50 {
    margin-left: 33px !important;
  }
}

.ml55 {
  margin-left: 55px !important;
}
@media screen and (max-width: 768px) {
  .ml55 {
    margin-left: 37px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 768px) {
  .ml60 {
    margin-left: 40px !important;
  }
}

.ml65 {
  margin-left: 65px !important;
}
@media screen and (max-width: 768px) {
  .ml65 {
    margin-left: 43px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media screen and (max-width: 768px) {
  .ml70 {
    margin-left: 47px !important;
  }
}

.ml75 {
  margin-left: 75px !important;
}
@media screen and (max-width: 768px) {
  .ml75 {
    margin-left: 50px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 768px) {
  .ml80 {
    margin-left: 53px !important;
  }
}

.ml85 {
  margin-left: 85px !important;
}
@media screen and (max-width: 768px) {
  .ml85 {
    margin-left: 57px !important;
  }
}

.ml90 {
  margin-left: 90px !important;
}
@media screen and (max-width: 768px) {
  .ml90 {
    margin-left: 60px !important;
  }
}

.ml95 {
  margin-left: 95px !important;
}
@media screen and (max-width: 768px) {
  .ml95 {
    margin-left: 63px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 768px) {
  .ml100 {
    margin-left: 67px !important;
  }
}

.ml105 {
  margin-left: 105px !important;
}
@media screen and (max-width: 768px) {
  .ml105 {
    margin-left: 70px !important;
  }
}

.ml110 {
  margin-left: 110px !important;
}
@media screen and (max-width: 768px) {
  .ml110 {
    margin-left: 73px !important;
  }
}

.ml115 {
  margin-left: 115px !important;
}
@media screen and (max-width: 768px) {
  .ml115 {
    margin-left: 77px !important;
  }
}

.ml120 {
  margin-left: 120px !important;
}
@media screen and (max-width: 768px) {
  .ml120 {
    margin-left: 80px !important;
  }
}

.ml125 {
  margin-left: 125px !important;
}
@media screen and (max-width: 768px) {
  .ml125 {
    margin-left: 83px !important;
  }
}

.ml130 {
  margin-left: 130px !important;
}
@media screen and (max-width: 768px) {
  .ml130 {
    margin-left: 87px !important;
  }
}

.ml135 {
  margin-left: 135px !important;
}
@media screen and (max-width: 768px) {
  .ml135 {
    margin-left: 90px !important;
  }
}

.ml140 {
  margin-left: 140px !important;
}
@media screen and (max-width: 768px) {
  .ml140 {
    margin-left: 93px !important;
  }
}

.ml145 {
  margin-left: 145px !important;
}
@media screen and (max-width: 768px) {
  .ml145 {
    margin-left: 97px !important;
  }
}

.ml150 {
  margin-left: 150px !important;
}
@media screen and (max-width: 768px) {
  .ml150 {
    margin-left: 100px !important;
  }
}

.ml155 {
  margin-left: 155px !important;
}
@media screen and (max-width: 768px) {
  .ml155 {
    margin-left: 103px !important;
  }
}

.ml160 {
  margin-left: 160px !important;
}
@media screen and (max-width: 768px) {
  .ml160 {
    margin-left: 107px !important;
  }
}

.ml165 {
  margin-left: 165px !important;
}
@media screen and (max-width: 768px) {
  .ml165 {
    margin-left: 110px !important;
  }
}

.ml170 {
  margin-left: 170px !important;
}
@media screen and (max-width: 768px) {
  .ml170 {
    margin-left: 113px !important;
  }
}

.ml175 {
  margin-left: 175px !important;
}
@media screen and (max-width: 768px) {
  .ml175 {
    margin-left: 117px !important;
  }
}

.ml180 {
  margin-left: 180px !important;
}
@media screen and (max-width: 768px) {
  .ml180 {
    margin-left: 120px !important;
  }
}

.ml185 {
  margin-left: 185px !important;
}
@media screen and (max-width: 768px) {
  .ml185 {
    margin-left: 123px !important;
  }
}

.ml190 {
  margin-left: 190px !important;
}
@media screen and (max-width: 768px) {
  .ml190 {
    margin-left: 127px !important;
  }
}

.ml195 {
  margin-left: 195px !important;
}
@media screen and (max-width: 768px) {
  .ml195 {
    margin-left: 130px !important;
  }
}

.ml200 {
  margin-left: 200px !important;
}
@media screen and (max-width: 768px) {
  .ml200 {
    margin-left: 133px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 768px) {
  .mr5 {
    margin-right: 3px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 768px) {
  .mr10 {
    margin-right: 7px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 768px) {
  .mr15 {
    margin-right: 10px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .mr20 {
    margin-right: 13px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media screen and (max-width: 768px) {
  .mr25 {
    margin-right: 17px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 768px) {
  .mr30 {
    margin-right: 20px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media screen and (max-width: 768px) {
  .mr35 {
    margin-right: 23px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .mr40 {
    margin-right: 27px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 768px) {
  .mr45 {
    margin-right: 30px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 768px) {
  .mr50 {
    margin-right: 33px !important;
  }
}

.mr55 {
  margin-right: 55px !important;
}
@media screen and (max-width: 768px) {
  .mr55 {
    margin-right: 37px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 768px) {
  .mr60 {
    margin-right: 40px !important;
  }
}

.mr65 {
  margin-right: 65px !important;
}
@media screen and (max-width: 768px) {
  .mr65 {
    margin-right: 43px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media screen and (max-width: 768px) {
  .mr70 {
    margin-right: 47px !important;
  }
}

.mr75 {
  margin-right: 75px !important;
}
@media screen and (max-width: 768px) {
  .mr75 {
    margin-right: 50px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 768px) {
  .mr80 {
    margin-right: 53px !important;
  }
}

.mr85 {
  margin-right: 85px !important;
}
@media screen and (max-width: 768px) {
  .mr85 {
    margin-right: 57px !important;
  }
}

.mr90 {
  margin-right: 90px !important;
}
@media screen and (max-width: 768px) {
  .mr90 {
    margin-right: 60px !important;
  }
}

.mr95 {
  margin-right: 95px !important;
}
@media screen and (max-width: 768px) {
  .mr95 {
    margin-right: 63px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 768px) {
  .mr100 {
    margin-right: 67px !important;
  }
}

.mr105 {
  margin-right: 105px !important;
}
@media screen and (max-width: 768px) {
  .mr105 {
    margin-right: 70px !important;
  }
}

.mr110 {
  margin-right: 110px !important;
}
@media screen and (max-width: 768px) {
  .mr110 {
    margin-right: 73px !important;
  }
}

.mr115 {
  margin-right: 115px !important;
}
@media screen and (max-width: 768px) {
  .mr115 {
    margin-right: 77px !important;
  }
}

.mr120 {
  margin-right: 120px !important;
}
@media screen and (max-width: 768px) {
  .mr120 {
    margin-right: 80px !important;
  }
}

.mr125 {
  margin-right: 125px !important;
}
@media screen and (max-width: 768px) {
  .mr125 {
    margin-right: 83px !important;
  }
}

.mr130 {
  margin-right: 130px !important;
}
@media screen and (max-width: 768px) {
  .mr130 {
    margin-right: 87px !important;
  }
}

.mr135 {
  margin-right: 135px !important;
}
@media screen and (max-width: 768px) {
  .mr135 {
    margin-right: 90px !important;
  }
}

.mr140 {
  margin-right: 140px !important;
}
@media screen and (max-width: 768px) {
  .mr140 {
    margin-right: 93px !important;
  }
}

.mr145 {
  margin-right: 145px !important;
}
@media screen and (max-width: 768px) {
  .mr145 {
    margin-right: 97px !important;
  }
}

.mr150 {
  margin-right: 150px !important;
}
@media screen and (max-width: 768px) {
  .mr150 {
    margin-right: 100px !important;
  }
}

.mr155 {
  margin-right: 155px !important;
}
@media screen and (max-width: 768px) {
  .mr155 {
    margin-right: 103px !important;
  }
}

.mr160 {
  margin-right: 160px !important;
}
@media screen and (max-width: 768px) {
  .mr160 {
    margin-right: 107px !important;
  }
}

.mr165 {
  margin-right: 165px !important;
}
@media screen and (max-width: 768px) {
  .mr165 {
    margin-right: 110px !important;
  }
}

.mr170 {
  margin-right: 170px !important;
}
@media screen and (max-width: 768px) {
  .mr170 {
    margin-right: 113px !important;
  }
}

.mr175 {
  margin-right: 175px !important;
}
@media screen and (max-width: 768px) {
  .mr175 {
    margin-right: 117px !important;
  }
}

.mr180 {
  margin-right: 180px !important;
}
@media screen and (max-width: 768px) {
  .mr180 {
    margin-right: 120px !important;
  }
}

.mr185 {
  margin-right: 185px !important;
}
@media screen and (max-width: 768px) {
  .mr185 {
    margin-right: 123px !important;
  }
}

.mr190 {
  margin-right: 190px !important;
}
@media screen and (max-width: 768px) {
  .mr190 {
    margin-right: 127px !important;
  }
}

.mr195 {
  margin-right: 195px !important;
}
@media screen and (max-width: 768px) {
  .mr195 {
    margin-right: 130px !important;
  }
}

.mr200 {
  margin-right: 200px !important;
}
@media screen and (max-width: 768px) {
  .mr200 {
    margin-right: 133px !important;
  }
}

.pt5 {
  padding-top: 5px !important;
}
@media screen and (max-width: 768px) {
  .pt5 {
    padding-top: 3px !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .pt10 {
    padding-top: 7px !important;
  }
}

.pt15 {
  padding-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .pt15 {
    padding-top: 10px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .pt20 {
    padding-top: 13px !important;
  }
}

.pt25 {
  padding-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .pt25 {
    padding-top: 17px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .pt30 {
    padding-top: 20px !important;
  }
}

.pt35 {
  padding-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .pt35 {
    padding-top: 23px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .pt40 {
    padding-top: 27px !important;
  }
}

.pt45 {
  padding-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .pt45 {
    padding-top: 30px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .pt50 {
    padding-top: 33px !important;
  }
}

.pt55 {
  padding-top: 55px !important;
}
@media screen and (max-width: 768px) {
  .pt55 {
    padding-top: 37px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .pt60 {
    padding-top: 40px !important;
  }
}

.pt65 {
  padding-top: 65px !important;
}
@media screen and (max-width: 768px) {
  .pt65 {
    padding-top: 43px !important;
  }
}

.pt70 {
  padding-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .pt70 {
    padding-top: 47px !important;
  }
}

.pt75 {
  padding-top: 75px !important;
}
@media screen and (max-width: 768px) {
  .pt75 {
    padding-top: 50px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .pt80 {
    padding-top: 53px !important;
  }
}

.pt85 {
  padding-top: 85px !important;
}
@media screen and (max-width: 768px) {
  .pt85 {
    padding-top: 57px !important;
  }
}

.pt90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 768px) {
  .pt90 {
    padding-top: 60px !important;
  }
}

.pt95 {
  padding-top: 95px !important;
}
@media screen and (max-width: 768px) {
  .pt95 {
    padding-top: 63px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .pt100 {
    padding-top: 67px !important;
  }
}

.pt105 {
  padding-top: 105px !important;
}
@media screen and (max-width: 768px) {
  .pt105 {
    padding-top: 70px !important;
  }
}

.pt110 {
  padding-top: 110px !important;
}
@media screen and (max-width: 768px) {
  .pt110 {
    padding-top: 73px !important;
  }
}

.pt115 {
  padding-top: 115px !important;
}
@media screen and (max-width: 768px) {
  .pt115 {
    padding-top: 77px !important;
  }
}

.pt120 {
  padding-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .pt120 {
    padding-top: 80px !important;
  }
}

.pt125 {
  padding-top: 125px !important;
}
@media screen and (max-width: 768px) {
  .pt125 {
    padding-top: 83px !important;
  }
}

.pt130 {
  padding-top: 130px !important;
}
@media screen and (max-width: 768px) {
  .pt130 {
    padding-top: 87px !important;
  }
}

.pt135 {
  padding-top: 135px !important;
}
@media screen and (max-width: 768px) {
  .pt135 {
    padding-top: 90px !important;
  }
}

.pt140 {
  padding-top: 140px !important;
}
@media screen and (max-width: 768px) {
  .pt140 {
    padding-top: 93px !important;
  }
}

.pt145 {
  padding-top: 145px !important;
}
@media screen and (max-width: 768px) {
  .pt145 {
    padding-top: 97px !important;
  }
}

.pt150 {
  padding-top: 150px !important;
}
@media screen and (max-width: 768px) {
  .pt150 {
    padding-top: 100px !important;
  }
}

.pt155 {
  padding-top: 155px !important;
}
@media screen and (max-width: 768px) {
  .pt155 {
    padding-top: 103px !important;
  }
}

.pt160 {
  padding-top: 160px !important;
}
@media screen and (max-width: 768px) {
  .pt160 {
    padding-top: 107px !important;
  }
}

.pt165 {
  padding-top: 165px !important;
}
@media screen and (max-width: 768px) {
  .pt165 {
    padding-top: 110px !important;
  }
}

.pt170 {
  padding-top: 170px !important;
}
@media screen and (max-width: 768px) {
  .pt170 {
    padding-top: 113px !important;
  }
}

.pt175 {
  padding-top: 175px !important;
}
@media screen and (max-width: 768px) {
  .pt175 {
    padding-top: 117px !important;
  }
}

.pt180 {
  padding-top: 180px !important;
}
@media screen and (max-width: 768px) {
  .pt180 {
    padding-top: 120px !important;
  }
}

.pt185 {
  padding-top: 185px !important;
}
@media screen and (max-width: 768px) {
  .pt185 {
    padding-top: 123px !important;
  }
}

.pt190 {
  padding-top: 190px !important;
}
@media screen and (max-width: 768px) {
  .pt190 {
    padding-top: 127px !important;
  }
}

.pt195 {
  padding-top: 195px !important;
}
@media screen and (max-width: 768px) {
  .pt195 {
    padding-top: 130px !important;
  }
}

.pt200 {
  padding-top: 200px !important;
}
@media screen and (max-width: 768px) {
  .pt200 {
    padding-top: 133px !important;
  }
}

.pb5 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .pb5 {
    padding-bottom: 3px !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .pb10 {
    padding-bottom: 7px !important;
  }
}

.pb15 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .pb15 {
    padding-bottom: 10px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .pb20 {
    padding-bottom: 13px !important;
  }
}

.pb25 {
  padding-bottom: 25px !important;
}
@media screen and (max-width: 768px) {
  .pb25 {
    padding-bottom: 17px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .pb30 {
    padding-bottom: 20px !important;
  }
}

.pb35 {
  padding-bottom: 35px !important;
}
@media screen and (max-width: 768px) {
  .pb35 {
    padding-bottom: 23px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .pb40 {
    padding-bottom: 27px !important;
  }
}

.pb45 {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 768px) {
  .pb45 {
    padding-bottom: 30px !important;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .pb50 {
    padding-bottom: 33px !important;
  }
}

.pb55 {
  padding-bottom: 55px !important;
}
@media screen and (max-width: 768px) {
  .pb55 {
    padding-bottom: 37px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .pb60 {
    padding-bottom: 40px !important;
  }
}

.pb65 {
  padding-bottom: 65px !important;
}
@media screen and (max-width: 768px) {
  .pb65 {
    padding-bottom: 43px !important;
  }
}

.pb70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .pb70 {
    padding-bottom: 47px !important;
  }
}

.pb75 {
  padding-bottom: 75px !important;
}
@media screen and (max-width: 768px) {
  .pb75 {
    padding-bottom: 50px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 53px !important;
  }
}

.pb85 {
  padding-bottom: 85px !important;
}
@media screen and (max-width: 768px) {
  .pb85 {
    padding-bottom: 57px !important;
  }
}

.pb90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .pb90 {
    padding-bottom: 60px !important;
  }
}

.pb95 {
  padding-bottom: 95px !important;
}
@media screen and (max-width: 768px) {
  .pb95 {
    padding-bottom: 63px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 67px !important;
  }
}

.pb105 {
  padding-bottom: 105px !important;
}
@media screen and (max-width: 768px) {
  .pb105 {
    padding-bottom: 70px !important;
  }
}

.pb110 {
  padding-bottom: 110px !important;
}
@media screen and (max-width: 768px) {
  .pb110 {
    padding-bottom: 73px !important;
  }
}

.pb115 {
  padding-bottom: 115px !important;
}
@media screen and (max-width: 768px) {
  .pb115 {
    padding-bottom: 77px !important;
  }
}

.pb120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .pb120 {
    padding-bottom: 80px !important;
  }
}

.pb125 {
  padding-bottom: 125px !important;
}
@media screen and (max-width: 768px) {
  .pb125 {
    padding-bottom: 83px !important;
  }
}

.pb130 {
  padding-bottom: 130px !important;
}
@media screen and (max-width: 768px) {
  .pb130 {
    padding-bottom: 87px !important;
  }
}

.pb135 {
  padding-bottom: 135px !important;
}
@media screen and (max-width: 768px) {
  .pb135 {
    padding-bottom: 90px !important;
  }
}

.pb140 {
  padding-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .pb140 {
    padding-bottom: 93px !important;
  }
}

.pb145 {
  padding-bottom: 145px !important;
}
@media screen and (max-width: 768px) {
  .pb145 {
    padding-bottom: 97px !important;
  }
}

.pb150 {
  padding-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  .pb150 {
    padding-bottom: 100px !important;
  }
}

.pb155 {
  padding-bottom: 155px !important;
}
@media screen and (max-width: 768px) {
  .pb155 {
    padding-bottom: 103px !important;
  }
}

.pb160 {
  padding-bottom: 160px !important;
}
@media screen and (max-width: 768px) {
  .pb160 {
    padding-bottom: 107px !important;
  }
}

.pb165 {
  padding-bottom: 165px !important;
}
@media screen and (max-width: 768px) {
  .pb165 {
    padding-bottom: 110px !important;
  }
}

.pb170 {
  padding-bottom: 170px !important;
}
@media screen and (max-width: 768px) {
  .pb170 {
    padding-bottom: 113px !important;
  }
}

.pb175 {
  padding-bottom: 175px !important;
}
@media screen and (max-width: 768px) {
  .pb175 {
    padding-bottom: 117px !important;
  }
}

.pb180 {
  padding-bottom: 180px !important;
}
@media screen and (max-width: 768px) {
  .pb180 {
    padding-bottom: 120px !important;
  }
}

.pb185 {
  padding-bottom: 185px !important;
}
@media screen and (max-width: 768px) {
  .pb185 {
    padding-bottom: 123px !important;
  }
}

.pb190 {
  padding-bottom: 190px !important;
}
@media screen and (max-width: 768px) {
  .pb190 {
    padding-bottom: 127px !important;
  }
}

.pb195 {
  padding-bottom: 195px !important;
}
@media screen and (max-width: 768px) {
  .pb195 {
    padding-bottom: 130px !important;
  }
}

.pb200 {
  padding-bottom: 200px !important;
}
@media screen and (max-width: 768px) {
  .pb200 {
    padding-bottom: 133px !important;
  }
}

.pl5 {
  padding-left: 5px !important;
}
@media screen and (max-width: 768px) {
  .pl5 {
    padding-left: 3px !important;
  }
}

.pl10 {
  padding-left: 10px !important;
}
@media screen and (max-width: 768px) {
  .pl10 {
    padding-left: 7px !important;
  }
}

.pl15 {
  padding-left: 15px !important;
}
@media screen and (max-width: 768px) {
  .pl15 {
    padding-left: 10px !important;
  }
}

.pl20 {
  padding-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .pl20 {
    padding-left: 13px !important;
  }
}

.pl25 {
  padding-left: 25px !important;
}
@media screen and (max-width: 768px) {
  .pl25 {
    padding-left: 17px !important;
  }
}

.pl30 {
  padding-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .pl30 {
    padding-left: 20px !important;
  }
}

.pl35 {
  padding-left: 35px !important;
}
@media screen and (max-width: 768px) {
  .pl35 {
    padding-left: 23px !important;
  }
}

.pl40 {
  padding-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .pl40 {
    padding-left: 27px !important;
  }
}

.pl45 {
  padding-left: 45px !important;
}
@media screen and (max-width: 768px) {
  .pl45 {
    padding-left: 30px !important;
  }
}

.pl50 {
  padding-left: 50px !important;
}
@media screen and (max-width: 768px) {
  .pl50 {
    padding-left: 33px !important;
  }
}

.pl55 {
  padding-left: 55px !important;
}
@media screen and (max-width: 768px) {
  .pl55 {
    padding-left: 37px !important;
  }
}

.pl60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 768px) {
  .pl60 {
    padding-left: 40px !important;
  }
}

.pl65 {
  padding-left: 65px !important;
}
@media screen and (max-width: 768px) {
  .pl65 {
    padding-left: 43px !important;
  }
}

.pl70 {
  padding-left: 70px !important;
}
@media screen and (max-width: 768px) {
  .pl70 {
    padding-left: 47px !important;
  }
}

.pl75 {
  padding-left: 75px !important;
}
@media screen and (max-width: 768px) {
  .pl75 {
    padding-left: 50px !important;
  }
}

.pl80 {
  padding-left: 80px !important;
}
@media screen and (max-width: 768px) {
  .pl80 {
    padding-left: 53px !important;
  }
}

.pl85 {
  padding-left: 85px !important;
}
@media screen and (max-width: 768px) {
  .pl85 {
    padding-left: 57px !important;
  }
}

.pl90 {
  padding-left: 90px !important;
}
@media screen and (max-width: 768px) {
  .pl90 {
    padding-left: 60px !important;
  }
}

.pl95 {
  padding-left: 95px !important;
}
@media screen and (max-width: 768px) {
  .pl95 {
    padding-left: 63px !important;
  }
}

.pl100 {
  padding-left: 100px !important;
}
@media screen and (max-width: 768px) {
  .pl100 {
    padding-left: 67px !important;
  }
}

.pl105 {
  padding-left: 105px !important;
}
@media screen and (max-width: 768px) {
  .pl105 {
    padding-left: 70px !important;
  }
}

.pl110 {
  padding-left: 110px !important;
}
@media screen and (max-width: 768px) {
  .pl110 {
    padding-left: 73px !important;
  }
}

.pl115 {
  padding-left: 115px !important;
}
@media screen and (max-width: 768px) {
  .pl115 {
    padding-left: 77px !important;
  }
}

.pl120 {
  padding-left: 120px !important;
}
@media screen and (max-width: 768px) {
  .pl120 {
    padding-left: 80px !important;
  }
}

.pl125 {
  padding-left: 125px !important;
}
@media screen and (max-width: 768px) {
  .pl125 {
    padding-left: 83px !important;
  }
}

.pl130 {
  padding-left: 130px !important;
}
@media screen and (max-width: 768px) {
  .pl130 {
    padding-left: 87px !important;
  }
}

.pl135 {
  padding-left: 135px !important;
}
@media screen and (max-width: 768px) {
  .pl135 {
    padding-left: 90px !important;
  }
}

.pl140 {
  padding-left: 140px !important;
}
@media screen and (max-width: 768px) {
  .pl140 {
    padding-left: 93px !important;
  }
}

.pl145 {
  padding-left: 145px !important;
}
@media screen and (max-width: 768px) {
  .pl145 {
    padding-left: 97px !important;
  }
}

.pl150 {
  padding-left: 150px !important;
}
@media screen and (max-width: 768px) {
  .pl150 {
    padding-left: 100px !important;
  }
}

.pl155 {
  padding-left: 155px !important;
}
@media screen and (max-width: 768px) {
  .pl155 {
    padding-left: 103px !important;
  }
}

.pl160 {
  padding-left: 160px !important;
}
@media screen and (max-width: 768px) {
  .pl160 {
    padding-left: 107px !important;
  }
}

.pl165 {
  padding-left: 165px !important;
}
@media screen and (max-width: 768px) {
  .pl165 {
    padding-left: 110px !important;
  }
}

.pl170 {
  padding-left: 170px !important;
}
@media screen and (max-width: 768px) {
  .pl170 {
    padding-left: 113px !important;
  }
}

.pl175 {
  padding-left: 175px !important;
}
@media screen and (max-width: 768px) {
  .pl175 {
    padding-left: 117px !important;
  }
}

.pl180 {
  padding-left: 180px !important;
}
@media screen and (max-width: 768px) {
  .pl180 {
    padding-left: 120px !important;
  }
}

.pl185 {
  padding-left: 185px !important;
}
@media screen and (max-width: 768px) {
  .pl185 {
    padding-left: 123px !important;
  }
}

.pl190 {
  padding-left: 190px !important;
}
@media screen and (max-width: 768px) {
  .pl190 {
    padding-left: 127px !important;
  }
}

.pl195 {
  padding-left: 195px !important;
}
@media screen and (max-width: 768px) {
  .pl195 {
    padding-left: 130px !important;
  }
}

.pl200 {
  padding-left: 200px !important;
}
@media screen and (max-width: 768px) {
  .pl200 {
    padding-left: 133px !important;
  }
}

.pr5 {
  padding-right: 5px !important;
}
@media screen and (max-width: 768px) {
  .pr5 {
    padding-right: 3px !important;
  }
}

.pr10 {
  padding-right: 10px !important;
}
@media screen and (max-width: 768px) {
  .pr10 {
    padding-right: 7px !important;
  }
}

.pr15 {
  padding-right: 15px !important;
}
@media screen and (max-width: 768px) {
  .pr15 {
    padding-right: 10px !important;
  }
}

.pr20 {
  padding-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .pr20 {
    padding-right: 13px !important;
  }
}

.pr25 {
  padding-right: 25px !important;
}
@media screen and (max-width: 768px) {
  .pr25 {
    padding-right: 17px !important;
  }
}

.pr30 {
  padding-right: 30px !important;
}
@media screen and (max-width: 768px) {
  .pr30 {
    padding-right: 20px !important;
  }
}

.pr35 {
  padding-right: 35px !important;
}
@media screen and (max-width: 768px) {
  .pr35 {
    padding-right: 23px !important;
  }
}

.pr40 {
  padding-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .pr40 {
    padding-right: 27px !important;
  }
}

.pr45 {
  padding-right: 45px !important;
}
@media screen and (max-width: 768px) {
  .pr45 {
    padding-right: 30px !important;
  }
}

.pr50 {
  padding-right: 50px !important;
}
@media screen and (max-width: 768px) {
  .pr50 {
    padding-right: 33px !important;
  }
}

.pr55 {
  padding-right: 55px !important;
}
@media screen and (max-width: 768px) {
  .pr55 {
    padding-right: 37px !important;
  }
}

.pr60 {
  padding-right: 60px !important;
}
@media screen and (max-width: 768px) {
  .pr60 {
    padding-right: 40px !important;
  }
}

.pr65 {
  padding-right: 65px !important;
}
@media screen and (max-width: 768px) {
  .pr65 {
    padding-right: 43px !important;
  }
}

.pr70 {
  padding-right: 70px !important;
}
@media screen and (max-width: 768px) {
  .pr70 {
    padding-right: 47px !important;
  }
}

.pr75 {
  padding-right: 75px !important;
}
@media screen and (max-width: 768px) {
  .pr75 {
    padding-right: 50px !important;
  }
}

.pr80 {
  padding-right: 80px !important;
}
@media screen and (max-width: 768px) {
  .pr80 {
    padding-right: 53px !important;
  }
}

.pr85 {
  padding-right: 85px !important;
}
@media screen and (max-width: 768px) {
  .pr85 {
    padding-right: 57px !important;
  }
}

.pr90 {
  padding-right: 90px !important;
}
@media screen and (max-width: 768px) {
  .pr90 {
    padding-right: 60px !important;
  }
}

.pr95 {
  padding-right: 95px !important;
}
@media screen and (max-width: 768px) {
  .pr95 {
    padding-right: 63px !important;
  }
}

.pr100 {
  padding-right: 100px !important;
}
@media screen and (max-width: 768px) {
  .pr100 {
    padding-right: 67px !important;
  }
}

.pr105 {
  padding-right: 105px !important;
}
@media screen and (max-width: 768px) {
  .pr105 {
    padding-right: 70px !important;
  }
}

.pr110 {
  padding-right: 110px !important;
}
@media screen and (max-width: 768px) {
  .pr110 {
    padding-right: 73px !important;
  }
}

.pr115 {
  padding-right: 115px !important;
}
@media screen and (max-width: 768px) {
  .pr115 {
    padding-right: 77px !important;
  }
}

.pr120 {
  padding-right: 120px !important;
}
@media screen and (max-width: 768px) {
  .pr120 {
    padding-right: 80px !important;
  }
}

.pr125 {
  padding-right: 125px !important;
}
@media screen and (max-width: 768px) {
  .pr125 {
    padding-right: 83px !important;
  }
}

.pr130 {
  padding-right: 130px !important;
}
@media screen and (max-width: 768px) {
  .pr130 {
    padding-right: 87px !important;
  }
}

.pr135 {
  padding-right: 135px !important;
}
@media screen and (max-width: 768px) {
  .pr135 {
    padding-right: 90px !important;
  }
}

.pr140 {
  padding-right: 140px !important;
}
@media screen and (max-width: 768px) {
  .pr140 {
    padding-right: 93px !important;
  }
}

.pr145 {
  padding-right: 145px !important;
}
@media screen and (max-width: 768px) {
  .pr145 {
    padding-right: 97px !important;
  }
}

.pr150 {
  padding-right: 150px !important;
}
@media screen and (max-width: 768px) {
  .pr150 {
    padding-right: 100px !important;
  }
}

.pr155 {
  padding-right: 155px !important;
}
@media screen and (max-width: 768px) {
  .pr155 {
    padding-right: 103px !important;
  }
}

.pr160 {
  padding-right: 160px !important;
}
@media screen and (max-width: 768px) {
  .pr160 {
    padding-right: 107px !important;
  }
}

.pr165 {
  padding-right: 165px !important;
}
@media screen and (max-width: 768px) {
  .pr165 {
    padding-right: 110px !important;
  }
}

.pr170 {
  padding-right: 170px !important;
}
@media screen and (max-width: 768px) {
  .pr170 {
    padding-right: 113px !important;
  }
}

.pr175 {
  padding-right: 175px !important;
}
@media screen and (max-width: 768px) {
  .pr175 {
    padding-right: 117px !important;
  }
}

.pr180 {
  padding-right: 180px !important;
}
@media screen and (max-width: 768px) {
  .pr180 {
    padding-right: 120px !important;
  }
}

.pr185 {
  padding-right: 185px !important;
}
@media screen and (max-width: 768px) {
  .pr185 {
    padding-right: 123px !important;
  }
}

.pr190 {
  padding-right: 190px !important;
}
@media screen and (max-width: 768px) {
  .pr190 {
    padding-right: 127px !important;
  }
}

.pr195 {
  padding-right: 195px !important;
}
@media screen and (max-width: 768px) {
  .pr195 {
    padding-right: 130px !important;
  }
}

.pr200 {
  padding-right: 200px !important;
}
@media screen and (max-width: 768px) {
  .pr200 {
    padding-right: 133px !important;
  }
}

.wrap1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1016px) {
  .wrap1000 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wrap1100 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1116px) {
  .wrap1100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 1.1rem;
  }
}
.breadcrumb .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner {
    margin-left: 20px;
  }
}
.breadcrumb .inner a {
  text-decoration: none;
  color: #003171;
  text-decoration: underline;
}
.breadcrumb .inner a:hover {
  text-decoration: underline;
}
.breadcrumb .inner > span {
  margin: 0 24px;
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner > span {
    margin: 0 10px;
  }
}
.breadcrumb .inner > span:first-child {
  margin-left: 0;
}
.breadcrumb .inner > span:last-of-type {
  margin-right: 0;
}

#pageTop {
  z-index: 400;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #pageTop {
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
  }
}
#pageTop a {
  display: block;
  width: 100%;
  height: 100%;
}
#pageTop a:hover {
  opacity: 0.5;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

body {
  margin: 0;
  overflow: hidden;
  background: #2d1b4e;
  font-family: "Orbitron", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (hover: hover) and (pointer: fine) {
  body {
    cursor: none;
  }
  body * {
    cursor: none !important;
  }
}
body .hud-top-left,
body .instructions,
body #hud-top-left,
body #hud-bottom-right,
body #hud-bottom-left,
body #target-cursor,
body #custom-cursor {
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
body.detail-active .hud-top-left,
body.detail-active .instructions,
body.detail-active #hud-top-left,
body.detail-active #hud-bottom-right,
body.detail-active #hud-bottom-left,
body.detail-active #target-cursor {
  opacity: 0;
}

canvas {
  display: block;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
*:focus {
  outline: none;
}
*:active {
  outline: none;
}

p {
  margin: 5px 0 0 0;
  opacity: 0.8;
}

#custom-cursor {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  width: 50px;
  height: 50px;
}
#custom-cursor .cursor-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #0ff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 10px #0ff;
          box-shadow: 0 0 10px #0ff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#custom-cursor .cursor-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #0ff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#custom-cursor .cursor-corner {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #0ff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.6;
}
#custom-cursor .cursor-corner.cursor-corner-tl {
  top: 2px;
  left: 2px;
  border-right: none;
  border-bottom: none;
}
#custom-cursor .cursor-corner.cursor-corner-tr {
  top: 2px;
  right: 2px;
  border-left: none;
  border-bottom: none;
}
#custom-cursor .cursor-corner.cursor-corner-bl {
  bottom: 2px;
  left: 2px;
  border-right: none;
  border-top: none;
}
#custom-cursor .cursor-corner.cursor-corner-br {
  bottom: 2px;
  right: 2px;
  border-left: none;
  border-top: none;
}
#custom-cursor.hover .cursor-center {
  width: 8px;
  height: 8px;
  -webkit-box-shadow: 0 0 15px #0ff, 0 0 30px rgba(0, 255, 255, 0.6);
          box-shadow: 0 0 15px #0ff, 0 0 30px rgba(0, 255, 255, 0.6);
}
#custom-cursor.hover .cursor-ring {
  width: 45px;
  height: 45px;
  opacity: 0.8;
  -webkit-box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
          box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
}
#custom-cursor.hover .cursor-corner {
  opacity: 1;
  border-width: 2px;
  -webkit-box-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
          box-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
}
#custom-cursor.hover .cursor-corner.cursor-corner-tl {
  -webkit-transform: translate(-3px, -3px);
      -ms-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
}
#custom-cursor.hover .cursor-corner.cursor-corner-tr {
  -webkit-transform: translate(3px, -3px);
      -ms-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
#custom-cursor.hover .cursor-corner.cursor-corner-bl {
  -webkit-transform: translate(-3px, 3px);
      -ms-transform: translate(-3px, 3px);
          transform: translate(-3px, 3px);
}
#custom-cursor.hover .cursor-corner.cursor-corner-br {
  -webkit-transform: translate(3px, 3px);
      -ms-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}
@media (hover: none) and (pointer: coarse) {
  #custom-cursor {
    display: none;
  }
}

#ui-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(18, 16, 16, 0)), color-stop(50%, rgba(0, 0, 0, 0.1))), -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0.03)), color-stop(rgba(0, 255, 0, 0.01)), to(rgba(0, 0, 255, 0.03)));
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.03));
  background-size: 100% 3px, 3px 100%;
}
#ui-layer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
#ui-layer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.detail-active #ui-layer::after {
  opacity: 0;
}
.detail-active #ui-layer::before {
  opacity: 1;
}

#hud-top-left {
  position: absolute;
  top: 31px;
  left: 46px;
  color: #0ff;
  font-size: 13px;
  z-index: 20;
  pointer-events: none;
  letter-spacing: 2px;
  -webkit-transform: perspective(100px) rotateY(11deg) rotateZ(6deg);
          transform: perspective(100px) rotateY(11deg) rotateZ(6deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#hud-top-left h1 {
  margin: 0;
  font-size: 22px;
  text-shadow: 0 0 10px #0ff;
}
#hud-top-left p {
  margin-top: 8px;
  font-size: 11px;
  opacity: 0.7;
}

#hud-bottom-right {
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: #0ff;
  font-size: 12px;
  text-align: left;
  z-index: 20;
  pointer-events: none;
  letter-spacing: 1px;
  -webkit-transform: perspective(100px) rotateY(7deg) rotateZ(-3deg);
          transform: perspective(100px) rotateY(7deg) rotateZ(-3deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#hud-bottom-right .status-text-short,
#hud-bottom-right .coords-label-short,
#hud-bottom-right .status-label-short {
  display: none;
}
@media (max-width: 600px) and (orientation: portrait) {
  #hud-bottom-right {
    font-size: 10px;
    left: 20px;
    bottom: 30px;
  }
  #hud-bottom-right .status-text-full,
  #hud-bottom-right .coords-label-full,
  #hud-bottom-right .status-label-full {
    display: none;
  }
  #hud-bottom-right .status-text-short,
  #hud-bottom-right .coords-label-short,
  #hud-bottom-right .status-label-short {
    display: inline;
  }
}

.blink {
  -webkit-animation: blinker 2s linear infinite;
          animation: blinker 2s linear infinite;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0.3;
  }
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
#instructions {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  pointer-events: none;
  text-shadow: 0 0 5px #0ff;
  z-index: 20;
  font-size: 12px;
  letter-spacing: 0.2em;
  -webkit-animation: gentle-blink 3s ease-in-out infinite;
          animation: gentle-blink 3s ease-in-out infinite;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#instructions.hidden {
  opacity: 0 !important;
  -webkit-animation: none;
          animation: none;
}
#instructions .all-mode-label {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #ff0077;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-shadow: 0 0 10px rgba(255, 0, 119, 0.8), 0 0 20px rgba(255, 0, 119, 0.5);
  -webkit-animation: mode-glow 2s ease-in-out infinite;
          animation: mode-glow 2s ease-in-out infinite;
}

@-webkit-keyframes mode-glow {
  0%, 100% {
    text-shadow: 0 0 10px rgba(255, 0, 119, 0.8), 0 0 20px rgba(255, 0, 119, 0.4);
  }
  50% {
    text-shadow: 0 0 20px rgb(255, 0, 119), 0 0 40px rgba(255, 0, 119, 0.6);
  }
}

@keyframes mode-glow {
  0%, 100% {
    text-shadow: 0 0 10px rgba(255, 0, 119, 0.8), 0 0 20px rgba(255, 0, 119, 0.4);
  }
  50% {
    text-shadow: 0 0 20px rgb(255, 0, 119), 0 0 40px rgba(255, 0, 119, 0.6);
  }
}
@-webkit-keyframes gentle-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes gentle-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
#mode-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  pointer-events: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 20px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mode-notification.show:before {
  opacity: 1;
}
#mode-notification.show .mode-text {
  -webkit-animation: mode-notification-show 1.2s ease-out forwards;
          animation: mode-notification-show 1.2s ease-out forwards;
}
#mode-notification:before {
  content: "";
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 10, 20, 0.5);
  backdrop-filter: blur(10px);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#mode-notification > * {
  z-index: 1;
  position: relative;
}
#mode-notification .mode-icon {
  display: none;
}
#mode-notification .mode-icon svg {
  color: #0ff;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.6));
          filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.6));
}
#mode-notification .mode-text {
  opacity: 0;
}
#mode-notification .mode-text .mode-label {
  font-size: 14px;
  line-height: 1;
  color: rgba(0, 255, 255, 0.7);
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-shadow: 0 0 5px #0ff;
}
#mode-notification .mode-text .mode-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  color: #0ff;
  letter-spacing: 4px;
  text-shadow: 0 0 20px #0ff;
  text-shadow: 0 0 20px #0ff, 0 0 40px rgba(0, 255, 255, 0.5), 0 0 60px rgba(0, 255, 255, 0.3);
}

@-webkit-keyframes mode-notification-show {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mode-notification-show {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.signal-icon {
  display: inline-block;
  width: 16px;
  height: 12px;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
}

.signal-bar {
  position: absolute;
  bottom: 0;
  width: 2px;
  background: #0ff;
  -webkit-box-shadow: 0 0 3px #0ff;
          box-shadow: 0 0 3px #0ff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.signal-bar:nth-child(1) {
  left: 0px;
  height: 20%;
}
.signal-bar:nth-child(2) {
  left: 3px;
  height: 40%;
}
.signal-bar:nth-child(3) {
  left: 6px;
  height: 60%;
}
.signal-bar:nth-child(4) {
  left: 9px;
  height: 80%;
}
.signal-bar:nth-child(5) {
  left: 12px;
  height: 100%;
}

.signal-strength-1 .signal-bar:nth-child(n+2) {
  opacity: 0.2;
}

.signal-strength-2 .signal-bar:nth-child(n+3) {
  opacity: 0.2;
}

.signal-strength-3 .signal-bar:nth-child(n+4) {
  opacity: 0.2;
}

.signal-strength-4 .signal-bar:nth-child(n+5) {
  opacity: 0.2;
}

.signal-strength-5 .signal-bar {
  opacity: 1;
}

#target-cursor {
  position: absolute;
  width: 60px;
  height: 60px;
  pointer-events: none;
  z-index: 25;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: none;
}
#target-cursor.active {
  opacity: 1;
}
#target-cursor.active .cursor-ring {
  -webkit-animation: pulse-ring 1s ease-in-out infinite;
          animation: pulse-ring 1s ease-in-out infinite;
}

.cursor-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #0ff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px #0ff;
          box-shadow: 0 0 8px #0ff;
  -webkit-box-shadow: 0 0 8px #0ff, inset 0 0 8px #0ff;
          box-shadow: 0 0 8px #0ff, inset 0 0 8px #0ff;
}

.cursor-crosshair {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cursor-crosshair::before, .cursor-crosshair::after {
  content: "";
  position: absolute;
  background: #0ff;
  -webkit-box-shadow: 0 0 5px #0ff;
          box-shadow: 0 0 5px #0ff;
}
.cursor-crosshair::before {
  width: 1px;
  height: 20px;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cursor-crosshair::after {
  width: 20px;
  height: 1px;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cursor-corner {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #0ff;
}
.cursor-corner:nth-child(1) {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}
.cursor-corner:nth-child(2) {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
}
.cursor-corner:nth-child(3) {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
}
.cursor-corner:nth-child(4) {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}

@-webkit-keyframes pulse-ring {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
}

@keyframes pulse-ring {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
}
#detail-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) perspective(1000px) rotateY(0deg) scale(0.8);
          transform: translate(-50%, -50%) perspective(1000px) rotateY(0deg) scale(0.8);
  width: 600px;
  height: 85vh;
  max-width: 90vw;
  background: transparent;
  border: 1px solid #0ff;
  -webkit-box-shadow: 0 0 20px rgba(0, 255, 255, 0.3), inset 0 0 20px rgba(0, 255, 255, 0.1);
          box-shadow: 0 0 20px rgba(0, 255, 255, 0.3), inset 0 0 20px rgba(0, 255, 255, 0.1);
  padding: 30px 20px 20px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.android #detail-panel {
  height: 85dvh;
}
#detail-panel.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%) translateY(20px) perspective(1000px) rotateY(0deg) scale(1);
          transform: translate(-50%, -50%) translateY(20px) perspective(1000px) rotateY(0deg) scale(1);
}
#detail-panel .scan-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#0ff), to(transparent));
  background: linear-gradient(90deg, transparent, #0ff, transparent);
  -webkit-box-shadow: 0 0 10px #0ff;
          box-shadow: 0 0 10px #0ff;
  -webkit-animation: scan 2s linear infinite;
          animation: scan 2s linear infinite;
  pointer-events: none;
}
#detail-panel #detail-title {
  color: #0ff;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-shadow: 0 0 15px #0ff;
  text-shadow: 0 0 15px #0ff, 0 0 30px rgba(0, 255, 255, 0.5);
  border-bottom: 1px solid #0ff;
  padding-bottom: 15px;
  width: 100%;
  padding: 5px 15px;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
#detail-panel .detail-youtube {
  display: none;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 4px;
  border: 1px solid rgba(0, 255, 255, 0.3);
}
#detail-panel .detail-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#detail-panel .detail-url {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 0;
  opacity: 0.9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: 0 0 5px rgba(255, 0, 119, 0.5), 0 0 10px rgba(255, 0, 119, 0.3);
  -webkit-transform: translateZ(40px);
          transform: translateZ(40px);
  background: rgba(255, 0, 119, 0.25);
  padding: 8px 35px 8px 25px;
  border-radius: 4px;
  border: 1px solid rgba(255, 0, 119, 0.8);
  position: relative;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 12px #ff0077;
          box-shadow: 0 0 12px #ff0077;
  -webkit-animation: corner-glow-magenta 1s ease-in-out infinite;
          animation: corner-glow-magenta 1s ease-in-out infinite;
  letter-spacing: 0.15em;
}
#detail-panel .detail-url::after {
  content: "›";
  font-family: "Orbitron", sans-serif;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  font-size: 26px;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #fff;
}
#detail-panel .detail-url:hover {
  opacity: 1;
  text-shadow: 0 0 10px #ff0077;
  -webkit-box-shadow: 0 0 25px #ff0077;
          box-shadow: 0 0 25px #ff0077;
  background: rgba(255, 0, 119, 0.8);
  border-color: #ff55aa;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
#detail-panel .detail-url:hover::after {
  -webkit-transform: translateY(-60%) translateX(5px);
      -ms-transform: translateY(-60%) translateX(5px);
          transform: translateY(-60%) translateX(5px);
}
#detail-panel .title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px 15px;
}
#detail-panel .title-wrap .detail-category {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
#detail-panel .detail-category {
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 5px 8px;
  border-radius: 3px;
  background: rgba(0, 10, 20, 0.9);
  display: inline-block;
  white-space: nowrap;
  text-shadow: 0 0 8px #0ff;
  line-height: 1;
}
#detail-panel .detail-category.category-game {
  color: #ff0044;
  border: 1px solid #ff0044;
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 68, 0.4);
          box-shadow: 0 0 8px rgba(255, 0, 68, 0.4);
}
#detail-panel .detail-category.category-website {
  color: #00ff88;
  border: 1px solid #00ff88;
  -webkit-box-shadow: 0 0 8px rgba(0, 255, 136, 0.4);
          box-shadow: 0 0 8px rgba(0, 255, 136, 0.4);
}
#detail-panel .detail-category.category-app {
  color: #00aaff;
  border: 1px solid #00aaff;
  -webkit-box-shadow: 0 0 8px rgba(0, 170, 255, 0.4);
          box-shadow: 0 0 8px rgba(0, 170, 255, 0.4);
}
#detail-panel .detail-category.category-video {
  color: #ff8800;
  border: 1px solid #ff8800;
  -webkit-box-shadow: 0 0 8px rgba(255, 136, 0, 0.4);
          box-shadow: 0 0 8px rgba(255, 136, 0, 0.4);
}
#detail-panel .detail-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
  margin-top: 20px;
  -webkit-transform: translateZ(40px);
          transform: translateZ(40px);
}
#detail-panel .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 10, 20, 0.9);
  border: 1px solid #0ff;
  color: #0ff;
  padding: 5px 8px;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.05em;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
          box-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  /*
  &:hover {
      background: rgba(0, 255, 255, 0.25);
      @include box-glow(rgba(0, 255, 255, 0.6), 15px);
      transform: translateY(-2px);

      &::before {
          left: 100%;
      }
  }
  */
}
#detail-panel .tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.3), transparent);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
#detail-panel .close-btn {
  position: absolute;
  top: -10px;
  right: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  background: rgba(0, 255, 255, 0.1);
  border: 2px solid #0ff;
  color: #0ff;
  width: 35px;
  height: 35px;
  padding-bottom: 3px;
  cursor: pointer;
  font-family: "Orbitron", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
          box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
  -webkit-animation: corner-glow 1.5s ease-in-out infinite;
          animation: corner-glow 1.5s ease-in-out infinite;
}
#detail-panel .close-btn:hover {
  background: rgba(0, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(0, 255, 255, 0.7);
          box-shadow: 0 0 20px rgba(0, 255, 255, 0.7);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes scan {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes scan {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes corner-glow {
  0%, 100% {
    -webkit-box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
            box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
            box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
  }
}
@keyframes corner-glow {
  0%, 100% {
    -webkit-box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
            box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
            box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
  }
}
@-webkit-keyframes corner-glow-magenta {
  0%, 100% {
    -webkit-box-shadow: 0 0 10px rgba(255, 0, 119, 0.4);
            box-shadow: 0 0 10px rgba(255, 0, 119, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(255, 0, 119, 0.8);
            box-shadow: 0 0 20px rgba(255, 0, 119, 0.8);
  }
}
@keyframes corner-glow-magenta {
  0%, 100% {
    -webkit-box-shadow: 0 0 10px rgba(255, 0, 119, 0.4);
            box-shadow: 0 0 10px rgba(255, 0, 119, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(255, 0, 119, 0.8);
            box-shadow: 0 0 20px rgba(255, 0, 119, 0.8);
  }
}
#hud-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 30px;
  right: 30px;
  -webkit-transform: perspective(100px) rotateY(-7deg) rotateZ(3deg);
          transform: perspective(100px) rotateY(-7deg) rotateZ(3deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  z-index: 100;
}

#grid-toggle-btn {
  background: rgba(0, 10, 20, 0.8);
  border: 2px solid #0ff;
  color: #0ff;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 1.5px;
  font-family: "Orbitron", sans-serif;
  font-weight: bold;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
          box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
#grid-toggle-btn svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#grid-toggle-btn .btn-label {
  text-shadow: 0 0 5px #0ff;
}
#grid-toggle-btn:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#grid-toggle-btn.active {
  background: rgba(0, 255, 255, 0.25);
  border-color: rgba(0, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
          box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
}
#grid-toggle-btn.active svg {
  -webkit-animation: grid-pulse 1s ease-in-out infinite;
          animation: grid-pulse 1s ease-in-out infinite;
}

@-webkit-keyframes grid-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes grid-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
#category-sort-btn,
#back-to-top-btn,
#grid-toggle-btn {
  background: rgba(0, 10, 20, 0.8);
  border: 1px solid #0ff;
  color: #0ff;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 1.5px;
  font-family: "Orbitron", sans-serif;
  font-weight: bold;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
          box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  pointer-events: auto;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
#category-sort-btn svg,
#back-to-top-btn svg,
#grid-toggle-btn svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#category-sort-btn .btn-label,
#back-to-top-btn .btn-label,
#grid-toggle-btn .btn-label {
  text-shadow: 0 0 5px #0ff;
}
#category-sort-btn:hover,
#back-to-top-btn:hover,
#grid-toggle-btn:hover {
  background: rgba(0, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 15px rgba(0, 255, 255, 0.7);
          box-shadow: 0 0 15px rgba(0, 255, 255, 0.7);
  -webkit-transform: perspective(100px) rotateY(7deg) rotateZ(0deg) translateY(0px);
          transform: perspective(100px) rotateY(7deg) rotateZ(0deg) translateY(0px);
  color: #fff !important;
}
#category-sort-btn:hover svg,
#back-to-top-btn:hover svg,
#grid-toggle-btn:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#category-sort-btn.category-game,
#back-to-top-btn.category-game,
#grid-toggle-btn.category-game {
  border-color: #ff0044;
  color: #ff0044;
  -webkit-box-shadow: 0 0 10px rgba(255, 0, 68, 0.4);
          box-shadow: 0 0 10px rgba(255, 0, 68, 0.4);
}
#category-sort-btn.category-game .btn-label,
#back-to-top-btn.category-game .btn-label,
#grid-toggle-btn.category-game .btn-label {
  text-shadow: 0 0 5px #ff0044;
}
#category-sort-btn.category-game svg,
#back-to-top-btn.category-game svg,
#grid-toggle-btn.category-game svg {
  stroke: #ff0044;
}
#category-sort-btn.category-game:hover,
#back-to-top-btn.category-game:hover,
#grid-toggle-btn.category-game:hover {
  background: rgba(255, 0, 68, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(255, 0, 68, 0.7);
          box-shadow: 0 0 15px rgba(255, 0, 68, 0.7);
}
#category-sort-btn.category-website,
#back-to-top-btn.category-website,
#grid-toggle-btn.category-website {
  border-color: #00ff88;
  color: #00ff88;
  -webkit-box-shadow: 0 0 10px rgba(0, 255, 136, 0.4);
          box-shadow: 0 0 10px rgba(0, 255, 136, 0.4);
}
#category-sort-btn.category-website .btn-label,
#back-to-top-btn.category-website .btn-label,
#grid-toggle-btn.category-website .btn-label {
  text-shadow: 0 0 5px #00ff88;
}
#category-sort-btn.category-website svg,
#back-to-top-btn.category-website svg,
#grid-toggle-btn.category-website svg {
  stroke: #00ff88;
}
#category-sort-btn.category-website:hover,
#back-to-top-btn.category-website:hover,
#grid-toggle-btn.category-website:hover {
  background: rgba(0, 255, 136, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 255, 136, 0.7);
          box-shadow: 0 0 15px rgba(0, 255, 136, 0.7);
}
#category-sort-btn.category-app,
#back-to-top-btn.category-app,
#grid-toggle-btn.category-app {
  border-color: #00aaff;
  color: #00aaff;
  -webkit-box-shadow: 0 0 10px rgba(0, 170, 255, 0.4);
          box-shadow: 0 0 10px rgba(0, 170, 255, 0.4);
}
#category-sort-btn.category-app .btn-label,
#back-to-top-btn.category-app .btn-label,
#grid-toggle-btn.category-app .btn-label {
  text-shadow: 0 0 5px #00aaff;
}
#category-sort-btn.category-app svg,
#back-to-top-btn.category-app svg,
#grid-toggle-btn.category-app svg {
  stroke: #00aaff;
}
#category-sort-btn.category-app:hover,
#back-to-top-btn.category-app:hover,
#grid-toggle-btn.category-app:hover {
  background: rgba(0, 170, 255, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 170, 255, 0.7);
          box-shadow: 0 0 15px rgba(0, 170, 255, 0.7);
}
#category-sort-btn.category-video,
#back-to-top-btn.category-video,
#grid-toggle-btn.category-video {
  border-color: #ff8800;
  color: #ff8800;
  -webkit-box-shadow: 0 0 10px rgba(255, 136, 0, 0.4);
          box-shadow: 0 0 10px rgba(255, 136, 0, 0.4);
}
#category-sort-btn.category-video .btn-label,
#back-to-top-btn.category-video .btn-label,
#grid-toggle-btn.category-video .btn-label {
  text-shadow: 0 0 5px #ff8800;
}
#category-sort-btn.category-video svg,
#back-to-top-btn.category-video svg,
#grid-toggle-btn.category-video svg {
  stroke: #ff8800;
}
#category-sort-btn.category-video:hover,
#back-to-top-btn.category-video:hover,
#grid-toggle-btn.category-video:hover {
  background: rgba(255, 136, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(255, 136, 0, 0.7);
          box-shadow: 0 0 15px rgba(255, 136, 0, 0.7);
}

#category-sort-btn:hover {
  -webkit-transform: perspective(170px) rotateY(9deg) rotateZ(2deg) translateY(0px) skew(5deg);
          transform: perspective(170px) rotateY(9deg) rotateZ(2deg) translateY(0px) skew(5deg);
}

#back-to-top-btn:hover {
  -webkit-transform: perspective(100px) rotateY(7deg) rotateZ(0deg) translateY(0px);
          transform: perspective(100px) rotateY(7deg) rotateZ(0deg) translateY(0px);
}

#grid-toggle-btn:hover {
  -webkit-transform: perspective(100px) rotateY(7deg) rotateZ(-2deg) translateY(0px);
          transform: perspective(100px) rotateY(7deg) rotateZ(-2deg) translateY(0px);
}

#skills-toggle-btn:hover {
  -webkit-transform: perspective(100px) rotateY(7deg) rotateZ(-7.5deg) translateY(0px) skew(-5deg);
          transform: perspective(100px) rotateY(7deg) rotateZ(-7.5deg) translateY(0px) skew(-5deg);
}

.filter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
}
.filter-modal.show {
  opacity: 1;
  pointer-events: auto;
}
.filter-modal.show .filter-modal-content {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.filter-modal .filter-modal-content {
  background: rgba(13, 5, 26, 0.95);
  border: 1px solid #0ff;
  -webkit-box-shadow: 0 0 15px rgba(0, 204, 255, 0.2);
          box-shadow: 0 0 15px rgba(0, 204, 255, 0.2);
  padding: 30px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow: visible;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.filter-modal .filter-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding-right: 5px;
}
.filter-modal .filter-content-wrapper::-webkit-scrollbar {
  width: 8px;
}
.filter-modal .filter-content-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}
.filter-modal .filter-content-wrapper::-webkit-scrollbar-thumb {
  background: #0ff;
  -webkit-box-shadow: 0 0 5px #0ff;
          box-shadow: 0 0 5px #0ff;
}
.filter-modal .filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 255, 255, 0.3);
}
.filter-modal .filter-header h2 {
  margin: 0;
  color: #0ff;
  font-size: 24px;
  letter-spacing: 3px;
  text-shadow: 0 0 15px #0ff;
}
.filter-modal .filter-close-btn {
  position: absolute;
  top: -10px;
  right: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  background: rgba(13, 5, 26, 0.95);
  border: 1px solid rgba(0, 204, 255, 0.8);
  color: #0ff;
  font-size: 20px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  padding: 0;
  border-radius: 50%;
  z-index: 10;
  pointer-events: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 204, 255, 0.3);
          box-shadow: 0 0 10px rgba(0, 204, 255, 0.3);
}
.filter-modal .filter-close-btn:hover {
  background: rgba(0, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 15px #0ff;
          box-shadow: 0 0 15px #0ff;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.filter-modal .filter-section {
  margin-bottom: 30px;
}
.filter-modal .filter-section h3 {
  color: #0ff;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0 0 15px 0;
  opacity: 0.8;
}
.filter-modal .filter-section .filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.filter-modal .filter-section .filter-btn {
  background: rgba(0, 10, 20, 0.6);
  border: 1px solid rgba(0, 255, 255, 0.3);
  color: #0ff;
  padding: 10px 15px;
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.filter-modal .filter-section .filter-btn .filter-icon {
  font-size: 14px;
  line-height: 1;
}
.filter-modal .filter-section .filter-btn .filter-label {
  line-height: 1;
}
.filter-modal .filter-section .filter-btn:hover {
  background: rgba(0, 255, 255, 0.1);
  border-color: #0ff;
  -webkit-box-shadow: 0 0 10px #0ff;
          box-shadow: 0 0 10px #0ff;
}
.filter-modal .filter-section .filter-btn[data-active=true] {
  background: rgba(0, 255, 255, 0.2);
  border-color: #0ff;
  -webkit-box-shadow: 0 0 15px #0ff;
          box-shadow: 0 0 15px #0ff;
}
.filter-modal .filter-section .filter-btn[data-active=true] .filter-icon {
  text-shadow: 0 0 8px #0ff;
}
.filter-modal .filter-section .filter-btn.category-website[data-active=true] {
  border-color: #00ff88;
  color: #00ff88;
  -webkit-box-shadow: 0 0 15px rgba(0, 255, 136, 0.6);
          box-shadow: 0 0 15px rgba(0, 255, 136, 0.6);
}
.filter-modal .filter-section .filter-btn.category-app[data-active=true] {
  border-color: #00aaff;
  color: #00aaff;
  -webkit-box-shadow: 0 0 15px rgba(0, 170, 255, 0.6);
          box-shadow: 0 0 15px rgba(0, 170, 255, 0.6);
}
.filter-modal .filter-section .filter-btn.category-game[data-active=true] {
  border-color: #ff0044;
  color: #ff0044;
  -webkit-box-shadow: 0 0 15px rgba(255, 0, 68, 0.6);
          box-shadow: 0 0 15px rgba(255, 0, 68, 0.6);
}
.filter-modal .filter-section .filter-btn.category-video[data-active=true] {
  border-color: #ff8800;
  color: #ff8800;
  -webkit-box-shadow: 0 0 15px rgba(255, 136, 0, 0.6);
          box-shadow: 0 0 15px rgba(255, 136, 0, 0.6);
}
.filter-modal .filter-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 255, 255, 0.3);
}
.filter-modal .filter-footer button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(0, 10, 20, 0.8);
  border: 1px solid #0ff;
  color: #0ff;
  padding: 12px 20px;
  font-family: "Orbitron", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-modal .filter-footer button:hover {
  background: rgba(0, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 15px #0ff;
          box-shadow: 0 0 15px #0ff;
}
.filter-modal .filter-footer .filter-reset-btn {
  border-color: rgba(255, 0, 68, 0.6);
  color: rgba(255, 0, 68, 0.8);
}
.filter-modal .filter-footer .filter-reset-btn:hover {
  border-color: #ff0044;
  color: #ff0044;
  -webkit-box-shadow: 0 0 15px rgba(255, 0, 68, 0.6);
          box-shadow: 0 0 15px rgba(255, 0, 68, 0.6);
}
.filter-modal .filter-footer .filter-apply-btn:hover {
  background: rgba(0, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 20px #0ff;
          box-shadow: 0 0 20px #0ff;
}
@media (max-width: 600px) {
  .filter-modal .filter-modal-content {
    padding: 20px;
    max-height: 90vh;
  }
  .filter-modal .filter-header h2 {
    font-size: 18px;
  }
  .filter-modal .filter-section {
    margin-bottom: 20px;
  }
  .filter-modal .filter-section h3 {
    font-size: 12px;
  }
  .filter-modal .filter-section .filter-btn {
    font-size: 11px;
    padding: 8px 12px;
  }
  .filter-modal .filter-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filter-modal .filter-footer button {
    width: 100%;
  }
}

#category-sort-btn.category-mixed {
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.1) 0%, rgba(0, 170, 255, 0.1) 33%, rgba(255, 0, 68, 0.1) 66%, rgba(255, 136, 0, 0.1) 100%);
  border-color: #0ff;
}
#category-sort-btn.category-mixed .btn-label {
  text-shadow: 0 0 8px #0ff;
}
#category-sort-btn.category-mixed:hover {
  -webkit-box-shadow: 0 0 20px #0ff;
          box-shadow: 0 0 20px #0ff;
}

#skills-toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 25px;
  padding: 12px 16px;
  background: rgba(0, 10, 20, 0.8) !important;
  border: 1px solid #ff0077 !important;
  color: #ff0077 !important;
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  pointer-events: auto;
  -webkit-box-shadow: 0 0 10px rgba(255, 0, 119, 0.3) !important;
          box-shadow: 0 0 10px rgba(255, 0, 119, 0.3) !important;
}
#skills-toggle-btn svg {
  width: 20px;
  height: 20px;
  stroke: #ff55aa !important;
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 0, 119, 0.8)) !important;
          filter: drop-shadow(0 0 5px rgba(255, 0, 119, 0.8)) !important;
}
#skills-toggle-btn .btn-label {
  color: #ff55aa !important;
  text-shadow: 0 0 5px #ff55aa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#skills-toggle-btn:hover {
  background: rgb(255, 0, 119) !important;
  border-color: #ff00aa !important;
  -webkit-box-shadow: 0 0 20px rgba(255, 0, 170, 0.5) !important;
          box-shadow: 0 0 20px rgba(255, 0, 170, 0.5) !important;
  color: #fff !important;
}
#skills-toggle-btn:hover svg {
  stroke: #fff !important;
}
#skills-toggle-btn:hover .btn-label {
  color: #fff !important;
}
#skills-toggle-btn.active {
  background: rgba(255, 0, 119, 0.2) !important;
  border-color: #ff00ff !important;
  color: #fff !important;
  -webkit-box-shadow: 0 0 30px rgba(255, 0, 119, 0.6) !important;
          box-shadow: 0 0 30px rgba(255, 0, 119, 0.6) !important;
}
#skills-toggle-btn.active svg {
  stroke: #fff !important;
}
#skills-toggle-btn.active .btn-label {
  color: #fff !important;
}

.skills-hud {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  font-family: "Orbitron", sans-serif;
  pointer-events: none;
}
.skills-hud::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 119, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1999;
  pointer-events: none;
}
.skills-hud.active {
  pointer-events: auto;
}
.skills-hud.active::before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.skills-hud .skills-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateY(20px);
      -ms-transform: translate(-50%, -50%) translateY(20px);
          transform: translate(-50%, -50%) translateY(20px);
  width: 400px;
  max-height: calc(100vh - 100px);
  background: rgba(0, 10, 20, 0.95);
  border: 1px solid rgba(255, 0, 119, 0.5);
  backdrop-filter: blur(15px);
  pointer-events: auto;
  -webkit-box-shadow: 0 0 15px rgba(255, 0, 119, 0.2), inset 0 0 20px rgba(255, 0, 80, 0.05);
          box-shadow: 0 0 15px rgba(255, 0, 119, 0.2), inset 0 0 20px rgba(255, 0, 80, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
  z-index: 2001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.skills-hud.active .skills-panel {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) translateY(0);
      -ms-transform: translate(-50%, -50%) translateY(0);
          transform: translate(-50%, -50%) translateY(0);
}
.skills-hud .skills-close-btn {
  position: absolute;
  top: -10px;
  right: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  width: 32px;
  height: 32px;
  background: rgba(0, 10, 20, 0.95);
  border: 1px solid rgba(255, 0, 119, 0.8);
  color: #ff0077;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  z-index: 10;
  pointer-events: auto;
  -webkit-box-shadow: 0 0 10px rgba(255, 0, 119, 0.3);
          box-shadow: 0 0 10px rgba(255, 0, 119, 0.3);
}
.skills-hud .skills-close-btn:hover {
  background: rgba(255, 0, 0, 0.2);
  border-color: #ff0000;
  color: #ff0000;
  -webkit-box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
}
.skills-hud .skills-header {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 0, 119, 0.3);
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.skills-hud .skills-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 0, 119, 0.8)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 0, 119, 0.8), transparent);
  -webkit-animation: header-flow 3s linear infinite;
          animation: header-flow 3s linear infinite;
}
.skills-hud .skills-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #ff0077;
  letter-spacing: 3px;
  text-shadow: 0 0 10px rgba(255, 0, 119, 0.8);
}
.skills-hud .skills-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.skills-hud .skills-content-wrapper::-webkit-scrollbar {
  width: 8px;
}
.skills-hud .skills-content-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 20, 40, 0.5);
}
.skills-hud .skills-content-wrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 0, 119, 0.5);
  border-radius: 4px;
}
.skills-hud .skills-content-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 0, 119, 0.8);
}
.skills-hud .skills-content {
  padding: 15px;
}
.skills-hud .skill-category {
  margin-bottom: 15px;
}
.skills-hud .skill-category:last-child {
  margin-bottom: 0;
}
.skills-hud .skill-category .category-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0 0 8px 0;
  font-size: 12px;
  font-weight: bold;
  color: #ff0077;
  letter-spacing: 2px;
  font-family: "Orbitron", sans-serif;
}
.skills-hud .skill-category .category-title .category-icon {
  color: #ff00aa;
  font-size: 12px;
  -webkit-animation: pulse 2s ease-in-out infinite;
          animation: pulse 2s ease-in-out infinite;
}
.skills-hud .skill-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
}
.skills-hud .skill-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 4px 8px;
  background: rgba(255, 0, 119, 0.03);
  border-left: 2px solid rgba(255, 0, 119, 0.3);
}
.skills-hud .skill-bullet {
  color: rgba(255, 0, 119, 0.6);
  font-size: 10px;
  text-shadow: 0 0 5px rgba(255, 0, 119, 0.4);
}
.skills-hud .skill-name {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}

@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 1;
    text-shadow: 0 0 5px rgba(255, 0, 119, 0.8);
  }
  50% {
    opacity: 0.6;
    text-shadow: 0 0 10px rgb(255, 0, 119);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    text-shadow: 0 0 5px rgba(255, 0, 119, 0.8);
  }
  50% {
    opacity: 0.6;
    text-shadow: 0 0 10px rgb(255, 0, 119);
  }
}
@-webkit-keyframes header-flow {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes header-flow {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@media (max-width: 768px) {
  #skills-toggle-btn {
    padding: 10px 12px;
    font-size: 10px;
  }
  #skills-toggle-btn svg {
    width: 16px;
    height: 16px;
  }
  .skills-hud .skills-panel {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 80px);
  }
}