@charset "utf-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: '(' attr(href) ')';
  }
  abbr[title]:after {
    content: '(' attr(title) ')';
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  width: 100%;
}
body {
  background: #fff;
  background-size: 100% !important;
  font-size: 18px !important;
  font-family: 'Roboto', sans-serif !important;
  color: #000 !important;
}
:root {
  --pink: #818de1;
  --drkpnk: #6571c4;
  --bgspnk: rgba(129, 141, 225, 0.3);
  --lytpnk: #ffeef8;
  --wht: #fff;
  --blk: #000;
  --red: #f00;
  --lytbg: #eee;
  --lytgry: #dfdddd;
  --ultrgry: #f6f6f6;
  --hrbdr: #ccc;
  --drkgry: #888;
  --emojitab: #f7a6d0;
}
a,
a:visited,
a:link,
a:active {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #6571c4;
  text-decoration: none;
}
img {
  border: 0;
}
ul {
  list-style: none;
}
img.mob,
a.mob-btn-only {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
div {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
html,
body,
h3,
h4,
h5,
h6,
p,
span,
div {
  -webkit-font-smoothing: auto !important;
}
@-webkit-keyframes fadeinoutloop {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeinoutloop {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.inner {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 1224px;
  z-index: 888;
}

.termsC {
  width: 980px;
  margin: 40px auto;
  text-align: left;
  min-height: calc(100vh - 180px);
}

.lp-logo {
  margin: 0 30px;
}
.lp-logo img {
  width: 400px;
  height: auto;
}
.termsC h2,
.termsC h1 {
  font-size: 36px;
  margin: 40px 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #777;
}

.termsC h1 {
  margin: 40px 30px 20px;
}

.tc-box {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 30px;
  margin: 0 0 20px;
}

.tc-box h3 {
  font-size: 30px;
  margin: 0 0 10px;
  border-bottom: 1px dashed #555;
  padding-bottom: 20px;
}
.tc-box h4 {
  font-size: 24px;
  margin: 0 0 20px;
}
.tc-box h5 {
  font-size: 16px;
  margin: 0 0 20px;
}

.tc-box p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  /* word-break: break-all */
}
.tc-box ul {
  margin: 20px 30px;
}
.tc-box li {
  font-size: 16px;
  margin: 10px;
}
.faqC {
  width: 60%;
  margin: 40px auto;
  min-height: calc(100vh - 252px);
}

.faqC h3 {
  font-size: 60px;
  font-weight: 100;
  margin: 20px 0 10px;
}

.faqC h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 100;
  margin-bottom: 10px;
}

.faq-box {
  color: #fff;
}

.faq-box ul {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 1px 23px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 1px 1px 23px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 1px 1px 23px 0px rgba(0, 0, 0, 0.49);
  border: 1px dashed #888;
  color: #fff;
  text-shadow: none;
}

.faq-box li {
  border-bottom: 1px dashed #666;
}

.faq-box li:hover {
  background: rgba(255, 255, 255, 0.05);
}

.faq-box li.active {
  background: rgba(0, 0, 0, 0.4);
}

.faqQ {
  position: relative;
  border-left: 5px solid transparent;
  padding: 16px 20px;
  cursor: pointer;
}

.faqQ:after {
  position: absolute;
  top: 12px;
  right: 17px;
  content: '\f055';
  font-size: 24px;
  font-family: 'FontAwesome';
  color: #fcd6ed;
}

.faqQ h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 100;
  padding-right: 30px;
}

.faqQ.active,
.price-cont li:hover {
  border-left: 5px solid #fcd6ed;
}

.faqQ.active:after {
  content: '\f056';
}

.faqA {
  padding: 10px 30px;
  display: none;
}

.faqA p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.tab-nav {
  text-align: left;
  margin-top: 20px;
}

.tab-nav a {
  position: relative;
  display: inline-block;
  margin: 0 2px 0 0;
  background: #474747;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px 5px 0 0;
}

.tab-nav a:hover,
.tab-nav a.active {
  background: #682046;
}

.tab-cont {
  display: none;
}

.tab-cont.active {
  display: block;
}

.mobbg {
  display: none;
}

.faq-box li {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

footer {
  position: relative;
  background: #000;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  z-index: 3;
}

footer p {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

footer p a {
  display: inline-block;
  padding: 0 5px;
  color: #fff !important;
  text-decoration: underline !important;
}
footer span a {
  font-size: 30px;
  display: inline-block;
  margin: 0 10px 10px;
  color: #fff !important;
}

footer span a svg {
  width: 30px;
  height: 30px;
  transform: translateY(4px);
  margin: 0 5px;
}

footer span svg .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ffffff;
}

footer span a:hover svg .st0 {
  fill: #f41c97;
}

:-moz-any-link:focus {
  outline: none;
}

input[type='image']:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
  border: none;
}

abbr[title],
acronym[title] {
  border-bottom: none;
}

*:focus {
  outline: none;
}

.mailfrom {
  width: 600px;
  margin: 20px auto;
}
.mailfrom input[type='text'],
.mailfrom textarea {
  width: 100%;
  border-radius: 7px;
  font-size: 18px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin: 7px 0;
}
.mailfrom textarea {
  height: 150px;
}
.mailfrom input[type='submit'] {
  background: #000;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px;
  width: 100%;
  border: 0;
  color: #fff;
  margin-top: 15px;
}
.lnkc {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.mailfrom h5 {
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}
.st-check {
  display: block;
  position: relative;
  margin: 20px 0 0;
  cursor: pointer;
  padding-left: 50px;
  font-size: 16px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
.st-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.st-cm {
  position: absolute;
  top: 2px;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #999;
  border-radius: 12px;
}
.st-check:hover input ~ .st-cm {
  background-color: #666;
}
.st-check input:checked ~ .st-cm {
  background-color: #000;
}
.st-cm:after {
  content: '';
  position: absolute;
  display: none;
}
.st-check input:checked ~ .st-cm:after {
  display: block;
}
.st-check .st-cm:after {
  left: 16px;
  top: 7px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 5px 5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*****************************************
  upload button styles
******************************************/
.file-upload {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 15px;
}
.file-upload__label {
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #000;
  background: #fff;
  border-radius: 7px;
  transition: background 0.3s;
  border: 1px solid #999;
}
.file-upload__label:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  font-size: 24px;
  line-height: 46px;
  height: 100%;
  background: #000;
  content: '\f07c';
  font-family: 'fontawesome';
  color: #fff;
  text-align: center;
  border-radius: 7px;
}
.file-upload__label:hover {
  cursor: pointer;
  background: #eee;
}
.file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}
.jugenlogo img {
  width: 140px;
  height: auto;
}
.new-sect {
  border-bottom: 1px dashed #999;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {
  .faqC {
    width: 90%;
  }
}

@media screen and (max-width: 1254px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
  .faqC {
    width: 96%;
  }
  .tab-nav a {
    font-size: 16px;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 980px) {
  .termsC {
    width: 96%;
  }
  body {
    background: #000;
  }
  .mobbg {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    background: #000;
    background-size: 200px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-attachment: inherit;
  }
  .tab-nav {
    text-align: center;
    margin-bottom: 10px;
  }
  .tab-nav a {
    font-size: 16px;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
  }
  .faqQ h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }
  .faqA p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 680px) {
  .ftr-logo span {
    margin: 10px 0;
  }
  .tc-box {
    padding: 1px 20px 15px;
  }
  .termsC h1 {
    margin: 40px 20px 0;
    font-size: 9vw;
  }
  .termsC h2 {
    font-size: 7vw;
    margin: 30px 0 10px;
  }
  .tc-box h3 {
    font-size: 6.5vw;
    line-height: 8vw;
    margin-top: 20px;
  }
  .lp-logo img,
  .logo img {
    max-width: 80%;
    height: auto;
  }
  .faqC {
    width: 92%;
    text-align: center;
  }
  .faq-box {
    text-align: left;
  }
  .faqQ {
    padding: 10px 15px;
  }
  .tab-nav a {
    margin: 5px 2px;
    font-size: 4.5vw;
  }
  .faqQ h4 {
    font-size: 4.5vw;
    line-height: 6.5vw;
  }
  .faqQ:after {
    top: 8px;
    right: 12px;
    font-size: 5vw;
  }
  .faqA p {
    font-size: 4vw;
    line-height: 6vw;
  }
  .mailfrom {
    width: 96%;
  }
}
