@charset "UTF-8";
@font-face {
  font-family: "wf_segoe-ui_light";
  src: url("latest-3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wf_segoe-ui_normal";
  src: url("latest-2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wf_segoe-ui_Semibold";
  src: url("latest.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wf_icons_normal";
  src: url("icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "shell-icons";
  src: url("shell-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #f2f2f2;
  font-family: wf_segoe-ui_normal, sans-serif;
}

.n-contain.wide,
.n-contain {
  max-width: 100rem;
}

.n-btn,
button.n-btn,
a.n-btn[href] {
  color: #000;
  background: transparent;
  font-family: "wf_segoe-ui_normal", sans-serif;
}

.n-type main .mini-features a[href] {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.n-type a[href] {
  text-decoration: none;
}
.n-type a[href]:hover {
  text-decoration: underline;
  color: #1570a6;
}
.n-type .n-header a[href],
.n-type .n-footer a[href] {
  color: inherit;
}
.n-type .n-header a[href] {
  display: inline-flex;
}
.n-type h2 {
  font-family: wf_segoe-ui_light, sans-serif;
  font-weight: normal;
}
.n-type h3,
.n-type h4 {
  font-family: wf_segoe-ui_Semibold, sans-serif;
  font-weight: normal;
}
.n-type .social h3 {
  padding: 0.5em;
}

.n-header {
  z-index: 99999;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e1e1e1;
}
.n-header .n-right > div {
  display: flex;
  align-self: flex-end;
}

.n-header > .n-row,
.n-header > nav.n-nav {
  padding: 0 0.6em;
}

.n-banner > .n-row {
  padding-top: 0;
}
.n-banner > .n-row > div {
  z-index: 0;
  padding: 0.2em;
}
.n-banner .n-carousel__content {
  margin-bottom: 1.4rem;
}
.n-banner .n-carousel {
  margin-bottom: 1.4rem;
}
.n-banner .n-carousel .n-carousel__content {
  margin-bottom: 0;
}

.n-header .n-form {
  display: inline-block;
  position: relative;
}
.n-header .n-form input {
  margin-bottom: 0;
  background: #fff;
  border-color: #969696;
  border-style: solid;
  padding-right: 2em;
  min-height: 2em;
  margin: 0.1em;
}
.n-header .n-form input[type=submit],
.n-header .n-form input[type=submit]:hover {
  height: 100%;
  width: 2em;
  position: absolute;
  top: -0.1em;
  right: -1em;
  background: none;
  min-width: 0;
  border: none;
  min-height: 2em;
  font-family: "shell-icons";
  text-align: center;
  bottom: 0;
  margin-bottom: 0;
  line-height: 1em;
  margin-right: 0.5em;
}

.n-header .n-row > div,
.n-header a.n-logo,
.n-header .n-form {
  vertical-align: middle;
  padding: 0;
}

.n-header a.n-logo {
  margin-right: 3em;
  min-height: 0;
}

.n-header a.n-logo img {
  display: block;
}

.n-header a.shopping[href] {
  height: 1.5em;
  line-height: 1.5em;
  margin: 0 0 0 1.3em;
  width: 2em;
  font-family: "shell-icons";
  color: #7f7f7f;
  text-align: center;
  vertical-align: middle;
}

.n-header a.shopping[href]:hover {
  text-decoration: none;
}

.n-carousel:before {
  content: "";
  display: inline-block;
  width: 0;
  padding-bottom: 35%;
}

.n-carousel .n-carousel__content {
  inset: 0;
}

.n-carousel__content div > div {
  aspect-ratio: 2.8;
  display: grid;
  grid-template: auto/1fr 1fr;
  align-content: end;
  padding-bottom: 2rem;
}
.n-carousel__content div > div a ~ a {
  margin: 0 1rem;
}
.n-carousel__content div > div a ~ a:after {
  content: " >";
}
.n-carousel__content div > div a:first-of-type {
  grid-column: 1/-1;
}
.n-carousel__content div > div a:nth-of-type(2) {
  justify-self: end;
}
.n-carousel__content div > div a:nth-of-type(2) ~ a {
  justify-self: start;
}

.n-carousel__content a {
  text-shadow: 0 1px 1px #fff;
  display: inline-block;
}

.n-carousel__content h2 {
  line-height: 1em;
}

.n-slider.dark h2,
.n-slider.dark a[href] {
  color: #fff;
  text-shadow: 0 -1px 1px #000;
}

.n-carousel__content > div {
  position: relative;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: center;
}

.n-carousel .n-carousel__content > div {
  aspect-ratio: 2.8;
}

.n-carousel__content span.copy {
  position: absolute;
  bottom: 1.7em;
  display: block;
  inset-inline-start: 0;
  inset-inline-end: 0;
  text-align: center;
}

.n-slider--arrow {
  width: 1.3em;
  height: 2.8em;
  border-radius: 0.2rem;
  inset-inline-start: 0;
  padding: 1em;
  line-height: 2.3em;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.n-slider--arrow:hover {
  background: rgba(0, 0, 0, 0.5);
}

.n-slider--arrow:before {
  content: "<";
  font-size: 1.8em;
}

.n-slider--arrow.n-slider__right {
  right: 0;
}

.n-slider--arrow.n-slider__right:before {
  content: ">";
}

.n-carousel > .n-carousel__index > * {
  min-width: 1.25em;
  min-height: 1.25em;
}
.n-carousel > .n-carousel__index > *[aria-current] {
  box-shadow: 0 0 0 2px lightgrey inset;
  background: transparent;
}

.n-carousel__index > * > * {
  box-shadow: 0 0 0.12rem #666;
  font-size: 0;
}

main .n-carousel__content span.copy,
main .n-carousel__content span.copy h2,
main .n-carousel__content span.copy button.n-btn {
  color: #fff;
}

.n-row.top-link-bar {
  background-color: #525252;
  margin: 0;
  width: 100%;
  text-align: center;
  display: flex;
}

.n-row.top-link-bar a[href] {
  color: #fff;
  padding-top: 1em;
  padding-bottom: 0.3em;
  transition: background-color 0.2s linear;
  margin-right: 0;
  text-align: center;
}

.n-row.top-link-bar a[href]:hover {
  background-color: #6b6b6b;
  text-decoration: none;
}

.mini-features {
  font-size: 0.75em;
}

.mini-features.n-row .n-row {
  width: 100%;
  padding-bottom: 0;
  margin: 0;
}
.mini-features.n-row .n-row > * {
  aspect-ratio: 1;
}

.n-aspect {
  padding-bottom: 0 !important;
  overflow: hidden;
  align-items: flex-end;
  width: 100%;
}

.mini-features h2 {
  background-color: #767676;
  margin: 0;
  color: #fff;
  text-align: center;
  padding: 0.7em 0;
}

.mini-features a {
  text-align: center;
  position: relative;
  padding: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.8rem;
  z-index: 0;
  margin: 0;
  overflow: hidden;
  display: block;
}

.mini-features a:before {
  position: absolute;
  top: auto;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 700%;
  content: "";
  background: #fff;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.mini-features a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -9em;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.mini-features a[href]:hover:before {
  opacity: 0.2;
}

.mini-features a[href]:hover {
  text-decoration: none;
  color: #fff;
}

.mini-features a h3 {
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 0.5em;
  min-height: 0;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.mini-features a p {
  margin: 0 0 1.25em 0;
  line-height: 1.2;
  padding: 0 1em;
  font-family: "wf_segoe-ui_light", sans-serif;
}

.mini-features a img {
  padding-bottom: 0 !important;
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  display: block;
  z-index: -1;
}

.recommended {
  background: #fff;
  padding: 1.8em 8%;
}

.recommended h2 {
  font-size: 1.4em;
  font-family: "wf_segoe-ui_normal", sans-serif;
}

.recommended h2,
.recommended a[href] {
  text-align: center;
}

.recommended a[href] {
  font-size: 1em;
  font-family: "wf_segoe-ui_Semibold", sans-serif;
  display: inline-block;
}

.recommended a[href] img {
  padding-bottom: 0 !important;
  transition: opacity 0.2s linear;
}

.recommended a[href]:hover {
  text-decoration: none;
  color: inherit;
}

.recommended a[href]:hover img {
  opacity: 0.8;
}

.social {
  background-color: #767676;
  color: #fff;
}

.social h3 > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.5;
  margin-inline-start: 0.2em;
}

footer .columns.n-row,
footer .columns.n-row + .n-row {
  padding: 0 0.4em;
}

footer .columns.n-row {
  padding-top: 1.8em;
}

footer .columns a[href] {
  display: block;
}

footer .columns div:not(:first-child) > a[href],
footer .footer-bottom a[href] {
  font-size: 0.9em;
  color: #1570a6;
}

footer .footer-bottom a[href] {
  margin: 0 0.5em;
}

div.n-row.n-contain.footer-bottom {
  padding-top: 1em;
}

footer .footer-bottom span {
  font-size: 0.9em;
}

footer .footer-bottom nav.n-nav {
  text-align: right;
}

footer .columns div:not(:first-child) > a[href]:hover,
footer .footer-bottom a[href]:hover {
  color: #083047;
}

footer .columns h4 {
  margin-bottom: 0.3em;
}

footer .columns h4 ~ h4 {
  margin-top: 0.6em;
}

footer > div > div {
  padding-bottom: 0;
  margin-top: 0.8em;
}

.social h3 {
  font-family: "wf_segoe-ui_normal";
}

footer .columns img {
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  margin: 0.25rem 0.7rem 0.25rem 0;
}

.backtotop[href] {
  display: none;
}

footer .footer-bottom span.icon-globe {
  font-family: wf_icons_normal;
  font-size: 1.6em;
  vertical-align: middle;
  margin-right: -0.1em;
  display: inline-block;
}

.icon-globe:after {
  content: "●";
}

[for=nav-signin] + ul.n-list li {
  text-align: start;
  padding-top: 0;
  padding-bottom: 0;
}

[for=nav-signin] + ul.n-list {
  padding-right: 0 !important;
}

.n-header nav.n-nav a[href]:hover {
  color: inherit;
}

.n-header nav.n-nav {
  display: inline-block;
}

nav.n-nav.n-nav--drop {
  vertical-align: middle;
  --nui-control-color: #000;
}

ul:not(.n-list--no-bullet):not(.n-list--inline) li {
  margin: 0;
}

.n-accordion__content {
  width: 100%;
}

.n-accordion > .n-accordion__label {
  background: none;
}

@media screen and (max-width: 1024px) {
  .n-header form {
    width: auto;
  }
}
@media screen and (max-width: 599.9px) {
  .n-row > * {
    padding-left: 0;
    padding-right: 0;
  }

  .mini-features a,
.mini-features a:after {
    background: none;
    display: block;
  }

  .mini-features a > * {
    background: rgba(0, 0, 0, 0.6);
  }

  .mini-features a h3 {
    padding-top: 1rem;
  }

  .mini-features a p {
    padding-bottom: 1em;
    margin: 0;
  }

  .mini-features.n-row .n-row {
    padding: 0;
    overflow: hidden;
  }

  .mini-features a img {
    top: 0;
    bottom: auto;
  }

  .mini-features a h3 {
    margin: 0;
  }

  .n-header {
    padding: 0;
  }

  .n-header form {
    margin: 11px;
  }

  .n-contain {
    padding: 0;
  }

  .social {
    padding: 0 0.5em;
  }

  .n-header > .n-row:first-child div {
    text-align: start;
    width: 100%;
  }

  /*
  	.n-header nav.contain {

  		pointer-events: none;
  		position: fixed;
  		left: 11px;
  		top: 11px;
  		z-index: 9999;
  		margin-left: -11px;
  		margin-top: -11px;

  	}
  */
  .n-header > .n-row {
    padding: 0;
  }

  form input[type=submit] {
    margin-top: 0;
  }

  .n-header a.n-logo[href] {
    text-align: right;
    display: block;
    margin: 11px;
  }
}

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