:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--section-gap: 160px}:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{display:flex;place-items:center}#app{display:grid;grid-template-columns:1fr 1fr;padding:0 2rem}}@keyframes fadeVolume{0%{height:0}to{height:50px}}@keyframes fadeRate{0%{max-height:0}to{max-height:120px}}.fade-volume-enter-active{animation:fadeVolume .3s}.fade-volume-leave-active{animation:fadeVolume .3s reverse}.fade-rate-enter-active{animation:fadeRate .3s}.fade-rate-leave-active{animation:fadeRate .3s reverse}.audio-player .audio__btn-wrap{position:relative;display:flex;align-items:center;justify-content:center}.audio-player .audio__play-icon{width:100%;height:100%;fill:currentColor;overflow:hidden}.audio-player .audio__play-volume-icon-wrap{position:relative;width:21px;height:21px;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;margin-left:16px}.audio-player .audio__play-volume-icon-wrap .audio__play-volume-wrap{position:absolute;width:14px;height:50px;bottom:21px;left:0;background-color:#ddd;border-radius:10px}.audio-player .audio__play-volume-icon-wrap .audio__play-volume-wrap .audio__play-volume{position:absolute;right:0;bottom:0;left:0;border-radius:10px}.audio-player .audio__play-rate{position:relative;height:21px;line-height:21px;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;font-size:14px;margin-right:16px}.audio-player .audio__play-rate__dropdown{position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:2px;color:#fff;border-radius:15px;font-size:12px;overflow:hidden}.audio-player .audio__play-prev{cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.audio-player .audio__play-prev svg{display:block;width:21px;height:33px}.audio-player .audio__play-prev.disable{opacity:.5}.audio-player .audio__play-start{margin:0 16px;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.audio-player .audio__play-start svg{display:block;width:42px;height:42px}.audio-player .audio__play-pause{margin:0 16px;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.audio-player .audio__play-pause svg{display:block;width:42px;height:42px}.audio-player .audio__play-next{cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.audio-player .audio__play-next svg{display:block;width:21px;height:33px}.audio-player .audio__play-next.disable{opacity:.5}.audio__notice{position:absolute;bottom:-15px;color:#bdb2b2;border-radius:4px;font-size:12px}.audio-player .audio__progress-wrap{position:relative;background:#ddd;height:4px;border-radius:3px;margin-top:20px;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.audio-player .audio__progress{position:absolute;left:0;top:0;bottom:0;width:0;border-radius:3px}.audio-player .audio__progress-point{position:absolute;left:-8px;top:50%;width:16px;height:16px;border-radius:50%;margin-top:-8px}.audio-player .audio__progress-point:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;margin:-3px 0 0 -3px;background:#fff;border-radius:50%}.audio-player .audio__time-wrap{display:flex;flex-direction:row;justify-content:space-between;margin-top:7px}.audio-player .audio__current-time,.audio-player .audio__duration{font-size:10px;color:#888}.audio-player .audio-player__audio{display:block;margin:0 auto}@media (any-hover: hover){.audio-player .audio__play-rate:hover>span{opacity:.7}.audio-player .audio__play-rate__dropdown>div:hover,.audio__play-icon:hover{opacity:.7}}.audio__play-loading{width:42px;height:42px;position:relative;margin:0 16px}.audio__play-loading span{display:inline-block;width:8px;height:8px;border-radius:50%;position:absolute;animation:loading 1.04s ease infinite}@keyframes loading{0%{opacity:1}to{opacity:.2}}.audio__play-loading span:nth-child(1){left:0;top:50%;margin-top:-4px;animation-delay:.13s}.audio__play-loading span:nth-child(2){left:7px;top:7px;animation-delay:.26s}.audio__play-loading span:nth-child(3){left:50%;top:0;margin-left:-4px;animation-delay:.39s}.audio__play-loading span:nth-child(4){top:7px;right:7px;animation-delay:.52s}.audio__play-loading span:nth-child(5){right:0;top:50%;margin-top:-4px;animation-delay:.65s}.audio__play-loading span:nth-child(6){right:7px;bottom:7px;animation-delay:.78s}.audio__play-loading span:nth-child(7){bottom:0;left:50%;margin-left:-4px;animation-delay:.91s}.audio__play-loading span:nth-child(8){bottom:7px;left:7px;animation-delay:1.04s}.btn[data-v-bd88b808]{align-items:center;background-color:red;border:none;border-radius:100%;color:#fff;cursor:pointer;display:inline-flex;font-size:1em;height:60px;font-weight:700;justify-content:center;padding:1em;width:60px}.btn span[data-v-bd88b808]{font-size:2.5em}.btn+.btn[data-v-bd88b808]{margin-left:2.8em}.btn-green[data-v-bd88b808]{background-color:#90ee90;color:#000;width:90px;height:90px}.btn-green span[data-v-bd88b808]{font-size:3.5em}.title[data-v-bd88b808]{text-align:center}.footer[data-v-bd88b808]{bottom:2em;display:flex;justify-content:center;position:absolute;width:calc(100% - 4rem)}.calling-screen[data-v-bd88b808]{margin-bottom:1.5em;text-align:center}.call-number[data-v-bd88b808]{background-color:var(--color-background-soft);border-radius:6px;font-size:2em;margin:1em 0 1.5em;padding:.2em .8em;height:60px}.phone-keypad[data-v-bd88b808]{display:grid;grid-template-columns:repeat(3,1fr);gap:2em}.phone-keypad .phone-keypad__number[data-v-bd88b808]{border:1px solid white;border-radius:100%;cursor:pointer;display:grid;width:64px;height:64px;place-content:center;font-size:1.5em}.phone-bottom[data-v-bd88b808]{align-items:center;display:flex;margin-top:3em;width:100%}.memo-instruction[data-v-bd88b808],.no-answer[data-v-bd88b808]{margin:1em 0 3em}header[data-v-e958af78]{line-height:1.5}.logo[data-v-e958af78]{display:block;margin:0 auto 2rem}@media (min-width: 1024px){header[data-v-e958af78]{display:flex;place-items:center;padding-right:calc(var(--section-gap) / 2)}.logo[data-v-e958af78]{margin:0 2rem 0 0}header .wrapper[data-v-e958af78]{display:flex;place-items:flex-start;flex-wrap:wrap}}
