:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  height: 100vh;
}

.header {
  background-image: linear-gradient(#00000012, #00000012);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block {
  background-image: linear-gradient(#372f26db, #372f26db);
  border: 2px solid #c29367;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 37px 47px;
  display: flex;
}

.div-block.mobile {
  background-image: none;
  border-width: 0;
  display: none;
}

.div-block.desktop {
  background-image: none;
  border-width: 0;
}

.text-block {
  padding-left: 18px;
  padding-right: 18px;
}

.text-block-2 {
  color: #e6d5b8;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #381e0a;
  text-shadow: 0 1px 1px #000;
  margin-bottom: 32px;
  font-family: Cinzel, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.div-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #381e0a;
  background-image: url('../images/texture-brown-MMU.webp'), radial-gradient(circle, #ffffff26, #fff0);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 2px solid #b7a997;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 7px 72px;
  display: flex;
}

.div-block-2:hover {
  background-image: radial-gradient(circle, #ffffff40, #fff0);
}

.div-block-2.wishlist {
  background-color: #361c08;
  border-color: #e6d5b8;
}

.text-block-3 {
  color: #e6d5b8;
  font-family: Cinzel, sans-serif;
  font-size: 40px;
}

.image {
  width: 40px;
}

.image-2 {
  width: 300px;
  margin-top: 2rem;
}

.link-block {
  text-decoration: none;
}

.link-block.wishlist {
  background-image: url('../images/texture-brown-MMU.webp');
  background-position: 0 0;
  background-size: auto;
  border: 2px solid #b7a997;
  border-radius: 100px;
  padding: 5px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button-2 {
  color: #fff;
  background-color: #e8d6b9;
  border: 2px solid #fff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button-2.fs-cc-button-alt {
  color: #0c1825;
  background-color: #fff;
  border-color: #141c13;
}

.fs-cc-banner_trigger-2 {
  display: none;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_label-2 {
  color: #e8dcbf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-banner_component-3 {
  z-index: 998;
  background-color: #371d09;
  border: 1px solid #000;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_content-2 {
  background-color: #371d09;
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_text {
  color: #fff;
  margin-right: 1.5rem;
}

.fs-cc-banner_button-2 {
  color: #fff;
  text-align: center;
  background-color: #e8d6b9;
  border: 2px solid #fff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  color: #0c1825;
  -webkit-text-stroke-color: red;
  background-color: #f5f5f5;
  border-color: #141c13;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
}

.fs-cc-prefs_text {
  color: #fff;
  font-size: .75rem;
}

.fs-cc-prefs_component-4 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  -webkit-text-stroke-color: #250c0c;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_text-link {
  color: #0085cc;
  border-bottom: 1px solid red;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_form {
  background-color: #0c1825;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.footer {
  background-image: linear-gradient(#381e0b, #381e0b);
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.container-6 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  width: 60%;
  max-width: 500px;
}

.container-8 {
  display: block;
}

.footer-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-10 {
  max-width: 80%;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  max-width: 80%;
}

.button-4 {
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  font-size: 14px;
}

.utility-page-wrap {
  background-image: linear-gradient(#381e0bf0, #381e0bf0);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.image-11 {
  width: 50%;
}

.text-block-4 {
  color: #e6d5b8;
  font-size: 19px;
}

.section-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.banner_trigger {
  display: none;
}

.prefs_space-medium {
  margin-bottom: 2.5rem;
}

.prefs_label {
  color: #e7dcbe;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.prefs_form {
  background-color: #0c1825;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.prefs_text-4 {
  color: #fff;
  font-size: .75rem;
}

.banner_button-4 {
  color: #371c09;
  text-align: center;
  background-color: #e7dcbe;
  border: 0 solid #fff;
  border-top: 2px solid #000;
  border-radius: 0 0 7px;
  width: 50%;
  min-width: 8.75rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 1rem;
  font-weight: 700;
}

.banner_button-4.button-alt {
  color: #0c1825;
  -webkit-text-stroke-color: red;
  background-color: #f5f5f5;
  border-width: 2px 0 0;
  border-color: #000 #141c13 #141c13;
  border-radius: 0 0 0 7px;
  font-weight: 400;
}

.banner_text-link-2 {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.prefs_content-4 {
  background-color: #371c09;
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.banner_component-6 {
  z-index: 998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #371c09;
  border: 1px solid #fff;
  border-radius: 7px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: .5rem;
  display: none;
  position: fixed;
  inset: auto 0% 3% 3%;
}

.prefs_close-2 {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.prefs_space-small {
  margin-bottom: .75rem;
}

.prefs_button-4 {
  color: #371c09;
  background-color: #e7dcbe;
  border: 2px solid #fff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.prefs_button-4.button-alt {
  color: #0c1825;
  background-color: #fff;
  border-color: #141c13;
}

.prefs_trigger {
  display: none;
}

.prefs_component-5 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
}

.banner_container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 62.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.prefs_submit-hide {
  display: none;
}

.prefs_title-3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.banner_buttons-wrapper-2 {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.prefs_close-icon-4 {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.banner_text-4 {
  color: #fff;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.prefs_checkbox-label {
  display: none;
}

.prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .div-block.mobile {
    display: none;
  }

  .div-block.desktop {
    background-image: none;
    border-width: 0;
  }

  .text-block-2 {
    color: #e6d5b8;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #381e0a;
    text-shadow: 0 1px 1px #00000075;
    font-weight: 900;
  }

  .div-block-2 {
    background-color: #361c08;
    background-image: url('../images/texture-brown-MMU.webp'), radial-gradient(circle, #ffffff26, #fff0);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    border-color: #e6d5b8;
    border-radius: 100px;
  }

  .text-block-3 {
    color: #e6d5b8;
  }

  .link-block.wishlist {
    background-image: url('../images/texture-brown-MMU.webp'), linear-gradient(#371d09, #371d09);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    border: 2px solid #e6d5b8;
    border-radius: 100px;
    padding: 7px;
  }

  .fs-cc-prefs_button-2 {
    color: #1a2227;
    background-color: #e8dcbf;
  }

  .fs-cc-prefs_label-2 {
    color: #e8dcbf;
  }

  .fs-cc-banner_button-2 {
    color: #1a2227;
    background-color: #e8dcbf;
  }

  .image-8 {
    width: 60%;
    max-width: 80%;
  }

  .container-8 {
    display: none;
  }

  .div-block-5 {
    background-image: url('../images/texture-yellow-MMU.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 100px;
    padding: 7px;
  }
}

@media screen and (min-width: 1920px) {
  .fs-cc-prefs_button-2.fs-cc-button-alt {
    border-color: #111c0e;
  }

  .fs-cc-banner_close {
    display: block;
  }

  .prefs_button-4.button-alt {
    border-color: #111c0e;
  }
}

@media screen and (max-width: 991px) {
  .div-block.mobile {
    display: flex;
  }

  .div-block.desktop {
    display: none;
  }

  .text-block-2 {
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3b210e;
    font-weight: 900;
    line-height: 36px;
  }

  .div-block-2.wishlist {
    background-image: url('../images/texture-brown-MMU.webp'), radial-gradient(circle, #ffffff26, #fff0);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    border-radius: 100px;
  }

  .fs-cc-banner_trigger-2 {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-6 {
    max-width: 728px;
  }

  .container-8 {
    padding-bottom: 1rem;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .container-9 {
    padding-bottom: 1rem;
  }

  .container-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-9 {
    width: 60%;
    max-width: 100%;
  }

  .button-4 {
    background-color: #3898ec00;
    font-size: 17px;
  }

  .view {
    display: none;
  }

  .div-block-3 {
    background-image: linear-gradient(#3b210e, #3b210e);
    border: 2px solid #e6d5b8;
    border-radius: 100px;
    padding: 7px;
  }

  .div-block-4 {
    background-image: url('../images/texture-yellow-MMU.webp');
    background-position: 0 0;
    background-size: auto;
    border-radius: 100px;
    padding: 7px;
  }

  .link-block-2, .link-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .utility-page-content {
    width: 90%;
  }

  .banner_trigger {
    display: none;
  }

  .banner_component-6 {
    width: 50%;
  }

  .banner_container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner_buttons-wrapper-2 {
    margin-top: 1rem;
  }

  .banner_text-4 {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .text-block-2 {
    text-align: center;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .banner_component-6 {
    width: 70%;
  }

  .banner_container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .prefs_title-3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-left: 19px;
    padding-right: 19px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 37px;
  }

  .div-block-2 {
    padding-left: 41px;
    padding-right: 41px;
  }

  .fs-cc-prefs_button-2 {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_content-2 {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_component-4 {
    padding: 1.5rem;
  }

  .container-6 {
    max-width: none;
  }

  .button-4 {
    text-align: center;
    font-size: 13px;
  }

  .image-11 {
    width: 80%;
  }

  .banner_button-4 {
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .prefs_content-4 {
    padding: 1.5rem;
  }

  .banner_component-6 {
    width: 100%;
    bottom: 0%;
    left: 0%;
  }

  .prefs_button-4 {
    margin-bottom: .5rem;
  }

  .prefs_component-5 {
    padding: 1.5rem;
  }

  .banner_buttons-wrapper-2 {
    text-align: center;
  }
}


@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzeldecorative';
  src: url('../fonts/CinzelDecorative-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzeldecorative';
  src: url('../fonts/CinzelDecorative-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzeldecorative';
  src: url('../fonts/CinzelDecorative-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}