.main > header {
  position: relative;
  z-index: 9;
}
.studentCard-page {
  background: #fff;
  overflow-x: hidden;
}
.studentCard-page * {
  font-family: "Inter", sans-serif;
  transition: all 0.25s;
}
.studentCard-page .row {
  display: flex;
}
.studentCard-page .drawing-img {
  position: absolute;
  right: -110px;
  top: -300px;
  z-index: 1;
  max-width: 815px;
  max-height: 862px;
}
@media (max-width: 1199px) {
  .studentCard-page .drawing-img {
    max-width: 60vw;
  }
}
@media (max-width: 1023px) {
  .studentCard-page .drawing-img {
    max-width: 55vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .studentCard-page .drawing-img {
    top: -65px;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .studentCard-page .drawing-img {
    display: none;
  }
}
.studentCard-page .drawing-mobile-img {
  position: absolute;
  top: 0px;
  z-index: 1;
  max-width: 140vw;
  left: -25vw;
}
@media (min-width: 768px) {
  .studentCard-page .drawing-mobile-img {
    display: none;
  }
}
.studentCard-page i {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.studentCard-page .head {
  padding: 74px 0px;
  background: rgba(52, 181, 94, 0.06);
}
@media (max-width: 767px) {
  .studentCard-page .head {
    padding-block: 20px;
  }
}
.studentCard-page .head .container {
  position: relative;
}
.studentCard-page .head .container .container-inner {
  position: relative;
  z-index: 2;
}
.studentCard-page .head h1 {
  font-size: 60px;
  max-width: 535px;
  line-height: 1.14;
  display: block;
  font-weight: 800;
}
@media (max-width: 1023px) {
  .studentCard-page .head h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
  .studentCard-page .head h1 {
    font-size: 29px !important;
    line-height: 1.28;
    max-width: 262px;
  }
}
.studentCard-page .info-about {
  padding-top: 52px;
}
@media (max-width: 767px) {
  .studentCard-page .info-about {
    padding-top: 20px;
  }
}
@media (max-height: 740px) {
  .studentCard-page .info-about {
    padding-top: 40px;
  }
}
@media (max-height: 700px) {
  .studentCard-page .info-about {
    padding-top: 60px;
  }
}
.studentCard-page .info-about .functions {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  max-width: 448px;
  line-height: 1.42;
}
@media (max-width: 767px) {
  .studentCard-page .info-about .functions {
    line-height: 1.25;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.studentCard-page .advantages,
.studentCard-page .sections {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .studentCard-page .advantages,
  .studentCard-page .sections {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .studentCard-page .advantages,
  .studentCard-page .sections {
    margin-top: 30px;
  }
}
.studentCard-page .advantages h2,
.studentCard-page .sections h2 {
  margin-bottom: 20px;
  font-size: 24px !important;
  border-top: #cdcdcd 1px solid;
  padding-top: 40px;
}
.studentCard-page .advantages h2.no-separator,
.studentCard-page .sections h2.no-separator {
  border-top: none;
  padding-top: 0;
}
@media (max-width: 767px) {
  .studentCard-page .advantages h2,
  .studentCard-page .sections h2 {
    margin-top: 20px;
  }
}
.studentCard-page .advantages h2.offset-top,
.studentCard-page .sections h2.offset-top {
  margin-top: 40px;
}
.studentCard-page .advantages p,
.studentCard-page .sections p,
.studentCard-page .advantages ul,
.studentCard-page .sections ul,
.studentCard-page .advantages li,
.studentCard-page .sections li {
  font-size: 16px;
}
.studentCard-page .advantages p li,
.studentCard-page .sections p li,
.studentCard-page .advantages ul li,
.studentCard-page .sections ul li,
.studentCard-page .advantages li li,
.studentCard-page .sections li li {
  display: flex;
}
.studentCard-page .advantages p li:before,
.studentCard-page .sections p li:before,
.studentCard-page .advantages ul li:before,
.studentCard-page .sections ul li:before,
.studentCard-page .advantages li li:before,
.studentCard-page .sections li li:before {
  content: ' ';
  display: inline-block;
  height: 13px;
  width: 13px;
  flex-shrink: 0;
  border-radius: 13px;
  background-color: var(--brand-color);
  margin-right: 0.75em;
  margin-top: 6px;
}
.studentCard-page .advantages ul,
.studentCard-page .sections ul {
  margin-block: 1em;
}
.studentCard-page .advantages .flex-row,
.studentCard-page .sections .flex-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .studentCard-page .advantages .flex-row,
  .studentCard-page .sections .flex-row {
    margin-top: 15px;
  }
}
.studentCard-page .advantages ol,
.studentCard-page .sections ol {
  counter-reset: card-steps;
}
.studentCard-page .advantages ol li,
.studentCard-page .sections ol li {
  display: flex;
  counter-increment: card-steps;
  margin-bottom: 18px;
}
.studentCard-page .advantages ol li span,
.studentCard-page .sections ol li span {
  display: block;
  width: calc(100% - 61px);
}
.studentCard-page .advantages ol li i,
.studentCard-page .sections ol li i {
  display: block;
  margin-right: 20px;
  margin-top: -2px;
  content: counter(card-steps);
  background-color: rgba(22, 41, 56, 0.1);
  border-radius: 12px;
  padding: 10px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  text-align: center;
  line-height: normal;
}
@media (max-width: 767px) {
  .studentCard-page .advantages ol li i,
  .studentCard-page .sections ol li i {
    margin-bottom: 12px;
    font-size: 15px;
    width: 31px;
    height: 31px;
    padding: 6px 0px;
  }
}
.studentCard-page .advantages ol li a,
.studentCard-page .sections ol li a {
  color: #34b55e;
  font-weight: bold;
}
.studentCard-page .advantages ol li a.pricelist-link,
.studentCard-page .sections ol li a.pricelist-link {
  font-weight: normal;
  color: #162938;
}
.studentCard-page .guides {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .studentCard-page .guides {
    margin-top: 7px;
  }
}
.studentCard-page .guides .tabs {
  display: flex;
}
.studentCard-page .guides .tabs li {
  display: block;
  height: 60px;
  margin-right: 14px;
}
@media (max-width: 767px) {
  .studentCard-page .guides .tabs li {
    margin-right: 5px;
  }
}
.studentCard-page .guides .tabs li a {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.89;
  padding: 13px 27px;
  background: #162938;
}
.studentCard-page .guides .tabs li a br {
  display: none;
}
@media (max-width: 767px) {
  .studentCard-page .guides .tabs li a {
    font-size: 14px;
    line-height: 1.29;
    padding: 13px 10px;
    min-width: 102px;
    justify-content: center;
  }
  .studentCard-page .guides .tabs li a br {
    display: block;
  }
}
@media (max-width: 360px) {
  .studentCard-page .guides .tabs li a {
    font-size: 14px;
    line-height: 1.29;
    padding: 5px;
    min-width: unset;
    justify-content: center;
  }
  .studentCard-page .guides .tabs li a br {
    display: block;
  }
}
.studentCard-page .guides .tabs li a:hover {
  background-color: #253d4f;
}
.studentCard-page .guides .tabs li a.active {
  background: #34b55e;
}
.studentCard-page .guides .tabs li a.active:hover {
  background-color: #249d4b;
}
.studentCard-page .guides article {
  display: none;
  border: #d4d4d4 1px solid;
  border-radius: 23px;
  border-top-left-radius: 0px;
  padding: 50px 60px;
}
.studentCard-page .guides article.active {
  display: block;
}
@media (max-width: 767px) {
  .studentCard-page .guides article {
    padding: 25px 20px;
    border-top-right-radius: 0px;
  }
}
.studentCard-page .guides article p,
.studentCard-page .guides article ol li,
.studentCard-page .guides article ul li,
.studentCard-page .guides article ol li span {
  font-size: 16px;
  line-height: 1.87;
}
.studentCard-page .guides article p strong,
.studentCard-page .guides article ol li strong,
.studentCard-page .guides article ul li strong,
.studentCard-page .guides article ol li span strong {
  font-weight: bold;
  display: inline;
}
.studentCard-page .guides article ol {
  counter-reset: card-steps;
}
.studentCard-page .guides article ol li {
  display: flex;
  counter-increment: card-steps;
  margin-bottom: 18px;
}
.studentCard-page .guides article ol li span {
  display: block;
  width: calc(100% - 61px);
}
.studentCard-page .guides article ol li i {
  display: block;
  margin-right: 20px;
  margin-top: -2px;
  content: counter(card-steps);
  background-color: rgba(22, 41, 56, 0.1);
  border-radius: 12px;
  padding: 10px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  text-align: center;
  line-height: normal;
}
@media (max-width: 767px) {
  .studentCard-page .guides article ol li i {
    margin-bottom: 12px;
    font-size: 15px;
    width: 31px;
    height: 31px;
    padding: 6px 0px;
  }
}
.studentCard-page .guides article ol li a {
  color: #34b55e;
  font-weight: bold;
}
.studentCard-page .guides article ol li a.pricelist-link {
  font-weight: normal;
  color: #162938;
}
.studentCard-page .help {
  margin-top: 60px;
}
.studentCard-page .help .container {
  background: rgba(52, 181, 94, 0.06);
  border-radius: 23px;
  padding: 25px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .studentCard-page .help .container {
    flex-direction: column;
    padding: 15px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .studentCard-page .help {
    margin-top: 25px;
    padding: 30px 0px;
  }
}
.studentCard-page .help .img {
  display: block;
  width: 382px;
  margin-right: 58px;
  flex-shrink: 0;
  height: 289px;
  background-image: url('../../img/info/studentCard/contact.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 9px;
}
@media (max-width: 767px) {
  .studentCard-page .help .img {
    width: 100%;
    height: auto;
    padding-top: 75.714%;
    margin-right: 0;
  }
}
.studentCard-page .help p {
  font-size: 15px;
  max-width: 428px;
  line-height: 1.87;
}
@media (max-width: 767px) {
  .studentCard-page .help p {
    font-size: 16px;
    line-height: 1.81;
  }
}
.studentCard-page .help p a {
  font-weight: bold;
}
.studentCard-page .help h2 {
  padding-top: 16px;
  font-size: 24px !important;
  max-width: 409px;
  line-height: 1.42;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .studentCard-page .help h2 {
    line-height: 1.38;
    max-width: 100%;
    position: relative;
  }
}
.studentCard-page .help .links {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .studentCard-page .help .links {
    flex-direction: column;
  }
}
.studentCard-page .help .links a {
  display: inline-flex;
  border: #000 1px solid;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #162938;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 8px 17px;
  height: 47px;
}
.studentCard-page .help .links a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
@media (max-width: 767px) {
  .studentCard-page .help .links a {
    margin-bottom: 14px;
  }
}
.studentCard-page .help .links a.btn--ios {
  width: 100px;
  height: 34px;
  background-image: url("../../img/info/whatIsUbian/ic-app-store@2x.png");
  margin-top: 0 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: transparent;
  padding: 0;
  font-size: 0;
  border: none;
}
@media (max-width: 767px) {
  .studentCard-page .help .links a.btn--ios {
    width: 132px;
    height: 44px;
  }
}
.studentCard-page .help .links a.btn--huawei {
  padding: 0;
  width: 113px;
  height: 34px;
  color: transparent;
  font-size: 0;
  background-image: url("../../img/info/renewal/appgallery.png");
  margin-top: 0 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
}
@media (max-width: 767px) {
  .studentCard-page .help .links a.btn--huawei {
    width: 147px;
    height: 45px;
  }
}
.studentCard-page .help .links a.google-play {
  color: transparent;
  width: 112px;
  height: 34px;
  background-image: url("../../img/info/cardVirtualization/ic-google-play@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0;
  border: none;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .studentCard-page .help .links a.google-play {
    width: 150px;
    height: 45px;
  }
}
.studentCard-page .help .links a.fb {
  background-image: url("../../img/info/shared/fb.svg");
  background-size: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
}
.studentCard-page .help .links a.ig {
  background-image: url("../../img/info/shared/ig.svg");
  background-size: 20px;
  background-position: 50% 50%;
  color: transparent;
  font-size: 0;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.studentCard-page .help .links a.mail {
  background-image: url("../../img/info/shared/ic-mail.svg");
  background-position: 10px center;
  padding-left: 42px;
  background-repeat: no-repeat;
  width: 149px;
  height: 34px;
  font-size: 14px;
  margin-bottom: 0;
  vertical-align: bottom;
}
.studentCard-page .action-button {
  display: flex;
  justify-content: center;
  margin-block: 20px;
}
.studentCard-page .action-button a {
  font-size: 16px;
}
.faq-group-content .studentCard-page .action-button a {
  font-size: 15px;
}
.new-student-card {
  color: #162938;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  border: #f99c36 2px solid;
  background: rgba(249, 156, 54, 0.1);
  padding: 10px 14px;
  max-width: 290px;
}
@media (max-width: 767px) {
  .new-student-card {
    margin-inline: auto;
  }
}
.new-student-card i {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 5px;
  background-image: url("../../img/info/studentCard/generalIconsLStudent@2x.png");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: 50%;
}
article ul li {
  display: flex;
}
article ul li:before {
  content: ' ';
  display: inline-block;
  background: var(--brand-color);
  margin-right: 0.75em;
  height: 13px;
  width: 13px;
  margin-top: 8px;
  border-radius: 13px;
  flex-shrink: 0;
}
.faq {
  margin-top: 20px;
}
.faq .faq-group-title {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.faq .faq-group-title:before {
  content: " ";
  margin-left: -56px;
  margin-right: 20px;
  background-image: url("../../img/info/helpAndSupport/arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: var(--brand-color);
  width: 34px;
  height: 34px;
  border-radius: 34px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  transform: rotate(0deg);
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .faq .faq-group-title:before {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    margin-right: 10px;
  }
}
.faq .faq-group-title.open:before {
  transform: rotate(180deg);
}
.faq .faq-group-title {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  border-bottom: #f3f3f3 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 56px;
}
@media (max-width: 767px) {
  .faq .faq-group-title {
    font-size: 15px !important;
  }
}
.faq .faq-group-title.open ~ .faq-group-content {
  height: unset;
  opacity: 1;
  padding-bottom: 20px;
}
.faq .faq-group-content {
  height: 0;
  overflow: hidden;
  padding-left: 58px;
  opacity: 0;
  transition: all 0.5s;
}
.faq .faq-group-content,
.faq .faq-group-content p,
.faq .faq-group-content p *,
.faq .faq-group-content li {
  font-size: 15px !important;
}
@media (max-width: 767px) {
  .faq .faq-group-content {
    padding-left: 15px;
    line-height: 1.5;
  }
}
.faq .faq-group-content hr {
  border-top: #f3f3f3 1px solid;
  display: block;
  margin-block: 0.5em;
}
.faq .faq-group-content small {
  font-size: 10px;
}
.faq .faq-group-content ol {
  list-style-type: decimal;
  counter-reset: nums !important;
}
.faq .faq-group-content ol li {
  counter-increment: nums !important;
}
.faq .faq-group-content ol li:before {
  content: counter(nums) ". " !important;
  margin-right: 0.5em;
}
.faq .faq-group-content .compare-table {
  margin-top: 20px;
  border-collapse: collapse;
  border-radius: 0;
}
.faq .faq-group-content .compare-table th,
.faq .faq-group-content .compare-table td {
  padding: 5px;
  border: var(--text-color) 1px solid;
  font-weight: normal;
  color: var(--text-color);
}
.faq .faq-group-content .compare-table td {
  text-align: center;
}
.faq .faq-group-content .compare-table thead th {
  font-weight: bold;
  padding: 5px;
}
