/* --------------------
Set root URL
or LESS compiling
-------------------- */
/* Browser reset  */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
  font-synthesis: none;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.hyphenate {
  -ms-hyphens: auto;
      hyphens: auto;
}
/* Fonts */
@font-face {
  font-family: 'OSR Helvetica Neue';
  src: url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-BoldItalic.woff2') format('woff2'), url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'OSR Helvetica Neue';
  src: url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Bold.woff2') format('woff2'), url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OSR Helvetica Neue';
  src: url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Medium.woff2') format('woff2'), url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OSR Helvetica Neue';
  src: url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Italic.woff2') format('woff2'), url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'OSR Helvetica Neue';
  src: url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Roman.woff2') format('woff2'), url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'OSR Helvetica Neue';
  src: url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-LightItalic.woff2') format('woff2'), url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'OSR Helvetica Neue';
  src: url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Light.woff2') format('woff2'), url('/wp-content/themes/osr/static/fonts/helvetica-neue/HelveticaNeue-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
/* General  */
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inlineflex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
/* --------------------
Containers
-------------------- */
.container-xl,
.container-lg,
.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.container-xl {
  max-width: 1900px;
  padding: 0;
}
.container-lg {
  max-width: 1400px;
}
.container {
  max-width: 1200px;
}
/* Float & align  */
.fl {
  float: left;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* Grid  */
.grid {
  margin: 0 auto;
  text-align: center;
}
.grid:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
.module {
  text-align: left;
}
/* Columns  */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* Fonts  */
.arial {
  font-family: Arial, "OSR Helvetica Neue", Helvetica, sans-serif;
}
.helvetica {
  font-family: "OSR Helvetica Neue", Helvetica, Arial, sans-serif;
}
.garamond {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
.georgia {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.palatino {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
/* Mixins  */
/* --------------------
Colors
-------------------- */
/* --------------------
Icon font
-------------------- */
.icons {
  font-family: "osr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* --------------------
Slick Slider
-------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.slick-dots li {
  background-color: #2E3368;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
@media (max-width: 575px) {
  .slick-dots li {
    width: 18px;
    height: 18px;
  }
}
.slick-dots li button {
  opacity: 0;
}
.slick-dots li.slick-active {
  background-color: #FF7A10;
}
/* --------------------
Animations
-------------------- */
.js-animation-fade-in,
.js-animation-fade-in-children {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.js-animation-fade-in.js-animation-visible,
.js-animation-fade-in-children.js-animation-visible {
  opacity: 1;
}
.page-template-page-custom-constellations .title-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#fde47f), to(#d19430));
  background: linear-gradient(180deg, #fde47f 0%, #d19430 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-page-custom-constellations .title-gradient--horizontal {
  background: -webkit-gradient(linear, left top, right top, from(#fde47f), to(#d19430));
  background: linear-gradient(90deg, #fde47f 0%, #d19430 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* --- Hero --- */
.hero-custom-constellations {
  position: relative;
  padding-top: 100px;
  padding-bottom: 280px;
  /* Tablet */
  /* - Background Ribbons - */
  /* - Background Image - */
  /* - Background Slider - */
  /* - Content - */
}
@media (max-width: 1024px) {
  .hero-custom-constellations {
    padding-top: 380px;
    padding-bottom: 60px;
  }
}
.hero-custom-constellations__background-ribbon-left,
.hero-custom-constellations__background-ribbon-right {
  position: absolute;
  top: 0;
  z-index: 5;
  /* Tablet */
}
@media (max-width: 1024px) {
  .hero-custom-constellations__background-ribbon-left,
  .hero-custom-constellations__background-ribbon-right {
    display: none;
  }
}
.hero-custom-constellations__background-ribbon-left {
  left: 0;
}
.hero-custom-constellations__background-ribbon-right {
  right: 0;
}
.hero-custom-constellations__background-image-container {
  position: absolute;
  inset: 0;
}
.hero-custom-constellations__background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-custom-constellations__background-image--desktop {
  display: block;
  /* Tablet */
}
@media (max-width: 1024px) {
  .hero-custom-constellations__background-image--desktop {
    display: none;
  }
}
.hero-custom-constellations__background-image--mobile {
  display: none;
  /* Tablet */
}
@media (max-width: 1024px) {
  .hero-custom-constellations__background-image--mobile {
    display: block;
  }
}
.hero-custom-constellations__background-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-custom-constellations__background-slider--desktop {
  display: block;
  /* Tablet */
}
@media (max-width: 1024px) {
  .hero-custom-constellations__background-slider--desktop {
    display: none;
  }
}
.hero-custom-constellations__background-slider--mobile {
  display: none;
  /* Tablet */
}
@media (max-width: 1024px) {
  .hero-custom-constellations__background-slider--mobile {
    display: block;
  }
}
.hero-custom-constellations__background-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.hero-custom-constellations__background-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.hero-custom-constellations__background-slider .swiper-slide .hero-custom-constellations__background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-custom-constellations__container {
  position: relative;
  z-index: 2;
  padding-left: 90px;
  /* Mobile */
}
@media (max-width: 768px) {
  .hero-custom-constellations__container {
    padding-left: 20px;
  }
}
.hero-custom-constellations__title {
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  color: white;
  /* Mobile */
}
.hero-custom-constellations__title span {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fde47f), to(#d19430));
  background: linear-gradient(180deg, #fde47f 0%, #d19430 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .hero-custom-constellations__title {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
}
.hero-custom-constellations__copy {
  color: white;
  max-width: 520px;
  margin-top: 42px;
  /* Mobile */
}
@media (max-width: 768px) {
  .hero-custom-constellations__copy {
    text-align: center;
  }
}
.hero-custom-constellations__copy p {
  color: white;
  margin-bottom: 12px;
}
.hero-custom-constellations__copy p:last-child {
  margin-bottom: 0;
}
.hero-custom-constellations__cta {
  position: relative;
  z-index: 1;
  font-size: 22px;
  color: #000024;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #FCE27C;
  background: -webkit-gradient(linear, left top, left bottom, from(#fde47f), to(#d19430));
  background: linear-gradient(180deg, #fde47f 0%, #d19430 100%);
  padding: 16px 62px;
  margin-top: 62px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  /* Mobile */
}
.hero-custom-constellations__cta:after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #FCE27C;
  background: -webkit-gradient(linear, left top, left bottom, from(#fde47f), to(#d19430));
  background: linear-gradient(180deg, #fde47f 0%, #d19430 100%);
  border-radius: inherit;
}
.hero-custom-constellations__cta::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -2px;
  background: #6f9ace;
  border-radius: inherit;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  pointer-events: none;
}
.hero-custom-constellations__cta:hover::before {
  opacity: 0.75;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 768px) {
  .hero-custom-constellations__cta {
    text-align: center;
    width: 100%;
    padding: 12px 24px;
  }
}
/* --- How it works --- */
.how-it-works-custom-constellations {
  position: relative;
  padding-bottom: 30px;
  margin-top: -120px;
  overflow: hidden;
  /* Mobile */
  /* - Subcontainer Top (Title + Steps) - */
  /* - Title - */
  /* - Steps - */
  /* - CTA - */
}
.how-it-works-custom-constellations::before,
.how-it-works-custom-constellations::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 15;
  width: 100%;
  border-top: 4px solid #332A66;
  background-color: #1E2551;
}
.how-it-works-custom-constellations::before {
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform: translateX(-85%);
          transform: translateX(-85%);
}
.how-it-works-custom-constellations::after {
  top: 24.8%;
  right: 0;
  height: 100%;
  -webkit-transform: translateX(85%);
          transform: translateX(85%);
}
@media (max-width: 1024px) {
  .how-it-works-custom-constellations {
    background-color: #0A1E3B;
    margin-top: 0;
  }
  .how-it-works-custom-constellations::before,
  .how-it-works-custom-constellations::after {
    display: none;
  }
}
.how-it-works-custom-constellations__container {
  position: relative;
  z-index: 20;
  background-color: transparent;
  padding-bottom: 44px;
}
.how-it-works-custom-constellations__subcontainer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Mobile */
}
@media (max-width: 768px) {
  .how-it-works-custom-constellations__subcontainer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.how-it-works-custom-constellations__title-container {
  position: relative;
  z-index: 15;
  background-color: #1E2551;
  border-top: 4px solid #332A66;
  border-right: 4px solid #332A66;
  border-radius: 0 16px 0 0;
  padding: 38px;
  margin-bottom: -105px;
  /* Tablet */
}
.how-it-works-custom-constellations__title-container::before,
.how-it-works-custom-constellations__title-container::after {
  content: '';
  position: absolute;
  background-color: #1E2551;
}
.how-it-works-custom-constellations__title-container::before {
  width: 100%;
  height: 50px;
  bottom: -50px;
  left: 0;
}
.how-it-works-custom-constellations__title-container::after {
  top: 119px;
  right: -4px;
  width: 10px;
  height: 100%;
}
@media (max-width: 1024px) {
  .how-it-works-custom-constellations__title-container {
    border-top: none;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    margin: 40px 0 20px;
  }
  .how-it-works-custom-constellations__title-container::before,
  .how-it-works-custom-constellations__title-container::after {
    display: none;
  }
}
.how-it-works-custom-constellations__title {
  font-size: 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* Mobile */
}
@media (max-width: 768px) {
  .how-it-works-custom-constellations__title {
    font-size: 24px;
  }
}
.how-it-works-custom-constellations__steps-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  padding: 45px 35px 0;
  /* Mobile */
}
.how-it-works-custom-constellations__steps-container::after {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #1E2551;
  border-top: 4px solid #332A66;
}
@media (max-width: 1024px) {
  .how-it-works-custom-constellations__steps-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .how-it-works-custom-constellations__steps-container::after {
    display: none;
  }
}
.how-it-works-custom-constellations__step {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  min-width: 215px;
  background-color: #263A7D;
  border-radius: 24px;
  padding: 40px 15px;
  /* Mobile */
}
@media (max-width: 768px) {
  .how-it-works-custom-constellations__step {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 25px;
  }
}
.how-it-works-custom-constellations__step-icon {
  max-width: 80px;
  height: auto;
  /* Mobile */
}
@media (max-width: 768px) {
  .how-it-works-custom-constellations__step-icon {
    max-width: 60px;
  }
}
.how-it-works-custom-constellations__step-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  padding-left: 8px;
}
.how-it-works-custom-constellations__step-title-container:last-of-type .how-it-works-custom-constellations__step-title-text {
  max-width: 145px;
}
.how-it-works-custom-constellations__step-title-count {
  font-size: 64px;
}
.how-it-works-custom-constellations__step-title-text {
  max-width: 110px;
  padding: 0 16px;
  /* Mobile */
}
@media (max-width: 768px) {
  .how-it-works-custom-constellations__step-title-text {
    padding: 0 0 0 10px;
  }
}
.how-it-works-custom-constellations__cta {
  display: block;
  position: relative;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 20px;
  color: #000024;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #FCE27C;
  background: -webkit-gradient(linear, left top, left bottom, from(#fde47f), to(#d19430));
  background: linear-gradient(180deg, #fde47f 0%, #d19430 100%);
  padding: 12px 42px;
  margin: 62px auto 0;
}
.how-it-works-custom-constellations__cta:after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #FCE27C;
  background: -webkit-gradient(linear, left top, left bottom, from(#fde47f), to(#d19430));
  background: linear-gradient(180deg, #fde47f 0%, #d19430 100%);
  border-radius: inherit;
}
.how-it-works-custom-constellations__cta::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -2px;
  background: #6f9ace;
  border-radius: inherit;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  pointer-events: none;
}
.how-it-works-custom-constellations__cta:hover::before {
  opacity: 0.75;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/* --- How to view + What you'll receive --- */
.how-to-view-custom-constellations {
  position: relative;
  z-index: 20;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e2551), color-stop(20%, #07162e), to(#07162e));
  background: linear-gradient(180deg, #1e2551 0%, #07162e 20%, #07162e 100%);
  padding-top: 100px;
  padding-bottom: 70px;
  margin-top: -60px;
  /* Mobile */
}
@media (max-width: 768px) {
  .how-to-view-custom-constellations {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
  }
}
.how-to-view-custom-constellations__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1024px) {
  .how-to-view-custom-constellations__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .how-to-view-custom-constellations__container {
    padding: 0;
  }
}
.how-to-view-custom-constellations__left-box,
.how-to-view-custom-constellations__right-box {
  position: relative;
  width: 100%;
  padding: 50px 40px 280px 60px;
  overflow: hidden;
  /* Mobile */
}
@media (max-width: 768px) {
  .how-to-view-custom-constellations__left-box,
  .how-to-view-custom-constellations__right-box {
    padding: 40px 40px 240px 40px;
  }
}
.how-to-view-custom-constellations__left-box {
  border-radius: 0 16px 16px 0;
  /* Mobile */
}
@media (max-width: 768px) {
  .how-to-view-custom-constellations__left-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-color: #142039;
    border-radius: 0;
  }
}
.how-to-view-custom-constellations__right-box {
  border-radius: 16px 0 0 16px;
  /* Mobile */
}
@media (max-width: 768px) {
  .how-to-view-custom-constellations__right-box {
    background-color: #21264F;
    border-radius: 0;
  }
}
.how-to-view-custom-constellations__left-box-background-image-container,
.how-to-view-custom-constellations__right-box-background-image-container {
  position: absolute;
  inset: 0;
}
.how-to-view-custom-constellations__left-box-background-image-container .how-to-view-custom-constellations__left-box-background-image,
.how-to-view-custom-constellations__right-box-background-image-container .how-to-view-custom-constellations__left-box-background-image,
.how-to-view-custom-constellations__left-box-background-image-container .how-to-view-custom-constellations__right-box-background-image,
.how-to-view-custom-constellations__right-box-background-image-container .how-to-view-custom-constellations__right-box-background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.how-to-view-custom-constellations__left-box-background-image-container .how-to-view-custom-constellations__left-box-background-image--desktop,
.how-to-view-custom-constellations__right-box-background-image-container .how-to-view-custom-constellations__left-box-background-image--desktop,
.how-to-view-custom-constellations__left-box-background-image-container .how-to-view-custom-constellations__right-box-background-image--desktop,
.how-to-view-custom-constellations__right-box-background-image-container .how-to-view-custom-constellations__right-box-background-image--desktop {
  /* Tablet */
}
@media (max-width: 1024px) {
  .how-to-view-custom-constellations__left-box-background-image-container .how-to-view-custom-constellations__left-box-background-image--desktop,
  .how-to-view-custom-constellations__right-box-background-image-container .how-to-view-custom-constellations__left-box-background-image--desktop,
  .how-to-view-custom-constellations__left-box-background-image-container .how-to-view-custom-constellations__right-box-background-image--desktop,
  .how-to-view-custom-constellations__right-box-background-image-container .how-to-view-custom-constellations__right-box-background-image--desktop {
    display: none;
  }
}
.how-to-view-custom-constellations__left-box-background-image-container .how-to-view-custom-constellations__left-box-background-image--mobile,
.how-to-view-custom-constellations__right-box-background-image-container .how-to-view-custom-constellations__left-box-background-image--mobile,
.how-to-view-custom-constellations__left-box-background-image-container .how-to-view-custom-constellations__right-box-background-image--mobile,
.how-to-view-custom-constellations__right-box-background-image-container .how-to-view-custom-constellations__right-box-background-image--mobile {
  display: none;
  /* Tablet */
}
@media (max-width: 1024px) {
  .how-to-view-custom-constellations__left-box-background-image-container .how-to-view-custom-constellations__left-box-background-image--mobile,
  .how-to-view-custom-constellations__right-box-background-image-container .how-to-view-custom-constellations__left-box-background-image--mobile,
  .how-to-view-custom-constellations__left-box-background-image-container .how-to-view-custom-constellations__right-box-background-image--mobile,
  .how-to-view-custom-constellations__right-box-background-image-container .how-to-view-custom-constellations__right-box-background-image--mobile {
    display: block;
  }
}
.how-to-view-custom-constellations__left-box-content,
.how-to-view-custom-constellations__right-box-content {
  max-width: 620px;
}
.how-to-view-custom-constellations__left-box-content {
  margin-left: auto;
}
.how-to-view-custom-constellations__right-box-content {
  margin-right: auto;
}
.how-to-view-custom-constellations__left-box-title,
.how-to-view-custom-constellations__right-box-title {
  position: relative;
  font-size: 30px;
  /* Mobile */
}
@media (max-width: 768px) {
  .how-to-view-custom-constellations__left-box-title,
  .how-to-view-custom-constellations__right-box-title {
    font-size: 24px;
  }
}
.how-to-view-custom-constellations__left-box-copy,
.how-to-view-custom-constellations__right-box-copy {
  position: relative;
  color: white;
  margin-top: 8px;
}
.how-to-view-custom-constellations__left-box-copy p,
.how-to-view-custom-constellations__right-box-copy p {
  line-height: 20px;
  margin-bottom: 12px;
}
.how-to-view-custom-constellations__left-box-copy p:last-child,
.how-to-view-custom-constellations__right-box-copy p:last-child {
  margin-bottom: 0;
}
.how-to-view-custom-constellations__left-box-cta {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  margin: 20px 0 0 auto;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  /* Mobile */
}
.how-to-view-custom-constellations__left-box-cta:hover {
  background: #03a6dc;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 768px) {
  .how-to-view-custom-constellations__left-box-cta {
    margin: 20px 0 0;
  }
}
/* --- Featured constellations --- */
.featured-constellations {
  position: relative;
  background-color: #07162E;
  padding-top: 70px;
  padding-bottom: 60px;
  /* Mobile */
  /* - Background Line - */
  /* - Container - */
  /* - Title - */
  /* - Constellations - */
}
@media (max-width: 768px) {
  .featured-constellations {
    background-color: #132038;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.featured-constellations__container {
  padding: 0;
  /* Small Desktop */
}
@media (max-width: 1440px) {
  .featured-constellations__container {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .featured-constellations__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.featured-constellations__background-line {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* Desktop */
}
@media (max-width: 1230x) {
  .featured-constellations__background-line {
    top: 45%;
  }
}
.featured-constellations__background-line--big-desktop {
  display: block;
  /* Small Desktop */
}
@media (max-width: 1440px) {
  .featured-constellations__background-line--big-desktop {
    display: none;
  }
}
.featured-constellations__background-line--small-desktop {
  display: none;
  /* Small Desktop */
  /* Tablet */
}
@media (max-width: 1440px) {
  .featured-constellations__background-line--small-desktop {
    display: block;
  }
}
@media (max-width: 1199px) {
  .featured-constellations__background-line--small-desktop {
    display: none;
  }
}
.featured-constellations__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 60px;
  /* Mobile */
}
@media (max-width: 1024px) {
  .featured-constellations__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
.featured-constellations__title {
  font-size: 32px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 320px;
  padding-left: 30px;
  /* Desktop */
  /* Small Desktop */
  /* Mobile */
}
@media (max-width: 1230x) {
  .featured-constellations__title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .featured-constellations__title {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .featured-constellations__title {
    font-size: 24px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
    max-width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }
}
.featured-constellations__constellations-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
  /* Small Desktop */
  /* Mobile */
}
@media (max-width: 1230x) {
  .featured-constellations__constellations-container {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .featured-constellations__constellations-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
.featured-constellations__constellation-card {
  position: relative;
  width: 100%;
  max-width: 230px;
  height: 230px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  cursor: pointer;
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1024px) {
  .featured-constellations__constellation-card {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .featured-constellations__constellation-card {
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: none;
    /* Hide cards beyond the 3rd */
  }
  .featured-constellations__constellation-card:nth-child(n+4) {
    display: none;
  }
}
.featured-constellations__constellation-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-constellations__constellation-card-content {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(190, 198, 220, 0.8);
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 8px;
  /* Mobile */
}
@media (max-width: 767px) {
  .featured-constellations__constellation-card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    padding: 12px;
  }
}
.featured-constellations__constellation-card-title {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #06172E;
  text-align: center;
  /* Mobile */
}
@media (max-width: 767px) {
  .featured-constellations__constellation-card-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -16px;
    width: 8px;
    height: 2px;
    background-color: #06172E;
  }
}
.featured-constellations__constellation-card-info {
  color: #06172E;
  text-align: center;
}
.featured-constellations__constellation-card-stars--desktop {
  display: block;
  /* Mobile */
}
@media (max-width: 767px) {
  .featured-constellations__constellation-card-stars--desktop {
    display: none;
  }
}
.featured-constellations__constellation-card-stars--mobile {
  display: none;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 18px;
  color: white;
  -webkit-filter: drop-shadow(0px 0px 6px black);
          filter: drop-shadow(0px 0px 6px black);
  /* Mobile */
}
.featured-constellations__constellation-card-stars--mobile svg {
  width: 20px;
  -webkit-filter: drop-shadow(0px 0px 6px black);
          filter: drop-shadow(0px 0px 6px black);
}
@media (max-width: 767px) {
  .featured-constellations__constellation-card-stars--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-id-520417 .featured-constellations__background-line {
  -webkit-transform: translateX(-52%);
          transform: translateX(-52%);
}
@media (max-width: 1440px) {
  .page-id-520417 .featured-constellations__background-line {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page-id-520417 .featured-constellations__title {
  max-width: 350px;
}
/* - Featured Constellations -- Modal - */
.featured-constellations-modal {
  display: none;
  width: 80%;
  max-width: 1470px;
  height: 780px;
  background-color: #13181D;
  border: none;
  border-radius: 16px;
  padding: 0;
  outline: none;
  /* Safari compatibility - use attribute selector instead of :open pseudo-class */
  /* Mobile */
  /* - Close Button - */
  /* - Background Image - */
  /* - Content - */
  /* - Mobile - */
}
.featured-constellations-modal[open] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured-constellations-modal::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.featured-constellations-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .featured-constellations-modal {
    width: 100%;
    height: 80%;
  }
}
.featured-constellations-modal__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.featured-constellations-modal__close-btn::before,
.featured-constellations-modal__close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.featured-constellations-modal__close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.featured-constellations-modal__close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.featured-constellations-modal__close-btn:hover::before,
.featured-constellations-modal__close-btn:hover::after {
  background-color: #29A9D5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.featured-constellations-modal__background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Desktop - show by default */
  /* Mobile - hide by default */
  /* Mobile breakpoint */
}
.featured-constellations-modal__background-image--desktop {
  display: block;
}
.featured-constellations-modal__background-image--mobile {
  display: none;
}
@media (max-width: 768px) {
  .featured-constellations-modal__background-image--desktop {
    display: none;
  }
  .featured-constellations-modal__background-image--mobile {
    display: block;
  }
}
.featured-constellations-modal__content {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 80px;
  margin-left: auto;
  /* Mobile */
}
@media (max-width: 768px) {
  .featured-constellations-modal__content {
    max-width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 20px 50px 50px;
    margin-top: auto;
  }
}
.featured-constellations-modal__content--desktop {
  display: block;
  /* Mobile */
}
@media (max-width: 768px) {
  .featured-constellations-modal__content--desktop {
    display: none;
  }
}
.featured-constellations-modal__content--mobile {
  display: none;
  /* Mobile */
}
@media (max-width: 768px) {
  .featured-constellations-modal__content--mobile {
    display: block;
  }
}
.featured-constellations-modal__name-container,
.featured-constellations-modal__occasion-container,
.featured-constellations-modal__stars-container,
.featured-constellations-modal__view-in-container {
  margin-bottom: 42px;
}
.featured-constellations-modal__name-container p,
.featured-constellations-modal__occasion-container p,
.featured-constellations-modal__stars-container p,
.featured-constellations-modal__view-in-container p {
  text-align: center;
}
.featured-constellations-modal__name-container p:nth-child(1),
.featured-constellations-modal__occasion-container p:nth-child(1),
.featured-constellations-modal__stars-container p:nth-child(1),
.featured-constellations-modal__view-in-container p:nth-child(1) {
  font-size: 20px;
  color: white;
}
.featured-constellations-modal__name-container p:nth-child(2),
.featured-constellations-modal__occasion-container p:nth-child(2),
.featured-constellations-modal__stars-container p:nth-child(2),
.featured-constellations-modal__view-in-container p:nth-child(2) {
  font-size: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fde47f), to(#d19430));
  background: linear-gradient(180deg, #fde47f 0%, #d19430 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 4px;
}
.featured-constellations-modal__view-in-container a {
  display: block;
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  color: #29A9D5;
}
.featured-constellations-modal__occasion-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.featured-constellations-modal__occasion-icon-container img {
  max-width: 120px;
}
.featured-constellations-modal__content-subcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.featured-constellations-modal__content-subcontainer p {
  color: white;
  margin-bottom: 4px;
}
.featured-constellations-modal__content-subcontainer p:last-child {
  margin-bottom: 0;
}
.featured-constellations-modal__view-in-container-mobile {
  margin-top: 24px;
}
.featured-constellations-modal__view-in-container-mobile p,
.featured-constellations-modal__view-in-container-mobile a {
  color: white;
}
.featured-constellations-modal__view-in-container-mobile p {
  text-align: center;
}
.featured-constellations-modal__view-in-container-mobile a {
  text-decoration: underline;
}
/* --- Reviews --- */
.reviews-custom-constellations {
  background-color: #07162E;
  padding-top: 60px;
  padding-bottom: 80px;
  /* Mobile */
  /* - Title - */
  /* - Slider - */
}
@media (max-width: 768px) {
  .reviews-custom-constellations {
    background-color: #132038;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.reviews-custom-constellations__container {
  position: relative;
}
.reviews-custom-constellations__title {
  font-size: 32px;
  font-style: italic;
  text-align: center;
  /* Mobile */
}
@media (max-width: 768px) {
  .reviews-custom-constellations__title {
    font-size: 24px;
  }
}
.reviews-custom-constellations__reviews-slider {
  max-width: 85%;
  padding-bottom: 70px;
  margin-top: 60px;
}
.reviews-custom-constellations__reviews-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: white;
}
.reviews-custom-constellations__reviews-slider .swiper-pagination-bullet-active {
  background: #F36E44;
}
.reviews-custom-constellations__review-slider-arrow {
  top: calc(50% + 20px);
  /* Mobile */
}
.reviews-custom-constellations__review-slider-arrow::after {
  content: '';
}
.reviews-custom-constellations__review-slider-arrow svg {
  max-width: 18px;
}
@media (max-width: 767px) {
  .reviews-custom-constellations__review-slider-arrow {
    display: none;
  }
}
.reviews-custom-constellations__review-rating {
  display: block;
  max-width: 120px;
  margin: 0 auto 20px;
}
.reviews-custom-constellations__review-card-text {
  font-size: 25px;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#fde47f), to(#d19430));
  background: linear-gradient(90deg, #fde47f 0%, #d19430 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* --- Form (Start Creating) --- */
.form-custom-constellation {
  background-color: #07162E;
  background-image: url('../../images/custom-constellations-page/form-background-desktop.png');
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  /* Small Desktop */
  /* Mobile */
  /* - Header - */
  /* - Form - */
}
@media (max-width: 1100px) {
  .form-custom-constellation {
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  .form-custom-constellation {
    background-image: url('../../images/custom-constellations-page/form-background-mobile.png');
    padding-bottom: 20px;
    background-repeat: repeat;
  }
}
.form-custom-constellation__header {
  margin-bottom: 60px;
}
.form-custom-constellation__title {
  font-size: 36px;
  text-align: center;
  /* Mobile */
}
@media (max-width: 768px) {
  .form-custom-constellation__title {
    font-size: 24px;
  }
}
.form-custom-constellation__subtitle {
  font-size: 16px;
  text-align: center;
  color: white;
  margin-top: 12px;
}
.form-custom-constellation .wpcf7 {
  float: none;
  padding-bottom: 80px;
}
.form-custom-constellation .wpcf7 form {
  /* Submit Btn */
}
.form-custom-constellation .wpcf7 form.sent .inputs-grid {
  display: none;
}
.form-custom-constellation .wpcf7 form .inputs-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 80px;
  max-width: 670px;
  margin: 0 auto;
  /* Mobile */
}
@media (max-width: 768px) {
  .form-custom-constellation .wpcf7 form .inputs-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.form-custom-constellation .wpcf7 form > p {
  height: 48px;
}
.form-custom-constellation .wpcf7 form label {
  font-size: 20px;
  font-weight: 400;
  color: white;
  /* Mobile */
}
@media (max-width: 768px) {
  .form-custom-constellation .wpcf7 form label {
    font-size: 18px;
  }
}
.form-custom-constellation .wpcf7 form label span {
  color: #2FB6E8;
  text-transform: none;
}
.form-custom-constellation .wpcf7 form .wpcf7-form-control-wrap {
  margin-top: 8px;
}
.form-custom-constellation .wpcf7 form .wpcf7-form-control-wrap .wpcf7-text,
.form-custom-constellation .wpcf7 form .wpcf7-form-control-wrap .wpcf7-email,
.form-custom-constellation .wpcf7 form .wpcf7-form-control-wrap .wpcf7-number,
.form-custom-constellation .wpcf7 form .wpcf7-form-control-wrap .wpcf7-select {
  font-size: 18px;
  width: 100%;
  border: none;
  padding: 8px;
  /* Mobile */
}
@media (max-width: 768px) {
  .form-custom-constellation .wpcf7 form .wpcf7-form-control-wrap .wpcf7-text,
  .form-custom-constellation .wpcf7 form .wpcf7-form-control-wrap .wpcf7-email,
  .form-custom-constellation .wpcf7 form .wpcf7-form-control-wrap .wpcf7-number,
  .form-custom-constellation .wpcf7 form .wpcf7-form-control-wrap .wpcf7-select {
    height: 45px;
  }
}
.form-custom-constellation .wpcf7 form .wpcf7-submit {
  float: none;
  display: block;
  font-size: 20px;
  border-radius: 50px;
  padding: 14px 32px;
  margin: 60px auto 0;
  /* Mobile */
}
@media (max-width: 768px) {
  .form-custom-constellation .wpcf7 form .wpcf7-submit {
    width: 100%;
  }
}
.form-custom-constellation .wpcf7 form .wpcf7-response-output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
}
