span {
  font-weight: inherit;
}
span.icon {
  line-height: 0;
  vertical-align: bottom;
}
span.prim {
  color: var(--primary);
}
svg {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  stroke: #000;
}
svg.spec {
  stroke: none;
  fill: #000;
}
strong {
  font-weight: bold;
}
button:focus {
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.5);
  outline: none;
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-t1,
.btn-t2,
.btn-t3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 8px 31px;
  border-radius: 10px;
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  transition: background-color 200ms;
}
.btn-t1 .txt,
.btn-t2 .txt,
.btn-t3 .txt {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: -2px;
  transition: color 200ms;
}
.btn-t1 svg,
.btn-t2 svg,
.btn-t3 svg {
  stroke: #fff;
  transition: stroke 200ms;
  margin-right: 4px;
}
.btn-t1 svg.spec {
  stroke: none;
  fill: #fff;
  transition: fill 200ms;
}
.btn-t2 {
  background-color: transparent;
  border-color: var(--secondary);
}
.btn-t2 .txt {
  color: var(--secondary);
}
.btn-t2 svg {
  stroke: var(--secondary);
}
.btn-t2 svg.spec {
  stroke: none;
  fill: var(--secondary);
}
.btn-t3 {
  background-color: var(--primary);
  border-color: var(--primary);
}
.quiz-sec {
  position: relative;
  background-image: url("../images/quiz-back-medium.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: clip;
  z-index: 5;
}
.quiz-sec > .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 96px 16px 48px 16px;
}
.quiz-sec header .title {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 8px;
}
.quiz-sec header .title h2 {
  text-align: center;
  font-size: 24px;
  color: #343F51;
}
.quiz-sec header .title svg {
  width: 32px;
  height: 32px;
  stroke: initial;
}
.quiz-sec header .title img {
  position: absolute;
  width: 100px;
  height: auto;
  top: -44px;
  left: 70px;
}
.quiz-sec header .description {
  text-align: center;
  font-size: 14px;
  color: #707070;
}
.quiz-sec .content {
  border-radius: 32px;
  padding: 24px;
  background-color: #EAF2F5;
  margin-top: 24px;
}
.quiz-sec .progress {
  max-width: 630px;
  margin: 0 auto;
  user-select: none;
}
.quiz-sec .progress > .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0 12px 24px;
}
.quiz-sec .progress .bar {
  position: absolute;
  width: calc(100% - 62px);
  height: 1px;
  top: 20px;
  right: 31px;
  /* border-radius: 100vmax; */
  background-color: #D1D5DB;
}
.quiz-sec .progress .bar .value {
  display: block;
  height: 100%;
  width: 0%;
  /* border-radius: 100vmax; */
  background-color: var(--secondary);
  transition: width 200ms;
}
.quiz-sec .progress .point {
  width: 92px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
  white-space: nowrap;
  flex-shrink: 0;
}
.quiz-sec .progress .point .txt {
  font-size: 12px;
  text-align: center;
  color: #A0ACB9;
  /* transform: translateX(25%); */
}
.quiz-sec .progress .point .wrapper {
  width: 40px;
  height: 40px;
  border: 1px solid #6F788B;
  border-radius: 50%;
}
.quiz-sec .progress .point .view {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #CEDAE4;
}
.quiz-sec .progress .point .view span {
  font-size: 14px;
  color: #707070;
}
.quiz-sec .progress .point .view .percent {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: -3px;
  color: #fff;
}
.quiz-sec .progress .point.current .view {
  background-color: var(--secondary);
}
.quiz-sec .progress .point.current .view span {
  color: #fff;
}
.quiz-sec .progress .point.current .txt {
  color: var(--secondary);
}
.quiz-sec .main {
  background-color: #FFFFFF;
  border-radius: 32px;
}
.quiz-sec .main .lott {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 0 18px;
  margin: 0 24px;
  border-bottom: 1px dashed #EAF2F5;
}
.quiz-sec .main .lott .lott-txt {
  display: flex;
  align-items: center;
  gap: 8px;
}
.quiz-sec .main .lott .lott-txt img {
  width: 32px;
  height: 32px;
}
.quiz-sec .main .lott .lott-txt p {
  font-size: 13px;
  color: #343F51;
}
.quiz-sec .main .lott .timer {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-right: auto;
  user-select: none;
}
.quiz-sec .main .lott .timer .counter {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
.quiz-sec .main .lott .timer .counter .txt {
  font-size: 12px;
  color: #86939F;
}
.quiz-sec .main .lott .timer .counter .num {
  display: grid;
  place-items: center;
  width: 26px;
  height: 28px;
  border-radius: 8px;
  background-color: var(--secondary);
}
.quiz-sec .main .lott .timer .counter .num span {
  font-size: 13px;
  color: #fff;
}
.quiz-sec .main .lott .timer .sep {
  display: block;
  margin-top: 4px;
}
.quiz-sec .main .master {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 19px 0;
  margin: 0 24px;
  border-top: 1px dashed #D1D5DB;
}
.quiz-sec .main .master .btns {
  display: flex;
  gap: 16px;
  margin-right: auto;
}
.quiz-sec .main .master > .txt p {
  font-size: 12px;
  color: #86939F;
}
.gfields-t1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.field-t1 {
  display: flex;
  flex-direction: column;
}
.field-t1 .lbl {
  font-size: 14px;
  line-height: 1.7;
  font-weight: normal;
  color: #000;
  margin-bottom: 8px;
}
.field-t1 .required {
  color: red;
}
.field-t1 .error {
  display: none;
  font-size: 12px;
  color: #B2001A;
  margin-top: 8px;
}
.field-t1.err .error {
  display: inline;
}
.inp-t1 {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  padding: 8px;
  border-radius: 8px;
  outline: 1px solid #D1D5DB;
  color: #000;
  border: none;
}
.inp-t1:focus {
  outline-color: var(--secondary);
  outline-width: 2px;
}
.inp-t1.err {
 outline-color: #FF2200;
 outline-width: 1px;
}
.inp-t2 {
  display: flex;
  align-items: center;
}
.inp-t2 > .txt {
  font-size: 14px;
  padding-right: 11px;
  line-height: 1.5;
  margin: 0;
  color: #000;
}
.quiz-sec .stages {
  display: grid;
  grid-template-areas: "stack";
}
.quiz-sec .stages > .stage {
  display: none;
  grid-area: stack;
}
.quiz-sec[data-stage="0"] .stage.st0,
.quiz-sec[data-stage="1"] .stage.st1,
.quiz-sec[data-stage="2"] .stage.st2,
.quiz-sec[data-stage="3"] .stage.st3,
.quiz-sec[data-stage="4"] .stage.st4,
.quiz-sec[data-stage="5"] .stage.st5,
.quiz-sec[data-stage="6"] .stage.st6 {
  display: block;
}
.quiz-sec .stage[data-animation="fadeOutL"] {
  animation: fadeOutL 200ms;
}
.quiz-sec .stage[data-animation="fadeOutR"] {
  animation: fadeOutR 200ms;
}
.quiz-sec .stage[data-animation="fadeInL"] {
  animation: fadeInL 200ms;
}
.quiz-sec .stage[data-animation="fadeInR"] {
  animation: fadeInR 200ms;
}
.quiz-sec .stage > .container {
  min-height: 320px;
  padding: 16px 24px;
}
.quiz-sec .stage .title {
  font-size: 16px;
  font-weight: bold;
  color: #343F51;
  margin-bottom: 8px;
}
.quiz-sec .stage .description {
  font-size: 13px;
  color: #707070;
  line-height: 1.6;
}
.quiz-sec .stage .s-options {
  margin-top: 24px;
}
.quiz-sec .stage[data-stage="0"] .gender .holder {
  display: flex;
  gap: 1rem;
}
input[type="radio"] {
  accent-color: var(--secondary);
}
.quiz-sec[data-stage="0"] #prev {
  display: none;
}
.quiz-sec:not([data-stage="0"]) .master .s0,
.quiz-sec:not([data-stage="1"]) .master .s1 {
  display: none;
}
.select-box .box-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  width: 100%;
  height: 48px;
  padding: 4px 15px;
  border: 1px solid #d1d5db;
  background-color: #fff;
  border-radius: 4px;
  user-select: none;
  cursor: pointer;
}
.select-box .box-container :where(.dropdown-icon, .filter-icon) {
  stroke: initial;
  width: 24px;
  height: 24px;
  fill: #000;
}
.select-box .box-container .placeholder {
  font-size: 14px;
  line-height: 24px;
  margin: 0 4px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.select-box .filter-options-popup {
  display: none;
  place-items: center;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  inset: 0 0 0 0;
  z-index: 20;
}
.select-box .filter-options-popup.active {
  display: grid;
  animation: fade-in 300ms forwards;
}
.select-box .filter-options-popup .options-container {
  width: 90%;
  max-width: 300px;
  max-height: 345px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.4);
}
.select-box .filter-options-popup.active .options-container {
  animation: translate-in-left 300ms forwards;
}
.select-box .filter-options-popup .options-container ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  max-height: 268px;
  overflow: auto;
}
.select-box .filter-options-popup .options-container ul::-webkit-scrollbar-track {
  background: transparent;
}
.select-box .filter-options-popup .options-container ul li {
  display: flex;
  margin: 0 10px;
  border-radius: 4px;
  line-height: initial;
}
.select-box .filter-options-popup .options-container ul li:hover {
  background-color: #eaedf1;
}
.select-box .filter-options-popup .options-container ul li:first-child {
  margin-top: 10px;
}
.select-box .filter-options-popup .options-container ul li:last-child {
  margin-bottom: 10px;
}
.select-box .filter-options-popup .options-container .register-btn {
  display: block;
  width: calc(100% - 32px);
  font-size: 16px;
  margin: 16px;
  padding: 8px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background-color: var(--primary);
  color: #fff;
}
.select-box .filter-options-popup .options-container ul li input[type="radio"] {
  display: none !important;
}
.select-box .filter-options-popup .options-container ul li input[type="checkbox"] {
  margin: 0 3px 0 0 !important;
}
.select-box .filter-options-popup .options-container label {
  font-size: 16px;
  color: #000;
  padding: 10px;
  flex-grow: 1;
}
.select-box .filter-options-popup .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.select-box .filter-options-popup .close-btn svg {
  stroke: initial;
  width: 30px;
  height: 30px;
  fill: #fff;
}
.quiz-sec .st1 .select-box .box-container {
  padding: 0;
  height: initial;
  width: fit-content;
  border: none;
}
.quiz-sec .st1 .select-box .box-container .placeholder {
  color: #343F51;
}
.quiz-sec .st1 .select-box .box-container :where(.dropdown-icon, .filter-icon) {
  fill: #343F51;
}
.quiz-sec .st1 .top {
  padding-bottom: 12px;
  border-bottom: 1px dashed #D1D5DB;
}
.quiz-sec .st1 .skills {
  padding: 24px 0 20px;
}
.quiz-sec .st1 .skills ul {
  display: flex;
  gap: 24px 16px;
  flex-wrap: wrap;
  list-style-type: none;
}
.quiz-sec .st1 .skills .skill {
  flex-shrink: 0;
}
.quiz-sec .st1 .skills .skill .box {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  border-radius: 100vmax;
  border: 1px solid #d1d5db;
  padding: 0 16px;
  cursor: pointer;
  user-select: none;
}
.quiz-sec .st1 .skills .skill input {
  display: none;
}
.quiz-sec .st1 .skills .skill input:checked ~ .box {
  background-color: #1C489F;
  border-color: #1C489F;
}
.quiz-sec .st1 .skills .skill input:checked ~ .box .iplus {
  display: none;
}
.quiz-sec .st1 .skills .skill input:checked ~ .box .itrash {
  display: inline-block;
}
.quiz-sec .st1 .skills .skill input:checked ~ .box .txt {
  color: #fff;
}
.quiz-sec .st1 .skills .skill .txt {
  font-size: 14px;
  line-height: normal;
  color: #343F51;
  margin-bottom: -2px;
}
.quiz-sec .st1 .skills .skill .iplus {
  stroke: initial;
  fill: #343F51;
}
.quiz-sec .st1 .skills .skill .itrash {
  display: none;
  stroke: #fff;
}
.quiz-sec .st1 .selection {
  border-top: 1px dashed #d1d5db;
  padding-top: 24px;
}
.quiz-sec .st1 .selection > p {
  font-size: 14px;
  margin-bottom: 16px;
  color: #343F51;
}
.quiz-sec .st1 .selection ul {
  display: flex;
  gap: 24px 16px;
  flex-wrap: wrap;
  list-style-type: none;
}
.quiz-sec .st1 .selection ul button {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 8px;
  background-color: #343F51;
}
.quiz-sec .st1 .selection ul button .txt {
  font-size: 14px;
  margin-bottom: -2px;
  color: #fff;
}
.quiz-sec .st1 .selection ul button svg {
  stroke: #fff;
}
.st2 .questions {
  display: grid;
  grid-template-areas: "q";
}
.st2 .questions > .q {
  display: none;
  grid-area: q;
}
.st2 .questions .q.current {
  display: block;
}
.st2 .questions .q[data-animation="fadeOutL"] {
  animation: fadeOutL 200ms;
}
.st2 .questions .q[data-animation="fadeOutR"] {
  animation: fadeOutR 200ms;
}
.st2 .questions .q[data-animation="fadeInL"] {
  animation: fadeInL 200ms;
}
.st2 .questions .q[data-animation="fadeInR"] {
  animation: fadeInR 200ms;
}
.radio-t1 button {
  display: block;
  width: 100%;
  padding: initial;
  border: initial;
  overflow: initial;
  border-radius: initial;
  background: initial !important;
}
.radio-t1 button label {
  position: relative;
  display: flex;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  align-items: center;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
}
.radio-t1:where(.checked, :hover) button label {
  border-color: var(--primary);
  border-color: #fff;
  box-shadow: 10px 13px 12px 0px #BECFEF33, 0px -2px 12px 0px #BECFEF33;
}
.radio-t1 label.label input {
  display: none !important;
}
.radio-t1 button label .marker {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #E2E2E2;
  margin-right: auto;
}
.radio-t1 button label input:checked ~ .marker {
  position: relative;
  background-color: var(--secondary);
  border: 4px solid #F3F4FF;
  outline: 1px solid #fff;
}
.radio-t1 button label::before {
  display: none;
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--secondary);
}
.radio-t1:where(.checked, :hover) button label::before {
  display: block;
}
.radio-t1 button label .text {
  text-align: right;
  font-size: 16px;
  line-height: 1.75;
  color: #494952;
}
/* .radio-t1 button label .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */
.radio-t1 button label input:checked ~ .text {
  color: var(--secondary);
}
.s-options .radio-t1 + .radio-t1 {
  margin-top: 16px;
}
.quiz-sec .stage.st2 .description {
  margin-bottom: 24px;
}
.quiz-sec[data-state="def"] .st3 .sotp {
  display: none;
}
.quiz-sec[data-state="otp"] .st3 .snum {
  display: none;
}
.quiz-sec .st3 .sotp .up {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quiz-sec .st3 .sotp button {
  font-size: 12px;
  color: #0066FF;
}
#resend-otp {
  display: flex;
  align-items: center;
  margin: 8px auto 0;
  font-size: 12px;
  color: #0066FF;
}
#resend-otp svg {
  fill: #0066FF;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
#resend-otp .timer {
  display: none;
  margin-right: 4px;
}
#resend-otp:disabled .timer {
  display: inline-block;
}
#file-upload {
  display: grid;
  place-items: center;
  border: 2px dashed var(--secondary);
  padding: 16px;
  border-radius: 16px;
  background-color: #F6FAFF;
  cursor: pointer;
  user-select: none;
}
#file-upload.file-selected {
  border: 2px dashed green;
}
#file-upload.dragover {
  border: 2px dashed var(--primary);
}
#file-upload svg {
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
  stroke: initial;
}
#file-upload .description {
  font-size: 14px;
  text-align: center;
  color: #494952;
  margin-bottom: 4px;
}
#file-upload .accepted-formats,
#file-upload .max-size {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  color: #6E7A86;
  text-align: center;
}
#file-upload .accepted-formats {
  margin-bottom: 4px;
}
#file-upload button {
  padding: 8px 32px;
  font-size: 16px;
  border: 1px dashed #D71920;
  border-radius: 10px;
  margin-top: 16px;
  color: #D71920;
}
.st4 .tab-btns {
  width: fit-content;
  display: flex;
  gap: 16px;
  margin: 16px auto 0;
  background-color: #F4F7FA;
  border-radius: 32px;
}
.st4 .tab-btns button {
  padding: 0px 16px;
  height: 36px;
  border-radius: 32px;
  font-size: 13px;
  color: #343F51;
}
.st4 .tab-btns button.active {
  background-color: #D71920;
  color: #fff;
}
.holder-t2 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.st4 .appearance {
  display: none;
}
.quiz-sec .st5 .loading-gif {
  width: 192px;
  height: auto;
  display: block;
  margin: 32px auto 24px;
  mix-blend-mode: multiply;
}
.quiz-sec .st5 .spinner-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.quiz-sec .st5 .loading-text {
  font-weight: 500;
  font-size: 13px;
  color: #000;
  text-align: center;
}
.quiz-sec .st5 .loading-text .dots::after {
  content: "";
  animation: dots 1.5s infinite steps(3);
}
.quiz-sec .st5 .title, .quiz-sec .st5 .description {
  text-align: center;
}
.quiz-sec[data-stage="5"] .main .master,
.quiz-sec[data-stage="6"] .main .master {
  display: none;
}
/*  */
.quiz-sec .st6 .title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
  display: block;
}
.quiz-sec .st6 .result-pic > .container {
  position: relative;
  width: 100%;
  height: 356px;
  background-image: url('../images/person.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 10%;
  border-radius: 16px;
  overflow: clip;
}
.quiz-sec .st6 .result-pic > .container::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background-color: hsla(0, 0%, 100%, 0.36); */
  backdrop-filter: blur(18px);
}
.quiz-sec .st6 .result-pic img.result {
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 16px;
}
.quiz-sec .st6 .action-btns {
  display: flex;
  gap: 1rem;
  margin-top: 24px;
}
.quiz-sec .st6 .action-btns .btn {
  flex-grow: 1;
  flex-basis: 40%;
}
.quiz-sec .st6 .action-btns .btn svg {
  width: 20px;
  height: 20px;
}
.quiz-sec .st6 .action-btns .btn:first-child svg {
  width: 24px;
  height: 24px;
}
.quiz-sec .st6 .action-btns .btn .txt {
  font-weight: 500;
  font-size: 16px;
}
.quiz-sec .st6 .ref-code {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 26px 0 13px;
  border-top: 1px dashed #D1D5DB;
}
.quiz-sec .st6 .ref-code .txt {
  font-size: 13px;
  font-weight: 500;
  color: var(--secondary);
  line-height: 1.4;
}
.quiz-sec .st6 .ref-code .code {
  display: flex;
  align-items: center;
}
.quiz-sec .st6 .ref-code .code .cr {
  font-size: 13px;
  color: #343F51;
  margin-left: 16px;
}
.quiz-sec .st6 .ref-code .code .refral-code {
  display: flex;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: -3px;
  color: var(--secondary);
}
.quiz-sec .st6 .ref-code .code .copy-code {
  display: flex;
  margin-right: 8px;
  background: initial;
  padding: initial;
  border: initial;
  overflow: initial;
}
.quiz-sec .st6 .ref-code .code .copy-code svg {
  width: 24px;
  height: 24px;
  stroke: var(--secondary);
}
.quiz-sec .st6 .friend-ref {
  margin: 24px 0;
}
.quiz-sec .st6 .friend-ref .holder {
  display: flex;
  border-radius: 44px;
  border: 1px solid #D1D5DB;
}
.quiz-sec .st6 .friend-ref .holder input {
  width: 0;
  flex-grow: 1;
  padding-inline: 16px;
  background-color: initial;
  border: none;
  outline: none;
}
.quiz-sec .st6 .friend-ref .holder button {
  height: 44px;
  padding: 6px 22px;
  border-radius: 44px;
}
.quiz-sec .st6 .friend-ref .holder button .txt {
  font-size: 16px;
  font-weight: 500;
}
.quiz-sec .st6 .friend-ref .descript {
  font-size: 14px;
  margin-top: 8px;
  color: #6E7A86;
}
.quiz-sec .st6 .note-txt {
  font-size: 14px;
  margin: 24px 0 0;
  line-height: 1.85;
  color: var(--blck);
}
.quiz-sec .st6 .note-txt .prim {
  font-weight: 500;
}
.guide-sec {
  position: relative;
  padding: 80px 16px 99px;
  background-color: #FDFDFE;
  z-index: 2;
  overflow: hidden;
}
.guide-sec > .container {
  max-width: 700px;
  margin: 0 auto;
}
.guide-sec header .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  gap: 8px;
}
.guide-sec header h2 {
  font-size: 24px;
  color: #343F51;
  text-align: center;
}
.guide-sec header .description {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
}
.guide-sec .steps {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin-top: 32px;
}
.guide-sec .steps li {
  position: relative;
  max-width: 216px;
  background-color: #fff;
  border-radius: 16px;
  padding: 42px 8px 12px;
  box-shadow: 4px 5px 6px 0 #0000001A, 0 1px 12px 0 #0000000D;
}
.guide-sec .steps li::before {
  content: "";
  position: absolute;
  background-color: #fff;
  inset: 0;
  border-radius: 16px;
  z-index: -1;
}
.guide-sec .steps li:nth-child(odd) {
  margin-right: auto;
  rotate: 4deg;
}
.guide-sec .steps li:nth-child(even) {
  rotate: -12deg;
}
.guide-sec .steps li .box {
  padding: 8px;
  background-image: linear-gradient(#FFCCD1, #FFFDFE);
  border-radius: 8px;
  border: 1px solid #FFF3F3;
}
.guide-sec .steps li:nth-child(2) .box {
  background-image: linear-gradient(#E0E6FE, #EFF2FB);
  border: 1px solid #E1E7FE;
}
.guide-sec .steps li:nth-child(3) .box {
  background-image: linear-gradient(#E5FFD1, #FFFFFF);
  border: 1px solid #E5FFD1;
}
.guide-sec .steps li:nth-child(4) .box {
  background-image: linear-gradient(#FEFBE0, #FFFEFA);
  border: 1px solid #FEFBE0;
}
.guide-sec .steps li:nth-child(5) .box {
  background-image: linear-gradient(#FFE3D6, #FFF7F3);
  border: 1px solid #FFE8DD;
}
.guide-sec .steps li .box .num {
  font-family: dn, sgkara, sans-serif;
  color: #D71920;
  font-size: 24px;
  line-height: 26px;
}
.guide-sec .steps li:nth-child(2) .box .num {
  color: #4768FF;
}
.guide-sec .steps li:nth-child(3) .box :where(.num, h3) {
  color: #255300;
}
.guide-sec .steps li:nth-child(4) .box :where(.num, h3) {
  color: #786C00;
}
.guide-sec .steps li:nth-child(5) .box :where(.num, h3) {
  color: #FF5500;
}
.guide-sec .steps li .box h3 {
  font-size: 14px;
  color: #D71920;
  margin: 4px 0 8px;
}
.guide-sec .steps li:nth-child(2) .box h3 {
  color: #001985;
}
.guide-sec .steps li .box p {
  font-size: 13px;
  line-height: 1.6;
  color: #707070;
}
.guide-sec .steps li .box .pin {
  position: absolute;
  width: 38px;
  height: auto;
  top: -14px;
  left: -14px;
}
.guide-sec .steps li .box .curve {
  width: 280px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, 30%);
  z-index: -2;
}
.guide-sec .steps li:nth-child(3) {
  translate: 60px 0;
}
.guide-sec .steps li:nth-child(4) {
  translate: -30px 0;
}
.guide-sec .steps li:nth-child(5) {
  translate: 80px 0;
}
.guide-sec .steps li:nth-child(2) .box .curve {
  width: 254px;
  right: initial;
  left: 0;
  transform: translate(-100%, 20%);
}
.guide-sec .steps li:nth-child(3) .box .curve {
  width: 254px;
  transform: translate(80%, 70%);
}
.guide-sec .steps li:nth-child(4) .box .curve {
  width: 254px;
  right: initial;
  left: 0;
  transform: translate(-95%, 70%);
}
.guide-sec .steps li:nth-child(5) .box .curve {
  width: 190px;
  transform: translate(50%, 94%);
}
.hero-section {
  background-image: url(../images/quiz-back-medium.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-section > .container {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 16px;
  max-width: 1152px;
  margin: 0 auto;
  gap: 16px;
}
.hero-section header {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: -48px;
}
.hero-section .hero-img {
  flex-basis: 50%;
  max-width: 500px;
  flex-grow: 1;
  flex-shrink: 1;
}
.hero-section .hero-img img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-section h1 {
  font-size: 56px;
  line-height: 68px;
  color: #343F51;
  margin-bottom: 32px;
}
.hero-section .title {
  position: relative;
}
.hero-section .title img {
  width: 130px;
  height: auto;
  position: absolute;
  top: -50px;
  left: 0;
}
.hero-section .description {
  font-size: 16px;
  color: #343F51;
  line-height: 1.75;
  margin-bottom: 32px;
}
.hero-section .hero-buttons {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.hero-section .hero-buttons .btn {
  padding: 0;
  flex-grow: 1;
}
.hero-section .note {
  font-size: 16px;
  line-height: 1.75;
  color: #707070;
}
.hero-section .anniversary {
  display: flex;
  align-items: center;
  height: 48px;
  gap: 9px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F0F0F0;
  border-radius: 0 0 32px 32px;
  padding: 0 20px;
}
.hero-section .anniversary img {
  width: 28px;
  height: 28px;
}
.hero-section .anniversary p {
  font-size: 20px;
  font-family: dn, sgkara, sans-serif;
  color: #D71920;
}
.introduction-section > .container {
  max-width: 1152px;
  padding: 60px 16px;
  margin: 0 auto;
}
.introduction-section .content {
  display: flex;
  align-items: center;
  gap: 56px;
}
.introduction-section header {
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 1;
}
.introduction-section .content .introduction-text p {
  font-size: 16px;
  line-height: 1.75;
  color: #707070;
}
.introduction-section .content .introduction-text p:not(:first-child) {
  margin-top: 16px;
}
.introduction-section .title {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.introduction-section .title h2 {
  font-size: 24px;
  line-height: 1.5;
  color: #343F51;
}
.introduction-section .title img {
  width: 32px;
  height: 32px;
}
.introduction-section .content .video {
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 1;
}
.introduction-section .content .video video {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.introduction-section .cta {
  margin-top: 16px;
  width: fit-content;
}
.achivment-sec {
  margin-bottom: 80px;
}
.achivment-sec > .container {
  max-width: 1152px;
  padding: 0 16px;
  margin: 0 auto;
}
.achivment-sec .title {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 32px;
  color: #343F51;
}
.achivment-sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 80px;
  list-style-type: none;
  background-image: url(../images/pattern.webp);
  background-position: center;
}
.achivment-sec ul li {
  position: relative;
  max-width: 216px;
  background-color: #FDCCD1;
  border-radius: 16px;
  padding: 38px 5px 8px;
  box-shadow: 4px 5px 6px 0 #0000001A, 0 1px 12px 0 #0000000D;
}
.achivment-sec ul li .box {
  padding: 8px;
  background-color: #FFFFFF;
  border-radius: 8px;
  min-height: 100%;
}
.achivment-sec ul li:nth-child(2) {
  background-color: #C0D4FD;
}
.achivment-sec ul li:nth-child(3) {
  background-color: #E9FFD7;
}
.achivment-sec ul li:nth-child(4) {
  background-color: #D3FFEC;
}
.achivment-sec ul li:nth-child(5) {
  background-color: #D3F8FF;
}
.achivment-sec ul li:nth-child(6) {
  background-color: #FEFBE1;
}
.achivment-sec ul li:nth-child(7) {
  background-color: #BDFDF4;
}
.achivment-sec ul li .box .num {
  font-family: dn, sgkara, sans-serif;
  color: #D71920;
  font-size: 24px;
  line-height: 26px;
}
.achivment-sec ul li:nth-child(2) .box .num {
  color: #4768FF;
}
.achivment-sec ul li:nth-child(3) .box :where(.num, h3) {
  color: #255300;
}
.achivment-sec ul li:nth-child(4) .box :where(.num, h3) {
  color: #255300;
}
.achivment-sec ul li:nth-child(5) .box :where(.num, h3) {
  color: #007D96;
}
.achivment-sec ul li:nth-child(6) .box :where(.num, h3) {
  color: #786C00;
}
.achivment-sec ul li:nth-child(7) .box .num {
  color: #46B8BF;
}
.achivment-sec ul li .box h3 {
  font-size: 14px;
  color: #D71920;
  margin: 4px 0 8px;
}
.achivment-sec ul li:nth-child(2) .box h3 {
  color: #001985;
}
.achivment-sec ul li:nth-child(7) .box h3 {
  color: #007A6A;
}
.achivment-sec ul li .box p {
  font-size: 13px;
  line-height: 1.6;
  color: #707070;
}
.achivment-sec ul li .box .pin {
  position: absolute;
  width: 38px;
  height: auto;
  top: -16px;
  right: 53%;
  transform: translateX(50%);
  mix-blend-mode: multiply;
}
.achivment-sec ul li .box .icon {
  position: absolute;
  top: 22px;
  left: 16px;
  width: 40px;
  height: auto;
}
.topic-sec {
  margin-bottom: 80px;
}
.topic-sec > .container {
  position: relative;
  max-width: 1152px;
  padding: 0 16px;
  margin: 0 auto;
}
.topic-sec header {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.topic-sec .title {
  font-size: 24px;
  line-height: 1.5;
  color: #343F51;
}
.topic-sec header a {
  font-size: 14px;
  color: #BD0019;
  margin-right: auto;
}
.topic-sec .btns {
  display: flex;
  gap: 16px;
  width: fit-content;
  margin-right: auto;
}
.topic-sec .btns button {
  display: grid;
  place-items: center;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #485970;
  margin-bottom: 8px;
}
.topic-sec .btns button svg {
  width: 6px;
  height: auto;
  stroke: #FFFFFF;
}
.topic-sec .btns button:disabled svg {
  stroke: #A0ACB9;
}
.topic-sec .btns button:disabled {
  background-color: #E3E3E3;
}
.topic-sec ul {
  display: flex;
  list-style-type: none;
  gap: 20px;
  overflow-x: auto;
}
.topic-sec ul svg {
  width: 48px;
  height: 48px;
  stroke: initial;
}
.topic-sec ul .item {
  width: 298px;
  height: 180px;
  border-radius: 16px;
  background-color: #2DAB6F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
}
.topic-sec ul .item h3 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
.topic-sec ul a:nth-child(2) .item {
  background-color: #CF001B;
}
.topic-sec ul a:nth-child(3) .item {
  background-color: #2FA528;
}
.topic-sec ul a:nth-child(4) .item {
  background-color: #944FCA;
}
.topic-sec ul a:nth-child(5) .item {
  background-color: #1C489F;
}
.topic-sec ul a:nth-child(6) .item {
  background-color: #4FCAC4;
}
.awards-sec {
  padding: 48px 0;
  background-image: url("../images/quiz-back-medium.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 100vw;
  overflow: clip;
}
.awards-sec > .container {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 16px;
}
.awards-sec .award-info {
  display: flex;
  align-items: center;
  gap: 48px;
}
.awards-sec .award-info .pic {
  flex-basis: 50%;
  max-width: 445px;
  flex-shrink: 1;
}
.awards-sec .award-info .pic img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.awards-sec .award-info .content {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}
.awards-sec .award-info .title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.awards-sec .award-info .title img {
  width: 32px;
  height: 32px;
  display: block;
}
.awards-sec .award-info .title .txt {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #343F51;
}
.awards-sec .award-info .content > p {
  font-size: 1rem;
  line-height: 1.75;
  color: #424242;
}
.awards-sec .award-info .content > p:not(:last-child) {
  margin-bottom: 16px;
}
.awards-sec .awards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style-type: none;
  margin: 78px 0 40px;
}
.awards-sec .awards .award {
  flex-basis: 33%;
}
.awards-sec .award > .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 32px 12px;
  border-radius: 16px;
  border: 1px solid #343F51;
}
.awards-sec .award .txt {
  max-width: 168px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #323232;
}
.awards-sec .award .pic img {
  display: block;
  width: auto;
  height: 106px;
}
.awards-sec .award .num {
  position: absolute;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  bottom: 8px;
  right: 16px;
  background-color: #1C489F;
  box-shadow: 1px 0 4px 0 #00000042;
}
.awards-sec .award .num span {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -4px;
  color: #fff;
}
.awards-sec .cta {
  width: fit-content;
  margin: 0 auto;
}
.awards-sec .cta .txt {
  font-size: 16px;
  font-weight: bold;
}
.gallery-sec {
  padding: 80px 0;
}
.gallery-sec > .container {
  max-width: 1156px;
  padding: 0 16px;
  margin: 0 auto;
}
.gallery-sec .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  list-style-type: none;
}
.gallery-sec .card {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  perspective: 1000px;
  user-select: none;
}
.gallery-sec .card > .container {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 250ms;
  transform-style: preserve-3d;
}
.gallery-sec .card:hover > .container {
  transform: rotateY(180deg);
}
.gallery-sec .card .front,
.gallery-sec .card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: clip;
  backface-visibility: hidden;
  border: 1px solid #D1D5DB;
}
.gallery-sec .card .front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-sec .card .back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  padding: 16px;
  height: 100%;
}
.gallery-sec .card .back h3 {
  font-size: 24px;
  color: #343F51;
  margin-bottom: 8px;
}
.gallery-sec .card .back .text {
  font-size: 16px;
  line-height: 1.75;
  flex-grow: 1;
  color: #494952;
}
.gallery-sec .card .back .cta {
  padding: 0;
}
@media (hover: hover) {
  .btn-t1:hover .txt {
    color: var(--secondary);
  }
  .btn-t1:hover {
    background-color: transparent;
  }
  .btn-t1:hover svg {
    stroke: var(--secondary);
  }
  .btn-t1:hover svg.spec {
    stroke: none;
    fill: var(--secondary);
  }
  .btn-t2:hover {
  background-color: var(--secondary);
  }
  .btn-t2:hover .txt {
    color: #fff;
  }
  .btn-t2:hover svg {
    stroke: #fff;
  }
  .btn-t2:hover svg.spec {
    stroke: none;
    fill: #fff;
  }
  .btn-t3:hover {
    background-color: transparent;
  }
  .btn-t3:hover .txt {
    color: var(--primary);
  }
  .btn-t3:hover svg {
    stroke: var(--primary);
  }
}
@media (min-width: 768px) {
  .mb-only {
    display: none !important;
  }
  .gfields-t1>.wide {
    grid-column: span 2;
  }
  .guide-sec .steps li:not(:first-child) {
    margin-top: -50px;
  }
  .guide-sec .steps {
    background-image: url("../images/pattern.webp");
    background-position: center;
  }
}
@media (max-width: 1026px) {
  .hero-section > .container {
    flex-direction: column;
    padding-top: 120px;
  }
  .hero-section header {
    margin-top: initial;
  }
  .hero-section h1 {
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .hero-section .title img {
    width: 96px;
  }
  .hero-section .description {
    margin-bottom: 24px;
  }
  .hero-section .hero-buttons {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 8px;
  }
  .hero-section .note {
    font-size: 13px;
  }
  .hero-section .anniversary {
    height: 40px;
    padding: 0 16px;
    right: 50%;
    transform: translateX(50%);
    width: max-content;
  }
  .hero-section .anniversary p {
    font-size: 15px;
  }
  .hero-section .anniversary img {
    width: 24px;
    height: 24px;
  }
  .awards-sec .awards {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    margin: 32px 0;
  }
  .awards-sec .award .txt {
    max-width: 50%;
  }
  .awards-sec .award-info {
    flex-direction: column;
    align-items: initial;
    gap: 0;
  }
  .awards-sec .award-info .pic {
    max-width: 100%;
    order: 2;
  }
  .awards-sec .award-info .content {
    order: 3;
    margin-top: 24px;
  }
  .gallery-sec .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .quiz-sec > .container {
    padding: 48px 16px;
  }
  .quiz-sec header .title h2, .topic-sec .title {
    font-size: 19px;
  }
  .quiz-sec .content {
    padding: 24px 0;
    margin: 24px -16px 0;
    border-radius: 0 0 16px 16px;
  }
  .quiz-sec .main {
    margin: 0 16px;
    border-radius: 16px;
  }
  .quiz-sec .progress {
    overflow-x: auto;
  }
  .quiz-sec .progress > .wrapper {
    min-width: fit-content;
  }
  .quiz-sec .main .lott .lott-txt img {
    width: 24px;
    height: 24px;
  }
  .quiz-sec .main .lott .lott-txt p {
    font-size: 12px;
  }
  .quiz-sec .main .lott {
    padding: 8px 0px 18px;
    margin: 0 8px;
  }
  .quiz-sec .main .master {
    flex-direction: column-reverse;
    padding: 12px 0;
    margin: 0 8px;
  }
  .quiz-sec .main .master .btns {
    width: 100%;
  }
  .quiz-sec .main .master .btns button {
    flex-grow: 1;
    flex-basis: 50%;
    padding: 0;
  }
  .quiz-sec .stage > .container {
    padding: 24px 8px;
  }
  .quiz-sec .stage .title, .radio-t1 button label .text,
  .guide-sec header .description {
    font-size: 14px;
  }
  .quiz-sec .stage .s-options {
    grid-template-columns: repeat(1, 1fr);
  }
  .quiz-sec .st1 .skills .skill .txt {
    font-size: 13px;
  }
  .quiz-sec .st1 .skills .skill svg {
    width: 18px;
    height: 18px;
  }
  .st4 .appearance {
    grid-template-columns: repeat(1, 1fr);
  }
  .quiz-sec .st5 .loading-gif {
    width: 160px;
  }
  .quiz-sec .st6 .title {
    font-size: 19px;
  }
  .quiz-sec .st6 .friend-ref .descript {
    font-size: 12px;
  }
  .quiz-sec .st6 .action-btns {
    flex-direction: column;
  }
  .quiz-sec .st6 .action-btns .btn {
    flex-basis: initial;
  }
  .quiz-sec .st6 .ref-code {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .quiz-sec .st6 .ref-code .code .cr {
    margin-left: auto;
  }
  .guide-sec header h2 {
    font-size: 19px;
  }
  .guide-sec .steps {
    gap: 64px;
    padding: 0 14px;
  }
  .guide-sec .steps li {
    translate: 0 !important;
  }
  .guide-sec .steps li .box .curve {
    width: 267px;
    rotate: 20deg;
    transform: translate(30%, 70%);
  }
  .guide-sec .steps li:nth-child(2) .box .curve {
    rotate: -12deg;
    transform: translate(-50%, 60%);
  }
  .guide-sec .steps li:nth-child(3) .box .curve {
    rotate: 12deg;
    transform: translate(30%, 80%);
  }
  .guide-sec .steps li:nth-child(4) .box .curve {
    rotate: -16deg;
    transform: translate(-60%, 50%);
  }
  .introduction-section .content {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .introduction-section .content .video {
    width: 100%;
  }
  .introduction-section .content p {
    text-align: justify;
  }
  .introduction-section .title.mb-only {
    margin-bottom: initial;
  }
  .introduction-section .title.mb-only .txt {
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
    color: #343F51;
  }
  .introduction-section .title img {
    width: 24px;
    height: 24px;
  }
  .introduction-section .cta {
    width: auto;
    padding: initial;
  }
  .achivment-sec .title {
    font-size: 18px;
  }
  .achivment-sec ul {
    gap: 40px 16px;
  }
  .achivment-sec ul li {
    flex-basis: calc(50% - 8px);
    min-width: 160px;
  }
  .achivment-sec ul li .box h3 {
    font-size: 13px;
  }
  .achivment-sec ul li .box p {
    font-size: 12px;
  }
  .topic-sec ul {
    margin: 0 -16px;
    padding: 0 16px;
  }
  .topic-sec .btns button {
    position: absolute;
    right: 0;
    bottom: 78px;
  }
  .topic-sec .btns .next {
    right: initial;
    left: 0;
  }
  .awards-sec .award-info .title .txt {
    font-size: 19px;
  }
  .awards-sec .award-info .title img {
    width: 24px;
    height: 24px;
  }
  .awards-sec .award-info .content > p {
    font-size: 14px;
  }
  .awards-sec .cta {
    width: auto;
    padding: initial;
  }
  .gallery-sec .gallery {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    margin: 0 -16px;
    padding: 16px;
  }
  .gallery-sec .card {
    width: 342px;
    max-width: 90%;
    flex-shrink: 0;
  }
  .gallery-sec > .container > .cta {
    width: fit-content;
    margin: 12px auto 0;
  }
  .gallery-sec .card .back h3 {
    font-size: 19px;
  }
  .gallery-sec .card .back .text {
    font-size: 14px;
  }
}
@keyframes fadeOutR {
  from {
    display: block;
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    display: none;
    transform: translateX(44%);
    opacity: 0;
  }
}
@keyframes fadeOutL {
  from {
    display: block;
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    display: none;
    transform: translateX(-44%);
    opacity: 0;
  }
}
@keyframes fadeInL {
  from {
    display: none;
    transform: translateX(-44%);
    opacity: 0;
  }
  to {
    display: block;
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes fadeInR {
  from {
    display: none;
    transform: translateX(44%);
    opacity: 0;
  }
  to {
    display: block;
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes dots {
  0% {content: "";}
  33% {content: ".";}
  66% {content: "..";}
  100% {content: "...";}
}