/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/Family/ThemePages/SpaghettiWestern.less ***!
  \***********************************************************************************************************************************************************************************************************************/
html {
  scroll-behavior: smooth;
}
#main-container {
  background: var(--spaghetti-western-page-bg);
}
.spaghetti-western-page-container {
  color: var(--default-color-3);
  width: 100%;
  margin: 0;
  padding: 30px 40px 40px;
  flex: 1;
}
.spaghetti-western-page-container .all-themes-page-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
  padding: 0;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .spaghetti-western-page-container .all-themes-page-link {
    justify-content: flex-start;
  }
}
.spaghetti-western-page-container .page-inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1600px;
  min-height: 1000px;
  image-rendering: pixelated;
}
@media screen and (min-width: 600px) {
  .spaghetti-western-page-container .page-inner {
    background: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/spaghetti-western-bg-left.png"), url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/spaghetti-western-bg-right.png");
    background-repeat: no-repeat;
    background-size: 25%, 25%;
    background-position: left -1% top 2%, right 1% top 3%;
  }
}
.spaghetti-western-page-container section {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 0 clamp(40px, 8vw, 80px);
}
.spaghetti-western-page-container section.header {
  width: 45%;
  min-width: 260px;
  max-width: 680px;
  margin: 0 auto;
}
.spaghetti-western-page-container section.header h1 {
  margin: 5% 0 0;
}
.spaghetti-western-page-container section.header h1 span {
  display: block;
  position: absolute;
  text-indent: -99999px;
}
.spaghetti-western-page-container section.header h1 .theme-title {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.spaghetti-western-page-container section.header h2 {
  text-align: center;
  font-family: "Sofia Pro";
  font-size: clamp(18px, 3vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 30px;
}
.spaghetti-western-page-container section.header h3 {
  text-align: center;
  font-family: "Sofia Pro";
  font-size: clamp(14px, 2vw, 23px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: none;
  margin: 0;
  margin-bottom: clamp(30px, 6vw, 70px);
}
.spaghetti-western-page-container section.scene .scene-visual {
  width: 100%;
  image-rendering: pixelated;
}
.spaghetti-western-page-container section.scene .caption {
  line-height: 1.2em;
  margin: 0;
  max-width: 1000px;
}
.spaghetti-western-page-container section.scene.scene-large .scene-visual {
  width: 100%;
  max-width: 1000px;
}
.spaghetti-western-page-container section.scene.scene-large .caption {
  font-size: clamp(18px, 4vw, 40px);
  font-weight: 400;
}
.spaghetti-western-page-container section.scene.scene-small .scene-visual {
  width: calc(100% - 40px);
  max-width: 800px;
}
.spaghetti-western-page-container section.scene.scene-small .caption {
  font-size: clamp(14px, 4vw, 30px);
  font-weight: 700;
}
.spaghetti-western-page-container section.characters {
  display: flex;
  flex-flow: column wrap;
  gap: 60px 30px;
}
.spaghetti-western-page-container section.characters .character {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  gap: 20px 40px;
}
.spaghetti-western-page-container section.characters .character .character-dialog {
  flex: 3;
}
.spaghetti-western-page-container section.characters .character .character-dialog h2 {
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 20px;
}
.spaghetti-western-page-container section.characters .character .character-dialog p {
  font-size: clamp(16px, 2vw, 23px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0;
}
.spaghetti-western-page-container section.characters .character .character-visual {
  text-align: center;
  flex: 2;
  min-width: 100px;
  margin: 0 auto;
}
.spaghetti-western-page-container section.characters .character .character-visual img {
  width: 100%;
  min-width: 250px;
  max-width: 400px;
  image-rendering: pixelated;
}
@media screen and (max-width: 799px) {
  .spaghetti-western-page-container section.characters .character {
    flex-flow: column wrap;
  }
}
@media screen and (min-width: 800px) {
  .spaghetti-western-page-container section.characters .character:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.spaghetti-western-page-container section.footer {
  width: 100%;
  min-width: 260px;
  max-width: 920px;
  margin: 40px auto 0;
}
.spaghetti-western-page-container section.footer h2 {
  text-align: center;
  font-family: "Sofia Pro";
  font-size: clamp(18px, 3vw, 40px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: clamp(30px, 6vw, 70px);
}

/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/Family/ThemePages/BaseThemePage.less ***!
  \********************************************************************************************************************************************************************************************************************/
:root[data-theme="light"] {
  --monarch-woodland-page-bg: #ead9ba;
  --time-travelers-page-bg: linear-gradient(180deg, #002855 0%, #0d509b 100%);
  --hero-metropolis-page-bg: linear-gradient(180deg, #ffb8a0 0%, #b63015 100%);
  --era-of-dragons-page-bg: #1b2e1b;
  --zombie-hunters-page-bg: linear-gradient(180deg, #5cc9ce 17.17%, #45beb4 52.17%, #f182ac 80.67%);
  --zombie-hunters-color1: #45beb4;
  --zombie-hunters-color2: #fffb09;
  --zombie-hunters-color3: #dd00ff;
  --my-neighborhood-page-bg: linear-gradient(180deg, #eba04d 17.17%, #e5755c 80.67%);
  --my-neighborhood-page-text: #4d2304;
  --my-neighborhood-page-btn-bg: #ebc59c;
  --cowboys-and-aliens-page-bg: linear-gradient(180deg, #f4d67d 17.17%, #f7a83e 80.67%);
  --cowboys-and-aliens-page-text: #4d2304;
  --cowboys-and-aliens-btn-bg: #ebc59c;
  --le-canada-page-bg: linear-gradient(180deg, #b41f1f 17.17%, #d33b3b 80.67%);
  --le-canada-btn-bg: #fbfbfb;
  --le-canada-btn-bg2: #dfd7aa;
  --le-canada-btn-fg: #a61010;
  --fear-and-fright-page-bg: linear-gradient(180deg, #2c124e 24%, #721fb4 77.5%);
  --fear-and-fright-btn-bg: #ab17ff;
  --fear-and-fright-btn-fg: #85ffb6;
  --spaghetti-western-page-bg: linear-gradient(180deg, #fff3cf 0%, #ffe597 52%, #da9563 100%);
  --spaghetti-western-color-1: #db9865;
  --spaghetti-western-color-2: #fff2cc;
  --spaghetti-western-color-3: #4d2304;
  --manga-page-bg: linear-gradient(180deg, #3e97ff 17.17%, #a3eeff 87%);
  --manga-btn-bg: #a3efff;
  --trick-or-treat-page-bg: linear-gradient(0deg, #ef6d10 0%, #921970 50%, #3f0d67 100%);
  --trick-or-treat-color1: #ffb800;
  --trick-or-treat-btn1-bg: #f87700;
  --trick-or-treat-btn1-fg: #410074;
  --trick-or-treat-btn2-bg: #7b008f;
  --trick-or-treat-btn2-fg: #ffb017;
  --fairy-tales-page-bg: linear-gradient(180deg, #d932e6 0%, #6ac9ff 49.5%, #76d966 100%);
  --fairy-tales-color1: #1e005c;
  --fairy-tales-color2: #fbff00;
  --fairy-tales-btn1-bg: #ff8df4;
  --fairy-tales-btn1-fg: #fdff99;
  --fairy-tales-btn2-bg: #5be2ff;
  --fairy-tales-btn2-fg: #002b6c;
  --clash-of-dimensions-color-1: #001317;
  --clash-of-dimensions-color-2: #7225bd;
  --clash-of-dimensions-color-3: #ff458b;
  --clash-of-dimensions-color-4: #f7a466;
  --clash-of-dimensions-color-5: #6ad8df;
  --clash-of-dimensions-color-6: #c1f35b;
  --clash-of-dimensions-btn1-bg: #fac52f;
  --clash-of-dimensions-btn1-fg: #5d2c8e;
  --clash-of-dimensions-btn2-bg: #ec4483;
  --clash-of-dimensions-btn2-fg: #fac52f;
  --enchanted-desert-color-1: #faffaf;
  --enchanted-desert-bg-1: linear-gradient(180deg, #036850 23%, #004734 77%);
  --enchanted-desert-bg-2: #003a2b;
  --enchanted-desert-btn1-bg: #ffd74c;
  --enchanted-desert-btn1-fg: #04624b;
  --enchanted-desert-btn2-bg: #34ae71;
  --enchanted-desert-btn2-fg: #003226;
  --summer-vacations-color-1: #003155;
  --summer-vacations-color-2: #4d2304;
  --summer-vacations-bg-1: linear-gradient(180deg, #70d4ff 0%, #10b7ff 50%, #10b7ff 100%);
  --summer-vacations-bg-2: linear-gradient(180deg, #f7db9c 0%, #f6d885 100%);
  --summer-vacations-bg-3: #ffe8b4;
  --summer-vacations-btn1-bg: #f6d885;
  --summer-vacations-btn1-fg: #042e4d;
  --summer-vacations-btn2-bg: #10b7ff;
  --summer-vacations-btn2-fg: #003226;
  --realms-lords-legends-color-1: #ffa44c;
  --realms-lords-legends-btn1-bg: #b5b5b5;
  --realms-lords-legends-btn1-fg: #282828;
  --realms-lords-legends-btn2-bg: #282828;
  --realms-lords-legends-btn2-fg: #baf2ff;
  --back-to-school-color-1: #fff397;
  --back-to-school-btn1-bg: #175d41;
  --back-to-school-btn2-bg: #b9772c;
  --merry-christmas-page-bg: #8ddbe5;
}
body.iframe #main-container {
  padding: 0 !important;
  margin: 0 !important;
}
body.iframe .header h3 {
  margin-bottom: 20px !important;
}
body.iframe .navigation-container {
  display: none;
}
body.iframe .troubadour-button {
  display: none;
}
body.iframe footer {
  display: none;
}
body.iframe::-webkit-scrollbar {
  width: 8px;
}
body.iframe::-webkit-scrollbar-thumb {
  background-color: var(--troubadour-main);
  border-radius: 5px;
}
body.iframe::-webkit-scrollbar-track {
  background-color: var(--troubadour-main-15);
  border-radius: 5px;
}
@supports not selector(::-webkit-scrollbar) {
  body.iframe {
    scrollbar-color: var(--troubadour-main) var(--troubadour-main-15);
    scrollbar-width: thin;
  }
}


/*# sourceMappingURL=SpaghettiWestern.ee7346ebb24ec970d22f.css.map*/