
.footUtility li a {
    text-decoration: underline;
}

/* MEDIA QUERIES */
.anima-desktop-only {
  @media (max-width: 768px) {
    display: none !important;
  }
}

/* SCROLLBAR */

[dark-scroll]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

[dark-scroll]::-webkit-scrollbar-track-piece {
  background-color: #2b2b2b;
  border: 1px solid #1d1d1d;
}

[dark-scroll]::-webkit-scrollbar-thumb {
  height: 10px;
  background-color: #4d4d4d;
}
[dark-scroll]::-webkit-scrollbar-thumb:hover {
  background-color: #5a5a5a;
}

/* LOAD PROGRESS */

.turbolinks-progress-bar {
  height: 3px;
  background-color: #ff6250;
}

/* GROUPING */

[data-id].ui-selecting {
  box-shadow: inset 0 0 0 1px #4285f4 !important;
}
[data-id].ui-selected {
  box-shadow: inset 0 0 0 1px #4285f4 !important;
}

/* CURSOR */

body[mode='comments'] * {
  cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjkxNjQ4IDIzLjQxMDlDNS40OTE1MyAyMi45ODg3IDUuOTMxNzkgMjIuMzkzNSA2LjIzMjggMjEuNjQwN0M0Ljc5MDY5IDE5LjczODMgNCAxNy4zOTMzIDQgMTQuOTk3NUM0IDguOTM0MSA4LjkzMjgyIDQgMTUuMDAyMiA0QzIxLjA3MTcgNCAyNiA4LjkzOTE5IDI2IDE1LjAwMjVDMjYgMjEuMDY1OSAyMS4wNjcyIDI2IDE0Ljk5NzggMjZDMTIuOTg5NiAyNiAxMS4wMzUzIDI1LjQ1NTcgOS4zMjM2NyAyNC40MjMxQzguNDI5NjUgMjQuOTU3MiA3LjQxNDM0IDI1LjIyNjggNi4zMDAxOCAyNS4yMjY4QzUuOTU0MjYgMjUuMjI2OCA1LjU5OTM1IDI1LjIwMTQgNS4yNTM0MiAyNS4xNDU0QzQuOTAzIDI1LjA4OTUgNC42Mjg5NiAyNC44MDQ2IDQuNTUyNTggMjQuNDE4QzQuNDc2MjEgMjQuMDI2NCA0LjYxOTk3IDIzLjYyOTYgNC45MTY0OCAyMy40MTA5WiIgZmlsbD0iI0ZGNjI1MCIvPgo8L3N2Zz4K')
      0 24,
    auto !important;
}

body[mode='code'] [data-id]:not(.hidden) {
  cursor: default;
}

/* default node state */

body[mode='code'] [data-id]:not(.hidden), body[mode='comments'] [data-id]:not(.hidden) {
  pointer-events: all;
}

/* is_image */

body[mode='code'] [data-id].is_image [data-id], body[mode='comments'] [data-id].is_image [data-id] {
  pointer-events: none !important;
}

/* without a data-id or ignored */

[data-id].ignore,body[mode='code'] *:not([data-id]) {
  pointer-events: none !important;
}
/* disable transforms for ignored elements */


body[mode='code'] [data-id]:hover{
  transform: none !important;
}

/* ANIMA BUTTONS */
.an-button {
  position: relative;
  height: 28px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  white-space: nowrap;
  transition-property: all;
  transition-duration: 100ms;
  appearance: none;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
  border-width: 0;
}

.an-button > div {
  width: 100%;
}

.an-button.primary {
  background: #ff6250;
  color: #ffffff;
}

.an-button.primary:hover:not(:disabled) {
  background: #e2412e;
}

.an-button.secondary {
  background: transparent;
  border: 1px solid #ff6250;
  color: #ff6250;
}

.an-button.secondary:hover:not(:disabled) {
  color: #ffffff;
  background: #ff6250;
}

.an-button.rounded {
  border-radius: 100px;
}

.an-button:disabled {
  opacity: 0.5;
}

.an-button:disabled {
  cursor: default;
}

.an-button:active,
.an-button:focus {
  outline: none;
}

/* @import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"); */

/* @import url("https://fonts.googleapis.com/css?family=Dancing+Script:500|Shippori+Mincho:700,600"); */

/* The following line is used to measure usage of this code. You can remove it if you want. */
/* @import url("https://px.animaapp.com/67c80a054cb3c1de844aea97.67c80a064cb3c1de844aea9a.ZU7c4Zn.hch.png"); */

.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.component-wrapper a {
  display: contents;
  pointer-events: auto;
  text-decoration: none;
}

.component-wrapper * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  pointer-events: none;
}

.component-wrapper a *,
.component-wrapper input,
.component-wrapper video,
.component-wrapper iframe {
  pointer-events: auto;
}

.component-wrapper.not-ready,
.component-wrapper.not-ready * {
  visibility: hidden !important;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.full-width-a {
  width: 100%;
}

.full-height-a {
  height: 100%;
}

.container-center-vertical {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  pointer-events: none;
}

.container-center-vertical > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.auto-animated div {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated input {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
  opacity: 1;
}

.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.overlay-base.animate-disappear * {
  pointer-events: none;
}

@keyframes reveal {
  from { opacity: 0 }
to { opacity: 1 }
}

.animate-nodelay {
  animation-delay: 0s;
}

.align-self-flex-start {
  align-self: flex-start;
}

.align-self-flex-end {
  align-self: flex-end;
}

.align-self-flex-center {
  align-self: flex-center;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

input:focus {
  outline: none;
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}

.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}
:root { 
  --black: #000000;
  --clay-creek: #96855d;
  --emperor: #51493f;
  --mango-tango: #e37300;
  --mine-shaft: #333333;
  --parchment: #f1e7cd;
  --white: #ffffff;

  --font-size-l: 18px;
  --font-size-m: 16px;
  --font-size-s: 14px;
  --font-size-xl: 20px;
  --font-size-xs: 12px;
  --font-size-xxl: 24px;
  --font-size-xxxl: 26px;

  --font-family-dancing_script: "Dancing Script", Helvetica;
  --font-family-shippori_mincho: "Shippori Mincho", Helvetica;
}
.shipporimincho-semi-bold-emperor-16px {
  color: var(--emperor);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}

.shipporimincho-bold-emperor-18px {
  color: var(--emperor);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.dancingscript-medium-clay-creek-24px {
  color: var(--clay-creek);
  font-family: var(--font-family-dancing_script);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 500;
}

.shipporimincho-semi-bold-emperor-18px {
  color: var(--emperor);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 600;
}

.shipporimincho-semi-bold-mine-shaft-16px {
  color: var(--mine-shaft);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}

.shipporimincho-bold-emperor-24px {
  color: var(--emperor);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}

.dancingscript-medium-clay-creek-26px {
  color: var(--clay-creek);
  font-family: var(--font-family-dancing_script);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 500;
}

.shipporimincho-semi-bold-mango-tango-16px {
  color: var(--mango-tango);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}

.shipporimincho-bold-white-20px {
  color: var(--white);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.shipporimincho-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.shipporimincho-semi-bold-emperor-14px {
  color: var(--emperor);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 600;
}

.shipporimincho-bold-white-24px {
  color: var(--white);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}

:root {
}


/* screen - pc */

.pc {
  align-items: center;
  background-color: var(--white);
  display: inline-flex;
  flex-direction: column;
  left: 0px;
  overflow: hidden;
  position: relative;
  top: 0px;
}

.pc .mask-group-OxmoKw {
  background-color: transparent;
  height: 302px;
  position: relative;
  width: 1440px;
}

.pc .mask-group-q5FC2T {
  background-color: transparent;
  height: 480px;
  position: relative;
  width: 100%;
}

.pc .frame-319-OxmoKw {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  padding: 60px 0px;
  position: relative;
  width: 1000px;
}

.pc .frame-318-HHxjYX {
  align-self: stretch;
  width: 100%;
}

.pc .about-lfw6MN {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.pc .text_label-lfw6MN {
  align-self: stretch;
  line-height: 28px;
  text-align: center;
}

.pc .text_label-HHxjYX {
  align-self: stretch;
  line-height: 30px;
  text-align: center;
}

.pc .frame-327-OxmoKw {
  align-items: center;
  background-color: #f9f5ec;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 60px 10px;
  position: relative;
  width: 100%;
}

.pc .frame-326-oPuOW9 {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.pc .frame-324-cxPO2O {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.pc .text_label-HS0BOi {
  line-height: 30px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .text_label-x5ZU1U {
  align-self: stretch;
  color: var(--emperor);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
}

.pc .frame-325-cxPO2O {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  position: relative;
  width: 952px;
}

.pc .frame-15-QSinx5 {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 30px;
  position: relative;
  width: 100%;
}

.pc .mask-group-CnNvnm {
  background-color: transparent;
  height: 160px;
  position: relative;
  width: 160px;
}

.pc .mask-group-Qmwq8n {
  background-color: transparent;
  height: 160px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 160px;
}

.pc .text_label-HadHd2 {
  color: transparent;
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  text-align: left;
  width: 714px;
}

.pc .span0-CuVTyI {
  font-style: normal;
}

.pc .span1-CuVTyI {
  font-style: normal;
}

.pc .span2-CuVTyI {
  font-style: normal;
}

.pc .span3-CuVTyI {
  font-style: normal;
}

.pc .span4-CuVTyI {
  font-style: normal;
}

.pc .polygon-2-CnNvnm {
  left: 179px;
}

.pc .frame-14-QSinx5 {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 30px;
  position: relative;
  width: 100%;
}

.pc .text_label-GxJomw {
  color: transparent;
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  text-align: left;
  width: 714px;
}

.pc .span0-m6U7QA {
  font-style: normal;
}

.pc .span1-m6U7QA {
  font-style: normal;
}

.pc .span2-m6U7QA {
  font-style: normal;
}

.pc .span3-m6U7QA {
  font-style: normal;
}

.pc .span4-m6U7QA {
  font-style: normal;
}

.pc .polygon-2-73hEuu {
  left: 756px;
}

.pc .mask-group-73hEuu {
  background-color: transparent;
  height: 160px;
  position: relative;
  width: 160px;
}

.pc .frame-330-OxmoKw {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding: 60px 10px;
  position: relative;
  width: 1000px;
}

.pc .group-8-JhSZoH {
  background-color: transparent;
  height: 30px;
  position: relative;
  width: 30px;
}

.pc .text_label-JhSZoH {
  line-height: 30px;
  text-align: center;
  width: fit-content;
}

.pc .frame-361-OxmoKw {
  align-items: flex-start;
  background-color: transparent;
  background-image: url(/lib/img/special_timesliptravel/pc_full_files/frame-361-1.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 60px 220px;
  position: relative;
  width: 100%;
}

.pc .frame-343-B4aWRr {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  width: 1000px;
}

.pc .frame-341-x00Kh1 {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  border-radius: 6px;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 40px 16px;
  position: relative;
  width: 100%;
}

.pc .frame-340-K0KQRP {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
  width: 780px;
}

.pc .find-a-hotel-EMTWeP {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.pc .text_label-EMTWeP {
  align-self: stretch;
  line-height: 28px;
  text-align: center;
}

.pc .frame-360-mWQxk2 {
  align-items: flex-end;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.pc .group-16-kEA9J9 {
  background-color: transparent;
  height: 159.99998474121094px;
  position: relative;
  width: 528px;
}

.pc .frame-328-vlMu9R {
  left: 0px;
  top: 0px;
}

.pc .mask-group-fbWki6 {
  background-color: transparent;
  height: 160px;
  position: relative;
  width: 160px;
}

.pc .mask-group-kNtnW1 {
  background-color: transparent;
  height: 160px;
  position: relative;
  width: 160px;
}

.pc .mask-group-0M3Es7 {
  background-color: transparent;
  height: 160px;
  position: relative;
  width: 160px;
}

.pc .matson-vintage-art-kEA9J9 {
  background-color: transparent;
  color: var(--emperor);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.00px;
  line-height: 24px;
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: fit-content;
}

.pc .text_label-mWQxk2 {
  align-self: stretch;
  line-height: 30px;
  text-align: center;
}

.pc .frame-339-ee3mn3 {
  gap: 16px;
}

.pc .frame-339-5CGOxs {
  gap: 16px;
}

.pc .frame-332-u4qe1a {
  background-color: var(--parchment);
  height: 34px;
  justify-content: center;
  padding: 6px 116px;
}

.pc .text_label-Sx7VWP {
  line-height: 28px;
  margin-bottom: -2.00px;
  margin-top: -4.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .frame-337-u4qe1a {
  align-items: center;
  border-color: var(--parchment);
  justify-content: center;
  padding: 24px 49px;
}

.pc .frame-336-PW07IN {
  align-items: center;
  display: flex;
  width: 323px;
}

.pc .frame-335-5KXfxS {
  background-color: var(--clay-creek);
}

.pc .text_label-ROdxno {
  line-height: 24px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .text_label-5KXfxS {
  line-height: 24px;
  text-align: center;
  width: 303px;
}

.pc .text_label-ZZUyAS {
  align-self: stretch;
  line-height: 18px;
  text-align: left;
}

.pc .frame-342-x00Kh1 {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--white);
  border-radius: 6px;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 40px 16px;
  position: relative;
  width: 100%;
}

.pc .frame-340-5NwyaU {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  width: 780px;
}

.pc .take-a-photo-pl2Ap3 {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.pc .text_label-pl2Ap3 {
  align-self: stretch;
  line-height: 28px;
  text-align: center;
}

.pc .frame-16-E4FvXj {
  align-items: flex-end;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  position: relative;
  width: 526px;
}

.pc .frame-328-P3ZZFy {
  flex: 0 0 auto;
  margin-left: -2.00px;
}

.pc .mask-group-rC2vLT {
  background-color: transparent;
  height: 160px;
  position: relative;
  width: 160px;
}

.pc .mask-group-1H8ixM {
  background-color: transparent;
  height: 160px;
  position: relative;
  width: 160px;
}

.pc .mask-group-PhZdY5 {
  background-color: transparent;
  height: 160px;
  position: relative;
  width: 160px;
}

.pc .text_label-P3ZZFy {
  color: var(--emperor);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  white-space: nowrap;
  width: fit-content;
}

.pc .text_label-E4FvXj {
  align-self: stretch;
  line-height: 30px;
  text-align: center;
}

.pc .frame-339-zYsVek {
  gap: 10px;
}

.pc .frame-332-ePaVON {
  background-color: var(--parchment);
  height: 34px;
  justify-content: center;
  padding: 6px 116px;
}

.pc .text_label-9UeK9U {
  line-height: 28px;
  margin-bottom: -2.00px;
  margin-top: -4.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .frame-337-ePaVON {
  align-items: center;
  border-color: var(--parchment);
  justify-content: center;
  padding: 24px 49px;
}

.pc .frame-336-LAdGPa {
  align-items: center;
  display: inline-flex;
}

.pc .frame-335-qsi2Wa {
  background-color: var(--clay-creek);
}

.pc .text_label-uPK60x {
  line-height: 24px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .text_label-qsi2Wa {
  line-height: 30px;
  text-align: center;
  width: fit-content;
}

.pc .text_label-sWxLu2 {
  align-self: stretch;
  line-height: 18px;
  text-align: left;
}

.pc .frame-340-zYsVek {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  width: 100%;
}

.pc .frame-332-PxxFw4 {
  background-color: #efefef;
  height: 34px;
  justify-content: center;
  padding: 6px 116px;
}

.pc .text_label-xZvSro {
  line-height: 28px;
  margin-bottom: -2.00px;
  margin-top: -4.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .frame-337-PxxFw4 {
  align-items: center;
  border-color: #efefef;
  justify-content: center;
  padding: 24px 49px;
}

.pc .frame-336-Rf594d {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.pc .frame-335-iQn251 {
  background-color: #999999;
}

.pc .text_label-JxOMfC {
  line-height: 24px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .text_label-iQn251 {
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .text_label-KxAXhx {
  align-self: stretch;
  line-height: 18px;
  text-align: left;
}

.pc .text_label-XKRjBi {
  align-self: stretch;
  height: 28px;
  line-height: 28px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
}

.pc .view-qVJ5og {
  background-color: transparent;
  gap: 4px;
  justify-content: center;
}

.pc .title-7xe35J {
  background-color: transparent;
  color: var(--emperor);
  font-family: var(--font-family-shippori_mincho);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.00px;
  line-height: 38px;
  margin: -1.00px 0 0 0;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pc .view-EJpRdD {
  background-color: transparent;
  gap: 10px;
  justify-content: center;
}

.pc .view-8hQYpt {
  background-color: var(--parchment);
  gap: 10px;
  justify-content: center;
  padding: 4px;
}

.pc .text_label-tbGrOa {
  line-height: 16px;
  margin-top: -1.00px;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pc .view-PpoMqd {
  background-color: transparent;
  gap: 5px;
}

.pc .view-b9v5xj {
  background-color: transparent;
  gap: 5px;
}

.pc .text_label-epWByW {
  line-height: 16px;
  margin-top: -1.00px;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pc .view-1EacZG {
  background-color: transparent;
  gap: 5px;
}

.pc .text_label-9IbWzx {
  line-height: 16px;
  margin-top: -1.00px;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pc .cv_btn-4xJwpi {
  gap: 8px;
  justify-content: center;
}

.pc .text_label-lhqpWx {
  flex: 1;
  line-height: 23px;
  text-align: left;
}

.pc .text_label-Jvj3JC {
  color: var(--white);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pc .cv_btn-zaBAXB {
  gap: 10px;
}

.pc .frame-355-OxmoKw {
  align-items: center;
  background-color: transparent;
  padding: 60px 10px;
  width: 1440px;
}

.pc .mask-group-eRcCnQ {
  background-color: transparent;
  height: 942px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.pc .frame-354-eRcCnQ {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  gap: 24px;
}

.pc .frame-364-REWEta {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.pc .frame-318-fNnkZX {
  width: 337px;
}

.pc .points-4cEpOW {
  align-self: stretch;
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-family-dancing_script);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.00px;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.pc .text_label-4cEpOW {
  line-height: 28px;
  margin-left: -11.50px;
  margin-right: -11.50px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .frame-363-fNnkZX {
  align-items: flex-start;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.pc .frame-351-dTu2kL {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 6px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 24px;
  position: relative;
  width: 1000px;
}

.pc .mask-group-UDyvTV {
  background-color: transparent;
  height: 160px;
  position: relative;
  width: 160px;
}

.pc .frame-340-UDyvTV {
  align-items: flex-start;
  align-self: stretch;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
}

.pc .point-1-hqxLET {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .x40-hqxLET {
  text-align: center;
  white-space: nowrap;
}

.pc .x40-EGoc7s {
  text-align: left;
}

.pc .frame-354-dTu2kL {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 6px;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 24px;
  width: 1000px;
}

.pc .mask-group-aNlMCP {
  background-color: transparent;
  height: 160px;
  position: relative;
  width: 160px;
}

.pc .frame-340-aNlMCP {
  align-items: flex-start;
  align-self: stretch;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
}

.pc .point-2-ebwjqa {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .text_label-ebwjqa {
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .text_label-ncQbcA {
  line-height: 24px;
  text-align: left;
  width: fit-content;
}

.pc .frame-355-dTu2kL {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  padding: 24px;
  width: 1000px;
}

.pc .frame-350-1P9mTl {
  margin-right: -1.00px;
}

.pc .mask-group-x1v0pw {
  background-color: transparent;
  height: 160px;
  position: relative;
  width: 160px;
}

.pc .frame-340-x1v0pw {
  align-items: flex-start;
  align-self: stretch;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
}

.pc .point-3-ZTZ2fn {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .text_label-ZTZ2fn {
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.pc .text_label-bdeUUD {
  line-height: 24px;
  text-align: left;
  width: 769px;
}

.pc .arrow-2-OxmoKw {
  background-color: transparent;
  height: 52px;
  object-fit: cover;
  width: 6px;
  transform: translate(0rem, 2rem); /** Make element float above */
  z-index: 1; /** Make element float above */
}

.pc .frame-358-OxmoKw {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 60px 19px;
  position: relative;
  width: 1440px;
}

.pc .frame-357-KGBwxA {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.pc .frame-318-EiwUpa {
  align-self: stretch;
  width: 100%;
}

.pc .flow-E8mPCJ {
  align-self: stretch;
  letter-spacing: 0.00px;
  line-height: 40px;
  margin-top: -1.00px;
  text-align: center;
}

.pc .text_label-E8mPCJ {
  align-self: stretch;
  line-height: 28px;
  text-align: center;
}

.pc .frame-356-EiwUpa {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 1000px;
}

.pc .frame-365-o3S1Mp {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 1000px;
}

.pc .flow-iLpfrz {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 1000px;
}

.pc .frame-332-LOXhlk {
  background-color: var(--parchment);
  flex: 0 0 auto;
  padding: 8px 10px;
}

.pc .text_label-O3Y48j {
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pc .frame-337-LOXhlk {
  align-items: flex-start;
  border-color: var(--parchment);
  padding: 24px;
}

.pc .frame-336-6SgGPg {
  align-items: center;
  align-self: stretch;
  display: flex;
  width: 100%;
}

.pc .text_label-KS02Af {
  align-self: stretch;
  line-height: 24px;
  margin-top: -1.00px;
  text-align: left;
}

.pc .flow-vgwLN1 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 1000px;
}

.pc .frame-332-bc7Rge {
  background-color: var(--parchment);
  flex: 0 0 auto;
  padding: 8px 10px;
}

.pc .text_label-FzzeXz {
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pc .frame-337-bc7Rge {
  align-items: center;
  border-color: var(--parchment);
  padding: 24px;
}

.pc .frame-336-YfhyLz {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  width: 100%;
}

.pc .text_label-TIxk6z {
  align-self: stretch;
  line-height: 24px;
  margin-top: -1.00px;
  text-align: left;
}

.pc .flow-L04VIn {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 1000px;
}

.pc .frame-332-1xd7xx {
  background-color: var(--parchment);
  flex: 0 0 auto;
  padding: 8px 10px;
}

.pc .text_label-j39HZP {
  line-height: 20px;
  text-align: left;
  width: 296px;
}

.pc .frame-337-1xd7xx {
  align-items: flex-start;
  border-color: var(--parchment);
  padding: 16px 24px;
}

.pc .frame-336-ZZUr97 {
  align-items: center;
  align-self: stretch;
  display: flex;
  width: 100%;
}

.pc .text_label-wQAPxe {
  align-self: stretch;
  line-height: 24px;
  margin-top: -1.00px;
  text-align: left;
}

.pc .flow-Midxjc {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 1000px;
}

.pc .frame-332-kpDFJR {
  background-color: var(--parchment);
  flex: 0 0 auto;
  padding: 8px 10px;
}

.pc .text_label-uM6Hqx {
  line-height: 20px;
  text-align: left;
  width: 296px;
}

.pc .frame-337-kpDFJR {
  align-items: center;
  border-color: var(--parchment);
  padding: 16px 24px;
}

.pc .frame-336-IihgeH {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  width: 100%;
}

.pc .text_label-AEFkHn {
  align-self: stretch;
  line-height: 24px;
  margin-top: -1.00px;
  text-align: left;
}

.pc .frame-366-o3S1Mp {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 1000px;
}

.pc .flow-PfLYrd {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 100%;
}

.pc .frame-332-GiHeLz {
  background-color: var(--parchment);
  flex: 0 0 auto;
  padding: 8px 10px;
}

.pc .text_label-RKSuLL {
  color: var(--emperor);
  font-family: var(--font-family-shippori_mincho);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pc .frame-337-GiHeLz {
  align-items: flex-start;
  border-color: var(--parchment);
  padding: 16px 24px;
}

.pc .frame-336-aEwrNK {
  align-items: center;
  align-self: stretch;
  display: flex;
  width: 100%;
}

.pc .text_label-19KBM3 {
  align-self: stretch;
  line-height: 24px;
  margin-top: -1.00px;
  text-align: left;
}

.pc .flow-SxYlaZ {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 100%;
}

.pc .frame-332-Odkupj {
  background-color: var(--parchment);
  flex: 0 0 auto;
  padding: 8px 10px;
}

.pc .text_label-N8Ayru {
  line-height: 20px;
  text-align: left;
  width: 296px;
}

.pc .frame-337-Odkupj {
  align-items: center;
  border-color: var(--parchment);
  padding: 16px 24px;
}

.pc .frame-336-Pvwopc {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  width: 100%;
}

.pc .text_label-DoTosR {
  align-self: stretch;
  line-height: 24px;
  margin-top: -1.00px;
  text-align: left;
}

.pc .flow-hBXljg {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 100%;
}

.pc .frame-332-6Hv7xa {
  background-color: var(--parchment);
  flex: 0 0 auto;
  padding: 8px 10px;
}

.pc .text_label-b7NHtB {
  line-height: 20px;
  text-align: left;
  width: 296px;
}

.pc .frame-337-6Hv7xa {
  align-items: center;
  border-color: var(--parchment);
  padding: 16px 24px;
}

.pc .frame-336-CVO3z9 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  width: 100%;
}

.pc .text_label-0kSSDP {
  align-self: stretch;
  line-height: 24px;
  margin-top: -1.00px;
  text-align: left;
}

.pc .flow-u9nVNp {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 100%;
}

.pc .frame-332-6e6qBq {
  background-color: var(--parchment);
  flex: 0 0 auto;
  padding: 8px 10px;
}

.pc .text_label-nKYsxw {
  line-height: 20px;
  text-align: left;
  width: 296px;
}

.pc .frame-337-6e6qBq {
  align-items: center;
  border-color: var(--parchment);
  padding: 16px 24px;
}

.pc .frame-336-0rZFa5 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  padding: 0px 2px;
  width: 100%;
}

.pc .text_label-1pk4nv {
  align-self: stretch;
  line-height: 24px;
  margin-top: -1.00px;
  text-align: left;
}

.pc .frame-368-OxmoKw {
  align-items: flex-start;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  padding: 0px 0px 60px;
  position: relative;
}

.pc .x2025-02-19-113354-1-15PvKj {
  background-color: transparent;
  height: 859px;
  object-fit: cover;
  position: relative;
  width: 1002px;
}

.pc .text_label-zSeC7Z {
  align-self: stretch;
  height: 28px;
  line-height: 28px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
}

.pc .view-MjaXVI {
  background-color: transparent;
  gap: 4px;
  justify-content: center;
}

.pc .x0120-101-747-dsSXRl {
  background-color: transparent;
  color: var(--emperor);
  font-family: var(--font-family-shippori_mincho);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.00px;
  line-height: 38px;
  margin-top: -1.00px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pc .view-9xqdY3 {
  background-color: transparent;
  gap: 10px;
  justify-content: center;
}

.pc .view-kjAb2m {
  background-color: var(--parchment);
  gap: 10px;
  justify-content: center;
  padding: 4px;
}

.pc .text_label-LE4KGg {
  line-height: 16px;
  margin-top: -1.00px;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pc .view-YQJWKU {
  background-color: transparent;
  gap: 5px;
}

.pc .view-j9R1Ai {
  background-color: transparent;
  gap: 5px;
}

.pc .text_label-QkCbuA {
  line-height: 16px;
  margin-top: -1.00px;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pc .view-SwV7HS {
  background-color: transparent;
  gap: 5px;
}

.pc .text_label-9DcZr3 {
  line-height: 16px;
  margin-top: -1.00px;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pc .cv_btn-Mpid75 {
  gap: 8px;
  justify-content: center;
}

.pc .text_label-3mFxHl {
  flex: 1;
  line-height: 23px;
  text-align: left;
}

.pc .text_label-2xspvO {
  color: var(--white);
  font-family: var(--font-family-shippori_mincho);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pc .cv_btn-dXZqVH {
  gap: 10px;
}

.pc .mask-group-JIchIx {
  background-color: transparent;
  height: 200px;
  position: relative;
  width: 1440px;
}

.pc .contact_pc {
  align-items: center;
  background-color: #a89463;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 60px 0px;
  position: relative;
  width: 100%;
}

.pc .cv_btn {
  align-items: center;
  background-color: transparent;
  border-radius: 5px;
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 280px;
  padding: 5px 10px;
  position: relative;
}

.pc .flow {
  background-color: transparent;
  position: relative;
}

.pc .frame-3 {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.pc .frame-318 {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.pc .frame-320 {
  align-items: flex-start;
  background-color: var(--white);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 24px;
  justify-content: center;
  position: relative;
}

.pc .frame-323 {
  align-items: center;
  background-color: var(--white);
  border-radius: 6px;
  display: flex;
  gap: 16px;
  padding: 24px;
  position: relative;
  width: 762px;
}

.pc .frame-328 {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  gap: 24px;
  position: relative;
}

.pc .frame-329 {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  position: relative;
  width: 100%;
}

.pc .frame-331 {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  position: relative;
  width: 100%;
}

.pc .frame-332 {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 10px;
  position: relative;
  width: 100%;
}

.pc .frame-335 {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 2px 10px;
  position: relative;
}

.pc .frame-336 {
  background-color: transparent;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.pc .frame-337 {
  align-self: stretch;
  background-color: transparent;
  border: 1px #F1E7CD solid;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: 100%;
}

.pc .frame-338 {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.pc .frame-339 {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.pc .frame-340 {
  background-color: transparent;
  flex-direction: column;
  position: relative;
}

.pc .frame-345 {
  align-items: flex-start;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.pc .frame-346 {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  border-radius: 6px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 24px 0px;
  position: relative;
  width: 100%;
}

.pc .frame-347 {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  position: relative;
  width: 780px;
}

.pc .frame-349 {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.pc .frame-350 {
  align-items: flex-start;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.pc .frame-354 {
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.pc .frame-355 {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.pc .frame-362 {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 24px;
  justify-content: center;
  position: relative;
}

.pc .frame-6 {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.pc .frame-7 {
  align-items: center;
  background-color: var(--emperor);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0px 2px;
  position: relative;
  width: 323px;
}

.pc .frame-8 {
  align-items: center;
  background-color: var(--emperor);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 42px;
  justify-content: center;
  padding: 2px 0px;
  position: relative;
  width: 323px;
}

.pc .group-17 {
  background-color: transparent;
  height: 27px;
  position: relative;
  width: 41.945518493652344px;
}

.pc .mail_24dp_5-f6368_fi {
  background-color: transparent;
  height: 25px;
  position: relative;
  width: 25px;
}

.pc .phone_in_talk_24dp_5 {
  background-color: transparent;
  height: 25px;
  position: relative;
  width: 25px;
}

.pc .polygon-2 {
  background-color: transparent;
  height: 17px;
  position: absolute;
  top: 40px;
  width: 17px;
}

.pc .polygon-3 {
  background-color: transparent;
  height: 24px;
  position: relative;
  width: 58.8896484375px;
}

.pc .polygon-4 {
  background-color: transparent;
  height: 24px;
  position: relative;
  width: 58.8896484375px;
}

.pc .polygon-5 {
  background-color: transparent;
  height: 24px;
  position: relative;
  width: 58.8896484375px;
}

.pc .text_label {
  background-color: transparent;
  letter-spacing: 0.00px;
  position: relative;
}

.pc .view {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
}

.pc .web {
  background-color: transparent;
  flex: 1;
  letter-spacing: 0.00px;
  line-height: 23px;
  position: relative;
  text-align: left;
}

.pc .x1 {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 40px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: 29px;
}

.pc .x40 {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 24px;
  position: relative;
  width: fit-content;
}

.pc .x9001300 {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 16px;
  margin-top: -1.00px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.pc .x9001800 {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 16px;
  margin-top: -1.00px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}
/* @import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap'); */

#anima-interface{
  transition: all 0.5s ease-in-out;
}

#anima-watermark {
  transition: all 0.5s ease-in-out;
  display: none;
}
#anima-watermark-link{
  position: fixed;
  bottom:20px;
  height:30px;
  border-radius: 1000px;
  background: #3B3B3B;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  user-select:none;
  transition: width 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  text-decoration:none;
  color:#fff;
  padding:8px 16px 8px 11px;
  font-family:Mulish, sans-serif;
  font-size:12px;
}
#anima-watermark-link .text {
  margin-left: 6px;
}

.omniview-anima-action-links .link{
  height: 30px;
  width: 30px;
  border-radius: 1000px;
  background: #3B3B3B;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  user-select:none;
  transition: width 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  text-decoration:none;
  color:#fff;
}
.omniview-anima-action-links #comment-link .text,.omniview-anima-action-links #code-link .text{
  display:none;
  font-size:12px;
  margin-right:5px;
}
.omniview-anima-action-links #comment-link:hover,.omniview-anima-action-links #code-link:hover{
  width:105px;
}
.omniview-anima-action-links #comment-link.pop-active,.omniview-anima-action-links #code-link.pop-active{
  width:105px;
  background: #FF6250;
}
.omniview-anima-action-links #comment-link.pop-active .text,.omniview-anima-action-links #code-link.pop-active .text{
  display:block
}
.omniview-anima-action-links #comment-link:hover .text,.omniview-anima-action-links #code-link:hover .text{
  display:block;
}

.link.navigation{
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  width:auto;
  height:32px;
  color:#fff;
  font-size:12px;
  cursor:default;
  padding:0 5px;
}
.link.navigation .icon{
  margin:0 6px;
  fill:none;
  stroke:currentColor;
  cursor:pointer;
}
.link.navigation .icon.disabled{
  opacity:0.5;
  cursor:default;
}


.link.navigation .home-icon{
  margin-left:6px;
  fill:currentColor;
  stroke:currentColor;
  cursor:pointer;
}

.omniview-anima-action-links .restart{
  height: 30px;
  padding:0 12px;
  background: #3B3B3B;
  border-radius: 1000px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  color:#f1f1f1;
  font-size: 12px;
}

.omniview-anima-action-links{
  display:flex;
  align-items:center;
  position:fixed;
  bottom:20px;
  right:20px;
  font-family:Mulish, sans-serif;
  transition: all 0.5s ease-in-out;
  opacity:1;
}

.omniview-anima-action-links > * + *{
  margin-right: 0;
  margin-left: 10px;
}

.idle{
  opacity:0;
  pointer-events:none;
}

#popoverOpener {
  position: absolute;
  left: 50%;
  margin-left: -10vw;
  text-align: center;
  top: 45vh;
  width: 20vw;
}


.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  font-family: "sans-serif";
  font-size: 14px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.popover.top {
  margin-top: -12px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  height: 100%;
  width: 100%;
  display:flex;
  overflow:hidden;
  font-family:Mulish, sans-serif;
}



.popover>.arrow,.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  content: "";
  border-width: 10px
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  border-bottom-width: 0
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25);
  border-left-width: 0
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff
}



#anima-comment-popover,#anima-code-popover{
  background:#333333;
  color:#fff;
}

#anima-comment-popover.top>.arrow,#anima-comment-popover.top>.arrow:after,#anima-code-popover.top>.arrow:after,#anima-code-popover.top>.arrow {
  border-top-color:#333;
}

#anima-comment-popover .btn,#anima-code-popover .btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 20px;
  background: #FF6250;
  color:#fff;
  border-radius: 100px;
  width: max-content;
  text-decoration:none;
}

@media screen and (max-width: 550px) {
  #anima-watermark-link {
    padding: 6px !important;
  }
  #anima-watermark-link .text {
    display: none !important;
  }
}