.next-offer {
  margin: 1rem;
  border-radius: 2rem;
  background-color: var(--cl-var-bg);
  transition: background-color var(--t) ease;
  padding-top: 15.6632653061vh;
  min-height: calc(100vh - 2rem);
  display: flex;
  align-items: center;
}
.next-offer .next-offer-raskha-custom {
  padding: 16px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #FFF0EA;
  border-radius: 10px;
  margin-bottom: 20px;
}
.next-offer .next-offer-raskha-custom .raskha-custom-item-left {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: #1C1C1C;
  border-radius: 7px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  vertical-align: middle;
  color: #FFFFFF;
  width: fit-content;
}
.next-offer .next-offer-raskha-custom .raskha-custom-item-left svg {
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .next-offer .next-offer-raskha-custom .raskha-custom-item-left {
    font-weight: 500;
    font-size: 14px;
  }
}
.next-offer .next-offer-raskha-custom .raskha-custom-item-offers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.next-offer .next-offer-raskha-custom .raskha-custom-item-offers .raskha-custom-item-offer {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
}
.next-offer .next-offer-raskha-custom .raskha-custom-item-offers .raskha-custom-item-offer svg,
.next-offer .next-offer-raskha-custom .raskha-custom-item-offers .raskha-custom-item-offer span {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .next-offer .next-offer-raskha-custom .raskha-custom-item-offers .raskha-custom-item-offer {
    font-size: 14px;
  }
}
.next-offer .nxt-countdown-container {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: white;
  padding: 15px 10px;
  border-radius: 40px;
  text-align: center;
  border: 1px dotted rgba(29, 29, 29, 0.2);
}
.next-offer .nxt-countdown-container p {
  font-weight: 650;
  font-size: 16px;
  line-height: 140%;
}
.next-offer .nxt-countdown-timer {
  font-size: 16px;
  color: #ff6f00;
  font-weight: bold;
}
@media (max-width: 1025px) {
  .next-offer {
    padding-block: 4rem;
    border-radius: 1rem;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .next-offer {
    padding-block: 0 1rem;
  }
  .next-offer .container {
    padding: 0 var(--container-padding);
  }
}
.next-offer-wrap {
  display: block;
  position: relative;
  z-index: 2;
}
.next-offer-left {
  grid-column: 1/7;
  display: flex;
  flex-direction: column;
  max-width: 51.2rem;
  gap: 5.3rem;
}
.next-offer-left .next-offer-left-trust-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  margin-bottom: 40px;
}
@media (max-width: 1025px) {
  .next-offer-left .next-offer-left-trust-inner .next-offer-left-trust-img img:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1025px) {
  .next-offer-left {
    grid-column: 2/-2;
    grid-row: 2;
    max-width: unset;
    padding-top: 7.2rem;
    position: relative;
    gap: 3.2rem;
  }
}
@media (max-width: 767px) {
  .next-offer-left {
    grid-column: 1/-1;
  }
}
.next-offer-left-label {
  color: var(--cl-black-80);
}
@media (max-width: 767px) {
  .next-offer-left-label {
    padding-bottom: 0.4rem;
  }
  .next-offer-left-label .txt-16 {
    font-size: 1.4rem;
  }
}
.next-offer-left-oldprice {
  color: var(--cl-black-80);
}
@media (min-width: 768px) and (max-width: 1025px) {
  .next-offer-left-oldprice .txt-24 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .next-offer-left-oldprice {
    padding-bottom: 0.4rem;
  }
}
.next-offer-left-oldprice span {
  text-decoration-line: line-through;
}
@media (max-width: 767px) {
  .next-offer-left-oldprice span {
    font-weight: 500;
  }
}
.next-offer-left-newprice {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .next-offer-left-newprice {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .next-offer-left-newprice {
    margin-bottom: 2.4rem;
  }
}
.next-offer-left-newprice-label {
  color: var(--cl-black);
}
@media (min-width: 768px) and (max-width: 1025px) {
  .next-offer-left-newprice-label .txt-44 {
    font-size: 4.4rem;
  }
}
.next-offer-left-newprice-save {
  color: var(--cl-black-80);
}
@media (min-width: 1025px) {
  .next-offer-left-newprice-save {
    max-width: 50%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .next-offer-left-newprice-save {
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .next-offer-left-newprice-save .txt-16 {
    font-size: 1.4rem;
    line-height: 1.2em;
  }
}
.next-offer-left-referral-banner {
  background: #F1F9ED;
  border: 1px dashed #BEDCAD;
  border-radius: 1rem;
  padding: 1.6rem 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .next-offer-left-referral-banner {
    padding: 1.2rem 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.next-offer-left-referral-banner-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .next-offer-left-referral-banner-content {
    gap: 0.4rem;
  }
}
.next-offer-left-referral-banner-icon {
  flex-shrink: 0;
}
.next-offer-left-referral-banner-icon svg {
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 767px) {
  .next-offer-left-referral-banner-icon svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.next-offer-left-referral-banner-label {
  color: var(--cl-black-80);
}
@media (max-width: 767px) {
  .next-offer-left-referral-banner-label .txt-20 {
    font-size: 1.4rem;
    line-height: 1.2em;
  }
}
.next-offer-left .div-line {
  background-color: var(--cl-black-10);
}
.next-offer-left-details {
  position: relative;
  padding-top: 1.6rem;
}
.next-offer-left-details > .div-line {
  position: absolute;
  top: 0;
  left: 0;
}
.next-offer-left-details-label {
  color: var(--cl-black-80);
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .next-offer-left-details-label {
    margin-bottom: 0.8rem;
  }
}
.next-offer-left-details strong {
  font-family: "Poppins";
}
@media (max-width: 767px) {
  .next-offer-left-details br {
    display: none;
  }
}
.next-offer-left-details-explore {
  color: var(--cl-black-80);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 767px) {
  .next-offer-left-details-explore {
    flex-direction: column;
    gap: 0.9rem;
  }
}
@media (max-width: 767px) {
  .next-offer-left-details-explore-label .txt-16 {
    font-size: 1.4rem;
    line-height: 1.2em;
  }
}
.next-offer-left-details-explore-btn {
  color: var(--cl-primary);
}
.next-offer-left-details-explore-btn > .div-line {
  background-color: transparent;
}
.next-offer-left-details-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .next-offer-left-details-list {
    margin-bottom: 0.8rem;
  }
}
.next-offer-left-details-list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-block: 1.6rem;
}
.next-offer-left-details-list-item.custom-offer {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 767px) {
  .next-offer-left-details-list-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}
.next-offer-left-details-list-item > .div-line {
  position: absolute;
  top: 0;
  left: 0;
}
.next-offer-left-details-list-item-label {
  color: var(--cl-black-80);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.9rem;
  width: 100%;
}
.next-offer-left-details-list-item-label-icon {
  margin-top: 0.2em;
}
@media (max-width: 767px) {
  .next-offer-left-details-list-item-label-text .txt-16 {
    font-size: 1.4rem;
    line-height: 1.2em;
  }
}
.next-offer-left-details-list-item-value {
  color: var(--cl-black);
}
@media (max-width: 767px) {
  .next-offer-left-details-list-item-sub {
    padding-left: 2rem;
  }
  .next-offer-left-details-list-item-sub .txt-bold {
    font-size: 1.2rem;
  }
}
.next-offer-left-details-list-item-sub .div-line {
  background-color: transparent;
}
.next-offer-left-details-list-item .txt-link {
  color: var(--cl-primary);
}
.next-offer-left-details-btn {
  margin-bottom: 2rem;
  width: 100%;
}
.next-offer-left-details-btn button {
  width: 100%;
}
@media (max-width: 1025px) {
  .next-offer-left-details-btn .btn-lg {
    padding: 1.6rem 2.2rem;
    width: 100%;
  }
  .next-offer-left-details-btn .btn-lg .txt-18 {
    font-size: 1.6rem;
  }
}
.next-offer-left-details-note {
  color: var(--cl-black-80);
  text-align: center;
}
@media (max-width: 767px) {
  .next-offer-left-details-note {
    max-width: 21.6rem;
    margin-inline: auto;
  }
  .next-offer-left-details-note .txt-14 {
    font-size: 1.2rem;
  }
}
.next-offer-left-fashion {
  display: flex;
  flex-direction: column;
}
.next-offer-left-fashion-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3.2rem;
}
@media (max-width: 1025px) {
  .next-offer-left-fashion-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .next-offer-left-fashion-top {
    justify-content: flex-start;
    gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  .next-offer-left-fashion-content .txt-14 {
    font-size: 1.2rem;
  }
}
.next-offer-left-fashion .next-offer-left-fashion-choose:has(.next-offer-left-fashion-choose-item:hover) .next-offer-left-fashion-choose-item:not(:hover) .next-offer-left-fashion-choose-item-tooltip-inner {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.next-offer-left-fashion-choose {
  display: flex;
  flex-direction: row;
  gap: 0.9rem;
}
@media (max-width: 1025px) {
  .next-offer-left-fashion-choose {
    gap: 1.6rem;
  }
}
.next-offer-left-fashion-choose-item {
  background-color: var(--cl-white);
  border-radius: 99rem;
  border: max(1px, 0.1rem) solid var(--cl-white);
  width: 4rem;
  height: 4rem;
  transition: all var(--t) ease;
  position: relative;
  cursor: pointer;
}
.next-offer-left-fashion-choose-item.active {
  border-color: var(--cl-black-20);
}
.next-offer-left-fashion-choose-item.active .next-offer-left-fashion-choose-item-tooltip-inner {
  transition: opacity 0.8s ease;
  opacity: 1;
}
.next-offer-left-fashion-choose-item:hover {
  border-color: var(--cl-black-20);
}
.next-offer-left-fashion-choose-item:hover .next-offer-left-fashion-choose-item-tooltip-inner {
  transition: opacity 0.8s ease;
  opacity: 1;
}
.next-offer-left-fashion-choose-item-inner {
  display: flex;
  flex-direction: row;
  border-radius: 9999px;
  overflow: hidden;
}
.next-offer-left-fashion-choose-item-half-left {
  width: 50%;
  background-color: var(--cl-var-1);
}
.next-offer-left-fashion-choose-item-half-right {
  width: 50%;
  background-color: var(--cl-var-2);
}
.next-offer-left-fashion-choose-item-tooltip {
  position: absolute;
  bottom: calc(100% + 1.3rem);
  left: 50%;
  transform: translate(-50%, 0);
  min-width: max-content;
  transition: all 0.6s ease;
  z-index: 2;
}
.next-offer-left-fashion-choose-item-tooltip-inner {
  opacity: 0;
  transition: opacity 0.6s ease;
  padding: 0.6rem 1.3rem;
  border-radius: 0.4rem;
  background-color: var(--cl-black);
}
@media (max-width: 767px) {
  .next-offer-left-fashion-choose-item-tooltip-inner {
    padding: 0.6rem 0.8rem;
  }
}
.next-offer-left-fashion-choose-item-tooltip-inner::after {
  position: absolute;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.6rem solid var(--cl-black);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.next-offer-left-fashion-choose-item-tooltip-label {
  color: var(--cl-white);
}
.next-offer-left-fashion-refund {
  padding-block: 3.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .next-offer-left-fashion-refund {
    padding-block: 2rem;
  }
}
.next-offer-left-fashion-refund > .div-line {
  position: absolute;
  top: 0;
  left: 0;
}
.next-offer-left-fashion-refund-inner {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  align-items: center;
}
.next-offer-left-fashion-refund-content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  color: var(--cl-black-80);
}
@media (max-width: 767px) {
  .next-offer-left-fashion-refund-content-label .txt-16 {
    font-size: 1.4rem;
    line-height: 1.2em;
  }
}
.next-offer-right {
  grid-column: 9/-2;
  margin-left: 3rem;
  margin-right: -2.8rem;
}
@media (max-width: 1025px) {
  .next-offer-right {
    grid-column: 3/-3;
    grid-row: 1;
    margin-right: 0;
    margin-left: 0;
    padding-inline: 1rem;
  }
}
@media (max-width: 767px) {
  .next-offer-right {
    grid-column: 1/-1;
  }
}
.next-offer-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.next-offer-right-product {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.next-offer-right-product-img {
  max-width: 42rem;
  aspect-ratio: 420/522;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1025px) {
  .next-offer-right-product-img {
    display: none;
  }
}
.next-offer-right-product-canvas {
  position: absolute;
  z-index: 2;
  width: 76.7rem;
  height: 76.7rem;
  opacity: 1;
  cursor: grab;
}
@media (max-width: 1025px) {
  .next-offer-right-product-canvas {
    width: calc(100% + 12rem);
    height: auto;
    aspect-ratio: 482/421;
    position: relative;
  }
}
@media (max-width: 767px) {
  .next-offer-right-product-canvas {
    width: calc(100% + 6rem);
    aspect-ratio: 370/300;
  }
  .next-offer-right-product-canvas canvas {
    touch-action: pan-y !important;
  }
}
.next-offer-right-product-circle {
  position: absolute;
  bottom: 0;
  z-index: 1;
  transform: translate(-50%, 50%);
  left: 50%;
  width: 100%;
  max-width: 59.5rem;
}
@media (max-width: 1025px) {
  .next-offer-right-product-circle {
    max-width: unset;
    transform: translate(-50%, 0%);
  }
}
@media (max-width: 767px) {
  .next-offer-right-product-circle {
    padding-inline: 3rem;
  }
}
.next-offer-right-nav {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  opacity: 0;
  pointer-events: none;
  padding-bottom: 6.5rem;
}
@media (max-width: 1025px) {
  .next-offer-right-nav {
    padding-bottom: 2.4rem;
    opacity: 1;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .next-offer-right-nav {
    margin-top: 2.4rem;
  }
}
.next-offer-right-nav-arrow {
  cursor: pointer;
  padding: 0.6rem;
}
.next-offer-right-nav-arrow svg path {
  transition: stroke var(--t) ease;
}
.next-offer-right-nav-arrow:hover svg path {
  stroke: var(--cl-black);
}
.next-offer-right-nav-shake {
  width: 3.3rem;
  height: 4.4rem;
}
@media (max-width: 767px) {
  .next-offer-right-nav-shake {
    height: 4rem;
    width: 3rem;
  }
}
.next-offer-right-nav-shake-icon {
  animation: shake 3s infinite ease;
}
.next-offer-right-nav-shake img {
  width: 100%;
  height: 100%;
}

.next-offer-emi-container {
  display: flex;
  gap: 1rem;
  border: 1px solid var(--cl-primary);
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
}

.next-offer-custom-offer-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
  border-radius: 10px;
}

.next-offer-offerIcon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.next-offer-custom-offerBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.offer-text-icon-mobile {
  display: flex;
  flex-direction: row;
}

.next-offer-custom-offer-stock {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #FFF0EA;
  border-radius: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #1D1D1D;
  width: fit-content;
  border: 1px solid #FF6B30;
}

.next-offer-custom-offer-stock svg {
  width: 20px;
  height: 20px;
}

.mobile-hide .offer-bar__icon-img {
  width: 14rem;
  object-fit: contain;
}

@media (min-width: 768px) {
  .next-offer-custom-offer-container {
    flex-direction: row;
    align-items: center;
  }
  .desktop-hide {
    display: none;
  }
  .next-offer-custom-offerBox {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
}
@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
  .desktop-hide .offer-bar__icon-img {
    width: 10rem;
    object-fit: contain;
  }
  .next-offer-custom-offer-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .next-offer-custom-offerBox {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0rem;
    width: 100%;
  }
  .offer-text-icon-mobile {
    flex: 1;
    gap: 1rem;
  }
  .offer-text-icon-mobile .txt-med {
    font-size: 1.6rem;
  }
  .next-offer-custom-offer-stock {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}
.switchNext {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 17px;
}

.switchNext input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderNext {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .switchNext {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 17px;
  }
}
span[primaryCl] {
  font-family: "Poppins";
  font-style: normal;
  color: #FF6B30;
}

.sliderNext:before {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .sliderNext {
  background-color: var(--cl-primary);
}

input:focus + .sliderNext {
  box-shadow: 0 0 1px var(--cl-primary);
}

input:checked + .sliderNext:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliderNexts */
.sliderNext.round {
  border-radius: 34px;
}

.sliderNext.round:before {
  border-radius: 50%;
}

.checkExchange {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.next-offer-combine {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .checkExchange {
    display: flex;
  }
}
@media (max-width: 480px) {
  .checkExchange {
    display: flex;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../src/scss/sections/sc-next-offer.scss%22,%22../src/scss/global/tool.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAOA;EACI;EACA;EACA;EACA;EAEA;EACA;EAEA;;AAEA;EACI;EACA;EACA;EAEA;EAEA;EAEA;EAEA;EACA;EACA;EACA;EACA;EACA;EAEA;;AAEA;EACI;EACA;;ACjDd;ED2BM;IA0BQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;;AAEA;AAAA;EAEI;;AC5ElB;EDgEU;IAgBQ;;;AAOhB;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AChGN;EDXF;IAiHQ;IACA;IACA;;;ACpHN;EDCF;IAuHQ;;EAEA;IACI;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;ACrIV;EDwIc;IAEQ;;;AC1ItB;EDyHE;IAwBQ;IACA;IACA;IACA;IACA;IACA;;;AClKV;EDqIE;IAiCQ;;;AAGJ;EACI;;AC1KV;EDyKM;IAIQ;;EAEA;IACI;;;AAKZ;EACI;;AChLV;EDmLc;IACI;;;AC1LlB;EDqLM;IAUQ;;;AAGJ;EACI;;ACnMd;EDkMU;IAIQ;;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AChNV;ED2MM;IAQQ;;;ACnNd;ED2MM;IAYQ;;;AAGJ;EACI;;ACrNd;EDwNkB;IACI;;;AAKZ;EACI;;AC7Md;ED4MU;IAIQ;IACA;;;ACzOlB;EDoOU;IASQ;;;AC7OlB;EDiPkB;IACI;IACA;;;AAMhB;EACI;EACA;EACA;EACA;EACA;;AC9PV;EDyPM;IAQQ;IACA;;;AAGJ;EACI;EACA;EACA;EACA;;ACzQd;EDqQU;IAOQ;;;AAIR;EACI;;AAEA;EACI;EACA;;ACrRlB;EDmRc;IAKQ;IACA;;;AAKZ;EACI;;AC/Rd;EDiSkB;IACI;IACA;;;AAMhB;EACI;;AAGJ;EACI;EACA;;AAGA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AC1Td;EDwTU;IAKQ;;;AAIR;EACI;;AClUd;EDqUU;IAEQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;ACjVd;ED2UU;IAQQ;IACA;;;ACpVlB;EDwVkB;IAEQ;IACA;;;AAKZ;EACI;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;;AC5Wd;EDyWU;IAQQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AC/XtB;EDoXc;IAeQ;IACA;IACA;;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;ACvZ1B;ED4Z8B;IACI;IACA;;;AAMhB;EACI;;ACratB;EDwakB;IAEQ;;EAEA;IACI;;;AAIR;EACI;;AAIR;EACI;;AAKZ;EACI;EACA;;AAEA;EACI;;ACrblB;EDybkB;IACI;IACA;;EAEA;IACI;;;AAMhB;EACI;EACA;;ACldd;EDgdU;IAKQ;IACA;;EAEA;IACI;;;AAMhB;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AC5dd;EDudU;IAQQ;IACA;IACA;IACA;;;AC9elB;EDmeU;IAeQ;IACA;;;ACnflB;EDyfkB;IACI;;;AAMR;EACI;EACA;;AAIR;EACI;EACA;EACA;;AC7fd;ED0fU;IAMQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;;AAIR;EACI;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AC1kB1B;EDqkBsB;IAQQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAMhB;EACI;EACA;;ACxmBd;EDsmBU;IAKQ;;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AC/nBlB;EDmoB0B;IACI;IACA;;;AAS5B;EACI;EACA;EACA;;ACroBN;EDkoBE;IAMQ;IACA;IACA;IACA;IACA;;;ACxpBV;ED8oBE;IAcQ;;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;ACtqBd;EDkqBU;IAOQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;ACnrBd;ED6qBU;IASQ;IACA;IACA;IACA;;;ACrsBlB;EDyrBU;IAiBQ;IACA;;EAEA;IACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AC9sBd;EDusBU;IAUQ;IACA;;;AC9tBlB;EDmtBU;IAeQ;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;ACpuBV;ED2tBM;IAYQ;IACA;IACA;;;ACrvBd;EDuuBM;IAkBQ;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIA;EACI;;AAKZ;EACI;EACA;;AC7wBd;ED2wBU;IAKQ;IACA;;;AAGJ;EACI;;AAGJ;EACI;EACA;;;AAOpB;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;;;AAGF;EACI;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACM;EACA;;;AAKN;EACE;IACE;IACA;;EAGF;IACE;;EAIF;IACE;IACA;IACA;;;AASJ;EAEE;IACE;;EAGF;IACI;IACA;;EAGJ;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;;EACA;IACI;;EAIN;IACE;IACA;IACA;;;AAKJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;AACA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;IACI;;;AAIR;EACI;IACI%22,%22file%22:%22sc-next-offer.css%22%7D */
