/*!
 * Primer CSS
 * https://primer.style
 *
 * Released under MIT license.
 */ /*!
 * @primer/css/core
 * http://primer.style/css
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.
 */ /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */ html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
nav {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
img {
  border-style: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
* {
  box-sizing: border-box;
}
body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  line-height: 1.5;
  color: #24292e;
  background-color: #fff;
}
a {
  color: #0366d6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h2 {
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  font-size: 24px;
  font-weight: 600;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.btn {
  position: relative;
  display: inline-block;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid;
  border-radius: 6px;
  appearance: none;
}
.btn:hover {
  text-decoration: none;
}
.btn:disabled {
  cursor: default;
}
.btn {
  color: #24292e;
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
  box-shadow:
    0 1px 0 rgba(27, 31, 35, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
}
.btn:hover {
  background-color: #f3f4f6;
  transition-duration: 0.1s;
}
.btn:active {
  background-color: #edeff2;
  box-shadow: inset 0 1px 0 rgba(225, 228, 232, 0.2);
  transition: none;
}
.btn:disabled {
  color: #959da5;
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
}
.btn:focus {
  outline: 1px dotted transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.3);
}
.btn-primary {
  color: #fff;
  background-color: #2ea44f;
  border-color: rgba(27, 31, 35, 0.15);
  box-shadow:
    0 1px 0 rgba(27, 31, 35, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.btn-primary:hover {
  background-color: #2c974b;
}
.btn-primary:active {
  background-color: #2a8f47;
  box-shadow: inset 0 1px 0 rgba(20, 70, 32, 0.2);
}
.btn-primary:disabled {
  color: rgba(255, 255, 255, 0.8);
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, 0.1);
  box-shadow:
    0 1px 0 rgba(27, 31, 35, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(46, 164, 79, 0.4);
}
.btn-large {
  padding: 0.75em 1.5em;
  font-size: inherit;
  line-height: 1.5;
  border-radius: 0.5em;
}
:checked + .radio-label {
  position: relative;
  z-index: 1;
  border-color: #0366d6;
}
.container-lg {
  max-width: 1012px;
  margin-right: auto;
  margin-left: auto;
}
.container-xl {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.col-6 {
  width: 50%;
}
.col-12 {
  width: 100%;
}
@media (min-width: 544px) {
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1012px) {
  .col-lg-12 {
    width: 100%;
  }
}
.gutter-spacious {
  margin-right: -24px;
  margin-left: -24px;
}
.gutter-spacious > [class*="col-"] {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.anim-fade-in {
  animation-name: fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg-gray {
  background-color: #f6f8fa !important;
}
.text-gray {
  color: #586069 !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-justify-start {
  justify-content: flex-start !important;
}
.flex-items-center {
  align-items: center !important;
}
.clearfix::before {
  display: table;
  content: "";
}
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}
.mb-1 {
  margin-bottom: 4px !important;
}
.mb-3 {
  margin-bottom: 16px !important;
}
.ml-3 {
  margin-left: 16px !important;
}
.mb-4 {
  margin-bottom: 24px !important;
}
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mt-5 {
  margin-top: 32px !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 544px) {
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-6 {
    margin-left: 40px !important;
  }
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pt-3 {
  padding-top: 16px !important;
}
.pb-4 {
  padding-bottom: 24px !important;
}
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.pb-6 {
  padding-bottom: 40px !important;
}
@media (min-width: 1012px) {
  .pr-lg-4 {
    padding-right: 24px !important;
  }
  .pl-lg-4 {
    padding-left: 24px !important;
  }
}
.p-responsive {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
@media (min-width: 544px) {
  .p-responsive {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media (min-width: 1012px) {
  .p-responsive {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
.f4 {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .f4 {
    font-size: 16px !important;
  }
}
.f5 {
  font-size: 14px !important;
}
.f6 {
  font-size: 12px !important;
}
.lead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  color: #586069;
}
.lh-condensed {
  line-height: 1.25 !important;
}
.text-center {
  text-align: center !important;
}
.d-block {
  display: block !important;
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
} /*!
 * @primer/css/product
 * http://primer.style/css
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.
 */ /*!
 * @primer/css/marketing
 * http://primer.style/css
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.
 */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src:
    local("Inter"),
    local("Inter-Regular"),
    url("/fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src:
    local("Inter Medium"),
    local("Inter-Medium"),
    url("/fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src:
    local("Inter Bold"),
    local("Inter-Bold"),
    url("/fonts/Inter-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src:
    local("Inter"),
    local("Inter-Regular"),
    url("/fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src:
    local("Inter Medium"),
    local("Inter-Medium"),
    url("/fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src:
    local("Inter Bold"),
    local("Inter-Bold"),
    url("/fonts/Inter-Bold.woff") format("woff");
  font-display: swap;
}
.h00-mktg {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
}
.h00-mktg {
  font-size: 40px !important;
}
@media (min-width: 768px) {
  .h00-mktg {
    font-size: 48px !important;
  }
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src:
    local("Inter"),
    local("Inter-Regular"),
    url("/fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src:
    local("Inter Medium"),
    local("Inter-Medium"),
    url("/fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src:
    local("Inter Bold"),
    local("Inter-Bold"),
    url("/fonts/Inter-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src:
    local("Inter"),
    local("Inter-Regular"),
    url("/fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src:
    local("Inter Medium"),
    local("Inter-Medium"),
    url("/fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src:
    local("Inter Bold"),
    local("Inter-Bold"),
    url("/fonts/Inter-Bold.woff") format("woff");
  font-display: swap;
}
.mb-1 {
  margin-bottom: 4px !important;
}
.mb-3 {
  margin-bottom: 16px !important;
}
.mb-4 {
  margin-bottom: 24px !important;
}
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mt-5 {
  margin-top: 32px !important;
}
.mb-8 {
  margin-bottom: 64px !important;
}
@media (min-width: 544px) {
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }
  .mb-sm-10 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1012px) {
  .mt-lg-9 {
    margin-top: 80px !important;
  }
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pt-3 {
  padding-top: 16px !important;
}
.pb-4 {
  padding-bottom: 24px !important;
}
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.pb-6 {
  padding-bottom: 40px !important;
}
.pt-12 {
  padding-top: 128px !important;
}
@media (min-width: 1012px) {
  .pr-lg-4 {
    padding-right: 24px !important;
  }
  .pl-lg-4 {
    padding-left: 24px !important;
  }
} /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
nav {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
img {
  border-style: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
* {
  box-sizing: border-box;
}
body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  line-height: 1.5;
  color: #24292e;
  background-color: #fff;
}
a {
  color: #0366d6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h2 {
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  font-size: 24px;
  font-weight: 600;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.btn {
  position: relative;
  display: inline-block;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid;
  border-radius: 6px;
  appearance: none;
}
.btn:hover {
  text-decoration: none;
}
.btn:disabled {
  cursor: default;
}
.btn {
  color: #24292e;
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
  box-shadow:
    0 1px 0 rgba(27, 31, 35, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
}
.btn:hover {
  background-color: #f3f4f6;
  transition-duration: 0.1s;
}
.btn:active {
  background-color: #edeff2;
  box-shadow: inset 0 1px 0 rgba(225, 228, 232, 0.2);
  transition: none;
}
.btn:disabled {
  color: #959da5;
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
}
.btn:focus {
  outline: 1px dotted transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.3);
}
.btn-primary {
  color: #fff;
  background-color: #2ea44f;
  border-color: rgba(27, 31, 35, 0.15);
  box-shadow:
    0 1px 0 rgba(27, 31, 35, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.btn-primary:hover {
  background-color: #2c974b;
}
.btn-primary:active {
  background-color: #2a8f47;
  box-shadow: inset 0 1px 0 rgba(20, 70, 32, 0.2);
}
.btn-primary:disabled {
  color: rgba(255, 255, 255, 0.8);
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, 0.1);
  box-shadow:
    0 1px 0 rgba(27, 31, 35, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(46, 164, 79, 0.4);
}
.btn-large {
  padding: 0.75em 1.5em;
  font-size: inherit;
  line-height: 1.5;
  border-radius: 0.5em;
}
.container-lg {
  max-width: 1012px;
  margin-right: auto;
  margin-left: auto;
}
.container-xl {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.col-6 {
  width: 50%;
}
.col-12 {
  width: 100%;
}
@media (min-width: 544px) {
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1012px) {
  .col-lg-12 {
    width: 100%;
  }
}
.gutter-spacious {
  margin-right: -24px;
  margin-left: -24px;
}
.gutter-spacious > [class*="col-"] {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.anim-fade-in {
  animation-name: fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg-gray {
  background-color: #f6f8fa !important;
}
.text-gray {
  color: #586069 !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-justify-start {
  justify-content: flex-start !important;
}
.flex-items-center {
  align-items: center !important;
}
.clearfix::before {
  display: table;
  content: "";
}
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}
.mb-1 {
  margin-bottom: 4px !important;
}
.mb-3 {
  margin-bottom: 16px !important;
}
.ml-3 {
  margin-left: 16px !important;
}
.mb-4 {
  margin-bottom: 24px !important;
}
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mt-5 {
  margin-top: 32px !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 544px) {
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-6 {
    margin-left: 40px !important;
  }
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pt-3 {
  padding-top: 16px !important;
}
.pb-4 {
  padding-bottom: 24px !important;
}
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.pb-6 {
  padding-bottom: 40px !important;
}
@media (min-width: 1012px) {
  .pr-lg-4 {
    padding-right: 24px !important;
  }
  .pl-lg-4 {
    padding-left: 24px !important;
  }
}
.p-responsive {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
@media (min-width: 544px) {
  .p-responsive {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media (min-width: 1012px) {
  .p-responsive {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
.f4 {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .f4 {
    font-size: 16px !important;
  }
}
.f5 {
  font-size: 14px !important;
}
.f6 {
  font-size: 12px !important;
}
.lead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  color: #586069;
}
.lh-condensed {
  line-height: 1.25 !important;
}
.text-center {
  text-align: center !important;
}
.d-block {
  display: block !important;
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src:
    local("Inter"),
    local("Inter-Regular"),
    url("/fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src:
    local("Inter Medium"),
    local("Inter-Medium"),
    url("/fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src:
    local("Inter Bold"),
    local("Inter-Bold"),
    url("/fonts/Inter-Bold.woff") format("woff");
  font-display: swap;
}
.h00-mktg {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
}
.h00-mktg {
  font-size: 40px !important;
}
@media (min-width: 768px) {
  .h00-mktg {
    font-size: 48px !important;
  }
}
.mb-1 {
  margin-bottom: 4px !important;
}
.mb-3 {
  margin-bottom: 16px !important;
}
.mb-4 {
  margin-bottom: 24px !important;
}
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mt-5 {
  margin-top: 32px !important;
}
.mb-8 {
  margin-bottom: 64px !important;
}
@media (min-width: 544px) {
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }
  .mb-sm-10 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1012px) {
  .mt-lg-9 {
    margin-top: 80px !important;
  }
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pt-3 {
  padding-top: 16px !important;
}
.pb-4 {
  padding-bottom: 24px !important;
}
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.pb-6 {
  padding-bottom: 40px !important;
}
.pt-12 {
  padding-top: 128px !important;
}
@media (min-width: 1012px) {
  .pr-lg-4 {
    padding-right: 24px !important;
  }
  .pl-lg-4 {
    padding-left: 24px !important;
  }
} /*! uncss:ignore start */
.hero-section-bg {
  background-image: url("static/img/msteams/hero_section/BG_544.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  max-width: 100%;
  position: absolute;
  width: -webkit-fill-available;
  height: 720px;
  z-index: 1;
  margin-top: -100px;
}
@media (min-width: 544px) {
  .hero-section-bg {
    background-image: url("static/img/msteams/hero_section/BG_1920.png");
    background-size: auto;
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .hero-section-bg {
    background-size: auto;
    margin-top: 0px;
  }
}
@media (min-width: 1280px) {
  .hero-section-bg {
    background-size: auto;
    margin-top: 0px;
  }
}
@media (min-width: 544px) {
  .hero-section-lines {
    background-image: url("static/img/msteams/hero_section/lines.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    max-width: 100%;
    position: absolute;
    width: -webkit-fill-available;
    height: 720px;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .hero-section-lines {
    background-size: auto;
  }
}
@media (min-width: 1280px) {
  .hero-section-lines {
    background-size: auto;
  }
}
@media (max-width: 544px) {
  .page-title-text {
    font-size: calc(15px + (20) * ((100vw - 100px) / (444))) !important;
  }
}
@media (min-width: 544px) {
  .page-title-text {
    height: 146px;
  }
}
@media (max-width: 544px) {
  .lead {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .dotted-bg-container-left {
    padding: 30px 0 0 10px;
    position: relative;
  }
  .dotted-bg-container-left::after {
    content: "";
    background-image: url("static/img/msteams/misc/dotted_bg.png");
    position: absolute;
    background-repeat: no-repeat;
    top: 6px;
    left: 4.9%;
    width: 100%;
    z-index: 1;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .dotted-bg-container-right {
    position: relative;
    padding: 50px 31px 0 0;
  }
  .dotted-bg-container-right::after {
    content: "";
    background-image: url("static/img/msteams/misc/dotted_bg.png");
    position: absolute;
    background-repeat: no-repeat;
    top: 24px;
    right: 0;
    width: 13.5em;
    z-index: 1;
    height: 70%;
  }
}
.feature-detail-text {
  max-width: 400px;
}
.section-feature.target-feature {
  opacity: 0;
  transition:
    opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(25px);
}
.section-feature.target-feature.animate-feature {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 2s cubic-bezier(0.16, 1, 0.3, 1),
    transform 3s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-anim-text.target-anim-text {
  opacity: 0;
  transition:
    opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(25px);
}
.section-anim-text.target-anim-text.animate-anim-text {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 2s cubic-bezier(0.16, 1, 0.3, 1),
    transform 3s cubic-bezier(0.16, 1, 0.3, 1);
}
.feature-section1-img1 {
  max-width: -webkit-fill-available;
  transition-delay: 0.1s;
}
@media (min-width: 544px) {
  .feature-section1-img1 {
    z-index: 2;
    position: relative;
  }
}
.feature-section1-img2 {
  max-width: -webkit-fill-available;
  transition-delay: 0.1s;
}
@media (min-width: 544px) {
  .feature-section1-img2 {
    z-index: 2;
    position: relative;
  }
}
.feature-section2-img1 {
  max-width: -webkit-fill-available;
  transition-delay: 0.1s;
}
@media (min-width: 544px) {
  .feature-section2-img1 {
    z-index: 2;
    position: relative;
  }
}
.feature-section2-img2 {
  max-width: -webkit-fill-available;
  transition:
    opacity 3s cubic-bezier(0.16, 1, 0.3, 1) 2s,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 2s;
  position: absolute;
  opacity: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .feature-section2-img2 {
    left: 10px;
    top: 30px;
    z-index: 2;
    max-width: calc(100% - 10px);
  }
}
.feature-section2-img2.animate-replace {
  transition:
    opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 2s;
  opacity: 1;
}
.feature-section3-img1 {
  max-width: -webkit-fill-available;
}
@media (min-width: 544px) {
  .feature-section3-img1 {
    position: relative;
    z-index: 2;
  }
}
.feature-section3-img2,
.feature-section3-img3 {
  max-width: -webkit-fill-available;
  margin-top: -4.5%;
}
@media (min-width: 544px) {
  .feature-section3-img2,
  .feature-section3-img3 {
    position: relative;
    z-index: 2;
  }
}
.hero-section {
  z-index: 100;
  position: relative;
}
.feature-section {
  padding: 30px;
  z-index: 100;
  position: relative;
  background-color: #f1f8ff;
}
@media (min-width: 544px) {
  .feature-section {
    display: flex;
  }
}
@media (min-width: 768px) {
  .feature-section {
    padding: 35px;
  }
}
@media (min-width: 1280px) {
  .feature-section {
    padding: 55px;
  }
}
.responsive-illustration {
  max-width: 100%;
  height: auto;
}
.feature-detail {
  text-align: center;
  display: none;
  transition:
    transform 0.6s ease,
    -webkit-transform 0.6s ease;
}
.feature-detail img {
  width: 54px;
  height: 54px;
}
.feature-detail.active-item {
  display: block;
}
@media (min-width: 544px) {
  .feature-detail {
    width: -webkit-fill-available;
    display: block;
  }
  .feature-detail img {
    width: auto;
    height: auto;
  }
}
.feature-text {
  max-width: 212px;
}
@media (min-width: 544px) {
  .feature-text {
    max-width: 150px;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .feature-text {
    max-width: 225px;
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {
  .feature-text {
    max-width: 225px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 544px) {
  .feature-h2 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .feature-h2 {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .feature-h2 {
    font-size: 24px;
  }
}
.footer-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f1f8ff;
}
@media (max-width: 820px) {
  .h00-mktg {
    font-size: 40px !important;
  }
} /*! uncss:ignore end */

/*** uncss> filename: https://fonts.googleapis.com/css?family=Lato:400,700,900 ***/
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src:
    local("Lato Regular"),
    local("Lato-Regular"),
    url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wWw.ttf)
    format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src:
    local("Lato Bold"),
    local("Lato-Bold"),
    url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPHA.ttf)
    format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src:
    local("Lato Black"),
    local("Lato-Black"),
    url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwiPHA.ttf)
    format("truetype");
}

/*** uncss> filename: https://fonts.googleapis.com/css?family=Roboto:300,400,700 ***/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src:
    local("Roboto Light"),
    local("Roboto-Light"),
    url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src:
    local("Roboto"),
    local("Roboto-Regular"),
    url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src:
    local("Roboto Bold"),
    local("Roboto-Bold"),
    url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf)
    format("truetype");
}
