.product-icon {
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
}
.product-icon[style*="/logo"] {
  background-color: #191A37;
  background-size: 70%;
}
.product-icon[style*="/videos-and-articles"] {
  background-size: cover;
}
.product-icon[style*="/memomaps"] {
  background-size: 60%;
}

.productbox-container {
  position: absolute;
  top: 80px;
  z-index: 1;
  width: 100%;
  clear: both;
  display: none;
}
.productbox-container.expanded {
  display: block;
}

.productbox {
  width: 600px;
  margin-left: auto;
  margin-right: 20px;
  display: flex;
  background-color: white;
  border: 1px solid #f6f6f6;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.productbox-left {
  display: flex;
  flex-direction: column;
  padding: 2em;
  width: 35%;
  background-color: #f6f6f6;
}
.productbox-left .title {
  font-weight: 600;
  font-size: 120%;
  color: #292b32;
}
.productbox-left .subtitle {
  color: #4b4c56;
  margin-top: 1em;
  font-size: 90%;
  line-height: 1.5em;
}
.productbox-left .button {
  display: inline-block;
  background-color: #63CB6C;
  border-radius: 2px;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  margin-top: 1.5em;
}
.productbox-left .button a {
  padding: 10px 20px;
}
.productbox-left .button:hover {
  background-color: rgb(79.875, 196.625, 89.9783653846);
}
.productbox-left .button:active {
  background-color: rgb(62.75, 188.25, 73.6105769231);
}

.productbox-right {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 2em;
}
.productbox-right ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -1em 0px;
}
.productbox-right li {
  width: 33.3333333333%;
  text-align: center;
  margin: 1em 0px;
}
.productbox-right .icon {
  display: inline-block;
  width: 4em;
  height: 4em;
  background-color: #f6f6f6;
  border: 1px solid rgb(240.9, 240.9, 240.9);
  margin-bottom: 0.5em;
}
.productbox-right .title {
  font-size: 80%;
  color: #4b4c56;
}

.productbox-dropdown {
  position: absolute;
  top: 80px;
  left: 0px;
  right: 0px;
  z-index: 100;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: white;
}
.productbox-dropdown .productbox-dropdown-content {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #f6f6f6;
  border-radius: 2px;
  background-color: white;
}
.productbox-dropdown .productbox-dropdown-content .productbox-dropdown-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}
.productbox-dropdown .productbox-dropdown-content .productbox-dropdown-header .icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.productbox-dropdown .productbox-dropdown-content .productbox-dropdown-header .title {
  font-size: 120%;
  font-weight: bold;
  color: #292b32;
}
.productbox-dropdown .productbox-dropdown-content .productbox-dropdown-header .button {
  display: inline-block;
  background-color: #63CB6C;
  border-radius: 2px;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  margin-left: auto;
}
.productbox-dropdown .productbox-dropdown-content .productbox-dropdown-header .button a {
  padding: 10px 20px;
}
.productbox-dropdown .productbox-dropdown-content .productbox-dropdown-header .button:hover {
  background-color: rgb(79.875, 196.625, 89.9783653846);
}
.productbox-dropdown .productbox-dropdown-content .productbox-dropdown-header .button:active {
  background-color: rgb(62.75, 188.25, 73.6105769231);
}
.productbox-dropdown .productbox-dropdown-content .productbox-dropdown-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  border-top: 1px solid #f6f6f6;
}
.productbox-dropdown .productbox-dropdown-content .productbox-dropdown-body .productbox-dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 50%;
  padding: 10px;
}
.productbox-dropdown .productbox-dropdown-content .productbox-dropdown-body .productbox-dropdown-item .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.productbox-dropdown .productbox-dropdown-content .productbox-dropdown-body .productbox-dropdown-item .title {
  color: #292b32;
}

.pushdown-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: 100;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: white;
}
.pushdown-menu .pushdown-menu-content {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #f6f6f6;
  border-radius: 2px;
  background-color: white;
}
.pushdown-menu .pushdown-menu-content .pushdown-menu-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}
.pushdown-menu .pushdown-menu-content .pushdown-menu-header .icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.pushdown-menu .pushdown-menu-content .pushdown-menu-header .title {
  font-size: 120%;
  font-weight: bold;
  color: #292b32;
}
.pushdown-menu .pushdown-menu-content .pushdown-menu-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  border-top: 1px solid #f6f6f6;
}
.pushdown-menu .pushdown-menu-content .pushdown-menu-body .pushdown-menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 50%;
  padding: 10px;
}
.pushdown-menu .pushdown-menu-content .pushdown-menu-body .pushdown-menu-item .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.pushdown-menu .pushdown-menu-content .pushdown-menu-body .pushdown-menu-item .title {
  color: #292b32;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  background-color: #191A37;
  color: #DADAEA;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 500px) {
  header {
    position: absolute;
  }
}

#section-header {
  background-color: white;
}
#section-header .mainSection {
  display: flex;
  align-items: center;
  height: 80px;
}
#section-header .mainSection .school, #section-header .mainSection .business, #section-header .mainSection .products, #section-header .mainSection .pricing, #section-header .mainSection .login, #section-header .mainSection .about, #section-header .mainSection .workHappiness {
  color: gray;
}
#section-header .mainSection .school:hover, #section-header .mainSection .business:hover, #section-header .mainSection .products:hover, #section-header .mainSection .pricing:hover, #section-header .mainSection .login:hover, #section-header .mainSection .about:hover, #section-header .mainSection .workHappiness:hover {
  color: black;
}
#section-header .mainSection .school, #section-header .mainSection .business, #section-header .mainSection .about, #section-header .mainSection .products, #section-header .mainSection .pricing a, #section-header .mainSection .login a, #section-header .mainSection .workHappiness {
  padding: 1em 0px;
  margin: 0px 0.4em;
}
#section-header .mainSection .signup {
  margin-right: 40px;
  margin-left: 0.8em;
  background-color: #63CB6C;
  border-radius: 2px;
  color: white;
}
#section-header .mainSection .signup a {
  padding: 0.6em 0.8em;
  display: block;
}
#section-header .mainSection .products {
  position: relative;
  cursor: pointer;
}
#section-header .mainSection .products.active {
  color: black;
}
#section-header .mainSection .products.active:before {
  content: "";
  bottom: 0px;
  width: 100%;
  display: block;
  height: 1px;
  background-color: black;
  position: absolute;
}
#section-header .mainSection .languagemenu-icon {
  display: block;
  padding: 10px;
  padding-left: 35px;
  cursor: pointer;
}
#section-header .mainSection .languagemenu-icon::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid black;
  margin-left: 7px;
  position: relative;
  top: -2px;
}
#section-header .mainSection .languagemenu-btn {
  display: none;
}
#section-header .mainSection .languagemenu-btn:checked ~ .languagemenu {
  display: block;
}
#section-header .mainSection .languagemenu {
  position: absolute;
  background-color: white;
  display: none;
  margin-top: 10px;
  z-index: 2;
}
#section-header .mainSection .languagemenu [data-lang] a {
  padding: 10px 0px;
  padding-left: 45px;
}
#section-header .flex-spacer {
  flex: 1;
}
#section-header .logo {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  padding-right: 0px;
  margin-right: 0.4em;
}
#section-header .logo::before {
  display: inline-block;
  content: "";
  width: 2.5em;
  height: 2.5em;
  background-image: url("../images/_shared/logo-221e84999e.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
#section-header .logo::after {
  display: inline-block;
  content: "";
  width: 7.8em;
  height: 1.2em;
  margin-bottom: 0.2em;
  background-image: url("../images/_shared/memolife-75763dbdb6.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#section-header #pushdownmenu-btn {
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 27px;
  padding-left: 17px;
  padding-top: 2px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
#section-header #pushdownmenu-btn::after {
  content: "";
  display: block;
  width: 100px;
  position: absolute;
  height: 30px;
  right: 16px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 14px solid #2c2d42;
  border-bottom-width: 0px;
  transition: border-bottom-width 0.5s;
}
#section-header #pushdownmenu-btn .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.5s ease-out;
  width: 18px;
}
#section-header #pushdownmenu-btn .navicon:before,
#section-header #pushdownmenu-btn .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.5s ease-out;
  width: 100%;
}
#section-header #pushdownmenu-btn .navicon:before {
  top: 5px;
}
#section-header #pushdownmenu-btn .navicon:after {
  top: -5px;
}
#section-header #pushdownmenu-btn.active .pushdownMenu {
  max-height: 340px;
}
#section-header #pushdownmenu-btn.active::after {
  border-bottom-width: 14px;
}
#section-header #pushdownmenu-btn.active .navicon {
  background: transparent;
}
#section-header #pushdownmenu-btn.active .navicon::before {
  top: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#section-header #pushdownmenu-btn.active .navicon::after {
  top: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#section-header li a {
  display: block;
}
#section-header a {
  text-decoration: none;
  color: inherit;
}
#section-header [data-lang] {
  background-size: 20px;
  background-position: 15px center;
  background-repeat: no-repeat;
}
#section-header [data-lang] a {
  padding-left: 45px;
}
#section-header [data-lang=EN] {
  background-image: url("../images/_shared/lang-icons/us-6c4096b9f9.svg");
}
#section-header [data-lang=NO] {
  background-image: url("../images/_shared/lang-icons/no-7bc16f1bda.svg");
}
#section-header li a {
  display: block;
  text-decoration: none;
  color: inherit;
}
#section-header li.active a::after {
  content: "";
  display: inline-block;
  background-image: url("../images/_shared/checkmark-black-b7ea7a690c.svg");
  background-size: 100%;
  background-position: center;
  height: 12px;
  width: 12px;
  margin-left: 6px;
}
#section-header .blockingLayer {
  position: fixed;
  top: 80px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
}
#section-header .pushdownMenu {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: 100;
  background-color: #2c2d42;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
#section-header .pushdownMenu .menu-content {
  display: flex;
  flex-direction: column;
  color: white;
}
#section-header .pushdownMenu .menu-content li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#section-header .pushdownMenu .menu-content li.divider {
  background-color: rgba(255, 255, 255, 0.05);
  height: 1px;
  border: none;
}
#section-header .pushdownMenu .menu-content li.item-with-atag a {
  display: block;
  padding: 15px 20px;
  color: inherit;
  text-decoration: none;
}
#section-header .pushdownMenu .menu-content li.item-with-atag a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#section-header .pushdownMenu.expanded {
  max-height: 340px;
}
#section-header.darkbg {
  background-color: #233c7c;
}
#section-header.darkbg .logo::after {
  background-image: url("../images/_shared/memolife-white-e966b280ae.svg");
}
#section-header.darkbg .mainSection .school, #section-header.darkbg .mainSection .business, #section-header.darkbg .mainSection .products, #section-header.darkbg .mainSection .pricing, #section-header.darkbg .mainSection .login, #section-header.darkbg .mainSection .about, #section-header.darkbg .mainSection .workHappiness {
  color: rgba(255, 255, 255, 0.8);
}
#section-header.darkbg .mainSection .school:hover, #section-header.darkbg .mainSection .business:hover, #section-header.darkbg .mainSection .products:hover, #section-header.darkbg .mainSection .pricing:hover, #section-header.darkbg .mainSection .login:hover, #section-header.darkbg .mainSection .about:hover, #section-header.darkbg .mainSection .workHappiness:hover {
  color: white;
}
#section-header.darkbg .mainSection .languagemenu {
  background-color: transparent;
}
#section-header.darkbg .mainSection .languagemenu li:hover {
  color: white;
}
#section-header.darkbg .mainSection .languagemenu li.active {
  color: white;
}
#section-header.darkbg .mainSection .languagemenu li.active a::after {
  background-image: url("../images/_shared/checkmark-4e2f9e8dc4.svg");
}
#section-header.darkbg .mainSection .languagemenu-icon::after {
  border-top: 5px solid rgba(255, 255, 255, 0.8);
}
#section-header.darkbg .mainSection .languagemenu-icon:hover::after {
  border-top: 5px solid white;
}
#section-header.darkbg #pushdownmenu-btn::after {
  border-bottom-color: white;
}
#section-header.darkbg #pushdownmenu-btn:not(.active) .navicon {
  background: white;
}
#section-header.darkbg #pushdownmenu-btn .navicon:before,
#section-header.darkbg #pushdownmenu-btn .navicon:after {
  background: white;
}
#section-header.darkbg .pushdownMenu {
  color: rgba(0, 0, 0, 0.8);
}
#section-header.darkbg .pushdownMenu li.divider {
  background-color: rgba(0, 0, 0, 0.05);
}
#section-header.darkbg .pushdownMenu li[data-lang].active {
  color: black;
}
#section-header.darkbg .pushdownMenu li[data-lang].active a::after {
  background-image: url("../images/_shared/checkmark-black-b7ea7a690c.svg");
}
#section-header.darkbg .pushdownMenu li[data-lang]:hover {
  color: black;
}
@media (max-width: 600px) {
  #section-header {
    position: relative;
    z-index: 1;
  }
  #section-header .mainSection .school, #section-header .mainSection .business, #section-header .mainSection .languages, #section-header .mainSection .about, #section-header .mainSection .products, #section-header .mainSection .pricing, #section-header .mainSection .login, #section-header .mainSection .signup, #section-header .mainSection .workHappiness {
    display: none;
  }
  #section-header .productbox-container.expanded {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  #section-header .mainSection .school, #section-header .mainSection .business, #section-header .mainSection .languages, #section-header .mainSection .about, #section-header .mainSection .signup {
    display: none;
  }
  #section-header .pushdownMenu .pricing, #section-header .pushdownMenu .login {
    display: none;
  }
}
@media (min-width: 961px) {
  #section-header .mainSection #pushdownmenu-btn {
    display: none;
  }
  #section-header .productbox {
    margin-right: 40px;
  }
  #section-header .pushdownMenu {
    display: none;
  }
}

#section-footer {
  background-color: #191A37;
  color: #DADAEA;
}
@-webkit-keyframes blink {
  50% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
}
@keyframes blink {
  50% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
}
#section-footer svg {
  margin-top: -10px;
}
#section-footer svg #life-area-brain {
  fill: #18af58;
}
#section-footer svg #life-area-knowledge {
  fill: #9885c2;
}
#section-footer svg #life-area-mind {
  fill: #d94d36;
}
#section-footer svg #life-area-body {
  fill: #e48831;
}
#section-footer svg #life-area-soul {
  fill: #e8b730;
}
#section-footer svg #life-area-career {
  fill: #2d7392;
}
#section-footer svg #life-area-leisure {
  fill: #732985;
}
#section-footer svg rect {
  stroke: #191A37;
  stroke-width: 4px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#section-footer .body {
  padding-top: 0px;
}
#section-footer .body .heart {
  width: 120px;
  margin: auto;
  margin-top: calc(20px + 4%);
}
#section-footer .body .learnMore {
  margin-top: 20px;
  font-weight: 300;
  text-align: center;
  color: rgb(140, 140.5, 155);
  font-style: italic;
}
#section-footer .body .learnMore a {
  color: inherit;
}
#section-footer .body ul {
  margin-top: calc(20px + 4%);
  margin-bottom: -1.5em;
}
#section-footer .body li {
  padding-bottom: 1.5em;
}
#section-footer .body li .a {
  color: white;
}
#section-footer .body li .b {
  margin-top: 0.5em;
  font-weight: lighter;
  font-size: 90%;
}
#section-footer .call-to-action {
  background-color: #f6f6f6;
  text-align: center;
  padding: 30px;
}
#section-footer .call-to-action .button {
  display: inline-block;
  background-color: #63CB6C;
  border-radius: 2px;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
}
#section-footer .call-to-action .button a {
  padding: 10px 20px;
}
#section-footer .call-to-action .button:hover {
  background-color: rgb(79.875, 196.625, 89.9783653846);
}
#section-footer .call-to-action .button:active {
  background-color: rgb(62.75, 188.25, 73.6105769231);
}
#section-footer .footer {
  height: 80px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 80%;
  color: gray;
  padding: 0px 60px;
}
#section-footer .footer .terms {
  margin-top: 0.5em;
}
#section-footer .footer a {
  color: inherit;
  text-decoration: none;
}
#section-footer .footer .separator {
  margin: 0px 0.2em;
}
@media (min-width: 501px) {
  #section-footer .body ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  #section-footer .body li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  #section-footer .footer {
    padding: 0px 140px;
  }
}
@media (min-width: 769px) {
  #section-footer .body ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
#section-footer .lifearea-icons {
  display: flex;
  flex-wrap: wrap;
}
#section-footer .lifearea-icons .lifearea-icon-brain {
  width: 14.2857142857%;
  text-align: center;
  padding: 10px;
}
#section-footer .lifearea-icons .lifearea-icon-brain .icon {
  width: 40px;
  height: 40px;
  margin: auto;
}
#section-footer .lifearea-icons .lifearea-icon-brain .title {
  margin-top: 5px;
  font-size: 80%;
}
#section-footer .lifearea-icons .lifearea-icon-knowledge {
  width: 14.2857142857%;
  text-align: center;
  padding: 10px;
}
#section-footer .lifearea-icons .lifearea-icon-knowledge .icon {
  width: 40px;
  height: 40px;
  margin: auto;
}
#section-footer .lifearea-icons .lifearea-icon-knowledge .title {
  margin-top: 5px;
  font-size: 80%;
}
#section-footer .lifearea-icons .lifearea-icon-mind {
  width: 14.2857142857%;
  text-align: center;
  padding: 10px;
}
#section-footer .lifearea-icons .lifearea-icon-mind .icon {
  width: 40px;
  height: 40px;
  margin: auto;
}
#section-footer .lifearea-icons .lifearea-icon-mind .title {
  margin-top: 5px;
  font-size: 80%;
}
#section-footer .lifearea-icons .lifearea-icon-body {
  width: 14.2857142857%;
  text-align: center;
  padding: 10px;
}
#section-footer .lifearea-icons .lifearea-icon-body .icon {
  width: 40px;
  height: 40px;
  margin: auto;
}
#section-footer .lifearea-icons .lifearea-icon-body .title {
  margin-top: 5px;
  font-size: 80%;
}
#section-footer .lifearea-icons .lifearea-icon-soul {
  width: 14.2857142857%;
  text-align: center;
  padding: 10px;
}
#section-footer .lifearea-icons .lifearea-icon-soul .icon {
  width: 40px;
  height: 40px;
  margin: auto;
}
#section-footer .lifearea-icons .lifearea-icon-soul .title {
  margin-top: 5px;
  font-size: 80%;
}
#section-footer .lifearea-icons .lifearea-icon-career {
  width: 14.2857142857%;
  text-align: center;
  padding: 10px;
}
#section-footer .lifearea-icons .lifearea-icon-career .icon {
  width: 40px;
  height: 40px;
  margin: auto;
}
#section-footer .lifearea-icons .lifearea-icon-career .title {
  margin-top: 5px;
  font-size: 80%;
}
#section-footer .lifearea-icons .lifearea-icon-leisure {
  width: 14.2857142857%;
  text-align: center;
  padding: 10px;
}
#section-footer .lifearea-icons .lifearea-icon-leisure .icon {
  width: 40px;
  height: 40px;
  margin: auto;
}
#section-footer .lifearea-icons .lifearea-icon-leisure .title {
  margin-top: 5px;
  font-size: 80%;
}
#section-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
#section-footer .footer-links .footer-link {
  padding: 10px;
  width: 33.3333333333%;
}
#section-footer .footer-links .footer-link .title {
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}
#section-footer .footer-links .footer-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#section-footer .footer-links .footer-link ul li {
  margin-bottom: 5px;
}
#section-footer .footer-links .footer-link ul li a {
  color: #DADAEA;
  text-decoration: none;
}
#section-footer .footer-links .footer-link ul li a:hover {
  color: white;
}

.zendeskbutton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background-color: #63CB6C;
  border-radius: 2px;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
}
.zendeskbutton:hover {
  background-color: rgb(79.875, 196.625, 89.9783653846);
}
.zendeskbutton:active {
  background-color: rgb(62.75, 188.25, 73.6105769231);
}
.zendeskbutton::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-image: url("../undefined");
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  position: relative;
  top: 0.2em;
}
@media (max-width: 500px) {
  .zendeskbutton {
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
  }
  .zendeskbutton .label {
    display: none;
  }
}
@media (min-width: 501px) {
  .zendeskbutton {
    border-radius: calc(23px) 0px 0px calc(23px);
    padding-left: 53px;
    padding-right: 10px;
    right: 0px;
    height: 46px;
    line-height: 46px;
    background-color: rgb(62.75, 188.25, 73.6105769231);
  }
  .zendeskbutton::before {
    position: absolute;
    top: 3px;
    left: 3px;
  }
}

[data-carousel] {
  position: relative;
}
[data-carousel] ul {
  display: flex;
  width: 33.3333333333%;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
[data-carousel] li {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
  min-width: 100%;
}
[data-carousel][data-carousel-size="1"] ul {
  width: 100%;
}
[data-carousel][data-carousel-size="2"] ul {
  width: 50%;
}
[data-carousel][data-carousel-size="3"] ul {
  width: 33.3333333333%;
}
[data-carousel][data-carousel-size="4"] ul {
  width: 25%;
}
[data-carousel][data-carousel-size="5"] ul {
  width: 20%;
}
[data-carousel][data-carousel-size="6"] ul {
  width: 16.6666666667%;
}
[data-carousel][data-carousel-size="2"] .slides-container {
  width: 24em;
}
[data-carousel][data-carousel-prev="0"] .prev, [data-carousel][data-carousel-next="0"] .next {
  background-color: #7fb7db;
  cursor: default;
}
[data-carousel][data-carousel-prev="0"][data-carousel-next="0"] .prev, [data-carousel][data-carousel-prev="0"][data-carousel-next="0"] .next {
  display: none;
}
[data-carousel] .prev,
[data-carousel] .next {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background-color: #1c80c6;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}
[data-carousel] .prev::after,
[data-carousel] .next::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
[data-carousel] .prev {
  left: 0px;
  border-radius: 0 2px 2px 0;
  background-image: url("../images/_shared/icon-chevron-left-e61ba2c4c9.svg");
  background-position: left center;
}
[data-carousel] .prev::after {
  left: 0px;
}
[data-carousel] .next {
  right: 0px;
  border-radius: 2px 0 0 2px;
  background-image: url("../images/_shared/icon-chevron-right-71ea218ff4.svg");
}
[data-carousel] .next::after {
  right: 0px;
}
[data-carousel] .slides-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 0px 40px;
}
[data-carousel] .slides-container::before, [data-carousel] .slides-container::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 40px;
  z-index: 1;
}
[data-carousel] .slides-container::before {
  left: 0px;
  background: linear-gradient(to right, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
}
[data-carousel] .slides-container::after {
  right: 0px;
  background: linear-gradient(to left, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
}
[data-carousel][data-carousel-prev="1"] ul {
  -webkit-transform: translateX(-100%) translate3d(0, 0, 0);
          transform: translateX(-100%) translate3d(0, 0, 0);
}
[data-carousel][data-carousel-prev="1"] li:nth-child(1) {
  -webkit-transform: translateX(-40px) translate3d(0, 0, 0);
          transform: translateX(-40px) translate3d(0, 0, 0);
}
[data-carousel][data-carousel-next="1"] li:nth-last-child(1) {
  -webkit-transform: translateX(40px) translate3d(0, 0, 0);
          transform: translateX(40px) translate3d(0, 0, 0);
}
[data-carousel][data-carousel-prev="2"] ul {
  -webkit-transform: translateX(-200%) translate3d(0, 0, 0);
          transform: translateX(-200%) translate3d(0, 0, 0);
}
[data-carousel][data-carousel-prev="2"] li:nth-child(2) {
  -webkit-transform: translateX(-40px) translate3d(0, 0, 0);
          transform: translateX(-40px) translate3d(0, 0, 0);
}
[data-carousel][data-carousel-next="2"] li:nth-last-child(2) {
  -webkit-transform: translateX(40px) translate3d(0, 0, 0);
          transform: translateX(40px) translate3d(0, 0, 0);
}
[data-carousel][data-carousel-prev="3"] ul {
  -webkit-transform: translateX(-300%) translate3d(0, 0, 0);
          transform: translateX(-300%) translate3d(0, 0, 0);
}
[data-carousel][data-carousel-prev="3"] li:nth-child(3) {
  -webkit-transform: translateX(-40px) translate3d(0, 0, 0);
          transform: translateX(-40px) translate3d(0, 0, 0);
}
[data-carousel][data-carousel-next="3"] li:nth-last-child(3) {
  -webkit-transform: translateX(40px) translate3d(0, 0, 0);
          transform: translateX(40px) translate3d(0, 0, 0);
}
[data-carousel][data-carousel-prev="4"] ul {
  -webkit-transform: translateX(-400%) translate3d(0, 0, 0);
          transform: translateX(-400%) translate3d(0, 0, 0);
}
[data-carousel][data-carousel-prev="4"] li:nth-child(4) {
  -webkit-transform: translateX(-40px) translate3d(0, 0, 0);
          transform: translateX(-40px) translate3d(0, 0, 0);
}
[data-carousel][data-carousel-next="4"] li:nth-last-child(4) {
  -webkit-transform: translateX(40px) translate3d(0, 0, 0);
          transform: translateX(40px) translate3d(0, 0, 0);
}

.carousel {
  position: relative;
  overflow: hidden;
}
.carousel .slide {
  width: 33.3333333333%;
  float: left;
  position: relative;
  overflow: hidden;
}
.carousel .slide-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel.slides-1 .slide {
  width: 100%;
}
.carousel.slides-2 .slide {
  width: 50%;
}
.carousel.slides-3 .slide {
  width: 33.3333333333%;
}
.carousel.slides-4 .slide {
  width: 25%;
}
.carousel.slides-5 .slide {
  width: 20%;
}
.carousel.slides-6 .slide {
  width: 16.6666666667%;
}
.carousel.slides-7 .slide {
  width: 14.2857142857%;
}
.carousel.slides-8 .slide {
  width: 12.5%;
}
.carousel.slides-9 .slide {
  width: 11.1111111111%;
}
.carousel.slides-10 .slide {
  width: 10%;
}
.carousel .slides {
  position: relative;
  width: 100%;
  height: 100%;
  transition: left 0.5s ease-in-out;
}
.carousel .slide-navigation {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.carousel .slide-navigation .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  cursor: pointer;
}
.carousel .slide-navigation .dot.active {
  background-color: white;
}
.carousel .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.carousel .slide-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.carousel .slide-arrow.prev {
  left: 10px;
}
.carousel .slide-arrow.prev::before {
  border-width: 10px 15px 10px 0;
  border-color: transparent white transparent transparent;
}
.carousel .slide-arrow.next {
  right: 10px;
}
.carousel .slide-arrow.next::before {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent white;
}
.carousel .slide-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  pointer-events: none;
  z-index: 1;
}
.carousel .slide-overlay.left {
  left: 0;
  background: linear-gradient(to right, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
}
.carousel .slide-overlay.right {
  right: 0;
  background: linear-gradient(to left, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  background-color: #D0D0D0;
  max-width: 1280px;
  margin: auto;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

section.has-standard-header > .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10% 0px 10%;
}
section.has-standard-body > .body {
  padding: 10% 40px 10%;
}
section.has-standard-header.has-standard-body > .body {
  padding-top: 40px;
}
section > .header .title {
  font-size: 140%;
  font-weight: bold;
  max-width: 600px;
  width: 100%;
}
section > .header .subtitle {
  margin-top: 1em;
  max-width: 600px;
  width: 100%;
}
section.darkbg {
  background-color: #191A37;
  color: #DADAEA;
}
section.darkbg > .header .title {
  color: white;
  font-weight: normal;
}
section.darkbg > .header .subtitle {
  font-weight: 300;
}
section.whitebg {
  background-color: white;
  color: #4b4c56;
}
section.whitebg > .header .title {
  color: #292b32;
}
section.lightbg {
  background-color: #f6f6f6;
  color: #4b4c56;
}
section.lightbg > .header .title {
  color: #292b32;
}

@media (min-width: 501px) {
  #section-banner > .header .title, #section-banner .xbannerHeader .title, .xsectionBanner > .header .title, .xsectionBanner .xbannerHeader .title {
    font-size: 5vw;
  }
  #section-banner > .header .subtitle, #section-banner .xbannerHeader .subtitle, .xsectionBanner > .header .subtitle, .xsectionBanner .xbannerHeader .subtitle {
    font-size: 3vw;
  }
}
@media (min-width: 640px) {
  #section-banner > .header .title, #section-banner .bannerHeader .title, .xsectionBanner > .header .title, .xsectionBanner .bannerHeader .title {
    font-size: calc(6.4px * 5);
  }
  #section-banner > .header .subtitle, #section-banner .bannerHeader .subtitle, .xsectionBanner > .header .subtitle, .xsectionBanner .bannerHeader .subtitle {
    font-size: calc(6.4px * 3);
  }
}

@media (max-width: 500px) {
  body {
    font-size: 14px;
  }
}
html {
  background-color: #090936;
}

#section-main {
  background-color: #090936;
  color: #A09DAC;
}
#section-main .body-content {
  max-width: 500px;
  margin: auto;
}
#section-main .title {
  color: #D6D4EF;
  padding-top: 60px;
}
#section-main .document-title {
  display: none;
}
#section-main h1 {
  font-size: 120%;
  color: #D6D4EF;
}
#section-main h2 {
  font-size: 100%;
  color: #D6D4EF;
}
#section-main a {
  color: #D6D4EF;
}

#section-header {
  background-color: transparent;
  z-index: 10000;
}
#section-header .mainSection {
  width: 100vw;
  background-color: #090936;
  position: fixed;
  top: 0;
  left: 0;
}
#section-header .mainSection .languagemenu {
  background-color: transparent;
}
#section-header .mainSection .languagemenu-icon {
  display: none;
}
#section-header .mainSection .languagemenu-icon::after {
  border-top: 5px solid #c6c3d3;
}
#section-header .mainSection .business {
  color: #c6c3d3;
}
#section-header .mainSection .school {
  color: #c6c3d3;
}
#section-header .mainSection .about {
  color: #c6c3d3;
}
#section-header .mainSection .products {
  color: #c6c3d3;
}
#section-header .mainSection .products:hover {
  color: #c6c3d3;
}
#section-header .mainSection .products.active {
  color: #c6c3d3;
}
#section-header .mainSection a {
  color: #c6c3d3;
}
#section-header .mainSection .signup {
  background-color: #5a63e4;
}
#section-header .mainSection .signup:hover {
  background-color: #3e46bd;
}
#section-header #pushdownmenu-btn .navicon:after {
  background: #c6c3d3;
}
#section-header #pushdownmenu-btn .navicon {
  background: #c6c3d3;
}
#section-header #pushdownmenu-btn .navicon:before {
  background: #c6c3d3;
}
#section-header .pushdownMenu .menu-content {
  background-color: #181752;
}
#section-header #pushdownmenu-btn::after {
  border-bottom: 14px solid #181752;
  border-bottom-width: 0px;
}
#section-header #section-header #pushdownmenu-btn.active::after {
  border-bottom-width: 14px;
}
#section-header .logo::after {
  background-image: url("../images/_shared/memolife-white-e966b280ae.svg");
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3em;
  padding-top: 5em;
}

.footerValueProp {
  color: #A09DAC;
  font-family: Source Sans Pro;
  font-size: 1em;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 0;
  width: 22em;
}

.footerCompanyName {
  color: #A09DAC;
  font-family: Source Sans Pro;
  font-size: 1em;
  letter-spacing: 0.02em;
  opacity: 0.6;
  margin-bottom: 0;
}

.footerLinks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2em;
  padding: 3em;
}

.footerLink {
  padding: 1.5em;
  padding-bottom: 0;
  padding-top: 0;
  color: #A09DAC;
  font-family: Source Sans Pro;
  font-size: 0.95em;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.footerIcons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footerIcon1 {
  display: flex;
  justify-content: center;
  margin-left: 1.2em;
  margin-right: 1.2em;
  height: 2.5em;
  width: 2.5em;
  border-radius: 2em;
  background-color: #1F1B60;
  padding: 0.6em;
  cursor: pointer;
}

.footerIcon2 {
  display: flex;
  justify-content: center;
  margin-left: 1.2em;
  margin-right: 1.2em;
  height: 2.5em;
  width: 2.5em;
  border-radius: 2em;
  background-color: #1F1B60;
  padding: 0.7em;
  cursor: pointer;
}
/*# sourceMappingURL=terms-5977a78500.css.map */
