@import url("../assets/font/Mulish/stylesheet.css");
@import url("../assets/font/Charm/stylesheet.css");
@import url("../assets/font/Inter/stylesheet.css");
:root {
  --size-hd-top: 7.2rem;
  --size-hd-bot: 5.6rem;
  --pd-sc: 8rem;
  --pd-sc-s: 5.6rem;
  --color-text: #637381;
  --color-pri: #57aa31; }
  @media (max-width: 1200px) {
    :root {
      --pd-sc: 4rem;
      --size-hd-top: 6.4rem;
      --pd-sc-s: 4rem; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }
  @media screen and (min-width: 2000px) {
    html {
      font-size: 100%; } }

body {
  font-family: 'Mulish', Times, serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #212936;
  overflow: hidden auto; }
  @media screen and (min-width: 2000px) {
    body {
      font-size: 20px; } }
  @media screen and (max-width: 700px) {
    body {
      padding-bottom: 6rem; } }

a {
  text-decoration: none;
  color: inherit; }

button,
select {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  cursor: pointer; }

button {
  padding: 0;
  background-color: transparent; }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Mulish", sans-serif; }

.main {
  min-height: 68vh;
  padding-top: calc(var(--size-hd-top) + var(--size-hd-bot)); }

.container {
  width: 100%;
  max-width: 123rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.over {
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }
  .over::-webkit-scrollbar {
    display: none; }

.no-scroll {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none; }

iframe {
  vertical-align: middle; }

.load-item {
  display: none; }

.show-hide-toggle {
  cursor: pointer; }

img {
  max-width: 100%;
  border-radius: inherit;
  height: auto; }

.global-title {
  max-width: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden; }

.wow {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.wow {
  visibility: hidden; }

.dnor {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
  margin-bottom: -1.5rem; }
  .dnor-item {
    padding: 0 1.5rem;
    margin-bottom: 1.5rem; }

.dsmall {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
  margin-bottom: -2.4rem; }
  .dsmall-item {
    padding: 0 1.2rem;
    margin-bottom: 2.4rem; }

.dmini {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  margin-bottom: -1rem; }
  .dmini-item {
    padding: 0 0.5rem;
    margin-bottom: 1rem; }

.fl-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
  margin-bottom: -2.4rem; }
  @media screen and (max-width: 500px) {
    .fl-list {
      margin: 0 -0.4rem;
      margin-bottom: -0.8rem; } }

.fl-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1.2rem;
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 500px) {
    .fl-item {
      padding: 0 0.4rem;
      margin-bottom: 0.8rem; } }

.row {
  --cg: 3.2rem;
  --rg: 3.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--cg) / 2 * -1) calc(var(--rg) * -1); }

.rows {
  --cg: 3.2rem;
  --rg: 3.2rem;
  margin: 0 calc(var(--cg) / 2 * -1); }

.col {
  width: 100%;
  padding: 0 calc(var(--cg) / 2);
  margin-bottom: var(--rg); }
  .col-11 {
    width: calc(11/12 * 100%); }
  .col-10 {
    width: calc(10/12 * 100%); }
  .col-9 {
    width: calc(9/12 * 100%); }
  .col-8 {
    width: calc(8/12 * 100%); }
  .col-7 {
    width: calc(7/12 * 100%); }
  .col-6 {
    width: 50%; }
  .col-5 {
    width: calc(5/12 * 100%); }
  .col-4 {
    width: calc(4/12 * 100%); }
  .col-3 {
    width: calc(3/12 * 100%); }
  .col-2 {
    width: calc(2/12 * 100%); }
  .col-1 {
    width: calc(1/12 * 100%); }

.btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  font-weight: 500;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  overflow: hidden;
  position: relative;
  background: #3f932d;
  gap: 1rem;
  color: white;
  font-size: 1.6rem;
  white-space: nowrap; }
  .btn > * {
    position: relative;
    z-index: 2; }
  .btn img {
    width: 1.6rem;
    height: 1.6rem; }
  .btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #c50909;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1; }
  .btn.gray {
    background-color: #f9fafb;
    color: #3f932d; }
    @media (hover: hover) {
      .btn.gray:hover {
        color: white; } }
  .btn.trans {
    background-color: transparent;
    color: #3f932d;
    border: 0.1rem solid #3f932d; }
    .btn.trans::after {
      background-color: #3f932d; }
    @media (hover: hover) {
      .btn.trans:hover:not(.white) {
        color: white; } }
    .btn.trans.white {
      border-color: white;
      color: white; }
  .btn.blur {
    color: #3f932d;
    background-color: #e0f1d7; }
    @media (hover: hover) {
      .btn.blur:hover {
        color: white; } }
  .btn.radius-full {
    border-radius: 100rem; }
  .btn.center {
    margin-left: auto;
    margin-right: auto; }
  @media (hover: hover) {
    .btn:hover::after {
      left: 0;
      width: 100%; } }
  .btn-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--gap); }

.btn-add {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.8rem; }
  .btn-add .icon {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 100rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative; }
    .btn-add .icon::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: inherit;
      border: 0.2rem solid #7d6763;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .btn-add .icon i {
      width: 2.8rem;
      height: 2.8rem;
      background-color: #7d6763;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      border-radius: 100rem;
      color: white;
      font-size: 1.2rem;
      font-weight: 500;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
  @media (hover: hover) {
    .btn-add:hover .icon::before {
      border-color: #3f932d; }
    .btn-add:hover .icon i {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      background-color: #3f932d; } }

.star {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: start; }
  .star-list {
    position: relative;
    height: 2rem; }
  .star-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .star-flex .icon {
      width: 1.8rem;
      height: 1.8rem; }
      .star-flex .icon:not(:first-child) {
        margin-left: 0.4rem; }
  .star-filter {
    overflow: hidden;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    height: 100%;
    width: 0; }

.star {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .star-flex {
    gap: 0.3rem; }
  .star .star-list {
    height: unset; }
  .star .star-empty i {
    color: #dedede;
    font-size: 1.4rem; }
  .star .star-filter i {
    color: #ffc107;
    font-size: 1.4rem; }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem; }
  .rating .stars {
    cursor: pointer; }
    .rating .stars i {
      color: #ffc107; }
    .rating .stars.active i {
      color: #ffc107;
      font-weight: 900; }
  .rating .star {
    width: 2rem;
    height: 2rem;
    background: gray;
    display: block; }

.form {
  --height: 3.2rem;
  --bdcl: var(--color-text); }
  .form-list {
    --cg: 2.4rem;
    --rg: 2.4rem; }
    @media screen and (max-width: 1200px) {
      .form-list {
        --cg: 1.2rem;
        --rg: 1.2rem; } }
  .form-ip .text {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--color-text);
    font-weight: 500;
    font-size: 1.4rem; }
    .form-ip .text .red {
      color: red;
      font-weight: 400; }
  .form-ip .input {
    position: relative; }
    .form-ip .input .seepassJS {
      position: absolute;
      right: 1rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #dedede;
      cursor: pointer; }
  .form-ip input,
  .form-ip textarea {
    border: 0.1rem solid var(--color-text);
    border-radius: 0.4rem;
    outline: none;
    padding: 0.8rem 1rem;
    width: 100%;
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 1.6rem;
    height: 3.2rem; }
    .form-ip input.placeholder,
    .form-ip textarea.placeholder {
      color: #64748b; }
    .form-ip input:-moz-placeholder,
    .form-ip textarea:-moz-placeholder {
      color: #64748b; }
    .form-ip input::-moz-placeholder,
    .form-ip textarea::-moz-placeholder {
      color: #64748b; }
    .form-ip input:-ms-input-placeholder,
    .form-ip textarea:-ms-input-placeholder {
      color: #64748b; }
    .form-ip input::-webkit-input-placeholder,
    .form-ip textarea::-webkit-input-placeholder {
      color: #64748b; }
    .form-ip input:focus,
    .form-ip textarea:focus {
      border-color: var(--color-pri); }
  .form-ip textarea {
    min-height: 8.4rem; }
  .form-ip.per5 {
    width: 50%; }
    @media screen and (max-width: 500px) {
      .form-ip.per5 {
        width: 100%; } }
  .form-ip .select2-container--default .select2-selection--single {
    border-radius: 0.8rem;
    background-color: transparent;
    border-color: var(--color-pri); }
  .form-ip .select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    color: #64748b;
    font-size: 1.6rem; }
  .form-ip .select2-container--default.select2-container--open.select2-container--below
.select2-selection--single {
    border-radius: 0.8rem !important; }
  .form-ip .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    font-size: 1.6rem; }

.drv {
  padding: 1rem; }
  .drv .tt {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
    font-weight: 600; }
    @media only screen and (max-width: 1200px) {
      .drv .tt {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .drv .tt {
        font-size: 1.7rem; } }
    @media screen and (max-width: 800px) {
      .drv .tt {
        margin-bottom: calc(1.2rem / 2); } }

.drv-wr {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 800px) {
    .drv-wr {
      padding-bottom: calc(2rem / 2); } }
  @media screen and (max-width: 800px) {
    .drv-wr {
      margin-bottom: calc(2rem / 2); } }

.drv-score-lf .wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin-right: 3rem;
  border-right: 1px solid #e1e1e1; }
  .drv-score-lf .wrapper .score {
    font-size: 2.4rem; }
    @media only screen and (max-width: 1200px) {
      .drv-score-lf .wrapper .score {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .drv-score-lf .wrapper .score {
        font-size: 1.7rem; } }
  .drv-score-lf .wrapper .link {
    font-size: 1.6rem; }

.rating-level {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem; }
  .rating-level:not(:last-child) {
    margin-bottom: 0.8rem; }
  .rating-level .star-count {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.4rem; }
    .rating-level .star-count .score {
      font-size: 1.4rem; }
    .rating-level .star-count .fas.fa-star {
      color: #ffc107;
      font-size: 1.4rem; }
  .rating-level progress {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0.5rem;
    height: 0.8rem;
    overflow: hidden; }
    .rating-level progress::-webkit-progress-bar {
      background-color: #ededed; }
    .rating-level progress::-webkit-progress-value {
      background-color: #57aa31;
      width: 100%; }
  .rating-level .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.2rem; }

.drve-wr {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 800px) {
    .drve-wr {
      padding-bottom: calc(2rem / 2); } }
  @media screen and (max-width: 800px) {
    .drve-wr {
      margin-bottom: calc(2rem / 2); } }

.drve-it {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem; }
  .drve-it .tt-it {
    width: 15.6rem;
    font-size: 1.4rem; }

.drve-it-wr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem; }
  .drve-it-wr .drve-score {
    font-size: 1.4rem;
    font-weight: 700;
    margin-right: 0.5rem; }
  .drve-it-wr .drve-num {
    font-size: 1.4rem; }

.drvc {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 800px) {
    .drvc {
      padding-bottom: calc(2rem / 2); } }
  @media screen and (max-width: 800px) {
    .drvc {
      margin-bottom: calc(2rem / 2); } }
  .drvc .ques {
    margin-bottom: 1.6rem;
    text-align: center;
    font-size: 1.6rem; }
    @media screen and (max-width: 800px) {
      .drvc .ques {
        margin-bottom: calc(1.6rem / 2); } }

.tabbtn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem; }
  @media screen and (max-width: 800px) {
    .tabbtn {
      margin-bottom: calc(3rem / 2); } }

.tabbtn-wr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem; }

.tabbtn-item input {
  display: none; }

.tabbtn-item input:checked ~ .tabbtn-item-wr {
  background: #57aa31;
  border: 1px solid #57aa31;
  --color-text: white; }

.tabbtn-item-wr {
  --color-text: #637381;
  cursor: pointer;
  padding: 0.3rem 1rem;
  border-radius: 1.5rem;
  border: 1px solid var(--color-text);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .tabbtn-item-wr .text {
    font-size: 1.4rem;
    color: var(--color-text);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-wrap: nowrap; }
  .tabbtn-item-wr .star i {
    color: #ffc107;
    font-size: 1.2rem; }

.drvr-item {
  padding-bottom: 1.5rem; }
  @media screen and (max-width: 800px) {
    .drvr-item {
      padding-bottom: calc(1.5rem / 2); } }
  .drvr-item:not(:last-child) {
    border-bottom: 0.5px solid var(--color-text);
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 800px) {
      .drvr-item:not(:last-child) {
        margin-bottom: calc(1.5rem / 2); } }
  .drvr-item .image {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.5rem; }
    .drvr-item .image img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }

.drvr-item-wr {
  margin-bottom: 1rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem; }
  @media screen and (max-width: 800px) {
    .drvr-item-wr {
      margin-bottom: calc(1rem / 2); } }
  .drvr-item-wr .ic {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 1.2rem;
    height: 1.2rem; }
  .drvr-item-wr .name {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem; }
    .drvr-item-wr .name .gname {
      font-size: 1.4rem;
      font-weight: 700; }
  .drvr-item-wr .ctime-wr,
  .drvr-item-wr .ic-text-wr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.4rem; }
    .drvr-item-wr .ctime-wr .text,
    .drvr-item-wr .ic-text-wr .text {
      font-size: 1.3rem;
      text-wrap: nowrap;
      color: #3f932d; }
    .drvr-item-wr .ctime-wr .ttime,
    .drvr-item-wr .ic-text-wr .ttime {
      font-size: 1.2rem;
      text-wrap: nowrap;
      color: var(--color-text); }

.review-tab {
  margin-left: 3.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem; }
  .review-tab .star {
    padding-right: 0.6rem;
    position: relative; }
    .review-tab .star::before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      width: 0.2px;
      height: 180%;
      background: var(--color-text); }

.review-tab-wr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem; }

.review-tab-it {
  border-radius: 0.5rem;
  font-size: 1.2rem;
  color: var(--color-text);
  padding: 0.3rem 1rem;
  -webkit-box-shadow: 0 0 0 0.5px rgba(145, 158, 171, 0.239);
  box-shadow: 0 0 0 0.5px rgba(145, 158, 171, 0.239); }

.review-text {
  margin-top: 1rem;
  padding-left: 3.2rem;
  font-size: 1.2rem;
  color: #4a4a4a; }
  @media screen and (max-width: 800px) {
    .review-text {
      margin-top: calc(1rem / 2); } }

.drv-review {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
  @media screen and (max-width: 800px) {
    .drv-review {
      margin-bottom: calc(2rem / 2); } }
  @media screen and (max-width: 800px) {
    .drv-review {
      padding-bottom: calc(2rem / 2); } }

.drv-form .drv-star {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem; }
  @media screen and (max-width: 800px) {
    .drv-form .drv-star {
      padding-bottom: calc(1.2rem / 2); } }
  @media screen and (max-width: 800px) {
    .drv-form .drv-star {
      margin-bottom: calc(1.2rem / 2); } }
  .drv-form .drv-star i {
    font-size: 3.2rem; }
    @media only screen and (max-width: 1200px) {
      .drv-form .drv-star i {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .drv-form .drv-star i {
        font-size: 2.2rem; } }
  .drv-form .drv-star .rating {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .drv-form .drv-star .rating-ratio {
    font-size: 2rem;
    color: #212936;
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .drv-form .drv-star .rating-ratio {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .drv-form .drv-star .rating-ratio {
        font-size: 1.6rem; } }

.drv-form-wr .tt {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.2rem; }
  @media only screen and (max-width: 1200px) {
    .drv-form-wr .tt {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 800px) {
    .drv-form-wr .tt {
      font-size: 2.2rem; } }
  @media screen and (max-width: 800px) {
    .drv-form-wr .tt {
      margin-bottom: calc(1.2rem / 2); } }

.comment_media {
  --cg: 0.8rem;
  --rg: 0.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--cg) / 2 * -1) calc(var(--rg) * -1);
  margin-top: 0.8rem;
  margin-left: 2.8rem; }
  .comment_media_item {
    width: calc(100% / 8);
    padding: 0 calc(var(--cg) / 2);
    margin-bottom: var(--rg); }
    @media screen and (max-width: 800px) {
      .comment_media_item {
        width: calc(100% / 5); } }
    @media screen and (max-width: 600px) {
      .comment_media_item {
        width: calc(100% / 4); } }
    @media screen and (max-width: 425px) {
      .comment_media_item {
        width: calc(100% / 3); } }
    .comment_media_item img {
      border-radius: 0.8rem;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.drv-letter {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem; }
  @media screen and (max-width: 800px) {
    .drv-letter {
      padding-bottom: calc(1.2rem / 2); } }
  @media screen and (max-width: 800px) {
    .drv-letter {
      margin-bottom: calc(1.2rem / 2); } }
  .drv-letter .tt {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1.2rem; }
    @media only screen and (max-width: 1200px) {
      .drv-letter .tt {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .drv-letter .tt {
        font-size: 1.6rem; } }

.drv-letter-wr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem; }

.drv-letter-item {
  height: 3.55rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer; }
  .drv-letter-item .text {
    border-radius: 0.8rem;
    padding: 0.8rem 1rem;
    background: #eff0f1;
    border: 1px solid #eff0f1;
    font-size: 1.4rem;
    color: #212936;
    text-wrap: nowrap;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .drv-letter-item input {
    display: none; }
  .drv-letter-item input:checked ~ .text {
    border: 1px solid #212936; }

.popup-review .popup-wrapper {
  padding-top: 2rem; }

.form-upload-wr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.8rem; }

.form-upload-item .lb-file {
  cursor: pointer;
  width: 8rem;
  height: 8rem;
  background: #eff0f1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px dashed #212936;
  border-radius: 0.8rem; }
  .form-upload-item .lb-file i {
    color: #637381;
    font-size: 3.2rem;
    margin-bottom: 0.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media only screen and (max-width: 1200px) {
      .form-upload-item .lb-file i {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .form-upload-item .lb-file i {
        font-size: 2.2rem; } }
  .form-upload-item .lb-file .text {
    color: #637381;
    font-size: 1.2rem;
    margin-bottom: unset;
    line-height: 1;
    text-align: center; }
  @media (hover: hover) {
    .form-upload-item .lb-file:hover i {
      color: #57aa31; } }

.drv-form-list {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem; }
  @media screen and (max-width: 800px) {
    .drv-form-list {
      padding-bottom: calc(1.2rem / 2); } }
  @media screen and (max-width: 800px) {
    .drv-form-list {
      margin-bottom: calc(1.2rem / 2); } }
  .drv-form-list .form-list {
    --rg: 0.8rem;
    --cg: 0.8rem; }

.preview-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem; }
  .preview-container img,
  .preview-container video {
    width: 8rem;
    height: 8rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.8rem; }

.fancybox__counter,
.fancybox__nav .carousel__button.is-prev,
.fancybox__nav .carousel__button.is-next,
.fancybox__thumbs {
  display: none; }

.fancybox__toolbar__items--right button:not(:last-child) {
  display: none; }

.fancybox__content,
.fancybox__html5video,
.fancybox__iframe {
  border-radius: 0.8rem; }

.drv-letter {
  display: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out; }

.comment_media_item.video {
  position: relative; }
  .comment_media_item.video::before {
    pointer-events: none;
    position: absolute;
    content: "\f04b";
    font-family: "Font Awesome 6 Pro";
    font-size: 1.6rem;
    color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    z-index: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }

@-webkit-keyframes scaleAni {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0; } }

@keyframes scaleAni {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0; } }
  .comment_media_item.video::after {
    content: "";
    display: none;
    width: 2rem;
    height: 2rem;
    top: 39%;
    left: 42%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-animation: scaleAni 1.8s linear infinite;
    animation: scaleAni 1.8s linear infinite;
    opacity: 0;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    z-index: 1;
    pointer-events: none; }
    @media screen and (max-width: 1000px) {
      .comment_media_item.video::after {
        top: 36%;
        left: 40%; } }

.has-see-more.desc {
  position: relative;
  overflow: hidden; }
  .has-see-more.desc::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%); }

/*# sourceMappingURL=style2.css.map */
