@media only screen and (max-width: 575px) {
  .container {
    max-width: 530px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    max-width: 450px;
  }
}
.pabit-container {
  width: 80%;
  max-width: 1000px;
}
@media only screen and (max-width: 575px) {
  .pabit-container {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 385px) {
  .col-xxs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.practice-container {
  width: 80%;
  max-width: 1000px;
  margin: 1.25rem auto;
}
@media only screen and (max-width: 575px) {
  .practice-container {
    width: 100%;
    font-size: 14px;
    margin: 0.25rem 0;
  }
}
@media only screen and (max-width: 479px) {
  .practice-container {
    font-size: 13px;
  }
}
@media only screen and (max-width: 385px) {
  .practice-container {
    font-size: 12px;
  }
}

.test-item {
  font-size: 23px;
}

.practice-page-heading {
  font-size: 1em;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .practice-page-heading {
    flex-direction: column;
  }
}
.practice-page-heading .practice-page-title {
  font-size: 1.3em;
  font-weight: 600;
  color: black;
}
.practice-page-heading .nav-memoryroom {
  display: flex;
  justify-content: space-between;
  width: 200px;
  font-size: 0.9em;
}
@media only screen and (max-width: 575px) {
  .practice-page-heading .nav-memoryroom {
    width: auto;
  }
}
.practice-page-heading .nav-memoryroom .memoryroom-btn {
  width: 10em;
  height: 2.5em;
  line-height: 2.5em;
}
.practice-page-heading .nav-memoryroom .question-btn {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
}

.test-component-title {
  font-size: 1.3em;
  font-weight: 600;
  color: black;
}

.test-title {
  font-weight: 600;
  color: black;
}

.video-controls[data-state=hidden] {
  background-color: transparent;
  color: transparent;
}

.video-controls[data-state=visible] {
  color: white;
  background-color: #00000080;
}

.practice-page-wrapper {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .practice-page-wrapper {
    width: 100%;
  }
}

.page-heading {
  margin: 0.5em auto;
  max-width: 1000px;
  color: black;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .page-heading {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-heading {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .page-heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .page-heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 385px) {
  .page-heading {
    font-size: 20px;
  }
}
.page-heading .back-button {
  font-size: 1.5em;
}
.page-heading .placeholder {
  background-color: transparent;
  width: 1.5em;
}

.practice-start-card {

  margin: auto;
  background-color: white;
  position: relative;
  padding: 3em 3.5em 3.5em 3.5em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.58;
  font-size: 15px;
  border: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0 5px 5px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .practice-start-card {
    min-height: 236px;
    font-size: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .practice-start-card {
    min-height: 320px;
    font-size: 9px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .practice-start-card {
    min-height: 357px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 575px) {
  .practice-start-card {
    min-height: 40vh;
    font-size: 13px;
    border-radius: 20px;
    padding: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .practice-start-card {
    font-size: 11px;
    border-radius: 20px;
    padding: 30px;
  }
}
@media only screen and (max-width: 385px) {
  .practice-start-card {
    font-size: 9px;
    border-radius: 20px;
    padding: 25px;
  }
}
.practice-start-card .example-number {
  font-size: 1.2em;
  padding-bottom: 1em;
  color: #5048d8;
}
.practice-start-card .practice-contents {
  color: #000;
  font-size: 2em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.practice-start-card .practice-contents button {
  font-size: 0.8em;
  height: 2.5em;
  line-height: 2.5em;
}

.practice-card-container {
  max-width: 1000px;
  margin: auto;
  font-size: 15px;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
}
@media only screen and (max-width: 767px) {
  .practice-card-container {
    font-size: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .practice-card-container {
    font-size: 9px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .practice-card-container {
    font-size: 11px;
  }
}
@media only screen and (max-width: 575px) {
  .practice-card-container {
    font-size: 13px;
  }
}
@media only screen and (max-width: 479px) {
  .practice-card-container {
    font-size: 11px;
  }
}
@media only screen and (max-width: 385px) {
  .practice-card-container {
    font-size: 9px;
  }
}
.practice-card-container .practice-test-card {
  min-height: 40vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 3em 3.5em 3.5em 3.5em;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.58;
  border: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0 5px 5px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .practice-card-container .practice-test-card {
    min-height: 236px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .practice-card-container .practice-test-card {
    min-height: 320px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .practice-card-container .practice-test-card {
    min-height: 357px;
  }
}
@media only screen and (max-width: 575px) {
  .practice-card-container .practice-test-card {
    min-height: 40vh;
    position: unset;
    border-radius: 20px;
    padding: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .practice-card-container .practice-test-card {
    border-radius: 20px;
    padding: 30px;
  }
}
@media only screen and (max-width: 385px) {
  .practice-card-container .practice-test-card {
    border-radius: 20px;
    padding: 25px;
  }
}
.practice-card-container .practice-test-card .practice-exit-button {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 2.3em;
  height: auto;
}
.practice-card-container .practice-test-card .practice-exit-button:hover {
  cursor: pointer;
}
.practice-card-container .practice-test-card .example-number {
  font-size: 1.3em;
  color: #5048d8;
}
.practice-card-container .practice-test-card .practice-contents.practice-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .practice-card-container .practice-test-card .practice-contents.practice-result {
    flex-direction: column;
    align-items: flex-start;
  }
}
.practice-card-container .practice-test-card .practice-contents .practice-question .question-text {
  font-size: 2em;
  color: black;
}
.practice-card-container .practice-test-card .practice-contents .practice-question .question-voice {
  font-size: 1.5em;
}
.practice-card-container .practice-test-card .practice-contents .practice-question .question-voice button {
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: 2px solid lightgray;
  color: black;
  background-color: white;
}
.practice-card-container .practice-test-card .practice-contents .practice-question .question-voice button i {
  font-size: 1em;
}
.practice-card-container .practice-test-card .practice-contents .practice-description {
  flex-basis: 100%;
  color: #000;
}
.practice-card-container .practice-test-card .practice-contents .practice-description .description-english {
  font-size: 2em;
  line-height: 1.2em;
}
.practice-card-container .practice-test-card .practice-contents .practice-description .description-korean {
  font-size: 1.5em;
  font-weight: 400;
}
.practice-card-container .practice-test-card .practice-contents .video-container {
  flex-basis: 70%;
}
@media only screen and (max-width: 575px) {
  .practice-card-container .practice-test-card .practice-contents .video-container {
    flex-basis: unset;
  }
}
.practice-card-container .practice-test-card .practice-contents .video-container .video-wrapper {
  position: relative;
}
.practice-card-container .practice-test-card .practice-contents .video-container .video-wrapper .description-video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  background-color: #000;
}
.practice-card-container .practice-test-card .practice-contents .video-container .video-wrapper .video-controls {
  border-radius: 13px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  height: auto;
  font-size: 3em;
}
.practice-card-container .practice-test-card .practice-contents .video-container .video-source {
  color: lightslategray;
  font-weight: 400;
}
.practice-card-container .practice-test-card .practice-contents .practice-transcription {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 2em;
}
.practice-card-container .practice-test-card .practice-contents .practice-transcription .transcription-text {
  color: black;
  background-color: #fafafa;
  border-radius: 0;
  border-color: white !important;
  border-bottom: 2px solid black !important;
  padding: 0;
}
.practice-card-container .practice-test-card .practice-contents .practice-transcription .transcription-korean {
  margin: 5px 0;
  color: gray;
}
.practice-card-container .practice-test-card .practice-contents .practice-recorded {
  font-size: 1.3em;
  color: gray;
}
.practice-card-container .practice-test-card .practice-contents .practice-recorded button {
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: 2px solid lightgray;
  color: black;
  background-color: white;
}
.practice-card-container .practice-test-card .practice-contents .practice-recorded button i {
  font-size: 1em;
}
.practice-card-container .practice-test-card .progress-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .practice-card-container .practice-test-card .progress-container {
    bottom: 62px;
    position: fixed;
  }
}
.practice-card-container .practice-test-card .progress-container .progress-status {
  font-size: 1.5em;
  padding: 0.5em 1em;
}
.practice-card-container .practice-controllers {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.practice-card-container .practice-controllers .practice-pass-fail {
  width: 35%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .practice-card-container .practice-controllers .practice-pass-fail {
    width: 100%;
    justify-content: space-evenly;
  }
}
.practice-card-container .practice-controllers .practice-pass-fail a {
  font-size: 1.8em;
  width: 5em;
  height: 2.5em;
  line-height: 2.5em;
}
.practice-card-container .practice-submit-controller {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .practice-card-container .practice-submit-controller {
    justify-content: space-evenly;
  }
}
.practice-card-container .practice-submit-controller button {
  font-size: 1.8em;
  width: 6em;
  height: 2.5em;
  line-height: 2.5em;
}
.practice-card-container .practice-speak-controller {
  font-size: 1.2em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: gray;
}
@media only screen and (max-width: 575px) {
  .practice-card-container .practice-speak-controller {
    justify-content: space-evenly;
  }
}
.practice-card-container .practice-speak-controller .wrapper {
  display: flex;
  font-size: 1.5em;
}
.practice-card-container .practice-speak-controller .wrapper #recordButton,
.practice-card-container .practice-speak-controller .wrapper #stopButton,
.practice-card-container .practice-speak-controller .wrapper #spinner {
  width: 2.5em;
  height: 2.5em;
  margin: 5px;
  line-height: 2.5em;
}
.practice-card-container .practice-speak-controller .wrapper #recordButton i::before,
.practice-card-container .practice-speak-controller .wrapper #stopButton i::before,
.practice-card-container .practice-speak-controller .wrapper #spinner i::before {
  line-height: unset;
}
.practice-card-container .practice-speak-controller .wrapper #recordButton,
.practice-card-container .practice-speak-controller .wrapper #stopButton {
  width: 6em;
}

/*======================
Practice Result
========================*/
.practice-result-header .header-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}
@media only screen and (max-width: 575px) {
  .practice-result-header .header-title {
    padding: 1rem;
  }
}
@media only screen and (max-width: 385px) {
  .practice-result-header .header-title {
    font-size: 0.9em;
  }
}

.practice-result-body {
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .practice-result-body {
    flex-direction: column;
  }
}
.practice-result-body .test-result {
  flex-basis: 48%;
}
@media only screen and (max-width: 575px) {
  .practice-result-body .test-result {
    margin-bottom: 10px;
  }
}
.practice-result-body .test-result .card-body {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 575px) {
  .practice-result-body .test-result .card-body {
    padding: 0;
  }
}

.back-buttons {
  display: flex;
  justify-content: center;
}
.back-buttons button,
.back-buttons a {
  margin: 0 1rem;
}
@media only screen and (max-width: 575px) {
  .back-buttons {
    font-size: 1.3em;
    flex-direction: column;
    align-items: center;
  }
  .back-buttons button {
    margin-bottom: 0.5rem;
  }
  .back-buttons a {
    margin-top: 0.5rem;
  }
}

.today-achievement {
  flex-basis: 48%;
  font-size: 18px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .today-achievement {
    font-size: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .today-achievement {
    font-size: 13px;
  }
}
@media only screen and (max-width: 385px) {
  .today-achievement {
    font-size: 12px;
  }
}
@media only screen and (max-width: 300px) {
  .today-achievement {
    font-size: 11px;
  }
}
.today-achievement .triangle {
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .today-achievement .triangle {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .today-achievement .triangle {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 385px) {
  .today-achievement .triangle {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 300px) {
  .today-achievement .triangle {
    margin-right: 9px;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 530px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    max-width: 450px;
  }
}
.pabit-container {
  width: 80%;
  max-width: 1000px;
}
@media only screen and (max-width: 575px) {
  .pabit-container {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 385px) {
  .col-xxs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.learn-container {
  width: 80%;
  max-width: 1000px;
  margin: 1.25rem auto;
}
@media only screen and (max-width: 575px) {
  .learn-container {
    width: 100%;
    font-size: 14px;
    margin: 0.25rem auto;
  }
}
@media only screen and (max-width: 479px) {
  .learn-container {
    font-size: 13px;
  }
}
@media only screen and (max-width: 385px) {
  .learn-container {
    font-size: 12px;
  }
}

.learn-check-box {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  border: 1px solid #333333;
}

.learn-check-circle {
  position: relative;
  top: -2px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  display: none;
  color: white;
}

.learn-autoplay-description {
  position: absolute;
  width: 100%;
  padding: 15px;
  border-color: #efefef;
  font-size: 15px;
  line-height: 25px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 4px 4px #efefef;
  z-index: 200;
  display: none;
}

.learn-component-title {
  font-size: 1.3em;
  font-weight: 600;
  color: black;
}

.header-button {
  color: #5540E0;
  text-align: center;
  font-size: 17px;
  height: 50px;
  width: 65px;
  border-radius: 25px;
  background: #f2f2f2;
  border: 1px solid #c9c9c9;
}

.header-pattern-button {
  color: #5540E0;
  text-align: center;
  font-size: 17px;
  height: 35px;
  width: 60px;
  border-radius: 25px;
  background: #f2f2f2;
  border: 1px solid #c9c9c9;
}

.pattern-item {
  display: block;
  overflow: auto;
  border: 1px solid lightgray !important;
  border-radius: 21px !important;
  z-index: 1;
}
.pattern-item:hover {
  box-shadow: 0 0 10px #ccc;
}
.pattern-item.verb {
  background-color: #f8f8f8;
  color: gray;
}
.pattern-item.verb:hover {
  background-color: white;
  color: black;
}
.pattern-item.verb .pattern-item-body {
  padding: 2rem 0 !important;
  text-align: center;
}
.pattern-item.situation {
  background-color: #f8f8f8;
  color: gray;
}
.pattern-item.situation:hover {
  background-color: white;
  color: black;
}
.pattern-item.situation .pattern-item-body {
  padding: 2rem 0 !important;
  text-align: center;
}
.pattern-item .pattern-item-body {
  font-size: 21px;
  padding: 1.4rem !important;
}
.pattern-item .pattern-item-body .pattern-number {
  color: gray;
  font-size: 0.6em;
}
.pattern-item .pattern-item-body .pattern-item-title {
  line-height: 1em;
  font-weight: 600;
}
.pattern-item .pattern-item-body .pattern-item-title::first-letter {
  text-transform: capitalize;
}

/*---------------
    Learn page
----------------*/
.page-heading {
  margin: 0.5em auto;
  max-width: 1000px;
  color: black;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .page-heading {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-heading {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .page-heading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .page-heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 385px) {
  .page-heading {
    font-size: 18px;
  }
}
.page-heading .learn-title {
  font-weight: bold;
}
.page-heading a {
  font-size: 13px;
}
.page-heading .learn-subtitle {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.page-heading .learn-subtitle .progress-count {
  color: gray;
  font-size: 0.7em;
}

.learn-page-wrapper {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .learn-page-wrapper {
    width: 100%;
  }
}

.learn-card-container {
  max-width: 1000px;
  margin: auto;
  font-size: 15px;
  padding-right: var(--bs-gutter-x, 0.7rem);
  padding-left: var(--bs-gutter-x, 0.7rem);
}
@media only screen and (max-width: 767px) {
  .learn-card-container {
    font-size: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .learn-card-container {
    font-size: 9px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .learn-card-container {
    font-size: 11px;
  }
}
@media only screen and (max-width: 575px) {
  .learn-card-container {
    font-size: 13px;
  }
}
@media only screen and (max-width: 479px) {
  .learn-card-container {
    font-size: 11px;
  }
}
@media only screen and (max-width: 385px) {
  .learn-card-container {
    font-size: 9px;
  }
}
.learn-card-container .learn-start-card {
  min-height: 40vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 3em 3.5em 3.5em 3.5em;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.58;
  border: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0 5px 5px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .learn-card-container .learn-start-card {
    min-height: 236px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .learn-card-container .learn-start-card {
    min-height: 320px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .learn-card-container .learn-start-card {
    min-height: 357px;
  }
}
@media only screen and (max-width: 575px) {
  .learn-card-container .learn-start-card {
    min-height: 40vh;
    position: unset;
    border-radius: 20px;
    padding: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .learn-card-container .learn-start-card {
    border-radius: 20px;
    padding: 30px;
  }
}
@media only screen and (max-width: 385px) {
  .learn-card-container .learn-start-card {
    border-radius: 20px;
    padding: 25px;
  }
}
.learn-card-container .learn-start-card .learn-subtitle {
  font-size: 1.3em;
  color: #5048d8;
}
.learn-card-container .learn-start-card .learn-contents .pattern-english {
  font-size: 2em;
  color: black;
  font-weight: bold;
}
.learn-card-container .learn-start-card .learn-contents .pattern-english::first-letter {
  text-transform: uppercase;
}
.learn-card-container .learn-start-card .learn-contents .pattern-korean {
  font-size: 1.6em;
  color: #231f20;
}
.learn-card-container .learn-start-card .progress-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .learn-card-container .learn-start-card .progress-container {
    bottom: 62px;
    position: fixed;
  }
}
.learn-card-container .learn-start-card .progress-container .progress-status {
  font-size: 1.5em;
  padding: 0.5em 1em;
}
.learn-card-container .learn-detail-card {
  min-height: 40vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 3em 3.5em 3.5em 3.5em;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.58;
  border: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0 5px 5px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .learn-card-container .learn-detail-card {
    min-height: 236px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .learn-card-container .learn-detail-card {
    min-height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .learn-card-container .learn-detail-card {
    min-height: 330px;
  }
}
@media only screen and (max-width: 575px) {
  .learn-card-container .learn-detail-card {
    min-height: 40vh;
    position: unset;
    border-radius: 20px;
    padding: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .learn-card-container .learn-detail-card {
    border-radius: 20px;
    padding: 30px;
  }
}
@media only screen and (max-width: 385px) {
  .learn-card-container .learn-detail-card {
    border-radius: 20px;
    padding: 25px;
  }
}
.learn-card-container .learn-detail-card .learn-subtitle {
  font-size: 1.3em;
  color: #5048d8;
}
.learn-card-container .learn-detail-card .learn-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .learn-card-container .learn-detail-card .learn-contents {
    flex-direction: column;
    align-items: flex-start;
  }
}
.learn-card-container .learn-detail-card .learn-contents .detail-description {
  flex-basis: 100%;
  color: #000;
}
.learn-card-container .learn-detail-card .learn-contents .detail-description .description-english {
  font-size: 2em;
  line-height: 1.2em;
}
.learn-card-container .learn-detail-card .learn-contents .detail-description .description-korean {
  font-size: 1.5em;
  font-weight: 400;
}
.learn-card-container .learn-detail-card .learn-contents .video-container {
  flex-basis: 70%;
}
@media only screen and (max-width: 575px) {
  .learn-card-container .learn-detail-card .learn-contents .video-container {
    flex-basis: unset;
  }
}
.learn-card-container .learn-detail-card .learn-contents .video-container .video-wrapper {
  position: relative;
}
.learn-card-container .learn-detail-card .learn-contents .video-container .video-wrapper #video_player {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  background-color: #000;
}
.learn-card-container .learn-detail-card .learn-contents .video-container .video-wrapper .video-controls {
  border-radius: 13px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  height: auto;
  font-size: 3em;
}
.learn-card-container .learn-detail-card .learn-contents .video-container .video-source {
  color: lightslategray;
  font-weight: 400;
}
.learn-card-container .learn-detail-card .progress-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .learn-card-container .learn-detail-card .progress-container {
    bottom: 62px;
    position: fixed;
  }
}
.learn-card-container .learn-detail-card .progress-container .progress-status {
  font-size: 1.5em;
  padding: 0.5em 1em;
}
.learn-card-container .video-repeat-controller {
  padding-bottom: 1rem;
}
.learn-card-container .video-repeat-controller .repeat-buttons {
  font-size: 12px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-basis: 40%;
}
@media only screen and (max-width: 575px) {
  .learn-card-container .video-repeat-controller .repeat-buttons {
    flex-basis: 100%;
    font-size: 15px;
  }
}
@media only screen and (max-width: 385px) {
  .learn-card-container .video-repeat-controller .repeat-buttons {
    font-size: 13px;
  }
}
@media only screen and (max-width: 300px) {
  .learn-card-container .video-repeat-controller .repeat-buttons {
    font-size: 10px;
  }
}
.learn-card-container .learn-next-controller {
  font-size: 1.8em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .learn-card-container .learn-next-controller {
    justify-content: space-evenly;
  }
}
.learn-card-container .learn-controller-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .learn-card-container .learn-controller-wrapper {
    justify-content: space-evenly;
  }
}
.learn-card-container .learn-controller-wrapper .learn-next-back-controller {
  width: 35%;
  font-size: 1.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .learn-card-container .learn-controller-wrapper .learn-next-back-controller {
    width: 100%;
    justify-content: space-evenly;
  }
}
.learn-card-container .learn-controller-wrapper .learn-end-next-controller {
  width: 40%;
  font-size: 1.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .learn-card-container .learn-controller-wrapper .learn-end-next-controller {
    width: 100%;
    justify-content: space-evenly;
  }
}

.learning-footer .video-repeat-controller button {
  font-weight: bold !important;
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 530px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    max-width: 450px;
  }
}
.pabit-container {
  width: 80%;
  max-width: 1000px;
}
@media only screen and (max-width: 575px) {
  .pabit-container {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 385px) {
  .col-xxs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.home-components-container {
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width: 575px) {
  .home-components-container {
    width: 100%;
  }
}
.home-components-container .tiny-slider-one-wrapper .tns-nav {
  bottom: -1rem;
}
.home-components-container .tiny-slider-one-wrapper .tns-nav button {
  width: 0.5rem;
  height: 0.5rem;
  flex: 0 0 0.5rem;
  max-width: 0.5rem;
}
.home-components-container .tiny-slider-one-wrapper .tiny-slider-one .single-hero-slide {
  height: unset;
}
.home-components-container .tiny-slider-one-wrapper .tiny-slider-one .single-hero-slide .pattern-item {
  margin: 10px;
}
.home-components-container .tiny-slider-one-wrapper .tiny-slider-one .single-hero-slide .pattern-item .pattern-item-body {
  padding: 1rem 1.5rem 1.5rem 1.5rem !important;
}
.home-components-container .tiny-slider-one-wrapper .tiny-slider-one .single-hero-slide .pattern-item .pattern-item-body .pattern-item-title {
  font-size: 20px;
}
.home-components-container .tiny-slider-one-wrapper .tiny-slider-one .single-hero-slide .pattern-item .pattern-item-body .pattern-item-title .pattern-item-type {
  font-size: 10px;
  border-radius: 500px;
  background-color: lightgray;
  color: black;
  padding: 3px 13px;
}
.home-components-container .tiny-slider-one-wrapper .tiny-slider-one .single-hero-slide .pattern-item .pattern-item-body .pattern-item-title .pattern-item-title-name {
  padding-top: 0.5rem;
}
.home-components-container .progress-statistic {
  font-size: 0.8em;
}
.home-components-container .progress-statistic .learn-progress {
  display: grid;
  grid-template-columns: 17% 1fr 17%;
  padding: 5px 15px;
}
.home-components-container .progress-statistic .practice-progress {
  display: grid;
  grid-template-columns: 17% 1fr 17%;
  padding: 5px 15px;
}

.chat-user-status-slides-wrapper {
  position: relative;
}
.chat-user-status-slides-wrapper #reminder-controller {
  position: absolute;
  width: calc(100% + 3rem);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  left: -1.5rem;
}
.chat-user-status-slides-wrapper #reminder-controller i {
  cursor: pointer;
}

.reminder_circle_learn_completed {
  background: #fefefe;
  border: 2px solid #999999;
  box-shadow: 3px 3px 3px #e7e7e7;
}

.reminder_circle_unlearned {
  background: #f5f5f5;
}

.reminder_circle_repetition_completed {
  background: #fefefe;
  border: 3px solid #5048d8;
  box-shadow: 3px 3px 3px #e7e7e7;
}

.reminder-circle {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin: auto;
  margin-bottom: 1em;
}
.reminder-circle a {
  font-size: 1.3em;
}
.reminder-circle a .date {
  font-size: 1.5em;
  font-weight: 600;
}

.card-head {
  padding: 1.5rem;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}
.card-head .card-head-title {
  color: black;
  font-size: 1em;
  font-weight: 600;
}
.card-head .card-head-title .subtitle {
  font-size: 0.8em;
  color: gray;
  font-weight: 400;
}
.card-head .more-status-btn {
  font-size: 0.9em;
}
.card-head .more-status-btn a {
  color: gray;
}

.progress-status-chart {
  font-size: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .progress-status-chart {
    flex-direction: column;
  }
}

.room-status-table {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.room-status-table .table-col {
  position: relative;
  margin: 0 auto;
  font-size: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .room-status-table .table-col {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .room-status-table .table-col {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .room-status-table .table-col {
    font-size: 11px;
  }
}
@media only screen and (max-width: 575px) {
  .room-status-table .table-col {
    font-size: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .room-status-table .table-col {
    font-size: 8px;
  }
}
@media only screen and (max-width: 385px) {
  .room-status-table .table-col {
    font-size: 7px;
  }
}
.room-status-table .table-col .room-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
}
.room-status-table .table-col .room-status.total {
  color: gray;
}
.room-status-table .table-col .room-status.total .value {
  font-size: 3em;
}
.room-status-table .table-col .room-status.finished {
  color: #5048d8;
}
.room-status-table .table-col .room-status .value {
  font-size: 4em;
  font-weight: bold;
  line-height: 1em;
}
.room-status-table .table-col .room-status .nameTag {
  font-size: 1.5em;
  line-height: 2em;
  color: black;
}
.room-status-table .table-col .vertical-divider {
  display: block;
  width: 0;
  height: 3em;
  border-right: 0.5px solid lightgray;
}

.card-body .achievement-card .card {
  width: 5rem;
  height: 5rem;
}
.card-body .achievement-card .card img {
  max-width: 3rem;
  max-height: 3rem;
}
.card-body .achievement-card p {
  font-size: 12px;
}
@media only screen and (max-width: 385px) {
  .card-body .achievement-card .card {
    width: 4rem;
    height: 4rem;
  }
  .card-body .achievement-card .card img {
    max-width: 2.5rem;
    max-height: 2.5rem;
  }
  .card-body .achievement-card p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 300px) {
  .card-body .achievement-card .card {
    width: 3rem;
    height: 3rem;
  }
  .card-body .achievement-card .card img {
    max-width: 2rem;
    max-height: 2rem;
  }
  .card-body .achievement-card p {
    font-size: 10px;
  }
}

.sidenav-wrapper .pabit-sidenav-profile {
  padding: 50px 30px;
  display: grid;
  -moz-text-align-last: left;
       text-align-last: left;
  border-bottom: 1px solid lightgray;
}
.sidenav-wrapper .pabit-sidenav-profile .profile-img {
  padding: 5px;
  position: relative;
  z-index: 1;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: 0 auto;
}
.sidenav-wrapper .pabit-sidenav-profile .profile-img img {
  border-radius: 50%;
}
.sidenav-wrapper .pabit-sidenav-profile .profile-info {
  padding: 5px;
  text-align: center;
}
.sidenav-wrapper .pabit-sidenav-profile .profile-info .user-name {
  font-size: 1.2em;
  font-weight: bold;
  color: black;
}
.sidenav-wrapper .pabit-sidenav-profile .profile-info .user-email {
  font-size: 0.8em;
}
.sidenav-wrapper .sidenav-nav {
  padding: 30px;
  margin: 0;
}
.sidenav-wrapper .sidenav-nav li {
  padding: 10px 0;
}
.sidenav-wrapper .sidenav-nav li a {
  font-size: 1em;
  font-weight: bold;
  color: black;
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 530px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    max-width: 450px;
  }
}
.pabit-container {
  width: 80%;
  max-width: 1000px;
}
@media only screen and (max-width: 575px) {
  .pabit-container {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 385px) {
  .col-xxs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.intro-page {
  padding: 0 2.5rem;
}
.intro-page h1 {
  font-size: 4em;
  font-weight: bold;
  color: black;
  line-height: 2em;
}
.intro-page .page-description {
  font-size: 16px;
  font-weight: bold;
  padding-top: 2em;
  height: 20%;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .intro-page {
    padding: 0 2rem;
  }
  .intro-page h1 {
    font-size: 3.5em;
  }
  .intro-page .page-description {
    font-size: 15px;
  }
}
@media only screen and (max-width: 385px) {
  .intro-page {
    padding: 0 1rem;
  }
  .intro-page h1 {
    font-size: 3em;
  }
  .intro-page .page-description {
    font-size: 13px;
  }
}
@media only screen and (max-width: 300px) {
  .intro-page {
    padding: 0 0.5rem;
  }
  .intro-page h1 {
    font-size: 2.5em;
  }
  .intro-page .page-description {
    font-size: 11px;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 530px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    max-width: 450px;
  }
}
.pabit-container {
  width: 80%;
  max-width: 1000px;
}
@media only screen and (max-width: 575px) {
  .pabit-container {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 385px) {
  .col-xxs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
a.pabit-btn, button.pabit-btn {
  color: #fff;
  border-width: 0;
  font-weight: 900;
  letter-spacing: 0em;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border-style: solid;
  cursor: pointer;
}
a.pabit-btn.btn-darkgray, button.pabit-btn.btn-darkgray {
  background-color: darkgray;
  color: white;
}
a.pabit-btn.btn-gray, button.pabit-btn.btn-gray {
  background-color: #f5f5f5;
  color: black;
}
a.pabit-btn.btn-gray.active, button.pabit-btn.btn-gray.active {
  background-color: #5048D8;
  color: #ffffff;
}
a.pabit-btn.btn-gray-border, button.pabit-btn.btn-gray-border {
  border: 1px solid gray;
  color: gray;
}
a.pabit-btn.btn-violet, button.pabit-btn.btn-violet {
  background-color: #5048D8;
  color: #ffffff;
}
a.pabit-btn.btn-violet-border, button.pabit-btn.btn-violet-border {
  border-width: 2px;
  background: transparent;
  border-color: #5048D8;
  color: #5048D8;
}
a.pabit-btn.btn-violet-border.clicked, button.pabit-btn.btn-violet-border.clicked {
  background: #5048D8;
  border-color: #5048D8;
  color: #ffffff;
}
a.pabit-btn.btn-white, button.pabit-btn.btn-white {
  background-color: #ffffff;
  color: #5048D8;
}
a.pabit-btn.btn-bullet, button.pabit-btn.btn-bullet {
  border-radius: 500px;
}
a.pabit-btn.btn-circle, button.pabit-btn.btn-circle {
  border-radius: 50%;
}
a.pabit-btn.btn-rise:hover, button.pabit-btn.btn-rise:hover {
  transform: translateY(-10%);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
}
a.pabit-btn.btn-w-1, button.pabit-btn.btn-w-1 {
  width: 1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-1, button.pabit-btn.btn-p-1 {
  padding: 1px 0px;
}
a.pabit-btn.btn-w-1-1, button.pabit-btn.btn-w-1-1 {
  width: 1.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-1-2, button.pabit-btn.btn-w-1-2 {
  width: 1.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-1-3, button.pabit-btn.btn-w-1-3 {
  width: 1.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-1-4, button.pabit-btn.btn-w-1-4 {
  width: 1.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-1-5, button.pabit-btn.btn-w-1-5 {
  width: 1.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-1-6, button.pabit-btn.btn-w-1-6 {
  width: 1.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-1-7, button.pabit-btn.btn-w-1-7 {
  width: 1.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-1-8, button.pabit-btn.btn-w-1-8 {
  width: 1.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-1-9, button.pabit-btn.btn-w-1-9 {
  width: 1.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-2, button.pabit-btn.btn-w-2 {
  width: 2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-2, button.pabit-btn.btn-p-2 {
  padding: 2px 0px;
}
a.pabit-btn.btn-w-2-1, button.pabit-btn.btn-w-2-1 {
  width: 2.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-2-2, button.pabit-btn.btn-w-2-2 {
  width: 2.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-2-3, button.pabit-btn.btn-w-2-3 {
  width: 2.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-2-4, button.pabit-btn.btn-w-2-4 {
  width: 2.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-2-5, button.pabit-btn.btn-w-2-5 {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-2-6, button.pabit-btn.btn-w-2-6 {
  width: 2.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-2-7, button.pabit-btn.btn-w-2-7 {
  width: 2.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-2-8, button.pabit-btn.btn-w-2-8 {
  width: 2.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-2-9, button.pabit-btn.btn-w-2-9 {
  width: 2.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-3, button.pabit-btn.btn-w-3 {
  width: 3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-3, button.pabit-btn.btn-p-3 {
  padding: 3px 0px;
}
a.pabit-btn.btn-w-3-1, button.pabit-btn.btn-w-3-1 {
  width: 3.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-3-2, button.pabit-btn.btn-w-3-2 {
  width: 3.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-3-3, button.pabit-btn.btn-w-3-3 {
  width: 3.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-3-4, button.pabit-btn.btn-w-3-4 {
  width: 3.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-3-5, button.pabit-btn.btn-w-3-5 {
  width: 3.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-3-6, button.pabit-btn.btn-w-3-6 {
  width: 3.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-3-7, button.pabit-btn.btn-w-3-7 {
  width: 3.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-3-8, button.pabit-btn.btn-w-3-8 {
  width: 3.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-3-9, button.pabit-btn.btn-w-3-9 {
  width: 3.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-4, button.pabit-btn.btn-w-4 {
  width: 4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-4, button.pabit-btn.btn-p-4 {
  padding: 4px 0px;
}
a.pabit-btn.btn-w-4-1, button.pabit-btn.btn-w-4-1 {
  width: 4.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-4-2, button.pabit-btn.btn-w-4-2 {
  width: 4.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-4-3, button.pabit-btn.btn-w-4-3 {
  width: 4.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-4-4, button.pabit-btn.btn-w-4-4 {
  width: 4.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-4-5, button.pabit-btn.btn-w-4-5 {
  width: 4.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-4-6, button.pabit-btn.btn-w-4-6 {
  width: 4.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-4-7, button.pabit-btn.btn-w-4-7 {
  width: 4.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-4-8, button.pabit-btn.btn-w-4-8 {
  width: 4.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-4-9, button.pabit-btn.btn-w-4-9 {
  width: 4.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-5, button.pabit-btn.btn-w-5 {
  width: 5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-5, button.pabit-btn.btn-p-5 {
  padding: 5px 0px;
}
a.pabit-btn.btn-w-5-1, button.pabit-btn.btn-w-5-1 {
  width: 5.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-5-2, button.pabit-btn.btn-w-5-2 {
  width: 5.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-5-3, button.pabit-btn.btn-w-5-3 {
  width: 5.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-5-4, button.pabit-btn.btn-w-5-4 {
  width: 5.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-5-5, button.pabit-btn.btn-w-5-5 {
  width: 5.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-5-6, button.pabit-btn.btn-w-5-6 {
  width: 5.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-5-7, button.pabit-btn.btn-w-5-7 {
  width: 5.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-5-8, button.pabit-btn.btn-w-5-8 {
  width: 5.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-5-9, button.pabit-btn.btn-w-5-9 {
  width: 5.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-6, button.pabit-btn.btn-w-6 {
  width: 6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-6, button.pabit-btn.btn-p-6 {
  padding: 6px 0px;
}
a.pabit-btn.btn-w-6-1, button.pabit-btn.btn-w-6-1 {
  width: 6.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-6-2, button.pabit-btn.btn-w-6-2 {
  width: 6.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-6-3, button.pabit-btn.btn-w-6-3 {
  width: 6.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-6-4, button.pabit-btn.btn-w-6-4 {
  width: 6.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-6-5, button.pabit-btn.btn-w-6-5 {
  width: 6.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-6-6, button.pabit-btn.btn-w-6-6 {
  width: 6.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-6-7, button.pabit-btn.btn-w-6-7 {
  width: 6.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-6-8, button.pabit-btn.btn-w-6-8 {
  width: 6.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-6-9, button.pabit-btn.btn-w-6-9 {
  width: 6.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-7, button.pabit-btn.btn-w-7 {
  width: 7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-7, button.pabit-btn.btn-p-7 {
  padding: 7px 0px;
}
a.pabit-btn.btn-w-7-1, button.pabit-btn.btn-w-7-1 {
  width: 7.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-7-2, button.pabit-btn.btn-w-7-2 {
  width: 7.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-7-3, button.pabit-btn.btn-w-7-3 {
  width: 7.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-7-4, button.pabit-btn.btn-w-7-4 {
  width: 7.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-7-5, button.pabit-btn.btn-w-7-5 {
  width: 7.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-7-6, button.pabit-btn.btn-w-7-6 {
  width: 7.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-7-7, button.pabit-btn.btn-w-7-7 {
  width: 7.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-7-8, button.pabit-btn.btn-w-7-8 {
  width: 7.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-7-9, button.pabit-btn.btn-w-7-9 {
  width: 7.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-8, button.pabit-btn.btn-w-8 {
  width: 8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-8, button.pabit-btn.btn-p-8 {
  padding: 8px 0px;
}
a.pabit-btn.btn-w-8-1, button.pabit-btn.btn-w-8-1 {
  width: 8.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-8-2, button.pabit-btn.btn-w-8-2 {
  width: 8.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-8-3, button.pabit-btn.btn-w-8-3 {
  width: 8.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-8-4, button.pabit-btn.btn-w-8-4 {
  width: 8.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-8-5, button.pabit-btn.btn-w-8-5 {
  width: 8.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-8-6, button.pabit-btn.btn-w-8-6 {
  width: 8.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-8-7, button.pabit-btn.btn-w-8-7 {
  width: 8.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-8-8, button.pabit-btn.btn-w-8-8 {
  width: 8.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-8-9, button.pabit-btn.btn-w-8-9 {
  width: 8.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-9, button.pabit-btn.btn-w-9 {
  width: 9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-9, button.pabit-btn.btn-p-9 {
  padding: 9px 0px;
}
a.pabit-btn.btn-w-9-1, button.pabit-btn.btn-w-9-1 {
  width: 9.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-9-2, button.pabit-btn.btn-w-9-2 {
  width: 9.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-9-3, button.pabit-btn.btn-w-9-3 {
  width: 9.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-9-4, button.pabit-btn.btn-w-9-4 {
  width: 9.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-9-5, button.pabit-btn.btn-w-9-5 {
  width: 9.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-9-6, button.pabit-btn.btn-w-9-6 {
  width: 9.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-9-7, button.pabit-btn.btn-w-9-7 {
  width: 9.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-9-8, button.pabit-btn.btn-w-9-8 {
  width: 9.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-9-9, button.pabit-btn.btn-w-9-9 {
  width: 9.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-10, button.pabit-btn.btn-w-10 {
  width: 10em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-10, button.pabit-btn.btn-p-10 {
  padding: 10px 0px;
}
a.pabit-btn.btn-w-10-1, button.pabit-btn.btn-w-10-1 {
  width: 10.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-10-2, button.pabit-btn.btn-w-10-2 {
  width: 10.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-10-3, button.pabit-btn.btn-w-10-3 {
  width: 10.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-10-4, button.pabit-btn.btn-w-10-4 {
  width: 10.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-10-5, button.pabit-btn.btn-w-10-5 {
  width: 10.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-10-6, button.pabit-btn.btn-w-10-6 {
  width: 10.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-10-7, button.pabit-btn.btn-w-10-7 {
  width: 10.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-10-8, button.pabit-btn.btn-w-10-8 {
  width: 10.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-10-9, button.pabit-btn.btn-w-10-9 {
  width: 10.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-11, button.pabit-btn.btn-w-11 {
  width: 11em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-11, button.pabit-btn.btn-p-11 {
  padding: 11px 0px;
}
a.pabit-btn.btn-w-11-1, button.pabit-btn.btn-w-11-1 {
  width: 11.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-11-2, button.pabit-btn.btn-w-11-2 {
  width: 11.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-11-3, button.pabit-btn.btn-w-11-3 {
  width: 11.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-11-4, button.pabit-btn.btn-w-11-4 {
  width: 11.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-11-5, button.pabit-btn.btn-w-11-5 {
  width: 11.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-11-6, button.pabit-btn.btn-w-11-6 {
  width: 11.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-11-7, button.pabit-btn.btn-w-11-7 {
  width: 11.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-11-8, button.pabit-btn.btn-w-11-8 {
  width: 11.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-11-9, button.pabit-btn.btn-w-11-9 {
  width: 11.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-12, button.pabit-btn.btn-w-12 {
  width: 12em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-12, button.pabit-btn.btn-p-12 {
  padding: 12px 0px;
}
a.pabit-btn.btn-w-12-1, button.pabit-btn.btn-w-12-1 {
  width: 12.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-12-2, button.pabit-btn.btn-w-12-2 {
  width: 12.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-12-3, button.pabit-btn.btn-w-12-3 {
  width: 12.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-12-4, button.pabit-btn.btn-w-12-4 {
  width: 12.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-12-5, button.pabit-btn.btn-w-12-5 {
  width: 12.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-12-6, button.pabit-btn.btn-w-12-6 {
  width: 12.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-12-7, button.pabit-btn.btn-w-12-7 {
  width: 12.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-12-8, button.pabit-btn.btn-w-12-8 {
  width: 12.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-12-9, button.pabit-btn.btn-w-12-9 {
  width: 12.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-13, button.pabit-btn.btn-w-13 {
  width: 13em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-13, button.pabit-btn.btn-p-13 {
  padding: 13px 0px;
}
a.pabit-btn.btn-w-13-1, button.pabit-btn.btn-w-13-1 {
  width: 13.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-13-2, button.pabit-btn.btn-w-13-2 {
  width: 13.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-13-3, button.pabit-btn.btn-w-13-3 {
  width: 13.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-13-4, button.pabit-btn.btn-w-13-4 {
  width: 13.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-13-5, button.pabit-btn.btn-w-13-5 {
  width: 13.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-13-6, button.pabit-btn.btn-w-13-6 {
  width: 13.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-13-7, button.pabit-btn.btn-w-13-7 {
  width: 13.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-13-8, button.pabit-btn.btn-w-13-8 {
  width: 13.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-13-9, button.pabit-btn.btn-w-13-9 {
  width: 13.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-14, button.pabit-btn.btn-w-14 {
  width: 14em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-14, button.pabit-btn.btn-p-14 {
  padding: 14px 0px;
}
a.pabit-btn.btn-w-14-1, button.pabit-btn.btn-w-14-1 {
  width: 14.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-14-2, button.pabit-btn.btn-w-14-2 {
  width: 14.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-14-3, button.pabit-btn.btn-w-14-3 {
  width: 14.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-14-4, button.pabit-btn.btn-w-14-4 {
  width: 14.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-14-5, button.pabit-btn.btn-w-14-5 {
  width: 14.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-14-6, button.pabit-btn.btn-w-14-6 {
  width: 14.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-14-7, button.pabit-btn.btn-w-14-7 {
  width: 14.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-14-8, button.pabit-btn.btn-w-14-8 {
  width: 14.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-14-9, button.pabit-btn.btn-w-14-9 {
  width: 14.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-15, button.pabit-btn.btn-w-15 {
  width: 15em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-p-15, button.pabit-btn.btn-p-15 {
  padding: 15px 0px;
}
a.pabit-btn.btn-w-15-1, button.pabit-btn.btn-w-15-1 {
  width: 15.1em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-15-2, button.pabit-btn.btn-w-15-2 {
  width: 15.2em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-15-3, button.pabit-btn.btn-w-15-3 {
  width: 15.3em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-15-4, button.pabit-btn.btn-w-15-4 {
  width: 15.4em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-15-5, button.pabit-btn.btn-w-15-5 {
  width: 15.5em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-15-6, button.pabit-btn.btn-w-15-6 {
  width: 15.6em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-15-7, button.pabit-btn.btn-w-15-7 {
  width: 15.7em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-15-8, button.pabit-btn.btn-w-15-8 {
  width: 15.8em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-15-9, button.pabit-btn.btn-w-15-9 {
  width: 15.9em;
  height: 2.5em;
  line-height: 2.5em;
}
a.pabit-btn.btn-w-standard, button.pabit-btn.btn-w-standard {
  height: 2.5em;
  line-height: 2.5em;
}
@media only screen and (max-width: 479px) {
  a.pabit-btn.btn-w-standard, button.pabit-btn.btn-w-standard {
    font-size: 19px;
  }
}
@media only screen and (max-width: 385px) {
  a.pabit-btn.btn-w-standard, button.pabit-btn.btn-w-standard {
    font-size: 17px;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 530px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    max-width: 450px;
  }
}
.pabit-container {
  width: 80%;
  max-width: 1000px;
}
@media only screen and (max-width: 575px) {
  .pabit-container {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 385px) {
  .col-xxs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.header-container {
  max-width: 1000px;
  width: 80%;
}
@media only screen and (max-width: 575px) {
  .header-container {
    width: 100%;
  }
}
.header-container .nav-hamburger {
  font-size: 23px;
  cursor: pointer;
}

.introjs-tooltip-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.introjs-tooltip-header .introjs-skipbutton {
  padding: 7px 0;
}

.introjs-tooltipbuttons {
  border-top: 1px solid #e0e0e0;
  padding: 20px;
  text-align: right;
  white-space: nowrap;
}
.introjs-tooltipbuttons .introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: unset;
  text-decoration: none;
  text-shadow: unset;
  font-size: 14px;
  color: #424242;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  background-color: #f4f4f4;
  border-radius: 0.2em;
  zoom: 1;
  display: inline;
  font-weight: bold;
}
.introjs-tooltipbuttons .introjs-button.introjs-nextbutton {
  background-color: #9893E8;
  color: white;
}
.introjs-tooltipbuttons .introjs-button.introjs-prevbutton {
  background-color: #D1D1D1;
  color: white;
}

.introjs-arrow.top {
  top: -16px;
  left: 20px;
  border-bottom-color: #fff;
}

.introjs-arrow {
  border: 8px solid transparent;
  content: "";
  position: absolute;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  background-color: #fff;
  min-width: 250px;
  max-width: 300px;
  border-radius: 20px;
  box-shadow: 0 3px 30px rgba(33, 33, 33, 0.3);
  transition: opacity 0.1s ease-out;
}
