@import url(https://fonts.googleapis.com/css2?family=Dancing+Script&family=Poppins:wght@300;400;500;600&display=swap);
*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  /* Firefox */
  scrollbar-width: none;
  /* Internet Explorer 10+ */
  -ms-overflow-style: none;
  scroll-padding-top: 6rem;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

:root {
  color: #2a2c30;
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
  /* font-family: 'Dancing Script', cursive; */

  --app-padding: 2.5rem;
  --primary-light: #FFF5F0;
  --primary-dark: #eb7b44;
  --white: #ffffff;
}

::selection {
  color: var(--primary-light);
  background-color: var(--primary-dark);
}

.app {
  display: grid;
  place-items: center;
}

.loading-gradient {
  background: linear-gradient(to right, #f5f5f5 20%, #e0e0e0 50%, #f5f5f5 80%);
  background-size: 200% 100%;
  animation: animate-gradient 2s ease-in-out infinite;
}

@keyframes animate-gradient {
  0% {
    background-position: 100% 0%
  }

  100% {
    background-position: -100% 0%
  }
}


@media screen and (min-width: 0px) {
  :root {
    font-size: 8px;
  }
}

/* @media screen and (min-width: 640px) {
  :root {
    font-size: 8px;
  }
} */

@media screen and (min-width: 1440px) {
  :root {
    font-size: 10px;
  }
}

@media screen and (min-width: 2560px) {

  /* For QHD */
  :root {
    font-size: 15px;
  }
}

@media screen and (min-width: 3840px) {

  /* For 4K Displays (Ultra HD) */
  :root {
    font-size: 20px;
  }
}
.uU3tvY {
  height: 100%;
  width: 100%;
  position: relative;
}
._0yGOb {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3);
  background-color: var(--primary-dark);
  color: #ffffff;
  font-size: 2rem;
  display: grid;
  place-items: center;
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
}
.s9IhtT {
  padding: 1.5rem var(--app-padding) 1.5rem;
  font-size: 1.2rem;
  text-align: center;
  color: var(--primary-dark);
  background-color: var(--primary-light);
}
.IUNDKn {
  padding: 0 var(--app-padding);
  background-color: var(--primary-light);
  color: var(--primary-dark);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  height: 6rem;
  box-shadow: 0 0.5rem 1.5rem 0 rgb(0 0 0 / 10%);
  z-index: 10;
}

.OGIyWa {
  font-size: 2.2rem;
  position: relative;
  text-transform: uppercase;
}

.OGIyWa .PY9Ajx {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.VDrX2S {
  --dim: 2.4rem;
  height: var(--dim);
  width: var(--dim);
  line-height: var(--dim);
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background-color: var(--primary-dark);
}

.klxNA9 {
  font-size: 1.8rem;
}
.DmNf7n {
  font-size: inherit;
}

.LWp9vd {
  display: none;
}

.Qw2GzJ {
  display: block;
}

.UpI1fU {
  cursor: pointer;
  font-size: 1.2em;
}

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

.kzqj4t {
  text-decoration: none;
  color: var(--primary-dark);
  font-weight: 300;
  cursor: pointer;
}

.kzqj4t:hover, .UpI1fU:hover {
  filter: brightness(85%);
}

.LWp9vd ul {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.Qw2GzJ ul {
  display: flex;
  flex-direction: column;
  position: relative;
}

.Qw2GzJ .kzqj4t {
  display: inline-block;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.2em;
}

.sWng9W {
  inset: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.vX6g7m {
  padding: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  height: 100vh;
  background-color: var(--primary-light);
  width: min(80%, 50rem);
  transition: transform 0.2s ease-in-out;
}

.YgWMqi {
  display: block;
}

.YVwaJi {
  transform: translateX(0%);
}

@media (min-width:600px) {
  .LWp9vd {
    display: block;
  }

  .Qw2GzJ {
    display: none;
  }
}
.ABgqN1 {
  height: auto;
  width: 100%;
}

.wikewZ {
  position: relative;
}

.wikewZ:not(:first-child):not(:last-child) {
  margin-bottom: 2rem;
}
.hUS_GZ {
  width: 100%;
  background-image: url(../images/0a348750d0d37aeac1d1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70%;
}

.o_128h {
  height: 100%;
  background-color: rgb(0 0 0 / 0.6);
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.__8Lss {
  opacity: 1;
}

.Jx9j28 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 0 var(--app-padding);
  position: relative;
}

.jHBsqH {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.25s linear, transform 0.5s ease-out;
}

.ZT_abu .jHBsqH {
  opacity: 1;
  transform: translateY(0);
}

.wplLLT {
  font-size: 2.25rem;
}

.oAb5s5 {
  font-size: 8.5rem;
  font-family: 'Dancing Script', cursive;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition-delay: 0.15s;
  margin-top: 1rem;
}

.spPDZv {
  margin-top: 1rem;
  font-size: 2.25rem;
  transition-delay: 0.3s;
}

.e3Bn4o {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  transition-delay: 0.45s;
}

@media screen and (max-width: 600px) {
  .oAb5s5 {
    flex-direction: column;
    gap: 0rem;
  }
}
.kEfp3y {
  padding: 1rem 3.4rem;
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  transition: background-color 0.1s linear;
  color: var(--primary-light);
  background-color: var(--primary-dark);
  transition: opacity 0.2s ease-in-out;
  font-weight: 400;
  border-radius: 0.5rem;
}

.kEfp3y:hover {
  opacity: 0.9;
}
.eKa9TM {
  padding: var(--app-padding);
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-light);
  gap: 1rem;
  color: var(--primary-dark);
  text-align: center;
}

.Zg4VW3 {
  font-size: 3.6rem;
}

.TdwQEY {
  font-size: 1.6rem;
  /* color: #7C7570; */
}

.QEESeC {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.IZslvA {
  height: 10rem;
  width: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
}

.c6233e {
  font-size: 2.2rem;
  font-weight: bold;
  display: none;
}

.ZJLVyK {
  font-size: 3rem;
}

.c5OWpP {
  font-size: 1.4rem;
}

.c6CeVH {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  /* color: #7C7570; */
  margin-top: 1rem;
}

.x42B1B {
  font-size: 1.3em;
  font-family: 'Dancing Script', cursive;
}

.O6nPSh {
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .IZslvA {
    height: 9rem;
    width: 9rem;
  }
}
.k_FsYX {
  height: 100%;
  width: 100%;
}
.KyM8hk {
  height: 100%;
  padding: var(--app-padding);
  margin: 0 auto;
}

.MPOcrN {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0.5rem;
  width: 100%;
}

.a47Ajq {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.FiSIAl {
  width: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--primary-dark);
}

.DmffVN {
  align-items: flex-end;
}

.zslEEh {
  width: 25rem;
  height: 35rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.zslEEh img {
  object-fit: cover;
}

.fBCk5U {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.5rem;
}

.kuub22 {
  color: #E31C79;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
}

.kuub22 path {
  filter: drop-shadow(0px 0px 12px rgb(0 0 0 / 1));
}

.qoieRM {
  font-weight: 500;
}

.JrtY5m {
  font-family: 'Dancing Script', cursive;
  font-size: 1.7rem;
}

.DmffVN .JrtY5m {
  text-align: right;
}

@media screen and (max-width: 600px) {
  .MPOcrN {
    flex-direction: column;
  }

  .a47Ajq {
    flex: 1;
  }

  .zslEEh {
    width: 50%;
    height: 30rem;
  }

  .FiSIAl {
    width: 50%;
    font-size: 2rem;
  }
}
.krOu8l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  color: var(--primary-dark);
}

.oOZ0wa {
  font-size: 4em;
  /* font-family: 'Dancing Script', cursive; */
}

.Z35aaI {
  width: 20rem;
  height: auto;
  /* margin-top: -0.5rem; */
  margin-top: -1rem;
}
.rhGI38 {
  width: min(100%, 1200px);
  height: 100%;
  padding: var(--app-padding);
  margin: 0 auto;
  color: var(--primary-dark);
}

.tVnW2S {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  grid-auto-rows: 24rem;
  grid-auto-flow: dense;
}

.i6foGJ {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  overflow: hidden;
}

.kmQDVG {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
}

@media screen and (min-width: 600px) {
  .tVnW2S .ge7iJ_ {
    grid-row: span 2 / auto;
  }

  .tVnW2S .MZhFW5 {
    grid-column: span 2 / auto;
  }

  .tVnW2S .voE6Dj {
    grid-row: span 2 / auto;
    grid-column: span 2 / auto;
  }
}
.ljH1nu {
  width: min(100%, 1200px);
  height: 100%;
  padding: var(--app-padding);
  margin: 0 auto;
  color: var(--primary-dark);
}
.HmYp50 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  --thickness: 0.6rem;
}

/* The actual timeline (the vertical ruler) */
.qXgbuw {
  position: absolute;
  width: 0.3rem;
  height: 100%;
  background-color: var(--primary-dark);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1rem;
  z-index: 0;
}

/* Container around content */
.rs0Y5q {
  position: relative;
  background-color: inherit;
  width: 50%;
}

.rs0Y5q:not(:last-child) {
  padding-bottom: 2.5rem;
}

/* The circles on the timeline */
.M6p4F9 {
  --marker-dim: 2rem;
  box-sizing: border-box;
  position: absolute;
  /* top: calc(-1 * var(--marker-dim) / 2); */
  top: 0;
  width: var(--marker-dim);
  height: var(--marker-dim);
  border-radius: 50%;
  z-index: 1;
  background-color: var(--white);
  border: 0.3rem solid var(--primary-dark);
}

.Kg0QWS .M6p4F9 {
  left: calc(100% - var(--marker-dim) / 2);
}

.KA_pl4 .M6p4F9 {
  right: calc(100% - var(--marker-dim) / 2);
}

/* Place the container to the left */
.Kg0QWS {
  padding-right: 2.5rem;
  left: 0;
}

/* Place the container to the right */
.KA_pl4 {
  padding-left: 2.5rem;
  left: 50%;
}

/* Fix the circle for containers on the right side */
.KA_pl4::after {
  left: -16px;
}

/* The actual content */
.srknxP {
  padding: 2.5rem;
  background-color: white;
  position: relative;
  border-radius: 0.6rem;
  background-color: var(--primary-light);
  box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 0.1rem solid var(--primary-dark);
  font-weight: 400;
}

.srknxP .m2kIOf {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1rem;
}

.srknxP .ZiKYuC {
  font-size: 1.6rem;
  font-weight: 300;
}

.srknxP p {
  margin: 0.25rem;
}

.srknxP b {
  font-weight: 500;
}

.srknxP p button {
  margin-top: 1rem;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

  /* Place the timelime to the left */
  .qXgbuw {
    left: 0;
  }

  /* Full-width containers */
  .rs0Y5q {
    width: 100%;
    padding: 0 0 2.5rem 2.5rem;
  }

  .rs0Y5q:last-child {
    padding-bottom: 0;
  }

  /* Make sure all circles are at the same spot */
  .Kg0QWS .M6p4F9, .KA_pl4 .M6p4F9 {
    left: calc(-1 * var(--marker-dim) / 2);
  }

  /* Make all right containers behave like the left ones */
  .KA_pl4 {
    left: 0%;
  }

  .srknxP .m2kIOf {
    font-size: 3rem;
    font-weight: 500;
  }

  .srknxP .ZiKYuC {
    font-size: 1.8rem;
    font-weight: 400;
  }

  .srknxP b {
    font-weight: 600;
  }
}
