#__next {
  height: 100%; }

body {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

.skip-link {
  font-family: 'Intro Black','Montserrat',sans-serif;
  position: absolute;
  font-size: 12px;
  left: 10px;
  top: 0;
  transform: translateY(-150%); }

.skip-link:hover {
  border: 1px solid #ffff;
  color: #ffff; }

.skip-link:focus {
  transform: translateY(0);
  background: linear-gradient(to right, #4e2466 0%, #3c4681 100%);
  color: #ffff;
  z-index: 9999;
  position: fixed;
  left: 5%;
  padding: 5px 10px;
  cursor: pointer;
  outline-style: none; }

.main-layout {
  background-color: #e3e3e3;
  font-family: Arial, Helvetica, sans-serif;
  animation: .2s appear-opacity; }
  .main-layout .main-content {
    max-width: 1280px;
    margin: auto; }
    .main-layout .main-content .content-header {
      margin: auto;
      padding-top: 10px;
      padding-bottom: 10px;
      color: #4e2466;
      text-transform: uppercase;
      font-size: 30px;
      font-family: "Proxima-Bold";
      max-width: 960px; }
      @media (max-width: 767px) {
        .main-layout .main-content .content-header {
          font-size: 18px;
          padding: 10px 10px; } }
    .main-layout .main-content .header-image {
      width: 100%;
      display: block; }

@keyframes appear-opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.header-navigation {
  max-width: 1280px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #382159;
  background-image: url("https://res.cloudinary.com/mtree/image/upload/v1612942050/Prilosec_EN_US/BrandBar.webp");
  background-repeat: no-repeat;
  background-position: center center; }
  .header-navigation .inner {
    margin: auto;
    max-width: 960px;
    position: relative;
    display: flex;
    flex-direction: column; }
    .header-navigation .inner .header-nav {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%; }
      @media (max-width: 768px) {
        .header-navigation .inner .header-nav {
          min-height: 56px; } }
    @media (min-width: 1200px) {
      .header-navigation .inner {
        min-height: 100px; } }
    .header-navigation .inner .header-nav-logo {
      flex: 1;
      margin-left: 15px; }
      @media (max-width: 768px) {
        .header-navigation .inner .header-nav-logo img {
          max-height: 50px; } }
    .header-navigation .inner .logo {
      position: absolute;
      left: -140px;
      width: 137px;
      height: 137px;
      top: -14px;
      cursor: pointer;
      z-index: 1; }
      @media (max-width: 1199px) {
        .header-navigation .inner .logo {
          display: none; } }
    .header-navigation .inner .small-logo {
      max-height: 44px; }
      @media (min-width: 1200px) {
        .header-navigation .inner .small-logo {
          display: none; } }
    .header-navigation .inner .header-nav-middle {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: white;
      font-size: 9pt;
      line-height: 33px;
      font-family: Arial, Helvetica, sans-serif; }
      .header-navigation .inner .header-nav-middle div {
        display: flex;
        align-items: center; }
      @media (max-width: 767px) {
        .header-navigation .inner .header-nav-middle {
          display: none; } }
      .header-navigation .inner .header-nav-middle span {
        margin-right: 16px; }
      .header-navigation .inner .header-nav-middle a {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px; }
        .header-navigation .inner .header-nav-middle a img {
          margin-right: 16px; }
      .header-navigation .inner .header-nav-middle .lang-select {
        cursor: pointer; }
        .header-navigation .inner .header-nav-middle .lang-select .carret {
          border-top: 7px solid #fff;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          margin-left: 5px; }
    .header-navigation .inner .header-nav-side {
      display: flex;
      height: 100%;
      align-items: center; }
      .header-navigation .inner .header-nav-side > div {
        margin: 10px 15px; }
      @media (min-width: 768px) {
        .header-navigation .inner .header-nav-side {
          display: none; } }
    .header-navigation .inner .link-row {
      color: white;
      font-size: 9pt;
      line-height: 33px;
      font-family: Arial, Helvetica, sans-serif; }
      @media (max-width: 767px) {
        .header-navigation .inner .link-row {
          display: none; } }
    .header-navigation .inner .navigation-row {
      display: flex;
      flex-direction: column-reverse;
      flex: auto; }
      @media (max-width: 767px) {
        .header-navigation .inner .navigation-row {
          overflow: hidden;
          flex-direction: column;
          max-height: 0;
          transition: all 0.3s linear; }
          .header-navigation .inner .navigation-row.active {
            max-height: 1000px; }
          .header-navigation .inner .navigation-row .navigation {
            width: 100%;
            flex: none;
            flex-direction: column; } }
      .header-navigation .inner .navigation-row .navigation {
        flex: 70;
        display: flex;
        align-items: stretch;
        justify-content: left; }
        @media (max-width: 767px) {
          .header-navigation .inner .navigation-row .navigation {
            justify-content: center; }
            .header-navigation .inner .navigation-row .navigation .item-wrapper {
              width: 100%; } }
        .header-navigation .inner .navigation-row .navigation .item-wrapper {
          position: relative;
          align-self: flex-end; }
          .header-navigation .inner .navigation-row .navigation .item-wrapper .item {
            font-size: 16px;
            padding: 10px 12px;
            cursor: pointer;
            max-width: 160px;
            height: 64px;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            font-family: 'Proxima-Xbold', 'Arial';
            font-weight: bold;
            position: relative;
            background-repeat: no-repeat;
            background-position: right center;
            transition: .1s all ease-in-out;
            border: 2px solid transparent;
            display: flex;
            align-items: center;
            justify-content: center; }
          .header-navigation .inner .navigation-row .navigation .item-wrapper .submenu {
            display: none;
            position: absolute;
            bottom: 1;
            z-index: 5;
            opacity: 0;
            transition: .1s all ease-in-out;
            font-family: 'Proxima-Xbold', 'Arial'; }
          .header-navigation .inner .navigation-row .navigation .item-wrapper:hover .submenu {
            display: block;
            opacity: 1; }
          .header-navigation .inner .navigation-row .navigation .item-wrapper:hover .item {
            border: 2px solid #fff;
            border-bottom: 2px solid transparent; }
      .header-navigation .inner .navigation-row .search {
        flex: 30;
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
        align-items: center; }
        @media (max-width: 767px) {
          .header-navigation .inner .navigation-row .search {
            display: none; } }
        .header-navigation .inner .navigation-row .search .search-input {
          width: 70%;
          display: flex;
          justify-content: center;
          background-color: #fff;
          color: #394551;
          height: 28px;
          padding: 0px 5px; }
          .header-navigation .inner .navigation-row .search .search-input input {
            border: none; }
            .header-navigation .inner .navigation-row .search .search-input input:focus {
              outline: none; }
          .header-navigation .inner .navigation-row .search .search-input img {
            margin: auto;
            height: 15px;
            width: 15px; }
  .header-navigation .shop-products-submenu {
    background: none;
    color: #0067AD;
    display: flex;
    flex-direction: row;
    width: 960px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Intro Black', 'Arial';
    font-weight: bold; }
    .header-navigation .shop-products-submenu .column {
      flex: 50;
      display: flex;
      flex-direction: column;
      border-right: 2px solid #fff; }
      .header-navigation .shop-products-submenu .column .header {
        font-size: 12px;
        padding: 10px 20px;
        background-color: #b7dbe6; }
      .header-navigation .shop-products-submenu .column .link-item {
        font-size: 14px;
        padding: 10px 30px;
        border-bottom: 1px solid #fff;
        background-color: #b7dbe6; }
        .header-navigation .shop-products-submenu .column .link-item:hover {
          text-decoration: underline;
          cursor: pointer; }

.generic-dialog {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  min-width: 65%;
  max-width: 95vw;
  min-height: 575px;
  max-height: 95vh;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 25px; }
  .generic-dialog.mini {
    min-width: 30%;
    max-width: 250px;
    min-height: 250px;
    top: 70px; }
  .generic-dialog:focus {
    outline: none; }
  @media (max-width: 768px) {
    .generic-dialog {
      min-width: 97%; }
      .generic-dialog.mini {
        max-width: 100%; } }

.generic-dialog-confirmation {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  min-width: 65%;
  max-width: 95vw;
  max-height: 95vh;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 25px; }
  .generic-dialog-confirmation.mini {
    min-width: 30%;
    max-width: 250px;
    min-height: 250px;
    top: 70px; }
  .generic-dialog-confirmation:focus {
    outline: none; }
  @media (max-width: 768px) {
    .generic-dialog-confirmation {
      min-width: 97%; }
      .generic-dialog-confirmation.mini {
        max-width: 100%; } }

.generic-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5; }

.ReactModal__Overlay {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  z-index: 5; }

.ReactModal__Overlay--after-open {
  opacity: 1;
  z-index: 500; }

.ReactModal__Overlay--before-close {
  opacity: 0; }

.ReactModal__Content {
  transform: scale(0.5, 0.5);
  transition: .18s all ease-in-out;
  opacity: 0; }

.ReactModal__Content--after-open {
  transform: translate(-50%, -50%) scale(1, 1) !important;
  opacity: 1; }

.ReactModal__Content--before-close {
  transform: translate(-50%, -50%) scale(0.7, 0.2) !important;
  opacity: 0; }

.age-disclaimer {
  font-family: "Proxima-Bold";
  color: gray;
  font-size: 16px;
  padding: 15px; }

.image-gallery {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative; }
  .image-gallery .current {
    position: relative;
    width: 400px;
    min-height: 400px;
    max-width: 100%; }
    .image-gallery .current img {
      width: 400px;
      max-width: 100%;
      height: auto; }
    .image-gallery .current .button-zoom {
      position: absolute;
      background: #f7f7f7;
      color: #898989;
      font-family: "Intro Black";
      border: none;
      padding: 5px 20px;
      right: 0;
      bottom: 10%;
      cursor: pointer;
      border-radius: 2px 0  0 2px; }
      .image-gallery .current .button-zoom:focus {
        outline: none; }
    .image-gallery .current .navigation {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
      .image-gallery .current .navigation .left, .image-gallery .current .navigation .right {
        position: absolute;
        height: 100%;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .image-gallery .current .navigation .left svg, .image-gallery .current .navigation .right svg {
          width: 20px;
          height: 20px;
          fill: #00a4c0; }
        .image-gallery .current .navigation .left:hover svg, .image-gallery .current .navigation .right:hover svg {
          opacity: .7; }
      .image-gallery .current .navigation .left {
        transform: rotate(180deg); }
      .image-gallery .current .navigation .right {
        right: 0; }
  .image-gallery .other-images {
    user-select: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-base-color: #0e6aab;
    padding: 0 15px; }
    .image-gallery .other-images img {
      user-select: none;
      width: 100px;
      height: 100px;
      margin: 2px;
      cursor: pointer;
      border: 2px solid transparent; }
      .image-gallery .other-images img.selected {
        border: 2px solid #00a4c0;
        margin: 2px; }
    .image-gallery .other-images.mini-preview img {
      width: 50px;
      height: 50px;
      border-radius: 3px; }
  .image-gallery button.no-style {
    border: none;
    background: none; }

.slider-control-bottomcenter {
  position: relative !important; }

.TwoWeekChallengeSticky {
  position: fixed;
  bottom: 10%;
  z-index: 99999;
  left: 70vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  cursor: pointer; }
  @media (min-width: 376px) {
    .TwoWeekChallengeSticky {
      left: 70vw; } }
  @media (min-width: 721px) {
    .TwoWeekChallengeSticky {
      left: 75vw; } }
  @media (min-width: 1023px) {
    .TwoWeekChallengeSticky {
      left: 80vw; } }
  @media (min-width: 1280px) {
    .TwoWeekChallengeSticky {
      left: 70vw; } }
  @media (min-width: 1400px) {
    .TwoWeekChallengeSticky {
      left: 70vw; } }
  @media (min-width: 2000px) {
    .TwoWeekChallengeSticky {
      display: none; } }

.challenge {
  width: 25vw;
  height: 20vw;
  background-image: linear-gradient(to right, #4e2466, #452855);
  box-shadow: 0px 10px 20px #0000000F;
  border-radius: 20px;
  text-align: center;
  border: 3px white solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center; }
  @media (min-width: 376px) {
    .challenge {
      width: 110px;
      height: 90px; } }
  @media (min-width: 721px) {
    .challenge {
      width: 130px;
      height: 105px; } }
  @media (min-width: 1023px) {
    .challenge {
      width: 140px;
      height: 110px; } }
  @media (min-width: 1280px) {
    .challenge {
      width: 140px;
      height: 110px; } }
  @media (min-width: 1400px) {
    .challenge {
      width: 140px;
      height: 110px; } }

.removeOption {
  position: absolute;
  left: 70px;
  bottom: 65px; }
  @media (min-width: 376px) {
    .removeOption {
      left: 90px;
      bottom: 85px; } }
  @media (min-width: 721px) {
    .removeOption {
      left: 110px;
      bottom: 100px; } }
  @media (min-width: 1023px) {
    .removeOption {
      left: 120px;
      bottom: 110px; } }

.signUpforthe {
  font-size: 2vw;
  font-family: 'Proxima-Smbd';
  font-style: italic;
  color: #FFFFFF; }
  @media (min-width: 376px) {
    .signUpforthe {
      font-size: 10px; } }
  @media (min-width: 721px) {
    .signUpforthe {
      font-size: 12px; } }
  @media (min-width: 1024px) {
    .signUpforthe {
      font-size: 14px; } }

.twoWeekChallenge {
  font-size: 3vw;
  font-family: 'Proxima-Bold';
  font-style: italic;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 5px; }
  @media (min-width: 376px) {
    .twoWeekChallenge {
      font-size: 12px; } }
  @media (min-width: 721px) {
    .twoWeekChallenge {
      font-size: 14px; } }
  @media (min-width: 1023px) {
    .twoWeekChallenge {
      font-size: 16px; } }

.TwoOff {
  font-size: 2vw;
  font-family: 'Proxima-Smbd';
  font-style: italic;
  color: #FFFFFF;
  font-weight: 100;
  margin-top: 5px; }
  @media (min-width: 376px) {
    .TwoOff {
      font-size: 10px; } }
  @media (min-width: 721px) {
    .TwoOff {
      font-size: 12px; } }
  @media (min-width: 1024px) {
    .TwoOff {
      font-size: 14px; } }

.challengeContent {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }

.tabSticky {
  display: block; }
  @media (min-width: 1024px) {
    .tabSticky {
      display: none; } }

.desktopSticky {
  display: none; }
  @media (min-width: 1024px) {
    .desktopSticky {
      display: block; } }

