.icon.icon-xl, .icon.icon-l {
  border-radius: 50%;
  background-clip: padding-box;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.tile-product .title {
  text-transform: uppercase;
}

.no-wrap {
  white-space: nowrap;
}

.hide {
  display: none;
}

.hide-force {
  display: none !important;
}

#svg-lib, .svg-lib {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
}

.icon.icon-s {
  width: 1.5rem;
  height: 1.5rem;
}

.icon.icon-m {
  width: 2rem;
  height: 2rem;
}

.icon.icon-l {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  color: white;
}

.icon.icon-xl {
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  color: white;
}

.icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}
.icon.icon-xs-s {
  width: 0.75rem;
  height: 1.5rem;
}
.icon.icon-3s-s {
  width: 4.5rem;
  height: 1.5rem;
}
.icon svg {
  width: 100%;
  height: 100%;
}

.tile-product, .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tile-product, .flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tile-product, .flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-static {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.max-width {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}
@media screen and (min-width: 768px) {
  .max-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.max-width.max-width-narrow {
  max-width: 50rem;
}

@media screen and (max-width: 767px) {
  .layout-columns > * + * {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .layout-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.75rem;
  }
  .layout-columns.by-2 > * {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .layout-columns > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.75rem;
    -ms-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.75rem;
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 920px) {
  .layout-columns.flex-wrap > * {
    -ms-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 920px), screen and (-ms-high-contrast: active) and (min-width: 920px) {
  .layout-columns.flex-wrap > * {
    -ms-flex-basis: 31.25%;
    -ms-flex-preferred-size: 31.25%;
        flex-basis: 31.25%;
  }
}
@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.75rem;
  }
}
.layout-columns.single-col {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  background-clip: padding-box;
  background-color: white;
  margin-bottom: 1rem;
}

.pad {
  padding: 1rem;
}

.tile-product {
  border-radius: 0.5rem;
  background-clip: padding-box;
}

.tile-product {
  text-align: center;
  height: 100%;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tile-product {
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .tile-product {
    padding: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .hide-large {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .show-large {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .hide-medium-up {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .hide-medium-down {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .show-medium-up {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .show-medium-down {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-small {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show-small {
    display: block !important;
  }
}

.tile-product {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}
.tile-product .cta {
  display: block;
  margin-top: 1.5rem;
}
.tile-product .cta input[type=submit] {
  width: 100%;
}
.tile-product .price {
  font-weight: 400;
  margin-top: 1rem;
}
.tile-product .price .large {
  display: inline-block;
  font-size: 2.5rem;
  vertical-align: text-top;
  margin-top: -0.25em;
}
.tile-product .price sup {
  top: -0.75em;
  font-size: 0.625em;
  margin-left: 0.125rem;
}
.tile-product.highlighted {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 767px) {
  .tile-product.highlighted {
    margin-top: 2.5rem;
  }
}
.tile-product.single-tile-col {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1em 1.5em;
}
.tile-product .highlighted-bar {
  margin-bottom: 0.75rem;
  content: "";
  display: block;
  background-color: #9F5FAA;
  height: 1rem;
  margin-bottom: 2rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .tile-product .highlighted-bar {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .tile-product .highlighted-bar {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: -2.5rem;
  }
}
.tile-product .title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.tile-product p {
  margin: 0;
}
.tile-product p + p {
  margin-top: 1rem;
}
.tile-product > .bottom {
  margin-top: 1rem;
}

/** terms of use and privacy policy **/
#policy_terms .article h1 {
  font-size: 32px;
}
#policy_terms .article h2 {
  font-size: 22px;
}
#policy_terms .article h3 {
  font-size: 18px;
  font-weight: 600;
}
#policy_terms .article h4 {
  font-size: 16px;
}
#policy_terms .article p, #policy_terms .article ol, #policy_terms .article ul {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
#policy_terms .article ul li, #policy_terms .article ol li {
  margin-bottom: 16px;
}
#policy_terms .article input, #policy_terms .article textarea {
  color: #1F323F;
  font-size: 14px;
}
#policy_terms .article input {
  font-weight: 300;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-transition: border 0.12s ease-in-out;
  transition: border 0.12s ease-in-out;
}
#policy_terms .article input:focus {
  border: 1px solid rgb(12, 94, 152);
}
#policy_terms .article input[disabled] {
  background-color: #ddd;
}
#policy_terms .article .inline li > * {
  display: inline;
}
#policy_terms .article .inline li > h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  #policy_terms .article #myf-content h1 {
    font-size: 32px;
    line-height: 40px !important;
  }
  #policy_terms .article #myf-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
  #policy_terms .article #myf-content h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }
  #policy_terms .article #myf-content.article p {
    font-size: 16px;
    line-height: 24px;
  }
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.25em;
}

p {
  line-height: 1.5em;
  margin: 0;
}

sup, sub {
  padding-left: 0.125em;
  font-size: 0.75em;
  vertical-align: baseline;
  position: relative;
}
sup a, sub a {
  font-size: inherit;
  text-decoration: none;
  padding-left: 0.25em;
  padding-right: 0.25em;
  margin-left: -0.25em;
  margin-right: -0.25em;
  color: inherit;
}
sup a:focus, sub a:focus {
  border-radius: 0.125rem;
  background-clip: padding-box;
}

sup {
  top: -0.2rem;
}

.app_promo_module {
  background: url(/shared/images/app_promo/mobileapp-promo-background-2x.png) no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  text-decoration: none;
}
.app_promo_module .app_promo_android_screenshot,
.app_promo_module .app_promo_ios_screenshot {
  position: absolute;
  bottom: 0;
  right: 16px;
  width: 78px;
}
.app_promo_module .app_promo_android_badge,
.app_promo_module .app_promo_ios_badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 94px;
}
.app_promo_module .app_promo_android_rating,
.app_promo_module .app_promo_ios_rating {
  position: absolute;
  bottom: 64px;
  left: 18px;
  width: 70px;
}
.app_promo_module .app_promo_message {
  display: block;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 109px;
  padding-bottom: 74px;
  font-size: inherit;
  font-weight: inherit;
}
.app_promo_module a.android-promo-btn,
.app_promo_module a.ios-promo-btn {
  display: block;
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Outfit", sans-serif;
}

#myf-content {
  height: 100%;
}

.body_wrapper {
  position: relative;
  min-height: 80%;
}

.body_wrapper > div[role=main] {
  margin-top: 44px;
}
@media screen and (min-width: 1140px) {
  .body_wrapper > div[role=main] {
    margin-top: 112px;
  }
}

#logout-display > * {
  padding-left: 0;
  padding-right: 0;
}
#logout-display .layout-columns {
  margin: 0;
}
#logout-display .layout-columns > .logout-box {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  border-left: 1px solid #D0D6DA;
}
#logout-display .layout-columns > .logout-box:first-child {
  border-left: none;
}
#logout-display .layout-columns > .logout-box.align-right {
  text-align: right;
}
@media screen and (max-width: 767px) and (min-width: 416px) {
  #logout-display .layout-columns > .logout-box {
    text-align: center;
    border-left: none;
  }
  #logout-display .layout-columns > .logout-box.align-right {
    text-align: center;
  }
  #logout-display .layout-columns > .logout-box .carousel {
    margin-top: 1.25rem;
  }
  #logout-display .layout-columns > .logout-box .section-title {
    text-align: center;
  }
  #logout-display .layout-columns > .logout-box #cta-login {
    display: inline-block;
    min-width: 320px;
  }
}
@media screen and (max-width: 416px) {
  #logout-display .layout-columns > .logout-box {
    margin-top: 10%;
  }
}
#logout-display .section .section-header {
  padding-bottom: 2rem;
}
#logout-display .logout-box .section-title {
  font-size: 1.625rem;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
#logout-display [class*=btn-] {
  display: block;
  max-width: 400px;
  text-align: center;
}
#logout-display .logout-benefits {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #logout-display .logout-benefits {
    display: none;
  }
}
#logout-display .logout-benefits .carousel {
  max-width: 400px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#logout-display .logout-benefits .carousel > li {
  display: none;
}
#logout-display .logout-benefits .carousel > li.active {
  display: block;
}
#logout-display .logout-benefits .carousel .image-container {
  max-width: 336px;
}
#logout-display .logout-benefits .carousel .title {
  margin: 0;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
}
#logout-display .logout-benefits .carousel .description {
  min-height: 6rem;
  margin-top: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
#logout-display .logout-benefits .carousel-controls {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0;
  margin-top: 18px;
  padding: 0;
}
#logout-display .logout-benefits .carousel-controls .circle-btn {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background-color: transparent;
}
#logout-display .logout-benefits .carousel-controls .circle-btn span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #B2B2B3;
  border-radius: 50%;
}
#logout-display .logout-benefits .carousel-controls .circle-btn.active span {
  background-color: #1F323F;
}

#logout .app_promo_module {
  display: none;
  position: relative;
  bottom: 0;
  width: 100%;
  top: 16px;
}
@media screen and (max-width: 416px) {
  #logout .app_promo_module {
    display: block;
  }
}

/** override **/
.logout-wrapper {
  margin-top: 44px;
}
@media screen and (min-width: 1140px) {
  .logout-wrapper {
    margin-top: 112px;
  }
}