/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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,
font,
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* 2 */
}

a {
  background-color: transparent;
  border: 0;
  color: currentcolor;
  font: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

img {
  border-style: none;
  display: block;
}

ol,
ul {
  list-style: none;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

blockquote,
q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-4-26 16:6:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-vert-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes gradient {
  0% {
    -webkit-transform: rotate(25deg) translateX(-500%);
            transform: rotate(25deg) translateX(-500%);
  }
  100% {
    -webkit-transform: rotate(25deg) translateX(500%);
            transform: rotate(25deg) translateX(500%);
  }
}
@keyframes gradient {
  0% {
    -webkit-transform: rotate(25deg) translateX(-500%);
            transform: rotate(25deg) translateX(-500%);
  }
  100% {
    -webkit-transform: rotate(25deg) translateX(500%);
            transform: rotate(25deg) translateX(500%);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes letter-spacing {
  0% {
    letter-spacing: 5px;
  }
  100% {
    letter-spacing: auto;
  }
}
@keyframes letter-spacing {
  0% {
    letter-spacing: 5px;
  }
  100% {
    letter-spacing: auto;
  }
}
@-webkit-keyframes size-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes size-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes text-shine-golden {
  0% {
    text-shadow: 0 0 5px #cc7d00;
  }
  100% {
    text-shadow: 0 0 10px #cc7d00;
  }
}
@keyframes text-shine-golden {
  0% {
    text-shadow: 0 0 5px #cc7d00;
  }
  100% {
    text-shadow: 0 0 10px #cc7d00;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.svg-checkmark {
  stroke: var(--color-green-500);
  stroke-dashoffset: 745.7485351563;
  stroke-dasharray: 745.7485351563;
  -webkit-animation: svg-checkmark-dash 2s ease-out forwards 1;
          animation: svg-checkmark-dash 2s ease-out forwards 1;
}

@-webkit-keyframes svg-checkmark-dash {
  0% {
    stroke-dashoffset: 745.7485351563;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes svg-checkmark-dash {
  0% {
    stroke-dashoffset: 745.7485351563;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.svg-alert__icon {
  width: 100%;
  height: 100%;
  -webkit-animation: fade 500ms linear forwards;
          animation: fade 500ms linear forwards;
}
.svg-alert__icon-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  stroke-width: 5px;
  stroke: var(--color-accent-800);
  -webkit-animation: dash 1s ease forwards;
          animation: dash 1s ease forwards;
}
.svg-alert__icon-path--type {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
}

body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  background: var(--color-primary-900);
  color: var(--color-on-theme);
  min-height: 100vh;
}

.header,
.footer {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.footer {
  margin: 2.5rem 0;
}

h1 {
  font-size: 3.875rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.375rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

.txt {
  color: var(--color-on-theme);
  font-size: 1.125rem;
}
.txt--highlight {
  color: var(--color-accent-500);
}
.txt--google-term {
  color: rgba(var(--color-on-theme-rgb), 0.55);
}

.img-box {
  display: block;
  height: 100%;
}
.img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

:root[data-theme=theme-dark] {
  --g-bdrs: 3px;
  --color-primary-50: #EAF9FF;
  --color-primary-50-rgb: 234, 249, 255;
  --color-primary-100: #E2F1FF;
  --color-primary-100-rgb: 226, 241, 255;
  --color-primary-200: #D7E6F9;
  --color-primary-200-rgb: 215, 230, 249;
  --color-primary-300: #C6D5E8;
  --color-primary-300-rgb: 198, 213, 232;
  --color-primary-400: #A1B0C3;
  --color-primary-400-rgb: 161, 176, 195;
  --color-primary-500: #8190A1;
  --color-primary-500-rgb: 129, 144, 161;
  --color-primary-600: #5A6879;
  --color-primary-600-rgb: 90, 104, 121;
  --color-primary-700: #475565;
  --color-primary-700-rgb: 71, 85, 101;
  --color-primary-800: #293745;
  --color-primary-800-rgb: 41, 55, 69;
  --color-primary-900: #071724;
  --color-primary-900-rgb: 7, 23, 36;
  --color-on-theme: #FAFAFA;
  --color-on-theme-rgb: 250, 250, 250;
  --color-blue-500: #477bb8;
  --color-blue-500-rgb: 71, 123, 184;
  --color-blue-600: #396393;
  --color-blue-600-rgb: 57, 99, 147;
  --color-blue-700: #2b4a6e;
  --color-blue-700-rgb: 43, 74, 110;
  --color-blue-800: #1d3149;
  --color-blue-800-rgb: 29, 49, 73;
  --color-blue-900: #0e1925;
  --color-blue-900-rgb: 14, 25, 37;
  --color-red-500: #b84b47;
  --color-red-500-rgb: 184, 75, 71;
  --color-red-600: #933c39;
  --color-red-600-rgb: 147, 60, 57;
  --color-red-700: #6e2d2b;
  --color-red-700-rgb: 110, 45, 43;
  --color-green-500: #47b84b;
  --color-green-500-rgb: 71, 184, 75;
  --color-green-600: #39933c;
  --color-green-600-rgb: 57, 147, 60;
  --color-green-700: #2b6e2d;
  --color-green-700-rgb: 43, 110, 45;
  --color-gray-900: #18191b;
  --color-gray-900-rgb: 24, 25, 27;
  --color-accent-50: #FCF9EC;
  --color-accent-50-rgb: 252, 249, 236;
  --color-accent-100: #F6F0CF;
  --color-accent-100-rgb: 246, 240, 207;
  --color-accent-200: #F1E7B1;
  --color-accent-200-rgb: 241, 231, 177;
  --color-accent-300: #EADE97;
  --color-accent-300-rgb: 234, 222, 151;
  --color-accent-400: #E5D686;
  --color-accent-400-rgb: 229, 214, 134;
  --color-accent-500: #E0D077;
  --color-accent-500-rgb: 224, 208, 119;
  --color-accent-600: #D0BF71;
  --color-accent-600-rgb: 208, 191, 113;
  --color-accent-700: #BBAA69;
  --color-accent-700-rgb: 187, 170, 105;
  --color-accent-800: #A59564;
  --color-accent-800-rgb: 165, 149, 100;
  --color-accent-900: #7D725D;
  --color-accent-900-rgb: 125, 114, 93;
}

.btn {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0.5em 0.8em;
  border: 1px solid transparent;
  background: transparent;
  color: var(--color-on-theme);
  font-size: 1.125rem;
  cursor: pointer;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background 0.3s;
}
.btn .txt {
  font-size: inherit;
  text-align: center;
}
.btn--primary {
  background: linear-gradient(to bottom, var(--color-accent-700), var(--color-accent-900));
}
.btn--primary:hover {
  box-shadow: 0 -3px 10px rgba(var(--color-accent-200-rgb), 0.25);
}
.btn--primary:hover::before {
  background: rgba(var(--color-accent-200-rgb), 0.25);
}
.btn--disabled {
  border: 2px solid rgba(var(--color-blue-700-rgb), 0.5);
  background: var(--color-blue-800);
  pointer-events: none;
}
.btn--disabled .txt {
  opacity: 0.45;
}
.btn--disabled:hover {
  box-shadow: none;
}
.btn--disabled:hover::before {
  display: none;
}
.btn--loading {
  background: var(--color-blue-800);
  pointer-events: none;
}
.btn--loading .txt {
  opacity: 0.45;
}
.btn--loading .txt::after {
  height: 0.85em;
  width: 0.85em;
  content: "";
  display: inline-block;
  margin-left: 0.625rem;
  border: 0.25rem solid transparent;
  border-top-color: rgba(255, 255, 255, 0.65);
  border-right-color: rgba(255, 255, 255, 0.65);
  border-radius: 100%;
  -webkit-mask: linear-gradient(to right, transparent 10%, black);
          mask: linear-gradient(to right, transparent 10%, black);
  vertical-align: middle;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}

.ic-box {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
}

.ic {
  width: 1em;
  height: 1em;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ic--telegram {
  -webkit-mask-image: url("../img/icon/ic-telegram.svg");
          mask-image: url("../img/icon/ic-telegram.svg");
}
.ic--call {
  -webkit-mask-image: url("../img/icon/ic-call.svg");
          mask-image: url("../img/icon/ic-call.svg");
}
.ic--notion {
  -webkit-mask-image: url("../img/icon/ic-notion.svg");
          mask-image: url("../img/icon/ic-notion.svg");
}
.ic--x-field {
  -webkit-mask-image: url("../img/icon/ic-x-field.svg");
          mask-image: url("../img/icon/ic-x-field.svg");
}
.ic--done-field {
  -webkit-mask-image: url("../img/icon/ic-done-field.svg");
          mask-image: url("../img/icon/ic-done-field.svg");
}
.ic--check {
  -webkit-mask-image: url("../img/icon/ic-check.svg");
          mask-image: url("../img/icon/ic-check.svg");
}
.ic--x {
  -webkit-mask-image: url("../img/icon/ic-x.svg");
          mask-image: url("../img/icon/ic-x.svg");
}
.ic--member {
  -webkit-mask-image: url("../img/icon/ic-member.svg");
          mask-image: url("../img/icon/ic-member.svg");
}
.ic--viber {
  -webkit-mask-image: url("../img/icon/ic-viber.svg");
          mask-image: url("../img/icon/ic-viber.svg");
}

.form-group {
  color: var(--color-on-theme);
  font-size: 1.25rem;
}
.form-group__main {
  position: relative;
  color: var(--color-on-theme);
  font-size: 1.25rem;
}
.form-group__main label {
  font-size: 1.25rem;
  color: currentcolor;
}
.form-group__main .placeholder {
  color: rgba(var(--color-on-theme-rgb), 0.65);
  font-size: 1.25rem;
}
.form-group__main input {
  -webkit-flex: 1;
          flex: 1;
  color: currentcolor;
  font-size: 1.25rem;
  background: transparent;
  border-color: transparent;
}
.form-group__main input::-webkit-input-placeholder {
  color: rgba(var(--color-on-theme-rgb), 0.65);
  opacity: 1;
}
.form-group__main input::-moz-placeholder {
  color: rgba(var(--color-on-theme-rgb), 0.65);
  opacity: 1;
}
.form-group__main input:-ms-input-placeholder {
  color: rgba(var(--color-on-theme-rgb), 0.65);
  opacity: 1;
}
.form-group__main input::placeholder {
  color: rgba(var(--color-on-theme-rgb), 0.65);
  opacity: 1;
}
.form-group__main input::input-placeholder {
  color: rgba(var(--color-on-theme-rgb), 0.65);
}
.form-group__main input::input-placeholder {
  color: rgba(var(--color-on-theme-rgb), 0.65);
}
.form-group__main input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-group__main input:focus::-moz-placeholder {
  color: transparent;
}
.form-group__main input:focus:-ms-input-placeholder {
  color: transparent;
}
.form-group__main input:focus::placeholder {
  color: transparent;
}

.form-checkbox {
  position: relative;
}
.form-checkbox .checkbox {
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid rgba(var(--color-blue-500-rgb), 1);
}
.form-checkbox label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  color: rgba(var(--color-blue-500-rgb), 1);
  font-size: 1.125rem;
  cursor: pointer;
}
.form-checkbox label .checkbox {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.form-checkbox input {
  display: none;
}
.form-checkbox--base .checkbox {
  padding: 0.375rem;
  margin-right: 0.625rem;
  overflow: hidden;
  background: transparent;
  color: var(--color-on-theme);
}
.form-checkbox--base .ic--check {
  display: block;
  width: 100%;
  height: 100%;
  transition: -webkit-mask-position 0.1s 0.13s;
  transition: mask-position 0.1s 0.13s;
  transition: mask-position 0.1s 0.13s, -webkit-mask-position 0.1s 0.13s;
  -webkit-mask-position: 0 2em;
          mask-position: 0 2em;
}
.form-checkbox--base input:checked + .checkbox {
  box-shadow: 0 0 0.625rem rgba(var(--color-blue-500-rgb), 0.65);
}
.form-checkbox--base input:checked + .checkbox .ic--check {
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  background-color: #fff;
}

.tip {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0.375rem;
}
.tip .txt {
  color: currentcolor;
  font-size: inherit;
}
.tip--success {
  color: var(--color-green-500);
}
.tip--danger {
  color: var(--color-red-500);
}

.header {
  position: fixed;
  top: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  height: 3.875rem;
  padding: 0 2rem;
  border-bottom: 1px solid var(--color-blue-600);
  background: linear-gradient(to bottom, rgba(var(--color-blue-500-rgb), 0.35), var(--color-primary-900) 65%), var(--color-primary-900);
}
.header .avatar,
.header .ic-box {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  background-color: rgba(var(--color-blue-700-rgb), 0.65);
}
.header .avatar {
  padding: 0.25rem;
  border: 2px solid rgba(var(--color-blue-600-rgb), 0.65);
}
.header .ic-box {
  padding: 0.5rem;
  -webkit-justify-content: center;
          justify-content: center;
}
.header .ic-box .ic {
  height: 100%;
  width: 100%;
  background-color: var(--color-blue-500);
}
.header .txt {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
}
.header .info-area,
.header .contactList,
.header .userInfo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.header .logo-area {
  -webkit-flex: 0 0 15.625rem;
          flex: 0 0 15.625rem;
}
.header .info-area {
  -webkit-flex: 1;
          flex: 1;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  height: 100%;
  gap: 1.5625rem;
}
.header .contactList {
  gap: 1.5625rem;
}
.header .contactList__item a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0.5rem;
}
.header .userInfo {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  gap: 0.5rem;
}
.header .userInfo .detail {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  .header {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    -webkit-justify-content: center;
            justify-content: center;
  }
  .header .info-area {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .header {
    /* smartphones, iPhone, portrait 480x320 phones */
    -webkit-justify-content: center;
            justify-content: center;
  }
  .header .info-area {
    display: none;
  }
}

.main {
  position: relative;
  z-index: 1;
  padding-top: 3.875rem;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .main {
    /* big landscape tablets, laptops, and desktops */
    margin-bottom: 5rem;
  }
}

.footer {
  position: relative;
  z-index: 3;
  min-height: 8.125rem;
}
.footer .partnerList {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1.5rem 2.625rem;
  gap: 1.25rem;
}
.footer .partnerList > * {
  -webkit-flex: 0 0 13.75rem;
          flex: 0 0 13.75rem;
  height: 4.375rem;
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(var(--color-on-theme-rgb), 0.15);
  background: linear-gradient(135deg, rgba(var(--color-blue-500-rgb), 0.45) 0%, transparent 15%, transparent 65%, rgba(var(--color-blue-500-rgb), 0.55) 100%), rgba(var(--color-primary-900-rgb), 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 0 10px var(--color-blue-500);
}
.footer .info-area {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid var(--color-blue-600);
  background: linear-gradient(to bottom, rgba(var(--color-blue-500-rgb), 0.35), var(--color-primary-900) 65%), var(--color-primary-900);
}
.footer .info-area .ic-box {
  height: 3.4375rem;
  width: 3.4375rem;
  padding: 0.5rem;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 100%;
  background-color: rgba(var(--color-blue-700-rgb), 0.65);
}
.footer .info-area .ic-box .ic {
  height: 100%;
  width: 100%;
  background-color: var(--color-blue-500);
}
.footer .info-area .contactList {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
}
.footer .info-area .contactList__item {
  -webkit-flex: 1;
          flex: 1;
}
.footer .info-area .contactList__item a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 0.9375rem;
  height: 100%;
  padding: 1.25rem;
}
.footer .info-area .contactList__item .txt {
  font-size: 1.25rem;
}
.footer .info-area .contactList__item:not(:last-child) {
  border-right: 1px solid var(--color-blue-600);
}
.footer .txt--google-term {
  text-align: center;
  padding: 0 2.5rem;
  margin: 3.125rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  .footer {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    padding-bottom: calc(9.375rem + env(safe-area-inset-bottom));
  }
  .footer .partnerList {
    gap: 2.5rem;
  }
  .footer .info-area {
    display: block;
  }
  .footer .info-area .contactList__item {
    padding-bottom: calc(0.9375rem + env(safe-area-inset-bottom));
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .footer {
    /* smartphones, iPhone, portrait 480x320 phones */
    padding-bottom: calc(9.375rem + env(safe-area-inset-bottom));
  }
  .footer .partnerList {
    gap: 2.5rem;
  }
  .footer .info-area {
    display: block;
  }
  .footer .info-area .contactList__item {
    padding-bottom: calc(0.9375rem + env(safe-area-inset-bottom));
  }
}

.article .txt {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.2;
}
.article ol {
  list-style-type: decimal;
}
.article ul {
  list-style-type: disc;
}
.article ol, .article ul {
  padding-left: 1.875rem;
}
.article ol > li, .article ul > li {
  margin-bottom: 1rem;
}
.article h4 {
  margin-bottom: 1.25rem;
}

.popup {
  display: -webkit-flex;
  display: flex;
  position: fixed;
  inset: 0 0 auto auto;
  z-index: 4;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(var(--color-gray-900-rgb), 0.85);
}
.popup .txt {
  opacity: 0.8;
}
.popup__main {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  height: 85vh;
  border-radius: var(--g-bdrs);
  background: linear-gradient(to bottom, var(--color-blue-700), var(--color-blue-800));
  border: 1px solid var(--color-blue-500);
}
.popup__header {
  display: -webkit-flex;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-align-items: center;
          align-items: center;
  height: 3.5rem;
  border-bottom: 1px solid var(--color-blue-600);
  background: linear-gradient(to bottom, var(--color-blue-600), var(--color-blue-800) 45%);
}
.popup__header .btn {
  -webkit-flex: 0 0 3.25rem;
          flex: 0 0 3.25rem;
  height: 100%;
}
.popup__header .btn .ic-box,
.popup__header .btn .ic {
  height: 100%;
  width: 100%;
}
.popup__header .content {
  -webkit-flex: 1;
          flex: 1;
  margin: 0 1.25rem;
}
.popup__body {
  min-height: 100%;
  padding: 2.5rem;
}
.popup__body .article:not(:last-child) {
  margin-bottom: 5rem;
}
.popup--register .article h4 {
  color: var(--color-accent-300);
  margin-bottom: 1.875rem;
}
.popup--register .popup__main {
  width: 45rem;
}
@media (min-width: 320px) and (max-width: 480px) {
  .popup--register {
    /* smartphones, iPhone, portrait 480x320 phones */
    padding: 0 2.25rem env(safe-area-inset-bottom);
  }
  .popup--register .popup__main {
    max-height: 65vh;
    width: 100%;
  }
}

.modal {
  display: -webkit-flex;
  display: flex;
  position: fixed;
  inset: 0 0 auto auto;
  z-index: 5;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(var(--color-gray-900-rgb), 0.85);
}
.modal .txt {
  opacity: 0.8;
}
.modal .img-box {
  width: 6.875rem;
  margin: 0 auto;
}
.modal .message h5 {
  color: var(--color-accent-300);
  text-align: center;
  margin-bottom: 1.25rem;
}
.modal .message .txt {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
}
.modal .confirmInfo__state {
  margin-bottom: 1.625rem;
}
.modal .confirmInfo__forms {
  padding: 0.875rem;
  border: 1px solid rgba(var(--color-blue-500-rgb), 0.65);
  border-radius: var(--g-bdrs);
  background: rgba(var(--color-blue-900-rgb), 0.65);
  box-shadow: 0 0 10px rgba(var(--color-blue-500-rgb), 0.65);
}
.modal .confirmInfo--alert .confirmInfo__state {
  margin-bottom: 0;
}
.modal .form-group:not(:last-child) {
  margin-bottom: 1rem;
}
.modal .form-group__main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 1.125rem;
}
.modal .form-group__main > * {
  font-size: inherit;
}
.modal__main {
  border: 1px solid var(--color-blue-500);
  border-radius: var(--g-bdrs);
  background: linear-gradient(to bottom, var(--color-blue-700), var(--color-blue-800));
}
.modal__header {
  display: -webkit-flex;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-align-items: center;
          align-items: center;
  height: 3.5rem;
}
.modal__header .btn {
  -webkit-flex: 0 0 3.25rem;
          flex: 0 0 3.25rem;
  height: 100%;
}
.modal__header .btn .ic-box,
.modal__header .btn .ic {
  height: 100%;
  width: 100%;
}
.modal__header .content {
  -webkit-flex: 1;
          flex: 1;
  margin: 0 1.25rem;
}
.modal__body {
  min-height: 100%;
  padding: 1.25rem 2.25rem;
}
.modal__body .img-box {
  margin-bottom: 1.875rem;
}
.modal__footer .btn--primary {
  width: 100%;
  -webkit-justify-content: center;
          justify-content: center;
}
.modal--feedback-message .img-box {
  -webkit-filter: drop-shadow(0 2px 10px rgba(var(--color-gray-900-rgb), 0.65));
          filter: drop-shadow(0 2px 10px rgba(var(--color-gray-900-rgb), 0.65));
}
.modal--feedback-message .modal__header {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.modal--feedback-message .modal__main {
  width: 31.875rem;
}
.modal--feedback-message .modal__body {
  min-height: auto;
  margin-bottom: 0.625rem;
}
.modal--feedback-message .modal__footer .btn--primary {
  width: 40%;
  height: 3.125rem;
  margin: 0 auto 1.875rem;
  border-radius: var(--g-bdrs);
}

.register {
  position: relative;
}
.register .promoteCard {
  position: relative;
  -webkit-animation: rotate-vert-center 1s 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: rotate-vert-center 1s 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.register .promoteCard__header {
  position: absolute;
  z-index: 1;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
          filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
}
.register .promoteCard__header .img-box {
  height: 7.5rem;
  width: 7.5rem;
  position: relative;
  padding: 0.625rem;
}
.register .promoteCard__header .img-box img {
  position: relative;
  z-index: 1;
}
.register .promoteCard__header .deco-element {
  position: absolute;
  z-index: 1;
  -webkit-animation: fadeIn 1s linear backwards, size-scale 1s linear infinite backwards alternate;
          animation: fadeIn 1s linear backwards, size-scale 1s linear infinite backwards alternate;
}
.register .promoteCard__header .deco-element img {
  width: 100%;
}
.register .promoteCard__header .deco-element--topLeft {
  height: 4.375rem;
  width: 4.375rem;
  top: -0.375rem;
  left: 0;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.register .promoteCard__header .deco-element--botRight {
  height: 2.5rem;
  width: 2.5rem;
  right: 0;
  bottom: 0.375rem;
  opacity: 0.75;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.register .promoteCard__body {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
  padding-top: 1.25rem;
  border-radius: var(--g-bdrs);
  border: 1px solid rgba(var(--color-on-theme-rgb), 0.55);
  gap: 0.3125rem;
  background: linear-gradient(135deg, rgba(var(--color-blue-500-rgb), 0.45) 0%, transparent 35%, transparent 75%, rgba(var(--color-blue-500-rgb), 0.55) 100%), rgba(var(--color-primary-900-rgb), 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: hidden;
  font-size: 6.875rem;
  box-shadow: inset 1px 1px 0.3125rem 1px rgba(var(--color-blue-500-rgb), 0.55), inset -1px -1px 0.3125rem 1px rgba(var(--color-blue-500-rgb), 0.55);
}
.register .promoteCard__body .main-content {
  position: relative;
}
.register .promoteCard__body .deco-element {
  position: absolute;
  -webkit-animation: fadeIn 2s linear infinite backwards alternate, size-scale 2s linear infinite backwards alternate;
          animation: fadeIn 2s linear infinite backwards alternate, size-scale 2s linear infinite backwards alternate;
}
.register .promoteCard__body .deco-element img {
  width: 100%;
}
.register .promoteCard__body .deco-element--1 {
  height: 3.125rem;
  width: 3.125rem;
  top: 0.9375rem;
  left: 1.875rem;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.register .promoteCard__body .deco-element--2 {
  height: 1.875rem;
  width: 1.875rem;
  bottom: 2.5rem;
  left: 6.125rem;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.register .promoteCard__body .deco-element--3 {
  height: 3.75rem;
  width: 3.75rem;
  top: 1.25rem;
  right: 1.875rem;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.register .promoteCard__body h5 {
  font-size: 0.3em;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 0.9375rem rgba(var(--color-accent-200-rgb), 0.55);
  -webkit-animation: fadeIn 1s linear backwards, letter-spacing 1s linear;
          animation: fadeIn 1s linear backwards, letter-spacing 1s linear;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.register .promoteCard__body h5.s {
  font-size: 0.22em;
}
.register .promoteCard__body h1 {
  position: relative;
  margin-bottom: 1.25rem;
  font-size: 1.3em;
  background: -webkit-linear-gradient(#cc7d00 10%, var(--color-accent-500) 35%, var(--color-accent-100) 50%, #cc7d00 51%, var(--color-accent-500) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: fadeIn 1s linear backwards, size-scale 2s ease-in-out both alternate;
          animation: fadeIn 1s linear backwards, size-scale 2s ease-in-out both alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.register .promoteCard__body h1.s {
  font-size: 1em;
}
.register .promoteCard__body .unit {
  display: inline-block;
  font-size: 0.6em;
  background: -webkit-linear-gradient(#cc7d00 0%, var(--color-accent-500) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.register .promoteCard__body .txt {
  margin-bottom: 0.375rem;
  font-size: 0.25em;
  -webkit-animation: fadeIn 1s linear backwards, size-scale 2s ease-in-out infinite both alternate;
          animation: fadeIn 1s linear backwards, size-scale 2s ease-in-out infinite both alternate;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.register .promoteCard__body .txt.m {
  font-size: 0.4em;
}
.register .promoteCard__body .member-note {
  font-size: 0.22em;
  -webkit-animation: fadeIn 1s linear backwards, text-shine-golden 1s linear forwards infinite alternate;
          animation: fadeIn 1s linear backwards, text-shine-golden 1s linear forwards infinite alternate;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.register .promoteCard__body .member-note .ic-box {
  margin: 0 0.375rem 0.125rem;
  vertical-align: middle;
}
.register .promoteCard__body .member-note .ic {
  height: 1.5em;
  width: 1.5em;
  background-color: var(--color-accent-500);
}
.register .promoteCard__body .member-note .txt {
  font-size: inherit;
  -webkit-animation: none;
          animation: none;
}
.register .form-group {
  position: relative;
}
.register .form-group .tip {
  position: absolute;
  display: none;
  right: 0;
  top: -1.625rem;
  font-size: 1.25rem;
}
.register .form-group:not(:last-child) {
  margin-bottom: 2.25rem;
}
.register .form-group input {
  position: absolute;
  inset: 0;
  border: 1px solid var(--color-blue-500);
  border-radius: var(--g-bdrs);
  background: var(--color-primary-900);
}
.register .form-group input:focus, .register .form-group input:valid {
  box-shadow: 0 0 10px rgba(var(--color-blue-500-rgb), 1);
  padding-left: calc(9.25rem);
}
.register .form-group input:focus ~ label > .txt, .register .form-group input:valid ~ label > .txt {
  text-shadow: 0 0 10px rgba(var(--color-blue-500-rgb), 0.65);
}
.register .form-group input:focus ~ label > .area-number, .register .form-group input:valid ~ label > .area-number {
  opacity: 1;
}
.register .form-group input:focus ~ .placeholder, .register .form-group input:valid ~ .placeholder {
  opacity: 0;
}
.register .form-group label,
.register .form-group .placeholder,
.register .form-group .area-number {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.register .form-group label {
  -webkit-flex: 0 0 8.125rem;
          flex: 0 0 8.125rem;
}
.register .form-group .placeholder {
  opacity: 1;
  word-break: keep-all;
}
.register .form-group .area-number {
  margin-left: 1.25rem;
  opacity: 0.65;
  font-size: inherit;
  color: var(--color-on-theme);
}
.register .form-group__main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  height: 3.75rem;
  padding: 0.875rem 1.25rem;
}
.register .form-group--wrong input {
  border-color: rgba(var(--color-red-500-rgb), 1);
}
.register .form-group--wrong input:focus, .register .form-group--wrong input:valid {
  box-shadow: initial;
}
.register .form-group--wrong input:focus ~ label > .txt, .register .form-group--wrong input:valid ~ label > .txt {
  color: rgba(var(--color-red-500-rgb), 1);
  text-shadow: 0 0 10px rgba(var(--color-red-500-rgb), 0.65);
}
.register .form-group--wrong input ~ label > .txt {
  color: rgba(var(--color-red-500-rgb), 1);
  text-shadow: 0 0 10px rgba(var(--color-red-500-rgb), 0.65);
}
.register .form-group--wrong .tip--danger {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.register .form-group--success input {
  border-color: rgba(var(--color-green-500-rgb), 1);
}
.register .form-group--success input:focus, .register .form-group--success input:valid {
  box-shadow: initial;
}
.register .form-group--success .tip--success {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.register .register-forms {
  border: 1px solid var(--color-blue-600);
  border-radius: var(--g-bdrs);
  background: linear-gradient(to bottom, rgba(var(--color-blue-500-rgb), 0.55), var(--color-primary-900) 65%), rgba(var(--color-primary-900-rgb), 0.65);
}
.register .register-forms h4 {
  margin-bottom: 2.5rem;
  background: linear-gradient(180deg, #fff 30%, rgba(var(--color-blue-500-rgb), 1) 98%);
  text-align: center;
  font-style: italic;
  letter-spacing: 1.2px;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(var(--color-blue-900-rgb), 0.9));
          filter: drop-shadow(2px 2px 4px rgba(var(--color-blue-900-rgb), 0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.register .form-checkbox .checkbox {
  height: 1.875rem;
  width: 1.875rem;
  margin-right: 1rem;
  border-radius: var(--g-bdrs);
}
.register .form-checkbox .txt {
  font-size: 1.125rem;
  line-height: 1.3;
}
.register .notions {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  min-height: 3.75rem;
  padding: 0.625rem;
  border-radius: var(--g-bdrs);
  gap: 0.625rem;
  font-size: 1.125rem;
  background-image: linear-gradient(180deg, #E8272F 0%, #8C1319 100%);
}
.register .notions .ic-box {
  height: 2.2em;
  width: 2.2em;
  padding: 0.375rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-radius: 100%;
  background-color: var(--color-red-700);
}
.register .notions .ic-box .ic {
  height: 100%;
  width: 100%;
  background-color: var(-#fff);
}
.register .notions .txt {
  font-size: inherit;
}
.register__swiper {
  position: relative;
  width: 100%;
}
.register__swiper .swiper {
  width: 100%;
}
.register__swiper .swiper-slide::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto 0 -1px auto;
  width: 100%;
  height: 12.5rem;
  background: linear-gradient(to top, var(--color-primary-900), rgba(var(--color-primary-900-rgb), 0));
}
.register__swiper .swiper-pagination {
  bottom: 3.125rem;
}
.register__swiper .swiper-pagination-bullet {
  background-color: rgba(var(--color-blue-500-rgb), 1);
  opacity: 0.55;
}
.register__swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.register__swiper picture img {
  width: 100%;
}
.register__swiper .promoteCard {
  position: absolute;
  z-index: 2;
  inset: 30% auto auto calc(41.875rem);
  height: 25rem;
  aspect-ratio: 1.45/1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.register__body {
  position: absolute;
  z-index: 4;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  padding: 3.125rem 4.6875rem 0;
}
.register__body .form-checkbox--base {
  margin-top: 3.125rem;
}
.register__body .form-checkbox--base label {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.register__body .register-forms {
  width: 29.375rem;
  min-height: 30rem;
  padding: 4.125rem 1.875rem 2.875rem;
}
.register__body .btn--primary {
  width: 100%;
  height: 4.375rem;
  margin: 1.25rem 0 1.25rem;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: var(--g-bdrs);
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 481px) and (max-width: 768px) {
  .register {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
  }
  .register__body {
    position: relative;
    padding-bottom: 3.125rem;
  }
  .register .notions {
    font-size: 1.25rem;
  }
  .register .swiper-pagination {
    bottom: 1.25rem;
    padding-right: 1.25rem;
    text-align: right;
  }
  .register .promoteCard {
    top: 20%;
    left: 4.375rem;
    height: 20rem;
  }
  .register .promoteCard__header .img-box {
    height: 6.25rem;
    width: 6.25rem;
  }
  .register .promoteCard__body {
    font-size: 5rem;
  }
  .register .register-forms {
    width: 70%;
    min-height: auto;
    margin: -2.5rem auto;
  }
  .register .register-forms h4 {
    font-size: 2.375rem;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .register {
    /* smartphones, iPhone, portrait 480x320 phones */
  }
  .register__body {
    position: relative;
    margin-top: -1.875rem;
    padding: 3.125rem 1.5rem;
  }
  .register .notions {
    font-size: 1.25rem;
  }
  .register .swiper-pagination {
    bottom: 0.625rem;
    padding-right: 1.25rem;
    text-align: right;
  }
  .register .promoteCard {
    top: 20%;
    left: 1.5rem;
    width: 60%;
    height: 15.625rem;
  }
  .register .promoteCard__header .img-box {
    height: 6.25rem;
    width: 6.25rem;
  }
  .register .promoteCard__body {
    font-size: 3.75rem;
  }
  .register .promoteCard__body h5.s {
    font-size: 0.75rem;
  }
  .register .register-forms {
    width: 100%;
    min-height: auto;
    margin: 0 auto;
  }
}
