.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 .menu {
  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.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;
}
#section-header.darkbg .menu-content {
  background-color: white;
}
#section-header.darkbg .menu-content .item-with-atag: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;
  }
}
#section-banner .callToAction {
  font-size: 80%;
  text-align: center;
  margin-bottom: 1em;
}
#section-banner .languages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section-banner .languages li {
  cursor: pointer;
}
#section-banner .languages a {
  color: inherit;
  text-decoration: none;
}
#section-banner .languages .image {
  position: relative;
  border-radius: 2px;
  background-size: 60%;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  font-weight: 300;
}
#section-banner .languages .image::after {
  content: "";
  display: block;
  padding-bottom: 130%;
}
#section-banner .languages .image .label {
  position: absolute;
  text-align: center;
  bottom: 5%;
  width: 100%;
}
@media (max-width: 500px) {
  #section-banner .header {
    padding: 6% 10% 0px 10%;
  }
  #section-banner .body {
    padding: 6% 10%;
  }
  #section-banner .languages {
    margin-bottom: -8%;
  }
  #section-banner .languages li {
    width: 28%;
    margin-bottom: 8%;
    font-size: 90%;
    background-color: rgb(43.4, 44.32, 71);
  }
}
@media (min-width: 501px) {
  #section-banner {
    display: flex;
    align-items: center;
  }
  #section-banner .header {
    padding: 6% 3.3333333333% 40px 10%;
  }
  #section-banner .body {
    padding: 6% 10% 40px 3.3333333333%;
  }
  #section-banner .languages {
    margin-bottom: -5%;
  }
  #section-banner .languages li {
    width: 30%;
    margin-bottom: 5%;
    font-size: 90%;
  }
  #section-banner .languages li:hover {
    background-color: rgb(43.4, 44.32, 71);
  }
  #section-banner > * {
    width: 50%;
  }
}

#section-featured-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px calc(10% - 10px);
  font-size: 14px;
  background-color: #f6f6f6;
  overflow: hidden;
}
#section-featured-in ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  height: 16px;
}
#section-featured-in li {
  margin: 0px 10px;
}
#section-featured-in img {
  height: 16px;
}

.grid-container {
  position: relative;
  background-color: white;
  overflow: hidden;
}
.grid-container::after {
  display: block;
  content: "";
}
.grid-container .grid {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
}
.grid-container .grid::after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.grid-container .grid > * {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-container .texttile {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid-container .texttile p {
  margin: 0px;
}
.grid-container .texttile p:nth-child(2) {
  color: #4b4c56;
  font-weight: lighter;
}
@media (max-width: 480px) {
  .grid-container {
    font-size: 3.9vw;
  }
  .grid-container .texttile p:first-child {
    margin: 0px 10% 0px 10%;
  }
  .grid-container .texttile p:nth-child(2) {
    margin: 5% 10% 0 10%;
    font-size: 90%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .grid-container {
    font-size: 2.6vw;
  }
  .grid-container .texttile p:first-child {
    margin: 0px 10% 0px 10%;
  }
  .grid-container .texttile p:nth-child(2) {
    margin: 5% 10% 0 10%;
    font-size: 90%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid-container {
    font-size: 2vw;
  }
  .grid-container .texttile p:first-child {
    margin: 0px 10% 0px 10%;
  }
  .grid-container .texttile p:nth-child(2) {
    margin: 5% 10% 0 10%;
    font-size: 90%;
  }
}
@media (min-width: 1025px) {
  .grid-container {
    font-size: 1.6vw;
  }
  .grid-container .texttile p:first-child {
    margin: 0px 10% 0px 10%;
  }
  .grid-container .texttile p:nth-child(2) {
    margin: 5% 10% 0 10%;
    font-size: 90%;
  }
}
@media (min-width: 1281px) {
  .grid-container {
    font-size: 1.29em;
  }
}

#section-userstories .tile-1 {
  background-image: url("../images/memolife/grid/tile1-34f2d18e99.png");
}
#section-userstories .tile-2 {
  background-image: url("../images/memolife/grid/tile2-e49b713f23.png");
}
#section-userstories .tile-3 {
  background-image: url("../images/memolife/grid/tile3-915939aace.png");
}
#section-userstories .tile-4 {
  background-image: url("../images/memolife/grid/tile4-d30bf62723.png");
}
#section-userstories .tile-5 {
  background-image: url("../images/memolife/grid/tile5-7dc23839ce.png");
}
#section-userstories .tile-6 {
  background-image: url("../images/memolife/grid/tile6-a43764f610.png");
}

.device-container {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 800px;
          perspective: 800px;
  box-sizing: border-box;
  overflow: hidden;
  height: 100vh;
  pointer-events: none;
  width: 50%;
  top: 0px;
}
.device-container .device, .device-container .device-front, .device-container .device-back {
  background-size: 100%;
  background-repeat: no-repeat;
}
.device-container.pinned {
  position: fixed;
}
.device-container.pinned-end {
  top: auto;
  bottom: 0px;
}
.device-container.pinned-end .device-layers > *:first-child {
  display: block;
}
.device-container.entering-1 .device-layers > *:nth-last-child(1) {
  display: block;
}
.device-container.entering-2 .device-layers > *:nth-last-child(1) {
  display: block;
}
.device-container.entering-2 .device-slides > *:nth-child(2) {
  display: block;
}
.device-container.entering-3 .device-layers > *:nth-last-child(2) {
  display: block;
}
.device-container.entering-3 .device-slides > *:nth-child(3) {
  display: block;
}
.device-container.entering-4 .device-layers > *:nth-last-child(3) {
  display: block;
}
.device-container.entering-4 .device-slides > *:nth-child(4) {
  display: block;
}
.device-container.entering-5 .device-layers > *:nth-last-child(4) {
  display: block;
}
.device-container.entering-5 .device-slides > *:nth-child(5) {
  display: block;
}
.device-container.entering-6 .device-layers > *:nth-last-child(5) {
  display: block;
}
.device-container.entering-6 .device-slides > *:nth-child(6) {
  display: block;
}
@media (max-width: 500px) {
  .device-container {
    display: none;
  }
}
@media (min-width: 501px) {
  .device-container .device-viewport, .device-container .device-layers {
    -webkit-transform: matrix3d(0.5368321125, -0.2287688909, 0, 0.0000961312, 0.4513121965, 0.1892968799, 0, -0.0000988555, 0, 0, 1, 0, 72, 276, 0, 1);
            transform: matrix3d(0.5368321125, -0.2287688909, 0, 0.0000961312, 0.4513121965, 0.1892968799, 0, -0.0000988555, 0, 0, 1, 0, 72, 276, 0, 1);
  }
  .device-container .device {
    max-width: calc(1280px / 2);
  }
}
.device-container.left .device-viewport, .device-container.left .device-layers {
  -webkit-transform: matrix3d(0.5411877044, 0.1427950819, 0, 0.0000946275, 0, 0.6985018727, 0, 0, 0, 0, 1, 0, 175, 212, 0, 1);
          transform: matrix3d(0.5411877044, 0.1427950819, 0, 0.0000946275, 0, 0.6985018727, 0, 0, 0, 0, 1, 0, 175, 212, 0, 1);
}
.device-container.right .device-viewport, .device-container.right .device-layers {
  -webkit-transform: matrix3d(0.4344266254, -0.1332643207, 0, -0.00008997, 0.0007806334, 0.6448763758, 0, 0.000001435, 0, 0, 1, 0, 108, 315, 0, 1);
          transform: matrix3d(0.4344266254, -0.1332643207, 0, -0.00008997, 0.0007806334, 0.6448763758, 0, 0.000001435, 0, 0, 1, 0, 108, 315, 0, 1);
}

.device {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
}

.device-viewport, .device-layers {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0px 0px 0px;
          transform-origin: 0px 0px 0px;
}

.device-viewport {
  overflow: hidden;
}

.device-slides {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.device-slides > * {
  height: 100%;
  background-size: cover;
  display: none;
}

.device-layers-anchor {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.device-layers > * {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-size: cover;
  display: none;
}

.device-container.left {
  left: 0px;
}
.device-container.left .device {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  right: 0px;
}

.device-container.right {
  right: 0px;
}
.device-container.right .device {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  left: 0px;
}

@media (min-width: 501px) {
  .device-slides::before {
    content: "";
    display: block;
    height: 100%;
    background-size: cover;
    background-image: url("../images/_shared/heart-ipad-5c3b64c7ef.png");
  }
}
@media (max-width: 500px) {
  .device-viewport, .device-layers {
    -webkit-transform: matrix3d(0.4344266254, -0.1332643207, 0, -0.00008997, 0.0007806334, 0.6448763758, 0, 0.000001435, 0, 0, 1, 0, 108, 315, 0, 1);
            transform: matrix3d(0.4344266254, -0.1332643207, 0, -0.00008997, 0.0007806334, 0.6448763758, 0, 0.000001435, 0, 0, 1, 0, 108, 315, 0, 1);
  }
  .device-slides > * {
    display: block;
  }
  .device-layers {
    display: none;
  }
  .device-container.left .device-viewport, .device-container.left .device-layers {
    -webkit-transform: matrix3d(0.5411877044, 0.1427950819, 0, 0.0000946275, 0, 0.6985018727, 0, 0, 0, 0, 1, 0, 175, 212, 0, 1);
            transform: matrix3d(0.5411877044, 0.1427950819, 0, 0.0000946275, 0, 0.6985018727, 0, 0, 0, 0, 1, 0, 175, 212, 0, 1);
  }
  .device-container.left .device {
    right: -50%;
    background-image: url("../images/_shared/iphone-a-a10943e6e4.png");
  }
  .device-container {
    width: 30%;
  }
  .device {
    width: 900px;
    height: 1600px;
    background-image: url("../images/_shared/iphone-b-f353a2734e.png");
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin-top: -54vw;
  }
}
@media (min-width: 900px) {
  .device {
    -webkit-transform: scale(0.72) !important;
            transform: scale(0.72) !important;
    margin-top: -230px;
  }
}
@media (min-width: 1280px) {
  .device-container {
    max-width: 640px;
  }
  .device-container.left {
    right: 50%;
    left: auto;
  }
  .device-container.right {
    left: 50%;
    right: auto;
  }
}
.ipad {
  position: absolute;
  width: 45%;
  height: 83%;
  top: 8%;
  left: 0px;
}
@media (max-width: 500px) {
  .ipad {
    display: none;
  }
}
#section-learningflow .slidegroup {
  position: relative;
}
#section-learningflow .slidegroup.slidegroup-1 ul li {
  padding-left: 55%;
}
#section-learningflow .slidegroup.slidegroup-2 ul li {
  padding-right: 55%;
}
#section-learningflow .slidegroup .text li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding: 20px 10%;
}
#section-learningflow .slidegroup .text li > *:first-child {
  color: white;
  font-size: 120%;
}
#section-learningflow .slidegroup .text li > *:last-child {
  margin-top: 1em;
  font-weight: lighter;
  line-height: 1.5em;
}
@media (max-width: 500px) {
  #section-learningflow .slidegroup.slidegroup-1 ul li {
    padding-left: 40%;
  }
  #section-learningflow .slidegroup.slidegroup-2 ul li {
    padding-right: 40%;
  }
}
.testimonial {
  position: relative;
}
.testimonial a {
  color: inherit;
}
.testimonial .nowrap {
  overflow: hidden;
}
.testimonial .readMore {
  margin-top: 0.5em;
  display: block;
}
.testimonial[data-media=nettavisen] .testimonial-head::after {
  background-image: url("../images/memolife/logo-nettavisen-5602ee4a6d.jpg");
}
.testimonial[data-media=nrk] .testimonial-head::after {
  background-image: url("../images/memolife/logo-nrk-995dfbe922.png");
}
.testimonial[data-media=tv2] .testimonial-head::after {
  background-image: url("../images/memolife/logo-tv2-b5ec26454d.png");
}
.testimonial[data-media=vgtv] .testimonial-head::after {
  background-image: url("../images/_shared/media-logos-color/vgtv-2-69f41c09e6.png");
}

.testimonial-head {
  position: relative;
  width: 6em;
  height: 4.11em;
  float: left;
  margin-right: 1em;
  margin-bottom: 2.5em;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-head::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  bottom: -1.5em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 70%;
}

.testimonial-quote {
  margin-top: 0.5em;
  overflow: hidden;
}

#section-concepts {
  background-image: url("../images/memolanguage/concepts/background-pattern-eb07eeac2c.jpg");
}
#section-concepts .testimonial {
  margin-top: 30px;
}
#section-concepts .slide {
  position: relative;
  margin-top: 40px;
  padding: 20px 10%;
}
#section-concepts .slide .slide-title {
  font-weight: bold;
}
#section-concepts .slide .slide-text {
  margin-top: 20px;
}
#section-concepts .slide ul {
  padding-left: 1em;
  margin-bottom: 1em;
}
#section-concepts .slide ul li:not(:last-child) {
  margin-bottom: 1em;
}
#section-concepts .slide ul li::before {
  content: "-";
  margin-left: -1em;
  display: inline-block;
  width: 1em;
}
#section-concepts .slide .text {
  flex: 1;
}
#section-concepts .slide .slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#section-concepts .slide .slide-image img {
  width: 100%;
}
@media (max-width: 500px) {
  #section-concepts .slide .slide-title {
    text-align: center;
  }
  #section-concepts .slide .slide-image {
    margin: auto;
    margin-top: 2em;
    height: 220px;
  }
}
@media (min-width: 501px) {
  #section-concepts .slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 250px;
  }
  #section-concepts .slide .slide-image {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #section-concepts .slide:nth-child(odd) {
    padding-left: 55%;
  }
  #section-concepts .slide:nth-child(odd) .slide-image {
    left: 10%;
  }
  #section-concepts .slide:nth-child(even) {
    padding-right: 55%;
  }
  #section-concepts .slide:nth-child(even) .slide-image {
    right: 10%;
  }
}

#section-testimonials li {
  width: 33.3333333333%;
}
#section-testimonials li .image {
  position: relative;
  line-height: 0px;
}
#section-testimonials li .image::after {
  display: block;
  position: absolute;
  content: "";
  background-color: white;
  border-radius: 50%;
  padding: 16%;
  bottom: 5%;
  left: 5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
#section-testimonials li img {
  width: 100%;
}
#section-testimonials li .name {
  margin-bottom: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
}
#section-testimonials li .says {
  color: #909090;
  font-style: italic;
}
#section-testimonials li .nowrap {
  overflow: hidden;
}
#section-testimonials li .readMore {
  color: inherit;
  margin-top: 0.5em;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
#section-testimonials li[data-media=nettavisen] .image::after {
  background-image: url("../images/memolife/logo-nettavisen-5602ee4a6d.jpg");
  background-size: 80%;
}
#section-testimonials li[data-media=nrk] .image::after {
  background-image: url("../images/memolife/logo-nrk-995dfbe922.png");
}
#section-testimonials li[data-media=tv2] .image::after {
  background-image: url("../images/memolife/logo-tv2-b5ec26454d.png");
}
#section-testimonials li[data-media=vgtv] .image::after {
  background-image: url("../images/_shared/media-logos-color/vgtv-2-69f41c09e6.png");
  background-size: 80%;
}
@media (max-width: 500px) {
  #section-testimonials li {
    position: relative;
    overflow: hidden;
    width: 50%;
  }
  #section-testimonials li:not(:last-child) {
    margin-bottom: 40px;
  }
  #section-testimonials li .image {
    top: 0px;
    left: 0px;
    float: left;
    width: 40%;
    margin-right: 1em;
  }
  #section-testimonials li .says {
    overflow: hidden;
  }
}
@media (min-width: 501px) {
  #section-testimonials ul {
    display: flex;
    justify-content: space-between;
    margin-left: -4%;
    margin-right: -4%;
  }
  #section-testimonials li {
    max-width: 300px;
    width: 25%;
    padding: 0px 4%;
  }
  #section-testimonials li .name {
    margin-top: 1em;
  }
  #section-testimonials li .says {
    font-size: 90%;
  }
  #section-testimonials ul[data-item-count="4"] {
    justify-content: center;
    margin-bottom: -40px;
    flex-wrap: wrap;
  }
  #section-testimonials ul[data-item-count="4"] li {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (min-width: 900px) {
  #section-testimonials ul[data-item-count="4"] {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #section-testimonials ul[data-item-count="4"] li {
    width: 25%;
  }
}

section.call-to-action {
  padding: 4% 10%;
}
section.call-to-action .callToAction {
  text-align: center;
  margin-bottom: 2em;
}
section.call-to-action .languages {
  display: flex;
  justify-content: space-between;
}
section.call-to-action .languages li {
  width: 12%;
  max-width: 60px;
  cursor: pointer;
}
section.call-to-action .languages .image {
  position: relative;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 90%;
}
section.call-to-action .languages .image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
section.call-to-action .languages .image .label, section.call-to-action .languages .image .startLearning {
  position: absolute;
  text-align: center;
  bottom: 5%;
  width: 100%;
  display: none;
}
section.call-to-action .languages .image .startLearning {
  background-color: #63CB6C;
  color: white;
  border-radius: 2px;
  display: none;
}
/*# sourceMappingURL=memolanguage-d5963cd196.css.map */
