body:has(.page-fot) main {
  overflow: visible;
}

@media screen and (max-width: 500px) {
  .page-fot .t-title {
    font-weight: 600;
  }
  .page-fot .fm-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-fot .fm-slider .swiper-slide {
    width: 100%;
  }
  .page-fot .fm-slider .fm-item {
    overflow: hidden;
    border-radius: 1.2rem;
  }
}

.thanks {
  position: relative;
}
.thanks::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(86, 163, 247, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(180deg, rgba(86, 163, 247, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  z-index: -1;
  pointer-events: none;
}
.thanks-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.thanks-wrap .btn {
  margin-top: 1rem;
}

@media screen and (max-width: 430px) {
  .know-it .b-ctn .t-des {
    -webkit-line-clamp: 3;
  }
}

.fot-bn {
  background-color: var(--color-pri);
  position: relative;
  overflow: hidden;
}
.fot-bn__content .head .txt {
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
}
.fot-bn__content .mona-content {
  color: white;
}
.fot-bn__model {
  width: 100%;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .fot-bn__model {
    width: 150%;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
@media screen and (max-width: 900px) {
  .fot-bn__model {
    width: 200%;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}
@media screen and (max-width: 430px) {
  .fot-bn__model {
    width: 150%;
    margin-top: -8rem;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
.fot-bn__model img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.fot-bn__ele {
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 30%;
}
.fot-bn__ele img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
@media screen and (min-width: 670px) {
  .fot-bn__ele {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .fot-bn__left {
    padding-bottom: 0;
  }
}
.fot-bn__content:has(.b-form) {
  max-width: 40rem;
  margin: 0 auto;
  position: relative;
}
.fot-bn__content:has(.b-form)::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  background-image: url("../assets/images/rmk-elephant1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 0;
  top: 0;
}
.fot-bn .b-form .text {
  text-align: center;
  color: white;
}
.fot-bn .b-form .form-list .form-ip input {
  border-radius: 0.8rem;
}
.fot-bn .b-form .form-list .form-ip .select2-container--default .select2-selection--single {
  border-radius: 0.8rem !important;
}
@media screen and (min-width: 670px) {
  .fot-bn__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .fot-bn__left {
    width: 50%;
    padding-bottom: var(--pd-sc);
  }
  .fot-bn__right {
    width: 50%;
  }
}

.fot-bottom {
  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-top: 2rem;
  position: relative;
  z-index: 2;
}
.fot-bottom .txt {
  font-weight: 700;
  color: white;
}
.fot-bottom__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.fot-bottom__btns .btn i {
  display: none;
}
.fot-bottom__btns .btn:nth-child(2) {
  background-color: #1a2c50;
}
.fot-bottom__btns .btn:nth-child(3) {
  background-color: #e31738;
}

.popup-otp .popup-main-wrapper {
  overflow: visible;
}
.popup-otp .popup-wrapper {
  background-color: var(--color-pri);
  min-height: unset;
  padding-bottom: 3.6rem;
  border-radius: 2.4rem;
  position: relative;
}
.popup-otp .popup-wrapper::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  width: 30%;
  background-image: url("../assets/images/rmk-elephant1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-52%);
  transform: translateX(-50%) translateY(-52%);
}
.popup-otp .popup-over {
  min-height: unset;
  overflow: visible;
}
.popup-otp .popup-main {
  max-width: calc(100% - 3rem);
  width: 39.2rem;
}
.popup-otp .text {
  text-align: center;
  color: white;
  margin-top: 1rem;
}
.popup-otp .head {
  text-align: center;
}
.popup-otp .head .t-title {
  text-transform: uppercase;
}
.popup-otp .b-form .btn {
  margin-top: 1rem;
}

.otp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.6rem;
  margin: 0 auto;
}
.otp-container .otp-input {
  aspect-ratio: 5.6/6.4;
  width: 20%;
  text-align: center;
  font-size: 24px;
  border-radius: 5px;
  outline: none;
  border: 0.1rem solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background-color: #e8f3fa;
  color: var(--color-pri);
}
.otp-container .otp-input:focus {
  border-color: var(--color-pri);
}
.otp-container .otp-input:empty {
  text-align: center;
}

.fot-listen {
  --bg: rgba(86, 164, 247, 0.1);
  background-color: var(--bg);
}
.fot-listen__timer {
  background-color: #e4862c;
  padding: 1.6rem 0;
  color: white;
  position: sticky;
  top: var(--size-hd);
  z-index: 3;
}
.fot-listen__timer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}
.fot-listen__timer .text .per {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 0.3em;
}
.fot-listen__progress {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1.2rem;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  border-radius: 10rem;
}
.fot-listen__progress .progress-bar {
  background-color: white;
  border-radius: 10rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--progress);
}
.fot-listen__cdw .iwt {
  --iz: 1.6rem;
  --gap: 0.5rem;
  --cl: black;
  background-color: white;
  padding: 0.8rem;
  border-radius: 0.8rem;
}
.fot-listen__cdw.ended .iwt {
  --cl: #ff0000;
}
.fot-listen__cdw.ended .iwt .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(87%) saturate(7480%) hue-rotate(358deg) brightness(100%) contrast(120%);
  filter: brightness(0) saturate(100%) invert(23%) sepia(87%) saturate(7480%) hue-rotate(358deg) brightness(100%) contrast(120%);
}
.fot-listen__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.fot-listen__question .tt {
  font-weight: 700;
  font-size: 2rem;
  color: var(--color-text);
  margin-bottom: 1rem;
}
.fot-listen__question .fot-listen__para {
  background-color: white;
  position: sticky;
  border-radius: 0 0 2.4rem 2.4rem;
  margin: 0 -1.5rem;
  padding: 1.5rem;
  top: 13rem;
  z-index: 10;
}
.fot-listen__para .mona-content {
  overflow-y: auto;
  max-height: 30vh;
  padding-right: 0.5rem;
}
.fot-listen .box-listen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: var(--bg);
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 100rem;
  margin-bottom: 2.4rem;
  /* Firefox */
}
.fot-listen .box-listen .play-btn {
  background-color: #fff;
  border-radius: 50%;
  border: 0.1rem solid #ffa500;
  cursor: pointer;
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  color: #e4862c;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.fot-listen .box-listen .progress-bar {
  width: 100%;
  margin: 0 10px;
  height: 5px;
  background-color: #d0e7ff;
  border-radius: 5px;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#4fa3f7), color-stop(0%, #4fa3f7), color-stop(0%, #d0e7ff), to(#d0e7ff));
  background: linear-gradient(to right, #4fa3f7 0%, #4fa3f7 0%, #d0e7ff 0%, #d0e7ff 100%);
}
.fot-listen .box-listen .progress-bar::-webkit-slider-runnable-track {
  height: 5px;
  background-color: transparent;
  border-radius: 5px;
}
.fot-listen .box-listen .progress-bar::-webkit-slider-thumb {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #4fa3f7;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  margin-top: -0.5rem;
  border: 0.2rem solid white;
}
.fot-listen .box-listen .progress-bar::-moz-range-progress {
  background-color: #4fa3f7;
}
.fot-listen .box-listen .time {
  font-size: 14px;
  color: #555;
}
.fot-listen .box-listen .time.current-time {
  display: none;
}
.fot-listen .box-listen__child:not(:first-child) {
  margin-top: 2.4rem;
}
.fot-listen .box-listen__child:has(.box-listen__img) .box-listen__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fot-listen .box-listen__child:has(.box-listen__img) .box-listen__body .checker {
  width: calc(50% - 0.5rem);
}
.fot-listen .box-listen__child:has(.box-listen__img) .box-listen__body:has(.checker:nth-child(3)) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fot-listen .box-listen__child:has(.box-listen__img) .box-listen__body:has(.checker:nth-child(3)) .checker {
  width: 100%;
}
.fot-listen .box-listen__head {
  margin-bottom: 1rem;
  display: inline-block;
}
.fot-listen .box-listen__head .txt {
  font-weight: 700;
  color: var(--color-pri);
  padding: 0.8rem;
  background-color: var(--bg);
  border-radius: 0.4rem;
  white-space: nowrap;
}
.fot-listen .box-listen__head .text {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--color-text);
  margin-left: 0.5em;
}
.fot-listen .box-listen__img {
  margin-bottom: 1rem;
}
.fot-listen .box-listen__img .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 0.1rem solid var(--color-pri);
  border-radius: 0.8rem;
}
.fot-listen .box-listen__img .img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.fot-listen .box-listen__body {
  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;
}
.fot-listen .box-listen__body .checker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  padding: 1.6rem;
  border-radius: 0.4rem;
  background-color: white;
  width: 100%;
}
.fot-listen .box-listen__body .checker .txt {
  font-weight: 700;
  font-size: 1.6rem;
}
.fot-listen .box-listen__body .checker .square {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100rem;
  border: 0.1rem solid var(--cl-border);
  background-color: white;
  position: relative;
}
.fot-listen .box-listen__body .checker .square::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--color-text);
  border-radius: 100rem;
  opacity: 0;
}
.fot-listen .box-listen__body .checker input {
  display: none;
}
.fot-listen .box-listen__body .checker:has(input:checked) {
  background-color: var(--color-pri);
}
.fot-listen .box-listen__body .checker:has(input:checked) .txt {
  color: white;
}
.fot-listen .box-listen__body .checker:has(input:checked) .square::after {
  opacity: 1;
}
.fot-listen .box-listen__body .checker.false .square {
  position: relative;
}
.fot-listen .box-listen__body .checker.false .square::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../assets/images/rmk-ic-false.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.fot-listen .box-listen__body .checker.true .square {
  position: relative;
}
.fot-listen .box-listen__body .checker.true .square::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../assets/images/rmk-ic-true.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.fot-listen .box-listen__fixed {
  height: 5.5rem;
}
.fot-listen .box-listen__fixed.playing .play-btn {
  border-color: var(--color-pri);
  color: var(--color-pri);
}
.fot-listen .box-listen__fixed.playing.fixedBox .box-listen__wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-radius: 4rem 4rem 0 0;
  -webkit-box-shadow: 0px -16px 40px rgba(0, 0, 0, 0.16);
  box-shadow: 0px -16px 40px rgba(0, 0, 0, 0.16);
  padding: 2.4rem;
  padding-bottom: 0;
  z-index: 10;
}

.fot-congrat {
  background-color: var(--color-pri);
  position: relative;
  overflow: hidden;
  --w: calc(299 / 440 * 100vw);
  --wdesk: calc(980 / 1715 * 100vw);
}
.fot-congrat .dec {
  width: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}
.fot-congrat .dec.on-mobile {
  height: var(--w);
}
@media screen and (min-width: 1025px) {
  .fot-congrat .dec.on-mobile {
    display: none;
  }
}
.fot-congrat .dec.on-desktop {
  width: 50%;
  height: var(--wdesk);
}
.fot-congrat .dec.on-desktop .dec-in {
  position: relative;
}
.fot-congrat .dec.on-desktop .dec-in::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%) scaleX(-1);
  transform: translateX(100%) scaleX(-1);
  background-image: url("../assets/images/rmk-fot-congrat-dec.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .fot-congrat .dec.on-desktop {
    display: none;
  }
}
.fot-congrat .dec-in img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.fot-congrat__buttons {
  margin: 1rem 0;
}
.fot-congrat__contact {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fot-congrat__contact .label {
  text-align: center;
  margin-bottom: 0.5rem;
}
.fot-congrat__contact .btn .iwt .txt {
  color: var(--color-pri);
  font-weight: 700;
}
.fot-congrat__content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  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;
  gap: 1rem;
  max-width: 40rem;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .fot-congrat__content {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .fot-congrat__content {
    padding-top: calc(var(--w) / 2);
  }
}
.fot-congrat__content .sub {
  text-transform: uppercase;
}
.fot-congrat__content .sub .t-bold {
  font-weight: 700;
}
.fot-congrat__content .tt {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.8rem;
  font-family: "SVN-Bebas Neue Pro", sans-serif;
}
.fot-congrat__content .name {
  font-size: 4.8rem;
  font-weight: 700;
  color: var(--color-text);
  text-transform: uppercase;
  font-family: "SVN-Bebas Neue Pro", sans-serif;
}
.fot-congrat__content .mona-content p {
  font-size: 1.4rem;
}
.fot-congrat__content .mona-content p strong {
  color: var(--color-text);
}
.fot-congrat__rank {
  max-width: 29.3rem;
  position: relative;
}
.fot-congrat__rank .img {
  aspect-ratio: 293.86/249.25;
}
.fot-congrat__rank .img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.fot-congrat__rank .number {
  font-size: 7.2rem;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "SVN-Bebas Neue Pro", sans-serif;
  color: #e4862c;
  text-shadow: -1px -1px 0px rgba(4, 4, 4, 0.6588235294), 1px 1px 0 rgba(255, 255, 255, 0.4588235294);
}

.fot-improve__list {
  --cg: 0.8rem;
  --rg: 0.8rem;
}
.fot-improve__list .col {
  width: 50%;
}
.fot-improve__list .col:nth-child(1) .fot-improve__item .inner {
  background-color: #eef6fe;
}
.fot-improve__list .col:nth-child(2) .fot-improve__item .inner {
  background-color: #fee2c5;
}
.fot-improve__item {
  height: 100%;
}
.fot-improve__item .inner {
  height: 100%;
  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;
  padding: 1.4rem;
  border-radius: 0.4rem;
}
.fot-improve__item .inner .heads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.fot-improve__item .inner .heads .icon {
  width: 2.4rem;
  height: 2.4rem;
}
.fot-improve__item .inner .heads .tt {
  font-weight: 700;
  color: var(--color-text);
  text-transform: uppercase;
  font-size: 1.4rem;
}
.fot-improve__item .inner .mona-content ul {
  padding-left: 1rem;
  list-style: unset;
  margin: 0;
  font-size: 1.4rem;
}
.fot-improve__item .inner .mona-content ul li {
  position: relative;
}
.fot-improve__wrapper {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, black), color-stop(80%, black), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, black), color-stop(80%, black), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
  max-height: 40rem;
}
.fot-improve__seemore {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.fot-improve__seemore .btn {
  background-color: var(--color-text);
  pointer-events: none;
}
.fot-improve:has(input:checked) .fot-improve__seemore {
  display: none;
}
.fot-improve:has(input:checked) .fot-improve__wrapper {
  -webkit-mask-image: unset;
  mask-image: unset;
  max-height: unset;
}

.fot-rate .head {
  margin-bottom: 3.2rem;
}
.fot-rate .eni-item .box-left .t-text {
  font-size: 2.6rem;
}
.fot-rate .eni-item .box-img {
  padding-top: 4rem;
}
.fot-rate .eni-item .box-img .b-icon {
  padding-top: 0;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto;
}
.fot-rate .eni-item .box-img .b-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.fot-rate .eni-item:nth-child(1) {
  --bg: transparent;
  border: 0.1rem solid var(--cl-border);
}
.fot-rate .eni-item:nth-child(2) {
  --bg: #56a3f7;
}
.fot-rate .eni-item:nth-child(2) .box-img .b-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.fot-rate .eni-item:nth-child(3) {
  --bg: #bbdafb;
}
.fot-rate .eni-item:nth-child(4) {
  --bg: #eef6fe;
}
/*# sourceMappingURL=update.css.map */
