/* Build time:: Mon, Jan 8, 2024, 9:31 AM CST from development branch */
/*
 ***********************************************************************
 * DO NOT MODIFY DIRECTLY. USE nxp-web-branding GIT REPO FOR ALL CHANGES
 ***********************************************************************
 */
.primary-card {
  width: 100%;
  padding: 14px 0px;
  position: relative;
}

.primary-card-content {
  width: 100%;
  position: relative;
  padding: 0px 12px;
}

.primary-card-content p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000000;
}

.primary-card-title {
  margin-top: 9px;
}

.primary-card-link {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  gap: 15px;
}

@media (max-width: 768px) {
  .primary-card-link {
    display: block;
  }
  .primary-card-link a {
    margin-bottom: 8px;
  }
}

.primary-card-img {
  overflow: hidden;
}

@media (min-width: 768px) {
  .primary-card-img {
    height: calc(((750px - 30px) * 9) / 16);
  }
}

@media (min-width: 992px) {
  .primary-card-img {
    height: calc(((970px - 30px) * 9) / 16);
  }
}

@media (min-width: 1200px) {
  .primary-card-img {
    height: calc(((1170px - 30px) * 9) / 16);
  }
}

.primary-card-img img {
  width: 100%;
}

.listed-columns {
  padding-bottom: 48px;
}

.listed-columns a,
.listed-columns li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000000;
}

.listed-columns a {
  font-size: 18px;
  color: #215bd6;
}

.listed-columns a:hover {
  text-decoration: "none";
}

.listed-columns:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .listed-col {
    margin-bottom: 32px;
  }
}

.listed-columns .listed-col:last-of-type {
  margin-bottom: 0px;
}

.listed-item {
  margin-top: 8px;
}

.listed-title {
  margin-top: 32px;
  margin-bottom: 12px;
}

.listed-description a {
  color: inherit;
}

.listed-description a:hover {
  text-decoration: underline;
}

.listed-description ul {
  padding-left: 0;
  list-style: none;
}

.listed-description ul a {
  color: inherit;
}

.listed-description ul a:hover {
  text-decoration: underline;
}

.listed-description ul > li {
  padding-left: 0;
}

.listed-description ul:last-child, .listed-description ul li:last-child {
  margin: 0px;
  padding-bottom: 0px !important;
}

.listed-description ul.listed-1-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-width: 210px;
  -moz-column-width: 210px;
  columns: 10px 1;
  padding-bottom: 14px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .listed-description ul.listed-1-col {
    columns: 1;
  }
}

.listed-description ul.listed-2-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-width: 210px;
  -moz-column-width: 210px;
  columns: 10px 2;
  padding-bottom: 14px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .listed-description ul.listed-2-col {
    columns: 1;
  }
}

.listed-description ul.listed-3-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-width: 210px;
  -moz-column-width: 210px;
  columns: 10px 3;
  padding-bottom: 14px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .listed-description ul.listed-3-col {
    columns: 1;
  }
}

#nxp-wrapper > .container-fluid:first-child .col-lg-12 {
  min-height: 0;
}

@keyframes fadeInWidth {
  0% {
    opacity: 0;
    left: -500px;
    transform: scaleX(0);
  }
  100% {
    left: 0px;
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(0px, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-delay: 1000ms;
}

@media screen and (max-width: 992px) {
  .fadeInRight {
    animation-delay: 350ms;
  }
}

.fadeInWidth {
  animation-name: fadeInWidth;
  animation-delay: 200ms;
}

@media screen and (max-width: 992px) {
  .fadeInWidth {
    animation: none !important;
  }
}

@media (max-width: 992px) {
  .homepage-slider .carousel {
    margin-bottom: 86px;
  }
}

.homepage-slider .hero-new {
  height: calc(75vh - 88px);
  min-height: 400px;
  max-height: 600px;
  padding: 0px !important;
}

.homepage-slider .hero-new.hero[style*='background-image'] {
  background-position: center;
}

@media (max-width: 1199px) {
  .homepage-slider .hero-new {
    height: calc(75vh - 100px);
  }
}

@media (min-width: 1024px) and (max-width: 1400px) and (min-height: 500px) and (max-height: 579px) {
  .homepage-slider .hero-new {
    height: 75vh;
  }
}

@media (max-width: 992px) {
  .homepage-slider .hero-new {
    background-position: right center;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: auto !important;
    margin-bottom: 80px;
    min-height: unset;
    max-height: unset;
    max-width: 100%;
    transform: unset !important;
    left: unset !important;
  }
  .homepage-slider .hero-new:before {
    content: '' !important;
    display: block !important;
    width: 100% !important;
    padding-bottom: 47% !important;
    background: inherit !important;
    background-position: bottom 50% right !important;
    background-repeat: no-repeat !important;
    background-size: calc(150% + 30px) !important;
    order: 0 !important;
  }
}

@media (max-width: 768px) {
  .homepage-slider .hero-new {
    padding-top: 0px;
    margin-bottom: 24px !important;
  }
}

.homepage-slider .hero-new .signpost {
  display: block;
  padding-bottom: 12px;
}

.homepage-slider .hero-new.hero .hero-body {
  width: 60%;
  position: absolute !important;
  align-self: center;
  background-color: rgba(255, 255, 255, 0.85);
  top: calc(11vh - 5px);
  /* filter: blur(0px);
        background-color: rgba(255, 255, 255, 0.8); */
  /*  @media (min-width: 768px) and (max-width: 992px) {
        width: 750px !important;
        padding-left: calc(((100% - 750px) / 2) + 15px) !important;
        padding-right: calc(((100% - 750px) / 2) + 15px) !important;
      } */
}

@media (min-width: 1920px) {
  .homepage-slider .hero-new.hero .hero-body {
    top: 14vh;
  }
}

@media (min-width: 1366px) and (max-width: 1799px) {
  .homepage-slider .hero-new.hero .hero-body {
    top: calc(16vh - 5px);
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .homepage-slider .hero-new.hero .hero-body {
    top: calc(10vh - 5px);
  }
}

@media (min-width: 1799px) {
  .homepage-slider .hero-new.hero .hero-body {
    width: calc(45% - 12px);
    padding: 48px;
  }
}

@media (min-width: 1080px) and (max-width: 1199px) {
  .homepage-slider .hero-new.hero .hero-body {
    width: 69%;
  }
}

@media (min-width: 993px) and (max-width: 1080px) {
  .homepage-slider .hero-new.hero .hero-body {
    width: 83%;
  }
}

@media (min-width: 1199px) and (max-width: 1400px) and (min-height: 580px) and (max-height: 680px) {
  .homepage-slider .hero-new.hero .hero-body {
    /*  top: 0px;
        margin-top: unset; */
    width: calc(61% - 2px);
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .homepage-slider .hero-new.hero .hero-body {
    padding: 48px calc(((100% - 750px) + 15px) / 2) 12px calc(((100% - 750px) + 30px) / 2) !important;
  }
}

@media (min-width: 992px) and (max-width: 993px) {
  .homepage-slider .hero-new.hero .hero-body {
    padding: 48px calc(((100% - 970px) + 15px) / 2) 12px calc(((100% - 970px) + 30px) / 2) !important;
  }
}

@media (max-width: 992px) {
  .homepage-slider .hero-new.hero .hero-body {
    height: 320px;
    width: 100%;
    position: relative !important;
    top: unset;
    background-color: white;
  }
}

@media (max-width: 767px) {
  .homepage-slider .hero-new.hero .hero-body {
    padding: 48px 30px;
    height: 350px;
  }
}

@media (max-width: 690px) {
  .homepage-slider .hero-new.hero .hero-body {
    height: 340px;
    margin-top: unset;
  }
}

@media (max-width: 530px) {
  .homepage-slider .hero-new.hero .hero-body {
    height: 420px;
    margin-top: unset;
  }
}

@media (max-width: 400px) {
  .homepage-slider .hero-new.hero .hero-body {
    height: 480px;
    margin-top: unset;
  }
}

.homepage-slider .article {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50vh;
  padding-top: 3em;
  padding-bottom: 4.5em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .homepage-slider .article {
    height: 400px;
  }
}

.homepage-slider .article-contents {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .homepage-slider .article-contents {
    max-width: 750px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .homepage-slider .article-contents {
    max-width: 970px;
  }
}

@media screen and (min-width: 1200px) {
  .homepage-slider .article-contents {
    max-width: 1170px;
  }
}

.homepage-slider .article-contents > * {
  color: white;
}

@media screen and (min-width: 768px) {
  .homepage-slider .article-contents > * {
    max-width: 75%;
  }
}

.homepage-slider .article-title {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}

.homepage-slider .article-subtitle {
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: white;
}

.homepage-slider .article-action {
  margin-top: 24px;
}

.homepage-slider .carousel-control {
  display: flex;
  align-items: center;
  width: 30px;
  transition: all 700ms cubic-bezier(0.04, 0, 0.2, 1);
}

.homepage-slider .carousel-control.left {
  margin-left: 30px;
  background-image: none;
}

.homepage-slider .carousel-control.right {
  margin-right: 30px;
  background-image: none;
}

.homepage-slider .carousel-control .icon-angle-left,
.homepage-slider .carousel-control .icon-angle-right {
  font-size: 3em;
  color: white;
}

.homepage-slider .carousel-indicators {
  bottom: 42px;
  transform: none;
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  flex-grow: 1;
  border-radius: none;
  margin: 0px;
  border-radius: 0px;
  /* padding: 0px 15px; */
  /* padding: 26px 0px; */
  /*  padding-right: 15px;
      padding-left: 15px; */
}

@media (max-width: 992px) {
  .homepage-slider .carousel-indicators {
    left: 0px;
    width: auto;
    width: 60%;
    gap: 18px;
    bottom: 0px;
  }
}

@media (max-width: 768px) {
  .homepage-slider .carousel-indicators {
    padding: 0px 15px 0px 30px;
    left: 0px;
  }
}

@media (min-width: 768px) {
  .homepage-slider .carousel-indicators {
    width: calc(750px - 30px) !important;
    left: calc(((100% - (750px - 30px)) / 2)) !important;
    /* padding: 0px 15px;  */
  }
}

@media (min-width: 992px) {
  .homepage-slider .carousel-indicators {
    width: calc(970px - 30px) !important;
    left: calc(((100% - (970px - 30px)) / 2)) !important;
    /*  padding: 0px 15px; */
  }
}

@media (min-width: 1200px) {
  .homepage-slider .carousel-indicators {
    width: calc(1170px - 30px) !important;
    left: calc(((100% - (1170px - 30px)) / 2)) !important;
  }
}

@media (min-width: 1366px) {
  .homepage-slider .carousel-indicators {
    width: calc(1170px - 30px) !important;
    left: calc(((100% - (1170px - 30px)) / 2)) !important;
  }
}

@media (min-width: 1441px) {
  .homepage-slider .carousel-indicators {
    width: calc(1310px - 30px) !important;
    left: calc(((100% - (1310px - 30px)) / 2)) !important;
  }
}

@media (min-width: 1921px) {
  .homepage-slider .carousel-indicators {
    width: calc(1170px - 30px) !important;
    left: calc(((100% - (1170px - 30px)) / 2)) !important;
  }
}

.homepage-slider .carousel-indicators:empty {
  display: none;
}

.homepage-slider .carousel-indicators li {
  width: 100%;
  min-width: 70px;
  border: none;
  background: none;
  margin: 0px;
  padding: 0px;
}

.homepage-slider .carousel-indicators li:only-child {
  display: none;
}

@media (max-width: 768px) {
  .homepage-slider .carousel-indicators li {
    align-self: center;
    padding: 12px 0px;
    max-width: unset;
    min-width: unset;
    width: auto;
  }
}

.homepage-slider .carousel-indicators li .indicator-container {
  height: 8px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background-color: transparent;
  border: none;
  border-top: 1px solid white;
  position: relative;
  border-radius: 0;
  margin: 0px;
  width: 100%;
  text-align: left;
  /*  @media (max-width: $screen-sm) {
          max-width: 24px;
          span {
            display: none;
          }
        }

        &.active {
          margin: 0px;
          border-top: 3px solid $nxp-orange;

          span {
            top: 2px;
          }

          //box-shadow: 0 -3px 0 0 $nxp-orange;
        }    */
}

.homepage-slider .carousel-indicators li .indicator-container span {
  position: absolute;
  left: 0px;
  top: 4px;
}

@media (max-width: 992px) {
  .homepage-slider .carousel-indicators li .indicator-container {
    background-color: #d6dce0;
    opacity: 0.8;
    height: 4px;
    padding: 0px;
    margin-top: 0px;
    box-shadow: none;
  }
  .homepage-slider .carousel-indicators li .indicator-container span {
    color: #000000;
    display: block;
    padding-top: 8px;
  }
}

.homepage-slider .carousel-indicators li.active .indicator-container {
  margin: 0px;
  border-top: 3px solid #f9b500;
  background-color: transparent;
}

.homepage-slider .carousel-indicators li.active .indicator-container span {
  top: 2px;
}

@media (max-width: 992px) {
  .homepage-slider .carousel-indicators li .indicator-container {
    background-color: #d6dce0;
    opacity: 0.8;
    height: 4px;
    padding: 0px;
    margin-top: 0px;
    box-shadow: none;
  }
  .homepage-slider .carousel-indicators li .indicator-container span {
    color: #000000;
    display: block;
    padding-top: 8px;
  }
  .homepage-slider .carousel-indicators li.active .indicator-container {
    margin: 0px;
    background-color: #f9b500;
  }
  .homepage-slider .carousel-indicators li.active .indicator-container span {
    top: 2px;
  }
}

@media (max-width: 768px) {
  .homepage-slider .carousel-indicators li .indicator-container {
    max-width: unset;
    width: 32px;
  }
  .homepage-slider .carousel-indicators li .indicator-container span {
    display: none;
  }
}

.btn-white-transparent {
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: white;
}

.btn-white-transparent:hover, .btn-white-transparent:focus, .btn-white-transparent:active, .btn-white-transparent.active,
.btn-white-transparent .open .dropdown-toggle {
  color: white;
  background-color: rgba(137, 134, 131, 0.1925);
  border-color: #f7f5f1;
}

.btn-white-transparent:active, .btn-white-transparent.active,
.btn-white-transparent .open .dropdown-toggle {
  background-image: none;
}

#footer.container {
  margin-top: 0;
}

#cross-reference-tool-app .container #smartchat_link {
  padding-top: 26px;
}

#footer #newsContainer {
  display: none;
}

.card1-item #newsContainer {
  position: relative;
}

.card1-item.card1-action:hover {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.37);
}

.card1-item.card1-action a:hover {
  text-decoration: none !important;
}

.card1-item .newsItem.cycle-slide-active {
  position: relative !important;
}

.card1-item .newsItem:not(.cycle-slide-active) {
  width: 0;
  height: 0;
  overflow: hidden;
}

.card1-item .newsItem h5 {
  margin-top: 0;
}

.card1-item .newsItem p {
  min-height: 44px;
}

.card1-item .newsItem .newsdate {
  margin-left: 0.5em;
  font-size: 14px;
  font-weight: 400;
  color: #686664;
}

.card1-item .newsItem .readmore {
  position: relative;
}

.card1-item .newsItem .readmore:after {
  content: "\f105";
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  font-family: "Font Awesome";
  font-size: 85%;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -mox-osx-font-smoothing: grayscale;
  text-transform: none;
  transform: translateX(0.25em);
  transition: all 200ms cubic-bezier(0.04, 0, 0.2, 1);
}

.offer-component .card1-item .newsItem .readmore:after {
  content: '';
}

.card1-item .newsItem .readmore:hover {
  text-decoration: none;
}

.card1-item .newsItem .readmore:hover:after {
  transform: translateX(0.5em);
}

.card1-item .newsItem .readmore[href*='//']:not([href*='nxp.com']):not([href*='uat.nxp.com']):not([href*='nxp.jp']):not([href*='media.nxp.com']):after, .card1-item .newsItem .readmore[href*='community.nxp.com']:after, .card1-item .newsItem .readmore[href*='docs.nxp.com']:after, .card1-item .newsItem .readmore[href*='investors.nxp.com']:after, .card1-item .newsItem .readmore[href*='nxpcup.nxp.com']:after, .card1-item .newsItem .readmore[href*='support.nxp.com']:after, .card1-item .newsItem .readmore[href*='showroom.nxp.com']:after, .card1-item .newsItem .readmore[href*='investorday.nxp.com']:after, .card1-item .newsItem .readmore[href*='mcuxpresso.nxp.com']:after {
  content: "\f08e";
  bottom: 0.125em;
  font-size: 66.6666666667%;
  transform: translateX(0.25em);
}

.card1-item .newsItem .readmore.btn[href*='//']:not([href*='nxp.com']):not([href*='uat.nxp.com']):not([href*='nxp.jp']):not([href*='media.nxp.com']):after, .card1-item .newsItem .readmore.btn[href*='community.nxp.com']:after, .card1-item .newsItem .readmore.btn[href*='docs.nxp.com']:after, .card1-item .newsItem .readmore.btn[href*='investors.nxp.com']:after, .card1-item .newsItem .readmore.btn[href*='nxpcup.nxp.com']:after, .card1-item .newsItem .readmore.btn[href*='support.nxp.com']:after, .card1-item .newsItem .readmore.btn[href*='showroom.nxp.com']:after, .card1-item .newsItem .readmore.btn[href*='investorday.nxp.com']:after, .card1-item .newsItem .readmore.btn[href*='mcuxpresso.nxp.com']:after {
  vertical-align: 1px;
}

.card1-item .newsItem .readmore[href$='.pdf']:after {
  content: "\f1c1";
  transform: translateX(0.25em);
}

.card1-item .newsItem p {
  min-height: 44px;
}

.card1-item .newsItem .jp-extra-anchor {
  padding-left: 88px;
}

.card1-item #newsDirection {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 100;
}

.card1-item #newsLeft,
.card1-item #newsRight {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.card1-item #newsLeft span:before,
.card1-item #newsRight span:before {
  margin: 0;
}

.homepage-buttons-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
}

.homepage-buttons-list > li {
  padding-left: 0;
}

.homepage-buttons-list:hover {
  color: #686664;
}

.homepage-buttons-list > li {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .homepage-buttons-list > li {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 992px) {
  .homepage-buttons-list > li {
    width: 33.3333333333%;
  }
}

.homepage-buttons-btn {
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: all 200ms cubic-bezier(0.04, 0, 0.2, 1);
}

@media screen and (min-width: 768px) {
  .homepage-buttons-btn {
    padding: 15px 30px;
  }
}

.homepage-buttons-btn img {
  width: auto;
  min-width: 25%;
  max-width: 50px;
  max-height: 32px;
  padding-right: 10px;
  transition: all 200ms cubic-bezier(0.04, 0, 0.2, 1);
}

.homepage-buttons-btn svg {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  fill: #000000;
  transition: inherit;
}

.homepage-buttons-list:hover .homepage-buttons-btn {
  color: #686664;
}

.homepage-buttons-list:hover .homepage-buttons-btn img {
  opacity: 0.5;
}

.homepage-buttons-list:hover .homepage-buttons-btn svg {
  fill: #686664;
}

.homepage-buttons-list:hover .homepage-buttons-btn:hover {
  color: #000000;
  text-decoration: none;
}

.homepage-buttons-list:hover .homepage-buttons-btn:hover img {
  opacity: 1;
}

.homepage-buttons-list:hover .homepage-buttons-btn:hover svg {
  fill: #000000;
}

.homepage-buttons-btn span[class*='icon-'] {
  margin-right: 10px;
  font-size: 32px;
}

.homepage-content {
  /*  @media (min-width: 1200px){
      .container {
        width: 1170px;
      }
    } */
}

.homepage-content .primary-topic-item.eighty {
  justify-content: space-between;
}

.homepage-content .primary-topic-link a.btn::after {
  content: none;
  display: none;
}

.homepage-content .btn-nav {
  position: relative;
}

@media (max-width: 992px) {
  .homepage-content .btn-nav::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100vw;
    margin-left: calc(-50vw - -50%);
    box-shadow: none;
    border-top: 1px solid #d6dce0 !important;
  }
}

.homepage-content .btn-nav .btn-nav-list li a {
  padding-left: 0px;
}

@media (max-width: 768px) {
  .homepage-content .btn-nav .btn-nav-list li a {
    padding-left: 15px;
  }
}

.homepage-content .whats-new.whtie {
  background-color: white;
}

.homepage-content .block-topic {
  background: transparent !important;
  padding-bottom: 148px;
}

.homepage-content .block-topic::before {
  background-image: url("../svg/nxp_map.svg");
  background-color: #e87724;
  background-size: cover;
  background-repeat: no-repeat;
}

.homepage-content .block-topic .section-lead-title,
.homepage-content .block-topic .section-lead-text,
.homepage-content .block-topic .media-flex-heading,
.homepage-content .block-topic .media-flex-text,
.homepage-content .block-topic .media-flex-text a {
  color: white;
}

.homepage-content .block-topic a.link-white {
  color: white;
  text-decoration: underline;
}

.homepage-content .block-topic .section-lead-text {
  padding-top: 30px;
}

.homepage-content .block-topic .media-flex {
  padding-top: 0px;
  padding-bottom: 30px;
  border-color: white !important;
}

@media (max-width: 991px) {
  .homepage-content .block-topic .media-flex {
    padding-bottom: 30px;
  }
}

.homepage-content .block-topic .media-flex ul {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-bottom: 0px;
}

.homepage-content .block-topic .btn-border-white:hover {
  color: white;
}

.homepage-content .block-topic .btn {
  font-family: Arial;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .homepage-content .block-topic {
    padding-bottom: 248px;
  }
  .homepage-content .block-topic::before {
    background-position: top;
    background-size: 1024px;
  }
}

.homepage-content .market-card.band-absolute {
  box-shadow: none;
}

.homepage-content .market-card.band-absolute .panel {
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin-top: -100px;
}

.homepage-content .market-card.band-absolute .panel .panel-body {
  margin: 0px;
  padding: 0px;
}

@media (max-width: 992px) {
  .homepage-content .market-card.band-absolute .panel {
    margin-top: -238px;
  }
}

@media (max-width: 480px) {
  .homepage-content .market-card.band-absolute .panel {
    margin-top: -200px;
  }
}

.homepage-content .market-card.band-absolute .panel .product-list-media {
  margin-bottom: 16px;
}

.homepage-content .market-card.band-absolute .panel .product-list-title {
  margin-top: 9px;
}

@media (max-width: 992px) {
  .homepage-content .market-card.band-absolute {
    padding-top: 64px;
  }
  .homepage-content .market-card.band-absolute::before {
    background-color: white;
    height: 30%;
  }
}

.homepage-content .bg-orange,
.homepage-content .block-topic {
  background-color: #e87724;
}

.homepage-content a.card1-item {
  transition: all ease-in-out 200ms;
}

.homepage-content a.card1-item:hover {
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.homepage-content .btn-default-white {
  border-color: white;
}

.homepage-content .btn-border-white {
  color: white;
  border: 2px solid white;
}

.homepage-content #player-home-slider {
  position: absolute;
  z-index: 1019;
  bottom: 70px;
  color: white;
  left: 40px;
  font-size: 23px;
  cursor: pointer;
}

.homepage-content .card1-list .signpost {
  padding-bottom: 12px;
  display: block;
}

.homepage-content .card1-list .card1-title {
  margin-top: 9px;
}

@media (max-width: 992px) {
  .homepage-content .media-flex-item {
    flex-direction: row;
  }
}

@media (max-width: 992px) {
  .homepage-content .media-flex-body {
    max-width: calc(100% - 140px);
  }
}

.homepage-content .media-flex-media {
  max-width: 140px;
}

.homepage-content .media-flex-text a {
  text-decoration: underline;
}

.homepage-content .col-video {
  padding-left: 2em;
  padding-right: 0px;
}

@media (max-width: 991px) {
  .homepage-content .col-video {
    padding: 0px;
  }
}

.homepage-content .w80 {
  padding-bottom: 48px;
}

.homepage-content .vjs-poster,
.homepage-content .video-js {
  background: transparent !important;
}

@media (max-width: 992px) {
  .homepage-content .is-card .primary-topic-content {
    padding: 30px 15px;
    margin-top: 0px;
  }
  .homepage-content .w80 {
    width: 100% !important;
  }
}

@media (min-width: 1366px) {
  .homepage-content .container {
    width: 1170px !important;
  }
}

@media (min-width: 1441px) {
  .homepage-content .container {
    width: 1310px !important;
  }
}

@media (min-width: 1921px) {
  .homepage-content .container {
    width: 1170px !important;
  }
}

/* .fifty{
  .primary-topic-content{
    max-width: 50%;
  }
  .primary-topic-link{
    columns: 200px 2;
  }
} */
.col-lg-12 .band:before,
.global-component .band:before {
  width: 100vw;
}

@media (min-width: 1440px) {
  .eighty .primary-topic-link {
    columns: 200px 2;
  }
}

#sectionjhjiyb6o {
  display: none;
}

.homepage-slider-microsite .article {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50vh;
  padding-top: 3em;
  padding-bottom: 4.5em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .homepage-slider-microsite .article {
    height: 400px;
  }
}

.homepage-slider-microsite .article-contents {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .homepage-slider-microsite .article-contents {
    max-width: 750px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .homepage-slider-microsite .article-contents {
    max-width: 970px;
  }
}

@media screen and (min-width: 1200px) {
  .homepage-slider-microsite .article-contents {
    max-width: 1170px;
  }
}

.homepage-slider-microsite .article-contents > * {
  color: white;
}

@media screen and (min-width: 768px) {
  .homepage-slider-microsite .article-contents > * {
    max-width: 75%;
  }
}

.homepage-slider-microsite .article-title {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}

.homepage-slider-microsite .article-subtitle {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 20px;
  color: white;
}

.homepage-slider-microsite .article-action {
  margin-top: 24px;
}

.homepage-slider-microsite .carousel-control {
  display: flex;
  align-items: center;
  width: 30px;
  transition: all 700ms cubic-bezier(0.04, 0, 0.2, 1);
}

.homepage-slider-microsite .carousel-control.left {
  margin-left: 30px;
  background-image: none;
}

.homepage-slider-microsite .carousel-control.right {
  margin-right: 30px;
  background-image: none;
}

.homepage-slider-microsite .carousel-control .icon-angle-left,
.homepage-slider-microsite .carousel-control .icon-angle-right {
  font-size: 3em;
  color: white;
}

.homepage-slider-microsite .carousel-indicators {
  bottom: 0;
  width: 100% !important;
  padding: 0.25em 1em;
  margin-left: auto;
  background-color: transparent;
  border-radius: 1em;
  transform: translateX(-50%);
}

.homepage-slider-microsite .carousel-indicators:empty {
  display: none;
}

@media screen and (min-width: 768px) {
  .homepage-slider-microsite .carousel-indicators {
    width: auto !important;
  }
}

.homepage-slider-microsite .carousel-indicators li {
  width: auto !important;
  height: auto !important;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background-color: transparent;
  border: none;
  border-top: 2px solid transparent;
  border-radius: 0;
}

.homepage-slider-microsite .carousel-indicators li + li {
  margin-left: 15px;
}

.homepage-slider-microsite .carousel-indicators li.active {
  border-top-color: white;
}

.homepage-slider-microsite .carousel-indicators li:only-child {
  display: none;
}

/*   .microsite-container{
    position: relative;
    width: 100vw;
    padding: 0px 15px;
  } */
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(80px);
  }
}

@keyframes scrollContainer {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(300px);
  }
}

.scroll-move {
  display: none;
}

@media (min-width: 768px) {
  .scroll-move {
    background: rgba(0, 0, 0, 0.9);
    z-index: 77;
    position: fixed;
    bottom: 8vh;
    left: calc(50vw - 75px);
    width: 150px;
    height: 60px;
    color: white;
    border-radius: 12px;
    padding: 11px 8px 11px 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
    animation: scrollContainer ease-in-out 10s;
    animation-iteration-count: 1;
  }
  .scroll-move p {
    margin: 0px;
  }
}

svg #wheel {
  animation: scroll ease-in-out 2s infinite;
}

.homepage-slider.ts-slider {
  width: 100vw;
  margin-left: -15px;
}

#coljdna4y40 {
  display: none;
}

.page-title {
  display: none;
  /* .share-icons{
    display: none;
  } */
}
