:root {
  --primary: #1a9348;
  --white: white;
  --secondary: #fed431;
  --black: black;
  --blue: #1f45c9;
  --purple: #6740b4;
  --orange: #f36e21;
}

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

.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;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 91px;
}

h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 86px;
  font-weight: 600;
  line-height: 82px;
}

h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 60px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 39px;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #0d7233;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.container {
  width: 100%;
  max-width: 1440px;
}

.container.fluid {
  width: 100%;
  min-width: auto;
  max-width: none;
  padding-left: 32px;
  padding-right: 32px;
}

.container.fluid.f-height {
  height: 100%;
}

.container.fluid.f-height.bg-green {
  background-color: #1a934800;
  padding-left: 0;
  padding-right: 0;
}

.container.fluid.f-height.bg-green.overflow-hiden {
  position: relative;
  overflow: hidden;
}

.container.fluid.navbar.space-between {
  justify-content: space-around;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.container.fluid.p-60 {
  padding: 60px 32px 0;
}

.container.fluid.p-60.about {
  padding-top: 45px;
}

.container.fluid.p-60.about.inside {
  padding-top: 65px;
}

.container.fluid.bg-green {
  background-color: var(--primary);
}

.container.fluid.bg-green.cta {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.fluid.bg-green.cta.z-1 {
  z-index: 1;
  background-color: #1a934800;
  height: 100%;
  padding-bottom: 15px;
  position: relative;
}

.container.fluid.gallery {
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.fluid.twitter, .container.fluid.featured-contain {
  padding-left: 0;
  padding-right: 0;
}

.container.fluid.policy-header-container {
  padding-bottom: 35px;
  display: none;
}

.container.fluid.news, .container.fluid.sfs, .container.fluid.manifesto {
  padding-left: 0;
  padding-right: 0;
}

.nav-menu {
  flex-flow: row;
  display: flex;
  position: static;
}

.nav-item {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-item:hover {
  background-color: var(--white);
  color: var(--primary);
  box-shadow: inset 0 -3px #0000003d;
}

.nav-item.w--current {
  color: #12853d;
}

.navbar {
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.section, .section.border {
  padding-left: 32px;
  padding-right: 32px;
}

.section.border.atf {
  position: relative;
}

.section.border.sfs {
  padding-left: 32px;
  padding-right: 32px;
}

.section.gallery-border {
  overflow: hidden;
}

.section.p-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.news {
  padding-top: 42px;
}

.btn-cta {
  background-color: var(--secondary);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  display: flex;
}

.btn-cta:hover {
  background-color: #ffe47d;
}

.white-text {
  color: var(--white);
}

.white-text.center {
  text-align: center;
  min-width: 300px;
  margin-bottom: 0;
}

.white-text.center.m-t-25 {
  margin-top: 25px;
}

.white-text.center.m-t-25.opacity-80 {
  opacity: .8;
}

.white-text.center.m-t-25.opacity-80.mx-w-600 {
  max-width: 600px;
}

.white-text.center.m-t-25.opacity-80.mx-w-600.hero-desc {
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
}

.atf-grid {
  grid-template-rows: auto;
  height: 100%;
}

.hero-wrapper {
  z-index: 1;
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 55px 30px 45px;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-wrapper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 550px;
  margin-top: 40px;
  display: flex;
}

.form-wrapper.sent-to-sajith {
  max-width: 700px;
}

.input {
  border: 1px #000;
  border-radius: 0;
  height: 48px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0 1px #0003;
}

.input.title {
  width: 160px;
}

.input.tex-area {
  height: 100px;
}

.main-form {
  width: 100%;
  display: block;
}

.center {
  text-align: center;
}

.legal-text {
  color: #000000d1;
  letter-spacing: .1px;
  font-size: 12px;
  line-height: 20px;
}

.legal-text.white-text {
  color: var(--white);
}

.legal-text.center.hint-text {
  color: #0009;
}

.hero-video {
  opacity: 1;
  background-color: #1a934880;
  height: 100%;
}

.btn-primary {
  background-color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.btn-primary.lg {
  justify-content: center;
  align-items: center;
  height: 57px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.btn-primary.lg.fluid {
  background-color: var(--secondary);
  color: var(--black);
  width: 100%;
}

.btn-primary.btn-dl {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 15px 10px 15px 30px;
  display: flex;
}

.btn-primary.btn-dl:hover {
  background-color: #24b35a;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.relative {
  position: relative;
}

.relative.hero-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  height: 100%;
  margin-bottom: 30px;
  display: flex;
}

.hero-text-warpper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.split-word.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.split-word.m-0.mx-w-800 {
  max-width: 800px;
}

.split-word.m-0.mx-w-800.adbout-text {
  margin-right: 40px;
}

.split-word.m-0.mx-w-800.white-text.mx-w-500 {
  max-width: 500px;
}

.grid-3 {
  grid-template-rows: auto;
  padding-left: 0;
  padding-right: 0;
}

.p {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.p.hint-text {
  opacity: .74;
  line-height: 22px;
}

.p.xxl {
  font-size: 32px;
  line-height: 1.2;
}

.p.xxl.white-text.mx-w-70 {
  max-width: 70%;
}

.p.mx-w-80 {
  width: 80%;
}

.p.mx-w-80.hint-text.m-0.policy {
  opacity: .9;
  letter-spacing: 0;
  text-transform: none;
  max-width: 600px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.p.policy-inner-text {
  max-width: 800px;
  margin-bottom: 0;
}

.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.right-hero-img-holder {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.bslb {
  width: 100%;
  max-width: 887px;
  max-height: 213px;
}

.bg-cream {
  background-color: #e6e3d6;
}

.bg-cream.p-b-40 {
  padding-bottom: 0;
}

.image-2 {
  box-sizing: border-box;
  object-fit: cover;
  height: 100%;
  overflow: visible;
}

.mx-w-85p {
  max-width: 85%;
}

.display-1 {
  font-size: 7vw;
  line-height: .9;
}

.display-1.text-white {
  color: #fff;
}

.display-1.text-white.mx-w-900 {
  max-width: 80%;
}

.display-1.text-white.mx-w-900.m-b-40 {
  max-width: 900px;
  margin-bottom: 40px;
  font-size: 62px;
}

.footer-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 60px;
}

.footer-item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #fff;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.footer-item-wrapper.firsst {
  border-top-width: 0;
}

.footer-link {
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-link:hover {
  color: var(--secondary);
}

.footer-group {
  opacity: .63;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.shape-5 {
  background-color: #e7805b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.ultra-gradient-wrapper {
  background-color: #1a9348;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.shape-7 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-3 {
  background-color: #c7b818;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -79.3%;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: 2;
  height: 100%;
  min-height: auto;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.shape-8 {
  background-color: #3b7522;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-4 {
  background-color: #ffc800;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.shape-6 {
  background-color: #3f8315;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.shape-9 {
  background-color: #1b5036;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-2 {
  background-color: #8b6900;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shape-1 {
  background-color: #a9ff9b;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.legal-text-footer {
  color: #fff;
  margin-top: 40px;
  font-size: 12px;
  line-height: 21px;
}

.legal-text-footer.black {
  color: #7c7c7c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 19px;
}

.btn-secondary {
  background-color: var(--secondary);
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-secondary.lg {
  height: 57px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
}

.btn-secondary.lg.fluid {
  width: 100%;
}

.btn-secondary.lg.fluid.m-t-30 {
  cursor: pointer;
  margin-top: 30px;
}

.btn-secondary.lg.fluid.m-t-30:hover {
  color: var(--black);
  background-color: #ffe066;
}

.btn-secondary.lg.fluid.bt-white {
  color: var(--white);
  background-color: #ffffff5c;
}

.btn-secondary.lg.fluid.bt-white:hover {
  background-color: #ffffff4a;
}

.splide {
  width: 100%;
  max-height: 100%;
}

.splide__list {
  display: flex;
}

.splide__slide {
  flex: none;
  width: 30%;
}

.card {
  overflow: hidden;
}

.u-aspect-1x1 {
  aspect-ratio: 1;
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.twitter-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  display: flex;
}

.card-change {
  border: 0 solid #0000002e;
  border-bottom-width: 1px;
  flex-flow: row;
  width: 100%;
  padding: 30px;
  display: flex;
}

.card-change.last {
  border-style: solid;
  border-width: 0 0 1px;
  padding-bottom: 60px;
}

.featured {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.grid-featured {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  display: flex;
}

.feature-title {
  min-width: auto;
  max-width: 18vw;
  margin-top: 0;
  margin-right: 30px;
  font-size: 2vw;
  line-height: 2vw;
}

.feature-title.sm {
  overflow-wrap: anywhere;
  width: 100%;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.feature-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.featured-card {
  background-color: var(--secondary);
  width: 30%;
  padding: 32px 50px 50px 32px;
}

.footer-legal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
}

.overline {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.overline.loading {
  opacity: .56;
  display: block;
}

.overline.center.m-b-20 {
  margin-bottom: 20px;
}

.overline.center.m-b-10 {
  margin-bottom: 10px;
}

.overline.white-text.green {
  color: var(--secondary);
}

.overline.m-b-25 {
  margin-bottom: 25px;
}

.overline.m-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.overline.m-20.hint-text {
  opacity: .49;
}

.lottie_animation {
  width: 400px;
  max-width: 100%;
  min-height: 200px;
  transform: translate(0, -25px);
}

.lottie_animation.hero {
  min-height: 200px;
  display: none;
}

.crowd-image {
  width: 100%;
  height: 100%;
}

.policy-hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.policy-title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-top: 10px solid #000;
  flex-flow: column;
  max-width: 600px;
  margin-bottom: 35px;
  margin-right: 30px;
  padding: 30px 35px;
  display: flex;
}

.hero-title {
  padding-top: 30px;
  font-size: 26px;
  line-height: 1.2;
}

.policy-body {
  padding-top: 40px;
  padding-bottom: 60px;
}

.policy-body-text {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
}

.policy-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  max-width: 1200px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.cta-wrapper {
  display: flex;
}

.band-color-orange {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ff8000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 10px;
  display: grid;
  position: absolute;
  bottom: 0;
}

.band-color-orange.horizontal {
  grid-template-columns: 1fr;
  width: 10px;
  height: 100%;
  inset: auto 0% 0% auto;
}

.banding.orange {
  width: 100%;
}

.banding.yellow {
  background-color: var(--secondary);
  width: 100%;
}

.banding.green {
  background-color: var(--primary);
  width: 100%;
}

.marquee-snap {
  text-align: left;
  height: 8.6em;
  font-size: 1vw;
  line-height: 1vw;
  position: relative;
  overflow: hidden;
}

.marquee_track-snap {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  position: relative;
}

.marquee_item-snap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.marquee_text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Barlow, sans-serif;
  font-size: 6vw;
  font-weight: 600;
  line-height: 6vw;
  display: flex;
}

.logo-featured {
  opacity: .73;
}

.logo-wrapper {
  color: var(--white);
  background-color: #fff;
  border-radius: 0;
  padding: 5px 0 10px;
  position: absolute;
  overflow: visible;
}

.brand {
  width: 200px;
}

.brand.w--current {
  width: 120px;
}

.twitter-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.locales--footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.dropdown-localize {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-weight: 500;
}

.dropdown-locaizeation {
  background-color: #fff;
  padding: 10px 16px;
}

.dropdown-locaizeation.w--open {
  background-color: var(--black);
  padding: 0;
  inset: 100% 0% auto auto;
}

.dropdown {
  justify-content: center;
  align-items: center;
  display: block;
}

.dropdown.mobile-h {
  margin-left: auto;
  display: none;
}

.dropdown.main {
  display: block;
}

.dropdown-toggle {
  padding-left: 15px;
  padding-right: 31px;
}

.icon {
  margin-right: 10px;
}

.localize-main {
  color: var(--white);
}

.localized-main {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 57px;
  display: flex;
}

.localized-main.w--current {
  color: #23ba5d;
  padding-left: 20px;
  padding-right: 20px;
}

.preloader {
  z-index: 99999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.preloader-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.log-wrapper-band {
  background-image: url('../images/logo-en2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 88px;
  height: 95px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.log-wrapper-band.lg {
  width: 140px;
  height: 135px;
}

.image-hidden, .bottom-bar {
  display: none;
}

.logo-wrapper-sj {
  display: flex;
}

.realtive-lottie {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flag-line {
  background-image: linear-gradient(#fff0, #0003);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% -1% auto auto;
}

.flag-line.right {
  inset: 0% 0% auto -1px;
}

.card-change-sm-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.card-change-sm {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #0000002e;
  border-width: 0 1px 1px 0;
  flex-flow: column;
  width: 100%;
  padding: 30px;
  display: flex;
}

.form-col-m {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.sfs-hero {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--primary);
  flex-flow: column;
  padding: 60px 32px 0;
  display: flex;
  position: relative;
}

.sfs-content-wrapper {
  padding: 32px;
}

.button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.bold-text, .bold-text-2 {
  font-size: 24px;
}

.about-text {
  margin-top: 0;
}

.logo-footer {
  background-image: url('../images/logo-en-white2x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 112px;
  height: 165px;
}

.hero-text-head {
  text-align: center;
  margin-bottom: 0;
  font-size: 6vw;
  line-height: 5vw;
}

.hero-text-tamil {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: relative;
  top: -15px;
}

.hero-text-desc {
  opacity: .88;
  text-align: center;
  max-width: 550px;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  line-height: 29px;
}

.aff-text {
  margin-top: 0;
  font-size: 3vw;
  line-height: 3vw;
}

.image-6 {
  mix-blend-mode: luminosity;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 0 2px #0003;
}

.image-6:hover {
  mix-blend-mode: normal;
}

.sinhala-signature {
  background-image: url('../images/css-sprite-combined.png');
  background-position: 0 0;
  background-size: auto 186px;
  width: 430px;
  height: 186px;
  display: none;
}

.lottie-animation-2 {
  max-width: 400px;
  display: block;
}

.lottie-animation-2._22 {
  max-width: 250px;
  display: none;
}

.lottie-animation-2.sm {
  max-width: 200px;
}

.sts {
  width: 100%;
  max-width: 550px;
}

.sbm {
  position: absolute;
  inset: auto 20px 20px auto;
}

.manifesto-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 40px;
}

.manifesto-grid.first {
  grid-template-rows: auto auto;
}

.header-manifesto {
  background-color: var(--primary);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 40px 32px;
  position: relative;
}

.manifesto-wrapper {
  background-color: #e0e0e0;
  min-height: 330px;
  padding: 0;
}

.manifest-footer {
  z-index: 1;
  width: 100%;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.btn-dl-text {
  color: var(--white);
  text-align: center;
  align-self: center;
  width: 100%;
  line-height: 16px;
}

.btn-dl-text.si, .btn-dl-text.ta {
  font-size: 19px;
}

.manifesto-info {
  color: #00000096;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.manifesto-cover {
  width: 100%;
  min-height: 330px;
}

.header-policy {
  padding-top: 60px;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.m-5 {
  margin-top: 5px;
}

.m-5.m-b-20 {
  margin-bottom: 20px;
}

.m-w-800 {
  max-width: 800px;
}

.language-switch-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  display: flex;
}

.lang-select {
  letter-spacing: 3px;
  font-family: Barlow, sans-serif;
  font-weight: 500;
}

.header-watch {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.header-watch.inner {
  padding-bottom: 0;
}

.lang-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px solid #00000024;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding: 15px 16px 20px;
  display: flex;
}

.footer-wrapper.inner {
  margin-top: 0;
}

.btn-link-fluid {
  width: 100%;
  max-width: 400px;
}

.watch-now-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  height: 100%;
  display: block;
}

.watch-inner {
  background-color: #bbb;
  min-height: 300px;
  padding: 16px;
}

.inner-w {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.youtube {
  height: 100%;
}

.policy-hero {
  background-color: #b3b3b3;
  background-image: linear-gradient(270deg, #0000008a, #fff0 57%), url('../images/hero-policy-v2_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 600px;
}

.policy-grid-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.policy-hero-text {
  color: var(--white);
  max-width: 440px;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 64px;
}

.policy-hero-text.sm {
  font-size: 20px;
  line-height: 32px;
}

.policy-inner-hero {
  max-width: 400px;
}

.policy-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.policy-card-wrapper {
  padding: 20px 16px;
}

.policy-card-wrapper.card {
  aspect-ratio: auto;
  background-color: var(--primary);
  color: var(--white);
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: 500px;
  padding: 32px;
  display: flex;
  overflow: clip;
}

.policy-card-wrapper.card.blue {
  background-color: #1f45c9;
  background-image: linear-gradient(90deg, var(--blue) 32%, #1f45c9c2 95%), url('../images/citizen_1.avif');
  color: var(--white);
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.policy-card-wrapper.card.yellow {
  background-color: var(--secondary);
  background-image: linear-gradient(90deg, var(--secondary), #fed431b8), url('../images/gov_1.avif');
  color: var(--black);
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.policy-card-wrapper.card.purple {
  background-color: #6740b4;
  background-image: linear-gradient(90deg, var(--purple), #6740b4a8), url('../images/quality-of-life_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.policy-card-wrapper.card.orange {
  background-color: #f36e21;
  background-image: linear-gradient(90deg, var(--orange), #f36e219e), url('../images/nation_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.policy-card-wrapper.card.inner {
  background-color: #1a934800;
  justify-content: flex-start;
  align-items: flex-start;
  width: 38vw;
  height: auto;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  position: sticky;
  top: 55px;
  overflow: auto;
}

.policy-card-wrapper.card.inner.black {
  color: var(--black);
}

.policy-card-wrapper.card.green {
  background-image: linear-gradient(90deg, #0e7234ed 54%, #1a93488c), url('../images/economy_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.policy-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
}

.policy-card-title {
  max-width: 300px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
}

.policy-card-title.inner {
  max-width: 450px;
  font-size: 60px;
  line-height: 58px;
}

.icon-action-policy {
  width: 32px;
  height: 32px;
}

.policy-footer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.btn-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.policy-card-inner-footer {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.policy-inner-wrapper {
  height: 100%;
  display: flex;
}

.policy-cat-holder {
  width: 100%;
  padding: 20px 32px 50px;
}

.policy-cat-holder.first {
  border-bottom: 1px solid #00000059;
  padding-top: 55px;
  padding-bottom: 32px;
}

.policy-inner-header {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.policy-inner-header.m-0 {
  align-self: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.policy-cat-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0f0f0f;
  letter-spacing: 0;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.policy-cat-card:hover {
  color: var(--primary);
}

.policy-cat-card.inner {
  color: #2e2e2e;
  letter-spacing: 0;
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-policy-inner {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-policy-inner.sm {
  width: 24px;
  height: 24px;
}

.policy-inner-cat-holder {
  background-color: var(--secondary);
  height: 100%;
  min-height: 600px;
}

.policy-inner-cat-holder.blue {
  background-color: var(--blue);
  background-image: linear-gradient(90deg, var(--blue), #1f45c9ad), url('../images/citizen-inner_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.policy-inner-cat-holder.green {
  background-color: var(--primary);
  background-image: linear-gradient(90deg, var(--primary), #1a934894), url('../images/economy-inner_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 100%;
}

.policy-inner-cat-holder.purple {
  background-color: var(--purple);
  background-image: linear-gradient(90deg, var(--purple), #6740b496), url('../images/life-inner_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.policy-inner-cat-holder.orange {
  background-color: var(--orange);
  background-image: linear-gradient(90deg, var(--orange), #f36e21c2), url('../images/nation-inner_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 600px;
}

.policy-inner-cat-holder.yellow {
  background-image: linear-gradient(180deg, var(--secondary), #fed431a1), url('../images/gov-inner_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block {
  display: block;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.btn-post {
  padding: 16px;
}

.m-b-0 {
  margin-bottom: 0;
}

.inside-post {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.keep-reading-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-bottom: 1px solid #00000029;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.keep-reading-item:hover {
  color: #1c9b4c;
}

.keep-reading-text {
  letter-spacing: 0;
  text-transform: none;
  align-self: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.policy-title-text.m-b-30 {
  margin-bottom: 20px;
}

.policy-title-text.m-b-30.m-t-0 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 30px;
}

.policy-title-text.m-b-30.m-t-0.blue {
  color: var(--blue);
}

.policy-title-text.m-b-30.m-t-0.yellow {
  color: #e4af29;
}

.policy-title-text.m-b-30.m-t-0.orange {
  color: var(--orange);
}

.policy-title-text.m-b-30.m-t-0.purple {
  color: var(--purple);
}

.policy-wrapper-inner-x {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  max-width: 900px;
}

.right-panel {
  border-left: 1px solid #0000001f;
  min-width: 400px;
  height: 100%;
  padding-bottom: 80px;
  padding-left: 25px;
}

.back-btn {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  display: flex;
}

.back-btn:hover {
  color: var(--primary);
}

.back-icon {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}

.back-btn-text {
  align-self: center;
}

.btn-policies {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.btn-policies.orange {
  background-color: var(--orange);
  color: var(--white);
  padding-top: 32px;
  padding-bottom: 32px;
}

.btn-policies.blue {
  background-color: var(--blue);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-policies.yellow {
  background-color: var(--secondary);
  color: var(--black);
}

.btn-policies.purple {
  background-color: var(--purple);
  color: var(--white);
}

.btn-policies.green, .btn-policies.green.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.wrapper-left {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.policy-related {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.read-more {
  opacity: .67;
  letter-spacing: .6px;
  text-transform: uppercase;
  border-top: 1px solid #00000073;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Barlow, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.policy-item {
  border-bottom: 1px solid #0000002e;
}

.policy-item:last-child {
  border: 1px #000;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 82px;
    line-height: 75px;
  }

  .container.fluid.navbar.space-between {
    padding-left: 0;
    padding-right: 0;
  }

  .container.fluid.p-60 {
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.fluid.p-60.about {
    padding-top: 35px;
  }

  .nav-menu {
    background-color: var(--primary);
  }

  .nav-item {
    color: var(--white);
  }

  .nav-item.w--current {
    color: var(--secondary);
  }

  .section.border.sfs {
    padding-left: 32px;
    padding-right: 32px;
  }

  .white-text.center.m-t-25.opacity-80.mx-w-600.hero-desc {
    margin-bottom: 0;
  }

  .atf-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    padding-bottom: 0;
  }

  .split-word.m-0.mx-w-800.adbout-text {
    line-height: 62px;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .p.mx-w-80.hint-text.m-0 {
    margin-bottom: 20px;
  }

  .p.mx-w-80.hint-text.m-0.policy {
    width: 60%;
  }

  .footer-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .shape-4 {
    top: 22em;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .legal-text-footer {
    font-size: 12px;
  }

  .btn-secondary.lg.fluid.bt-white {
    background-color: var(--primary);
    color: var(--white);
  }

  .twitter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-change {
    flex-flow: column;
    padding-bottom: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-featured {
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .feature-title {
    font-size: 34px;
    line-height: 1;
  }

  .feature-title.sm {
    max-width: 100%;
  }

  .featured-card {
    width: 100%;
    padding: 16px;
  }

  .lottie_animation.hero {
    position: relative;
    left: 0;
  }

  .policy-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-wrapper {
    flex-flow: row;
    display: flex;
  }

  .marquee-snap {
    font-size: 2vw;
  }

  .marquee_text {
    font-size: 11vw;
    line-height: 11vw;
  }

  .brand {
    width: 92px;
  }

  .brand.w--current {
    max-width: 100px;
  }

  .dropdown-locaizeation {
    inset: 0% auto auto 0%;
  }

  .dropdown-locaizeation.w--open {
    inset: 100% auto auto 0%;
  }

  .dropdown {
    padding-top: 10px;
    display: none;
  }

  .dropdown.mobile-h {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown.mobile-h.hide {
    display: block;
  }

  .dropdown.main {
    display: none;
  }

  .bottom-bar {
    width: 100%;
  }

  .card-change-sm-grid {
    grid-template-columns: 1fr;
  }

  .card-change-sm {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-right-width: 0;
    max-width: none;
    padding: 25px 16px;
  }

  .sfs-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sfs-content-wrapper {
    padding: 10px 16px 16px;
  }

  .hero-text-head {
    font-size: 11vw;
    line-height: 11vw;
  }

  .aff-text {
    max-width: 500px;
    font-size: 42px;
    line-height: 46px;
  }

  .sbm {
    position: static;
  }

  .manifesto-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .header-manifesto {
    padding-left: 16px;
    padding-right: 16px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-2 {
    display: none;
  }

  .lang-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .watch-now-inner {
    justify-content: center;
    align-items: center;
    min-height: 500px;
    display: flex;
  }

  .policy-hero {
    background-position: 0 0, 35%;
  }

  .policy-grid {
    grid-template-columns: 1fr;
  }

  .policy-card-wrapper.card.inner {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding-bottom: 20px;
  }

  .policy-inner-wrapper {
    flex-flow: column;
  }

  .policy-cat-holder {
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .policy-inner-cat-holder {
    min-height: 400px;
  }

  .keep-reading-item.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .policy-wrapper-inner-x {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    flex-flow: column;
  }

  .right-panel {
    border-top: 1px solid #0000004a;
    border-left-style: none;
    width: 100%;
    min-width: auto;
    padding-top: 25px;
    padding-left: 0;
  }

  .read-more {
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
    line-height: 61px;
  }

  h3 {
    font-size: 42px;
    line-height: 44px;
  }

  .container.fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .container.fluid.p-60.about {
    padding-top: 20px;
  }

  .container.fluid.bg-green.cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 .5px #00000040;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.border, .section.border.atf, .section.border.sfs, .section.gallery-border {
    padding-left: 0;
    padding-right: 0;
  }

  .section.p-60 {
    padding: 30px 16px;
  }

  .btn-cta {
    width: 120px;
  }

  .white-text.center {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 42px;
    line-height: 40px;
  }

  .white-text.center.m-t-25.opacity-80.mx-w-600.hero-desc {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
    display: none;
  }

  .white-text.center.m-t-25.opacity-80.mx-w-600.hero-desc.mobile {
    color: var(--white);
    max-width: 500px;
    margin-bottom: 20px;
    display: block;
  }

  .atf-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
  }

  .hero-wrapper {
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .relative.hero-text-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .split-word.m-0.mx-w-800.adbout-text {
    margin-right: 0;
    line-height: 42px;
  }

  .p.xxl.white-text.mx-w-70 {
    font-size: 26px;
    line-height: 1.1;
  }

  .p.mx-w-80.hint-text.m-0 {
    width: 100%;
  }

  .p.mx-w-80.hint-text.m-0.policy {
    width: 90%;
  }

  .image-2 {
    display: none;
    transform: translate(8%, -120px)scale(1.3);
  }

  .display-1.text-white.mx-w-900.m-b-40 {
    max-width: 90%;
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .section-ultra-gradients.is-first {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blending-group-wrapper, .main-shapes-wrapper {
    filter: blur(80px);
  }

  .btn-secondary.lg.fluid.m-t-30 {
    margin-top: 0;
  }

  .splide__slide {
    width: 80%;
  }

  .twitter-grid {
    grid-template-columns: 1fr;
  }

  .card-change {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    padding: 20px 16px 30px;
  }

  .grid-featured {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  .featured-card {
    padding: 20px 16px 25px;
  }

  .lottie_animation {
    width: 100%;
  }

  .lottie_animation.hero {
    width: 350px;
    min-height: auto;
    display: none;
    position: static;
    top: -35px;
    left: 0;
    transform: none;
  }

  .policy-title-wrapper {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
  }

  .hero-title, .policy-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .marquee-snap {
    height: 4.2em;
    font-size: 3vw;
  }

  .marquee_track-snap {
    margin-top: 0;
  }

  .marquee_text {
    font-size: 11vw;
    line-height: 11vw;
  }

  .brand {
    width: 101px;
  }

  .brand.w--current {
    width: 95px;
  }

  .code-embed-2 {
    width: 100%;
  }

  .image-hidden {
    z-index: -1;
    object-fit: contain;
    width: 100%;
    max-height: 550px;
    display: block;
    position: relative;
    left: 50px;
    transform: scale(1.3)translate(0, 65px);
  }

  .bottom-bar {
    z-index: 1;
    background-color: #1a6135;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px 16px;
    display: flex;
    position: relative;
  }

  .realtive-lottie {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-height: 200px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: relative;
  }

  .card-change-sm {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 17px 16px 16px;
  }

  .sfs-hero {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-text-desc {
    display: none;
  }

  .lottie-animation-2 {
    width: 100%;
    max-width: 320px;
    height: 100%;
  }

  .manifesto-grid {
    grid-template-columns: 1fr;
  }

  .manifesto-grid.first {
    padding-top: 0;
  }

  .header-policy {
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .watch-now-inner {
    height: 100%;
  }

  .policy-hero {
    background-image: linear-gradient(0deg, #0000008a, #fff0 57%), url('../images/hero-policy-lng-2_1.avif');
    background-position: 0 0, 20%;
    background-size: auto, cover;
    padding-left: 16px;
    padding-right: 16px;
  }

  .policy-grid-hero {
    grid-template-columns: 1fr;
  }

  .policy-hero-text {
    line-height: 46px;
  }

  .policy-card-wrapper.card {
    min-height: 500px;
    padding: 20px 16px;
  }

  .policy-cat-holder {
    padding-top: 20px;
  }

  .policy-inner-header.m-0 {
    align-self: center;
    font-size: 18px;
    line-height: 22px;
  }

  .policy-cat-card {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .btn-policies {
    padding: 16px;
  }

  .btn-policies.orange {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .read-more {
    padding-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 54px;
    line-height: 51px;
  }

  h3 {
    font-size: 40px;
    line-height: 41px;
  }

  .container.fluid.p-60.about {
    padding-top: 20px;
    overflow: hidden;
  }

  .container.fluid.bg-green.cta.z-1 {
    padding-top: 20px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.border.atf {
    height: auto;
    min-height: 400px;
  }

  .section.news {
    padding-top: 23px;
  }

  .btn-cta {
    text-align: center;
    width: 110px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .white-text.center.m-t-25.opacity-80.mx-w-600.hero-desc {
    margin-top: -20px;
  }

  .white-text.center.m-t-25.opacity-80.mx-w-600.hero-desc.mobile {
    min-width: 150px;
    margin-top: 0;
  }

  .atf-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 0;
  }

  .input.title, .hero-video {
    width: 100%;
  }

  .relative.hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-text-warpper {
    justify-content: flex-start;
    align-items: center;
  }

  .split-word.m-0.mx-w-800.adbout-text {
    width: 100%;
    margin-right: 0;
    font-size: 36px;
    line-height: 37px;
  }

  .grid-3 {
    width: 100%;
  }

  .p.xxl.white-text.mx-w-70 {
    line-height: 1.1;
  }

  .m-0.policy-title-text {
    font-size: 32px;
    line-height: 34px;
  }

  .bslb {
    margin-top: 23px;
  }

  .image-2 {
    transform: translate(8%)scale(1.5);
  }

  .mx-w-85p {
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .display-1.text-white.mx-w-900.m-b-40 {
    max-width: 100%;
    font-size: 9vw;
    line-height: 1;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .shape-4 {
    top: 30.7em;
  }

  .legal-text-footer {
    font-size: 12px;
  }

  .btn-secondary.lg.fluid.m-t-30, .btn-secondary.lg.fluid.bt-white {
    text-align: center;
  }

  .btn-secondary.lg.fluid.bt-white:hover {
    background-color: #2e9756;
  }

  .splide__slide {
    width: 90%;
  }

  .feature-title {
    font-size: 30px;
    line-height: 1;
  }

  .featured-card {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .lottie_animation.hero {
    width: 100%;
    max-width: 250px;
    height: 100%;
    min-height: auto;
    font-size: 4px;
    display: none;
    position: static;
    top: 30vw;
    transform: none;
  }

  .crowd-image {
    transform: scale(1.2);
  }

  .policy-body {
    padding-top: 20px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    min-width: 60px;
    padding: 18px 10px 10px;
    display: flex;
  }

  .marquee-snap {
    height: 4em;
    font-size: 4vw;
  }

  .marquee_text {
    font-size: 16vw;
    line-height: 18vw;
  }

  .brand {
    width: 100%;
    min-width: 70px;
    max-width: 90px;
  }

  .brand.w--current {
    width: 100%;
    min-width: 70px;
    max-width: 80px;
    padding-left: 0;
  }

  .log-wrapper-band {
    width: 79px;
    height: 89px;
  }

  .image-hidden {
    max-width: none;
    position: relative;
    left: 30px;
    transform: scale(1.3)translate(0, 25px);
  }

  .bottom-bar {
    width: 100%;
    padding-bottom: 16px;
  }

  .logo-wrapper-sj {
    width: 100%;
  }

  .realtive-lottie {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 120px;
    margin-top: 0;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-col-m {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .button-wrapper {
    min-width: 100%;
  }

  .about-text {
    width: 100%;
  }

  .rich-text-block-2 {
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: break-word;
    width: 100%;
  }

  .hero-text-head {
    font-size: 15vw;
    line-height: 15vw;
  }

  .lottie-animation-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .manifesto-grid.first {
    padding-top: 0;
  }

  .manifesto-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .manifesto-cover {
    max-width: 280px;
    transform: translate(0, 11px);
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .m-w-800.m-b-30 {
    line-height: 1.5;
  }

  .policy-hero {
    background-position: 0 0, 21%;
  }

  .policy-card-wrapper.card {
    aspect-ratio: auto;
    min-height: auto;
  }

  .policy-card-title.inner {
    font-size: 12vw;
    line-height: 12vw;
  }

  .policy-cat-holder.first {
    border-bottom-width: .5px;
  }

  .policy-cat-card {
    justify-content: flex-start;
    align-items: center;
  }

  .policy-related {
    line-height: 32px;
  }

  .read-more {
    border-top-width: .5px;
  }
}

#w-node-de2b8033-e6b6-d141-6c4b-8372cb0cdf2c-0b53adb8 {
  align-self: center;
}

#w-node-f9839a4a-611b-2d10-7438-23d88eed074e-0b53adb8 {
  align-self: auto;
}

#w-node-_5713d96f-afb7-d5a9-a8ae-196abd893b41-0b53adb8, #w-node-_3751ab53-c1d7-241e-2472-8e1d3cfaaf9a-0b53adb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10de72e5-b9f8-f90c-fb2d-92cd30d2dda0-0b53adb8 {
  align-self: center;
}

#w-node-be33d6bc-8b25-aa24-7642-d23e99e8edff-0b53adb8, #w-node-dcda2d86-085e-5bea-ef35-b3af467a6420-0b53adb8, #w-node-_03febe02-e91a-55c9-35f7-4eb3133c68b1-0b53adb8, #w-node-_27114d74-00c0-c498-0736-60c1043a20be-0b53adb8, #w-node-_0f096035-fc9a-86d9-bf12-2c0abc8f5798-92c58e8f, #w-node-b2d4e178-f609-6fb9-e115-16dee5f4422f-92c58e8f, #w-node-_0f096035-fc9a-86d9-bf12-2c0abc8f5798-8e692484, #w-node-_8bcd6a4a-98a7-1242-a708-c37c6f6c923f-23574b5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d226cbe-8e8c-3b94-5c08-81ec5e2256ba-23574b5d {
  align-self: center;
}

#w-node-_8bcd6a4a-98a7-1242-a708-c37c6f6c9257-23574b5d, #w-node-_8bcd6a4a-98a7-1242-a708-c37c6f6c9263-23574b5d, #w-node-_8bcd6a4a-98a7-1242-a708-c37c6f6c926f-23574b5d, #w-node-_8bcd6a4a-98a7-1242-a708-c37c6f6c927b-23574b5d, #w-node-c9b92270-1922-eb72-682d-293ed19d804a-23574b5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-de2b8033-e6b6-d141-6c4b-8372cb0cdf2c-0b53adb8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}


