<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Fedrasansstd V 1";
  src: url('../fonts/FedraSansStd-Medium-v1.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vesperlibre;
  src: url('../fonts/VesperLibre-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vesperlibre;
  src: url('../fonts/VesperLibre-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vesperlibre;
  src: url('../fonts/VesperLibre-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vesperlibre;
  src: url('../fonts/VesperLibre-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muktamalar;
  src: url('../fonts/MuktaMalar-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muktamalar;
  src: url('../fonts/MuktaMalar-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muktamalar;
  src: url('../fonts/MuktaMalar-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muktamalar;
  src: url('../fonts/MuktaMalar-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fedrasansstd Book;
  src: url('../fonts/FedraSansStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fserstda;
  src: url('../fonts/FSerStdA-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fedrasansstd;
  src: url('../fonts/FedraSansStd-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fserstda;
  src: url('../fonts/FSerStdA-BookItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fserstda;
  src: url('../fonts/FSerStdA-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fserstda Book;
  src: url('../fonts/FSerStdA-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fedrasansstd;
  src: url('../fonts/FedraSansStd-BookItalic.otf') format("opentype"), url('../fonts/FedraSansStd-DemiItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fedrasansstd;
  src: url('../fonts/FedraSansStd-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fedrasansstd;
  src: url('../fonts/FedraSansStd-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fedrasansstd;
  src: url('../fonts/FedraSansStd-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fedrasansstd Demi;
  src: url('../fonts/FedraSansStd-Demi.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fedrasansstd;
  src: url('../fonts/FedraSansStd-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Vesperlibre, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  color: #000;
  -webkit-text-stroke-color: #000;
  margin-top: auto;
  margin-bottom: 3vh;
  font-family: Vesperlibre, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

p {
  color: #000;
  margin-bottom: 4vh;
  font-size: 1.2rem;
  line-height: 1.6;
}

strong {
  font-weight: 400;
}

em {
  font-style: italic;
}

.bg-fixed {
  z-index: -4;
  background-color: #380303;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6vh;
  position: static;
  inset: 0%;
}

.bg-fixed.featurestory {
  position: fixed;
}

.bg-fixed.featurestory.feature {
  background-color: #0a0a0b;
}

.bg-fixed.featurestory.feature.jan24 {
  background-color: #22028a;
  padding-bottom: 0;
}

.bg-fixed.featurestory.feature.feb24 {
  background-color: #252723;
}

.bg-fixed.featurestory.emotion.feb24 {
  background-color: #38030300;
  padding-bottom: 0;
  display: block;
}

.bg-fixed.featurestory.mar24 {
  background-color: #0e0e27;
}

.bg-fixed.featurestory.apr24 {
  background-color: #630805;
}

.bg-fixed.featurestory.jun24 {
  background-color: #2e0b02;
}

.bg-fixed.featurestory.july24 {
  background-color: #210101;
}

.bg-fixed.featurestory.aug24 {
  background-color: #140605;
}

.bg-fixed.featurestory.oct24 {
  background-color: #441e08;
}

.bg-fixed.featurestory.nov24 {
  background-color: #251a1a;
}

.bg-fixed.conversation.feb24 {
  background-color: #252830;
  padding-bottom: 0;
  position: fixed;
}

.bg-fixed.conversation.apr24 {
  background-color: #252830;
  position: fixed;
}

.bg-fixed.conversation.may24 {
  background-color: #41612a;
  padding-bottom: 0;
  position: fixed;
}

.bg-fixed.conversation.jun24 {
  background-color: #001412;
  padding-bottom: 0;
  position: fixed;
}

.bg-fixed.conversation.july {
  background-color: #773306;
  position: fixed;
}

.bg-fixed.conversation.aug24 {
  background-color: #29140b;
  position: fixed;
}

.bg-fixed.conversation.oct24 {
  background-color: #a1302b;
  padding-bottom: 0;
  position: fixed;
}

.bg-fixed.conversation.nov24 {
  background-color: #173bac;
  padding-bottom: 0;
  position: fixed;
}

.bg-fixed.relationships.feb24 {
  background-color: #41052f;
  position: fixed;
}

.bg-fixed.sgx {
  background-color: #27150e;
  position: fixed;
}

.bg-fixed.sgx.mar24 {
  background-color: #121212;
}

.bg-fixed.sgx.jun24 {
  background-color: #3d0303;
}

.bg-fixed.sgx.july24 {
  background-color: #311c1c;
}

.bg-fixed.sgx.sep24 {
  background-color: #201d22;
}

.bg-fixed.sgx.oct24 {
  background-color: #4b3220;
}

.bg-fixed.sgx.nov24 {
  background-color: #050507;
}

.bg-fixed.news-events-1 {
  background-color: #00213c;
  position: fixed;
}

.bg-fixed.news-events-2 {
  position: fixed;
}

.bg-fixed.news-events-2.kps {
  background-color: #301b17;
}

.bg-fixed.news-events-2.kps.apr24 {
  background-color: #1a0d0f;
}

.bg-fixed.news-events-2.kps.july24 {
  background-color: #104885;
}

.bg-fixed.news-events-2.may24 {
  background-color: #0a5730;
}

.bg-fixed.news-events-2.naga.sep24 {
  background-color: #29211c;
}

.bg-fixed.news-events-2.unity.sep24 {
  background-color: #252757;
}

.bg-fixed.news-events-2.sep24 {
  background-color: #1e2500;
}

.bg-fixed.news-events-2.oct24 {
  background-color: #09070a;
}

.bg-fixed.navaratri {
  background-color: #3c0405;
}

.bg-fixed.shivabharanam {
  background-color: #000;
  height: auto;
}

.bg-fixed.recepie.dec23 {
  background-color: #195704;
  background-image: url('../images/705259819-edit.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
}

.bg-fixed.recepie.feb24 {
  background-color: #38030300;
  background-image: url('../images/20250520_PVS_0027-e-1-min.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 0;
  position: fixed;
  inset: 0%;
}

.bg-fixed.ritual.mar24 {
  background-color: #291614;
  position: fixed;
}

.bg-fixed.devi {
  background-color: #7f0c0c;
  height: auto;
}

.bg-fixed.devi.tamanna {
  background-color: #7e0001;
  position: fixed;
}

.bg-fixed.science.apr24 {
  background-color: #270615;
  position: fixed;
}

.bg-fixed.science.jun24 {
  background-color: #2e231c;
  position: fixed;
}

.bg-fixed.msr.apr24 {
  background-color: #021347;
  padding-bottom: 0;
  position: fixed;
}

.bg-fixed.conscious.may24 {
  background-color: #4a3520;
  position: fixed;
}

.bg-fixed.conscious.jun24 {
  background-color: #361610;
  position: fixed;
}

.bg-fixed.conscious._2 {
  background-color: #4b290b;
  position: fixed;
}

.bg-fixed.conscious.july24 {
  background-color: #a2310a;
  position: fixed;
}

.bg-fixed.conscious.foodhealth {
  background-color: #033361;
  padding-bottom: 0;
  position: fixed;
}

.bg-fixed.conscious.devi {
  background-color: #770b0d;
  padding-bottom: 0;
  position: fixed;
}

.bg-fixed.conscious.yoga {
  background-color: #080a0a;
  padding-bottom: 0;
  position: fixed;
}

.bg-fixed.yogicfood {
  background-color: #073083;
  padding-bottom: 0;
  position: fixed;
}

.bg-fixed.unity {
  width: auto;
  height: 82vh;
  padding-bottom: 0;
}

.bg-fixed.unity.july24 {
  background-color: #302d29;
  padding-bottom: 0;
  position: fixed;
}

.bg-fixed._25yrs-dl {
  background-color: #311500;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.bg-fixed.timelesswisdom {
  background-color: #202018;
  position: fixed;
}

.bg-fixed.timelesswisdom.oct24 {
  background-color: #a14c18;
}

.bg-fixed.gp24.aug24 {
  object-fit: fill;
  background-color: #a73b15;
  padding-bottom: 0;
  position: fixed;
}

.bg-fixed.poornanga {
  background-color: #1d301f;
  padding-bottom: 0;
  position: fixed;
}

.bg-fixed.krihnajayathi {
  background-color: #060230;
}

.bg-fixed.diwali {
  background-color: #2e0505;
}

.bg-fixed.dhyanalinga {
  background-color: #57362a;
  position: fixed;
}

.bg-fixed.un {
  background-color: #0d0879;
  position: fixed;
}

.bg-fixed.saptharishi {
  z-index: 6;
  background-color: #4c1f0800;
  height: auto;
  position: static;
}

.mainhero {
  object-fit: cover;
  width: 100vw;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.mainhero.featurestroy {
  height: auto;
}

.mainhero.featurestroy.mobile {
  display: none;
}

.mainhero.featurestroy.jan24.hero {
  margin-top: -8vh;
}

.mainhero.featurestroy.feb24 {
  height: 80vh;
}

.mainhero.featurestroy.feb24.emotion {
  height: auto;
  margin-top: -6vh;
}

.mainhero.featurestroy.apr24 {
  height: 84vh;
}

.mainhero.featurestroy.may24 {
  width: auto;
  height: auto;
  position: static;
}

.mainhero.featurestroy.july24 {
  object-position: 50% 0%;
  height: 84vh;
}

.mainhero.featurestroy.aug-24 {
  height: 90vh;
}

.mainhero.conversation.feb24 {
  height: auto;
  margin-top: auto;
}

.mainhero.relationships {
  height: auto;
}

.mainhero.sgx {
  margin-top: 0;
}

.mainhero.sgx.mar24 {
  height: 100vh;
}

.mainhero.sgx.apr24 {
  margin-top: -6vh;
}

.mainhero.sgx.july24 {
  object-position: 50% 0%;
}

.mainhero.sgx.aug24 {
  height: 80vh;
}

.mainhero.news-events-1 {
  height: 82vh;
}

.mainhero.news-events-1.kps {
  height: auto;
  margin-top: -10vh;
}

.mainhero.culture.apr24 {
  margin-top: -10vh;
}

.mainhero.ritual {
  margin-top: auto;
}

.mainhero.karma {
  margin-top: -14vh;
}

.mainhero.tamanna.lb {
  height: auto;
}

.mainhero.yogawisdom {
  object-position: 50% 50%;
  height: auto;
  margin-top: -12vh;
  display: block;
  position: fixed;
}

.mainhero.yoga {
  height: auto;
}

.mainhero.yoga.june24 {
  width: auto;
  height: 82vh;
}

.mainhero.science.apr24 {
  height: 84vh;
}

.mainhero.news-events.apr24 {
  height: 100vh;
  margin-top: -14vh;
}

.mainhero.news-events.sg-recovery {
  padding-bottom: 0;
}

.mainhero.kps.apr24 {
  height: auto;
}

.mainhero.mystic.jun24 {
  margin-top: -8vh;
}

.mainhero.mystic.july24 {
  width: 100vw;
  height: 84vh;
  margin-top: auto;
}

.mainhero.consicous.may24 {
  width: 100vw;
  height: auto;
}

.mainhero.consicous.jun24 {
  width: auto;
  height: 84vh;
}

.mainhero.consicous.july24 {
  object-position: 50% 0%;
  height: 82vh;
  overflow: auto;
}

.mainhero.mm.may24 {
  width: auto;
  height: 100vh;
}

.mainhero.consciousliving.july24 {
  height: 84vh;
  position: fixed;
}

.mainhero.consciousliving.sep24 {
  object-position: 50% 0%;
  height: auto;
  margin-top: -10vh;
}

.mainhero.unity.july24 {
  height: 82vh;
}

.mainhero._25yrs-dl.july24 {
  object-position: 50% 0%;
  overflow: auto;
}

.mainhero.july24 {
  object-position: 50% 50%;
  width: 100vw;
  height: 82vh;
  overflow: auto;
}

.mainhero.unity-july24 {
  height: 82vh;
}

.mainhero.gp-24.aug24 {
  object-position: 50% 0%;
  height: 82vh;
  position: static;
  overflow: auto;
}

.mainhero.devi {
  position: static;
  inset: 0% 0% auto;
}

.mainhero.livingwell {
  margin-top: -10vh;
}

.mainhero.sg-un {
  height: 82vh;
  margin-top: 0;
}

.mainhero.ins {
  object-position: 50% 50%;
  height: 82vh;
}

.italic-text {
  color: #fff;
  max-width: 900px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.hero-intro {
  color: #fff;
  text-align: center;
  width: 60vw;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Vesperlibre, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
}

.hero-intro.in-pics {
  text-align: center;
  font-size: 1.4rem;
}

.category-tag {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #69a26a;
  width: 20vw;
  margin-left: auto;
  margin-right: auto;
  padding: 1vh 2vw;
  font-size: .8rem;
  font-weight: 500;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.category-tag.featurestory.jan24 {
  background-color: #7a7e82;
}

.category-tag.featurestory.feb24 {
  background-color: #b85c20;
}

.category-tag.featurestory.mar24 {
  background-color: #56111d;
}

.category-tag.featurestory.apr24 {
  background-color: #4e372b;
}

.category-tag.featurestory.may24 {
  background-color: #b38854;
}

.category-tag.featurestory.jun24 {
  background-color: #d9721f;
}

.category-tag.featurestory.july24 {
  background-color: #90111c;
}

.category-tag.featurestory.aug24 {
  background-color: #ce7a20;
}

.category-tag.featurestory.ocy24 {
  background-color: #b29f74;
}

.category-tag.featurestory.nov24 {
  background-color: #b79d96;
}

.category-tag.featurestory.dec24 {
  background-color: #844c35;
}

.category-tag.emotions.feb24 {
  background-color: #6b0b0a;
}

.category-tag.conversation {
  background-color: #e7e2df;
}

.category-tag.news-events-1 {
  background-color: #367290;
}

.category-tag.news-events-2 {
  background-color: #3d550b;
}

.category-tag.news-events-2.kps {
  background-color: #afbe8f;
}

.category-tag.nov23 {
  background-color: #168188;
}

.category-tag.nov23.recipe {
  color: #fff;
  background-color: #195704;
  width: 18vw;
}

.category-tag.feb24.recepie {
  color: #fff;
  background-color: #3a0803;
  width: 16vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-family: Fserstda, sans-serif;
}

.category-tag.mysteries.mar24 {
  background-color: #9c1d1d;
  width: 28vw;
}

.category-tag.mysteries.mar24.karma {
  background-color: #75523c;
}

.category-tag.yoga {
  background-color: #c97c47;
}

.category-tag.yoga.mar24 {
  background-color: #812b14;
}

.category-tag.yoga.apr24 {
  background-color: #a06725;
}

.category-tag.yoga.pahalgam {
  background-color: #214f78;
}

.category-tag.lb {
  background-color: #550a0a;
}

.category-tag.kps.mar24 {
  background-color: #7a3c2e;
}

.category-tag.kps.may24 {
  background-color: #0d3f0d;
}

.category-tag.kps.apr24 {
  background-color: #b40028;
  width: 22vw;
}

.category-tag.kps.july24 {
  background-color: #74913b;
}

.category-tag.kps.oct24 {
  background-color: #3e3f86;
}

.category-tag.mar24 {
  color: #fff;
  background-color: #125f13;
  font-family: Fserstda, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.category-tag.apr24 {
  color: #fff;
  background-color: #df7c0b;
  width: 20vw;
  font-family: Fserstda, sans-serif;
}

.category-tag.apr24.science {
  width: 24vw;
}

.category-tag.news-events {
  background-color: #945d3d;
}

.category-tag.mystic {
  background-color: #fff;
}

.category-tag.conscious {
  background-color: #a27339;
  width: 24vw;
}

.category-tag.conscious.parenting {
  background-color: #a5548c;
}

.category-tag.conscious.jun24 {
  background-color: #683b25;
}

.category-tag.conscious.july24 {
  background-color: #e75739;
}

.category-tag.yogicfood {
  background-color: #3ea03f;
}

.category-tag.conscios {
  background-color: #bb746c;
  width: 26vw;
}

.category-tag.mystries {
  background-color: #041d31;
  width: 14vw;
}

.category-tag.hnr {
  background-color: #2a2532;
}

.category-tag._25yrs-dl {
  background-color: #893f1a;
}

.category-tag.july24 {
  color: #fff;
  background-color: #8f4703;
  font-family: Fserstda, sans-serif;
  font-weight: 400;
}

.category-tag.unity {
  background-color: #83755f;
}

.category-tag.unity.sep24 {
  background-color: #d66e0d;
}

.category-tag.wisdom.aug24 {
  background-color: #bf4e41;
}

.category-tag.wisdom.sep24 {
  width: 22vw;
}

.category-tag.wisdom.oct24 {
  background-color: #bb6f1e;
  width: 26vw;
}

.category-tag.wisdom.nov24 {
  background-color: #709a98;
}

.category-tag.aug24 {
  color: #fff;
  background-color: #3d282b;
  font-family: Fserstda, sans-serif;
}

.category-tag.gp24 {
  background-color: #141518;
}

.category-tag.poornanga {
  background-color: #628104;
}

.category-tag.naga {
  background-color: #ac5a00;
}

.category-tag.sep24 {
  color: #fff;
  background-color: #8c0000;
  font-family: Fserstda, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.category-tag.devi {
  background-color: #490305;
  width: 22vw;
}

.category-tag.oct24 {
  color: #fff;
  background-color: #0b1108;
  font-family: Fserstda, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.category-tag.leadership {
  background-color: #706f36;
}

.category-tag.nov24 {
  color: #fff;
  letter-spacing: 0;
  background-color: #2b333d;
}

.category-tag.mind {
  background-color: #324a5b;
}

.category-tag.livingwell {
  background-color: #16140f;
}

.category-tag.dhyanalinga.dec24 {
  background-color: #a7896e;
}

.category-tag.un {
  background-color: #165425;
}

.category-tag.un.kuws {
  background-color: #0030b3;
}

.category-tag.ins {
  background-color: #ca7c40;
}

.heroheading {
  text-align: center;
  background-color: #0000;
  width: 70vw;
  max-width: 900px;
  margin: auto auto 2vh;
  padding-top: 4vh;
}

.heroheading.relationship {
  width: 76vw;
  max-width: 840px;
}

.heroheading.karma {
  width: 70vw;
  max-width: 800px;
}

.headingpart {
  background-color: #3c8309;
  width: 100vw;
  max-width: 100%;
  margin-top: 42vw;
}

.headingpart.featurestory.jan24 {
  background-color: #22028a;
  height: auto;
  margin-top: 80vh;
}

.headingpart.featurestory.feb24 {
  background-color: #252723;
  margin-top: 76vh;
}

.headingpart.featurestory.mar24 {
  background-color: #0e0e27;
  margin-top: 80vh;
}

.headingpart.featurestory.apr24 {
  background-color: #c9611d;
  margin-top: 80vh;
}

.headingpart.featurestory.may24 {
  background-color: #630805;
  margin-top: 80vh;
}

.headingpart.featurestory.jun24 {
  background-color: #2e0b02;
  margin-top: 80vh;
}

.headingpart.featurestory.july24 {
  background-color: #210101;
  margin-top: 78vh;
}

.headingpart.featurestory.aug {
  background-color: #140605;
  margin-top: 80vh;
}

.headingpart.featurestory.oct24 {
  background-color: #441e08;
  margin-top: 80vh;
}

.headingpart.featurestory.nov24 {
  background-color: #251a1a;
  margin-top: 80vh;
}

.headingpart.featurestory.dec24 {
  background-color: #2f1409;
  margin-top: 90vh;
}

.headingpart.emotions.feb24 {
  background-color: #b85c20;
  margin-top: 76vh;
}

.headingpart.conversation.feb24 {
  background-color: #00145d;
  margin-top: 80vh;
}

.headingpart.relationship.feb24 {
  background-color: #41052f;
  margin-top: 80vh;
}

.headingpart.sgx {
  background-color: #2e1607;
}

.headingpart.news-events-1 {
  background-color: #00213c;
  margin-top: 84vh;
}

.headingpart.news-events-2 {
  background-color: #245204;
  margin-top: 80vh;
}

.headingpart.culture.mar24 {
  background-color: #17104c;
  margin-top: 80vh;
}

.headingpart.culture.apr24 {
  background-color: #252830;
  margin-top: 80vh;
}

.headingpart.mysteries.mar24 {
  background-color: #420000;
  margin-top: 80vh;
}

.headingpart.mysteries.mar24.karma {
  background-color: #291614;
}

.headingpart.tammana.lb {
  background-color: #7e0001;
  margin-top: 84vh;
}

.headingpart.keepupsg.mar24 {
  background-color: #301b17;
  margin-top: 76vh;
}

.headingpart.keepupsg.apr24 {
  background-color: #1a0d0f;
  margin-top: 80vh;
}

.headingpart.keepupsg.july24 {
  background-color: #2a190c;
  margin-top: 80vh;
}

.headingpart.keepupsg.aug24 {
  background-color: #104885;
  margin-top: 80vh;
}

.headingpart.keepupsg.sep24 {
  background-color: #1e2500;
  margin-top: 80vh;
}

.headingpart.keepupsg.oct24 {
  background-color: #09070a;
  margin-top: 80vh;
}

.headingpart.yogawisdom {
  background-color: #322714;
  margin-top: 80vh;
}

.headingpart.yogawisdom.sep24 {
  background-color: #29140b;
}

.headingpart.yogawisdom.oct24 {
  background-color: #a1302b;
}

.headingpart.yogawisdom.nov24 {
  background-color: #262b19;
}

.headingpart.yogawisdom.dec24 {
  background-color: #112435;
}

.headingpart.science.apr24 {
  background-color: #270615;
  margin-top: 80vh;
}

.headingpart.news-events {
  background-color: #021347;
  margin-top: 80vh;
}

.headingpart.mystic {
  background-color: #41612a;
  margin-top: 80vh;
}

.headingpart.mystic.jun24 {
  background-color: #001412;
}

.headingpart.mystic.july24 {
  background-color: #773306;
}

.headingpart.conscious.may24 {
  background-color: #4a3520;
  margin-top: 80vh;
}

.headingpart.conscious.jun24 {
  background-color: #361610;
  margin-top: 80vh;
}

.headingpart.conscious._2.july24 {
  background-color: #2e231c;
  margin-top: 80vh;
}

.headingpart.mm.may24 {
  clear: none;
  background-color: #0a5730;
  margin-top: 80vh;
}

.headingpart.food.jun24 {
  background-color: #073083;
  margin-top: 80vh;
}

.headingpart.mystryies.july24 {
  background-color: #4b290b;
  margin-top: 80vh;
}

.headingpart.hnr.july24 {
  background-color: #a2310a;
  margin-top: 80vh;
}

.headingpart.unity.july24 {
  background-color: #302d29;
  margin-top: 80vh;
}

.headingpart.unity.sep24 {
  background-color: #252757;
  margin-top: 80vh;
}

.headingpart._25yes-dl {
  background-color: #311500;
  margin-top: 80vh;
}

.headingpart.consciousliving.aug24 {
  background-color: #30211f;
  margin-top: 80vh;
}

.headingpart.timeless-wisdom {
  background-color: #010d53;
  margin-top: 80vh;
}

.headingpart.timeless-wisdom.sep24 {
  background-color: #202018;
}

.headingpart.gp24 {
  background-color: #a73b15;
  margin-top: 80vh;
}

.headingpart.food-health {
  background-color: #033361;
  margin-top: 80vh;
}

.headingpart.poornangaliving {
  background-color: #1d301f;
  margin-top: 80vh;
}

.headingpart.naga {
  background-color: #29211c;
  margin-top: 80vh;
}

.headingpart.mind-wellbeing {
  margin-top: 80vh;
}

.headingpart.mind-wellbeing.oct24 {
  background-color: #a14c18;
}

.headingpart.devi.oct24 {
  background-color: #770b0d;
  margin-top: 80vh;
}

.headingpart.devi.nov24 {
  background-color: #7f0606;
  margin-top: 80vh;
}

.headingpart.yoga {
  background-color: #323136;
  margin-top: 80vh;
}

.headingpart.dhyanalinga {
  background-color: #3e302a;
  margin-top: 80vh;
}

.headingpart.livingwell {
  background-color: #080a0a;
}

.headingpart.livingwell.pahalgam {
  background-color: #001e3e;
}

.headingpart.un {
  background-color: #79040a;
  margin-top: 80vh;
}

.headingpart.un.kuws {
  background-color: #1f0050;
}

.herointro {
  color: #ddc5b3;
  text-align: center;
  width: 60vw;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  display: block;
}

.herointro.msr {
  color: #fff;
}

.flowerkolam-3 {
  width: 18vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8vh;
  display: block;
}

.flowerkolam-3.white {
  filter: invert();
  width: 18vw;
  padding-top: 0;
  padding-bottom: 6vh;
}

.flowerkolam-3.white.msr {
  padding-bottom: 8vh;
}

.flowerkolam-3.last, .flowerkolam-3.abovetext {
  padding-bottom: 4vh;
}

.titletag {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: #773306;
  font-weight: 500;
}

.hero-intro-italics {
  font-family: Vesperlibre, sans-serif;
  font-weight: 400;
}

.fullwide-white {
  background-color: #fff;
}

.fullwide-white.behind-image {
  margin-top: -28vh;
  padding-top: 28vh;
}

.fullwide-white.behind-image.grey {
  background-color: #ecebeb;
  margin-top: -24vh;
  padding-top: 24vh;
}

.fullwide-white.conversation {
  padding-top: 8vh;
}

.fullwide-white.conversation.mar24 {
  background-color: #f6f5fd;
  padding-top: 4vh;
}

.fullwide-white.conversation.may24 {
  padding-top: 0;
}

.fullwide-white.consciousliving {
  padding-top: 8vh;
}

.pullquote-plain {
  justify-content: center;
  align-items: center;
  width: 40vw;
  max-width: 660px;
  margin: auto;
  display: flex;
}

.pullquote-plain.yaw {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}

.pullquote-plain.aboveimage {
  margin-bottom: 2vh;
}

.pullquote-plain.below-image {
  margin-top: 3vh;
}

.sgx-quotation {
  flex: none;
  width: 5vw;
  max-width: 70px;
  margin-top: .8vw;
  margin-right: 1vw;
}

.sgx-quotation.dec-featstory {
  flex: none;
  align-items: center;
  width: 4vw;
  margin-top: .5vh;
  margin-bottom: auto;
  margin-right: 1.5vw;
  display: flex;
}

.flowerkolam-new {
  width: 18vw;
  margin-bottom: 8vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.flowerkolam-new.last-kolam {
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 4vh;
}

.flowerkolam-new.last-kolam.white {
  padding-bottom: 0;
}

.bg-fullwide {
  background-color: #fff;
  width: 100vw;
  height: auto;
  padding-top: 8vh;
}

.bg-fullwide.featurestory.jan24 {
  background-color: #fff;
  padding-top: 10vh;
}

.bg-fullwide.featurestory.mar24 {
  background-color: #e6e6e6;
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.bg-fullwide.featurestory.jun24 {
  padding-top: 8vh;
}

.bg-fullwide.emotions.feb24 {
  background-color: #f8e4d5;
  padding-top: 4vh;
}

.bg-fullwide.emotions.apr24 {
  background-color: #f0e4e4;
  padding-top: 4vh;
}

.bg-fullwide.relationships {
  padding-top: 2vh;
}

.bg-fullwide.kps.feb24 {
  padding-top: 6vh;
  padding-bottom: 0;
}

.bg-fullwide.kps.mar24 {
  padding-top: 10vh;
}

.bg-fullwide.mysteries.mar24 {
  background-color: #f3dada;
  padding-top: 8vh;
}

.bg-fullwide.mysteries.mar24.karma {
  background-color: #fff6f6;
  padding-top: 4vh;
}

.bg-fullwide.tamnna.lb {
  padding-top: 10vh;
  padding-bottom: 4vh;
}

.bg-fullwide.science {
  background-color: #dbdce2;
  padding-top: 8vh;
}

.bg-fullwide.news-events.msr {
  padding-top: 10vh;
}

.bg-fullwide.news-events.sg-recovery {
  padding-top: 2vh;
}

.bg-fullwide.conscious {
  background-color: #fdf3e9;
  padding-top: 8vh;
}

.bg-fullwide.yoga {
  background-color: #faf4e4;
  padding-top: 8vh;
}

.bg-fullwide.yogicfood {
  background-color: #f9fbff;
  padding-top: 8vh;
}

.bg-fullwide.timeless {
  padding-top: 8vh;
}

.bg-fullwide.poornanga {
  background-color: #eff8f3;
  padding-top: 8vh;
}

.mob-secimage {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.fullwide-paige {
  background-color: #fdf3e3;
}

.fullwide-paige.behind-image {
  margin-top: -28vh;
  padding-top: 28vh;
}

.fullwide-paige.behind-image.white {
  background-color: #fff;
  margin-top: -24vh;
  padding-top: 24vh;
}

.pullquote {
  color: #2c2d30;
  -webkit-text-stroke-color: #2c2d30;
  background-color: #0000;
  border-radius: 1.2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46vw;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3vh;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.pullquote.featurestory {
  color: #22028a;
}

.pullquote.featurestory.gray {
  color: #252723;
}

.pullquote.featurestory.orange {
  color: #a14c18;
}

.pullquote.featurestory.darkred {
  color: #251a1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.pullquote.featurestory.darkred.singleline {
  flex: 0 auto;
  align-self: auto;
  padding-top: 2vh;
}

.pullquote.featurestory.red {
  color: #a1302b;
}

.pullquote.featurestory.blue {
  color: #173bac;
}

.pullquote.emotions {
  color: #322714;
}

.pullquote.conversation {
  color: #252830;
}

.pullquote.relationship {
  color: #8f0a67;
}

.pullquote.rituals {
  color: #910909;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.pullquote.karma {
  color: #291614;
}

.pullquote.lb {
  color: #7e0001;
}

.pullquote.science {
  color: #0c1577;
}

.pullquote.mystic {
  color: #001412;
}

.pullquote.brown {
  color: #4a3520;
}

.pullquote.yoga {
  color: #2e231c;
}

.pullquote.conscious {
  color: #30211f;
}

.pullquote.conscious2 {
  color: #4b290b;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pullquote.conscious2.singleline {
  color: #4b290b;
  padding-top: 2vh;
}

.pullquote.epicstory {
  color: #010d53;
}

.pullquote.epicstory.green {
  -webkit-text-stroke-color: #202018;
}

.pullquote.epicstory.blue-mind {
  color: #041547;
}

.pullquote.food-health.blue {
  color: #0a5586;
}

.pullquote.food-health.blue._1 {
  color: #323136;
}

.pullquote.food-health.devi-red {
  color: #770b0d;
}

.pullquote.dhyanalinga {
  color: #57362a;
}

.quotationmark {
  flex: none;
  width: 5vw;
  max-width: 80px;
  margin-top: 4vh;
  margin-left: auto;
  margin-right: 2vw;
}

.sec-image {
  border: 1px solid #0b0908;
  width: 50vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.sec-image.body.apr23 {
  z-index: 1;
  max-width: 900px;
  position: relative;
}

.sec-image.vertical {
  width: 30vw;
}

.sec-image.mobile {
  display: none;
}

.sec-image.belowfootnote {
  margin-top: auto;
}

.bodytext {
  color: #000;
  width: 46vw;
  max-width: 700px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6vh;
}

.bodytext.sep23 {
  color: #000;
  margin-bottom: 4vh;
  padding-top: 6vh;
}

.bodytext.sep23.abovepullq {
  margin-bottom: auto;
}

.bodytext.sep23.lesstop, .bodytext._1stpara, .bodytext._1stpara.lessbottom {
  padding-top: 0;
}

.bodytext._1stpara.aboveimage {
  margin-bottom: 4vh;
}

.bodytext.continuation {
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 2vh;
}

.bodytext.continuation.last-para {
  padding-bottom: 0;
}

.bodytext.continuation.aboveimage {
  padding-bottom: 4vh;
}

.bodytext._0top, .bodytext._0top.above-image {
  padding-top: 0;
}

.bodytext.sgx {
  padding-top: 8vh;
}

.bodytext.lessbottom {
  padding-top: 6vh;
}

.bodytext.opd {
  margin-bottom: 4vh;
}

.bodytext.opd.lessbottom {
  margin-bottom: auto;
}

.bodytext.opd._0top.lessbottom {
  margin-bottom: 0;
  padding-top: 0;
}

.bodytext.news-events {
  margin-bottom: auto;
  padding-top: 4vh;
}

.bodytext.kps {
  padding-top: 6vh;
}

.bodytext.kps.noheading {
  padding-top: 4vh;
}

.bodytext.kps.sub-h2, .bodytext.feb24.featurestory, .bodytext.lesstop-bottom {
  padding-top: 0;
}

.bodytext.above-image {
  padding-top: 6vh;
  padding-bottom: 4vh;
}

.bodytext.above-image.custompg {
  padding-top: 0;
}

.bodytext.above-image.custnote {
  background-color: #89000e;
  padding-bottom: 2vh;
  padding-left: 20px;
  padding-right: 20px;
}

.bodytext em {
  font-weight: 400;
}

.bodytext.lb {
  margin-bottom: 4vh;
}

.bodytext.lb._2linespace {
  padding-top: 2vh;
}

.bodytext.receipe {
  padding-top: 0;
}

.bodytext.receipe.smallheading {
  margin-bottom: 2vh;
}

.bodytext.science {
  padding-top: 0;
}

.bodytext.abovevideo {
  padding-top: 6vh;
}

.bodytext.separation.noimage {
  padding-top: 4vh;
}

.bodytext.separation.noimage._2nd {
  padding-top: 2vh;
}

.bodytext.below-image {
  padding-top: 6vh;
  padding-bottom: 4vh;
}

.bodytext.below-image.abovepullq {
  padding-bottom: 0;
}

.bodytext.abovefootnote {
  padding-top: 6vh;
}

.bodytext.belowpullq {
  padding-top: 2vh;
}

.text-block-60 {
  text-align: center;
  font-size: .9rem;
  display: block;
}

.socialshareoption {
  flex: 0 auto;
  align-self: center;
  align-items: flex-start;
  width: 10vw;
  margin: auto;
  display: flex;
}

.link-block-19 {
  object-fit: cover;
  width: auto;
}

.div-block-119 {
  margin-left: 2vw;
}

.tab-link-tab-2 {
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 5vw;
  padding: .2vw .5vw;
  display: flex;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #18af1b;
  width: 5vw;
  padding-top: .2vw;
  padding-bottom: .2vw;
  padding-right: .5vw;
}

.tabs {
  width: 10vw;
}

.tabs.socialshare {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: auto;
  display: flex;
}

.nav-pages-row-2 {
  z-index: 100;
  align-items: stretch;
  display: block;
  position: relative;
}

.share-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 10vw;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
}

.div-block-120 {
  flex-direction: row;
  margin-top: 3vw;
  margin-bottom: 1vw;
  margin-left: 2vw;
  display: flex;
}

.socialshare {
  opacity: .9;
  justify-content: flex-start;
  align-items: center;
  width: 4vw;
  height: 4vw;
  margin-bottom: 1vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-20 {
  width: auto;
}

.text-block-61 {
  justify-content: center;
  font-size: .9rem;
  display: block;
}

.num-float-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 3vw;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  font-size: .8rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto 1vw 1vw auto;
}

.image-responsive-3 {
  text-align: left;
  object-fit: cover;
  width: 24vw;
  height: 32vh;
  display: block;
  overflow: auto;
}

.image-responsive-3.nav {
  object-fit: cover;
  object-position: 50% 50%;
  width: 18vw;
  height: 14vw;
}

.image-responsive-3.nav.top {
  object-position: 50% 0%;
}

.image-responsive-3.nav.center {
  object-position: 50% 50%;
}

.image-responsive-3.nav.bottom {
  object-position: 0% 50%;
}

.image-responsive-3.nav.left {
  object-position: 25% 50%;
}

.image-responsive-3.new {
  object-fit: cover;
  object-position: 50% 50%;
  height: 24vh;
}

.image-responsive-3.top {
  object-position: 50% 0%;
}

.image-responsive-3.mobile {
  object-fit: cover;
  object-position: 50% 100%;
  display: block;
  overflow: visible;
}

.image-responsive-3.mobile.top {
  object-position: 50% 0%;
}

.image-responsive-3.right {
  object-position: 100% 50%;
}

.image-responsive-3.aligned {
  object-position: 30% 50%;
}

.image-responsive-3.topaligned {
  object-position: 0% 50%;
}

.text-block-63 {
  color: #fff;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.tab-link-tab-1 {
  width: 5vw;
  padding: .2vw .5vw;
}

.tab-link-tab-1.w--current {
  color: #fff;
  text-align: center;
  background-color: #18af1b;
}

.nav-close-2 {
  z-index: 99;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-62 {
  color: #6f6868;
  margin-left: 1vw;
  padding-top: 1vw;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.text-block-64 {
  text-align: center;
  padding-bottom: .3vw;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.div-block-121 {
  width: 4vw;
  height: 4vw;
}

.nav-wrpr-2 {
  z-index: 100;
  position: fixed;
  inset: auto 0% 0%;
}

.nav-wrpr-2.aug {
  display: block;
}

.nav-icon-2 {
  opacity: .75;
  background-color: #4f4f4f;
  border-radius: 4vw;
  width: 4vw;
  height: 4vw;
  margin-left: auto;
}

.nav-icon-2:hover {
  opacity: 1;
}

.link-block-21 {
  width: auto;
}

.nav-scroll-area-2 {
  background-color: #fff;
  flex-direction: row;
  width: 84vw;
  margin-left: 16vw;
  display: flex;
  position: relative;
  overflow: auto;
}

.socialshare-section {
  background-color: #fff;
  border: 0 solid #857878;
  border-radius: 0;
  width: 10vw;
  height: auto;
  margin-bottom: 1vw;
  margin-left: auto;
  margin-right: 2vw;
  padding-top: .5vw;
  display: block;
}

.menu-anim-2 {
  width: 4vw;
  height: 4vw;
}

.nav-btns-row-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  width: 10vw;
  margin-left: auto;
  margin-right: 2vw;
  padding-bottom: 1vw;
  padding-right: 0;
  display: flex;
}

.page-card-2 {
  flex: none;
  align-self: stretch;
  width: 18vw;
  height: 14vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.page-card-2.w--current {
  border: 7px #fff;
  flex: none;
  align-self: auto;
}

.page-card-2.nav-fixed-info {
  width: 16vw;
  height: 14vw;
  position: absolute;
}

.page-card-2.nav-fixed-info.ishalogo {
  background-color: #000;
  height: 15vw;
}

.text-block-65 {
  text-align: center;
  font-size: .9rem;
  display: block;
}

.link-block-22 {
  object-fit: cover;
  width: auto;
}

.div-block-123 {
  flex-direction: row;
  margin-top: 3vw;
  margin-bottom: 1vw;
  margin-left: 2vw;
  display: flex;
}

.link-block-23 {
  width: auto;
}

.text-block-66 {
  justify-content: center;
  font-size: .9rem;
  display: block;
}

.text-block-67 {
  color: #fff;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-68 {
  color: #6f6868;
  margin-left: 1vw;
  padding-top: 1vw;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.text-block-69 {
  text-align: center;
  padding-bottom: .3vw;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.div-block-124 {
  width: 4vw;
  height: 4vw;
}

.link-block-24 {
  object-fit: cover;
  width: auto;
}

.div-block-126 {
  flex-direction: row;
  margin-top: 3vw;
  margin-bottom: 1vw;
  margin-left: 2vw;
  display: flex;
}

.link-block-25 {
  width: auto;
}

.text-block-70 {
  justify-content: center;
  font-size: .9rem;
  display: block;
}

.text-block-71 {
  color: #fff;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-72 {
  color: #6f6868;
  margin-left: 1vw;
  padding-top: 1vw;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.text-block-73 {
  text-align: center;
  padding-bottom: .3vw;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.div-block-127 {
  width: 4vw;
  height: 4vw;
}

.subs-invite-text {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
}

.div-block-29 {
  padding-right: 4%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.issue-date {
  color: #c8b89c;
  text-align: right;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.issue-date.jun {
  color: #fff;
  font-family: Fedrasansstd Book, sans-serif;
}

.quote-title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.6em;
  font-weight: 400;
}

.quote-title.julhome {
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 4vh;
  font-size: 3.2em;
  font-weight: 500;
}

.subs-text {
  color: #fff;
  white-space: nowrap;
  margin-left: 1.5vw;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.socials-section {
  text-align: center;
  background-image: url('../images/upload-2dc1a329-5691-4e90-a77b-36bbfe0133e7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  height: 60vh;
  padding: 3% 10vw;
  display: flex;
}

.subs-icon {
  width: 2vw;
}

.link {
  color: #fff;
  text-decoration: underline;
}

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

.share-link {
  color: #fff;
  border-bottom: 3px solid #fff;
  padding-bottom: 6px;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
}

.subs-wrpr {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-31 {
  opacity: 1;
  justify-content: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.sg-sign {
  width: 10vw;
}

.fw-quote {
  color: #fff;
  text-align: center;
  margin-bottom: 4vh;
  font-size: 1.6rem;
  line-height: 1.8;
}

.fw-quote.nov {
  color: #ece4e3;
  margin-bottom: auto;
  line-height: 1.6;
}

.fw-quote.dec {
  color: #fff;
}

.cover-poetry-wrapper {
  background-color: #190602e8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 10vh 10vw;
  display: flex;
}

.cover-poetry-wrapper.jan24 {
  background-color: #000000e6;
  padding-top: 0;
}

.cover-poetry-wrapper.mar24 {
  background-color: #1a3804e6;
  padding-top: 2vh;
}

.cover-poetry-wrapper.apr24 {
  background-color: #000000d9;
  padding-top: 8vh;
}

.cover-poetry-wrapper.may24 {
  background-color: #1b0101f2;
  padding-top: 6vh;
  padding-bottom: 8vh;
}

.cover-poetry-wrapper.july24 {
  background-color: #5a2715f2;
  padding-top: 6vh;
}

.cover-poetry-wrapper.nov24 {
  background-color: #3f1a03e6;
  padding-top: 8vh;
}

.cover-poetry-wrapper.dec24 {
  background-color: #3a121ced;
  padding-top: 8vh;
}

.home-hero-wrapper {
  background-color: #383838;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.home-hero-wrapper.jan24 {
  background-color: #030303;
}

.home-hero-wrapper.feb24 {
  background-color: #000;
}

.home-hero-wrapper.mar24 {
  background-color: #1a3804;
}

.home-hero-wrapper.apr24 {
  background-color: #000;
}

.home-hero-wrapper.may24 {
  background-color: #301603;
}

.home-hero-wrapper.jun24 {
  background-color: #1b0101;
}

.home-hero-wrapper.kuly24 {
  background-color: #0e0302;
}

.home-hero-wrapper.aug24 {
  background-color: #0e1a06;
}

.home-hero-wrapper.sep24 {
  background-color: #080911;
}

.home-hero-wrapper.oct24 {
  background-color: #5a2715;
}

.home-hero-wrapper.nov24 {
  background-color: #3f1a03;
}

.home-hero-wrapper.dec24 {
  background-color: #2e0a13;
}

.text-block-20 {
  color: #fff;
  margin-top: 2vh;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: .9rem;
}

.div-block-14 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #c4a285;
  text-align: center;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  margin-bottom: 1%;
  font-size: 1.8rem;
  line-height: 1;
}

.copyright-text-link {
  color: #aaa8a0;
  line-height: 1;
  text-decoration: none;
}

.copyright-text-link:hover {
  text-decoration: underline;
}

.ff-cover-img-wrpr {
  object-fit: cover;
  background-image: url('../images/20201007_CHI_0242-e.jpg');
  background-position: 0 60%;
  background-repeat: repeat;
  background-size: cover;
  flex: 1;
  width: 80vw;
  max-width: 1220px;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.ff-cover-img-wrpr.dec {
  object-position: 50% 0%;
  background-image: url('../images/20130125_CHI_0339-ot-e-mina.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 68vw;
  margin-top: 4vh;
}

.copyright-text {
  color: #aaa8a0;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
}

.image {
  display: block;
}

.image-fit {
  object-fit: cover;
  width: auto;
  max-width: 5vw;
  height: auto;
}

.ff-logo-wrapper {
  position: relative;
}

.logo-wrapper {
  width: 5vw;
  min-width: 0;
  max-width: 5vw;
  height: auto;
  margin-left: 0%;
  margin-right: 1vw;
}

.subs-button {
  background-color: #c80000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 6%;
  padding: 1.5vw 3vw;
  text-decoration: none;
  display: flex;
}

.subs-button:hover {
  background-color: #b30000;
}

.subscribe-block {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 8vh;
  padding-bottom: 8vh;
  display: flex;
}

.home-hero-title {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80vw;
  height: 20vh;
  padding-top: 8vh;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.div-block-113 {
  width: 100vw;
  margin-top: 9vh;
  position: relative;
  top: 80vh;
}

.issue-date-wrapper {
  color: #6f82a6;
  justify-content: flex-end;
  margin-top: 3%;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 90% 0% 0% auto;
}

.nav-arrows {
  z-index: 20;
  opacity: .5;
  background-image: url('../images/New-Left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 2.5vw;
  height: 2.5vw;
  margin-left: 1vw;
  transition: opacity .4s cubic-bezier(.645, .045, .355, 1);
  position: fixed;
  inset: 49vh auto auto 0%;
}

.nav-arrows:hover {
  opacity: 1;
}

.nav-arrows.big {
  background-image: none;
  align-items: center;
  width: 3vw;
  height: 4vw;
  margin-left: .5vw;
  display: flex;
}

.nav-arrows.big._1 {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: .5vw;
  inset: 49vh 0% 0% auto;
}

.arrow-small {
  opacity: .8;
  background-image: url('../images/New-Left.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 2.5vw;
  height: 2.5vw;
  transition: opacity .4s;
}

.arrow-small.right {
  transform: rotate(180deg);
}

.articles-grid {
  grid-column-gap: 8vw;
  grid-row-gap: 10vh;
  grid-template-rows: minmax(20vw, 1fr) auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-flow: row dense;
  align-items: end;
  display: grid;
}

.articles-grid._2column {
  grid-row-gap: 8vh;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-wrapper-div {
  padding-left: 10vw;
  padding-right: 10vw;
}

.section-wrapper-div.june {
  background-color: #f6ecd7;
}

.section-wrapper-div.indexpage {
  background-color: #f3f4ef;
  text-decoration: none;
}

.section-wrapper-div.indexpage.dec {
  padding-top: 8vh;
}

.bold-text-107 {
  color: #000;
}

.bold-text-16 {
  font-weight: 500;
  line-height: 1.5;
}

.featurestorydec-2 {
  color: #fff;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.image-84 {
  width: 14vw;
  margin: 8vh auto auto;
  padding-bottom: 10vh;
  display: block;
}

.article-link-block {
  color: #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  display: block;
}

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

.post-heading-h3 {
  color: #fff;
  width: auto;
  margin-bottom: 3vh;
  padding-right: 1vw;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.articles-wrapper-2 {
  justify-content: center;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.read-now.text {
  font-weight: 400;
  text-decoration: underline;
}

.read-now.text.white {
  color: #fff8f8;
  border-top: 2px #000;
  border-bottom: 2px solid #fff;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.bold-text-63 {
  font-size: 1rem;
}

.in-this-issue-h1 {
  color: #77715f;
  letter-spacing: 7.4px;
  text-transform: uppercase;
  font-size: 41px;
  font-weight: 400;
}

.in-this-issue-h1.top-marg-la {
  margin-top: auto;
}

.in-this-issue-h1.top-marg-la.dec {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-color: #000;
  margin-bottom: auto;
  font-family: Vesperlibre, sans-serif;
  font-size: 3rem;
}

.article-img-wrapper {
  width: 15vw;
  height: 21.5vw;
  overflow: hidden;
}

.article-img-wrapper._2col {
  object-fit: cover;
  width: 24vw;
  max-width: 540px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-108 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-108.jun {
  grid-column-gap: 6vw;
  grid-row-gap: 10vh;
  grid-template-columns: .25fr .25fr;
  justify-content: center;
  justify-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6vw;
  display: grid;
}

.ornament-3 {
  width: 16vw;
  max-width: 250px;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.ornament-3._1st {
  width: auto;
  max-width: none;
  padding-top: 2vh;
}

.ornament-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 2vh;
  margin-bottom: auto;
  padding-bottom: 8vh;
  display: flex;
}

.ornament-wrapper.june {
  margin-top: 6vh;
}

.ornament-wrapper.top-marg-me {
  width: 16vw;
  max-width: 400px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 6vh;
}

.feature-stroy-content-wrapper-2-2 {
  width: 32vw;
  margin-left: 2vw;
  display: inline-block;
}

.div-block-97 {
  background-color: #ffe7d1;
}

.div-block-97.july {
  width: 100vw;
  display: block;
}

.article-category-2 {
  color: #1a2e54;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #62793f;
  justify-content: center;
  width: 12vw;
  height: auto;
  margin-bottom: 4%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1;
  display: flex;
}

.article-category-2.rem {
  flex-wrap: nowrap;
  width: auto;
  margin-bottom: 4vh;
  font-size: 1rem;
  display: inline-block;
}

.article-category-2.rem.index {
  color: #000;
  letter-spacing: 0;
  background-color: #0000;
  align-self: flex-start;
  padding-bottom: 0;
  font-family: Vesperlibre, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.article-category-2.rem.index.longname {
  letter-spacing: 0;
}

.featured-story-description-2 {
  color: #d3bb9a;
  width: 100%;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.5;
}

.featured-story-description-2.june {
  color: #fff;
}

.featured-story-description-2.white {
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.article-card-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.feature-story-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0a1a5e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 80vw;
  margin-bottom: 6%;
  margin-left: auto;
  margin-right: auto;
  padding: 4%;
  display: grid;
}

.feature-story-wrapper-2.dec23 {
  background-color: #22028a;
}

.feature-story-wrapper-2.feb24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #252723;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  padding: 4%;
  display: grid;
}

.feature-story-wrapper-2.feb24.mar24 {
  background-color: #0e0e27;
}

.feature-story-wrapper-2.apr24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #c9611d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: .5fr;
  max-width: 1200px;
  padding: 4%;
  display: grid;
}

.feature-story-wrapper-2.may24 {
  background-color: #5b130c;
}

.feature-story-wrapper-2.jun24 {
  background-color: #2e0b02;
}

.feature-story-wrapper-2.july24 {
  background-color: #4e332d;
  padding: 4%;
}

.feature-story-wrapper-2.sep24 {
  background-color: #441e08;
  padding: 4%;
}

.feature-story-wrapper-2.oct24 {
  background-color: #251a1a;
}

.feature-story-wrapper-2.dec24 {
  background-color: #221109;
}

.article-cardsubh {
  width: 20vw;
  max-width: 440px;
  margin-bottom: 1vh;
  line-height: 1.2;
}

.article-card-title-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 24vw;
  max-width: 440px;
  margin-top: 3vh;
  margin-bottom: 2vh;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.article-card-title-2.articlesub {
  text-transform: none;
  margin-bottom: 1vh;
}

.left {
  object-fit: cover;
  object-position: 0% 0%;
  overflow: auto;
}

.block-subheading {
  color: #d3bb9a;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 6%;
  font-size: 1rem;
  line-height: 1;
}

.block-subheading.dec23 {
  color: #fff;
  letter-spacing: 0;
}

.featured-story-bgimg-2-2 {
  z-index: 5;
  object-fit: cover;
  width: 36vw;
  max-width: 600px;
  height: 40vh;
  margin-right: auto;
  display: block;
  overflow: auto;
}

.featured-story-bgimg-2-2.dec {
  object-position: 50% 0%;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-right: auto;
}

.readnow-article {
  color: #9e280a;
  vertical-align: baseline;
  border-bottom: 2px solid #9e280a;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
}

.featurestory-linkblock {
  margin-bottom: 2vh;
  line-height: 1.4;
  text-decoration: none;
}

.featurestory-linkblock.new {
  max-width: 100%;
  margin-right: 2vw;
  text-decoration: none;
}

.featureimage-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: auto;
}

.bw-new-image {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: url('../images/20210607_135628-ee-1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.bw-new-image.apr23 {
  object-fit: cover;
  object-position: 50% 50%;
  object-fit: cover;
  object-position: 50% 50%;
  inset: 0%;
  background-image: url('../images/20240430_SUN_0082-edit-Vertical.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: 100vh;
  display: block;
  inset: 0%;
}

.bw-new-image.jun24 {
  background-color: #639000;
  background-image: url('../images/20240217_NHK_0415-e-2-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.backwrapperquote {
  background-color: #fffc;
  flex-direction: column;
  align-items: center;
  width: 44vw;
  max-width: 450px;
  height: auto;
  padding: 4vh 2vh 2vh;
  display: block;
  position: fixed;
  inset: auto 10vw 6vw auto;
  overflow: visible;
}

.backwrapperquote.new {
  top: 2vw;
  bottom: auto;
  right: 2vw;
  background-color: #fffc;
  background-image: none;
  background-position: 50% 100%;
  background-size: auto;
  width: auto;
  max-width: none;
  padding: 2vw;
  display: block;
  inset: 3vw auto auto 4vw;
}

.bw-quote {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 1vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.image-137 {
  width: 8vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footnote {
  color: #000;
  width: 46vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Fserstda Book, sans-serif;
  font-size: 1rem;
}

.footnote.above-image {
  margin-bottom: 8vh;
}

.footnote.above-footnote {
  margin-bottom: 2vh;
  font-family: Fserstda Book, sans-serif;
}

.footnote.featurestory {
  margin-bottom: 1vh;
}

.footnote.genralstyle {
  line-height: 2;
}

.footnote.lastfootnote {
  margin-bottom: 6vh;
}

.footnote.last {
  margin-bottom: 4vh;
  padding-bottom: 10vh;
}

.italic-text-2 {
  font-family: Fserstda Book, sans-serif;
  font-weight: 500;
}

.flower-kolam {
  width: 18vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6vh;
}

.flower-kolam.color.last {
  padding-top: 4vh;
}

.flower-kolam.white {
  padding-bottom: 4vh;
}

.flower-kolam.green.last-kolam {
  margin-top: 6vh;
}

.tag-blue {
  color: #08145d;
}

.footer-image {
  background-color: #09060600;
  background-image: linear-gradient(#00000003, #00000003);
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: clip;
}

.footer-image.news-events-1 {
  background-image: url('../images/20240120_SUN_1096-e-1-edit.jpg');
  height: 50vh;
  margin-bottom: 4vh;
}

.footer-image.karma {
  background-image: url('../images/20201004_CHI_0115-edit.jpg');
}

.footer-image.tata {
  background-color: #262b19;
}

.footer-image.block {
  background-color: #fff;
  height: auto;
}

.image-138 {
  width: auto;
  max-width: none;
}

.lineflower-kolam {
  width: 20vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6vh;
}

.lineflower-kolam.last {
  padding-top: 6vh;
}

.lineflower-kolam.endpage {
  padding-bottom: 10vh;
}

.heading-53, .heading-54 {
  line-height: 1.4;
}

.article-category {
  color: #1a2e54;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #8a2d13;
  justify-content: center;
  width: 20vw;
  height: auto;
  margin-bottom: 4vh;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1;
  display: flex;
}

.article-category.sgx.mar24 {
  width: 24vw;
}

.article-category.sgx.jun24 {
  background-color: #850000;
  width: 24vw;
}

.article-category.sgx.july24 {
  background-color: #c59160;
}

.article-category.sgx.sep24 {
  background-color: #923535;
}

.article-category.sgx.oct24 {
  background-color: #816240;
}

.link-block-16 {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-16.sgx-ft-lnblock {
  background-color: #06050c;
  width: 100vw;
  max-width: 100%;
  margin-top: auto;
}

.link-block-16.sgx-ft-lnblock.basecolor {
  background-color: #27150e;
}

.link-block-16.sgx-ft-lnblock.greycolor {
  background-color: #000;
}

.link-block-16.sgx-ft-lnblock.apr24 {
  background-color: #52260f;
}

.link-block-16.sgx-ft-lnblock.black {
  background-color: #121212;
}

.link-block-16.sgx-ft-lnblock.jun24 {
  background-color: #3d0303;
}

.link-block-16.sgx-ft-lnblock.july24 {
  background-color: #311c1c;
}

.link-block-16.sgx-ft-lnblock.sep24 {
  background-color: #201d22;
}

.link-block-16.sgx-ft-lnblock.oct24 {
  background-color: #4b3220;
}

.link-block-16.sgx-ft-lnblock.nov24 {
  background-color: #180c00;
}

.lotuskolam {
  opacity: .66;
  mix-blend-mode: normal;
  width: 16vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6vh;
}

.lotuskolam.after-image {
  margin-top: 6vh;
}

.pulllq-border {
  opacity: 1;
  background-color: #0000;
  border: 3px solid #a3710466;
  border-radius: 0;
  width: 46vw;
  max-width: 700px;
  margin-top: -5vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.pulllq-border.sgx {
  border-color: #00000096;
  margin-top: -4vh;
}

.pulllq-border.sgx.black {
  border-color: #fffffff0;
}

.pulllq-border.sgx.jun24 {
  border-color: #311814;
}

.imagewrapper {
  background-color: #66262666;
  border-radius: 0;
  width: 62vw;
  max-width: 1000px;
  margin-bottom: 1vw;
  margin-left: auto;
  margin-right: auto;
}

.imagewrapper.apr23.sgx {
  background-color: #582106;
  width: 60vw;
  margin-bottom: 10vh;
  padding-top: 6vh;
  padding-bottom: 2vh;
}

.imagewrapper.apr23.sgx.grey {
  background-color: #5c3508;
  padding-top: 8vh;
}

.imagewrapper.jan24.cream {
  background-color: #e5d1b1;
  width: 60vw;
  margin-bottom: 10vh;
}

.imagewrapper.mar24.cream {
  background-color: #ebe1d2;
  margin-bottom: 10vh;
  padding-top: 8vh;
}

.imagewrapper.mar24.black {
  background-color: #121212;
}

.imagewrapper.dark.apr24 {
  background-color: #dbbd8d;
}

.imagewrapper.dark.apr24.last {
  margin-bottom: 10vh;
}

.imagewrapper.jun24.half-white {
  background-color: #eee5d5;
  margin-bottom: 10vh;
  padding-top: 6vh;
}

.imagewrapper.jun24.half-white._1 {
  display: block;
}

.imagewrapper.jun24.yelliow {
  background-color: #dac693;
  margin-bottom: 10vh;
  padding-top: 6vh;
  padding-bottom: 0;
}

.hero-intro-2 {
  color: #fff;
  width: 60vw;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}

.article-card-title {
  flex-direction: column;
  width: 22vw;
  max-width: 440px;
  margin-top: 4vh;
  margin-bottom: 2vh;
  font-size: 1.7rem;
  line-height: 1.3;
  display: flex;
}

.article-card-title.idy {
  text-align: center;
  margin-top: 1vh;
  margin-bottom: auto;
  padding-bottom: 1vh;
  font-size: .8rem;
  display: block;
}

.article-card-title.idy.fullmoon {
  color: #fff;
  letter-spacing: 0;
  flex: 0 auto;
  width: auto;
  max-width: none;
  margin-top: 1.4vh;
  padding-bottom: 1.4vh;
  font-weight: 500;
  line-height: 1.2;
}

.italic-text-5 {
  font-family: Fedrasansstd Book, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.html-embed-6 {
  z-index: 3;
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 5vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 1vh;
  display: block;
  position: relative;
}

.heroheader {
  color: #331d1d;
  object-fit: fill;
  background-color: #ffffffe6;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  margin-top: 60vh;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 4rem;
  display: flex;
  position: static;
}

.heroheader.mar23.sgx.krish {
  color: #fff;
  object-fit: cover;
  background-color: #0000;
  width: 70vw;
  max-width: 800px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2vh;
  padding-bottom: 4vh;
  font-size: 3.6rem;
  line-height: 1.4;
}

.bg-fullwide-2 {
  background-color: #020741;
  height: auto;
}

.bg-fullwide-2.sgx {
  margin-top: 76vh;
}

.bg-fullwide-2.sgx.jan24 {
  background-color: #3c2509;
}

.bg-fullwide-2.sgx.feb24 {
  background-color: #000;
}

.bg-fullwide-2.sgx.apr24 {
  background-color: #121212;
  margin-top: 80vh;
}

.bg-fullwide-2.sgx.jun24 {
  background-color: #3d0303;
  margin-top: 80vh;
}

.bg-fullwide-2.sgx.july24 {
  background-color: #311814;
  margin-top: 80vh;
}

.bg-fullwide-2.sgx.sep24 {
  background-color: #201d22;
  margin-top: 80vh;
}

.bg-fullwide-2.sgx.oct24 {
  background-color: #4b3220;
  margin-top: 80vh;
}

.bg-fullwide-2.sgx.nov24 {
  background-color: #180c00;
}

.hero-intro-3 {
  color: #e0c292;
  text-align: center;
  width: 46rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vh;
  padding-bottom: 10vh;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.hero-intro-3.dec23 {
  width: 60rem;
  max-width: 860px;
}

.hero-intro-3.dec23.sgx {
  padding-top: 0;
  padding-bottom: 2vh;
}

.pullquotetext {
  color: #112c8a;
  text-align: center;
  border-left-style: none;
  width: 46vw;
  max-width: 700px;
  margin: auto auto 0;
  padding: 4vh 2vh;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.pullquotetext.white {
  color: #fff;
  width: 46vw;
  max-width: 700px;
  padding-left: 4vh;
  padding-right: 4vh;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1.8rem;
}

.pullquotetext.black {
  color: #000;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1.8rem;
}

.pullquotetext.brown {
  color: #52260f;
}

.pullquotetext.brown.jun24 {
  color: #050507;
  -webkit-text-stroke-color: #050507;
  font-size: 1.8rem;
}

.image-495 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-438 {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.div-block-101 {
  background-color: #23150c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 2vw;
  margin-top: -2vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-101.sgx-pullq {
  background-color: #110f0f;
}

.div-block-101.sgx-pullq.light {
  background-color: #5c3508;
}

.div-block-101.sgx-pullq.cream {
  background-color: #e5d1b1;
}

.white-body {
  color: #fff;
  width: 46vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.white-body.sgx-body {
  color: #fff;
  max-width: 700px;
}

.white-body.sgx-body.lesstop {
  padding-top: 0;
}

.white-body.sgx-body.dec23, .white-body.sgx-body.dec23.abovepullq {
  padding-top: 8vh;
}

.pullquote-3 {
  background-color: #0000;
  border-radius: 1.2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46vw;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4vh;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.pullquote-3.sgx-quote {
  color: #e5e2d9;
  width: 46vw;
  max-width: none;
  margin-bottom: 4vh;
  padding-bottom: 0;
}

.div-block-128 {
  background-color: #23150c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 2vw;
  margin-top: -2vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-128.sgx-pullq {
  background-color: #110f0f;
}

.div-block-128.sgx-pullq.cream {
  background-color: #e5d1b1;
}

.fixed-bg {
  z-index: -5;
  object-fit: cover;
  object-position: 100% 50%;
  background-color: #e46510;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.divineheroimage {
  object-position: 100% 50%;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 100vh;
  margin-top: auto;
  display: block;
}

.orng-strip {
  text-align: center;
  background-color: #e46510;
  width: 100%;
  padding-top: 2vh;
  padding-bottom: 2vh;
  padding-left: 2vh;
  font-family: Fedrasansstd Book, sans-serif;
}

.text-block-15 {
  color: #e0c28d;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 6rem;
  line-height: 1.1;
  display: block;
}

.text-block-15.divine.heroheader {
  background-color: #fff0;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: auto;
  margin-top: auto;
  margin-bottom: 2vh;
  font-family: Fserstda Book, sans-serif;
  font-size: 4.5rem;
  display: block;
}

.floating-div-abs-right {
  position: absolute;
  top: 14vw;
  left: 6vw;
  right: auto;
}

.div-block-98 {
  width: 100vw;
  height: 76vh;
  position: relative;
  overflow: hidden;
}

.text-block-14 {
  color: #f4eae1;
  text-align: left;
  white-space: nowrap;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1.6rem;
}

.path-of-divine-wrpr {
  text-align: center;
  width: 460px;
  position: static;
  right: auto;
}

.text-block-16 {
  color: gray;
  text-align: left;
  font-family: Fserstda Book, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.4;
}

.italic-text-6 {
  font-size: 1.6rem;
}

.grey-box {
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  padding: 4vh;
  display: block;
}

.divine-image {
  object-fit: fill;
  width: 50vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divine-image.vertical {
  width: 36vw;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.scroll-over-wrpr-new {
  background-color: #e4651082;
  width: 70vw;
  max-width: 1200px;
  margin: 76vh auto auto;
  padding-top: 4vw;
  padding-bottom: 0;
  display: block;
  position: static;
}

.whitebg70vw {
  background-color: #fff;
  width: 70vw;
}

.whitebg70vw.divine {
  background-color: #f2ebe3;
  width: 60vw;
  max-width: 1000px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.post-body-wrapper-2-new {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8vh;
  padding-bottom: 4vh;
}

.post-body-wrapper-2-new.tan {
  background-color: #f2ebe3;
  width: 60vw;
  max-width: 1000px;
}

.post-body-wrapper-2-new.tan.divine.oct {
  padding-top: 6vh;
  padding-bottom: 0;
}

.poem-centeralign {
  text-align: center;
  width: 46vw;
  margin-top: 4vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8vh;
  display: block;
}

.herointrotext {
  color: #cfcbba;
  text-align: center;
  letter-spacing: 0;
  width: 60vw;
  max-width: 720px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8vh;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.herointrotext.divine {
  color: #000;
  max-width: 700px;
  padding-bottom: 0;
  font-style: italic;
  line-height: 1.6;
}

.italic-text-3 {
  color: #000;
}

.overlappnig-70vw {
  margin-top: 0;
}

.post-body-paragraph-2 {
  color: #2d2c23;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 700px;
  margin: auto;
  padding-top: 8vh;
  padding-bottom: 8vh;
  font-weight: 400;
  display: block;
}

.post-body-paragraph-2.divine {
  padding-top: 6vh;
}

.post-body-paragraph-2.divine.opd {
  width: 46vw;
  padding-top: 0;
  padding-bottom: 2vh;
}

.post-body-paragraph-2.divine.oct {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.post-body-paragraph-2.divine.oct.lessbottom {
  width: 46vw;
  padding-top: 6vh;
  padding-bottom: 4vh;
}

.post-body-paragraph-2.divine.body-opd {
  width: 46vw;
  padding-top: 4vh;
  padding-bottom: 2vh;
}

.footer.news-events-1 {
  background-color: #00213c;
  margin-top: 6vh;
  padding-top: 0;
  padding-bottom: 4vh;
}

.footer.greycolor {
  background-color: #252723;
}

.footer.greycolor.feb24 {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.lotus-kolam {
  width: 16vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6vh;
}

.lotus-kolam.lastkolam, .lotus-kolam.aboveimage {
  margin-top: 6vh;
}

.footertext {
  color: #fff;
  width: 46vw;
  max-width: 700px;
  margin-bottom: 6vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2vh;
}

.footertext.feb24-footer {
  font-size: 1.6rem;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

.slider-17 {
  width: 80vw;
  height: auto;
}

.slider-17.msr-images {
  background-color: #380303;
  width: 60vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slider-17.msr-images.removecolor {
  z-index: auto;
  background-color: #38030300;
  width: 60vw;
  height: auto;
}

.image-509 {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.msr-pic-2 {
  height: auto;
}

.image-505 {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.main-heading {
  width: 60vw;
  margin-top: auto;
  padding-top: 6vh;
  font-size: 4rem;
  font-weight: 400;
}

.main-heading.inpics.shivabharanam {
  width: 60vw;
  max-width: 600px;
  margin-bottom: auto;
  font-size: 3.8rem;
}

.main-heading.inpics.thaipoosam {
  width: 70vw;
  max-width: 680px;
}

.main-heading.inpics {
  color: #fff;
  width: 72vw;
  max-width: 940px;
  margin-bottom: 6vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Vesperlibre, sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
}

.mask-2 {
  width: auto;
  height: 70vh;
}

.right-arrow-3 {
  opacity: .4;
}

.slide-nav-15 {
  opacity: .7;
  margin-top: auto;
  padding-top: 0;
  bottom: 0;
}

.left-arrow-3 {
  opacity: .4;
}

.sub-heading {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.sub-heading.in-pics {
  color: #ffe0bc;
  width: 60vw;
  max-width: 450px;
  margin-bottom: 1vh;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.fullwidebg-2 {
  background-color: #ebdecd;
  width: 100vw;
  padding-top: 0;
}

.fullwidebg-2.sep24 {
  background-color: #030303;
}

.link-block-17 {
  background-color: #543409;
  width: 100vw;
  max-width: 100%;
}

.link-block-17.goy-jan24 {
  background-color: #2f1a32;
}

.image-499 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-498 {
  width: 100vw;
  max-width: 100%;
}

.msr-ad-bg {
  background-color: #203486;
}

.pbk-ad-bg {
  background-color: #522713;
}

.sg-sanga {
  background-color: #1e120d;
  width: 100vw;
  height: 100vh;
}

.paragraph-17, .paragraph-15 {
  margin-bottom: 2vh;
}

.paragraph-15.sub-heading {
  text-align: left;
  margin-bottom: 1vh;
}

.paragraph-18 {
  line-height: 2;
}

.list-item {
  margin-bottom: 2vh;
}

.receipe-image {
  width: 100vw;
  height: 90vh;
}

.receipe-image.mar23 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: auto;
  height: auto;
}

.italic-text-16 {
  font-weight: 500;
}

.recepietext {
  width: 46vw;
  max-width: 680px;
  margin: 2vh auto;
  font-size: 1.4rem;
  line-height: 1.6;
}

.recepietext.lesstop {
  margin-top: auto;
  margin-bottom: 0;
}

.recepietext.lesstop.lessbottom {
  margin-top: auto;
  margin-bottom: 1vh;
  display: block;
}

.recepietext.lesstop li {
  margin-bottom: 3vh;
  margin-left: 2vw;
  font-family: Vesperlibre, sans-serif;
  font-size: 1.2rem;
  list-style-type: decimal;
}

.recepietext.mar23.cont.sub {
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.recepietext.apr-23 {
  margin-top: 8vh;
}

.recepietext.apr-23.cont, .recepietext.mar24 {
  margin-top: 6vh;
  margin-bottom: auto;
}

.recepietext.aug24 {
  margin-bottom: auto;
}

.recepietext.aug24._2ndh1 {
  margin-top: auto;
}

.recepietext.oct24.cont {
  margin-bottom: auto;
}

.recepietext.mar23.cont {
  margin-top: 6vh;
  margin-bottom: 0;
}

.recepietext.mar23 {
  margin-top: 8vh;
  font-family: Fedrasansstd Book, sans-serif;
}

.recepietextwrapper {
  background-color: #0000;
  position: static;
}

.list {
  width: 46vw;
  max-width: 680px;
  margin-top: 2vh;
  padding-left: 0;
  list-style-type: none;
}

.list._2ndlist {
  margin-bottom: auto;
}

.list._0top {
  margin-top: auto;
}

.paragraph-19 {
  line-height: 2;
}

._70vwwhitebg {
  background-color: #ffffffe6;
  width: 60vw;
  margin-top: 30%;
  margin-left: auto;
  margin-right: auto;
}

._70vwwhitebg.mob.recipe {
  background-color: #ffffffed;
  margin-top: 64vh;
}

.line-flower {
  width: 16vw;
  margin-left: auto;
  margin-right: auto;
}

.line-flower.receipe {
  margin-top: 2vh;
  padding-bottom: 4vh;
}

.line-flower.receipe.bottom {
  margin-top: 4vh;
  padding-bottom: 8vh;
}

.div-block-104, .div-block-104.mob {
  padding-top: 0;
}

.list-2 {
  padding-left: 0;
}

.herosansheading {
  color: #0b0e8d;
  width: 54vw;
  max-width: 700px;
  margin-bottom: auto;
  padding-top: 2vh;
  padding-bottom: 4vh;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
}

.herosansheading.nov23.recipe {
  color: #195704;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vh;
  padding-bottom: 4vh;
  font-weight: 500;
}

.herosansheading.feb24.recepie {
  color: #3a0803;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.2rem;
}

.herosansheading.mar24 {
  color: #125f13;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.2rem;
}

.herosansheading.apr24 {
  color: #df7c0b;
  text-align: center;
  -webkit-text-stroke-color: #331c02;
  margin-left: auto;
  margin-right: auto;
}

.herosansheading.july24 {
  color: #8f4703;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.herosansheading.aug24 {
  color: #3d282b;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2vh;
}

.herosansheading.sep24 {
  color: #8c0000;
  margin-left: auto;
  margin-right: auto;
}

.herosansheading.oct24 {
  color: #0b1108;
  -webkit-text-stroke-color: #0b1108;
  margin-left: auto;
  margin-right: auto;
}

.herosansheading.nov24 {
  color: #a77c14;
  margin-left: auto;
  margin-right: auto;
}

.ingredients {
  width: 46vw;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.6;
  display: block;
}

.ingredients.lessbottom {
  margin-bottom: auto;
  line-height: 2.2;
}

.ingredients.lessbottom.bottom {
  margin-bottom: 2vh;
  padding-bottom: 1vh;
  line-height: 2.6;
}

.backwrapperbg {
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.backwrapperbg.dec {
  height: 100vh;
  display: block;
}

.image-510 {
  width: 8vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bg-black {
  background-color: #000;
}

.italic-text-19 {
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1.6rem;
}

.bold-text-126 {
  color: #091600;
}

.link-page {
  color: #fff;
}

.link-block-26 {
  object-fit: cover;
  width: auto;
}

.div-block-130 {
  flex-direction: row;
  margin-top: 3vw;
  margin-bottom: 1vw;
  margin-left: 2vw;
  display: flex;
}

.link-block-27 {
  width: auto;
}

.text-block-74 {
  justify-content: center;
  font-size: .9rem;
  display: block;
}

.text-block-75 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-76 {
  color: #6f6868;
  margin-left: 1vw;
  padding-top: 1vw;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.text-block-77 {
  text-align: center;
  padding-bottom: .3vw;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.div-block-131 {
  width: 4vw;
  height: 4vw;
}

.image-511, .image-512 {
  display: none;
}

.heading-59 {
  margin-top: auto;
  margin-bottom: auto;
}

.paragraph-21 {
  line-height: 2.2;
}

.div-block-132 {
  background-color: #23150c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 2vw;
  margin-top: -2vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-132.sgx-pullq {
  background-color: #110f0f;
}

.div-block-132.sgx-pullq.cream {
  -webkit-text-stroke-color: #e5d9c5;
  background-color: #e5d9c5;
}

.image-513 {
  display: none;
}

.youtube {
  width: 50vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.video {
  width: 50vw;
  max-width: 900px;
  height: auto;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.videocard {
  width: 50vw;
  max-width: 900px;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.youtube-2 {
  width: auto;
}

.image-514 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-515 {
  width: 100vw;
  max-width: 100%;
  display: block;
}

.yantraceremony {
  background-color: #010101;
  width: 100vw;
  height: 100vh;
}

.slideshow {
  width: auto;
  height: auto;
}

.slideshow.kps {
  width: 50vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.image-516 {
  width: auto;
  height: auto;
}

.text-block-79 {
  color: #f4eae1;
  text-align: left;
  white-space: nowrap;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1.6rem;
}

.text-block-80 {
  color: #e0c28d;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 6rem;
  line-height: 1.1;
  display: block;
}

.text-block-80.divine.heroheader {
  background-color: #fff0;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: auto;
  margin-top: auto;
  margin-bottom: 2vh;
  font-family: Fserstda Book, sans-serif;
  font-size: 3.5rem;
  display: block;
}

.text-block-81 {
  color: gray;
  text-align: left;
  font-family: Fserstda Book, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.4;
}

.italic-text-21 {
  font-size: 1.6rem;
}

.footnote-2 {
  color: #000;
  width: 46vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1rem;
}

.footnote-2.above-image {
  margin-bottom: 8vh;
}

.bodytext-2 {
  color: #000;
  width: 46vw;
  max-width: 700px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6vh;
}

.bodytext-2.opd {
  margin-bottom: 4vh;
}

.bodytext-2.opd._0top.lessbottom {
  margin-bottom: 0;
  padding-top: 0;
}

.bodytext-2.opd.lessbottom {
  margin-bottom: auto;
}

.bodytext-2.opd.may24 {
  padding-top: 0;
}

.italic-text-22 {
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1.6rem;
}

.slideshow-2 {
  width: 46vw;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.slideshow-2.whitespace {
  background-color: #ecf1e5;
  height: auto;
}

.slide-nav-17 {
  opacity: .7;
  margin-top: auto;
  padding-top: 0;
  bottom: 0;
}

.image-508 {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-17 {
  margin-top: 30vh;
}

.right-arrow-2, .left-arrow-2 {
  opacity: .4;
}

.paragraph-23 {
  line-height: 2.2;
}

.note {
  width: 46vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.italic-text-23 {
  vertical-align: baseline;
}

.italic-text-24 {
  font-size: 1.1rem;
  line-height: 1.6;
}

.italic-text-25 {
  font-weight: 500;
}

.image-space {
  width: 50vw;
  max-width: 900px;
  margin-bottom: 8vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-caption {
  text-align: right;
  width: 50vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1vh;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1rem;
}

.div-block-133 {
  background-color: #23150c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 2vw;
  margin-top: -2vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-133.sgx-pullq {
  background-color: #110f0f;
}

.div-block-133.sgx-pullq.cream {
  -webkit-text-stroke-color: #e5d9c5;
  background-color: #ebe1d2;
}

.div-block-133.sgx-pullq.cream.jun24 {
  color: #f3e5cc;
  background-color: #f3e5cc;
}

.div-block-133.sgx-pullq.light-yellow {
  background-color: #dac693;
}

.div-block-133.sgx-pullq.light-whitr {
  background-color: #eee5d5;
}

.div-block-133.sgx-pullq.darkcream {
  background-color: #dac693;
}

.heroheading-2 {
  background-color: #0000;
  width: 60vw;
  max-width: 800px;
  margin: auto auto 2vh;
  padding-top: 4vh;
}

.heroheading-2.naga {
  width: 70vw;
  max-width: 900px;
}

.div-block-134 {
  flex-direction: row;
  margin-top: 3vw;
  margin-bottom: 1vw;
  margin-left: 2vw;
  display: flex;
}

.text-block-82 {
  justify-content: center;
  font-size: .9rem;
  display: block;
}

.div-block-135 {
  width: 4vw;
  height: 4vw;
}

.text-block-83 {
  color: #6f6868;
  margin-left: 1vw;
  padding-top: 1vw;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.text-block-84 {
  text-align: center;
  font-size: .9rem;
  display: block;
}

.text-block-85 {
  color: #fff;
  font-family: Fedrasansstd Book, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-137 {
  margin-left: 2vw;
}

.link-block-28 {
  object-fit: cover;
  width: auto;
}

.image-responsive-4 {
  text-align: left;
  object-fit: cover;
  width: 24vw;
  height: 32vh;
  display: block;
}

.image-responsive-4.nav {
  object-fit: cover;
  object-position: 50% 50%;
  width: 18vw;
  height: 14vw;
}

.image-responsive-4.nav.center {
  object-position: 50% 50%;
}

.image-responsive-4.nav.top {
  object-position: 50% 0%;
}

.link-block-29 {
  width: auto;
}

.text-block-86 {
  text-align: center;
  padding-bottom: .3vw;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.image-517 {
  width: auto;
  height: auto;
}

.bg-fullwide-3 {
  background-color: #fff;
  width: 100vw;
  height: auto;
}

.bg-fullwide-3.kps.mar24 {
  padding-top: 10vh;
}

.italic-text-26, .italic-text-27 {
  display: none;
}

.bold-text-131 {
  font-family: Fserstda, sans-serif;
}

.mobile-hero {
  display: none;
}

.footer-contact {
  background-color: #4b290b;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.body-contact {
  border-style: none;
  border-width: 1px;
  border-color: black black var(--white);
  color: #fff;
  width: 46vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  font-style: italic;
  text-decoration: none;
}

.link-3 {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.recepie-subh {
  text-align: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
}

.receipe-h1 {
  color: #000;
  text-align: left;
  margin-bottom: 3vh;
  font-size: 2rem;
}

.receipe-body {
  width: 46vw;
  max-width: 680px;
  margin-bottom: 1.5vh;
  margin-left: auto;
  margin-right: auto;
}

.receipe-body._2nd-set {
  margin-top: 2vh;
}

.receipe-body.para {
  margin-bottom: auto;
}

.paragraph-24 {
  width: 46vw;
  margin-left: auto;
  margin-right: auto;
}

.tweet-post {
  background-color: var(--white);
  width: 50vw;
  max-width: 900px;
  margin-top: 4vh;
  margin-left: auto;
  margin-right: auto;
  padding: 4vh 4vw;
}

.tw-body {
  margin-bottom: auto;
  line-height: 1.4;
}

.sliderimage-sec {
  background-color: #ddd0;
  width: 50vw;
  max-width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-nav-18 {
  display: none;
}

.mask-3 {
  overflow: auto;
}

.icon-18, .icon-19 {
  opacity: .8;
}

.image-518 {
  display: block;
  overflow: auto;
}

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

.image-519 {
  display: block;
  overflow: visible;
}

.slide {
  box-sizing: border-box;
  overflow: auto;
}

.image-520, .image-521, .image-522, .image-523 {
  overflow: visible;
}

.slider-image {
  box-sizing: border-box;
  overflow: auto;
}

.italic-text-28 {
  display: block;
}

.italic-text-29 {
  display: inline-flex;
}

.poornanga {
  color: #000;
}

.italic-text-30 {
  font-family: Fedrasansstd Book, sans-serif;
}

.icon-20 {
  margin-top: 30vh;
}

.left-arrow-5 {
  opacity: .4;
}

.slide-nav-19 {
  opacity: .7;
  margin-top: auto;
  padding-top: 0;
  inset: auto 0% 0%;
}

.image-524 {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-524.vertical {
  height: auto;
}

.image-525 {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: auto;
}

.right-arrow-5 {
  opacity: .4;
}

.link-block-30 {
  background-color: #543409;
  width: 100vw;
  max-width: 100%;
}

.link-block-30.msr-jan24 {
  background-color: #070707;
}

.image-526 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-527 {
  width: 100vw;
  max-width: 100%;
}

.sg-schedule.sep24 {
  background-color: #040404;
}

.sg-schedule.markazhi {
  background-color: #401;
  overflow: visible;
}

.sg-schedule.lingaseva {
  background-color: #180f11;
}

.heading-98 {
  line-height: 1.4;
}

.body-2 {
  background-color: #7f0d0d;
}

.mobile {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.receipe-body-2 {
  width: 46vw;
  max-width: 680px;
  margin-bottom: 1.5vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Vesperlibre, sans-serif;
}

.receipe-body-2.para {
  margin-bottom: auto;
}

.receipe-body-2._2nd-set {
  margin-top: 2vh;
}

.receipe-body-2.intend {
  margin-left: 1rem;
}

.image-534 {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-534.vertical {
  height: auto;
}

.icon-24 {
  margin-top: 30vh;
}

.left-arrow-9 {
  opacity: .4;
}

.slide-nav-24 {
  opacity: .7;
  margin-top: auto;
  padding-top: 0;
  display: block;
  inset: auto 0% 0%;
}

.msr-pic-3 {
  height: auto;
}

.right-arrow-9 {
  opacity: .4;
}

.mask-7 {
  width: auto;
  height: 70vh;
  overflow: hidden;
}

.image-535 {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.dates {
  font-size: 1.2rem;
  font-weight: 500;
}

.heading-116 {
  color: #fff;
  text-align: center;
}

.issue-date-4 {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  margin-top: 2vh;
  margin-left: 4%;
  font-family: Vesperlibre, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.language-1 {
  color: #fff;
}

.image-538 {
  width: 36vw;
  display: block;
}

.div-block-144 {
  padding-right: 4%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-93 {
  color: #fff;
  margin-top: 2vh;
  font-family: Vesperlibre, sans-serif;
  font-size: 1rem;
}

.issue-date-wrapper-3 {
  color: #6f82a6;
  justify-content: flex-end;
  margin-top: 3%;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.issue-date-wrapper-3.modifier {
  margin-top: 0%;
  margin-left: 4%;
}

.home-hero-title-4 {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80vw;
  height: 13vw;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.ff-logo-wrapper-3 {
  position: relative;
}

.italic-text-32, .bold-text-132, .bold-text-133, .bold-text-134, .bold-text-135, .bold-text-136, .bold-text-137, .bold-text-138, .bold-text-139, .bold-text-140, .bold-text-141, .bold-text-142 {
  font-family: Vesperlibre, sans-serif;
}

.bold-text-143 {
  letter-spacing: 0;
  font-family: Vesperlibre, sans-serif;
}

.bold-text-144, .bold-text-145, .bold-text-146, .bold-text-147, .bold-text-148, .bold-text-149, .bold-text-150, .bold-text-151, .bold-text-152, .italic-text-33, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .list-3, .paragraph-31 {
  font-family: Vesperlibre, sans-serif;
}

.link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .superscript, .superscript-2 {
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .bg-fixed.recepie.feb24 {
    background-position: 50%;
    inset: 0%;
  }

  .mainhero.featurestroy.jan24.hero {
    margin-top: -8vh;
  }

  .mainhero.featurestroy.apr24 {
    height: 84vh;
  }

  .mainhero.sgx.mar24 {
    height: 100vh;
  }

  .mainhero.news-events-1 {
    margin-top: auto;
  }

  .mainhero.news-events-1.kps {
    height: auto;
  }

  .mainhero.ritual {
    margin-top: -14vh;
  }

  .mainhero.tamanna.lb, .mainhero.science.apr24, .mainhero.kps.apr24 {
    height: auto;
  }

  .mainhero.mystic.july24 {
    margin-top: auto;
  }

  .mainhero.consicous.may24 {
    width: 100vw;
    height: auto;
  }

  .mainhero.consicous.jun24 {
    width: 100vw;
    height: 86vh;
    margin-top: -4vh;
  }

  .mainhero.consicous.july24 {
    height: auto;
    margin-top: -10vh;
  }

  .mainhero.consciousliving.sep24 {
    height: auto;
    margin-top: -18vh;
  }

  .mainhero.livingwell {
    margin-top: -10vh;
  }

  .mainhero.sg-un {
    height: auto;
    margin-top: 0;
  }

  .hero-intro {
    color: #f6f0de;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
  }

  .category-tag.conversation {
    width: 22vw;
  }

  .category-tag.mysteries.mar24 {
    width: 24vw;
  }

  .category-tag.mystries {
    width: 22vw;
  }

  .category-tag.poornanga {
    width: 26vw;
  }

  .heroheading {
    width: 60vw;
    max-width: 900px;
    margin-bottom: auto;
    padding-bottom: 2vh;
  }

  .heroheading.relationship, .heroheading.mysteries {
    max-width: 800px;
  }

  .headingpart.featurestory.jan24 {
    margin-top: 80vh;
  }

  .headingpart.livingwell {
    background-color: #080a0a;
  }

  .titletag {
    font-size: .9rem;
    font-weight: 500;
    display: inline-block;
  }

  .fullwide-white.behind-image.grey {
    background-color: #ecebeb;
  }

  .fullwide-white.conversation {
    padding-top: 4vh;
  }

  .sgx-quotation.dec-featstory {
    margin-top: .5vh;
  }

  .pullquote {
    font-weight: 400;
  }

  .pullquote.featurestory {
    padding-left: 1vw;
  }

  .pullquote.featurestory.gray {
    padding-left: 0;
  }

  .bodytext {
    margin-bottom: auto;
    padding-top: 6vh;
  }

  .bodytext.continuation {
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .bodytext.sgx.lessbottom, .bodytext.lessbottom, .bodytext.opd.lessbottom, .bodytext.kps, .bodytext.feb24.featurestory {
    margin-bottom: auto;
  }

  .bodytext.separation {
    padding-top: 12vh;
  }

  .image-responsive-3 {
    height: 34vh;
  }

  .image-responsive-3.top {
    object-position: 50% 0%;
  }

  .text-block-63 {
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .text-block-62 {
    font-family: Fedrasansstd Book, sans-serif;
  }

  .nav-wrpr-2.aug {
    display: block;
  }

  .text-block-67 {
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .text-block-68 {
    font-family: Fedrasansstd Book, sans-serif;
  }

  .text-block-71 {
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .text-block-72 {
    font-family: Fedrasansstd Book, sans-serif;
  }

  .cover-poetry-wrapper.apr24 {
    padding-top: 8vh;
  }

  .ff-cover-img-wrpr.dec {
    background-position: 50% 0;
  }

  .featurestorydec-2 {
    font-family: Fedrasansstd Book, sans-serif;
  }

  .read-now.text.white {
    font-family: Fedrasansstd, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .in-this-issue-h1.top-marg-la.dec {
    font-size: 2.6rem;
  }

  .article-img-wrapper._2col {
    height: auto;
  }

  .article-category-2.rem.index {
    font-weight: 500;
  }

  .featured-story-description-2.june {
    margin-bottom: 2vh;
  }

  .feature-story-wrapper-2.apr24 {
    max-width: 1400px;
  }

  .article-card-title-2 {
    font-family: Fedrasansstd Book, sans-serif;
  }

  .article-card-title-2.articlesub {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .featured-story-bgimg-2-2 {
    width: 36vw;
    max-width: 600px;
    overflow: visible;
  }

  .featured-story-bgimg-2-2.dec {
    height: auto;
  }

  .featurestory-linkblock.new {
    max-width: 500px;
  }

  .bw-new-image.apr23 {
    object-position: 50% 100%;
    object-position: 50% 100%;
    background-position: 50%;
  }

  .bw-new-image.jun24 {
    background-position: 50% 0;
  }

  .backwrapperquote.new {
    top: 3vw;
    left: 3vw;
  }

  .bw-quote {
    font-size: 1.2rem;
  }

  .footnote.above-image {
    margin-bottom: 8vh;
  }

  .footnote.above-footnote {
    margin-bottom: 2vh;
  }

  .article-category {
    margin-bottom: 4vh;
  }

  .imagewrapper.mar24.cream {
    background-color: #e5d9c5;
  }

  .hero-intro-2 {
    color: #f6f0de;
    max-width: 800px;
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
  }

  .italic-text-5 {
    line-height: 1.6;
  }

  .heroheader.mar23.sgx.krish {
    padding-top: 2vh;
  }

  .hero-intro-3.dec23.sgx {
    width: 60vw;
    max-width: 800px;
  }

  .divineheroimage {
    width: auto;
    min-width: auto;
    max-width: none;
    height: 100vh;
    overflow: visible;
  }

  .orng-strip {
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 2vh;
    font-size: 1.2rem;
  }

  .text-block-15.divine.heroheader {
    font-family: Fserstda Book, sans-serif;
  }

  .floating-div-abs-right {
    top: 14vw;
    right: 8vw;
  }

  .text-block-14 {
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.6rem;
  }

  .italic-text-6 {
    font-family: Fserstda, sans-serif;
  }

  .grey-box {
    margin-top: 0%;
  }

  .post-body-wrapper-2-new.tan.divine.oct {
    padding-top: 6vh;
  }

  .inline-footer {
    width: 46vw;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .lotus-kolam {
    width: 18vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6vh;
  }

  .slider-17.msr-images.removecolor {
    width: 60vw;
    height: auto;
  }

  .image-509, .msr-pic-2 {
    height: auto;
  }

  .main-heading.inpics {
    width: 70vw;
    margin-bottom: 4vh;
    padding-top: 4vh;
  }

  .recepietext.apr-23.cont {
    margin-top: 6vh;
  }

  .list-2 {
    padding-left: 0;
  }

  .backwrapperbg.dec {
    height: auto;
  }

  .text-block-75 {
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .text-block-76 {
    font-family: Fedrasansstd Book, sans-serif;
  }

  .slideshow {
    width: auto;
    height: auto;
  }

  .slideshow.kps {
    width: 50vw;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav-16 {
    bottom: 1vh;
  }

  .text-block-79 {
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.6rem;
  }

  .text-block-80.divine.heroheader {
    font-family: Fserstda Book, sans-serif;
  }

  .italic-text-21 {
    font-family: Fserstda, sans-serif;
  }

  .footnote-2.above-image {
    margin-bottom: 8vh;
  }

  .footnote-2.above-footnote {
    margin-bottom: 2vh;
  }

  .bodytext-2 {
    margin-bottom: 4vh;
    padding-top: 6vh;
  }

  .bodytext-2.opd.lessbottom {
    margin-bottom: auto;
  }

  .image-508 {
    height: auto;
  }

  .heroheading-2 {
    width: 60vw;
    max-width: 900px;
    margin-bottom: auto;
    padding-bottom: 2vh;
  }

  .text-block-83 {
    font-family: Fedrasansstd Book, sans-serif;
  }

  .text-block-85 {
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .image-responsive-4 {
    height: 34vh;
  }

  .image-524 {
    overflow: visible;
  }

  .image-525 {
    height: auto;
  }

  .receipe-body-2, .receipe-body-2.intend {
    width: auto;
  }

  .image-534 {
    overflow: visible;
  }

  .msr-pic-3, .image-535 {
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .bg-fixed.recepie.feb24 {
    inset: 0%;
  }

  .mainhero {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100vw;
  }

  .mainhero.featurestroy.jan24.hero {
    margin-top: -8vh;
  }

  .mainhero.featurestroy.feb24 {
    object-position: 50% 20%;
  }

  .mainhero.featurestroy.apr24 {
    height: 84vh;
  }

  .mainhero.featurestroy.aug-24 {
    height: 82vh;
  }

  .mainhero.sgx {
    margin-top: auto;
  }

  .mainhero.sgx.mar24 {
    margin-top: -4vh;
  }

  .mainhero.news-events-1 {
    object-position: 50% 0%;
    margin-top: auto;
  }

  .mainhero.news-events-1.kps {
    height: auto;
    margin-top: -10vh;
  }

  .mainhero.ritual {
    margin-top: -14vh;
  }

  .mainhero.tamanna.lb, .mainhero.science.apr24, .mainhero.kps.apr24 {
    height: auto;
  }

  .mainhero.mystic.july24 {
    margin-top: auto;
  }

  .mainhero.consicous.july24 {
    height: auto;
    margin-top: -10vh;
  }

  .mainhero.consciousliving.sep24 {
    width: 100vw;
    height: auto;
    margin-top: -18vh;
  }

  .mainhero.sg-un {
    margin-top: -12vh;
  }

  .hero-intro.in-pics {
    font-size: 1.6rem;
  }

  .heading-49 {
    line-height: 1.4;
  }

  .heroheading {
    max-width: 900px;
    margin-bottom: auto;
    padding-bottom: 3vh;
  }

  .heroheading.relationship {
    max-width: 800px;
  }

  .heroheading.mysteries {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .headingpart.featurestory.jan24 {
    height: auto;
  }

  .headingpart.keepupsg.mar24 {
    margin-top: 80vh;
  }

  .fullwide-white.behind-image.grey {
    background-color: #ecebeb;
    margin-top: -24vh;
    padding-top: 24vh;
  }

  .sgx-quotation.dec-featstory {
    width: 3vw;
    max-width: none;
    margin-right: .54vw;
  }

  .bg-fullwide.kps.feb24 {
    display: block;
  }

  .bg-fullwide.conscious {
    height: auto;
  }

  .fullwide-paige.behind-image.white {
    margin-top: -24vh;
    padding-top: 24vh;
  }

  .pullquote.featurestory.gray {
    padding-left: 0;
  }

  .pullquote.relationship {
    padding-bottom: 2vh;
  }

  .pullquote.conscious2.singleline {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sec-image {
    border-radius: 0;
  }

  .bodytext {
    margin-bottom: auto;
  }

  .bodytext.continuation {
    margin-bottom: 2vh;
  }

  .bodytext.lessbottom {
    margin-bottom: auto;
  }

  .bodytext.kps.noheading {
    padding-top: 6vh;
  }

  .bodytext.abovepullq, .bodytext.feb24.featurestory {
    margin-bottom: auto;
  }

  .bodytext em {
    font-family: Fserstda Book, sans-serif;
  }

  .image-responsive-3 {
    height: 30vh;
  }

  .image-responsive-3.nav {
    object-position: 50% 0%;
  }

  .image-responsive-3.nav.center {
    object-position: 50% 50%;
  }

  .image-responsive-3.nav.bottom {
    object-position: 50% 100%;
  }

  .image-responsive-3.top {
    object-position: 50% 0%;
  }

  .text-block-63 {
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .text-block-62 {
    font-size: 1.1rem;
  }

  .nav-wrpr-2.aug {
    display: block;
  }

  .text-block-67 {
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .text-block-68 {
    font-size: 1.1rem;
  }

  .text-block-71 {
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .text-block-72 {
    font-size: 1.1rem;
  }

  .cover-poetry-wrapper.apr24 {
    padding-top: 8vh;
  }

  .ff-cover-img-wrpr.dec {
    object-fit: cover;
    background-position: 50% 0;
    background-size: contain;
    width: 70vw;
  }

  .home-hero-title {
    height: 20vh;
    padding-top: 6vh;
    padding-bottom: 4vh;
  }

  .div-block-113 {
    margin-top: 8vh;
    top: 70vh;
  }

  .section-wrapper-div.indexpage.dec {
    width: 100vw;
    font-size: 1.8rem;
  }

  .featurestorydec-2 {
    font-size: 1.4rem;
  }

  .article-link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline;
  }

  .article-img-wrapper._2col {
    flex-direction: row;
    height: auto;
    display: inline;
  }

  .feature-stroy-content-wrapper-2-2 {
    width: auto;
  }

  .article-category-2.rem.index {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .article-card-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-story-wrapper-2.dec23 {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    padding: 4vw;
  }

  .feature-story-wrapper-2.feb24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 70vw;
    height: auto;
    display: grid;
  }

  .feature-story-wrapper-2.apr24 {
    max-width: 1400px;
  }

  .article-card-title-2 {
    text-transform: none;
    border: 1px #000;
    font-size: 1.8rem;
    line-height: 1.4;
    display: inline-block;
  }

  .article-card-title-2.articlesub {
    font-size: 1.8rem;
    font-weight: 400;
    text-decoration: none;
  }

  .left {
    object-position: 0% 50%;
  }

  .featured-story-bgimg-2-2 {
    width: 36vw;
    max-width: 800px;
    height: 40vh;
    margin-right: 0;
  }

  .featured-story-bgimg-2-2.dec {
    object-position: 50% 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-right: auto;
  }

  .readnow-article {
    display: inline-block;
  }

  .featurestory-linkblock {
    font-size: 1.8rem;
  }

  .featurestory-linkblock.new {
    max-width: 500px;
    margin-right: 4vw;
  }

  .bw-new-image.apr23 {
    object-position: 50% 0%;
    object-position: 50% 0%;
    inset: 0%;
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    inset: 0%;
  }

  .bw-new-image.jun24 {
    background-position: 50%;
  }

  .backwrapperquote.new {
    top: 3vw;
    left: 3vw;
  }

  .bw-quote {
    max-width: 520px;
    display: block;
  }

  .italic-text-2 {
    font-family: Fserstda Book, sans-serif;
    font-style: italic;
    font-weight: 400;
  }

  .footer-image {
    height: auto;
  }

  .footer-image.news-events-1, .footer-image.karma {
    height: 60vh;
  }

  .article-category {
    margin-bottom: 4vh;
  }

  .article-category.sgx.mar24 {
    background-color: #842608;
  }

  .link-block-16.sgx-ft-lnblock.basecolor {
    background-color: #27150e;
  }

  .link-block-16.sgx-ft-lnblock.greycolor {
    background-color: #000;
  }

  .pulllq-border {
    max-width: 700px;
  }

  .imagewrapper.mar24.cream {
    background-color: #e5d9c5;
    margin-bottom: 10vh;
  }

  .heroheader.mar23.sgx.krish {
    width: 70vw;
    max-width: 960px;
    padding-top: 2vh;
    font-size: 4rem;
  }

  .bg-fullwide-2.sgx.jan24 {
    margin-top: 80vh;
  }

  .bg-fullwide-2.sgx.feb24 {
    background-color: #000;
    margin-top: 72vh;
  }

  .pullquote-3.sgx-quote {
    max-width: 700px;
  }

  .divineheroimage {
    object-fit: cover;
    object-position: 50% 50%;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 100vh;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-over-wrpr-new {
    margin-top: 80vh;
    padding-bottom: 0;
  }

  .post-body-wrapper-2-new.tan.divine.oct {
    padding-top: 6vh;
  }

  .poem-centeralign {
    padding-bottom: 8vh;
  }

  .lotus-kolam {
    width: 12vw;
    padding-bottom: 4vh;
  }

  .slider-17.msr-images {
    height: 60vh;
  }

  .slider-17.msr-images.removecolor {
    width: 60vw;
    height: auto;
  }

  .image-509 {
    height: auto;
  }

  .main-heading.inpics {
    max-width: 1050px;
    margin-bottom: 4vh;
    font-size: 3.2rem;
  }

  .mask-2 {
    height: 80vh;
  }

  .slide-nav-15 {
    bottom: 1vh;
  }

  .sub-heading.in-pics {
    font-size: 2rem;
  }

  .recepietext.lesstop {
    margin-top: 0;
  }

  .recepietext.lesstop.lessbottom {
    margin-bottom: auto;
  }

  .recepietext.mar23.cont.sub {
    margin-top: 6vh;
  }

  .recepietext.mar23 {
    max-width: 680px;
  }

  .list {
    max-width: 700px;
  }

  .paragraph-19 {
    line-height: 2;
  }

  .line-flower.receipe {
    margin-top: 2vh;
  }

  .herosansheading.apr24 {
    font-size: 3.4rem;
  }

  .ingredients {
    line-height: 1.8;
  }

  .ingredients.lessbottom {
    margin-bottom: auto;
  }

  .text-block-75 {
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .text-block-76 {
    font-size: 1.1rem;
  }

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

  .article-heading {
    border: 0 #000;
    margin-top: 3vh;
    margin-bottom: 1vh;
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .slide-nav-17 {
    bottom: 1vh;
  }

  .image-508 {
    height: auto;
  }

  .icon-17 {
    margin-top: 40vh;
  }

  .heroheading-2 {
    max-width: 900px;
    margin-bottom: auto;
    padding-bottom: 3vh;
  }

  .text-block-83 {
    font-size: 1.1rem;
  }

  .text-block-85 {
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .image-responsive-4 {
    height: 30vh;
  }

  .image-responsive-4.nav {
    object-position: 50% 0%;
  }

  .image-responsive-4.nav.center {
    object-position: 50% 50%;
  }

  .body-contact {
    text-decoration: none;
  }

  .link-3 {
    font-style: italic;
    text-decoration: none;
  }

  .icon-20 {
    margin-top: 40vh;
  }

  .slide-nav-19 {
    bottom: 1vh;
  }

  .image-525 {
    height: auto;
  }

  .icon-24 {
    margin-top: 40vh;
  }

  .slide-nav-24 {
    bottom: 1vh;
  }

  .mask-7, .image-535 {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  p {
    margin-bottom: 3vh;
  }

  .bg-fixed.navaratri {
    height: 100vw;
  }

  .bg-fixed.inpics.thaipusam {
    height: 100vh;
  }

  .bg-fixed.recepie.dec23 {
    background-position: 50% 0;
    background-size: auto 60vh;
    width: auto;
    padding-bottom: 0;
  }

  .bg-fixed.recepie.feb24 {
    height: 72vh;
    padding-bottom: 0;
  }

  .bg-fixed.unity {
    width: auto;
    height: 50vh;
  }

  .mainhero.featurestroy.jan24 {
    height: 64vh;
    display: block;
  }

  .mainhero.featurestroy.jan24.hero {
    height: 82vh;
    margin-top: auto;
    padding-bottom: 0;
  }

  .mainhero.featurestroy.feb24 {
    height: 50vh;
  }

  .mainhero.featurestroy.feb24.emotion {
    height: 72vh;
    margin-top: auto;
  }

  .mainhero.featurestroy.apr24 {
    height: 82vh;
  }

  .mainhero.featurestroy.may24 {
    object-position: 50% 50%;
    height: 82vh;
    overflow: auto;
  }

  .mainhero.featurestroy.july24 {
    height: 62vh;
  }

  .mainhero.featurestroy.aug-24 {
    object-position: 50% 50%;
    height: 62vh;
  }

  .mainhero.conversation.feb24 {
    object-position: 70% 50%;
    height: 52vh;
    margin-top: auto;
    padding-bottom: 0;
  }

  .mainhero.relationships {
    object-position: 60% 50%;
    height: 60vh;
  }

  .mainhero.sgx {
    height: 62vh;
    margin-top: auto;
  }

  .mainhero.sgx.mar24 {
    height: 96vh;
  }

  .mainhero.sgx.apr24 {
    height: 72vh;
    margin-top: auto;
  }

  .mainhero.sgx.jun24 {
    height: 72vh;
  }

  .mainhero.sgx.aug24 {
    height: 82vh;
  }

  .mainhero.news-events-1 {
    object-position: 75% 50%;
    height: 72vh;
    padding-bottom: 0;
  }

  .mainhero.news-events-1.kps {
    height: 80vh;
    margin-top: auto;
  }

  .mainhero.culture.mar-24 {
    height: 70vh;
  }

  .mainhero.culture.apr24 {
    height: 68vh;
  }

  .mainhero.ritual {
    height: 70vh;
    margin-top: auto;
    padding-bottom: 0;
  }

  .mainhero.karma {
    height: 72vh;
    margin-top: auto;
  }

  .mainhero.tamanna.lb {
    height: 80vh;
  }

  .mainhero.yogawisdom {
    height: 68vh;
    margin-top: auto;
  }

  .mainhero.yoga.june24 {
    height: 66vh;
  }

  .mainhero.science.apr24 {
    height: 72vh;
  }

  .mainhero.news-events.sg-recovery {
    height: 60vh;
  }

  .mainhero.kps.apr24 {
    height: 70vh;
  }

  .mainhero.mystic {
    width: auto;
    height: 64vh;
  }

  .mainhero.mystic.jun24 {
    margin-top: auto;
  }

  .mainhero.mystic.july24 {
    object-position: 50% 50%;
    height: 62vh;
    margin-top: auto;
  }

  .mainhero.consicous.may24 {
    height: 70vh;
  }

  .mainhero.consicous.jun24 {
    height: 74vh;
  }

  .mainhero.consicous.july24 {
    height: 62vh;
  }

  .mainhero.mm.may24 {
    height: 74vh;
  }

  .mainhero.consciousliving.july24 {
    height: 62vh;
  }

  .mainhero.consciousliving.sep24 {
    height: 62vh;
    margin-top: auto;
  }

  .mainhero.unity.july24, .mainhero.unity.sep24 {
    height: 62vh;
  }

  .mainhero._25yrs-dl.july24 {
    height: 60vh;
  }

  .mainhero.july24, .mainhero.unity-july24, .mainhero.gp-24.aug24, .mainhero.devi, .mainhero.oct24 {
    height: 62vh;
  }

  .mainhero.livingwell {
    height: 62vh;
    margin-top: auto;
  }

  .mainhero.sg-un, .mainhero.ins {
    height: 62vh;
  }

  .italic-text {
    font-size: 1.5rem;
  }

  .hero-intro {
    width: 70vw;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .hero-intro.in-pics {
    font-size: 1.24rem;
  }

  .category-tag {
    text-align: center;
    justify-content: center;
    width: 25vw;
    font-size: .6rem;
    display: block;
    position: static;
  }

  .category-tag.featurestory.jan24 {
    width: 34vw;
  }

  .category-tag.featurestory.feb24 {
    width: 36vw;
  }

  .category-tag.featurestory.mar24 {
    width: 34vw;
  }

  .category-tag.featurestory.apr24, .category-tag.featurestory.may24 {
    width: 32vw;
  }

  .category-tag.featurestory.jun24, .category-tag.featurestory.july24 {
    width: 34vw;
  }

  .category-tag.featurestory.aug24 {
    width: 38vw;
  }

  .category-tag.featurestory.ocy24, .category-tag.featurestory.nov24, .category-tag.featurestory.dec24 {
    width: 34vw;
  }

  .category-tag.conversation {
    width: 40vw;
  }

  .category-tag.news-events-1 {
    width: 34vw;
  }

  .category-tag.news-events-2 {
    width: 36vw;
  }

  .category-tag.nov23 {
    width: 32vw;
  }

  .category-tag.nov23.recipe {
    width: 22vw;
  }

  .category-tag.feb24.recepie {
    width: 24vw;
    font-size: .9rem;
  }

  .category-tag.mysteries.mar24 {
    width: 40vw;
  }

  .category-tag.yoga, .category-tag.yoga.mar24, .category-tag.yoga.apr24, .category-tag.lb, .category-tag.kps.mar24 {
    width: 34vw;
  }

  .category-tag.kps.apr24, .category-tag.kps.may24, .category-tag.kps.apr24, .category-tag.kps.july24 {
    width: 36vw;
  }

  .category-tag.kps.oct24 {
    width: 34vw;
  }

  .category-tag.apr24 {
    width: 36vw;
  }

  .category-tag.news-events {
    width: 34vw;
  }

  .category-tag.mystic {
    width: 36vw;
  }

  .category-tag.conscious {
    width: 48vw;
  }

  .category-tag.conscios {
    width: 52vw;
  }

  .category-tag.mystries {
    width: 40vw;
  }

  .category-tag.hnr, .category-tag._25yrs-dl, .category-tag.unity {
    width: 34vw;
  }

  .category-tag.unity.sep24 {
    width: 36vw;
  }

  .category-tag.wisdom.aug24 {
    width: 38vw;
  }

  .category-tag.wisdom.sep24, .category-tag.wisdom.oct24 {
    width: 40vw;
  }

  .category-tag.wisdom.nov24 {
    width: 32vw;
  }

  .category-tag.gp24 {
    width: 36vw;
  }

  .category-tag.poornanga {
    width: 40vw;
  }

  .category-tag.naga {
    width: 36vw;
  }

  .category-tag.sep24 {
    width: 30vw;
  }

  .category-tag.devi {
    width: 40vw;
  }

  .category-tag.oct24 {
    width: 28vw;
  }

  .category-tag.mind {
    width: 40vw;
  }

  .category-tag.livingwell, .category-tag.dhyanalinga.dec24 {
    width: 30vw;
  }

  .category-tag.un {
    width: 36vw;
  }

  .category-tag.ins {
    width: 34vw;
  }

  .heading-49 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .heroheading {
    width: 70vw;
    margin-bottom: 2vh;
    padding-top: 2vh;
    font-size: 2.8rem;
  }

  .heroheading.relationship {
    font-size: 2.2rem;
  }

  .heroheading.karma {
    line-height: 1.4rem;
  }

  .headingpart {
    margin-top: 50vw;
  }

  .headingpart.featurestory.jan24 {
    margin-top: 58vh;
  }

  .headingpart.featurestory.feb24 {
    margin-top: 56vh;
  }

  .headingpart.featurestory.may24 {
    margin-top: 68vh;
  }

  .headingpart.featurestory.july24, .headingpart.featurestory.aug, .headingpart.featurestory.oct24, .headingpart.featurestory.nov24 {
    margin-top: 60vh;
  }

  .headingpart.featurestory.dec24 {
    margin-top: 62vh;
  }

  .headingpart.emotions.feb24 {
    margin-top: 70vh;
  }

  .headingpart.conversation.feb24 {
    margin-top: 50vh;
  }

  .headingpart.relationship.feb24 {
    margin-top: 58vh;
  }

  .headingpart.news-events-1, .headingpart.news-events-2 {
    margin-top: 70vh;
  }

  .headingpart.culture.mar24 {
    margin-top: 68vh;
  }

  .headingpart.culture.apr24 {
    margin-top: 66vh;
  }

  .headingpart.mysteries.mar24 {
    margin-top: 68vh;
  }

  .headingpart.tammana.lb {
    margin-top: 78vh;
  }

  .headingpart.keepupsg.mar24 {
    margin-top: 76vh;
  }

  .headingpart.keepupsg.apr24 {
    margin-top: 68vh;
  }

  .headingpart.keepupsg.july24, .headingpart.keepupsg.aug24, .headingpart.keepupsg.sep24, .headingpart.keepupsg.oct24 {
    margin-top: 60vh;
  }

  .headingpart.yogawisdom {
    margin-top: 66vh;
  }

  .headingpart.yogawisdom.sep24, .headingpart.yogawisdom.oct24, .headingpart.yogawisdom.nov24, .headingpart.yogawisdom.dec24 {
    margin-top: 60vh;
  }

  .headingpart.science.apr24 {
    margin-top: 62vh;
  }

  .headingpart.news-events {
    margin-top: 58vh;
  }

  .headingpart.mystic {
    height: auto;
    margin-top: 60vh;
  }

  .headingpart.conscious.may24 {
    margin-top: 60vh;
  }

  .headingpart.conscious.jun24 {
    margin-top: 68vh;
  }

  .headingpart.conscious._2.july24 {
    margin-top: 60vh;
  }

  .headingpart.mm.may24 {
    margin-top: 70vh;
  }

  .headingpart.food.jun24 {
    margin-top: 72vh;
  }

  .headingpart.mystryies.july24, .headingpart.hnr.july24, .headingpart.unity.july24, .headingpart.unity.sep24 {
    margin-top: 60vh;
  }

  .headingpart._25yes-dl {
    margin-top: 58vh;
  }

  .headingpart.consciousliving.aug24, .headingpart.timeless-wisdom, .headingpart.gp24, .headingpart.food-health, .headingpart.poornangaliving, .headingpart.naga, .headingpart.mind-wellbeing.oct24, .headingpart.devi.oct24, .headingpart.devi.nov24, .headingpart.yoga, .headingpart.dhyanalinga, .headingpart.livingwell, .headingpart.un {
    margin-top: 60vh;
  }

  .herointro {
    width: 70vw;
  }

  .herointro.msr {
    font-size: 1.4rem;
  }

  .flowerkolam-3 {
    width: 24vw;
  }

  .flowerkolam-3.white {
    width: 30vw;
    padding-bottom: 4vh;
  }

  .flowerkolam-3.last {
    width: 30vw;
  }

  .titletag {
    font-size: 1rem;
  }

  .hero-intro-italics {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .fullwide-white.behind-image {
    margin-top: -26vh;
    padding-top: 26vh;
  }

  .fullwide-white.conversation {
    padding-top: 6vh;
  }

  .pullquote-plain {
    flex-direction: row;
    align-items: flex-start;
    width: 60vw;
    margin-top: 0;
    display: flex;
  }

  .pullquote-plain.yaw {
    width: 60vw;
  }

  .sgx-quotation.dec-featstory {
    flex: none;
    align-self: flex-start;
    width: 6vw;
    max-width: none;
    height: auto;
    margin-top: 1vh;
    margin-bottom: auto;
  }

  .flowerkolam-new {
    width: 32vw;
    margin-bottom: 6vh;
  }

  .bg-fullwide {
    padding-top: 6vh;
  }

  .bg-fullwide.featurestory.jan24 {
    padding-top: 8vh;
  }

  .bg-fullwide.kps.feb24 {
    padding-bottom: 0;
  }

  .fullwide-paige.behind-image {
    margin-top: -26vh;
    padding-top: 26vh;
  }

  .pullquote {
    width: 70vw;
    max-width: 700px;
    margin-top: auto;
    padding-bottom: 2vh;
  }

  .pullquote.featurestory.darkred, .pullquote.featurestory.red, .pullquote.emotions, .pullquote.conversation, .pullquote.relationship, .pullquote.lb {
    font-size: 1.6rem;
  }

  .pullquote.conscious2.singleline {
    padding-top: 0;
  }

  .pullquote.food-health.blue, .pullquote.food-health.blue._1, .pullquote.food-health.devi-red {
    font-size: 1.6rem;
  }

  .quotationmark {
    width: 8vw;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: 2vw;
  }

  .sec-image {
    width: 70vw;
  }

  .sec-image.body.apr23 {
    width: 80vw;
  }

  .sec-image.vertical {
    width: 50vw;
  }

  .bodytext {
    width: 70vw;
    padding-top: 6vh;
  }

  .bodytext.sep23 {
    margin-bottom: 2vh;
  }

  .bodytext.sep23.lesstop {
    margin-bottom: auto;
    padding-top: 2vh;
  }

  .bodytext.continuation {
    margin-bottom: auto;
  }

  .bodytext._0top {
    padding-bottom: 0;
  }

  .bodytext._0top.above-image {
    padding-top: 0;
    padding-bottom: 4vh;
  }

  .bodytext._0top.lb {
    margin-bottom: auto;
    padding-bottom: 2vh;
  }

  .bodytext.lessbottom {
    padding-top: 2vh;
  }

  .bodytext.opd {
    margin-bottom: 4vh;
  }

  .bodytext.opd.lessbottom, .bodytext.opd._0top.lessbottom {
    margin-bottom: auto;
  }

  .bodytext.above-image {
    padding-top: 4vh;
  }

  .bodytext em {
    font-family: Fserstda Book, sans-serif;
    font-style: italic;
  }

  .bodytext.lb._2linespace {
    margin-bottom: 2vh;
  }

  .socialshareoption {
    width: 20vw;
    display: flex;
  }

  .div-block-119 {
    font-family: Fserstda Book, sans-serif;
    font-size: .9rem;
  }

  .tab-link-tab-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10vw;
    display: flex;
  }

  .tab-link-tab-2.w--current {
    width: 10vw;
  }

  .tabs.socialshare {
    width: 20vw;
    margin-right: 0;
  }

  .nav-pages-row-2 {
    display: block;
    overflow: auto;
  }

  .share-heading {
    width: 20vw;
  }

  .socialshare {
    justify-content: flex-start;
    align-items: baseline;
    width: 8vw;
    height: auto;
    margin-bottom: auto;
    margin-right: 0;
    display: block;
  }

  .num-float-2 {
    width: 3vw;
    height: 3vw;
  }

  .image-responsive-3 {
    object-fit: cover;
    width: 36vw;
    height: 30vh;
  }

  .image-responsive-3.nav {
    height: 16vh;
  }

  .image-responsive-3.nav.top {
    width: 18vw;
    height: 16vh;
  }

  .image-responsive-3.nav.center, .image-responsive-3.nav.left {
    height: 16vh;
  }

  .image-responsive-3.top {
    object-position: 50% 0%;
    width: 36vw;
    height: 34vh;
  }

  .image-responsive-3.mobile {
    width: 36vw;
    height: 30vw;
  }

  .text-block-63 {
    font-size: 1.1rem;
  }

  .tab-link-tab-1 {
    width: 10vw;
  }

  .tab-link-tab-1.w--current {
    justify-content: center;
    width: 10vw;
    display: flex;
  }

  .nav-close-2 {
    display: block;
  }

  .text-block-62 {
    font-size: .8rem;
  }

  .div-block-121 {
    width: 5vw;
    height: 5vw;
  }

  .nav-wrpr-2.aug {
    display: block;
  }

  .nav-icon-2 {
    width: 8vw;
    height: 8vw;
    display: block;
  }

  .nav-scroll-area-2 {
    width: 80vw;
    height: 16vh;
    margin-left: 20vw;
  }

  .socialshare-section {
    width: 20vw;
    display: block;
  }

  .menu-anim-2 {
    justify-content: center;
    width: 8vw;
    height: 8vw;
    display: flex;
  }

  .nav-btns-row-3 {
    align-items: baseline;
    width: 20vw;
    max-width: 140px;
    display: flex;
  }

  .page-card-2 {
    height: 16vh;
  }

  .page-card-2.w--current {
    border-width: 4px;
  }

  .page-card-2.nav-fixed-info {
    width: 20vw;
    height: 20vw;
  }

  .page-card-2.nav-fixed-info.ishalogo, .page-card-2.june.w--current {
    height: 16vh;
  }

  .text-block-67 {
    font-size: 1.1rem;
  }

  .text-block-68 {
    font-size: .8rem;
  }

  .div-block-124 {
    width: 5vw;
    height: 5vw;
  }

  .text-block-71 {
    font-size: 1.1rem;
  }

  .text-block-72 {
    font-size: .8rem;
  }

  .div-block-127 {
    width: 5vw;
    height: 5vw;
  }

  .subs-invite-text {
    font-size: 1.5rem;
  }

  .div-block-29 {
    padding-right: 2%;
  }

  .quote-title {
    font-size: 2.4em;
  }

  .subs-icon {
    width: 4vw;
  }

  .sg-sign {
    width: 200px;
  }

  .cover-poetry-wrapper.mar24 {
    background-color: #1a3804;
  }

  .cover-poetry-wrapper.apr24 {
    background-color: #000;
  }

  .cover-poetry-wrapper.may24 {
    padding-top: 6vh;
  }

  .cover-poetry-wrapper.july24 {
    background-color: #5a2715;
  }

  .home-hero-wrapper {
    height: 80vh;
  }

  .ff-cover-img-wrpr {
    flex: 0 auto;
    width: 90vw;
    height: 60vw;
    margin-left: auto;
    margin-right: auto;
  }

  .ff-cover-img-wrpr.dec {
    object-position: 50% 0%;
    background-position: 50% 0;
    background-attachment: scroll;
    width: 80vw;
    height: 100%;
  }

  .copyright-text {
    line-height: 1.4;
  }

  .image {
    max-width: 70vw;
  }

  .image-fit {
    max-width: none;
    overflow: auto;
  }

  .logo-wrapper {
    width: 8vw;
    max-width: 8vw;
  }

  .subscribe-block {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .div-block-113 {
    top: 70vh;
  }

  .nav-arrows {
    background-size: auto;
    width: 5vw;
    height: 5vw;
  }

  .nav-arrows.big {
    width: 5vw;
    height: 8vw;
  }

  .arrow-small {
    width: 3vw;
    height: 5vw;
  }

  .articles-grid {
    grid-template-columns: 1fr;
  }

  .articles-grid._2column {
    grid-template-columns: .75fr .75fr;
    align-items: start;
    width: 80vw;
  }

  .section-wrapper-div {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-wrapper-div.indexpage.dec {
    padding-top: 4vh;
  }

  .image-84 {
    width: 22vw;
    padding-bottom: 6vw;
  }

  .articles-wrapper-2 {
    width: 86vw;
  }

  .in-this-issue-h1.top-marg-la {
    width: 70vw;
    padding-top: 6vh;
    font-size: 2rem;
  }

  .in-this-issue-h1.top-marg-la.dec {
    margin-left: auto;
    margin-right: auto;
    padding-top: 4vh;
    display: block;
  }

  .article-img-wrapper {
    width: 44vw;
    height: 44vw;
  }

  .article-img-wrapper._2col {
    width: 36vw;
    height: auto;
  }

  .div-block-108 {
    grid-column-gap: 4vw;
    grid-template-columns: 1fr 1fr;
    width: 80vw;
  }

  .ornament-3 {
    width: 26vw;
    max-width: 300px;
    padding-top: 2vh;
  }

  .ornament-3._1st {
    width: 22vw;
  }

  .ornament-wrapper {
    margin-top: auto;
    margin-bottom: 6vh;
  }

  .ornament-wrapper.june {
    margin-bottom: auto;
  }

  .ornament-wrapper.top-marg-me {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 4vh;
  }

  .feature-stroy-content-wrapper-2-2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .article-category-2 {
    width: 24vw;
  }

  .article-category-2.rem {
    width: auto;
  }

  .article-card-2 {
    width: 36vw;
  }

  .feature-story-wrapper-2 {
    width: 90vw;
  }

  .feature-story-wrapper-2.dec23 {
    flex-direction: column-reverse;
    width: 80vw;
  }

  .feature-story-wrapper-2.feb24 {
    flex-direction: column-reverse;
    padding-top: 5%;
    display: flex;
  }

  .feature-story-wrapper-2.apr24 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-story-wrapper-2.may24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature-story-wrapper-2.jun24 {
    flex-flow: wrap-reverse;
    grid-auto-flow: row;
    display: flex;
  }

  .feature-story-wrapper-2.july24 {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .feature-story-wrapper-2.sep24 {
    flex-flow: wrap-reverse;
    grid-auto-flow: column;
    display: flex;
  }

  .feature-story-wrapper-2.oct24 {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .feature-story-wrapper-2.dec24 {
    flex-flow: wrap-reverse;
    grid-auto-flow: row dense;
    display: flex;
  }

  .article-card-title-2 {
    width: 36vw;
    max-width: 500px;
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .featured-story-bgimg-2-2 {
    object-position: 50% 50%;
    width: 80vw;
    max-width: 700px;
    height: 40vh;
    max-height: none;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .featured-story-bgimg-2-2.dec {
    object-position: 50% 50%;
    width: auto;
    max-width: 100%;
    height: 40vh;
  }

  .featurestory-linkblock {
    font-size: 1.4rem;
  }

  .featurestory-linkblock.new {
    margin-top: 4vh;
    display: block;
  }

  .featureimage-link {
    flex: 0 auto;
  }

  .bw-new-image {
    z-index: -3;
    object-fit: cover;
    object-position: 50% 50%;
    background-position: 50%;
    height: 80vh;
    position: static;
    inset: 0% 0% auto;
  }

  .bw-new-image.apr23 {
    object-fit: cover;
    object-fit: cover;
    background-position: 50% 100%;
    width: auto;
    height: 60vh;
  }

  .bw-new-image.jun24 {
    background-position: 45%;
    height: 80vh;
  }

  .backwrapperquote {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .backwrapperquote.new {
    height: auto;
    padding-top: 6vw;
  }

  .bw-quote {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 70vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-137 {
    width: 14vw;
  }

  .footnote {
    width: 70vw;
  }

  .footnote.above-image {
    width: 70vw;
    margin-bottom: 6vh;
  }

  .footnote.above-footnote {
    width: 70vw;
    margin-bottom: 2vh;
  }

  .footnote.featurestory {
    width: 70vw;
  }

  .heading-50 {
    font-size: 3.2rem;
  }

  .flower-kolam {
    width: 24vw;
  }

  .flower-kolam.green {
    padding-bottom: 4vh;
  }

  .heading-52 {
    font-size: 3.2rem;
  }

  .footer-image {
    width: auto;
    height: auto;
  }

  .footer-image.news-events-1 {
    background-position: 50% 70%;
    height: 40vh;
  }

  .lineflower-kolam {
    width: 30vw;
    padding-bottom: 4vh;
  }

  .heading-53 {
    font-size: 2.8rem;
  }

  .article-category {
    width: 40vw;
  }

  .article-category.sgx {
    margin-bottom: 2vh;
  }

  .article-category.sgx.mar24, .article-category.sgx.jun24 {
    width: 40vw;
  }

  .lotuskolam {
    width: 26vw;
    padding-bottom: 4vh;
  }

  .pulllq-border {
    width: 70vw;
    margin-top: -4vh;
  }

  .pulllq-border.sgx {
    max-width: 600px;
    margin-top: -3vh;
  }

  .pulllq-border.sgx.black {
    margin-top: -3vh;
  }

  .imagewrapper {
    width: 84vw;
  }

  .imagewrapper.apr23.sgx {
    width: 80vw;
    margin-bottom: 6vh;
    padding-bottom: 4vh;
  }

  .imagewrapper.apr23.sgx.grey {
    padding-top: 8vh;
    padding-bottom: 0;
  }

  .imagewrapper.jan24.cream {
    width: 80vw;
  }

  .hero-intro-2 {
    width: 80vw;
    line-height: 1.4;
  }

  .article-card-title {
    width: 36vw;
    max-width: 500px;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .article-card-title.idy {
    width: 50vw;
  }

  .italic-text-5 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .html-embed-6 {
    width: 8vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heroheader {
    margin-top: 40vh;
  }

  .heroheader.mar23.sgx.krish {
    width: 70vw;
    padding-top: 2vh;
    padding-bottom: 3vh;
    font-size: 2.8rem;
    line-height: 1.4;
  }

  .bg-fullwide-2.sgx.jan24 {
    margin-top: 64vh;
  }

  .bg-fullwide-2.sgx.feb24 {
    margin-top: 70vh;
  }

  .bg-fullwide-2.sgx.apr24 {
    margin-top: 60vh;
  }

  .bg-fullwide-2.sgx.jun24 {
    margin-top: 70vh;
  }

  .bg-fullwide-2.sgx.july24, .bg-fullwide-2.sgx.sep24, .bg-fullwide-2.sgx.oct24 {
    margin-top: 60vh;
  }

  .hero-intro-3 {
    text-align: center;
    width: 80vw;
    padding-top: 6vh;
    padding-bottom: 8vh;
  }

  .hero-intro-3.dec23.sgx {
    width: 80vw;
  }

  .pullquotetext {
    width: 70vw;
    padding-top: 4vh;
    padding-bottom: 6vh;
  }

  .pullquotetext.white {
    width: 70vw;
    padding-bottom: 2vh;
    font-size: 1.6rem;
  }

  .pullquotetext.black, .pullquotetext.brown, .pullquotetext.brown.jun24 {
    padding-bottom: 4vh;
    font-size: 1.6rem;
  }

  .image-438 {
    width: 100vw;
  }

  .div-block-101 {
    width: 12vw;
    height: 4vw;
  }

  .white-body {
    width: 70vw;
  }

  .white-body.sgx-body {
    max-width: 600px;
  }

  .white-body.sgx-body.dec23, .white-body.sgx-body.dec23.abovepullq {
    padding-top: 6vh;
  }

  .pullquote-3 {
    width: 70vw;
    max-width: 700px;
    margin-top: 2vh;
    padding-bottom: 2vh;
  }

  .pullquote-3.sgx-quote {
    width: 70vw;
    max-width: 600px;
  }

  .div-block-128 {
    width: 12vw;
    height: 4vw;
  }

  .fixed-bg {
    background-position: 50% 0;
    background-size: cover;
    display: block;
    inset: 0%;
  }

  .divineheroimage {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100vw;
    height: 70vh;
  }

  .orng-strip {
    width: 100%;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 2vh;
    font-family: Fedrasansstd Book, sans-serif;
  }

  .text-block-15 {
    font-size: 4rem;
  }

  .text-block-15.divine.heroheader {
    margin-bottom: auto;
    padding-bottom: 2vh;
    font-family: Fserstda Book, sans-serif;
    font-size: 2.8rem;
  }

  .floating-div-abs-right {
    width: auto;
    top: 12vh;
    right: auto;
  }

  .div-block-98 {
    height: 50vh;
  }

  .text-block-14 {
    text-align: left;
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.2rem;
    display: block;
  }

  .path-of-divine-wrpr {
    width: 300px;
  }

  .text-block-16 {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .italic-text-6 {
    font-size: 1.3rem;
  }

  .grey-box {
    height: auto;
    margin-top: auto;
    padding: 3vh 2vh;
  }

  .divine-image {
    width: 70vw;
  }

  .divine-image.vertical {
    width: 46vw;
  }

  .scroll-over-wrpr-new {
    z-index: auto;
    background-color: #df7d3c;
    width: 100vw;
    margin-top: 60vh;
  }

  .whitebg70vw.divine, .post-body-wrapper-2-new {
    width: 80vw;
  }

  .post-body-wrapper-2-new.tan {
    width: 80vw;
    padding-top: 6vh;
  }

  .post-body-wrapper-2-new.tan.divine.oct {
    width: 90vw;
  }

  .poem-centeralign {
    width: 70vw;
  }

  .herointrotext {
    width: 80vw;
    padding-bottom: 6vh;
  }

  .herointrotext.divine {
    padding-bottom: 2vh;
  }

  .post-body-paragraph-2 {
    width: 70vw;
    padding-top: 8vh;
    padding-bottom: 4vh;
    font-size: 1.2rem;
  }

  .post-body-paragraph-2.divine.opd {
    width: 70vw;
  }

  .post-body-paragraph-2.divine.oct {
    padding-bottom: 2vh;
  }

  .post-body-paragraph-2.divine.oct.lessbottom, .post-body-paragraph-2.divine.body-opd {
    width: 70vw;
  }

  .lotus-kolam {
    width: 28vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6vh;
  }

  .footertext {
    width: 70vw;
  }

  .heading-55 {
    font-size: 2.8rem;
  }

  .slider-17.msr-images {
    width: 80vw;
    height: auto;
  }

  .slider-17.msr-images.removecolor {
    width: 70vw;
    height: auto;
  }

  .image-509 {
    width: auto;
    height: auto;
  }

  .msr-pic-2 {
    z-index: 1;
    height: auto;
  }

  .image-505 {
    height: auto;
  }

  .main-heading.inpics.shivabharanam {
    font-size: 2.8rem;
  }

  .main-heading.inpics.thaipoosam {
    width: 66vw;
  }

  .main-heading.inpics {
    width: 70vw;
    max-width: 800px;
    font-size: 2.6rem;
  }

  .mask-2 {
    z-index: 1;
    height: 50vh;
  }

  .mask-2.blankspace {
    overflow: hidden;
  }

  .right-arrow-3 {
    z-index: 2;
    width: 4vh;
    height: 4vh;
    margin: auto 0 auto auto;
    display: block;
    inset: 0 0%;
  }

  .slide-nav-15 {
    padding-top: 0;
    display: none;
    bottom: 0;
  }

  .icon-16 {
    z-index: 1;
    opacity: 1;
  }

  .left-arrow-3 {
    z-index: 2;
    width: 4vh;
    height: 4vh;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .icon-14 {
    opacity: 1;
  }

  .sub-heading.in-pics {
    width: 50vw;
    font-size: 1.45rem;
  }

  .fullwidebg-2 {
    height: auto;
  }

  .receipe-image.mar23 {
    display: none;
  }

  .recepietext {
    flex-direction: column;
    align-items: center;
    width: 70vw;
    display: flex;
  }

  .recepietext.lesstop {
    display: block;
  }

  .recepietext.mar23.cont.sub {
    align-items: flex-start;
  }

  .recepietext.apr-23.cont {
    align-items: flex-start;
    margin-top: 2vh;
  }

  .recepietext.mar24 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .recepietext.aug24 {
    text-align: left;
    display: block;
  }

  .recepietext.oct24.cont {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .recepietext.mar23 {
    margin-top: 4vh;
    display: block;
  }

  .list {
    width: 70vw;
    padding-left: 2vw;
  }

  ._70vwwhitebg {
    background-color: #fff;
    width: 100vw;
    margin-top: 46vw;
  }

  ._70vwwhitebg.mob {
    margin-top: 73vw;
  }

  ._70vwwhitebg.mob.recipe {
    background-color: #fff;
    margin-top: 70vh;
  }

  .line-flower {
    width: 22vw;
  }

  .div-block-104 {
    text-align: center;
    width: auto;
    padding-top: 0;
  }

  .list-2 {
    padding-left: 1vw;
  }

  .herosansheading {
    width: 66vw;
    max-width: 640px;
    font-size: 2.6rem;
    line-height: 1.2;
  }

  .herosansheading.mar24 {
    width: 70vw;
    max-width: 700px;
    padding-bottom: 0;
    font-size: 2.8rem;
  }

  .herosansheading.aug24 {
    width: 74vw;
  }

  .herosansheading.sep24 {
    width: 78vw;
    font-size: 2.8rem;
  }

  .herosansheading.oct24 {
    padding-bottom: 2vh;
  }

  .ingredients {
    width: 70vw;
    line-height: 2;
  }

  .ingredients.lessbottom.bottom {
    line-height: 2.2;
  }

  .backwrapperbg {
    height: auto;
  }

  .backwrapperbg.dec {
    background-color: #fff;
    width: 100vw;
    height: auto;
    margin-top: auto;
  }

  .image-510 {
    width: 14vw;
  }

  .paragraph-20 {
    margin-bottom: 3vh;
  }

  .heading-56 {
    font-size: 2.8rem;
  }

  .italic-text-19 {
    font-size: 1.4rem;
  }

  .div-block-130 {
    margin-top: 1vw;
  }

  .text-block-75 {
    font-size: .9rem;
  }

  .text-block-76 {
    font-size: .8rem;
  }

  .div-block-131 {
    width: 5vw;
    height: 5vw;
  }

  .heading-57 {
    font-size: 3.2rem;
  }

  .image-511 {
    width: 100vw;
    display: none;
  }

  .heading-58 {
    font-size: 2.8rem;
  }

  .italic-text-20 {
    font-family: Fserstda Book, sans-serif;
  }

  .heading-60, .heading-61, .heading-62 {
    font-size: 2.8rem;
  }

  .div-block-132 {
    width: 12vw;
    height: 4vw;
  }

  .heading-63 {
    font-size: 2.8rem;
  }

  .heading-64 {
    font-size: 2.8rem;
    line-height: 1.4;
  }

  .heading-65, .heading-66, .heading-67 {
    font-size: 2.8rem;
  }

  .videocard {
    width: 80vw;
  }

  .heading-68 {
    font-size: 2.8rem;
    line-height: 1.4;
  }

  .slideshow.kps {
    width: 70vw;
  }

  .heading-69 {
    font-size: 2.8rem;
  }

  .text-block-79 {
    text-align: left;
    font-family: Fedrasansstd Book, sans-serif;
    font-size: 1.2rem;
    display: block;
  }

  .text-block-80 {
    font-size: 4rem;
  }

  .text-block-80.divine.heroheader {
    margin-bottom: auto;
    padding-bottom: 2vh;
    font-family: Fserstda Book, sans-serif;
    font-size: 2.2rem;
  }

  .text-block-81 {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .italic-text-21 {
    font-size: 1.3rem;
  }

  .footnote-2.above-image {
    width: 70vw;
    margin-bottom: 6vh;
  }

  .footnote-2.above-footnote {
    width: 70vw;
    margin-bottom: 2vh;
  }

  .bodytext-2 {
    width: 70vw;
    padding-top: 4vh;
  }

  .bodytext-2.opd {
    margin-bottom: 4vh;
    padding-top: 6vh;
  }

  .bodytext-2.opd._0top.lessbottom, .bodytext-2.opd.lessbottom {
    margin-bottom: auto;
  }

  .italic-text-22 {
    font-size: 1.4rem;
  }

  .slideshow-2.whitespace {
    background-color: #ecf1e500;
    width: 70vw;
    max-width: none;
  }

  .icon-15 {
    z-index: 1;
    opacity: 1;
  }

  .slide-nav-17 {
    padding-top: 0;
    display: none;
    bottom: 0;
  }

  .image-508 {
    width: auto;
    height: auto;
  }

  .icon-17 {
    opacity: 1;
    margin-top: auto;
  }

  .right-arrow-2 {
    z-index: 2;
    width: 4vh;
    height: 4vh;
    margin: auto 0 auto auto;
    display: block;
    inset: 0 0%;
  }

  .left-arrow-2 {
    z-index: 2;
    width: 4vh;
    height: 4vh;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .heading-70 {
    font-size: 2.8rem;
  }

  .note {
    width: 70vw;
  }

  .heading-71 {
    font-size: 2.8rem;
  }

  .image-space {
    width: 70vw;
  }

  .heading-72 {
    font-size: 2.8rem;
  }

  .bold-text-128 {
    letter-spacing: 3px;
  }

  .image-caption {
    width: 70vw;
  }

  .heading-73, .heading-74, .heading-75, .heading-76 {
    font-size: 2.8rem;
  }

  .div-block-133 {
    width: 12vw;
    height: 4vw;
  }

  .heroheading-2 {
    width: 80vw;
    margin-bottom: 2vh;
    padding-top: 2vh;
    font-size: 2.8rem;
  }

  .heroheading-2.naga {
    width: 78vw;
  }

  .div-block-135 {
    width: 5vw;
    height: 5vw;
  }

  .text-block-83 {
    font-size: .8rem;
  }

  .text-block-85 {
    font-size: 1.1rem;
  }

  .image-responsive-4 {
    object-fit: cover;
    width: 36vw;
    height: 34vh;
  }

  .bg-fullwide-3.kps.mar24 {
    padding-top: 6vh;
  }

  .heading-77 {
    font-size: 2.8rem;
  }

  .lottie-animation {
    justify-content: center;
    align-items: baseline;
    width: 8vw;
    height: 8vw;
    display: block;
  }

  .heading-78, .heading-79, .heading-80, .heading-81, .bold-text-129, .heading-82 {
    font-size: 2.2rem;
  }

  .heading-83 {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .heading-84, .heading-85 {
    font-size: 2.2rem;
  }

  .bold-text-130 {
    text-align: left;
    vertical-align: baseline;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-86, .heading-87, .heading-88 {
    font-size: 2.2rem;
  }

  .body-contact {
    width: 70vw;
  }

  .heading-89 {
    font-size: 2.2rem;
  }

  .receipe-body, .tweet-post, .sliderimage-sec {
    width: 70vw;
  }

  .heading-90 {
    font-size: 2.2rem;
  }

  .heading-91, .heading-92, .heading-93, .heading-94, .heading-95 {
    font-size: 2.8rem;
  }

  .icon-20 {
    z-index: 1;
    opacity: 1;
    margin-top: auto;
  }

  .left-arrow-5 {
    z-index: 2;
    width: 4vh;
    height: 4vh;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    display: block;
    position: absolute;
    inset: -10% auto 0% 0%;
  }

  .slide-nav-19 {
    padding-top: 0;
    display: none;
    bottom: 0;
  }

  .image-524 {
    height: auto;
  }

  .image-525 {
    width: auto;
    height: auto;
  }

  .right-arrow-5 {
    z-index: 2;
    width: 4vh;
    height: 4vh;
    margin: auto 0 auto auto;
    display: block;
    inset: -10% 0% 0;
  }

  .heading-96, .heading-97, .heading-98, .heading-99, .heading-100, .heading-101, .heading-102, .heading-103, .heading-104, .heading-105, .heading-106, .heading-107, .heading-108, .heading-109, .heading-110, .heading-111, .heading-112, .heading-113, .heading-114, .heading-115 {
    font-size: 2.8rem;
  }

  .receipe-body-2 {
    width: 70vw;
  }

  .image-534 {
    height: auto;
  }

  .icon-24 {
    z-index: 1;
    opacity: 1;
    margin-top: auto;
  }

  .left-arrow-9 {
    z-index: 2;
    width: 4vh;
    height: 4vh;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    display: block;
    position: absolute;
    inset: -10% auto 0% 0%;
  }

  .slide-nav-24 {
    padding-top: 0;
    display: none;
    bottom: 0;
  }

  .msr-pic-3 {
    z-index: 1;
    height: auto;
  }

  .right-arrow-9 {
    z-index: 2;
    width: 4vh;
    height: 4vh;
    margin: auto 0 auto auto;
    display: block;
    inset: -10% 0% 0;
  }

  .mask-7 {
    z-index: 1;
    height: 50vh;
  }

  .image-535 {
    width: auto;
    height: auto;
  }

  .div-block-144 {
    padding-right: 2%;
  }

  .home-hero-title-4 {
    margin-top: 2vh;
  }
}

@media screen and (max-width: 767px) {
  .bg-fixed {
    background-attachment: scroll;
    height: 100vh;
  }

  .bg-fixed.news-events-2.unity.sep24 {
    object-position: 50% 50%;
    overflow: visible;
  }

  .bg-fixed.recepie.dec23 {
    background-size: auto 60vh;
    height: auto;
  }

  .bg-fixed.recepie.feb24 {
    object-position: 50% 50%;
    height: 58vh;
  }

  .bg-fixed.unity {
    width: auto;
    max-width: none;
    height: 49vh;
    overflow: auto;
  }

  .bg-fixed.unity.july24 {
    margin-top: 0;
  }

  .mainhero {
    padding-top: 0;
    padding-bottom: 4vh;
    font-size: 2.6rem;
  }

  .mainhero.featurestroy.feb24 {
    object-position: 46% 50%;
    height: 36vh;
    padding-bottom: 0;
  }

  .mainhero.featurestroy.apr24 {
    height: 68vh;
    padding-bottom: 0;
  }

  .mainhero.featurestroy.may24 {
    object-position: 55% 50%;
    height: 64vh;
    padding-bottom: 0;
  }

  .mainhero.featurestroy.july24 {
    padding-bottom: 0;
  }

  .mainhero.featurestroy.aug-24 {
    object-position: 50% 50%;
    height: 52vh;
    padding-bottom: 0;
  }

  .mainhero.conversation.feb24 {
    height: 42vh;
  }

  .mainhero.relationships {
    object-position: 60% 50%;
    height: 44vh;
    padding-bottom: 0;
  }

  .mainhero.sgx {
    height: 42vh;
    padding-bottom: 0;
  }

  .mainhero.sgx.mar24 {
    height: 75vh;
  }

  .mainhero.sgx.jun24, .mainhero.sgx.july24 {
    height: 52vh;
  }

  .mainhero.sgx.aug24 {
    height: 62vh;
  }

  .mainhero.news-events-1 {
    object-position: 85% 50%;
    height: 62vh;
  }

  .mainhero.news-events-1.kps {
    height: 60vh;
  }

  .mainhero.culture.mar-24, .mainhero.culture.apr24 {
    padding-bottom: 0;
  }

  .mainhero.ritual {
    height: 60vh;
  }

  .mainhero.tamanna.lb {
    height: 66vh;
    padding-bottom: 0;
  }

  .mainhero.yogawisdom {
    padding-bottom: 0;
  }

  .mainhero.yoga.june24 {
    height: 54vh;
  }

  .mainhero.science.apr24 {
    height: 52vh;
    padding-bottom: 0;
  }

  .mainhero.kps.apr24 {
    padding-bottom: 0;
  }

  .mainhero.mystic.july24 {
    object-position: 70% 30%;
    padding-bottom: 0;
  }

  .mainhero.consicous.may24 {
    padding-bottom: 0;
  }

  .mainhero.consicous.jun24 {
    height: 50vh;
    padding-bottom: 0;
  }

  .mainhero.consicous.july24 {
    padding-bottom: 0;
  }

  .mainhero.mm.may24 {
    height: 60vh;
    padding-bottom: 0;
  }

  .mainhero.consciousliving.july24 {
    padding-bottom: 0;
  }

  .mainhero.consciousliving.sep24 {
    height: 52vh;
    padding-bottom: 0;
  }

  .mainhero._25yrs-dl.july24 {
    height: 52vh;
    padding-bottom: 0;
    overflow: auto;
  }

  .mainhero.july24 {
    height: 62vh;
    padding-bottom: 0;
  }

  .mainhero.unity-july24 {
    width: auto;
    padding-bottom: 0;
    overflow: auto;
  }

  .mainhero.gp-24.aug24, .mainhero.devi, .mainhero.oct24, .mainhero.livingwell, .mainhero.sg-un, .mainhero.ins {
    padding-bottom: 0;
  }

  .italic-text {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .hero-intro {
    width: 70vw;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .category-tag.featurestory.jan24 {
    width: 40vw;
  }

  .category-tag.featurestory.mar24, .category-tag.featurestory.apr24, .category-tag.featurestory.may24 {
    width: 38vw;
  }

  .category-tag.featurestory.jun24 {
    width: 40vw;
  }

  .category-tag.featurestory.july24 {
    width: 38vw;
  }

  .category-tag.featurestory.ocy24, .category-tag.featurestory.nov24, .category-tag.featurestory.dec24 {
    width: 40vw;
  }

  .category-tag.emotions.feb24 {
    width: 28vw;
  }

  .category-tag.conversation {
    width: 46vw;
  }

  .category-tag.news-events-1 {
    width: 38vw;
  }

  .category-tag.news-events-2 {
    width: 44vw;
  }

  .category-tag.nov23 {
    width: 42vw;
  }

  .category-tag.nov23.recipe {
    width: 28vw;
  }

  .category-tag.feb24.recepie {
    width: 34vw;
  }

  .category-tag.mysteries.mar24 {
    width: 48vw;
  }

  .category-tag.yoga {
    width: 38vw;
  }

  .category-tag.yoga.mar24 {
    width: 40vw;
  }

  .category-tag.yoga.apr24 {
    width: 42vw;
  }

  .category-tag.lb {
    width: 40vw;
  }

  .category-tag.kps.mar24 {
    width: 38vw;
  }

  .category-tag.kps.may24 {
    width: 42vw;
  }

  .category-tag.kps.oct24 {
    width: 38vw;
  }

  .category-tag.mar24 {
    width: 36vw;
  }

  .category-tag.apr24 {
    width: 54vw;
  }

  .category-tag.news-events {
    width: 40vw;
  }

  .category-tag.conscious {
    width: 52vw;
  }

  .category-tag.conscious.july24 {
    width: 44vw;
  }

  .category-tag.yogicfood {
    width: 30vw;
  }

  .category-tag.conscios {
    width: 58vw;
  }

  .category-tag.mystries {
    box-sizing: border-box;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .category-tag.hnr {
    width: 40vw;
  }

  .category-tag._25yrs-dl {
    width: 38vw;
  }

  .category-tag.july24 {
    width: 30vw;
    font-size: .8rem;
  }

  .category-tag.unity {
    width: 38vw;
  }

  .category-tag.wisdom.aug24 {
    width: 44vw;
  }

  .category-tag.wisdom.oct24 {
    width: 46vw;
  }

  .category-tag.aug24 {
    width: 30vw;
  }

  .category-tag.poornanga {
    width: 48vw;
  }

  .category-tag.sep24 {
    width: 38vw;
  }

  .category-tag.devi {
    width: 48vw;
  }

  .category-tag.oct24 {
    width: 36vw;
  }

  .category-tag.leadership {
    width: 32vw;
  }

  .category-tag.nov24 {
    width: 32vw;
    font-size: .8rem;
  }

  .category-tag.mind {
    width: 50vw;
  }

  .category-tag.dhyanalinga.dec24 {
    width: 36vw;
  }

  .category-tag.ins {
    width: 40vw;
  }

  .heading-49 {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .heroheading {
    width: 70vw;
    padding-top: 2vh;
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .heroheading.relationship {
    width: 80vw;
  }

  .headingpart {
    margin-top: 50vw;
  }

  .headingpart.featurestory.feb24 {
    margin-top: 50vh;
  }

  .headingpart.featurestory.apr24 {
    margin-top: 66vh;
  }

  .headingpart.featurestory.jun24 {
    margin-top: 60vh;
  }

  .headingpart.featurestory.aug, .headingpart.featurestory.oct24, .headingpart.featurestory.nov24, .headingpart.featurestory.dec24 {
    margin-top: 50vh;
  }

  .headingpart.emotions.feb24 {
    margin-top: 70vh;
  }

  .headingpart.conversation.feb24, .headingpart.relationship.feb24 {
    margin-top: 42vh;
  }

  .headingpart.news-events-1, .headingpart.news-events-2 {
    margin-top: 60vh;
  }

  .headingpart.mysteries.mar24 {
    margin-top: 58vh;
  }

  .headingpart.mysteries.mar24.karma {
    margin-top: 66vh;
  }

  .headingpart.tammana.lb {
    margin-top: 64vh;
  }

  .headingpart.keepupsg.mar24 {
    margin-top: 58vh;
  }

  .headingpart.science.apr24 {
    margin-top: 50vh;
  }

  .headingpart.news-events {
    margin-top: 58vh;
  }

  .headingpart.mystic.jun24 {
    width: auto;
  }

  .headingpart.mm.may24 {
    margin-top: 60vh;
  }

  .headingpart.food.jun24 {
    margin-top: 48vh;
  }

  .headingpart._25yes-dl, .headingpart.mind-wellbeing.oct24, .headingpart.dhyanalinga {
    margin-top: 50vh;
  }

  .herointro.msr {
    font-size: 1.4rem;
  }

  .flowerkolam-3.white {
    width: 38vw;
    padding-top: 0;
    padding-bottom: 4vh;
  }

  .titletag {
    font-size: .8rem;
  }

  .fullwide-white.behind-image {
    margin-top: -20vh;
    padding-top: 20vh;
  }

  .fullwide-white.conversation.mar24 {
    padding-top: 2vh;
  }

  .fullwide-white.consciousliving {
    padding-top: 6vh;
  }

  .pullquote-plain {
    width: 80vw;
  }

  .pullquote-plain.yaw {
    width: 80vw;
    margin-bottom: 3vh;
  }

  .pullquote-plain.aboveimage {
    margin-bottom: 2vh;
  }

  .sgx-quotation.dec-featstory {
    width: 8vw;
  }

  .flowerkolam-new {
    width: 40vw;
    padding-bottom: 0;
  }

  .flowerkolam-new.last-kolam {
    width: 38vw;
    padding-bottom: 4vh;
  }

  .bg-fullwide.featurestory.mar24 {
    padding-top: 2vh;
  }

  .bg-fullwide.featurestory.jun24, .bg-fullwide.emotions.feb24 {
    padding-top: 6vh;
  }

  .bg-fullwide.relationships {
    padding-top: 0;
  }

  .bg-fullwide.kps.feb24 {
    padding-top: 4vh;
  }

  .bg-fullwide.mysteries.mar24 {
    padding-top: 6vh;
  }

  .bg-fullwide.tamnna.lb {
    padding-top: 4vh;
  }

  .bg-fullwide.science, .bg-fullwide.conscious, .bg-fullwide.yoga, .bg-fullwide.yogicfood, .bg-fullwide.poornanga {
    padding-top: 6vh;
  }

  .fullwide-paige.behind-image {
    margin-top: -20vh;
    padding-top: 20vh;
  }

  .pullquote {
    width: 80vw;
    margin-top: auto;
    padding-bottom: 0;
  }

  .pullquote.featurestory.gray {
    font-size: 1.4rem;
  }

  .pullquote.featurestory.darkred {
    font-size: 1.6rem;
  }

  .pullquote.rituals {
    padding-bottom: 2vh;
    font-size: 1.6rem;
  }

  .pullquote.science, .pullquote.brown {
    font-size: 1.6rem;
  }

  .pullquote.conscious2 {
    padding-bottom: 3vh;
    font-size: 1.5rem;
  }

  .pullquote.epicstory {
    padding-bottom: 2vh;
    font-size: 1.6rem;
  }

  .pullquote.food-health.devi-red {
    padding-bottom: 2vh;
  }

  .quotationmark {
    width: 10vw;
    max-width: none;
    margin-top: 2vw;
  }

  .sec-image {
    width: 90vw;
  }

  .sec-image.body.apr23 {
    width: 86vw;
  }

  .sec-image.vertical {
    width: 60vw;
  }

  .sec-image.sgx-inline {
    width: 92vw;
  }

  .bodytext {
    width: 86vw;
    margin-bottom: 0;
    padding-top: 4vh;
  }

  .bodytext.sep23, .bodytext.sep23.abovepullq {
    width: 82vw;
    padding-top: 4vh;
  }

  .bodytext.sep23.lesstop {
    padding-top: 4vh;
  }

  .bodytext._1stpara.lessbottom, .bodytext.continuation, .bodytext._0top, .bodytext._0top.above-image {
    padding-top: 0;
  }

  .bodytext._0top.lb {
    margin-bottom: 0;
  }

  .bodytext.lessbottom {
    padding-top: 4vh;
  }

  .bodytext.opd, .bodytext.opd.lessbottom {
    width: 80vw;
  }

  .bodytext.news-events {
    margin-bottom: 2vh;
    padding-top: 4vh;
  }

  .bodytext.kps, .bodytext.abovepullq {
    padding-top: 4vh;
  }

  .socialshareoption {
    width: 30vw;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current {
    width: 15vw;
  }

  .tabs.socialshare {
    width: 30vw;
  }

  .nav-pages-row-2 {
    display: block;
    position: relative;
    inset: auto 0% 0%;
  }

  .share-heading {
    width: 30vw;
  }

  .div-block-120 {
    margin-top: 6vw;
  }

  .socialshare {
    width: 8vw;
    height: 8vw;
  }

  .num-float-2 {
    width: 6vw;
    height: 6vw;
  }

  .image-responsive-3 {
    width: 36vw;
    height: 28vh;
  }

  .image-responsive-3.nav {
    width: 28vw;
    height: 16vh;
  }

  .image-responsive-3.nav.top {
    width: auto;
    height: 30vw;
  }

  .image-responsive-3.top {
    height: 28vh;
  }

  .image-responsive-3.mobile {
    width: 36vw;
    height: 29vw;
  }

  .image-responsive-3.mobile.top {
    height: 30vw;
  }

  .text-block-63 {
    font-size: 1rem;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    width: 15vw;
  }

  .nav-close-2 {
    display: block;
    inset: auto 0% 0%;
  }

  .text-block-62 {
    font-size: .8rem;
  }

  .div-block-121 {
    width: 8vw;
    height: 8vw;
  }

  .nav-wrpr-2.aug {
    display: block;
  }

  .nav-icon-2 {
    width: 8vw;
    height: 8vw;
  }

  .nav-scroll-area-2 {
    width: 70vw;
    height: 16vh;
    margin-left: 30vw;
  }

  .socialshare-section {
    width: 30vw;
  }

  .menu-anim-2 {
    width: auto;
    height: auto;
  }

  .nav-btns-row-3 {
    width: 20vw;
    max-width: 120px;
    margin-top: auto;
    display: flex;
  }

  .page-card-2, .page-card-2.w--current {
    width: 28vw;
    height: 16vh;
    position: relative;
    inset: auto 0% 0%;
  }

  .page-card-2.nav-fixed-info {
    z-index: 100;
    width: 30vw;
    height: 18vh;
    position: absolute;
    inset: auto 0% 0%;
  }

  .page-card-2.nav-fixed-info.ishalogo {
    height: 18vh;
  }

  .div-block-123 {
    margin-top: 6vw;
  }

  .text-block-67 {
    font-size: 1rem;
  }

  .text-block-68 {
    font-size: .8rem;
  }

  .div-block-124 {
    width: 8vw;
    height: 8vw;
  }

  .div-block-126 {
    margin-top: 6vw;
  }

  .text-block-71 {
    font-size: 1rem;
  }

  .text-block-72 {
    font-size: .8rem;
  }

  .div-block-127 {
    width: 8vw;
    height: 8vw;
  }

  .subs-invite-text {
    font-size: 1.3rem;
  }

  .issue-date.jun {
    font-size: 16px;
  }

  .quote-title {
    font-size: 2em;
  }

  .quote-title.julhome {
    margin-top: 4vh;
    padding-bottom: 2vh;
    font-size: 2.4em;
  }

  .subs-text {
    font-size: 18px;
  }

  .share-link {
    font-size: 1.3rem;
  }

  .sg-sign {
    width: 160px;
  }

  .fw-quote {
    font-size: 1.4rem;
  }

  .fw-quote.nov {
    display: block;
  }

  .cover-poetry-wrapper.apr24 {
    padding-top: 3vh;
  }

  .cover-poetry-wrapper.may24 {
    padding-top: 0;
  }

  .cover-poetry-wrapper.july24 {
    padding-top: 4vh;
  }

  .home-hero-wrapper {
    height: 100vh;
  }

  .text-block-20 {
    font-size: .8rem;
  }

  .ff-cover-img-wrpr {
    object-position: 50% -20%;
    width: 100vw;
    margin-top: 2vh;
  }

  .ff-cover-img-wrpr.dec {
    background-position: 50%;
    background-size: cover;
    width: 100vw;
    height: 54vh;
  }

  .logo-wrapper {
    width: 10%;
    margin-right: 4%;
  }

  .subscribe-block {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .home-hero-title {
    height: 130px;
  }

  .div-block-113 {
    width: 100vw;
    position: relative;
    top: 60vh;
  }

  .nav-arrows {
    opacity: .6;
    background-image: url('../images/New-Left.svg');
    background-size: auto;
    width: 6vw;
    height: 6vw;
    top: 40vh;
  }

  .nav-arrows.big {
    width: 7vw;
    height: 10vw;
    top: 49vh;
  }

  .arrow-small {
    width: 4vw;
    height: 6vw;
  }

  .articles-grid._2column {
    grid-row-gap: 6vh;
  }

  .section-wrapper-div.indexpage.dec {
    padding-top: 2vh;
  }

  .bold-text-107 {
    letter-spacing: 4px;
    font-size: .8rem;
  }

  .bold-text-16 {
    width: 70vw;
  }

  .in-this-issue-h1.top-marg-la {
    padding-top: 6vh;
  }

  .in-this-issue-h1.top-marg-la.dec {
    font-size: 2rem;
  }

  .article-img-wrapper._2col {
    width: 36vw;
    height: auto;
    margin-bottom: auto;
  }

  .div-block-108 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-108.jun {
    padding-top: 8vw;
  }

  .ornament-3 {
    width: 24vw;
    padding-top: 2vh;
  }

  .ornament-3._1st {
    width: 32vw;
    padding-top: 0;
  }

  .ornament-wrapper.june {
    padding-bottom: 4vh;
  }

  .ornament-wrapper.top-marg-me {
    width: 30vw;
    margin-bottom: auto;
    padding-bottom: 4vh;
  }

  .feature-stroy-content-wrapper-2-2 {
    width: auto;
  }

  .article-category-2 {
    width: 30vw;
  }

  .article-category-2.rem.index {
    letter-spacing: 3px;
    font-size: .8rem;
    display: block;
  }

  .article-category-2.rem.index.longname {
    letter-spacing: 2px;
  }

  .featured-story-description-2.june {
    margin-bottom: 2vh;
  }

  .feature-story-wrapper-2.feb24 {
    padding-top: 5%;
  }

  .feature-story-wrapper-2.may24 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    display: flex;
  }

  .article-card-title-2 {
    width: 34vw;
    margin-top: 2vh;
    font-size: 1.4rem;
  }

  .featured-story-bgimg-2-2 {
    object-fit: cover;
    width: 80vw;
    height: 36vh;
    margin: auto;
    display: block;
  }

  .featured-story-bgimg-2-2.dec {
    object-position: 50% 10%;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: auto;
  }

  .featureimage-link {
    margin: auto;
    display: block;
  }

  .bw-new-image {
    object-fit: cover;
    object-position: 50% 50%;
    background-position: 50%;
  }

  .bw-new-image.apr23 {
    width: auto;
    height: 60vh;
  }

  .bw-new-image.jun24 {
    background-position: 42%;
    background-size: cover;
    height: 58vh;
  }

  .backwrapperquote {
    width: 80vw;
    margin-top: 4vh;
  }

  .backwrapperquote.new {
    margin-top: auto;
  }

  .bw-quote {
    width: 80vw;
    line-height: 1.2;
  }

  .image-137 {
    width: 18vw;
  }

  .footnote {
    width: 86vw;
    margin-bottom: 2vh;
  }

  .footnote.above-image {
    width: 80vw;
  }

  .footnote.above-footnote, .footnote.featurestory {
    width: 86vw;
  }

  .heading-50 {
    font-size: 2.2rem;
  }

  .flower-kolam {
    width: 30vw;
  }

  .flower-kolam.featurestory {
    padding-bottom: 2vh;
  }

  .heading-52 {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .footer-image {
    height: auto;
  }

  .footer-image.news-events-1 {
    background-position: 50% 100%;
    height: 30vh;
  }

  .heading-53 {
    font-size: 2.2rem;
  }

  .article-category, .article-category.sgx.mar24 {
    width: 50vw;
  }

  .article-category.sgx.jun24 {
    width: 48vw;
  }

  .lotuskolam {
    width: 32vw;
    padding-bottom: 4vh;
  }

  .pulllq-border {
    width: 74vw;
  }

  .pulllq-border.sgx {
    width: 82vw;
    margin-top: -3vh;
  }

  .pulllq-border.sgx.black {
    width: 82vw;
    padding: 2vh 0 1vh;
  }

  .imagewrapper {
    width: 92vw;
    margin-bottom: 8vh;
  }

  .imagewrapper.apr23.sgx {
    width: 82vw;
    padding-top: 2vh;
  }

  .imagewrapper.apr23.sgx.grey, .imagewrapper.jan24.cream {
    width: 100vw;
    margin-bottom: auto;
  }

  .imagewrapper.jun24.half-white, .imagewrapper.jun24.yelliow {
    width: auto;
    margin-bottom: auto;
    padding-top: 4vh;
  }

  .hero-intro-2 {
    width: 80vw;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .article-card-title {
    font-size: 1.4rem;
  }

  .html-embed-6 {
    width: 12vw;
    padding-top: 0;
  }

  .heroheader.mar23.sgx.krish {
    width: 82vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .bg-fullwide-2.sgx.jan24 {
    margin-top: 54vh;
  }

  .bg-fullwide-2.sgx.apr24 {
    margin-top: 40vh;
  }

  .bg-fullwide-2.sgx.jun24, .bg-fullwide-2.sgx.july24, .bg-fullwide-2.sgx.sep24 {
    margin-top: 50vh;
  }

  .bg-fullwide-2.sgx.nov24 {
    margin-top: 60vh;
  }

  .hero-intro-3 {
    width: 90vw;
    padding-top: 4vh;
    padding-bottom: 6vh;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .hero-intro-3.dec23.sgx {
    width: 80vw;
  }

  .pullquotetext {
    width: 72vw;
    max-width: 640px;
    padding-top: 2vh;
    font-size: 1.6rem;
  }

  .pullquotetext.white {
    width: auto;
    padding-left: 1vh;
    padding-right: 1vh;
    font-family: Fserstda Book, sans-serif;
    font-size: 1.4rem;
  }

  .pullquotetext.black {
    width: 82vw;
    padding: 3vh 1vh 2vh;
    font-size: 1.4rem;
  }

  .div-block-101 {
    width: 14vw;
  }

  .div-block-101.sgx-pullq.light {
    margin-top: -1vh;
  }

  .white-body {
    width: 82vw;
    margin-bottom: 3vh;
    padding-top: 0;
  }

  .white-body.sgx-body.lesstop {
    margin-bottom: 2vh;
  }

  .white-body.sgx-body.dec23 {
    padding-top: 0;
  }

  .white-body.sgx-body.dec23.abovepullq {
    margin-bottom: auto;
    padding-top: 6vh;
  }

  .pullquote-3 {
    width: 80vw;
    margin-top: auto;
    padding-bottom: 0;
  }

  .pullquote-3.sgx-quote {
    width: 82vw;
    font-size: 1.4rem;
  }

  .div-block-128 {
    width: 14vw;
  }

  .div-block-128.sgx-pullq.cream {
    margin-top: -1vh;
  }

  .divineheroimage {
    height: 60vh;
  }

  .orng-strip {
    width: 220px;
  }

  .text-block-15 {
    font-size: 3rem;
  }

  .text-block-15.divine.heroheader {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1vh;
    font-size: 2rem;
    display: block;
  }

  .floating-div-abs-right {
    z-index: auto;
    aspect-ratio: auto;
    position: absolute;
    inset: 32vh auto auto 4vw;
  }

  .div-block-98 {
    z-index: auto;
    height: 32vh;
    bottom: -7vh;
    right: 4vw;
  }

  .text-block-14 {
    font-size: 1rem;
  }

  .path-of-divine-wrpr {
    width: 220px;
  }

  .text-block-16 {
    font-size: 1rem;
  }

  .italic-text-6 {
    font-size: 1.2rem;
  }

  .grey-box {
    height: auto;
    padding: 2vh;
  }

  .divine-image {
    width: 80vw;
  }

  .divine-image.vertical {
    width: 50vw;
  }

  .scroll-over-wrpr-new {
    z-index: 0;
    width: 100vw;
    margin-top: 56vh;
    padding-bottom: 0;
    position: static;
  }

  .whitebg70vw.divine {
    width: 90vw;
  }

  .post-body-wrapper-2-new {
    width: 85vw;
  }

  .post-body-wrapper-2-new.tan {
    width: 100vw;
  }

  .post-body-wrapper-2-new.tan.divine.oct {
    padding-top: 4vh;
  }

  .poem-centeralign {
    width: 80vw;
  }

  .herointrotext {
    padding-bottom: 8vw;
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .herointrotext.divine {
    width: 78vw;
  }

  .post-body-paragraph-2 {
    width: 85vw;
    margin-top: auto;
    padding-top: 6vh;
    padding-bottom: 2vh;
    font-size: 1.2rem;
  }

  .post-body-paragraph-2.divine.opd, .post-body-paragraph-2.divine.oct.lessbottom, .post-body-paragraph-2.divine.body-opd {
    width: 80vw;
  }

  .footer.news-events-1 {
    margin-top: 4vh;
    padding-bottom: 0;
  }

  .footertext {
    width: 86vw;
    padding-top: 0;
  }

  .footertext.feb24-footer {
    font-size: 1.4rem;
  }

  .heading-55 {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .slider-17.msr-images, .slider-17.msr-images.removecolor, .slider-17.msr-images.removecolor {
    width: 80vw;
  }

  .image-509, .msr-pic-2, .image-505 {
    height: auto;
  }

  .main-heading.inpics {
    width: 80vw;
    font-size: 2.2rem;
  }

  .mask-2 {
    height: 40vh;
  }

  .right-arrow-3 {
    display: block;
  }

  .slide-nav-15 {
    display: none;
    inset: auto 0% 0;
  }

  .left-arrow-3 {
    display: block;
  }

  .fullwidebg-2 {
    height: auto;
  }

  .link-block-17 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-498 {
    display: block;
  }

  .receipe-image.mar23 {
    display: none;
  }

  .recepietext, .recepietext.mar23, .recepietext.mar23.cont.sub {
    width: 85vw;
  }

  .recepietext.mar24 {
    margin-top: 0;
  }

  .recepietext.mar23 {
    width: 85vw;
  }

  .recepietextwrapper {
    font-size: 1.3rem;
  }

  .list {
    width: 86vw;
    padding-left: 2vw;
  }

  ._70vwwhitebg {
    width: 100vw;
  }

  ._70vwwhitebg.mob {
    margin-top: 70vw;
  }

  ._70vwwhitebg.mob.recipe {
    background-color: #fff;
    margin-top: 56vh;
  }

  .line-flower {
    width: 30vw;
  }

  .list-2 {
    padding-left: 2vw;
  }

  .herosansheading {
    width: 76vw;
  }

  .herosansheading.feb24.recepie {
    font-size: 2.2rem;
  }

  .herosansheading.mar24, .herosansheading.aug24 {
    width: 80vw;
  }

  .herosansheading.sep24 {
    width: 80vw;
    font-size: 2.2rem;
  }

  .ingredients {
    width: 85vw;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .backwrapperbg.dec {
    height: 50vh;
    margin-top: auto;
  }

  .image-510 {
    width: 18vw;
  }

  .heading-56 {
    font-size: 2.2rem;
  }

  .div-block-130 {
    margin-top: 6vw;
  }

  .text-block-75 {
    font-size: 1rem;
  }

  .text-block-76 {
    font-size: .8rem;
  }

  .div-block-131 {
    width: 8vw;
    height: 8vw;
  }

  .heading-57 {
    font-size: 2.2rem;
  }

  .image-511 {
    width: 100vw;
  }

  .heading-58, .heading-60, .heading-61 {
    font-size: 2.2rem;
  }

  .bold-text-127 {
    letter-spacing: 2px;
  }

  .heading-62 {
    font-size: 2.2rem;
  }

  .div-block-132 {
    width: 14vw;
  }

  .div-block-132.sgx-pullq.cream {
    margin-top: -1vh;
  }

  .heading-63, .heading-64, .heading-65, .heading-66, .heading-67 {
    font-size: 2.2rem;
  }

  .videocard {
    width: 90vw;
  }

  .heading-68 {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .image-515 {
    display: block;
  }

  .slideshow.kps {
    width: 86vw;
  }

  .heading-69 {
    font-size: 2.2rem;
  }

  .text-block-79 {
    font-size: 1rem;
  }

  .text-block-80 {
    font-size: 3rem;
  }

  .text-block-80.divine.heroheader {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1vh;
    font-size: 1.6rem;
    display: block;
  }

  .text-block-81 {
    font-size: 1rem;
  }

  .italic-text-21 {
    font-size: 1.2rem;
  }

  .footnote-2 {
    width: 86vw;
    margin-bottom: 2vh;
  }

  .footnote-2.above-image {
    width: 80vw;
  }

  .bodytext-2 {
    width: 86vw;
    margin-bottom: 0;
    padding-top: 6vh;
  }

  .bodytext-2.opd, .bodytext-2.opd.lessbottom {
    width: 80vw;
  }

  .slideshow-2.whitespace {
    width: 70vw;
    max-width: 100%;
  }

  .slide-nav-17 {
    display: none;
    inset: auto 0% 0;
  }

  .image-508 {
    height: auto;
  }

  .right-arrow-2, .left-arrow-2 {
    display: block;
  }

  .heading-70 {
    font-size: 2.2rem;
  }

  .note {
    width: 86vw;
  }

  .heading-71 {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .image-space {
    width: 90vw;
  }

  .heading-72 {
    font-size: 2.2rem;
  }

  .image-caption {
    text-align: left;
    width: 90vw;
  }

  .heading-73 {
    font-size: 2.2rem;
  }

  .heading-74, .heading-75, .heading-76 {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .div-block-133 {
    width: 14vw;
  }

  .div-block-133.sgx-pullq.cream {
    margin-top: -1vh;
  }

  .heroheading-2 {
    width: 80vw;
    padding-top: 2vh;
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .div-block-134 {
    margin-top: 6vw;
  }

  .div-block-135 {
    width: 8vw;
    height: 8vw;
  }

  .text-block-83 {
    font-size: .8rem;
  }

  .text-block-85 {
    font-size: 1rem;
  }

  .image-responsive-4 {
    width: 36vw;
    height: 28vh;
  }

  .image-responsive-4.nav {
    width: 28vw;
    height: 16vh;
  }

  .bg-fullwide-3.kps.mar24 {
    padding-top: 6vh;
  }

  .heading-77 {
    font-size: 2.2rem;
  }

  .lottie-animation {
    width: auto;
    height: auto;
    display: block;
  }

  .receipe-body {
    width: 85vw;
  }

  .tweet-post, .sliderimage-sec {
    width: 90vw;
  }

  .heading-91, .heading-92, .heading-93, .heading-94, .heading-95 {
    font-size: 2.2rem;
  }

  .left-arrow-5 {
    display: block;
  }

  .slide-nav-19 {
    display: none;
    inset: auto 0% 0;
  }

  .image-524 {
    height: auto;
  }

  .image-525 {
    height: 35vh;
  }

  .right-arrow-5 {
    display: block;
  }

  .link-block-30 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-527 {
    display: block;
  }

  .heading-96, .heading-97, .heading-98, .heading-99, .heading-100, .heading-101, .heading-102, .heading-103, .heading-104, .heading-105, .heading-106, .heading-107, .heading-108 {
    font-size: 2.2rem;
  }

  .mobile {
    display: none;
  }

  .heading-109, .heading-110, .heading-111, .heading-112, .heading-113, .heading-114, .heading-115 {
    font-size: 2.2rem;
  }

  .receipe-body-2 {
    width: 85vw;
  }

  .image-534 {
    height: auto;
  }

  .left-arrow-9 {
    display: block;
  }

  .slide-nav-24 {
    display: none;
    inset: auto 0% 0;
  }

  .msr-pic-3 {
    height: auto;
  }

  .right-arrow-9 {
    display: block;
  }

  .mask-7 {
    height: 40vh;
  }

  .image-535 {
    height: 35vh;
  }

  .issue-date-4 {
    font-size: .8rem;
  }

  .image-538 {
    width: 40vw;
  }

  .text-block-93 {
    font-size: .8rem;
  }

  .home-hero-title-4 {
    height: 130px;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 2vh;
    font-size: 1.4rem;
  }

  p {
    margin-bottom: 3vh;
    font-size: 1.1rem;
  }

  .bg-fixed.recepie.dec23 {
    background-position: 50% 0;
    background-size: auto 48vh;
  }

  .bg-fixed.recepie.feb24 {
    object-fit: fill;
    object-position: 50% 50%;
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    width: auto;
    height: 46vh;
  }

  .bg-fixed.devi {
    width: auto;
    height: auto;
  }

  .mainhero {
    padding-top: 0;
    padding-bottom: 4vh;
  }

  .mainhero.featurestroy {
    height: 40vh;
  }

  .mainhero.featurestroy.mobile {
    height: 82vh;
    margin-top: -10vh;
    padding-bottom: 0;
    display: block;
  }

  .mainhero.featurestroy.jan24 {
    display: none;
  }

  .mainhero.featurestroy.feb24 {
    height: 52vh;
    padding-bottom: 0;
  }

  .mainhero.featurestroy.feb24.emotion {
    height: 50vh;
  }

  .mainhero.featurestroy.apr24 {
    height: 46vh;
  }

  .mainhero.featurestroy.may24 {
    object-position: 55% 50%;
    height: 52vh;
  }

  .mainhero.featurestroy.july24 {
    height: 52vh;
  }

  .mainhero.featurestroy.aug-24 {
    object-position: 50% 50%;
    height: 52vh;
    overflow: auto;
  }

  .mainhero.conversation.feb24 {
    object-position: 70% 50%;
    height: 34vh;
  }

  .mainhero.relationships {
    object-position: 36% 50%;
    height: 38vh;
  }

  .mainhero.sgx {
    width: auto;
    height: 30vh;
    padding-bottom: 0;
  }

  .mainhero.sgx.mar24 {
    height: 54vh;
  }

  .mainhero.sgx.apr24 {
    height: 48vh;
  }

  .mainhero.sgx.aug24 {
    height: 52vh;
  }

  .mainhero.news-events-1 {
    object-position: 100% 50%;
    width: auto;
    height: 42vh;
  }

  .mainhero.news-events-1.kps {
    object-position: 50% 50%;
    height: 50vh;
  }

  .mainhero.culture.mar-24 {
    display: none;
  }

  .mainhero.culture.apr24 {
    height: 60vh;
    margin-top: -6vh;
  }

  .mainhero.ritual {
    object-position: 80% 50%;
    height: 52vh;
  }

  .mainhero.karma {
    object-position: 40% 50%;
    height: 52vh;
    padding-bottom: 0;
  }

  .mainhero.tamanna.lb {
    height: 44vh;
  }

  .mainhero.yogawisdom {
    display: none;
  }

  .mainhero.yoga.june24 {
    object-position: 53% 50%;
    height: 38vh;
    padding-bottom: 0;
  }

  .mainhero.science.apr24 {
    height: 36vh;
  }

  .mainhero.news-events.apr24 {
    height: 90vh;
    margin-top: -18vh;
  }

  .mainhero.news-events.sg-recovery {
    height: 50vh;
  }

  .mainhero.kps.apr24 {
    height: 52vh;
  }

  .mainhero.mystic {
    object-position: 20% 50%;
    height: 52vh;
    padding-bottom: 0;
  }

  .mainhero.mystic.jun24 {
    object-position: 50% 50%;
  }

  .mainhero.mystic.july24 {
    object-position: 70% 50%;
    height: 46vh;
    overflow: auto;
  }

  .mainhero.consicous.may24 {
    height: 52vh;
  }

  .mainhero.consicous.jun24 {
    height: 52vh;
    padding-bottom: 0;
  }

  .mainhero.consicous.july24 {
    object-position: 50% 50%;
    width: auto;
    height: 52vh;
  }

  .mainhero.mm.may24 {
    object-position: 70% 40%;
    height: 52vh;
  }

  .mainhero.consciousliving.july24 {
    width: 100vw;
    height: 50vh;
    display: block;
  }

  .mainhero.consciousliving.sep24 {
    object-position: 52% 50%;
    height: 51vh;
    padding-bottom: 0;
    overflow: auto;
  }

  .mainhero.unity.july24 {
    height: 50vh;
    padding-bottom: 0;
  }

  .mainhero.unity.sep24 {
    height: 52vh;
    padding-bottom: 0;
  }

  .mainhero._25yrs-dl.july24 {
    height: 48vh;
  }

  .mainhero.july24 {
    height: 52vh;
  }

  .mainhero.unity-july24 {
    height: 50vh;
  }

  .mainhero.gp-24.aug24, .mainhero.devi {
    height: 52vh;
  }

  .mainhero.livingwell {
    object-position: 52% 50%;
    height: 52vh;
  }

  .mainhero.sg-un {
    object-position: 58% 50%;
    height: 52vh;
  }

  .mainhero.ins {
    height: 51vh;
  }

  .italic-text {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .hero-intro {
    width: 80vw;
    font-size: 1.2rem;
  }

  .hero-intro.in-pics {
    width: 70vw;
    font-size: 1.1rem;
  }

  .category-tag {
    width: 56vw;
  }

  .category-tag.featurestory.jan24 {
    width: 64vw;
  }

  .category-tag.featurestory.feb24 {
    width: 66vw;
  }

  .category-tag.featurestory.mar24, .category-tag.featurestory.apr24 {
    width: 64vw;
  }

  .category-tag.featurestory.may24 {
    width: 62vw;
  }

  .category-tag.featurestory.jun24 {
    width: 64vw;
  }

  .category-tag.featurestory.july24 {
    width: 62vw;
  }

  .category-tag.featurestory.aug24, .category-tag.featurestory.ocy24, .category-tag.featurestory.nov24, .category-tag.featurestory.dec24 {
    width: 64vw;
  }

  .category-tag.emotions.feb24 {
    width: 46vw;
  }

  .category-tag.conversation {
    width: 76vw;
  }

  .category-tag.news-events-1 {
    width: 64vw;
  }

  .category-tag.news-events-2 {
    width: 65vw;
  }

  .category-tag.nov23 {
    width: 62vw;
    padding-top: .5vh;
    padding-bottom: .5vh;
  }

  .category-tag.nov23.recipe {
    width: 44vw;
  }

  .category-tag.feb24.recepie {
    width: 60vw;
  }

  .category-tag.mysteries.mar24 {
    width: 76vw;
  }

  .category-tag.yoga {
    width: 62vw;
  }

  .category-tag.yoga.mar24, .category-tag.yoga.apr24 {
    width: 64vw;
  }

  .category-tag.lb {
    width: 66vw;
  }

  .category-tag.kps.mar24 {
    width: 62vw;
  }

  .category-tag.kps.apr24, .category-tag.kps.may24, .category-tag.kps.apr24 {
    width: 64vw;
  }

  .category-tag.kps.july24, .category-tag.kps.oct24 {
    width: 62vw;
  }

  .category-tag.mar24 {
    width: 56vw;
  }

  .category-tag.apr24 {
    width: 86vw;
    font-size: .8rem;
  }

  .category-tag.apr24.science {
    width: 86vw;
  }

  .category-tag.news-events {
    width: 64vw;
  }

  .category-tag.mystic {
    width: 68vw;
  }

  .category-tag.conscious {
    width: 88vw;
  }

  .category-tag.conscious.july24 {
    width: 76vw;
  }

  .category-tag.yogicfood {
    width: 50vw;
  }

  .category-tag.conscios {
    width: 100vw;
  }

  .category-tag.mystries {
    width: 76vw;
  }

  .category-tag.hnr, .category-tag._25yrs-dl {
    width: 62vw;
  }

  .category-tag.july24 {
    width: 54vw;
  }

  .category-tag.unity, .category-tag.unity.sep24 {
    width: 64vw;
  }

  .category-tag.wisdom.aug24, .category-tag.wisdom.sep24 {
    width: 74vw;
  }

  .category-tag.wisdom.oct24 {
    width: 76vw;
  }

  .category-tag.wisdom.nov24 {
    width: 60vw;
  }

  .category-tag.aug24 {
    width: 60vw;
    font-size: 1rem;
  }

  .category-tag.gp24 {
    width: 64vw;
  }

  .category-tag.poornanga {
    width: 80vw;
  }

  .category-tag.naga {
    width: 64vw;
  }

  .category-tag.sep24 {
    width: 60vw;
  }

  .category-tag.devi {
    width: 76vw;
  }

  .category-tag.oct24 {
    width: 60vw;
  }

  .category-tag.leadership {
    width: 50vw;
  }

  .category-tag.nov24 {
    width: 54vw;
  }

  .category-tag.mind {
    width: 78vw;
  }

  .category-tag.livingwell {
    width: 54vw;
  }

  .category-tag.dhyanalinga.dec24 {
    width: 60vw;
  }

  .category-tag.un {
    width: 66vw;
  }

  .category-tag.ins {
    width: 64vw;
  }

  .heading-49 {
    font-size: 1.8rem;
  }

  .heroheading {
    width: 80vw;
    padding-top: 2vh;
    font-size: 1.8rem;
  }

  .heroheading.conversation {
    padding-top: 3vh;
  }

  .heroheading.relationship {
    padding-top: 1vh;
  }

  .heroheading.kps, .heroheading.mysteries {
    padding-top: 2vh;
  }

  .headingpart {
    margin-top: 56vw;
  }

  .headingpart.featurestory.jan24 {
    margin-top: 58vh;
  }

  .headingpart.featurestory.feb24 {
    margin-top: 50vh;
  }

  .headingpart.featurestory.mar24 {
    margin-top: 60vh;
  }

  .headingpart.featurestory.apr24 {
    margin-top: 44vh;
  }

  .headingpart.featurestory.may24 {
    margin-top: 58vh;
  }

  .headingpart.featurestory.jun24, .headingpart.featurestory.july24, .headingpart.featurestory.aug {
    margin-top: 50vh;
  }

  .headingpart.emotions.feb24 {
    margin-top: 48vh;
  }

  .headingpart.conversation.feb24 {
    margin-top: 32vh;
  }

  .headingpart.relationship.feb24 {
    margin-top: 36vh;
  }

  .headingpart.news-events-1 {
    margin-top: 40vh;
  }

  .headingpart.news-events-2 {
    margin-top: 50vh;
  }

  .headingpart.culture.mar24 {
    margin-top: 52vh;
  }

  .headingpart.culture.apr24 {
    margin-top: 54vh;
  }

  .headingpart.mysteries.mar24, .headingpart.mysteries.mar24.karma {
    margin-top: 50vh;
  }

  .headingpart.tammana.lb {
    margin-top: 42vh;
  }

  .headingpart.keepupsg.mar24 {
    margin-top: 48vh;
  }

  .headingpart.keepupsg.apr24 {
    margin-top: 50vh;
  }

  .headingpart.keepupsg.july24 {
    margin-top: 40vh;
  }

  .headingpart.keepupsg.aug24, .headingpart.keepupsg.sep24, .headingpart.yogawisdom, .headingpart.yogawisdom.sep24, .headingpart.yogawisdom.oct24 {
    margin-top: 50vh;
  }

  .headingpart.yogawisdom.nov24 {
    margin-top: 46vh;
  }

  .headingpart.yogawisdom.dec24 {
    margin-top: 45vh;
  }

  .headingpart.science.apr24 {
    margin-top: 36vh;
  }

  .headingpart.news-events {
    margin-top: 48vh;
  }

  .headingpart.mystic {
    margin-top: 50vh;
  }

  .headingpart.mystic.july24, .headingpart.conscious.may24 {
    margin-top: 40vh;
  }

  .headingpart.conscious.jun24, .headingpart.conscious._2.july24, .headingpart.mm.may24 {
    margin-top: 50vh;
  }

  .headingpart.food.jun24 {
    margin-top: 42vh;
  }

  .headingpart.mystryies.july24 {
    margin-top: 50vh;
  }

  .headingpart.hnr.july24 {
    margin-top: 44vh;
  }

  .headingpart.unity.july24 {
    margin-top: 48vh;
  }

  .headingpart.unity.sep24 {
    margin-top: 50vh;
  }

  .headingpart._25yes-dl {
    margin-top: 46vh;
  }

  .headingpart.consciousliving.aug24, .headingpart.timeless-wisdom.sep24, .headingpart.gp24, .headingpart.food-health, .headingpart.poornangaliving, .headingpart.naga {
    margin-top: 50vh;
  }

  .headingpart.mind-wellbeing.oct24 {
    object-position: 50% 50%;
    margin-top: 50vh;
  }

  .headingpart.devi.nov24, .headingpart.yoga, .headingpart.livingwell, .headingpart.un {
    margin-top: 50vh;
  }

  .herointro {
    width: 80vw;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .herointro.msr {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .flowerkolam-3 {
    width: 34vw;
    padding-bottom: 6vh;
  }

  .flowerkolam-3.white {
    width: 44vw;
    padding-top: 0;
  }

  .flowerkolam-3.last {
    padding-top: 3vh;
    padding-bottom: 0;
  }

  .flowerkolam-3.abovetext {
    width: 36vw;
  }

  .hero-intro-italics {
    line-height: 1.4;
  }

  .fullwide-white.behind-image.grey {
    margin-top: auto;
    padding-top: 0;
  }

  .fullwide-white.conversation {
    padding-top: 0;
  }

  .fullwide-white.conversation.mar24 {
    padding-top: 2vh;
  }

  .fullwide-white.consciousliving {
    padding-top: 4vh;
  }

  .pullquote-plain {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 2vh;
    display: flex;
  }

  .pullquote-plain.yaw {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 86vw;
    margin-top: 0;
    margin-bottom: 2vh;
    padding-top: 1vh;
    padding-bottom: 0;
    display: flex;
  }

  .pullquote-plain.aboveimage {
    margin-bottom: 2vh;
  }

  .sgx-quotation.dec-featstory {
    flex: 1;
    order: 0;
    align-self: auto;
    align-items: center;
    width: 12vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .flowerkolam-new {
    width: 60vw;
    margin-bottom: 4vh;
    padding-bottom: 0;
  }

  .flowerkolam-new.last-kolam {
    width: 42vw;
    margin-bottom: auto;
  }

  .bg-fullwide {
    padding-top: 4vh;
  }

  .bg-fullwide.featurestory.jan24, .bg-fullwide.featurestory.mar24 {
    padding-top: 0;
  }

  .bg-fullwide.featurestory.jun24 {
    padding-top: 6vh;
  }

  .bg-fullwide.emotions.feb24 {
    padding-top: 0;
  }

  .bg-fullwide.kps.feb24 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bg-fullwide.kps.mar24 {
    padding-top: 6vh;
  }

  .bg-fullwide.mysteries.mar24 {
    padding-top: 0;
  }

  .bg-fullwide.mysteries.mar24.karma {
    padding-top: 2vh;
  }

  .bg-fullwide.tamnna.lb {
    padding-top: 0;
  }

  .bg-fullwide.science {
    padding-top: 4vh;
  }

  .bg-fullwide.news-events.msr, .bg-fullwide.news-events.sg-recovery, .bg-fullwide.conscious {
    padding-top: 0;
  }

  .bg-fullwide.yoga {
    padding-top: 6vh;
  }

  .bg-fullwide.yogicfood {
    padding-top: 0;
  }

  .bg-fullwide.timeless {
    padding-top: 4vh;
  }

  .mob-secimage {
    width: 80vw;
    display: block;
  }

  .pullquote {
    text-align: center;
    width: auto;
    max-width: 320px;
    margin-top: auto;
    padding-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.4;
    display: block;
  }

  .pullquote.featurestory.gray {
    padding-top: 2vh;
  }

  .pullquote.featurestory.orange {
    padding-top: 1.5vh;
  }

  .pullquote.featurestory.darkred {
    margin-top: 1vh;
    font-size: 1.4rem;
  }

  .pullquote.featurestory.darkred.singleline {
    margin-top: 1vh;
    padding-top: 0;
  }

  .pullquote.featurestory.red {
    padding-top: 1vh;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .pullquote.featurestory.blue {
    padding-top: 1vh;
  }

  .pullquote.emotions {
    margin-top: 1vh;
    font-size: 1.4rem;
  }

  .pullquote.emotions.color {
    color: #322714;
  }

  .pullquote.conversation, .pullquote.relationship {
    padding-top: 1vh;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .pullquote.rituals {
    margin-top: 1vh;
    font-size: 1.4rem;
  }

  .pullquote.karma {
    padding-top: 1vh;
    padding-bottom: 2vh;
  }

  .pullquote.lb {
    padding-top: 1vh;
    font-size: 1.4rem;
  }

  .pullquote.science {
    margin-top: 2vh;
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .pullquote.mystic {
    margin-top: 1vh;
  }

  .pullquote.brown {
    margin-top: 1vh;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .pullquote.yoga {
    margin-top: 1vh;
  }

  .pullquote.conscious {
    padding-top: 1vh;
    line-height: 1.2;
  }

  .pullquote.conscious2 {
    margin-top: 1vh;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .pullquote.epicstory, .pullquote.food-health.blue {
    padding-top: 1vh;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .pullquote.food-health.blue._1 {
    padding-top: 1vh;
    font-size: 1.4rem;
  }

  .pullquote.food-health.devi-red {
    padding-top: 1vh;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .pullquote.dhyanalinga {
    padding-top: 1vh;
  }

  .quotationmark {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 6vh;
    margin: 1vh auto auto;
    display: block;
  }

  .sec-image {
    width: 100vw;
    display: inline-block;
  }

  .sec-image.body.apr23 {
    width: 100vw;
    display: block;
  }

  .sec-image.vertical {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sec-image.mobile, .sec-image.mob-alternate {
    display: block;
  }

  .sec-image.sgx-inline {
    width: 100vw;
  }

  .bodytext {
    width: 86vw;
    margin-bottom: 0;
    padding-top: 4vh;
    font-size: 1.1rem;
  }

  .bodytext.sep23, .bodytext.sep23.abovepullq {
    width: 86vw;
    padding-top: 4vh;
  }

  .bodytext.sep23.lesstop {
    margin-bottom: auto;
    padding-top: 3vh;
  }

  .bodytext._1stpara {
    margin-bottom: auto;
    padding-top: 0;
  }

  .bodytext._1stpara.lessbottom {
    padding-top: 2vh;
  }

  .bodytext.continuation {
    padding-top: 0;
  }

  .bodytext._0top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bodytext._0top.above-image {
    padding-top: 0;
    padding-bottom: 2vh;
  }

  .bodytext._0top.lb {
    padding-top: 2vh;
  }

  .bodytext.sgx {
    padding-top: 6vh;
  }

  .bodytext.sgx.lessbottom {
    padding-top: 4vh;
  }

  .bodytext.lessbottom {
    padding-top: 1vh;
  }

  .bodytext.opd, .bodytext.opd.lessbottom {
    width: 86vw;
  }

  .bodytext.kps {
    padding-top: 3vh;
  }

  .bodytext.abovepullq {
    padding-top: 4vh;
  }

  .bodytext.above-image {
    padding-top: 4vh;
    padding-bottom: 2vh;
  }

  .bodytext.lb {
    margin-bottom: 2vh;
  }

  .bodytext.below-image, .bodytext.abovefootnote {
    padding-top: 4vh;
  }

  .socialshareoption {
    width: 40vw;
  }

  .div-block-118 {
    font-size: .6rem;
  }

  .div-block-119 {
    margin-left: 4vw;
    font-size: .9rem;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current {
    width: 20vw;
  }

  .tabs.socialshare {
    width: 40vw;
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-pages-row-2 {
    display: block;
    position: relative;
  }

  .share-heading {
    align-content: start;
    place-items: start stretch;
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-120 {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 6vw;
    margin-left: 4vw;
  }

  .socialshare {
    width: 14vw;
    height: 14vw;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: .5vw;
    display: flex;
  }

  .num-float-2 {
    border-radius: 10vw;
    width: 6vw;
    height: 6vw;
    margin-bottom: 1vw;
    inset: auto 0% 0% auto;
  }

  .image-responsive-3 {
    object-fit: cover;
    object-position: 50% 50%;
    flex: none;
    width: 80vw;
    height: 34vh;
    display: inline-block;
    overflow: visible;
  }

  .image-responsive-3.nav, .image-responsive-3.nav.top {
    width: 34vw;
    height: 12vh;
  }

  .image-responsive-3.nav.bottom {
    object-position: 0% 50%;
    width: 34vw;
    height: 12vh;
    display: block;
  }

  .image-responsive-3.top {
    width: 80vw;
    height: 34vh;
  }

  .image-responsive-3.mobile {
    width: 80vw;
    height: 64vw;
    margin-top: auto;
  }

  .image-responsive-3.mobile.top {
    height: 64vw;
  }

  .image-responsive-3.right {
    height: 34vh;
  }

  .image-responsive-3.left {
    object-position: 30% 50%;
  }

  .image-responsive-3.center {
    object-position: 50% 50%;
    overflow: visible;
  }

  .text-block-63 {
    font-size: .8rem;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    width: 20vw;
  }

  .nav-close-2 {
    object-fit: fill;
    background-color: #000000db;
    height: 12vh;
    display: block;
    inset: auto 0% 0%;
  }

  .text-block-62 {
    font-size: .6rem;
  }

  .text-block-64 {
    padding-bottom: 1vw;
    font-size: .9rem;
  }

  .div-block-121 {
    width: 8vw;
    height: 8vw;
    margin-bottom: 2vw;
    margin-right: 1vw;
  }

  .nav-wrpr-2.aug {
    display: block;
  }

  .nav-icon-2 {
    z-index: 101;
    border-radius: 10vw;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: .5vw;
    display: flex;
    position: relative;
    top: auto;
  }

  .link-block-21 {
    align-items: flex-end;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .nav-scroll-area-2 {
    width: 66vw;
    height: 12vh;
    margin-left: 34vw;
  }

  .socialshare-section {
    width: 40vw;
    display: block;
  }

  .menu-anim-2 {
    width: auto;
    height: auto;
    display: block;
  }

  .nav-btns-row-3 {
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 34vw;
    max-width: 140px;
    height: auto;
    margin-top: 4vw;
    margin-bottom: 2vw;
    padding-bottom: 0;
    display: flex;
  }

  .page-card-2 {
    width: 34vw;
    height: 12vh;
  }

  .page-card-2.w--current {
    width: 34vw;
    height: 12vh;
    bottom: auto;
  }

  .page-card-2.nav-fixed-info {
    width: 34vw;
    height: 14vh;
    padding-top: 0;
    padding-bottom: 8vw;
    inset: auto 0% 0%;
  }

  .page-card-2.nav-fixed-info.ishalogo {
    height: 18vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    display: block;
    top: 0;
    bottom: auto;
  }

  .page-card-2.june.w--current {
    height: 12vh;
  }

  .div-block-122 {
    font-size: .6rem;
  }

  .div-block-123 {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 6vw;
    margin-left: 4vw;
  }

  .text-block-67 {
    font-size: .8rem;
  }

  .text-block-68 {
    font-size: .6rem;
  }

  .text-block-69 {
    padding-bottom: 1vw;
    font-size: .9rem;
  }

  .div-block-124 {
    width: 8vw;
    height: 8vw;
    margin-bottom: 2vw;
    margin-right: 1vw;
  }

  .div-block-125 {
    font-size: .6rem;
  }

  .div-block-126 {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 6vw;
    margin-left: 4vw;
  }

  .text-block-71 {
    font-size: .8rem;
  }

  .text-block-72 {
    font-size: .6rem;
  }

  .text-block-73 {
    padding-bottom: 1vw;
    font-size: .9rem;
  }

  .div-block-127 {
    width: 8vw;
    height: 8vw;
    margin-bottom: 2vw;
    margin-right: 1vw;
  }

  .subs-invite-text {
    text-align: center;
    margin-bottom: 8%;
    font-size: 1.2rem;
  }

  .div-block-29 {
    padding-bottom: 2vh;
    padding-right: 0%;
    position: static;
    inset: auto 0% 0%;
  }

  .quote-title {
    margin-bottom: 20px;
    font-size: 1.4em;
  }

  .quote-title.julhome {
    width: 80vw;
    margin-top: auto;
    padding-bottom: 2vh;
    font-size: 1.8em;
  }

  .socials-section {
    height: auto;
  }

  .subs-icon {
    width: 8vw;
  }

  .link {
    padding-left: 2%;
    padding-right: 2%;
  }

  .share-link {
    margin-bottom: 33px;
  }

  .subs-wrpr {
    flex-direction: column-reverse;
  }

  .div-block-31 {
    flex-direction: column;
    position: static;
  }

  .sg-sign {
    width: 40vw;
    display: block;
  }

  .fw-quote {
    color: #ece4e3;
    width: auto;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.1rem;
  }

  .fw-quote.nov {
    width: 90vw;
  }

  .cover-poetry-wrapper {
    padding: 4vh 6vw;
  }

  .cover-poetry-wrapper.may24 {
    padding-top: 2vh;
  }

  .home-hero-wrapper {
    height: auto;
    position: static;
  }

  .text-block-20 {
    text-align: center;
    white-space: nowrap;
    margin-top: auto;
  }

  .div-block-14 {
    flex-direction: column;
    margin-bottom: 2vh;
  }

  .text-block-8 {
    letter-spacing: 4px;
    font-size: 1.2rem;
  }

  .div-block-82 {
    margin-top: 4vh;
    margin-bottom: 2vh;
  }

  .ff-cover-img-wrpr {
    object-fit: none;
    flex: none;
    justify-content: center;
    align-self: flex-start;
    width: 100vw;
    max-width: none;
    display: flex;
  }

  .ff-cover-img-wrpr.dec {
    object-fit: cover;
    object-position: 0% 50%;
    background-position: 50%;
    background-attachment: scroll;
    height: 46vh;
    max-height: none;
    overflow: hidden;
  }

  .copyright-text {
    margin-bottom: auto;
    padding-bottom: 4vh;
    font-size: 1rem;
    line-height: 1.2;
  }

  .image-54 {
    width: 50vw;
  }

  .image {
    max-width: 80vw;
  }

  .image-fit {
    object-fit: contain;
    max-width: none;
    max-height: none;
    display: block;
  }

  .ff-logo-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 1vh;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .logo-wrapper {
    flex-direction: column;
    width: 14vw;
    max-width: none;
    max-height: none;
    margin-bottom: 2vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2vh;
    display: flex;
  }

  .subs-button {
    align-self: auto;
    margin-right: 0%;
    padding: 4vw;
  }

  .subscribe-block {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .home-hero-title {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-block-113 {
    z-index: 2;
    flex: 0 auto;
    align-self: center;
    width: 100vw;
    margin-top: auto;
    position: static;
    top: 66vw;
  }

  .issue-date-wrapper {
    position: static;
  }

  .nav-arrows {
    z-index: 1001;
    background-image: url('../images/New-Left.svg');
    background-size: contain;
    width: 6vw;
    height: 10vw;
    margin-left: .5vw;
    top: 40vh;
  }

  .nav-arrows.big {
    background-image: none;
    align-items: center;
    width: 12vw;
    height: 16vw;
    margin: auto auto auto .5vw;
    display: flex;
    inset: 40vh auto auto .4vw;
  }

  .nav-arrows.big._1 {
    inset: 40vh .4vw auto auto;
  }

  .arrow-small {
    opacity: .8;
    background-image: url('../images/New-Left.svg');
    background-position: 0 0;
    background-size: auto;
    width: 6vw;
    height: 10vw;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .arrow-small.right {
    opacity: .8;
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .articles-grid._2column {
    grid-row-gap: 6vh;
    grid-template-columns: 1fr;
    width: 70vw;
  }

  .section-wrapper-div {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section-wrapper-div.indexpage.dec {
    padding-top: 1vh;
  }

  .bold-text-107 {
    letter-spacing: 4px;
  }

  .bold-text-16 {
    width: 70vw;
  }

  .image-84 {
    width: 40vw;
    margin-top: 6vh;
    padding-bottom: 10vw;
  }

  .article-link-block.jun {
    width: auto;
  }

  .post-heading-h3 {
    font-size: 1.4rem;
  }

  .bold-text-63 {
    font-size: .8rem;
  }

  .in-this-issue-h1.top-marg-la {
    letter-spacing: 4px;
    width: 80vw;
    margin-top: auto;
    margin-bottom: 2vh;
    padding-top: 6vh;
    font-size: 1.6rem;
  }

  .in-this-issue-h1.top-marg-la.dec {
    font-size: 1.6rem;
  }

  .article-img-wrapper {
    width: 92vw;
    height: 92vw;
  }

  .article-img-wrapper._2col {
    width: 70vw;
    height: auto;
    margin-bottom: 2vh;
  }

  .div-block-108 {
    grid-row-gap: 4vh;
    grid-template-columns: 1fr;
    justify-items: start;
    width: 60vw;
    margin-left: 10vw;
  }

  .div-block-108.jun {
    grid-row-gap: 6vh;
    grid-template-columns: .25fr;
    grid-auto-flow: row;
    margin-top: auto;
    padding-top: 4vh;
  }

  .ornament-3 {
    width: 44vw;
    padding-top: 0;
    padding-bottom: 4vh;
  }

  .ornament-3._1st {
    width: 44vw;
    padding-top: 2vh;
  }

  .ornament-wrapper {
    margin-top: 12%;
    margin-bottom: 12%;
  }

  .ornament-wrapper.top-marg-me {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-stroy-content-wrapper-2-2 {
    width: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2vh;
    display: block;
  }

  .article-category-2 {
    width: 54vw;
    margin-bottom: 4vh;
  }

  .article-category-2.rem {
    letter-spacing: 2px;
  }

  .article-category-2.rem.index {
    letter-spacing: 3px;
    flex-direction: column;
    margin-bottom: 2vh;
    font-size: .8rem;
    display: block;
  }

  .featured-story-description-2 {
    width: 80vw;
    font-size: 1.1rem;
  }

  .featured-story-description-2.june {
    width: 70vw;
  }

  .featured-story-description-2.white {
    width: auto;
  }

  .article-card-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70vw;
    margin-top: 2vh;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature-story-wrapper-2 {
    background-color: #000;
    background-image: none;
    width: 90vw;
    padding: 0% 0% 10%;
    position: relative;
  }

  .feature-story-wrapper-2.dec23 {
    margin-bottom: 4vh;
  }

  .feature-story-wrapper-2.feb24 {
    width: 86vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .feature-story-wrapper-2.feb24.mar24 {
    margin-bottom: 8vh;
  }

  .feature-story-wrapper-2.apr24 {
    margin-bottom: 4vh;
  }

  .feature-story-wrapper-2.may24, .feature-story-wrapper-2.jun24 {
    padding-top: 5%;
  }

  .feature-story-wrapper-2.july24 {
    padding-top: 8%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .feature-story-wrapper-2.oct24 {
    padding-top: 6%;
  }

  .article-cardsubh {
    width: 70vw;
  }

  .article-card-title-2 {
    width: 70vw;
    max-width: 500px;
    margin-top: 0;
    font-size: 1.2rem;
  }

  .block-subheading.dec23 {
    font-size: .8rem;
  }

  .featured-story-bgimg-2-2 {
    z-index: -1;
    column-count: auto;
    object-fit: cover;
    flex: 0 auto;
    width: 80vw;
    height: 28vh;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    left: auto;
    right: auto;
  }

  .featured-story-bgimg-2-2.dec {
    width: 80vw;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .featurestory-linkblock {
    font-size: 1.2rem;
  }

  .featurestory-linkblock.new {
    width: 70vw;
    max-width: none;
    margin-top: 2vh;
  }

  .featureimage-link {
    flex: 0 auto;
  }

  .bw-new-image {
    object-fit: cover;
    object-position: 100% 50%;
    background-position: 100%;
    background-size: cover;
    width: 100vw;
    height: 50vh;
    margin-top: 0;
  }

  .bw-new-image.apr23 {
    object-fit: cover;
    object-position: 50% 50%;
    object-fit: cover;
    object-position: 50% 50%;
    background-position: 50%;
    width: auto;
    height: 50vh;
  }

  .bw-new-image.jun24 {
    object-fit: cover;
    object-position: 50% 50%;
    background-color: #63900000;
    background-position: 45%;
    background-size: cover;
    width: auto;
    height: 44vh;
  }

  .backwrapperquote {
    background-color: #fff;
    flex-direction: column;
    width: 100vw;
    max-width: none;
    margin-top: -30vw;
    padding-left: 2vw;
    padding-right: 2vw;
    display: block;
  }

  .backwrapperquote.new {
    margin-top: auto;
    padding-top: 5vh;
    padding-bottom: 6vh;
  }

  .bw-quote {
    width: 85vw;
    margin-bottom: auto;
    padding-bottom: 1.5vh;
    font-size: 1.1rem;
  }

  .image-137 {
    width: 30vw;
  }

  .footnote {
    margin-bottom: 2vh;
    font-size: .9rem;
  }

  .footnote.above-image, .footnote.above-footnote {
    width: 86vw;
  }

  .heading-50 {
    font-size: 1.8rem;
  }

  .heading-51 {
    margin-bottom: 2vh;
    font-size: 1.4rem;
  }

  .flower-kolam {
    width: 40vw;
    padding-bottom: 4vh;
  }

  .flower-kolam.white, .flower-kolam.green {
    padding-bottom: 4vh;
  }

  .heading-52 {
    margin-bottom: auto;
    font-size: 1.8rem;
  }

  .footer-image {
    height: auto;
    overflow: auto;
  }

  .footer-image.news-events-1 {
    object-position: 50% 0%;
    background-position: 50% 0;
    height: 20vh;
  }

  .lineflower-kolam {
    width: 44vw;
    padding-bottom: 4vh;
  }

  .lineflower-kolam.last {
    padding-bottom: 4vh;
  }

  .heading-53 {
    font-size: 1.8rem;
  }

  .article-category {
    width: 70vw;
    margin-bottom: 2vh;
  }

  .article-category.sgx.mar24 {
    width: 68vw;
  }

  .article-category.sgx.jun24 {
    width: 64vw;
  }

  .lotuskolam {
    width: 48vw;
    padding-bottom: 4vh;
  }

  .pulllq-border {
    z-index: auto;
    width: 70vw;
    margin-top: -3vh;
  }

  .pulllq-border.sgx {
    width: 86vw;
    margin-top: -3vh;
  }

  .pulllq-border.sgx.black {
    border-width: 2px;
    width: 86vw;
    margin-top: -3vh;
  }

  .pulllq-border.sgx.apr24 {
    border-color: #52260f;
  }

  .imagewrapper {
    border-radius: 4vw;
    width: 100vw;
    max-width: none;
  }

  .imagewrapper.apr23.sgx {
    border-radius: 0;
    width: 86vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .imagewrapper.apr23.sgx.grey {
    padding-top: 4vh;
  }

  .imagewrapper.jan24.cream {
    border-radius: 0;
  }

  .imagewrapper.mar24.cream, .imagewrapper.dark.apr24.last {
    border-radius: 0;
    margin-bottom: auto;
  }

  .imagewrapper.jun24.half-white {
    border-radius: 0;
    margin-bottom: auto;
    padding-top: 4vh;
  }

  .imagewrapper.jun24.half-white._1 {
    padding-top: 4vh;
  }

  .imagewrapper.jun24.yelliow {
    border-radius: 0;
    margin-bottom: auto;
  }

  .hero-intro-2 {
    margin-top: 2vh;
    font-size: 1.2rem;
  }

  .article-card-title {
    width: 70vw;
    max-width: 500px;
    margin-top: 0;
  }

  .article-card-title.idy {
    width: 60vw;
  }

  .article-card-title.idy.fullmoon {
    letter-spacing: 4px;
    width: 62vw;
    margin-top: .8vh;
    padding-bottom: .8vh;
    font-size: .6rem;
  }

  .italic-text-5 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .html-embed-6 {
    z-index: 3;
    width: 16vw;
    padding-top: 0;
  }

  .heroheader.mar23.sgx.krish {
    width: 80vw;
    font-size: 1.8rem;
    line-height: 1.2em;
  }

  .bg-fullwide-2.sgx.feb24 {
    margin-top: 50vh;
  }

  .bg-fullwide-2.sgx.apr24 {
    margin-top: 28vh;
  }

  .bg-fullwide-2.sgx.sep24, .bg-fullwide-2.sgx.nov24 {
    margin-top: 50vh;
  }

  .hero-intro-3 {
    width: 84vw;
    max-width: 340px;
    padding-top: 0;
    padding-bottom: 2vh;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .hero-intro-3.dec23.sgx {
    padding-bottom: 2vh;
  }

  .pullquotetext {
    color: #0b6077;
    width: 80vw;
    margin-top: 0;
    padding-bottom: 4vh;
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .pullquotetext.white {
    width: 86vw;
    padding-left: 2vh;
    padding-right: 2vh;
    font-size: 1.4rem;
  }

  .pullquotetext.brown {
    color: #52260f;
    padding-top: 4vh;
    font-family: Fedrasansstd Book, sans-serif;
  }

  .pullquotetext.brown.jun24 {
    font-size: 1.4rem;
  }

  .image-495 {
    width: 100vw;
    height: auto;
    display: block;
  }

  .image-438 {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    display: none;
  }

  .div-block-101 {
    z-index: auto;
    width: 22vw;
    height: 6vw;
    margin-top: -2vw;
    inset: 0% 0% auto;
  }

  .white-body {
    width: 86vw;
    padding-top: 0;
  }

  .white-body.sgx-body.lesstop {
    margin-bottom: auto;
  }

  .white-body.sgx-body.dec23.abovepullq {
    padding-top: 6vh;
  }

  .pullquote-3 {
    width: auto;
    max-width: 320px;
    margin-top: auto;
    padding-bottom: 0;
    display: block;
  }

  .pullquote-3.sgx-quote {
    text-align: center;
    width: 86vw;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .div-block-128 {
    z-index: auto;
    width: 22vw;
    height: 6vw;
    margin-top: -2vw;
    inset: 0% 0% auto;
  }

  .fixed-bg {
    background-image: linear-gradient(#0000, #0000);
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .divineheroimage {
    z-index: auto;
    object-fit: cover;
    object-position: 60% 50%;
    height: 42vh;
    margin-top: auto;
    display: block;
    position: relative;
    inset: auto 0%;
    overflow: visible;
  }

  .orng-strip {
    justify-content: flex-start;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    display: flex;
  }

  .text-block-15 {
    font-size: 2.8rem;
  }

  .text-block-15.divine.heroheader {
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-size: 2rem;
  }

  .floating-div-abs-right {
    z-index: 1;
    width: auto;
    margin-top: auto;
    display: block;
    position: absolute;
    inset: 40vh 10% auto;
  }

  .div-block-98 {
    z-index: 1;
    width: auto;
    height: auto;
    margin-top: auto;
    display: block;
    position: absolute;
    inset: 54vw auto auto;
  }

  .text-block-14 {
    font-size: 1.1rem;
  }

  .path-of-divine-wrpr {
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    display: block;
    position: static;
    inset: 40vw 0% auto auto;
  }

  .text-block-16 {
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .grey-box {
    width: auto;
    height: auto;
    margin-right: auto;
    padding: 6vw 4vw 4vw 10%;
  }

  .divine-image {
    width: 100vw;
  }

  .divine-image.vertical {
    width: 70vw;
  }

  .scroll-over-wrpr-new {
    z-index: auto;
    margin-top: 40vh;
    padding-top: 0;
    position: relative;
  }

  .whitebg70vw.divine {
    width: 100vw;
  }

  .post-body-wrapper-2-new {
    width: 90vw;
    padding-top: 4vh;
    padding-bottom: 2vh;
    font-size: 1.1rem;
  }

  .post-body-wrapper-2-new.tan.divine.oct {
    width: 100vw;
    padding-top: 24vh;
    position: static;
  }

  .poem-centeralign {
    width: 86vw;
  }

  .herointrotext {
    width: 86vw;
    margin-top: 4vw;
    padding-bottom: 2vh;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .herointrotext.divine {
    text-align: center;
    padding-bottom: 2vh;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .overlappnig-70vw {
    width: 100vw;
  }

  .post-body-paragraph-2 {
    width: 86vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6vh;
    padding-bottom: 4vh;
    font-size: 1.1rem;
  }

  .post-body-paragraph-2.divine.opd {
    width: 86vw;
  }

  .post-body-paragraph-2.divine.oct {
    padding-top: 4vh;
  }

  .post-body-paragraph-2.divine.oct.lessbottom, .post-body-paragraph-2.divine.body-opd {
    width: 86vw;
  }

  .footer.greycolor.feb24 {
    padding-bottom: 4vh;
  }

  .lotus-kolam {
    width: 48vw;
  }

  .lotus-kolam.white {
    width: 40vw;
    padding-bottom: 3vh;
  }

  .paragraph {
    width: 80vw;
  }

  .footertext {
    margin-bottom: 4vh;
  }

  .footertext.feb24-footer {
    font-size: 1.2rem;
  }

  .heading-55 {
    font-size: 1.8rem;
  }

  .slider-17.msr-images {
    width: auto;
    height: auto;
  }

  .slider-17.msr-images.removecolor {
    max-width: 100%;
    height: auto;
  }

  .image-509 {
    width: 80vw;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .msr-pic-2 {
    z-index: 2;
    width: auto;
    max-width: 100%;
    height: 40vh;
    margin-left: auto;
    margin-right: auto;
  }

  .image-505 {
    width: 100vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-heading {
    width: 80vw;
    font-size: 2rem;
  }

  .main-heading.inpics.shivabharanam {
    width: auto;
    max-width: none;
    margin-bottom: 1vh;
    padding-top: 4vh;
    font-size: 1.8rem;
  }

  .main-heading.inpics {
    width: 86vw;
    font-size: 1.8rem;
  }

  .mask-2 {
    width: auto;
    height: 40vh;
  }

  .right-arrow-3 {
    z-index: 1;
    width: 6vh;
    height: 6vh;
    margin-top: 2vh;
    display: block;
    inset: auto 20vw auto auto;
  }

  .slide-nav-15 {
    z-index: 2;
    display: none;
    bottom: 0;
  }

  .icon-16 {
    z-index: 1;
    opacity: .3;
    margin-top: auto;
    margin-bottom: auto;
  }

  .left-arrow-3 {
    z-index: 1;
    width: 6vh;
    height: 6vh;
    margin-top: 2vh;
    display: block;
    position: absolute;
    inset: auto auto auto 20vw;
  }

  .icon-14 {
    opacity: .3;
  }

  .sub-heading.in-pics {
    width: 80vw;
    font-size: 1.3rem;
  }

  .fullwidebg-2 {
    height: auto;
  }

  .image-499 {
    width: 100vw;
    display: block;
  }

  .image-498, .receipe-image.mar23 {
    height: auto;
    display: none;
  }

  .recepietext {
    width: 80vw;
  }

  .recepietext.lesstop, .recepietext.lesstop.lessbottom {
    width: 86vw;
  }

  .recepietext.lesstop li {
    margin-bottom: 2vh;
    font-size: 1.1rem;
  }

  .recepietext.mar23.cont.sub {
    flex-flow: row;
    width: 86vw;
    margin-top: 2vh;
    display: block;
  }

  .recepietext.apr-23.cont {
    width: 86vw;
    margin-top: auto;
    font-size: 1.1rem;
  }

  .recepietext.mar24 {
    width: 86vw;
  }

  .recepietext.aug24 {
    width: 85vw;
    display: block;
  }

  .recepietext.mar23 {
    width: 86vw;
    margin-top: 0;
    margin-bottom: 2vh;
  }

  .recepietextwrapper {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }

  .list {
    margin-bottom: auto;
    padding-left: 7vw;
  }

  ._70vwwhitebg {
    margin-top: 50vw;
  }

  ._70vwwhitebg.mob {
    margin-top: 70vw;
  }

  ._70vwwhitebg.mob.recipe {
    margin-top: 45vh;
  }

  .line-flower {
    width: 46vw;
  }

  .div-block-104 {
    padding-top: 0;
  }

  .div-block-104.mob {
    margin-top: auto;
  }

  .list-2 {
    padding-left: 5vw;
  }

  .herosansheading {
    width: 80vw;
    padding-top: 0;
    font-size: 1.7rem;
    line-height: 1.3;
  }

  .herosansheading.nov23.recipe {
    margin-top: auto;
    padding-top: 3vh;
  }

  .herosansheading.feb24.recepie {
    padding-bottom: 2vh;
    font-size: 1.87rem;
  }

  .herosansheading.mar24, .herosansheading.aug24 {
    font-size: 1.8rem;
  }

  .herosansheading.sep24 {
    width: 86vw;
    font-size: 1.8rem;
  }

  .ingredients {
    font-size: 1.1rem;
  }

  .ingredients.lessbottom.bottom {
    width: 86vw;
  }

  .backwrapperbg {
    height: auto;
    margin-top: -65vh;
  }

  .backwrapperbg.dec {
    height: auto;
    margin-top: auto;
  }

  .image-510 {
    width: 30vw;
  }

  .heading-56 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .italic-text-19 {
    font-size: 1.2rem;
  }

  .div-block-129 {
    font-size: .6rem;
  }

  .div-block-130 {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 2vw;
    margin-left: 4vw;
  }

  .text-block-75 {
    font-size: .8rem;
  }

  .text-block-76 {
    font-size: .6rem;
  }

  .text-block-77 {
    padding-bottom: 0;
    font-size: .9rem;
  }

  .div-block-131 {
    width: 8vw;
    height: 8vw;
    margin-bottom: 2vw;
    margin-right: 1vw;
  }

  .heading-57 {
    font-size: 1.8rem;
  }

  .image-511 {
    width: 100vw;
    display: inline-block;
  }

  .heading-58 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .image-512 {
    display: inline-block;
  }

  .heading-60, .heading-61, .heading-62 {
    font-size: 1.8rem;
  }

  .div-block-132 {
    z-index: auto;
    width: 22vw;
    height: 6vw;
    margin-top: -2vw;
    inset: 0% 0% auto;
  }

  .heading-63, .heading-64 {
    font-size: 1.8rem;
  }

  .image-513 {
    width: 100vw;
    margin-top: -12vh;
    display: block;
    position: static;
  }

  .heading-65, .heading-66, .heading-67 {
    font-size: 1.8rem;
  }

  .videocard {
    width: 100vw;
  }

  .heading-68 {
    font-size: 1.8rem;
  }

  .image-514 {
    width: 100vw;
    display: block;
  }

  .image-515 {
    height: auto;
    display: none;
  }

  .slideshow.kps {
    width: 100vw;
  }

  .heading-69 {
    font-size: 1.8rem;
  }

  .text-block-79 {
    font-size: 1.1rem;
  }

  .text-block-80 {
    font-size: 2.8rem;
  }

  .text-block-80.divine.heroheader {
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-size: 1.8rem;
  }

  .text-block-81 {
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .paragraph-22 {
    width: 80vw;
  }

  .footnote-2 {
    margin-bottom: 2vh;
    font-size: .9rem;
  }

  .footnote-2.above-image, .footnote-2.above-footnote {
    width: 86vw;
  }

  .bodytext-2 {
    width: 86vw;
    margin-bottom: 0;
    padding-top: 4vh;
    font-size: 1.1rem;
  }

  .bodytext-2.opd {
    width: 86vw;
    padding-top: 4vh;
  }

  .bodytext-2.opd.lessbottom {
    width: 86vw;
  }

  .bodytext-2.opd.may24 {
    margin-bottom: 3vh;
  }

  .italic-text-22 {
    font-size: 1.1rem;
  }

  .slideshow-2.whitespace {
    width: 80vw;
  }

  .icon-15 {
    z-index: 1;
    opacity: 1;
    margin-top: auto;
    margin-bottom: auto;
  }

  .slide-nav-17 {
    z-index: 2;
    display: none;
    bottom: 0;
  }

  .image-508 {
    width: 80vw;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .icon-17 {
    opacity: .3;
    margin-bottom: auto;
    overflow: visible;
  }

  .icon-17.arrow {
    opacity: 1;
    width: auto;
    height: auto;
    display: block;
    overflow: visible;
  }

  .right-arrow-2 {
    z-index: 1;
    width: 4vh;
    height: 4vh;
    margin-top: 2vh;
    display: block;
    inset: auto 1vw 6vh auto;
  }

  .left-arrow-2 {
    z-index: 1;
    width: 4vh;
    height: 4vh;
    margin-top: 2vh;
    display: block;
    position: absolute;
    inset: auto auto 6vh;
  }

  .heading-71 {
    font-size: 1.8rem;
  }

  .image-space {
    margin-bottom: 4vh;
  }

  .heading-72, .heading-73, .heading-74 {
    font-size: 1.8rem;
  }

  .heading-75 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .heading-76 {
    font-size: 1.8rem;
  }

  .div-block-133 {
    z-index: auto;
    width: 22vw;
    height: 6vw;
    margin-top: -2vw;
    inset: 0% 0% auto;
  }

  .heroheading-2 {
    width: 86vw;
    padding-top: 2vh;
    font-size: 1.8rem;
  }

  .heroheading-2.kps {
    padding-top: 2vh;
  }

  .div-block-134 {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 2vw;
    margin-left: 4vw;
  }

  .div-block-135 {
    width: 8vw;
    height: 8vw;
    margin-bottom: 2vw;
    margin-right: 1vw;
  }

  .text-block-83, .div-block-136 {
    font-size: .6rem;
  }

  .text-block-85 {
    font-size: .8rem;
  }

  .div-block-137 {
    margin-left: 4vw;
    font-size: .9rem;
  }

  .image-responsive-4 {
    object-fit: cover;
    flex: none;
    width: 80vw;
    height: 34vh;
    display: inline-block;
  }

  .image-responsive-4.nav, .image-responsive-4.nav.top {
    width: 34vw;
    height: 12vh;
  }

  .text-block-86 {
    padding-bottom: 1vw;
    font-size: .9rem;
  }

  .bg-fullwide-3.kps.mar24 {
    padding-top: 0;
  }

  .heading-77 {
    font-size: 1.8rem;
  }

  .lottie-animation {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 14vw;
    height: 14vw;
    display: block;
  }

  .heading-78, .heading-79, .heading-81 {
    font-size: 1.8rem;
  }

  .bold-text-129 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .heading-82, .heading-83, .heading-84 {
    font-size: 1.8rem;
  }

  .heading-85 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .heading-86 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .heading-87 {
    font-size: 1.8rem;
  }

  .mobile-hero {
    width: auto;
    max-width: none;
    height: 62vh;
    display: none;
    overflow: auto;
  }

  .heading-88 {
    font-size: 1.8rem;
  }

  .body-contact {
    width: 86vw;
    font-size: 1.2rem;
  }

  .heading-89 {
    font-size: 1.8rem;
  }

  .receipe-body, .receipe-body.para {
    width: 86vw;
  }

  .sliderimage-sec {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav-18 {
    display: block;
  }

  .icon-18 {
    width: auto;
    display: block;
  }

  .icon-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .heading-90 {
    font-size: 1.8rem;
  }

  .left-arrow-4 {
    display: none;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .heading-91, .heading-92, .heading-93, .heading-94, .heading-95 {
    font-size: 1.8rem;
  }

  .right-arrow-4 {
    display: none;
  }

  .icon-20 {
    z-index: 1;
    opacity: .3;
    margin-top: auto;
    margin-bottom: auto;
  }

  .left-arrow-5 {
    z-index: 1;
    aspect-ratio: auto;
    opacity: 1;
    object-fit: none;
    width: 4vh;
    height: auto;
    margin-top: auto;
    margin-left: -6vh;
    display: block;
    position: absolute;
    inset: -8vh auto 0% 5vh;
    overflow: clip;
  }

  .slide-nav-19 {
    z-index: 2;
    display: block;
    bottom: 0;
  }

  .image-524 {
    width: 100vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-524.vertical {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .image-525 {
    width: 100vw;
    max-width: 100%;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .right-arrow-5 {
    z-index: 1;
    opacity: 1;
    object-fit: none;
    width: 4vh;
    height: auto;
    margin-top: auto;
    margin-right: -6vh;
    display: block;
    position: absolute;
    inset: -8vh 6vh 0% auto;
    overflow: clip;
  }

  .image-526 {
    width: 100vw;
    display: block;
  }

  .image-527 {
    height: auto;
    display: none;
  }

  .heading-96, .heading-97, .heading-98, .heading-99, .heading-100, .heading-101, .heading-102, .heading-103, .heading-104, .heading-105, .heading-106, .heading-107, .heading-108 {
    font-size: 1.8rem;
  }

  .mobile {
    width: 100vw;
    display: block;
  }

  .desktop {
    display: none;
  }

  .heading-109, .heading-111, .heading-112, .heading-113, .heading-114, .heading-115 {
    font-size: 1.8rem;
  }

  .receipe-body-2, .receipe-body-2.para {
    width: 86vw;
  }

  .image-534 {
    width: 100vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-534.vertical {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .icon-24 {
    z-index: 1;
    opacity: .3;
    margin-top: auto;
    margin-bottom: auto;
  }

  .left-arrow-9 {
    z-index: 1;
    aspect-ratio: auto;
    opacity: 1;
    object-fit: none;
    width: 4vh;
    height: auto;
    margin-top: auto;
    margin-left: -6vh;
    display: block;
    position: absolute;
    inset: -8vh auto 0% 5vh;
    overflow: clip;
  }

  .slide-nav-24 {
    z-index: 2;
    display: block;
    bottom: 0;
  }

  .msr-pic-3 {
    z-index: 2;
    width: 80vw;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow-9 {
    z-index: 1;
    opacity: 1;
    object-fit: none;
    width: 4vh;
    height: auto;
    margin-top: auto;
    margin-right: -6vh;
    display: block;
    position: absolute;
    inset: -8vh 6vh 0% auto;
    overflow: clip;
  }

  .mask-7 {
    width: auto;
    height: 40vh;
  }

  .image-535 {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    overflow: clip;
  }

  .issue-date-4 {
    margin-top: 2vh;
    font-size: 1.2rem;
  }

  .image-538 {
    width: 70vw;
    max-width: 80vw;
  }

  .div-block-144 {
    padding-bottom: 0;
    padding-right: 0%;
    position: static;
    inset: auto 0% 0%;
  }

  .text-block-93 {
    text-align: center;
    white-space: nowrap;
    margin-top: auto;
  }

  .issue-date-wrapper-3 {
    position: static;
  }

  .issue-date-wrapper-3.modifier {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1vh;
    display: flex;
  }

  .home-hero-title-4 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .ff-logo-wrapper-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 1vh;
    padding-top: 1vh;
    display: flex;
    position: static;
  }
}

#w-node-d55e5ef1-e648-8d22-6202-2000322ece8f-a9d50c33 {
  place-self: start;
}

#w-node-d55e5ef1-e648-8d22-6202-2000322ece9a-a9d50c33 {
  place-self: start;
}

#w-node-d55e5ef1-e648-8d22-6202-2000322ecea6-a9d50c33, #w-node-d55e5ef1-e648-8d22-6202-2000322eceb2-a9d50c33, #w-node-d55e5ef1-e648-8d22-6202-2000322ecebe-a9d50c33, #w-node-d55e5ef1-e648-8d22-6202-2000322ececb-a9d50c33, #w-node-d61624e2-c09d-c8fe-2ac9-53102a56fd6b-a9d50c33, #w-node-_8ff8c868-eb29-4721-4057-d8e9f41525a1-a9d50c33, #w-node-_3988413a-2204-ba26-b0c0-7d7c0d9aedea-a9d50c33 {
  place-self: start;
}

#w-node-d55e5ef1-e648-8d22-6202-2000322ecf0e-a9d50c33, #w-node-d55e5ef1-e648-8d22-6202-2000322ecf1a-a9d50c33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-d55e5ef1-e648-8d22-6202-2000322ecea6-a9d50c33 {
    place-self: start;
  }

  #w-node-d55e5ef1-e648-8d22-6202-2000322eceb2-a9d50c33 {
    place-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-d55e5ef1-e648-8d22-6202-2000322eceb2-a9d50c33 {
    place-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d55e5ef1-e648-8d22-6202-2000322ece7c-a9d50c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fedrasansstd V 1';
  src: url('../fonts/FedraSansStd-Medium-v1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vesperlibre';
  src: url('../fonts/VesperLibre-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vesperlibre';
  src: url('../fonts/VesperLibre-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vesperlibre';
  src: url('../fonts/VesperLibre-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vesperlibre';
  src: url('../fonts/VesperLibre-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muktamalar';
  src: url('../fonts/MuktaMalar-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muktamalar';
  src: url('../fonts/MuktaMalar-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muktamalar';
  src: url('../fonts/MuktaMalar-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muktamalar';
  src: url('../fonts/MuktaMalar-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fedrasansstd Book';
  src: url('../fonts/FedraSansStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fserstda';
  src: url('../fonts/FSerStdA-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fedrasansstd';
  src: url('../fonts/FedraSansStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fserstda';
  src: url('../fonts/FSerStdA-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fserstda';
  src: url('../fonts/FSerStdA-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fserstda Book';
  src: url('../fonts/FSerStdA-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fedrasansstd';
  src: url('../fonts/FedraSansStd-BookItalic.otf') format('opentype'), url('../fonts/FedraSansStd-DemiItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fedrasansstd';
  src: url('../fonts/FedraSansStd-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fedrasansstd';
  src: url('../fonts/FedraSansStd-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fedrasansstd';
  src: url('../fonts/FedraSansStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fedrasansstd Demi';
  src: url('../fonts/FedraSansStd-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fedrasansstd';
  src: url('../fonts/FedraSansStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}</pre></body></html>