@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
  }
}
@-webkit-keyframes topIcon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@keyframes topIcon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.min15max60 {
  --min-size: 15;
  --max-size: 60;
  --font-size: calc(
    (var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) *
      ((100cqw - 320px) / (3840 - 320))
  );
  font-size: clamp(
    var(--min-size) * 1px,
    var(--font-size),
    var(--max-size) * 1px
  );
}

.SmartOffice {
  overflow: hidden;
  background: #000;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.SmartOffice img {
  height: auto;
}
.SmartOffice .toTopWrap {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 50;
}
.SmartOffice .toTopWrap .topIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.SmartOffice .toTopWrap .topIcon__itembox {
  position: relative;
  -webkit-animation: topIcon 1.5s infinite;
  animation: topIcon 1.5s infinite;
  width: 100px;
  height: 100px;
  border-radius: 999em;
  background: linear-gradient(45deg, #fb00ff, #0b07fe);
}
.SmartOffice .toTopWrap .topIcon__itembox:hover {
  -webkit-animation: none;
  animation: none;
}
.SmartOffice .toTopWrap .topIcon__itembox p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.SmartOffice .toTopWrap .totop {
  margin: 10% auto 0;
  text-align: center;
  cursor: pointer;
}
.SmartOffice .toTopWrap .totop p {
  color: #ffffff;
  background: linear-gradient(45deg, #fb00ff, #0b07fe);
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 999em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}
.SmartOffice .toTopWrap__arrow {
  width: 50px;
  height: 50px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.SmartOffice .toTopWrap__arrow-chevron {
  position: absolute;
  width: 25px;
  height: 10px;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
  animation: move 3s ease-out infinite;
  opacity: 0;
  top: 0;
}
.SmartOffice .toTopWrap__arrow-chevron:first-of-type {
  -webkit-animation: move 3s ease-out 1s infinite;
  animation: move 3s ease-out 1s infinite;
}
.SmartOffice .toTopWrap__arrow-chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
  animation: move 3s ease-out 2s infinite;
}
.SmartOffice .toTopWrap__arrow-chevron::before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
  transform: skew(0deg, 30deg);
}
.SmartOffice .toTopWrap__arrow-chevron::after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
  transform: skew(0deg, -30deg);
}
.SmartOffice .toTopWrap__arrow-chevron::before,
.SmartOffice .toTopWrap__arrow-chevron::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
}
.SmartOffice .toTopWrap__arrow-chevron:nth-of-type(1)::before,
.SmartOffice .toTopWrap__arrow-chevron:nth-of-type(1)::after {
  content: " ";
  background: #8c00ff;
  background: #033eff;
}
.SmartOffice .toTopWrap__arrow-chevron:nth-of-type(2)::before,
.SmartOffice .toTopWrap__arrow-chevron:nth-of-type(2)::after {
  content: " ";
  background: #033eff;
}
.SmartOffice .toTopWrap__arrow-chevron:nth-of-type(3)::before,
.SmartOffice .toTopWrap__arrow-chevron:nth-of-type(3)::after {
  content: " ";
  background: #fb00ff;
  background: #033eff;
}
.SmartOffice img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.SmartOffice a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.SmartOffice .navBox {
  display: block;
  background: #ffffff;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  width: 100%;
  margin: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.SmartOffice .navBox-item--active {
  color: #476ac5 !important;
}
.SmartOffice .navBox-logo {
  width: 20%;
}
.SmartOffice .navBox-logo img {
  max-width: 95px;
  margin: auto;
}

/* Hamburger menu styles */
.SmartOffice .navBox-hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
}

.SmartOffice .navBox-hamburger span {
  width: 25px;
  height: 3px;
  background-color: #716b69;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}

.SmartOffice .navBox-hamburger.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.SmartOffice .navBox-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.SmartOffice .navBox-hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}
.SmartOffice .navBox .navBoxFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1280px;
  margin: auto;
}

.SmartOffice .navBox .msi__container {
  padding: 0;
}
.SmartOffice .navBox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.SmartOffice .navBox-flex a {
  color: #716b69;
  font-size: 22px;
  text-align: center;
  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;
  font-weight: 500;
  word-break: break-word;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: 200% auto;
  line-height: 1;
  padding: 0 5px;
  margin: 3%;
  width: 40%;
}
.SmartOffice .navBox-flex a:hover {
  color: #716b69;
  font-size: 26px;
}

@media (min-width: 768px) {
  .SmartOffice .navBox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

/* Mobile hamburger menu styles */
@media (max-width: 995px) {
  .SmartOffice .navBox {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease;
  }

  .SmartOffice .navBox.sticky {
    top: 0;
  }

  .SmartOffice .navBox-hamburger {
    display: flex;
  }

  .SmartOffice .navBox-flex {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
    transition: left 0.3s ease;
    z-index: 1000;
  }

  .SmartOffice .navBox-flex.active {
    left: 0;
  }

  .SmartOffice .navBox-flex a {
    width: auto;
    margin: 15px 0;
    font-size: 20px;
    padding: 10px 20px;
  }

  .SmartOffice .navBoxFlex {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  .SmartOffice .kv {
    margin-top: 0;
    padding-top: 5.4rem;
  }
}
@media (min-width: 996px) {
  .SmartOffice .navBox-logo img {
    margin: 0;
  }
  .SmartOffice .navBox-logo {
    width: 10%;
  }
  .SmartOffice .navBox.sticky {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 200;
    background: rgba(237, 240, 245, 0.95);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 0;
  }
  .SmartOffice .navBox.sticky .msi__container {
    max-width: 100%;
  }
  .SmartOffice .navBox.sticky .navBox-flex a {
    min-height: auto;
    padding: 1%;
  }
  .SmartOffice .navBox {
    display: block;
    background: #ffffff;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
    width: 80%;
    margin: auto;
    border-radius: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .SmartOffice .navBox .navBoxFlex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 90%;
  }
  .SmartOffice .navBox-flex {
    width: 90%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .SmartOffice .navBox-flex a:nth-last-of-type(1) {
    margin-right: 0;
  }
  .SmartOffice .navBox-flex a {
    color: #716b69;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-right: 3%;
    width: auto;
  }
  .SmartOffice .navBox-flex a:hover {
    color: #716b69;
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .SmartOffice .navBox-flex {
    width: 80%;
  }
  .SmartOffice .navBox-flex a {
    color: #716b69;
    font-size: 22px;
  }
  .SmartOffice .navBox-flex a:hover {
    color: #716b69;
    font-size: 24px;
  }
}
@media (min-width: 1930px) {
  .SmartOffice .navBox {
    top: 5%;
  }
  .SmartOffice .navBox-flex a {
    color: #716b69;
    font-size: 24px;
    padding: 1%;
  }
  .SmartOffice .navBox-flex a:hover {
    color: #716b69;
    font-size: 28px;
  }
}
.SmartOffice .kv {
  position: relative;
  overflow: hidden;
  background-color: #fafbfb;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.SmartOffice .kv__mainBoxWrap {
  width: 100%;
  padding: 0 3% 5%;
  margin: 5% auto;
  text-align: center;
}
.SmartOffice .kv__mainBox {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.SmartOffice .kv__mainBox h1 {
  background: linear-gradient(to right, #045de0, #148ceb, #42a8ff);
  background: -webkit-linear-gradient(to right, #045de0, #148ceb, #42a8ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 2.2rem;
  text-transform: capitalize;
  margin: auto;
  position: relative;
  z-index: 1;
  line-height: 1;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 3%;
}
.SmartOffice .kv__mainBox-sub span {
  color: #085ddc;
}
.SmartOffice .kv__mainBox-sub {
  color: #434343;
  font-size: 1.3rem;
  /* color: transparent;
  background-image: linear-gradient(
    280deg,
    #689ee6,
    #466ac0 30%,
    #3b69be 80%,
    #689ee6
  );
  -webkit-background-clip: text;
  background-clip: text; */
}
.SmartOffice .kv__mainBox-sub em {
  color: #ff9b00;
  font-weight: 600;
}
.SmartOffice .kv__mainBox-txt {
  color: #716b69;
  font-size: 17px;
  margin: 3% auto 1%;
  font-weight: 600;
}
.SmartOffice .kv__mainBox-txt b {
  color: #334eac;
}
.SmartOffice .kv__mainBox-date {
  background: #0661e1;
  border-radius: 30px;
  padding: 5px 20px;
  display: inline-block;
  margin: 3% 0;
  text-align: center;
}
.SmartOffice .kv__mainBox-date p {
  color: #ffffff;
  font-size: 17px;
}
.SmartOffice .kv__mainBox-note {
  color: #434343;
  font-size: 15px;
}
.SmartOffice .kv__mainBox-icon {
  max-width: 15rem;
  margin: 6% auto;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.SmartOffice .kv-floatBox {
  display: none;
}

.SmartOffice .kv__logoBox img {
  width: 80px;
  margin: auto;
}
.SmartOffice .kv__logoBox {
  margin: auto;
  margin-top: -44%;
  position: relative;
  right: auto;
  top: auto;
}

.SmartOffice .kv__logoBox p {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 5px;
}
@media (min-width: 499px) {
  .SmartOffice .kv__mainBoxWrap {
    width: 90%;
  }
  .SmartOffice .kv__mainBox h1 {
    font-size: 7vw;
  }
  .SmartOffice .kv-txt {
    color: #716b69;
    font-size: 20px;
  }
  .SmartOffice .kv-icon {
    max-width: 260px;
    max-width: 20rem;
  }
  .SmartOffice .kv-date p {
    color: #334eac;
    font-size: 20px;
  }
}
@media (min-width: 996px) {
  .SmartOffice .kv__logoBox p {
    text-align: right;
  }
  .SmartOffice .kv__logoBox img {
    margin-right: 0;
  }
  .SmartOffice .kv-floatBox {
    display: block;
  }
  .SmartOffice .kv__mainBox {
    text-align: left;
  }
  .SmartOffice .kv__mainBox h1 {
    font-size: 2.4vw;
  }
  .SmartOffice .kv__mainBox-sub {
    font-size: 1.3vw;
  }
  .SmartOffice .kv__mainBoxWrap {
    position: absolute;
    right: 21.5%;
    top: 53%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30%;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .SmartOffice .kv__mainBox-icon {
    /* max-width: 160px; */
    width: 16vw;
    margin: 5% 0;
    max-width: 100%;
  }
  .SmartOffice .kv__mainBox-date {
    text-align: left;
  }
  .SmartOffice .kv__mainBox-date p {
    font-size: 1vw;
  }
  .SmartOffice .kv-floatBox-img {
    position: absolute;
  }

  .SmartOffice .kv__logoBox {
    position: absolute;
    right: 7%;
    top: 22%;
    margin-top: 0;
  }
}
@media (min-width: 1300px) {
  .SmartOffice .kv__mainBoxWrap {
    position: absolute;
    right: 13%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 35%;
    padding: 0 3%;
    margin: 0;
  }
  .SmartOffice .kv__mainBox-icon {
    /* max-width: 260px; */
  }
  .SmartOffice .kv__logoBox {
    right: 10%;
  }
}
@media (min-width: 1440px) {
  .SmartOffice .kv__mainBox-icon {
    /* max-width: 320px; */
  }
  .SmartOffice .kv__mainBox h1 {
    font-size: 2.4vw;
  }
}
@media (min-width: 1930px) {
  .SmartOffice .kv {
    margin-top: -3%;
  }
  .SmartOffice .kv__mainBoxWrap {
    width: 35%;
  }
  .SmartOffice .kv__mainBox h1 {
    font-size: 2.4vw;
  }
  .SmartOffice .kv__logoBox {
    top: 28%;
  }
  .SmartOffice .kv__logoBox img {
    width: 100px;
  }
  .SmartOffice .kv__mainBox-sub {
    font-size: 1.5vw;
  }
  .SmartOffice .kv__mainBox-txt {
    color: #716b69;
    font-size: 36px;
  }
  .SmartOffice .kv__mainBox-date {
    padding: 10px 30px;
  }
  .SmartOffice .kv__mainBox-date p {
    font-size: 1vw;
  }
  .SmartOffice .kv__mainBox-note {
    font-size: 20px;
  }
  .SmartOffice .kv__mainBox-icon {
    max-width: 400px;
  }
}
.SmartOffice .marqueeBar {
  padding-top: 5%;
  position: relative;
  width: 100vw;
  max-width: 100%;
  padding: 2rem 0;
  background: #3f3422;
  z-index: 3;
  display: block;
  overflow: hidden;
}
.SmartOffice .marqueeBar-bg {
  /* background: #cccccc; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
  width: 200%;
  animation: marquee 40s linear infinite;
}
.SmartOffice .marqueeBar-txt {
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding: 8px 0;
  flex-shrink: 0;
  display: inline-block;
}
.SmartOffice .marqueeBar-txt span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px;
}

@media (max-width: 576px) {
  .SmartOffice .marqueeBar-bg {
    animation: marquee 20s linear infinite;
  }
}

@media (min-width: 499px) {
  .SmartOffice .marqueeBar-txt {
    font-size: 18px;
  }
  .SmartOffice .marqueeBar-txt span {
    font-size: 18px;
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .SmartOffice .marqueeBar-txt {
    font-size: 20px;
  }
  .SmartOffice .marqueeBar-txt span {
    font-size: 20px;
    padding: 0 25px;
  }
}

@media (min-width: 996px) {
  .SmartOffice .marqueeBar {
    margin-top: -5%;
  }
  .SmartOffice .marqueeBar-txt {
    font-size: 22px;
  }
  .SmartOffice .marqueeBar-txt span {
    font-size: 22px;
    padding: 0 30px;
  }
}
.SmartOffice .pd {
  position: relative;
  padding: 5% 0;
  background: url(https://storage-asset.msi.com/event/2026/id/smart-office-rewards/images/pd-bg.jpg)
    center no-repeat;
  background-size: cover;
}

.SmartOffice .pd__titleBox {
  text-align: center;
  margin-bottom: 5%;
}
.SmartOffice .pd__titleBox h2 {
  font-size: 2.2rem;
  color: #ffffff;
}
.SmartOffice .pd__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.SmartOffice .pd-nav {
  position: relative;
  margin: 0 1%;
  max-width: 300px;
  border: 3px solid #ff8900;
  border-radius: 30px;
  padding: 5px 25px;
  cursor: pointer;
  width: 100%;
  margin: 3% auto;
  text-align: center;
}
.SmartOffice .pd-nav--active {
  background: #ff8900;
}
.SmartOffice .pd-nav--active .pd-txtBox h3 {
  color: #ffffff;
}

.SmartOffice .pd-nav--active .pd-txtBox b {
  color: #ffffff;
  font-size: 17px;
}
.SmartOffice .pd-wrapBox {
  position: relative;
  z-index: 1;
}
.SmartOffice .pd-txtBox {
}
.SmartOffice .pd-txtBox h3 {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: normal;
}
.SmartOffice .pd-txtBox p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
.SmartOffice .pd-txtBox b {
  color: #c2cfec;
  font-size: 15px;
  font-weight: 600;
}
.SmartOffice .pd-floatBox {
  display: none;
}
.SmartOffice .pd-floatBox-right-img,
.SmartOffice .pd-floatBox-left-img {
  position: absolute;
}

.SmartOffice .pd-floatBox-left--0 {
  left: 5%;
  top: 11%;
  width: 18vw;
}
.SmartOffice .pd-floatBox-right--0 {
  right: 3%;
  top: 11%;
  width: 18vw;
}
.SmartOffice .pdContentWrap {
  display: none;
}
.SmartOffice .pdContent {
  margin-top: 15%;
}
.SmartOffice .pdContent--active {
  display: block;
}
.SmartOffice .pdContent__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 3% auto;
}
.SmartOffice .pdContent__itemBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.SmartOffice .pdContent__itemBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 99%;
  height: 80%;
  background: #f5f5f5;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.SmartOffice .pdContent__itemBox:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.SmartOffice .pdContent__itemBox:hover::after {
  -webkit-filter: drop-shadow(0 3px 10px rgba(113, 131, 167, 0.8))
    drop-shadow(0 3px 10px rgba(113, 131, 167, 0.8));
  filter: drop-shadow(0 3px 10px rgba(113, 131, 167, 0.8))
    drop-shadow(0 3px 10px rgba(113, 131, 167, 0.8));
}

.SmartOffice .pdContent__itemBox--1 .pdContent-txtBox li {
  color: #858585;
  font-size: 15px;
}
.SmartOffice .pdContent__itemBox--2:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.SmartOffice .pdContent__itemBox--3 .pdContent-txtBox li {
  color: #858585;
  font-size: 15px;
}
.SmartOffice .pdContent-txtBox {
  padding: 0 8%;
  text-align: center;
}
.SmartOffice .pdContent-txtBox h3 {
  color: #585858;
  font-size: 22px;
  font-weight: 600;
}
.SmartOffice .pdContent-txtBox li {
  color: #858585;
  font-size: 15px;
  font-weight: 600;
  padding: 2px 0;
}
.SmartOffice .pdContent-txtBox--highlight {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  background: #4f6179;
  background: linear-gradient(to top, #0758da, #1c92f4, #2aaefc);
  border-radius: 30px;
  padding: 10px 20px;
  display: inline-block;
  margin: 5% 2%;
}
.SmartOffice .pdContent-txtBox--btn {
  color: #4f6179;
  font-size: 24px;
  padding: 2% 30px;
  display: inline-block;
  width: auto;
  text-align: center;
  line-height: 1.2;
  border-radius: 30px;
  background-color: #fff;
  margin: 5% auto;
}
.SmartOffice .pdContent-txtBox--btn span {
  color: #ff8900;
}
.SmartOffice .pdContent-txtBox em {
  color: #ffffff;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
}
.SmartOffice .pdContent-txtBox b {
  color: #ffffff;
  font-size: 15px;
}
.SmartOffice .pdContent-wrapBox {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 499px) {
  .SmartOffice .pd__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .SmartOffice .pd-nav {
    position: relative;
    margin: 0 1%;
    max-width: 300px;
    border: 3px solid #ff8900;
    border-radius: 30px;
    padding: 5px 25px;
    cursor: pointer;
    width: 50%;
    text-align: center;
  }
  .SmartOffice .pd-txtBox h3 {
    font-size: 1.2rem;
  }
  .SmartOffice .pd-txtBox p {
    color: #ffffff;
    font-size: 17px;
  }
  .SmartOffice .pd-txtBox b {
    color: #c2cfec;
    font-size: 17px;
  }
  .SmartOffice .pdContent__itemBox {
    width: 80%;
  }
  .SmartOffice .pd__titleBox h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .SmartOffice .pd__flexBox {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 996px) {
  .SmartOffice .pdContent-txtBox ul {
    min-height: 70px;
  }
  .SmartOffice .pdContent-txtBox em {
    font-size: 1.1rem;
  }
  .SmartOffice .pd-txtBox h3 {
    font-size: 1.2rem;
  }
  .SmartOffice .pd-floatBox {
    display: block;
  }
  .SmartOffice .pdContent-txtBox h3 {
    font-size: 1.1rem;
  }
  .SmartOffice .pd-floatBox-right--3 {
    right: 0;
    z-index: 0;
  }
  .SmartOffice .pdContent__itemBox {
    width: calc(100% / 3);
  }
}
@media (min-width: 1200px) {
  .SmartOffice .pdContent-txtBox h3 {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .SmartOffice .pd-floatBox-left--0 {
    left: 0;
  }
  .SmartOffice .pd-floatBox-left--1 {
    left: 9%;
  }
  .SmartOffice .pd-floatBox-left--2 {
    left: 2%;
  }
  .SmartOffice .pd-floatBox-left--3 {
    left: 0;
  }
  .SmartOffice .pd-floatBox-right--0 {
    right: 0;
  }
  .SmartOffice .pd-floatBox-right--1 {
    right: 8%;
  }
  .SmartOffice .pd-floatBox-right--2 {
    right: 0;
  }
  .SmartOffice .pd-floatBox-right--3 {
    right: 0;
  }
}
@media (min-width: 1440px) {
  .SmartOffice .pd-floatBox-left--0 {
    left: 0%;
  }
  .SmartOffice .pd-floatBox-left--1 {
    left: 10%;
  }
  .SmartOffice .pd-floatBox-left--2 {
    left: 3%;
  }
  .SmartOffice .pd-floatBox-left--3 {
    left: 0%;
  }
  .SmartOffice .pd-floatBox-right--0 {
    right: 0;
  }
  .SmartOffice .pd-floatBox-right--1 {
    right: 9%;
  }
  .SmartOffice .pd-floatBox-right--2 {
    right: 1%;
  }
  .SmartOffice .pd-floatBox-right--3 {
    right: 1.8%;
    z-index: 2;
  }
}

@media (min-width: 1681px) {
  .SmartOffice .pd-floatBox-left--0 {
    left: 5%;
    top: 11%;
    width: 18vw;
  }
  .SmartOffice .pd-floatBox-right--0 {
    right: 3%;
    top: 11%;
    width: 18vw;
  }
}
@media (min-width: 1930px) {
  .SmartOffice .pdContent-txtBox em {
    font-size: 1.4rem;
  }
  .SmartOffice .pd-txtBox h3 {
    font-size: 1.6rem;
  }
  .SmartOffice .pdContent-txtBox h3 {
    font-size: 1.6rem;
  }
  .SmartOffice .pdContent__itemBox .pdContent-txtBox li {
    font-size: 1.2rem;
  }
  .SmartOffice .pdContent-txtBox--btn,
  .SmartOffice .pdContent-txtBox--btn b {
    font-size: 1.2rem;
  }
  .SmartOffice .pd-floatBox-left--0 {
    left: 12%;
    top: 11%;
    width: 18vw;
  }

  .SmartOffice .pd-floatBox-right--0 {
    right: 10%;
    top: 11%;
    width: 18vw;
  }
}

@media (min-width: 499px) {
  .SmartOffice .pdContent {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .SmartOffice .pdContent__flexBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .SmartOffice .pdContent__itemBox {
    margin: 0 10px;
  }
}
@media (min-width: 996px) {
  .SmartOffice .pdContent__flexBox {
    width: 100%;
  }
}
.SmartOffice .redeem {
  position: relative;
  padding: 5% 0;
  background: url(https://storage-asset.msi.com/event/2026/id/smart-office-rewards/images/redeem-bg.jpg)
    no-repeat;
  background-size: cover;
}
.SmartOffice .redeem__titleBox {
  text-align: center;
  margin-bottom: 5%;
}
.SmartOffice .redeem__titleBox h2 {
  color: #434343;
  font-size: 32px;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.SmartOffice .redeem__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.SmartOffice .redeem hr {
  width: 10vw;
  height: 1px;
  margin-top: 9%;
  display: none;
}
.SmartOffice .redeem__stepBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 3% auto;
  text-align: center;
}
.SmartOffice .redeem__stepBox-icon {
  max-width: 140px;
  margin: auto;
  position: relative;
}
.SmartOffice .redeem__stepBox-icon p {
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translate(0, -50%);
  width: 45px;
  height: 45px;
  border-radius: 999em;
  background-color: #476ac5;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
.SmartOffice .redeem__stepBox-text h3 {
  color: #3f3422;
  font-size: 24px;
  margin-bottom: 7%;
  padding: 3px;
}
.SmartOffice .redeem__stepBox-txt p {
  color: #3f3422;
  font-size: 17px;
}
.SmartOffice .redeem__stepBox-txt p.redeem__stepBox-note {
  color: #3f3422;
  font-size: 14px;
  margin-top: 3%;
}
.SmartOffice .redeem__stepBox-txt a {
  color: #476ac5;
  font-size: 17px;
  display: block;
}
.SmartOffice .redeem__stepBox-txt a:hover {
  text-decoration: underline;
}
.SmartOffice .redeem__stepBox-text {
  margin-top: 10%;
}
.SmartOffice .redeem__linkBoxWrap {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 3%;
  width: 100%;
}
.SmartOffice .redeem__linkBox {
  border-radius: 30px;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  margin: 1%;
  cursor: pointer;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 3px solid #3f3422;
  border-radius: 30px;
}
.SmartOffice .redeem__linkBox:hover {
  background: #ff2515;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-filter: drop-shadow(0 3px 10px rgba(100, 100, 100, 0.5));
  filter: drop-shadow(0 3px 10px rgba(71, 71, 71, 0.5));
  border: 3px solid #ff2515;
}
.SmartOffice .redeem__linkBox:hover a {
  color: #ffffff;
}
.SmartOffice .redeem__linkBox a {
  color: #3f3422;
  font-size: 20px;
}
@media (min-width: 499px) {
  .SmartOffice .redeem__stepBox {
    width: 80%;
  }
  .SmartOffice .redeem__linkBox {
    width: 80%;
  }
}
@media (min-width: 576px) {
  .SmartOffice .redeem__stepBox {
    width: calc(50% - 20px);
    margin: 3% 0;
  }
}
@media (min-width: 768px) {
  .SmartOffice .redeem__linkBox {
    width: auto;
  }
}
@media (min-width: 996px) {
  .SmartOffice .redeem {
  }
  .SmartOffice .redeem__titleBox h2 {
    color: #434343;
    font-size: 50px;
  }
  .SmartOffice .redeem__flexBox {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .SmartOffice .redeem__stepBox {
    width: calc(25% - 20px);
  }
  .SmartOffice .redeem hr {
    display: block;
  }
  .SmartOffice .redeem__linkBoxWrap {
    width: 80%;
  }
}
@media (min-width: 1930px) {
  .SmartOffice .redeem__linkBox a {
    font-size: 1.4rem;
  }
  .SmartOffice .redeem__stepBox-txt p {
    font-size: 1.4rem;
  }
  .SmartOffice .redeem hr {
    width: 2vw;
  }
  .SmartOffice .redeem__stepBox {
    width: 25%;
  }
}
.SmartOffice .wtb {
  position: relative;
  padding: 5% 0;
  background: url(https://storage-asset.msi.com/event/2026/id/smart-office-rewards/images/wtb-bg.jpg)
    no-repeat;
  background-size: cover;
}
.SmartOffice .wtb img {
  width: auto;
  margin: auto;
}
.SmartOffice .wtb__titleBox {
  text-align: center;
  margin-bottom: 5%;
}
.SmartOffice .wtb__titleBox h2 {
  color: #434343;
  font-size: 32px;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 996px) {
  .SmartOffice .wtb__titleBox h2 {
    color: #434343;
    font-size: 50px;
  }
}
.SmartOffice .promo {
  position: relative;
  padding: 5% 0;
  background: url(https://storage-asset.msi.com/event/2026/id/smart-office-rewards/images/promo-bg.jpg)
    no-repeat;
  background-size: cover;
}
.SmartOffice .promo__titleBox {
  text-align: center;
  margin-bottom: 5%;
}
.SmartOffice .promo__titleBox h2 {
  color: #ffffff;
  font-size: 32px;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.SmartOffice .promo__flexBox {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.SmartOffice .promo__itemBox {
  width: 100%;
  margin: 5% 1%;
}
.SmartOffice .promo__imgBox {
  margin-bottom: 3%;
}
.SmartOffice .promo__imgBox a {
  display: block;
  margin: auto;
  text-align: center;
  background: #1a3369;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.SmartOffice .promo__imgBox a img {
  border-radius: 20px 20px 0 0;
}
.SmartOffice .promo__textBox {
  text-align: center;
}
.SmartOffice .promo__textBox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 5% 0;
}
.SmartOffice .promo__textBox-txt {
  background: linear-gradient(135deg, #ebebeb, #e2e2e2);
  border-radius: 30px;
  padding: 8px 30px;
  display: inline-block;
  text-align: center;
  margin: 1% 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.SmartOffice .promo__textBox-txt p {
  color: #3f3422;
  font-size: 17px;
  font-weight: 500;
}
.SmartOffice .promo__textBox h4 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 2%;
}
.SmartOffice .promo__textBox h4 ~ p {
  color: #d3d9ea;
  font-size: 17px;
}
.SmartOffice .promo__textBox h4 ~ p ~ a {
  color: #fefefe;
  font-size: 17px;
  margin-top: 2%;
  display: inline-block;
  border-bottom: 1px solid;
  position: relative;
}
.SmartOffice .promo__textBox h4 ~ p ~ a::after {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  display: none;
}
.SmartOffice .promo__textBox h4 ~ p ~ a:hover::after {
  content: ">";
  display: block;
  position: absolute;
  left: auto;
  right: -20%;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.SmartOffice .promo__textBox h4 ~ p ~ a:hover {
  border-bottom: 1px solid transparent;
  color: #c08feb;
}
@media (min-width: 499px) {
  .SmartOffice .promo__itemBox {
    width: 80%;
  }
}
@media (min-width: 996px) {
  .SmartOffice .promo__textBox-txt {
    margin: 0 1%;
  }
  .SmartOffice .promo__textBox-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .SmartOffice .promo__titleBox h2 {
    color: #ffffff;
    font-size: 50px;
  }
  .SmartOffice .promo__itemBox {
    width: calc(50% - 30px);
  }
  .SmartOffice .promo__textBox {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .SmartOffice .promo__itemBox {
    width: calc(40% - 30px);
    margin: 2% 1%;
  }
}
@media (min-width: 1930px) {
  .SmartOffice .promo__textBox h4 {
    font-size: 2rem;
  }
  .SmartOffice .promo__textBox h4 ~ p {
    font-size: 1.4rem;
  }
  .SmartOffice .promo__textBox-txt p {
    font-size: 1.4rem;
  }
  .SmartOffice .promo__itemBox {
    width: calc(50% - 30px);
  }
}

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