@charset "UTF-8";
@font-face {
  font-family: "AkkuratLL-Regular";
  src: url("../fonts/AkkuratLL-Regular.eot");
  src: url("../fonts/AkkuratLL-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AkkuratLL-Regular.woff2") format("woff2"), url("../fonts/AkkuratLL-Regular.woff") format("woff"), url("../fonts/AkkuratLL-Regular.ttf") format("truetype"), url("../fonts/AkkuratLL-Regular.svg#AkkuratLL-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AkkuratLL-Light";
  src: url("../fonts/AkkuratLL-Light.eot");
  src: url("../fonts/AkkuratLL-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AkkuratLL-Light.woff2") format("woff2"), url("../fonts/AkkuratLL-Light.woff") format("woff"), url("../fonts/AkkuratLL-Light.ttf") format("truetype"), url("../fonts/AkkuratLL-Light.svg#AkkuratLL-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AkkuratLL-Bold";
  src: url("../fonts/AkkuratLL-Bold.eot");
  src: url("../fonts/AkkuratLL-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AkkuratLL-Bold.woff2") format("woff2"), url("../fonts/AkkuratLL-Bold.woff") format("woff"), url("../fonts/AkkuratLL-Bold.ttf") format("truetype"), url("../fonts/AkkuratLL-Bold.svg#AkkuratLL-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AkkuratLL-Light-italic";
  src: url("../fonts/AkkuratLL-LightItalic.eot");
  src: url("../fonts/AkkuratLL-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AkkuratLL-LightItalic.woff2") format("woff2"), url("../fonts/AkkuratLL-LightItalic.woff") format("woff"), url("../fonts/AkkuratLL-LightItalic.ttf") format("truetype"), url("../fonts/AkkuratLL-LightItalic.svg#AkkuratLL-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PPEditorialNew-light-italic";
  src: url("../fonts/PPEditorialNew-UltralightItalic.eot");
  src: url("../fonts/PPEditorialNew-UltralightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PPEditorialNew-UltralightItalic.woff2") format("woff2"), url("../fonts/PPEditorialNew-UltralightItalic.woff") format("woff"), url("../fonts/PPEditorialNew-UltralightItalic.ttf") format("truetype"), url("../fonts/PPEditorialNew-UltralightItalic.svg#PPEditorialNew-UltralightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "AkkuratLL-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.bg-light-grey {
  background: #F5F3F3;
}

h1 {
  color: inherit;
}

.container {
  max-width: 100%;
}
@media (min-width: 767px) {
  .container {
    max-width: 1226px;
  }
}

em {
  color: inherit;
}

picture, img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Header styles */
.header {
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 30;
  transition: transform 0.5s ease, top 0.1s ease, color 0.6s ease;
  position: fixed;
  top: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  max-width: calc(100% - 5.5rem);
  margin: auto;
  width: 100%;
  left: 2.8rem;
}

.header svg {
  display: block;
  vertical-align: middle;
  min-width: 80px;
}

.header * {
  z-index: 1;
  transition: color 0.6s ease;
}

.header.uk-light * {
  color: #fff;
}

.header.uk-dark * {
  color: #4a4741;
}

.header.header--fixed {
  top: 1rem !important;
}

.header.header--fixed::before {
  position: absolute;
  inset: 0;
  content: "";
  background-blend-mode: multiply;
  background-color: rgba(54, 53, 49, 0.102);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 1;
}

.header.header--fixed::after {
  position: absolute;
  inset: 0;
  content: "";
  background-blend-mode: multiply;
  background-color: rgba(54, 53, 49, 0.102);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 1;
}

.header.hidden__sticky {
  transform: translateY(-250%);
}

.header.header--open::before, .header.header--open::after {
  display: none;
}

.header.header--open .header__nav {
  display: none;
}

.header__logo {
  font-weight: bold;
  font-size: 1.5rem;
}

.header__nav {
  display: flex;
  gap: 1.4rem;
  align-items: center;
}

.header__nav-link {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
}

.header__nav-link:hover {
  text-decoration: none;
  font-weight: 600;
}

.menu--btns {
  display: flex;
  align-items: center;
  gap: 4px;
}

.menu--btns span {
  margin-right: 6px;
}

.header__shop-btn {
  background-color: #3b82f6;
  color: #FFF !important;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none !important;
  margin-left: 40px;
}

.header__shop-btn:focus {
  border: none;
  outline: none;
}

.uk-light .header__menu-btn {
  border: 1px solid #ffffff;
}

.header__menu-btn {
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header__menu-btn:focus {
  outline: none;
}

.header__menu-icon {
  width: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1rem;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}

.header__menu-icon::before {
  position: absolute;
  background-color: currentColor;
  display: block;
  width: 16px;
  height: 2px;
  content: "";
  top: 4px;
  transition: all 0.2s ease;
}

.header__menu-icon::after {
  position: absolute;
  background-color: currentColor;
  display: block;
  width: 16px;
  height: 2px;
  content: "";
  bottom: 4px;
  transition: all 0.2s ease;
}

.header__menu-icon:hover:after {
  transform: translate3d(0, 3px, 0);
}

.header__menu-icon:hover::before {
  transform: translate3d(0, -3px, 0);
}

.header__menu-icon.active::before {
  transform: translate3d(-2.75px, -2.25px, 0) rotate(-45deg);
  transform-origin: top right;
}

.header__menu-icon.active::after {
  transform: translate3d(-2.75px, 2.25px, 0) rotate(45deg);
  transform-origin: bottom right;
}

/* Menu styles */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(247, 241, 232);
  padding: 4rem;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 20;
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.menu--open {
  transform: translateY(0);
}

.menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.menu__close-btn {
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.menu__close-icon {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu__close-icon::before {
  content: "×";
  font-size: 1.2rem;
}

.menu__content {
  display: flex;
  gap: 4rem;
}

.menu__section {
  flex: 1;
  border-top: 1px solid rgba(74, 71, 65, 0.2);
  padding-top: 1rem;
}

.menu__section button {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

.menu__section button svg {
  display: none;
}

.menu__section:focus {
  border: none;
  outline: none;
}

.menu__section-title {
  font-weight: 600;
  padding-bottom: 0.625rem;
  color: #4a4741;
  font-size: 1.125rem;
  margin: 0;
}

.menu__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu__item {
  margin-bottom: 0.7rem;
}

.menu__link {
  text-decoration: none;
  color: #4a4741;
}

.menu__link:hover {
  text-decoration: none;
  color: #4a4741;
  font-weight: 600;
}

.menu__promo {
  flex: 1;
  background-color: #cbd5e1;
  background-image: url(https://ourahealth.imgix.net/blue-sky/header-submenu.jpg?ixlib=js-3.8.0&auto=format&fit=max&fm=png&q=70&w=640&s=8c498edea418336f734eeedd80c19a35);
  background-position: center;
  background-size: cover;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 400px;
  max-height: 232px;
}

.menu__promo * {
  color: #ffffff;
}

.menu__promo h2 {
  font-family: "AkkuratLL-Light", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 100;
}

.menu__promo p {
  font-family: "PPEditorialNew-light-italic", sans;
  font-size: 2rem;
}

.menu__promo:hover {
  text-decoration: none;
}

.menu__promo-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.menu__promo-subtitle {
  font-style: italic;
  margin-bottom: 1rem;
}

.menu__promo-btn {
  align-self: flex-end;
  background-color: #3b82f6;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  text-decoration: none;
}

@media (orientation: landscape) {
  .menu .menu__promo {
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 0.5rem;
    max-width: calc(100% - 2rem);
    margin: auto;
    top: 1rem;
    left: 1rem;
  }
  .header .header__nav {
    margin: 0 15px 0 auto;
  }
  .header .header__nav .header__nav-link {
    display: none;
  }
  .header .header__nav .header__shop-btn {
    padding: 0.5rem 1rem;
  }
  .header svg {
    min-width: 64px;
  }
  .header .header__menu-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header.header--open {
    top: 1rem;
  }
  .header::before {
    position: absolute;
    inset: 0;
    content: "";
    background-blend-mode: multiply;
    background-color: rgba(54, 53, 49, 0.102);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1;
  }
  .header::after {
    position: absolute;
    inset: 0;
    content: "";
    background-blend-mode: multiply;
    background-color: rgba(54, 53, 49, 0.102);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1;
  }
  .header .menu--btns {
    margin-right: 7px;
  }
  .menu {
    padding: 5rem 1.8rem 1rem;
    height: 100%;
    background: #eee6dc;
    font-family: "AkkuratLL-Regular", sans-serif;
  }
  .menu .bg--img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(circle at 10% 10%, rgb(215, 201, 167) 0px, transparent 40%);
    z-index: -1;
  }
  .menu .bg--img-2 {
    background-image: radial-gradient(circle at 70% 70%, rgb(215, 201, 167) 0px, transparent 90%);
  }
  .menu .menu__content {
    flex-direction: column;
    gap: 1rem;
    height: 100%;
  }
  .menu .menu__section {
    flex: none;
  }
  .menu .menu__section button {
    cursor: pointer;
  }
  .menu .menu__section button svg {
    display: block;
  }
  .menu .menu__section h2 {
    margin: 0;
    padding: 0;
  }
  .menu .menu__section .menu__list {
    opacity: 0;
    display: none;
    transition: opacity 1s;
    transition-property: display opacity;
    transition-duration: 1s;
    transition-behavior: allow-discrete;
    margin-top: 1rem;
  }
  .menu .menu__section .menu__section--dropdown.active + .menu__list {
    opacity: 1;
    display: block;
  }
  @starting-style {
    .menu .menu__section .menu__section--dropdown.active + .menu__list {
      opacity: 0;
    }
  }
  .menu .menu__promo {
    margin-top: auto;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
    max-height: 144px;
    background-size: cover;
  }
  .menu .menu__promo h2, .menu .menu__promo p {
    font-size: 24px;
  }
  .menu .menu__promo .menu__promo-subtitle {
    margin: 0;
  }
}
@media (max-width: 466px) {
  .menu .menu__promo {
    min-width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 900px) {
  .menu .menu__content {
    overflow: scroll;
  }
  .menu .menu__promo {
    min-height: 170px;
  }
}
@keyframes scrollDown {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 500%;
  }
}
.btn {
  font-family: "AkkuratLL-Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  background: rgb(200, 16, 46);
  border-radius: 40px;
  padding: 12px 36px;
  display: inline-block;
}
.btn:hover, .btn:focus {
  color: #FFFFFF;
}
.btn.btn-white {
  background: #FFFFFF;
  color: #72035D;
}
@media (min-width: 992px) {
  .btn {
    padding: 12px 36px;
  }
}

.hero-section {
  padding: 105px 0 0;
  position: relative;
  overflow: hidden;
}
.hero-section.start_anim .content-wrapper .img-side .img-slider {
  opacity: 1;
  margin-left: 31px;
}
.hero-section.start_anim .content-wrapper .img-side .ring-img {
  right: -11px;
  opacity: 1;
}
.hero-section.floated .content-wrapper .img-side .btn-wrapper > div.fixed_btn {
  transform: translateY(0);
}
.hero-section .container {
  padding: 0;
}
.hero-section .content-wrapper .content-side {
  padding: 0 16px 12px;
  position: relative;
  z-index: 2;
}
.hero-section .content-wrapper .content-side .logo {
  margin-bottom: 22px;
}
.hero-section .content-wrapper .content-side .logo img {
  width: auto;
  height: 29px;
}
.hero-section .content-wrapper .content-side h1 {
  font-family: "AkkuratLL-Light", sans-serif;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 47px;
  margin-bottom: 15px;
  max-width: 85%;
}
.hero-section .content-wrapper .content-side h1 .title-subhead {
  font-family: "PPEditorialNew-light-italic", serif;
  font-weight: 200;
  font-style: italic;
  line-height: inherit;
}
.hero-section .content-wrapper .content-side h1 .lg-block {
  display: inline-block;
}
.hero-section .content-wrapper .content-side p {
  font-family: "AkkuratLL-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
}
.hero-section .content-wrapper .content-side p.note {
  font-family: "AkkuratLL-Light-italic", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  line-height: 30px;
}
.hero-section .content-wrapper .content-side .btn {
  margin-bottom: 24px;
}
.hero-section .content-wrapper .content-side .btn-wrapper {
  padding: 22px 0 18px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-section .content-wrapper .content-side .btn-wrapper .btn {
  order: 2;
  width: auto;
  margin: 0 auto;
}
.hero-section .content-wrapper .content-side .btn-wrapper .note {
  order: 1;
}
.hero-section .content-wrapper .content-side .btn-wrapper span {
  font-size: 14px;
  line-height: 21px;
  color: rgb(21, 22, 25);
}
@media (min-width: 540px) {
  .hero-section .content-wrapper .img-side .mobile-img {
    display: none;
  }
  .hero-section .content-wrapper .img-side .desktop-img {
    display: block;
  }
}
@media (min-width: 992px) {
  .hero-section {
    padding: 190px 0 57px;
  }
  .hero-section.start_anim .content-wrapper .img-side .img-slider {
    opacity: 1;
    margin-left: 0;
  }
  .hero-section.start_anim .content-wrapper .img-side .ring-img {
    top: 119px;
    right: 109px;
    opacity: 1;
  }
  .hero-section.btn_floated .content-wrapper::after {
    bottom: -94px;
  }
  .hero-section .container {
    max-width: 1314px;
    padding: 0 15px;
  }
  .hero-section .content-wrapper {
    display: flex;
  }
  .hero-section .content-wrapper .content-side {
    width: 47%;
    padding: 0;
    padding-left: 65px;
  }
  .hero-section .content-wrapper .content-side.content-description {
    padding-top: 10px;
    padding-left: 50px;
  }
  .hero-section .content-wrapper .content-side .logo {
    text-align: left;
    margin-bottom: 21px;
  }
  .hero-section .content-wrapper .content-side h1 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .hero-section .content-wrapper .content-side h1 .title-subhead {
    line-height: 50px;
    margin-left: 0;
    letter-spacing: 0;
  }
  .hero-section .content-wrapper .content-side h1 .slick-list {
    overflow: visible;
  }
  .hero-section .content-wrapper .content-side h1 .lg-block {
    display: block;
  }
  .hero-section .content-wrapper .content-side p {
    font-size: 20px;
    line-height: 30px;
    max-width: 532px;
  }
  .hero-section .content-wrapper .content-side .btn-wrapper {
    position: unset;
    padding: 0;
    display: block;
    margin-top: 30px;
    background: transparent;
  }
  .hero-section .content-wrapper .content-side .btn-wrapper a {
    padding: 11.5px 36px;
  }
  .hero-section .content-wrapper .content-side .btn-wrapper > span {
    margin-top: 27px;
    line-height: 23px;
    display: block;
  }
  .hero-section .container ~ .img-wrapper {
    padding-top: 60px;
  }
  .hero-section .container ~ .img-wrapper .container {
    max-width: 1420px;
  }
}
.health-improve {
  padding: 60px 0;
  text-align: center;
}
.health-improve * {
  font-family: "AkkuratLL-Light", sans-serif;
}
.health-improve h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  max-width: 320px;
  margin: auto;
}
.health-improve .title-subhead {
  font-family: "PPEditorialNew-light-italic", serif;
  display: block;
  font-weight: 200;
}
.health-improve sup {
  display: inline;
  position: relative;
  left: -5px;
}
@media (min-width: 992px) {
  .health-improve {
    padding: 160px 0;
  }
  .health-improve h2 {
    font-size: 80px;
    line-height: 88px;
    max-width: 700px;
    margin: auto;
  }
  .health-improve h2 sup {
    font-family: "AkkuratLL-Regular", sans-serif;
    font-size: 30px;
    top: -35px;
  }
}

.advanced-ring-section {
  background-image: url("../img/OR4-Module-mob.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 30px 10px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: -1px;
  font-family: "AkkuratLL-Light", sans-serif;
}
.advanced-ring-section > img {
  max-width: 134px;
  margin: auto;
  margin-bottom: 20px;
}
.advanced-ring-section .inner-container {
  min-height: 580px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.advanced-ring-section .inner-container h2 {
  font-size: 32px;
  font-weight: 300;
  font-family: "AkkuratLL-Light", sans-serif;
  line-height: 39px;
}
.advanced-ring-section .inner-container h2 .cursive {
  font-family: "PPEditorialNew-light-italic", serif;
  font-weight: 200;
}
.advanced-ring-section .inner-container p {
  font-size: 16px;
  font-weight: 400;
  max-width: 77%;
  margin: 0 auto;
}
.advanced-ring-section .inner-container .btn {
  margin-top: auto;
  color: #101926;
  max-width: 145px;
  background: #ffffff;
  margin: auto auto 0;
  font-family: "AkkuratLL-Regular", sans-serif;
}
@media (min-width: 638px) {
  .advanced-ring-section {
    background-image: url("../img/OR4-Module.webp");
    background-position: left -116px center;
    text-align: left;
    padding: 55px 35px;
  }
  .advanced-ring-section > img {
    margin: 0 0 40px;
    max-width: 147px;
  }
  .advanced-ring-section .inner-container {
    max-width: 520px;
    text-align: left;
    min-height: inherit;
    gap: 30px;
  }
  .advanced-ring-section .inner-container h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }
  .advanced-ring-section .inner-container p {
    margin: 0;
  }
  .advanced-ring-section .inner-container .btn {
    margin: 10px 0 0;
  }
}
@media (min-width: 1024px) {
  .advanced-ring-section {
    background-image: url("../img/OR4-Module.webp");
    background-position: center;
    text-align: left;
    padding: 55px 65px 70px;
  }
  .advanced-ring-section > img {
    margin-bottom: 40px;
    max-width: 147px;
  }
  .advanced-ring-section .inner-container {
    max-width: 520px;
    text-align: left;
    min-height: inherit;
    gap: 30px;
  }
  .advanced-ring-section .inner-container h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .advanced-ring-section .inner-container p {
    margin: 0;
    font-size: 18px;
    max-width: 375px;
  }
  .advanced-ring-section .inner-container .btn {
    margin: 0;
  }
}

.ring-specs-section {
  background: rgb(16, 25, 38);
  padding: 60px 0;
}
.ring-specs-section * {
  font-family: "AkkuratLL-Light", sans-serif;
  color: #FFFFFF;
  margin: 0;
}
.ring-specs-section h2 {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  font-weight: 300;
}
.ring-specs-section h2 + p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  padding-top: 16px;
}
.ring-specs-section .img-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
  padding-top: 60px;
}
.ring-specs-section .img-wrapper .single {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ring-specs-section .img-wrapper .single h3 {
  font-size: 20px;
}
.ring-specs-section .img-wrapper .single p {
  font-size: 16px;
}
.ring-specs-section .img-wrapper .single img {
  width: 100%;
}
@media (min-width: 700px) {
  .ring-specs-section .img-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ring-specs-section .img-wrapper .single {
    flex: 0 0 345px;
  }
  .ring-specs-section .img img {
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ring-specs-section > .container h2 + p {
    max-width: 570px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .ring-specs-section .container {
    margin: auto;
    max-width: 1278px;
  }
  .ring-specs-section .img-wrapper {
    flex-direction: row;
    gap: 40px;
  }
  .ring-specs-section .img-wrapper .single {
    flex: 1;
    gap: 12px;
  }
  .ring-specs-section .img-wrapper .single .img {
    flex-shrink: 0;
  }
  .ring-specs-section .img-wrapper .single .img img {
    height: auto;
    min-height: 376px;
    -o-object-fit: fill;
       object-fit: fill;
  }
}

.step-clue {
  padding: 60px 0;
  background: #F8F5EF;
}
.step-clue * {
  font-family: "AkkuratLL-Light", sans-serif;
  margin: 0;
}
.step-clue h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
}
.step-clue .flex {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.step-clue .flex .step {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.step-clue .flex .step h4 {
  font-size: 20px;
  max-width: 320px;
  font-weight: 400;
}
.step-clue .flex .step * {
  font-family: "AkkuratLL-Regular", sans-serif;
}
.step-clue .flex .step > span {
  border: 1px solid rgb(21, 22, 25);
  border-radius: 8px;
  max-width: 32px;
  min-height: 32px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.step-clue .flex .step p {
  font-size: 16px;
}
.step-clue .flex .step p .block {
  display: block;
}
.step-clue .btn-wrapper {
  margin: auto;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .step-clue .container {
    margin: auto;
  }
  .step-clue .container .flex {
    flex-direction: row;
    padding: 66px 0;
    gap: 70px;
  }
  .step-clue .container .flex .step {
    flex: 1;
  }
  .step-clue .container .flex .step:last-child p {
    max-width: 88%;
  }
}

.oura-w-lulu {
  background: #F8F5EF;
}
.oura-w-lulu .slick-arrow {
  position: absolute;
  z-index: 3;
  bottom: -6px;
  top: auto;
  border: 0.476744px solid rgba(51, 54, 59, 0.3);
  background-image: url(../img/arrow-right.svg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding: 0;
  outline: none;
  box-shadow: none;
  width: 37px;
  height: 37px;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
}
.oura-w-lulu .slick-arrow.slick-prev {
  transform: scaleX(-1);
  left: calc(50% - 104px);
}
.oura-w-lulu .slick-arrow.slick-next {
  right: calc(50% - 104px);
}
.oura-w-lulu .slick-dots {
  padding: 40px 0 0 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  position: relative;
  z-index: 2;
}
.oura-w-lulu .slick-dots li {
  display: none;
  line-height: 1;
}
.oura-w-lulu .slick-dots li.slick-active {
  display: flex;
  width: 14px;
}
.oura-w-lulu .slick-dots li button {
  font-family: "AkkuratLL-Regular", sans-serif;
  padding: 0;
  padding-right: 9px;
  background: transparent;
  border: none;
  font-size: 12px;
  line-height: 22px;
  pointer-events: none;
  outline: none;
  letter-spacing: 2.1px;
}
.oura-w-lulu .slick-dots::before {
  font-family: "AkkuratLL-Regular", sans-serif;
  content: "0";
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  letter-spacing: 2.1px;
}
.oura-w-lulu .slick-dots::after {
  font-family: "AkkuratLL-Regular", sans-serif;
  content: " – 05";
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  letter-spacing: 4.1px;
}
.oura-w-lulu .container {
  padding: 40px 16px 60px;
}
.oura-w-lulu .container * {
  font-family: "AkkuratLL-Light", sans-serif;
}
.oura-w-lulu .container h2 {
  font-size: 32px;
  line-height: 42px;
  font-family: "AkkuratLL-Light", sans-serif;
  font-weight: 300;
}
.oura-w-lulu .container h2 .editorial {
  font-family: "PPEditorialNew-light-italic", serif;
  font-weight: 200;
}
.oura-w-lulu .container p {
  padding-top: 8px;
  font-family: "AkkuratLL-Regular", sans-serif;
  max-width: 95%;
}
.oura-w-lulu .container .btn-wrapper {
  padding-top: 12px;
}
@media (min-width: 700px) {
  .oura-w-lulu .slick-slide img {
    min-width: 100%;
  }
  .oura-w-lulu slider-parent {
    padding: 0 50px;
  }
}
@media (min-width: 992px) {
  .oura-w-lulu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
  }
  .oura-w-lulu .slider-parent {
    padding: 0 50px;
    flex: 0 0 51%;
  }
  .oura-w-lulu .slider-parent .slick-slider {
    max-width: 550px;
    float: right;
  }
  .oura-w-lulu * {
    min-height: 0;
    min-width: 0;
  }
  .oura-w-lulu .slick-slider .content {
    max-height: 630px;
  }
  .oura-w-lulu .container {
    padding: 0 50px 30px 50px;
    padding-left: 50px;
    max-width: 580px;
    position: relative;
    top: -20px;
  }
  .oura-w-lulu .container * {
    font-family: "AkkuratLL-Regular", sans-serif;
  }
  .oura-w-lulu .container p {
    max-width: 380px;
  }
  .oura-w-lulu .container .btn-wrapper {
    padding-top: 20px;
  }
}

.app-specs-section {
  padding: 0 0 40px;
  overflow: hidden;
}
.app-specs-section .container {
  padding: 0;
}
.app-specs-section .img-wrapper {
  position: relative;
  transform: translateX(8%);
  opacity: 0;
  transition: all 1s ease-in-out;
}
.app-specs-section .img-wrapper .img {
  margin-bottom: 20px;
}
.app-specs-section .img-wrapper h3 {
  font-family: "AkkuratLL-Regular", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 21px;
}
.app-specs-section .img-wrapper p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.app-specs-section .img-wrapper.slick-slider {
  padding-bottom: 77px;
  padding-left: 15px;
}
.app-specs-section .img-wrapper.slick-slider .slick-list {
  padding-right: 109px;
  margin: 0 -14px;
}
.app-specs-section .img-wrapper.slick-slider .slick-list .slick-slide {
  margin: 0 14px;
}
.app-specs-section .img-wrapper .slick-arrow {
  position: absolute;
  z-index: 3;
  bottom: 0;
  top: auto;
  left: auto;
  right: 17px;
  border: 0.476744px solid rgba(51, 54, 59, 0.3);
  background-image: url(../img/arrow-right.svg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding: 0;
  outline: none;
  box-shadow: none;
  width: 37px;
  height: 37px;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
}
.app-specs-section .img-wrapper .slick-arrow.slick-prev {
  transform: scaleX(-1);
  right: 64px;
}
.app-specs-section .img-wrapper .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  position: absolute;
  z-index: 2;
  bottom: 7px;
  left: 17px;
}
.app-specs-section .img-wrapper .slick-dots li {
  display: none;
  line-height: 1;
}
.app-specs-section .img-wrapper .slick-dots li.slick-active {
  display: flex;
  width: 14px;
}
.app-specs-section .img-wrapper .slick-dots li button {
  font-family: "AkkuratLL-Regular", sans-serif;
  padding: 0;
  padding-right: 9px;
  background: transparent;
  border: none;
  font-size: 10px;
  line-height: 22px;
  color: #656F7F;
  pointer-events: none;
  outline: none;
  letter-spacing: 2.1px;
}
.app-specs-section .img-wrapper .slick-dots::before {
  font-family: "AkkuratLL-Regular", sans-serif;
  content: "0";
  font-size: 10px;
  line-height: 22px;
  color: #32353B;
  letter-spacing: 2.1px;
}
.app-specs-section .img-wrapper .slick-dots::after {
  font-family: "AkkuratLL-Regular", sans-serif;
  content: " – 03";
  font-size: 10px;
  line-height: 22px;
  color: #32353B;
  letter-spacing: 4.1px;
}
.app-specs-section.start_anim .img-wrapper {
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .app-specs-section {
    padding-bottom: 109px;
  }
  .app-specs-section .container {
    max-width: 1070px;
    padding: 0 15px;
  }
  .app-specs-section .img-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .app-specs-section .img-wrapper .single {
    width: calc(33.33% - 27px);
  }
  .app-specs-section .img-wrapper .single .img {
    margin-bottom: 16px;
  }
  .app-specs-section .img-wrapper .single h3 {
    line-height: 30px;
    margin-bottom: 8px;
  }
  .app-specs-section .img-wrapper .single p {
    max-width: 323px;
    margin: 0;
  }
}
@media (min-width: 1100px) {
  .app-specs-section .container {
    padding: 0;
  }
}

.unlock-insights-section {
  background: #F8F5EF;
  padding: 40px 34px 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.unlock-insights-section h2 {
  color: #364164;
  font-size: 32px;
  line-height: 39px;
  font-weight: 400;
}
.unlock-insights-section h2 .title-subhead {
  font-style: italic;
  font-family: "PPEditorialNew-light-italic", serif;
  font-weight: 200;
}
.unlock-insights-section .inner-section {
  padding-top: 12px;
}
.unlock-insights-section .inner-section p {
  font-size: 14px;
  line-height: 22px;
  color: #364164;
  margin-bottom: 2px;
}
@media screen and (min-width: 990px) {
  .unlock-insights-section {
    padding: 80px 20px;
    justify-content: center;
    text-align: center;
    gap: 40px;
  }
  .unlock-insights-section h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }
  .unlock-insights-section .inner-section {
    max-width: 746px;
    padding: 0;
    margin: auto;
  }
  .unlock-insights-section .inner-section p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1px;
  }
}

.oura-ring-section {
  background: #EEDEE5;
  padding: 21px 35px 40px 16px;
  gap: 20px;
  overflow: hidden;
}
.oura-ring-section h2 {
  color: #364164;
  font-size: 32px;
  line-height: 39px;
  font-weight: 400;
  max-width: 79%;
}
.oura-ring-section h2 .title-subhead {
  font-style: italic;
  font-family: "PPEditorialNew-light-italic", serif;
  font-weight: 200;
}
.oura-ring-section .inner-section {
  display: flex;
  flex-direction: column-reverse;
}
.oura-ring-section .inner-section .info-ring {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.oura-ring-section .inner-section .info-ring .info--description {
  margin-top: 13px;
}
.oura-ring-section .inner-section .info-ring .info--description p {
  margin-bottom: 0;
}
.oura-ring-section .inner-section .info-ring .info--description p strong {
  font-family: "AkkuratLL-Bold", sans-serif;
  font-weight: normal;
}
.oura-ring-section .inner-section .info-ring .info--description a {
  text-decoration: underline;
  color: inherit;
}
.oura-ring-section .btn-wrapper .btn--secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #596AA4;
  font-size: 1rem;
  line-height: 24px;
  padding: 13px;
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 174px;
  color: #ffffff;
}
.oura-ring-section .btn-wrapper .btn--secondary:hover {
  text-decoration: none;
}
.oura-ring-section .image-ring {
  display: block;
  max-width: 100%;
  margin-bottom: -5px;
  text-align: center;
}
.oura-ring-section .image-ring img {
  width: auto;
  height: auto;
  max-height: 264px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 76%;
     object-position: 76%;
}
@media screen and (min-width: 990px) {
  .oura-ring-section {
    padding: 80px 20px 34px;
  }
  .oura-ring-section h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    max-width: 65%;
  }
  .oura-ring-section .inner-section {
    flex-direction: row;
    gap: 88px;
    max-width: 1182px;
    margin: auto;
  }
  .oura-ring-section .inner-section .info-ring {
    flex: 0 0 50%;
    gap: 20px;
  }
  .oura-ring-section .inner-section .info-ring .info--description {
    margin-top: 19px;
  }
  .oura-ring-section .inner-section .info-ring .info--description p {
    line-height: 24px;
    margin-bottom: 20px;
  }
  .oura-ring-section .inner-section .image-ring img {
    max-height: 423px;
  }
}

.insights-oura {
  background: rgb(16, 25, 38);
  padding: 60px 0;
}
.insights-oura * {
  color: #fff;
  font-family: "AkkuratLL-Light", sans-serif;
}
.insights-oura h2 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 300;
  max-width: 300px;
  margin-bottom: 1.3rem;
}
.insights-oura h2 .title-subhead {
  font-family: "PPEditorialNew-light-italic", serif;
  font-weight: 200;
}
.insights-oura ul {
  list-style: none;
  padding: 5px 0 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.insights-oura ul img {
  max-width: 19px;
  display: inline;
}
.insights-oura ul li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.insights-oura .container {
  padding-bottom: 60px;
}
.insights-oura .container .insights-content p {
  max-width: 300px;
}
.insights-oura .container .btn-wrapper {
  padding-top: 20px;
}
.insights-oura .container .btn {
  background: rgb(162, 211, 232);
  color: rgb(16, 25, 38);
  font-family: "AkkuratLL-Regular", sans-serif;
}
@media screen and (min-width: 700px) {
  .insights-oura {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .insights-oura .img-container {
    flex: 0 0 60%;
  }
  .insights-oura .img-container img {
    min-height: 681px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 992px) {
  .insights-oura {
    padding: 80px 0 20px 0;
  }
  .insights-oura .container {
    display: flex;
    flex-direction: column;
    padding: 0px 80px 0 20px;
  }
  .insights-oura .container h2 {
    max-width: 310px;
    margin-bottom: 0.5rem;
  }
  .insights-oura .container .insights-content, .insights-oura .container .btn-wrapper {
    margin-left: auto;
  }
  .insights-oura .container .insights-content p {
    max-width: 350px;
  }
  .insights-oura .container .btn-wrapper {
    padding-top: 40px;
  }
  .insights-oura .img-container {
    flex: 0 0 60%;
  }
  .insights-oura .img-container img {
    min-height: 681px;
  }
}

.disclaimer-text {
  background: rgb(16, 25, 38);
  padding: 60px 0;
}
.disclaimer-text .container p {
  border-top: 1px solid rgba(211, 216, 217, 0.3);
  border-bottom: 1px solid rgba(211, 216, 217, 0.3);
  color: rgb(211, 216, 217);
  font-size: 14px;
  margin: 0;
  padding: 24px 0;
}
@media screen and (min-width: 990px) {
  .disclaimer-text .container {
    max-width: 1174px;
  }
}

footer {
  position: relative;
  background-color: rgb(28, 27, 26);
}
footer .container {
  padding: 32px 24px;
  max-width: 100%;
}
footer .bg-gredient {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
footer .bg-gredient > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
footer .form-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
footer .form-menu-wrapper .img-side {
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  border-radius: 0.5rem;
}
footer .form-menu-wrapper .img-side > a {
  height: 100%;
  width: 100%;
  position: relative;
  text-decoration: none;
}
footer .form-menu-wrapper .img-side > a .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  height: 115%;
}
footer .form-menu-wrapper .img-side > a .bg-img img {
  max-width: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .form-menu-wrapper .img-side > a .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 24px 33px;
  position: relative;
  z-index: 1;
}
footer .form-menu-wrapper .img-side > a .content .txt {
  width: 100%;
  max-width: 20rem;
  display: flex;
  flex-direction: column;
  font-family: "AkkuratLL-Light", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.25;
  color: rgb(247, 241, 232);
}
footer .form-menu-wrapper .img-side > a .content .txt em {
  font-family: "PPEditorialNew-light-italic", serif;
  font-weight: 200;
  font-style: italic;
  align-self: flex-end;
}
footer .form-menu-wrapper .img-side > a .content .btn-shop {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-family: "AkkuratLL-Light", sans-serif;
  font-weight: normal;
  -webkit-hyphens: auto;
          hyphens: auto;
  line-height: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
  box-sizing: border-box;
  display: inline-block;
  align-self: center;
  border-radius: 50px;
  background-color: rgb(49, 132, 255);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgb(247, 241, 232);
}
footer .form-menu-wrapper .menu-side {
  width: 100%;
}
footer .form-menu-wrapper .menu-side .footer_links {
  width: 100%;
  margin-top: 18px;
  display: flex;
}
footer .form-menu-wrapper .menu-side .footer_links .single {
  width: 130px;
}
footer .form-menu-wrapper .menu-side .footer_links .single:nth-child(2) {
  width: calc(100% - 130px);
  padding-left: 40px;
}
footer .form-menu-wrapper .menu-side .footer_links .single.desktop-block {
  display: none;
}
footer .form-menu-wrapper .menu-side .footer_links .single .menu-block {
  padding-top: 21px;
}
footer .form-menu-wrapper .menu-side .footer_links p {
  font-family: "AkkuratLL-Bold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #838280;
  margin: 0;
}
footer .form-menu-wrapper .menu-side .footer_links ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 14px;
}
footer .form-menu-wrapper .menu-side .footer_links ul:last-child {
  margin-bottom: 0;
}
footer .form-menu-wrapper .menu-side .footer_links ul li {
  font-size: 16px;
  line-height: 24px;
  color: #f7f1e8;
  margin-bottom: 12px;
}
footer .form-menu-wrapper .menu-side .footer_links ul li a {
  font-family: "AkkuratLL-Light", sans-serif;
  font-weight: normal;
  color: inherit;
  font-size: 16px;
  line-height: 19px;
  color: #f7f1e8;
  text-decoration: none;
}
footer .form-menu-wrapper .menu-side .footer_links ul li a > svg {
  transform: translate(9px, 2px) rotate(-45deg);
}
footer .form-menu-wrapper .menu-side .form-wrapper {
  display: flex;
  flex-wrap: wrap;
}
footer .form-menu-wrapper .menu-side .form-wrapper .social-icons {
  order: 2;
}
footer .form-menu-wrapper .menu-side .form-wrapper .social-icons p {
  font-family: "AkkuratLL-Regular", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #838280;
  padding-top: 16px;
  padding-bottom: 19px;
  margin: 0;
}
footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social {
  display: flex;
}
footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li {
  margin-right: 15px;
  margin-bottom: 10px;
}
footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f7f1e8;
  color: #4a4741;
}
footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li a div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li a svg {
  width: 16px;
}
footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .fsa-block {
  display: flex;
  margin-top: 29px;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block {
  order: 1;
  padding-top: 14px;
  width: 100%;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block form {
  margin-top: 28px;
  margin-bottom: 24px;
  position: relative;
  max-width: 384px;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiFormControl-root {
  border: 0;
  margin: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
  width: 100%;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiFormLabel-root {
  top: -13px;
  left: 16px;
  position: absolute;
  transform: translate(0, 24px) scale(1);
  color: #838280;
  padding: 0;
  z-index: 4;
  font-family: "AkkuratLL-Light", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
  display: block;
  transform-origin: top left;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiFormLabel-root.focused {
  transform: translate(-16px, -5.5px) scale(0.75);
  transform-origin: top left;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block form label + .MuiInput-root {
  position: relative;
  margin-top: 0;
  z-index: 3;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiInput-root {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  line-height: 1.1876em;
  width: 100%;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiInput-root input {
  -webkit-tap-highlight-color: transparent;
  animation-duration: 10ms;
  animation-name: mui-auto-fill-cancel;
  background: none;
  border: 0;
  box-sizing: content-box;
  color: currentColor;
  display: block;
  font: inherit;
  font-family: "AkkuratLL-Light", sans-serif;
  height: 24px;
  letter-spacing: inherit;
  margin: 0;
  min-width: 0;
  padding: 8px 16px;
  width: 100%;
  max-width: 384px;
  background-color: #f7f1e8;
  color: #838280;
  border-radius: 4px;
  background-image: none !important;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block form .MuiInput-root input:focus {
  outline: none;
  box-shadow: none;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block form button[type=submit] {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  z-index: 4;
  padding-right: 16px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block form button[type=submit] div {
  display: flex;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block form #footer-signup-msg {
  bottom: -1.25rem;
  position: absolute;
  left: 0;
  right: 0;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block form #footer-signup-msg .success {
  color: #FFF;
  font-size: 0.75rem;
  line-height: 1rem;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block form #footer-signup-msg .error {
  color: #ec3f27;
  font-size: 0.75rem;
  line-height: 1rem;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #838280;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block p a {
  text-decoration: underline;
  color: inherit;
}
footer .form-menu-wrapper .menu-side .form-wrapper .form-block p.text-lg {
  font-family: "AkkuratLL-Regular", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #838280;
}
footer .form-menu-wrapper .menu-side .footer_legal {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-top: 22px;
}
footer .form-menu-wrapper .menu-side .footer_legal nav {
  order: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 32px;
  line-height: 18px;
}
footer .form-menu-wrapper .menu-side .footer_legal nav a {
  margin-right: 8px;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  color: #838280;
}
footer .form-menu-wrapper .menu-side .footer_legal .legal_text {
  order: 2;
  padding-bottom: 8px;
}
footer .form-menu-wrapper .menu-side .footer_legal .legal_text p {
  font-size: 12px;
  line-height: 18px;
  color: #838280;
  margin: 0;
}
@media (min-width: 450px) {
  footer .form-menu-wrapper .menu-side .footer_links .single {
    width: 45%;
  }
  footer .form-menu-wrapper .menu-side .footer_links .single:nth-child(2) {
    width: 55%;
  }
}
@media (min-width: 768px) {
  footer .container {
    padding: 0;
    padding-right: 20px;
  }
  footer .form-menu-wrapper .img-side {
    width: 37.2%;
    height: inherit;
  }
  footer .form-menu-wrapper .img-side > a .content .txt {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 auto;
  }
  footer .form-menu-wrapper .menu-side {
    width: 62.8%;
    padding-left: 39px;
  }
}
@media (min-width: 1024px) {
  footer {
    padding-bottom: 1.5rem;
    background-color: #1c1b1a;
  }
  footer .container {
    padding: 0 24px;
  }
  footer .bg-gredient > div {
    left: 24px;
    right: 24px;
    border-radius: 12px;
    bottom: 1.5rem;
  }
  footer .form-menu-wrapper .img-side {
    width: 26.3%;
    height: inherit;
  }
  footer .form-menu-wrapper .img-side > a .bg-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer .form-menu-wrapper .img-side > a .content {
    padding: 31px 24px 33px;
  }
  footer .form-menu-wrapper .img-side > a .content .btn-shop {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  footer .form-menu-wrapper .menu-side {
    width: 73.7%;
    padding-left: 39px;
  }
  footer .form-menu-wrapper .menu-side .footer_links {
    margin-top: 11px;
  }
  footer .form-menu-wrapper .menu-side .footer_links ul {
    margin-top: 18px;
  }
  footer .form-menu-wrapper .menu-side .footer_links .single {
    width: 18%;
    padding-left: 0;
  }
  footer .form-menu-wrapper .menu-side .footer_links .single.desktop-block {
    display: block;
  }
  footer .form-menu-wrapper .menu-side .footer_links .single:nth-child(2) {
    width: 21%;
    padding-left: 31px;
  }
  footer .form-menu-wrapper .menu-side .footer_links .single:nth-child(3) {
    width: 26%;
    padding-left: 43px;
  }
  footer .form-menu-wrapper .menu-side .footer_links .single .menu-block {
    padding-top: 23px;
  }
  footer .form-menu-wrapper .menu-side .footer_links .single .menu-block.mobile-block {
    display: none;
  }
  footer .form-menu-wrapper .menu-side .form-wrapper {
    padding-top: 7rem;
  }
  footer .form-menu-wrapper .menu-side .form-wrapper .social-icons {
    order: 1;
    width: 45%;
  }
  footer .form-menu-wrapper .menu-side .form-wrapper .social-icons p {
    padding-top: 0;
    padding-bottom: 30px;
  }
  footer .form-menu-wrapper .menu-side .form-wrapper .social-icons .footer_social ul li {
    margin-right: 16px;
  }
  footer .form-menu-wrapper .menu-side .form-wrapper .form-block {
    order: 2;
    width: 46%;
    padding-top: 0;
    padding-left: 2px;
  }
  footer .form-menu-wrapper .menu-side .form-wrapper .form-block form {
    margin-top: 30px;
  }
  footer .form-menu-wrapper .menu-side .footer_legal {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  footer .form-menu-wrapper .menu-side .footer_legal nav {
    width: 45%;
    padding-top: 8px;
    padding-bottom: 0;
  }
  footer .form-menu-wrapper .menu-side .footer_legal nav div {
    line-height: 1;
  }
  footer .form-menu-wrapper .menu-side .footer_legal nav div a {
    margin-right: 2rem;
    margin-bottom: 0.5rem;
  }
  footer .form-menu-wrapper .menu-side .footer_legal .legal_text {
    width: 46%;
    padding-bottom: 0;
    padding-left: 18px;
    padding-top: 10px;
  }
}
@media (min-width: 1320px) {
  footer .form-menu-wrapper .img-side > a .content .txt {
    font-size: 2.25rem;
  }
}
@media (min-width: 1680px) {
  footer .form-menu-wrapper .img-side > a .content .txt {
    font-size: 2.5rem;
  }
}

.top-banner {
  background: #72035D;
  text-align: center;
  padding: 11px 0 12px;
}
.top-banner .container {
  padding: 0 12px;
}
.top-banner p {
  font-family: "AkkuratLL-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.top-banner p strong {
  font-family: "AkkuratLL-Bold", sans-serif;
  font-weight: bold;
}
.top-banner p a {
  color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 767px) {
  .top-banner {
    padding: 15px 15px 16px;
  }
}

#target-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  color: black;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.css-1eorhg5 {
  color: black !important;
  max-width: 1186px;
  padding: 15px 30px !important;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1441px) {
  .css-1eorhg5 .container {
    max-width: 1440px;
    padding: 15px 120px !important;
  }
}
.css-1eorhg5 .row {
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .css-1eorhg5 .row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.css-1eorhg5 .css-1u2wgn3 .ContentSide {
  width: auto;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  font-family: "AkkuratLL-Regular", sans-serif;
  font-weight: normal;
}
.css-1eorhg5 .css-1u2wgn3 .ContentSide button {
  color: rgb(200, 16, 46);
}
.css-1eorhg5 .css-1u2wgn3 .ContentSide p {
  font-family: "AkkuratLL-Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  .css-1eorhg5 .css-1u2wgn3 .ContentSide {
    padding-bottom: 20px;
    width: 100%;
  }
}
.css-1eorhg5 .css-1u2wgn3 .ButtonSide {
  flex-shrink: 0;
  width: auto;
  padding-left: 30px;
  text-align: right;
  display: flex;
}
.css-1eorhg5 .css-1u2wgn3 .ButtonSide button {
  flex-shrink: 0;
  margin-left: 20px;
  font-size: 16px;
  text-decoration: none;
}
.css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-manage {
  background: transparent !important;
  text-decoration: underline;
}
.css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-manage:hover {
  color: rgb(200, 16, 46);
}
@media (max-width: 1023px) {
  .css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-manage {
    order: 2;
  }
}
.css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-accept {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  padding: 12px 24px !important;
  color: #FFFFFF;
  background: rgb(200, 16, 46);
}
@media (max-width: 1023px) {
  .css-1eorhg5 .css-1u2wgn3 .ButtonSide button.consent-accept {
    margin-left: 0;
    order: 1;
  }
}
@media (max-width: 1023px) {
  .css-1eorhg5 .css-1u2wgn3 .ButtonSide {
    width: 100%;
    padding-left: 0;
  }
}

.css-ow1vry {
  display: flex;
}
.css-ow1vry > p {
  margin-bottom: 0 !important;
}

.css-1c3imcp {
  right: 5px !important;
  top: -3px !important;
  transform: none !important;
  font-size: 20px !important;
}

.css-eal033 .css-19720g2 > label {
  display: flex;
  align-items: center;
}
.css-eal033 .css-19720g2 > label input[type=radio] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  margin-right: 4px;
}/*# sourceMappingURL=style.css.map */