@font-face {
  font-family: Higuen Font;
  src: url('../fonts/Higuen-Font.zip') format("undefined"), url('../fonts/Higuen-Font.zip') format("undefined");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Higuen Font;
  src: url('../fonts/Higuen-Font.zip') format("undefined");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Higuen Font;
  src: url('../fonts/Higuen-Font.zip') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Higuen Font;
  src: url('../fonts/Higuen-Font.zip') format("undefined");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Higuen Font;
  src: url('../fonts/Higuen-Font.zip') format("undefined");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onlinewebfonts Com 574 E 84 C 970 C 0503 C 6 A 3 F 6416 Ff 4 Ffa 6 F";
  src: url('../fonts/OnlineWebFonts_COM_574e84c970c0503c6a3f6416ff4ffa6f.zip') format("undefined");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Sulphurpoint;
  src: url('../fonts/SulphurPoint-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --light-grey: #f0f2f5;
  --text-color--text-primary: var(--base-color-neutral--black);
  --navy: #00244d;
  --dark-blue: #0d192e;
  --link-color--link-primary: var(--base-color-neutral--black);
  --orange: #ff7726;
  --base-color-brand--white: white;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: black;
  --base-color-neutral--white: white;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-primary: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--orange);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --primary-indian-tmple: #974009;
  --base-color-neutral--neutral-lighter: #ccc;
  --red: #d61f2f;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-brand--black: black;
  --dark-gray: #58606a;
  --base-color-system--success-green-light: #ecfdf3;
  --green: #96db1a;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

body {
  background-color: var(--light-grey);
  color: var(--text-color--text-primary);
  font-family: Sulphurpoint, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  color: var(--navy);
  font-size: 1.125rem;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  color: var(--dark-blue);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h6.text-color-orange {
  color: var(--orange);
  font-family: Cinzel Decorative, sans-serif;
  font-weight: 400;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  color: var(--base-color-brand--white);
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-gray {
  font-family: Sulphurpoint, sans-serif;
  font-size: .85rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4.margin-right {
  margin-right: 3rem;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-white {
  color: var(--base-color-neutral--white);
  font-family: Cinzel Decorative, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.background-color-white {
  background-color: var(--base-color-neutral--white);
}

.text-weight-semibold {
  color: var(--navy);
  font-weight: 700;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--base-color-neutral--black);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.text-align-center {
  text-align: center;
}

.text-size-small {
  font-size: .875rem;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  color: var(--navy);
  font-size: 1.25rem;
}

.text-size-large.text-weight-bold.text-color-white {
  color: var(--base-color-brand--white);
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 7rem;
}

.padding-section-large.agenda {
  padding-top: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.section-page-intro {
  justify-content: center;
  align-items: center;
  min-height: 200svh;
  overflow: clip;
}

.page-intro-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: sticky;
  top: 0;
}

.page-intro-content {
  z-index: 0;
  position: relative;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.page-intro-text-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10vh;
  display: flex;
}

.page-intro-title-small {
  letter-spacing: -.02em;
  text-transform: none;
  font-size: 1.2vw;
  font-weight: 400;
}

.page-intro-title-small.is-best-in-class {
  text-align: left;
  align-self: flex-start;
  margin-left: 0;
}

.page-intro-title-small.is-best-in-class.text-large {
  text-align: center;
  font-family: Sulphurpoint, sans-serif;
  font-size: 2vw;
  font-weight: 300;
}

.page-intro-title-wrapper {
  grid-column-gap: 2.5vh;
  grid-row-gap: 2.5vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.page-intro-title-wrapper.text-color-white {
  align-items: center;
  max-width: 80vw;
}

.page-intro-title {
  letter-spacing: 0;
  text-transform: none;
  font-family: Sulphurpoint, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: .8;
}

.page-intro-title.is-webdesign {
  margin-left: 0;
  font-family: Sulphurpoint, sans-serif;
  font-size: 3vw;
  font-weight: 300;
}

.page-intro-title.is-animation {
  letter-spacing: .04em;
  margin-left: 0;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 10vw;
  font-weight: 400;
}

.page-intro-splitscreen-wrapper {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-intro-splitscreen-top, .page-intro-splitscreen-bottom {
  background-color: #0d192e;
  width: 100%;
  height: 0%;
}

.section-after-intro-text {
  z-index: 3;
  background-color: var(--dark-blue);
  height: 170vh;
  margin-top: 0;
  padding-top: 10em;
  padding-bottom: 7.5em;
  position: relative;
}

.spacer-sm-start {
  padding-top: 2.25rem;
}

.spacer-xl-start {
  text-align: center;
  padding-top: 0;
  display: block;
}

.image-placeholder {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 1.8em;
  width: 35%;
}

.copy-medium {
  color: var(--base-color-brand--white);
  font-size: 1.8rem;
  line-height: 1.4;
  display: block;
}

.padding-hero {
  padding-left: 5rem;
  padding-right: 0;
}

.img-logo {
  object-fit: cover;
}

.logo-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.navbar7_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.wg-selector-highlight {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
}

.wg-selector-highlight.h1 {
  background-color: var(--orange);
}

.wg-selector-highlight.h2 {
  color: #fff;
  background-color: #ff7726;
  transform: translate(-100%);
}

.navbar7_menu-button {
  padding: 0;
}

.navbar7_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: flex;
}

.navbar7_logo {
  width: 15rem;
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.text-block {
  color: #fff;
  font-size: 1.25rem;
}

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: .5;
  font-size: 1.25rem;
}

.wg-selector-1.s1.w--current {
  font-size: 1.25rem;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw1 {
  justify-content: flex-end;
}

.navbar7_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar7_component {
  background-color: #0000;
  border-bottom: 1px #f2f8fa;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar7_logo-link {
  padding-left: 0;
}

.section_layout485 {
  display: none;
}

.layout485_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 0;
  display: grid;
  position: relative;
}

.layout485_content-left {
  align-items: flex-start;
  height: 14rem;
  display: flex;
  position: sticky;
  top: 20%;
  overflow: hidden;
}

.layout485_number {
  color: var(--primary-indian-tmple);
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
}

.layout485_number.show-mobile-landscape {
  display: none;
}

.layout485_number-wrapper {
  text-align: center;
}

.layout485_content-right {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout485_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.layout485_progress-wrapper {
  background-color: var(--base-color-neutral--neutral-lighter);
  width: 100%;
  height: 2px;
  margin-bottom: 2rem;
}

.layout485_progress-bar {
  background-color: var(--primary-indian-tmple);
  width: 2rem;
  height: 2px;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.section_event2 {
  display: none;
}

.event2_list-wrapper {
  overflow: hidden;
}

.event2_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event2_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--background-color--background-tertiary);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem;
  display: grid;
  overflow: hidden;
}

.event2_item.border-red {
  border-color: var(--red);
}

.event2_item.orange {
  background-color: var(--orange);
}

.event2_date-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 6rem;
  display: flex;
}

.event2_divider {
  background-color: var(--base-color-neutral--black);
  width: 1px;
  height: 100%;
}

.event2_divider.text-color-white {
  background-color: var(--base-color-brand--white);
}

.event2_item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.event2_title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.event2_tag-item {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.event2_tag-item.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.event2_tag-item.salumanus {
  background-color: var(--dark-blue);
  color: var(--base-color-brand--white);
  border-radius: 5px;
}

.event2_tag-item.dcn {
  background-color: var(--red);
  color: var(--base-color-brand--white);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-flex;
}

.event2_tag-item.dcn.invert {
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
}

.section_team10 {
  display: none;
  overflow: hidden;
}

.team10_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.team10_mask {
  width: 33.33%;
  margin-top: auto;
  overflow: visible;
}

.team10_slide {
  padding-right: 3rem;
}

.team10_item {
  flex-direction: column;
  align-items: stretch;
  min-height: 600px;
  display: flex;
}

.team10_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.team10_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.team10_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.team10_arrow {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.team10_arrow.left {
  border-color: var(--orange);
  background-color: var(--orange);
  right: 4rem;
}

.team10_arrow.left.dcn {
  border-color: var(--red);
  background-color: var(--red);
}

.team10_arrow.left.dark {
  border-color: var(--base-color-brand--black);
  background-color: var(--base-color-brand--black);
}

.team10_arrow.dcn {
  border-color: var(--red);
  background-color: var(--red);
}

.team10_arrow.dark {
  border-color: var(--base-color-brand--black);
  background-color: var(--base-color-brand--black);
}

.team10_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.team10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.section_header5 {
  display: none;
  position: relative;
}

.header5_content {
  justify-content: flex-start;
  align-items: center;
  min-height: 80svh;
  max-height: 60rem;
  display: flex;
}

.header5_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  display: none;
  position: absolute;
  inset: 0%;
}

.header5_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar7_link {
  color: var(--base-color-neutral--white);
  padding: 1.5rem 2rem 1.5rem 1rem;
  font-size: 1rem;
}

.navbar7_link:hover {
  color: var(--orange);
}

.navbar7_link.w--current {
  color: #ff7726;
}

.sticky-circle_wrap {
  height: 300vh;
  display: none;
}

.sticky-circle {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 6em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-circle_element {
  border-radius: 35em;
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-circle_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.footer {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 65vh;
  padding: 5rem 2rem 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-top {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  mix-blend-mode: difference;
  flex-flow: column;
  display: flex;
  position: relative;
}

.footer-horeca {
  color: var(--navy);
  letter-spacing: 4cqw;
  margin-left: -2.5rem;
  font-size: 10cqw;
  font-weight: 400;
  line-height: 1;
}

.footer-horeca.content__title {
  text-align: center;
  margin-left: 0;
}

.footer-velours {
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 2.35cqw;
  width: 25%;
  margin-left: 25%;
  font-size: 2cqw;
  font-weight: 500;
  line-height: 1;
}

.footer-velours.content__title.text-color-secondary {
  color: var(--orange);
}

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

.link-animation.dark {
  pointer-events: auto;
  color: #000;
}

.list-for-slide {
  z-index: 11;
  width: 100%;
  height: auto;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 10rem 2rem;
  display: none;
  position: relative;
}

.links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  perspective: 2000px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.link-item {
  perspective: 2000px;
  transform-origin: 0%;
  color: #131313;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: -.5vw;
  margin-bottom: -.5vw;
  font-size: 10.5rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.link-item__text {
  color: var(--navy);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.link-item__text.text-color-secondary {
  color: var(--orange);
  background-image: none;
}

.footer-bottom {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  mix-blend-mode: difference;
  flex-flow: column;
  display: flex;
  position: relative;
}

.footter-bottom-first {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-first-01 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  display: flex;
}

.font-body {
  letter-spacing: -.035rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.font-body.font-navy {
  color: var(--navy);
}

.footer-first-02 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer-first-03 {
  justify-content: space-between;
  align-items: flex-end;
  width: 25%;
  display: flex;
}

.back-to-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.arrow-insta-link {
  justify-content: center;
  align-items: center;
  width: .85rem;
  height: .85rem;
  display: flex;
}

.arrow-insta-link.white {
  color: #fff;
}

.footter-bottom-last {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  border-top: 1px dashed #fff3;
  padding-top: 1.25rem;
  display: flex;
}

.footer-last-01 {
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.font-body-small {
  color: var(--navy);
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}

.footer-last-02 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-last-03 {
  justify-content: space-between;
  align-items: center;
  width: 25%;
  display: flex;
}

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

.btn_3_text {
  color: var(--base-color-neutral--white);
  position: relative;
}

.btn_3_text.white-bg {
  color: var(--orange);
}

.btn_3_text.white-bg:hover {
  color: var(--base-color-brand--white);
}

.css {
  display: none;
}

.header139_lightbox {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 15rem;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
}

.header139_lightbox-image {
  object-fit: cover;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.scroll_horizontal_wrap {
  background-color: #e4e7eb;
  display: none;
}

.scroll_horizontal_contain {
  height: 100vh;
  position: sticky;
  top: 0;
}

.scroll_horizontal_contain.u-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
}

.scroll_horizontal_contain.u-container.bg {
  background-image: url('../images/bg-white-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45vh;
}

.scroll_horizontal_inner {
  width: 100%;
  height: 100%;
  display: flex;
  container-type: inline-size;
}

.scroll_horizontal_track {
  flex: none;
  display: flex;
  transform: translate(0%);
}

.scroll_horizontal_list {
  flex: none;
  margin-right: -100cqw;
  display: flex;
}

.scroll_horizontal_hero_wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100cqw;
  display: flex;
}

.scroll_horizontal_hero_title {
  color: var(--navy);
  padding-left: 5rem;
  padding-right: 5rem;
  font-size: 8cqw;
  line-height: 1;
}

.scroll_horizontal_hero_title.max-width-xxlarge {
  font-size: 7rem;
}

.scroll_horizontal_pin_wrap {
  width: 200cqw;
  display: none;
}

.scroll_horizontal_pin_element {
  width: 100cqw;
  height: 100%;
}

.scroll_horizontal_img {
  object-fit: cover;
  width: 100cqw;
}

.process_wrap {
  background-color: #e4e7eb;
  display: none;
}

.process_contain.u-container {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.process_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1.25fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.process_title {
  max-width: 20ch;
}

.process_card_wrap {
  border-bottom: 1px solid var(--red);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  display: flex;
}

.process_card_title {
  color: var(--navy);
  font-size: 1.7rem;
  font-weight: 500;
}

.text-sieze-xlarge {
  color: var(--navy);
  font-size: 1.5rem;
}

.btn_33 {
  color: var(--text-color--text-secondary);
  cursor: pointer;
  background-color: #01010100;
  border: 1px solid #ffffff3d;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.btn_33:hover {
  color: #000;
}

.btn_33.white-bg {
  border-color: var(--orange);
}

.btn_33.hero-btn {
  background-color: var(--orange);
  color: var(--text-color--text-secondary);
  flex-flow: column;
  display: flex;
}

.cloud {
  background-image: url('../images/cloud-near_1cloud-near.webp');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 12.5%;
  width: 800%;
  height: 25vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.cloud.cloud-near {
  background-size: 6.25%;
  width: 1600%;
  bottom: -15%;
}

.scene {
  z-index: -1;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.box {
  transform-origin: 50% 75%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.box.cloud-box {
  transform-origin: 70% 75%;
}

.box.cloud-box.cloud-box-far {
  transform-origin: 60% 75%;
}

.box.cloud-box.cloud-box-near {
  transform-origin: 70% 90%;
  font-family: "Onlinewebfonts Com 574 E 84 C 970 C 0503 C 6 A 3 F 6416 Ff 4 Ffa 6 F", Verdana, sans-serif;
}

.text-color-blue {
  color: var(--navy);
}

.tezt-color-gray {
  color: var(--dark-gray);
}

.scroll_horizontal_img-2 {
  width: 100cqw;
  height: 100%;
}

.scroll_horizontal_hero_title-2 {
  font-size: 12cqw;
}

.scroll_horizontal_pin_element-2 {
  width: 100cqw;
  height: 100%;
}

.text-span {
  font-family: Cinzel Decorative, sans-serif;
}

.text-span-2 {
  font-family: Cinzel Decorative, sans-serif;
  font-weight: 700;
}

.layout485_component-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 220px;
  display: grid;
  position: relative;
}

.pd---content-inside-card-2 {
  height: 258px;
  padding: 40px 28px 48px;
}

.image-36 {
  height: 45%;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.left---top-left {
  border-color: #974009;
  inset: -100px 84px auto auto;
}

.btn-circle-secondary.slider-arrow.left---top-left:hover {
  background-color: #974009;
  border-color: #fec77e;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  border-color: #974009;
  top: -100px;
}

.btn-circle-secondary.slider-arrow.right---top-left:hover {
  background-color: #974009;
  border-color: #fec77e;
}

.inner-container._574px {
  text-align: left;
  justify-content: center;
  max-width: 100%;
  margin-top: 40px;
  display: flex;
}

.slide-item-mg {
  margin-right: 28px;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-37 {
  text-align: center;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-490px {
  max-width: 480px;
  overflow: visible;
}

.heading-106 {
  color: #294c38;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.div-block-49 {
  margin-bottom: 20px;
}

.testimonial-logo-badge {
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 28px;
  display: inline-block;
  position: absolute;
  inset: auto auto 32px 32px;
  box-shadow: 0 1px 12px #14142b14;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.width-100-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 350px;
}

.image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.hidden-on-desktop {
  display: none;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.section-11 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-11.overflow-hidden {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.color-neutral-800.mg-bottom-8px {
  color: #101a2a;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1;
}

.bold-text-2 {
  color: var(--primary-indian-tmple);
  font-family: Cinzel Decorative, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.movies-head {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.card-003_stat-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-28 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.badge-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 99px;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.card-003_stats-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.movies-holder {
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.card-003_wrapper {
  z-index: 9;
  aspect-ratio: 2 / 3;
  color: #fff;
  border-radius: .5em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 800px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.card-003_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-003_content {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #131313e0;
  border-radius: .5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  max-height: 50%;
  margin-bottom: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.graphic-designing {
  color: #fcf3d7;
  text-align: center;
  background-color: #1f1f30;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .25s;
  box-shadow: 2px 3px 0 2px #fcf3d7;
}

.graphic-designing:hover {
  box-shadow: 0 0 #fcf3d7;
}

.graphic-designing.is-alternate {
  color: #fff;
  background-color: #fcf3d7;
  background-image: linear-gradient(158deg, #1f4d99, #18ab9e);
  border: 2px solid #010d3c;
  border-radius: 10px;
  margin-top: 5px;
  box-shadow: 2px 3px 0 2px #010d3c;
}

.graphic-designing.is-alternate:hover {
  box-shadow: 0 0 #010d3c;
}

.text-block-29 {
  font-size: 1.5rem;
}

.videoes {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.card-003_name {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.movie-box {
  width: 31%;
  margin-left: 15px;
  margin-right: 15px;
}

.kerala-pic {
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tamilnadu-tmple {
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.karnataka-tmple {
  object-fit: cover;
  object-position: 75% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.btn_3_text-copy {
  color: var(--base-color-neutral--white);
  position: relative;
}

.btn_3_text-copy.white-bg {
  color: var(--orange);
}

.btn_3_text-copy.white-bg:hover {
  color: var(--base-color-brand--white);
}

.bsb-wrap-text-1 {
  flex-direction: row;
  place-content: flex-start center;
  align-items: flex-start;
  display: block;
}

.bsb-selection-1 {
  background-color: #f7f5f6;
  padding: 10em;
  font-size: 1vw;
  display: none;
}

.bsb-pic-1 {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-right: 1.5em;
  display: flex;
}

.bsb-wrap-1 {
  max-width: 60em;
}

.bsb-wrap-wrap {
  margin-bottom: 2.5em;
  display: flex;
}

.bsb-text-1 {
  color: #393939;
  font-size: 1.6em;
  line-height: 1.6em;
}

.bsb-container-1 {
  width: 100%;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto;
}

.bsb-text-1-1 {
  color: #000;
  margin-bottom: .5em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3em;
  display: flex;
}

.bsb-grid-1 {
  background-color: #fff;
  border-radius: 1em;
  padding: 3em;
}

.bsb-heading-1 {
  color: #974009;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.3em;
}

.bsb-wrap-2 {
  grid-column-gap: 1.1em;
  grid-row-gap: 1.1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7em;
  display: grid;
}

.bsb-text-1-2 {
  color: #2b2b2b;
  font-size: 1.1em;
  line-height: 1.3em;
}

.bsb-pic-1-1 {
  width: 4.5em;
}

.footer_socialmedia-contentmobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: none;
}

.footer_teams {
  align-items: center;
  display: flex;
}

.footer_link-title {
  margin-bottom: 20px;
}

.footer_first-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_darkmode-image {
  width: 100%;
}

.footer_logo {
  width: auto;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.footer_socialmedia-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.footer_darkmode {
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 10px;
  display: flex;
}

.footer_lightmode {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 10px;
  display: flex;
}

.footer_logo-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.footer_mode-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #333;
  border-radius: 100px;
  flex-flow: column;
  align-items: center;
  padding: 3px;
  display: flex;
}

.footer_second-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}

.footer_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2.padding-section-large {
  background-color: #00244d;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: Cinzel Decorative, sans-serif;
}

.section_footer {
  color: #fff;
  background-color: #000000f5;
  background-image: linear-gradient(#000000b3, #000000b3);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.footer_lightmode-image {
  width: 100%;
}

.footer_socialmedia-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.footer_linkblock {
  color: #fff;
  mix-blend-mode: normal;
  border-left: 2px solid #0000;
  padding: 10px;
  text-decoration: none;
  transition: all .4s;
}

.footer_linkblock:hover {
  background-image: linear-gradient(270deg, #000, #1d1d1dcf 54%, #303030a8 80%, #ffffff4d);
  border-left: 2px solid #fff;
}

.footer_pc-image {
  width: 20px;
}

.button-group-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-grid-2 {
  background-image: linear-gradient(0deg, #000000ad, #0006 38%, #0000 62%), url('../images/8b6520d7-0e39-40ea-bc9c-fbca875e0906.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.label {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.label.cc-grey {
  color: #939393;
}

.paragraph-4 {
  display: none;
}

.grid-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-card-grid-3 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  height: 400px;
  padding: 24px;
  display: flex;
  position: relative;
}

.video-card-grid-3:hover {
  box-shadow: none;
}

.blur-img {
  z-index: 2;
  opacity: 0;
  width: auto;
  height: 50%;
  line-height: 15px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.item-wrap {
  margin-bottom: 40px;
}

.text-block-grid-3 {
  z-index: 3;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

._3-crds-grid {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-grid-3 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.img-grid {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Sea-Bridge.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-grid.view-waterfall {
  background-image: linear-gradient(0deg, #000000ad 31%, #0000 50%), url('../images/e54977e5-68c4-465b-92c4-8aeb80ce1571.webp');
  background-position: 0 0, 50%;
}

.img-grid.view-sea {
  background-image: linear-gradient(0deg, #000000ad, #0000), url('../images/8b508b86-557e-4c6e-94d7-fa8483a6a6f8.webp');
  background-position: 0 0, 50% 0;
}

.divider {
  background-color: #f1f1f1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.img-grid-blur {
  background-image: linear-gradient(0deg, #000000ad, #0000), url('../images/Sea-Bridge.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  height: 200%;
  position: absolute;
  inset: -100% 0% 0%;
}

.img-grid-blur.view-waterfall {
  background-image: linear-gradient(0deg, #000000ad 31%, #0000 50%), url('../images/uttarakhand.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img-grid-blur.view-sea {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Sea-View.png');
  background-position: 0 0, 50%;
}

.heading-107, .heading-108, .heading-109 {
  color: var(--base-color-brand--white);
  font-size: 2rem;
}

.steps-row {
  margin-top: -39px;
}

.column {
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.step-circle {
  border-radius: 400px;
  width: 96px;
  height: 112px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.button-2 {
  color: #f5f5f5;
  background-color: #2cabe2;
  border: 1px solid #177ca8;
  border-radius: 4px;
  margin-top: 20px;
  padding: 15px 32px;
  font-size: 20px;
  transition: all .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #59bde8;
}

.button-2._2 {
  color: #fff;
  text-align: left;
  background-color: #ff7726;
  border-width: 0;
  border-radius: 0;
  margin-bottom: 20px;
}

.container-29 {
  padding-top: 27px;
}

.div-block-50, .button-grp {
  justify-content: center;
  display: flex;
}

.videoes-copy {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.heading {
  color: var(--primary-indian-tmple);
  font-family: Cinzel Decorative, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.heading.light {
  color: #fff;
  font-size: 3rem;
}

.heading.light.menu {
  text-align: center;
}

.heading.menu-item {
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.75rem;
}

.heading.menu-item:hover {
  box-shadow: none;
}

.heading.menu-item.price {
  color: #31705d;
  font-weight: 700;
  text-decoration: none;
}

.about-section {
  padding: 5rem 0;
}

.container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 10%;
  position: relative;
}

.menu-item {
  background-color: #fafafa;
  border-radius: .9375rem;
  justify-content: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 1rem .25rem #00000040;
}

.menu-item:hover {
  box-shadow: 1px 1px 1rem .8125rem #00000040;
}

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

.decoration {
  background-color: var(--primary-indian-tmple);
  border-radius: .625rem;
  max-width: 43.75rem;
  height: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.decoration.vertical {
  background-color: var(--primary-indian-tmple);
  max-width: 1rem;
  height: 29.1875rem;
}

.menu-info {
  flex-direction: column;
  justify-content: center;
  margin: 2.5rem .9375rem 2.5rem 2.5rem;
  display: flex;
}

.paragraph {
  color: #5c5c5c;
  margin-top: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.paragraph.menu {
  margin-top: .625rem;
  font-size: 1.2rem;
  line-height: 1.5625rem;
}

.menu-grid {
  z-index: 2;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-auto-flow: row;
  margin-top: 0;
  padding-left: 40px;
  position: relative;
}

.menu-image {
  object-fit: contain;
  width: 200px;
}

.info-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 6.25rem;
  display: flex;
  position: relative;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.heading-103 {
  color: #fff;
  font-size: 5rem;
  line-height: 5.5rem;
}

.hero-image-overlay {
  background-image: linear-gradient(#0009, #0000);
  position: absolute;
}

.hero-image-overlay.bottom {
  background-image: linear-gradient(0deg, #000000b3, #0000);
  height: 35svh;
  inset: auto 0% 0%;
}

.hero-image-overlay.top {
  background-image: linear-gradient(#000000a6, #0000);
  height: 100svh;
  inset: 0% 0% auto;
}

.container-5 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  position: relative;
}

.hero-image-wrap-2 {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 16rem;
  display: grid;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 100%;
  display: grid;
}

.text-size-medium-3 {
  font-size: 1.25rem;
  line-height: 1.5em;
}

.text-size-medium-3.text-color-beige {
  color: #f0eeea;
  line-height: 1.3em;
}

.section-36 {
  position: relative;
}

.section-36.hero {
  flex-flow: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding-bottom: 6rem;
  display: none;
}

.mobile-version {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-cover-2-copy-copy-cc-furnshing {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-content {
  z-index: 1;
  background-image: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-content._2 {
  background-image: none;
}

.img-content-1 {
  opacity: 1;
  object-fit: cover;
  background-image: url('../images/freepik__the-style-is-candid-image-photography-with-natural__1937.png');
  background-size: cover;
  border-radius: 4px;
  width: auto;
  height: auto;
}

.img-content-1._2 {
  background-image: url('../images/freepik__the-style-is-candid-image-photography-with-natural__1939.png');
}

.img-content-1._3 {
  background-image: url('../images/BEST-VARIETY.jpg');
}

.section {
  background-color: #f0f2f5;
  padding-bottom: 0;
}

.container-3 {
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.container-3.sc-3 {
  flex-flow: column;
  max-width: 940px;
  padding-top: 5.625em;
  padding-bottom: 5.625em;
  display: flex;
}

.head-img {
  color: #fff0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.2em;
}

.head-img.head-2 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.188em;
}

.head-2em {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.head-2em.describe {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 2.25em;
  line-height: 1.194em;
  display: none;
}

.heading-seeperate {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#1e257f, #67c64c);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 40px;
}

.heading-seeperate.describe {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 2.25em;
  line-height: 1.194em;
  display: none;
}

.content-head-wrapper.horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.header-wrapper {
  position: relative;
  overflow: hidden;
}

.img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.head-line {
  border-top: 1px solid #151515;
  flex: 1;
}

.head-line.line-4 {
  flex: 1;
  width: 25.813em;
  font-size: 10px;
  display: none;
}

.content-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.content-wrapper.first {
  flex-flow: column;
  align-items: center;
  margin-right: 1.25em;
}

.img-describe {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.describe-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2em;
  display: none;
}

.img-head-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.new-heaeding {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.new-heaeding.describe {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 2.25em;
  line-height: 1.194em;
  display: none;
}

.div-aobut-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.about-section-copy {
  padding: 5rem 0;
}

.vision-mission {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 5rem 0;
}

.head-2em-copy {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.head-2em-copy.describe {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 2.25em;
  line-height: 1.194em;
  display: none;
}

.div-aobut-us-copy {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: grid;
}

.head-2em-copy-copy {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.head-2em-copy-copy.describe {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 2.25em;
  line-height: 1.194em;
  display: none;
}

.section-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.section-20.image-background {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gemini_Generated_Image_b9ujepb9ujepb9uj---Edited.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 40vh;
}

.paragraph-6 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.paragraph-6.thiner {
  color: #fff;
  margin-bottom: 56px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.projects-heading {
  width: 100%;
  max-width: 424px;
}

.projects-heading.for-last-section {
  max-width: 500px;
}

.last-section-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-99 {
  color: #03245a;
  font-size: 3rem;
  line-height: 3.5rem;
}

.heading-99.white {
  color: #fff;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.button-primary {
  color: #1e1e1e;
  letter-spacing: .04em;
  background-color: #fff;
  border-radius: 40px;
  padding: 12px 113px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.last-section-text-container {
  max-width: 416px;
}

.wide-container {
  width: 100%;
  max-width: 1276px;
  padding-left: 30px;
  padding-right: 30px;
}

.head-2em-copy-copy-copy {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.head-2em-copy-copy-copy.describe {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 2.25em;
  line-height: 1.194em;
  display: none;
}

.heading-110 {
  color: var(--base-color-neutral--neutral-lighter);
  font-family: Cinzel Decorative, sans-serif;
  font-weight: 700;
}

.desktiop-version {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.desktop-version {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._2323, ._23232 {
  color: var(--base-color-neutral--white);
  font-family: Cinzel Decorative, sans-serif;
  font-size: 2.7rem;
  font-weight: 300;
  text-decoration: none;
}

.copy-medium-copy {
  color: var(--base-color-brand--white);
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4;
  display: block;
}

.about-content-copy {
  text-align: center;
}

.page-intro-title-small-copy {
  letter-spacing: -.02em;
  text-transform: none;
  font-size: 1.2vw;
  font-weight: 400;
}

.page-intro-title-small-copy.is-best-in-class {
  text-align: left;
  align-self: flex-start;
  margin-left: 0;
}

.page-intro-title-small-copy.is-best-in-class.text-large {
  text-transform: capitalize;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 2vw;
  font-weight: 400;
}

.link {
  color: var(--base-color-system--success-green-light);
  text-decoration: none;
}

.page-wrapper-copy-uu, .main-wrapper-copy-uu {
  height: auto;
}

.vision-mission-copy {
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  padding: 5rem 0;
  display: flex;
}

.vision-mission-copy-copy {
  flex-flow: column;
  justify-content: center;
  height: 50vh;
  padding: 5rem 0;
  display: flex;
}

.bold-text-3, .bold-text-4 {
  line-height: 2rem;
}

.footer_top-layout {
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-intro_visual {
  width: 41%;
}

.spacer-96 {
  padding-bottom: 4em;
}

.header-wrap-two {
  background-color: #fff;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 8px 8px 32px;
  display: flex;
}

.offcanvas-nav-item {
  padding-bottom: 20px;
}

.footer_content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-intro_visual-height {
  padding-top: 120%;
  position: relative;
}

.spacer {
  height: 100vh;
}

.offcanvas-wrap {
  text-align: center;
  background-color: #010101;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.home-cta_heading {
  max-width: 5em;
  margin-left: auto;
  margin-right: auto;
}

.home-cta_heading.text-size-display {
  color: #061e3d;
  text-align: center;
  max-width: 80em;
  font-size: 10rem;
  font-weight: 500;
}

.page-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.home-content_wrapper {
  z-index: 2;
  background-color: #0e192e;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

._25662 {
  max-width: 5em;
  margin-left: auto;
  margin-right: auto;
}

._25662.text-size-display-copy {
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin-bottom: 1rem;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 7rem;
  font-weight: 700;
}

.nav {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: inline-flex;
}

.home-hero_section {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 90vh;
  display: flex;
  position: sticky;
  top: 0;
}

.offcanvas-main {
  background-color: #010101;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer_link-header {
  margin-bottom: .6em;
  font-size: 1.4em;
  line-height: 1;
}

.home-cta_wrapper {
  background-color: #141414;
  background-image: url('../images/freepik__a-serene-temple-courtyard-at-sunrise-the-sky-glowi__2509.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250vh;
  margin-top: -100vh;
  margin-bottom: -100vh;
  display: block;
}

.btn-secondary-2 {
  color: #fff;
  text-align: center;
  background-color: #061e3d;
  border-radius: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 26px 14px;
  line-height: 162.5%;
  text-decoration: none;
  transition: letter-spacing .4s, background-color .4s;
}

.btn-secondary-2:hover {
  letter-spacing: 1px;
  background-color: #061e3d;
}

.home-intro_image {
  object-fit: cover;
  border-radius: .6em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-intro_image.is-top {
  object-position: 50% 0%;
  position: absolute;
}

.c_button_link {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  min-width: 10em;
  padding: 1em 2.1em;
  line-height: 1;
}

.c_button_link:hover {
  color: #fff;
  background-color: #0000;
}

.c_button_link.is-alt {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.c_button_link.is-alt:hover {
  color: #000;
  background-color: #fff;
}

.close-icon {
  cursor: pointer;
}

.spacer-32 {
  padding-bottom: .125rem;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.home-intro_layout {
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-intro_layout.is-alt {
  flex-direction: row-reverse;
}

.container-30 {
  max-width: 1312px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

.offcanvas-nav {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.home-hero_image {
  opacity: .38;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.home-intro_content {
  width: 53%;
  max-width: 38em;
}

.header-area-two {
  z-index: 9999;
  padding-top: 20px;
  display: none;
  position: relative;
}

.footer_link {
  color: #fff6;
  width: 100%;
  font-size: 1em;
  line-height: 1.9;
  text-decoration: none;
  transition: color .1s;
  display: block;
}

.footer_link:hover {
  color: #fff;
}

.footer_wrapper {
  margin-top: -100vh;
}

.spacer-80 {
  padding-bottom: 5em;
}

.offcanvas-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: 30px;
  left: 0%;
  right: 0%;
}

.offcanvas-logo {
  filter: invert();
}

._3333 {
  color: #fff;
  max-width: 34em;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 300;
}

.footer_component {
  background-color: #000;
  position: static;
  bottom: 0;
}

.home-intro_section {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.nav-link {
  color: #4a4a4a;
  text-decoration: none;
  transition: color .4s, letter-spacing .4s;
}

.nav-link:hover {
  color: #010101;
  letter-spacing: .5px;
}

.footer_small-link {
  color: #616161;
}

.footer_small-link:hover {
  color: #fff;
}

.offcanvas-icon {
  display: none;
}

._636363 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  min-width: 10em;
  padding: 1em 2.1em;
  line-height: 1;
}

._636363:hover {
  color: #fff;
  background-color: #0000;
}

.container-2 {
  z-index: 2;
  color: #837f7f;
  border: 0 solid #061e3d;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1rem;
  position: relative;
}

.offcanvas-nav-link {
  color: #c8c8c8;
  font-size: 84px;
  line-height: 112%;
  text-decoration: none;
  transition: color .4s;
}

.offcanvas-nav-link:hover {
  color: #fff;
}

.home-cta_section {
  color: #000;
  text-align: center;
  mix-blend-mode: screen;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}

.spacer-12 {
  padding-bottom: .75em;
}

.footer_bottom {
  grid-column-gap: .75em;
  grid-row-gap: .5em;
  color: #fff6;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-hero_wrapper {
  background-image: linear-gradient(#00000080, #00000080);
  margin-bottom: -100vh;
}

.spacer-64 {
  padding-bottom: 4em;
}

._555 {
  color: #fff;
  letter-spacing: -.04em;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1;
}

.bold-text-5, .bold-text-6 {
  font-weight: 400;
}

.bold-text-7 {
  font-size: 2.52rem;
}

.arsha {
  font-family: Cinzel Decorative, sans-serif;
}

.heading-style-h6-copy {
  color: var(--dark-blue);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h6-copy.text-color-orange {
  color: var(--orange);
  font-family: Cinzel Decorative, sans-serif;
  font-weight: 400;
}

.heading-style-h6-copy.text-color-orange._112233 {
  margin-top: 2rem;
}

.what-we-do-intro {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 0 0;
}

._25662-copy {
  max-width: 5em;
  margin-left: auto;
  margin-right: auto;
}

._25662-copy.text-size-display-copy {
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin-bottom: 1rem;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.paragraph-copy-for-what-we-do {
  color: #fff;
  margin-top: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.paragraph-copy-for-what-we-do.menu {
  margin-top: .625rem;
  font-size: 1.2rem;
  line-height: 1.5625rem;
}

.home-content_wrapper-copy-33, .home-content_wrapper-copy-33-copy {
  z-index: 2;
  background-color: #061e3d;
  border-radius: 2em 2em 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.home-content_wrapper-copy-for-guiding-principles {
  z-index: 2;
  background-color: #fff;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.home-content_wrapper-copy-33-copy-copy-for-indias-gretetst {
  z-index: 2;
  background-color: #fff;
  border-radius: 2em 2em 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 60vh;
  display: flex;
  position: relative;
}

.home-content_wrapper-copy-for-guiding-principles-copy-for-guiding-priciples-home {
  z-index: 2;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.vision-mission-copy-for-indias {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0;
}

.heading-3 {
  font-size: 10rem;
  font-weight: 400;
  line-height: 6.5rem;
}

.container-large-copy {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.section-hero {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/493b2cbe-a684-4d1f-a48f-499a5bc975ec.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-hero._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7d7164c2-6356-4ff8-a151-5175edb5649b.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-hero._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/799e273b-ebb7-42ad-9c05-7e58be29a4ed.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-hero._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/fd8ee76f-c854-4db2-bb03-0d6df6889d32.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-hero._5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/65a24738-3fe8-45a8-b979-d611fc4cb134.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero_heading-wrapper {
  flex: 1;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
  top: 6%;
}

.hero_heading-content {
  border: 1px solid #fff;
  border-radius: 1px;
  padding: 2.8rem 2.5rem 2rem;
}

.hero_heading-content.max-width-large {
  max-width: 72rem;
}

.page-padding-2 {
  padding-top: 10px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.amrithagiri {
  justify-content: center;
  display: flex;
}

.paragraph-38 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}

.heading-copy-for-youth-transformation {
  color: var(--primary-indian-tmple);
  font-family: Sulphurpoint, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.heading-copy-for-youth-transformation.light {
  color: #fff;
  font-size: 3rem;
}

.heading-copy-for-youth-transformation.light.menu {
  text-align: center;
}

.heading-copy-for-youth-transformation.menu-item {
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.75rem;
}

.heading-copy-for-youth-transformation.menu-item:hover {
  box-shadow: none;
}

.heading-copy-for-youth-transformation.menu-item.price {
  color: #31705d;
  font-weight: 700;
  text-decoration: none;
}

.text-size-medium-copy-for-denny-copy {
  color: #111729;
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 300;
}

.margin-bottom-2 {
  color: #111729;
  margin: 0 0 1rem;
}

.margin-bottom-2.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout1_image-wrapper {
  height: 480px;
}

.layout1_image-wrapper.uk {
  height: auto;
}

.layout1_component {
  padding-top: 0;
  padding-bottom: 0;
}

.layout1_image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.layout1_image.uk {
  object-position: 50% 50%;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-style-h2-2 {
  color: #111729;
  margin-top: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout1_image-wrapper-2 {
  height: 600px;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section_layout1 {
  background-color: #ffffff52;
}

.layout1_content-right {
  flex-flow: column;
  display: flex;
}

.bold-text-10 {
  font-weight: 300;
}

.bold-text-11 {
  text-transform: uppercase;
  font-family: Sulphurpoint, sans-serif;
}

.vision-mission-copy-for-the-role-of-arsha {
  background-color: #ffffff52;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5rem 0;
}

.margin-bottom-3, .margin-bottom-3.margin-small, .margin-bottom-3.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.gallery3_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog37_list-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular-center {
  color: #eef0f6;
  text-align: center;
  font-size: 1rem;
}

.gallery3_image-wrapper-2 {
  width: 100%;
}

.heading-style-h5-center {
  color: #974008;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h5-center.sisterconcern {
  color: #111729;
  padding-top: .05rem;
  font-size: .6rem;
  line-height: 1;
}

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

.home-content_wrapper-copy-for-guiding-principles-copy-for-guiding-priciples-home-copy {
  z-index: 2;
  background-color: #ffffff52;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.bharat {
  font-size: 3rem;
}

.bold-text-12 {
  color: #974008;
  font-size: 2.5rem;
}

.vision-mission-copy-vission {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 5rem 0;
}

.a-call-to-the-youth-of-bharat {
  z-index: 2;
  background-color: #ffffff52;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.page-wrapper-2-copy-for-call-to-the-youth {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.icon-1x1-small-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
}

.features-tab-wrapper {
  background-color: #fff;
  border-radius: 40px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 5px 20px -10px #66607936;
}

.text-size-medium-4 {
  font-size: 1.2rem;
}

.banner_small-height {
  padding-top: 52%;
  position: relative;
}

.heading-style-h6-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.feature-tab-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 20%;
  padding: 0 20px 0 0;
  display: flex;
}

.heading-style-h4-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.round_tab-menu {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 3.5rem;
  display: flex;
}

.function-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.banner_large-height {
  padding-top: 54.8%;
  position: relative;
}

.banner-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.bullet-wraper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.full_img-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-tab-content {
  flex: 1;
}

.padding-overflow-mobile {
  padding-left: 4rem;
  padding-right: 4rem;
}

.header-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0d1317;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.25rem;
  display: flex;
}

.grid-3-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
  / 2fr 1fr;
  grid-auto-rows: auto;
  height: auto;
}

.arrow-tab {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f2f5fd;
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  height: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.arrow-tab.w--current {
  color: #3370ff;
  background-color: #cedfff;
  background-image: none;
  font-weight: 700;
}

.tabs-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.button-icon {
  color: #3370ff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f2f5fd;
  border-radius: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 3rem;
  display: grid;
}

.slider-tab {
  max-width: 80rem;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #3370ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: border-color .25s, background-color .25s;
}

.button-3:hover {
  background-color: #000cb8;
}

.banner_icon-wrapper {
  background-color: #fff0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  margin-bottom: .5rem;
  display: flex;
}

.padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.button-icon-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-left: .6rem;
  display: flex;
}

.banner_small {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.feature-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.subheader-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: stretch;
  display: flex;
}

.badge {
  color: #3370ff;
  text-align: center;
  flex: none;
  width: 2rem;
  height: 2rem;
  font-weight: 700;
}

.heading-style-h2-3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.bullet-wrapper-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.banner_large {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.text-weight-medium-2 {
  font-weight: 600;
}

.function-icon {
  width: 4.5rem;
  height: 4.5rem;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.banner-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #5b5b5b;
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.banner-wrapper.is-purple {
  background-color: #d3d5fd;
}

.banner-wrapper.is-pink {
  background-color: #ffdbef;
}

.banner-wrapper.is-green {
  text-align: center;
  background-color: #c8fdc2;
}

.banner-wrapper.is-orange {
  background-color: #ffebce;
}

.banner-wrapper.is-lightblue {
  background-color: #dffffc;
}

.banner-wrapper.is-blue {
  background-color: #cedfff;
}

.feature-tab-detail {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.bullet-img-wrapper {
  border-radius: 12px;
  width: 30rem;
  position: relative;
  overflow: hidden;
}

.round-tab {
  background-color: #fff0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0 20px;
  line-height: 20px;
  display: flex;
}

.round-tab:hover {
  background-color: #fff;
}

.round-tab.w--current {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 14px #5d6ec70a;
}

.page-wrapper-3 {
  overflow: hidden;
}

.bullet-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid-six-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  height: 30rem;
}

.list-item, .list-item-2, .list-item-4, .list-item-5, .list-item-6 {
  font-size: 1.5rem;
}

.little-details-wrapper {
  position: absolute;
  inset: auto 0% 0% 15px;
}

.button-4 {
  text-align: center;
  flex: 1;
  margin-top: 10px;
}

.button-4.rb {
  background-color: #2d2d2d;
  border-bottom-right-radius: 10px;
  margin-left: 2px;
}

.button-4.rb:hover {
  background-color: #818181;
}

.button-4.lb {
  background-color: #01244d;
  border-bottom-left-radius: 10px;
  margin-right: 2px;
}

.button-4.lb:hover {
  background-color: #818181;
}

.event-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #eaeaf3;
  border-radius: 10px;
  flex-direction: column;
  height: auto;
  padding: 0 10px 10px;
  display: flex;
}

.event-wrapper:hover {
  background-color: #f6f4fc;
}

.event-information-wrapper {
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: space-around;
  align-self: auto;
  width: 80%;
  padding-left: 15px;
  display: block;
  position: relative;
}

.event-details-wrapper {
  margin-bottom: 2px;
  margin-right: 0;
  display: block;
}

.name {
  margin-top: 0;
  font-family: Sulphurpoint, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.top-wrapper {
  height: 110px;
  margin-top: 10px;
  display: flex;
}

.icon {
  width: 15px;
  margin-right: 10px;
}

.event-image {
  flex: 1;
  width: 100%;
  margin-top: 15px;
}

.details-text {
  color: #969696;
  display: inline-block;
}

.day-name {
  font-size: 25px;
}

.day-date {
  font-size: 1rem;
  line-height: 1;
}

.date-and-day-wrapper {
  text-transform: uppercase;
  border-right: 1px solid #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0%;
  font-size: 20px;
  display: flex;
}

.button-wrapper {
  align-items: center;
  display: flex;
}

.image-37 {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
}

.feature_content-detail-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f2f5fd;
  border-radius: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.feature_content-detail-programmes {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f2f5fd;
  border-radius: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.heading-copy-for-aligned-mission-life {
  color: var(--primary-indian-tmple);
  font-family: Sulphurpoint, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}

.heading-copy-for-aligned-mission-life.light {
  color: #fff;
  font-size: 3rem;
}

.heading-copy-for-aligned-mission-life.light.menu {
  text-align: center;
}

.heading-copy-for-aligned-mission-life.menu-item {
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.75rem;
}

.heading-copy-for-aligned-mission-life.menu-item:hover {
  box-shadow: none;
}

.heading-copy-for-aligned-mission-life.menu-item.price {
  color: #31705d;
  font-weight: 700;
  text-decoration: none;
}

.container-large-18 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large-13 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout240_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start center;
  width: 100%;
  height: 600px;
  display: block;
}

.layout240_item {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-embed-xxsmall-2 {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout240_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-9 {
  color: #fff;
  text-align: center;
  background-color: #52a38e;
  border: 0 solid #000;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-9.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-9.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #31705d;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 35px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.layout240_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.padding-global-29 {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-bottom-780, .margin-bottom-780.margin-medium, .margin-bottom-780.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-780.margin-xxlarge {
  margin: 0 0 2rem;
}

.margin-bottom-780.margin-small {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.text-align-center-25 {
  text-align: center;
  overflow: visible;
}

.button-group-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group-7.is-center {
  justify-content: center;
}

.text-size-medium-45 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.bold-text-17 {
  color: #fff;
}

.layout240_image-wrapper {
  width: 100%;
  height: 300px;
  position: relative;
}

.heading-style-h5-3 {
  color: var(--primary-indian-tmple);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.connect-support {
  background-color: #fff;
}

.heading-28 {
  color: #31705d;
  text-align: center;
  font-size: 3rem;
  line-height: 3.5rem;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer3_social-link {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_social-link._1 {
  color: #fff;
}

.icon-embed-xsmall-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-2._123 {
  color: #fff;
}

.footer4_social-link {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.icon-embed-xsmall-8-copy-copy {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.vision-mission-copy-for-the-role-of-arsha-copy {
  background-color: #ffffff52;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5rem 0;
  display: none;
}

.home-content_wrapper-copy-for-guiding-principles-copy-for-guiding-priciples-home-copy-copy {
  z-index: 2;
  background-color: #ffffff52;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.div-block-15 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-707 {
  width: 50%;
}

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

.popup-closebutton {
  z-index: 100;
  cursor: pointer;
  background-color: #353535;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.popup-heading {
  color: #353535bf;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 2;
}

.popup-card {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 50%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
  box-shadow: 11px 11px 32px #0003, 6px 6px 16px #0000001f, 3px 3px 8px #00000024;
}

.link-block {
  background-image: linear-gradient(225deg, #eabc55 12%, #72a9d5 55%, #fccb78 94%);
  border-radius: 30px;
  padding: 2px;
  text-decoration: none;
}

.images-container {
  margin-bottom: 50px;
}

.close-x {
  color: #fff;
  justify-content: center;
  font-size: 20px;
}

.popup-image {
  object-fit: cover;
  width: 8em;
  height: 8em;
  margin-left: 2em;
  margin-right: 2em;
}

.popup-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 5px;
  padding: 80px 10px;
  display: flex;
  overflow: hidden;
}

.popup-subheading {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 25px;
  line-height: 1.25;
}

.text-block-30 {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .6s;
}

.text-block-30:hover {
  color: #000;
  background-color: #0000;
}

.pop-up-cover {
  z-index: 999995;
  background-image: linear-gradient(#ffffff40, #ffffff40);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 80vh;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-card-2 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 50%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 32px #0003, 6px 6px 16px #0000001f, 3px 3px 8px #00000024;
}

.text-block-31 {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .6s;
}

.text-block-31:hover {
  color: #000;
  background-color: #0000;
}

.image-708 {
  width: 400px;
  height: 600px;
}

.layout240_list-copy-for-contact-page {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start center;
  width: 100%;
  height: 600px;
  display: grid;
}

.section-hero-copy-55 {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/8b508b86-557e-4c6e-94d7-fa8483a6a6f8.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-hero-copy-55._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7d7164c2-6356-4ff8-a151-5175edb5649b.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-hero-copy-55._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/799e273b-ebb7-42ad-9c05-7e58be29a4ed.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-hero-copy-55._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/fd8ee76f-c854-4db2-bb03-0d6df6889d32.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-hero-copy-55._5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/65a24738-3fe8-45a8-b979-d611fc4cb134.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.layout240_list-copy-for-contact-page-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start center;
  width: 100%;
  height: auto;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .container-default {
    max-width: 1250px;
  }

  .padding-global-2.padding-section-large {
    padding-bottom: 3rem;
  }

  .hero_grid {
    margin-bottom: 220px;
  }

  .container-3.sc-3 {
    max-width: 1050px;
  }

  .heading-110 {
    color: var(--light-grey);
  }

  .padding-section-large-13 {
    font-family: Open Sans, sans-serif;
  }

  .button-9.is-link.is-icon {
    background-color: #31705d;
  }

  .heading-style-h5-3 {
    color: #31705d;
  }

  .heading-28 {
    margin-bottom: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .navbar7_container {
    color: var(--base-color-neutral--white);
  }

  .container-default {
    max-width: 1400px;
  }

  .movie-box {
    width: 31%;
  }

  .bsb-selection-1 {
    font-size: 14px;
  }

  .hero_grid {
    margin-bottom: 220px;
  }

  .container-3.sc-3 {
    max-width: 1190px;
  }

  .heading-110 {
    color: var(--light-grey);
  }

  ._3333 {
    color: #fff;
  }

  .bullet-img-wrapper {
    width: 35rem;
    height: 30rem;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  .container-default {
    max-width: 1500px;
  }

  .heading-106 {
    font-weight: 400;
  }

  .movie-box {
    width: 31.5%;
  }

  .heading {
    font-size: 2.5rem;
  }

  .container {
    padding: 0% 10%;
  }

  .paragraph {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading-103 {
    margin-bottom: 1px;
  }

  .hero-image-overlay.bottom {
    background-image: linear-gradient(0deg, #000000b3, #0000);
  }

  .hero-image-overlay.top {
    background-image: linear-gradient(#000000a6, #0000);
  }

  .hero-image-wrap-2 {
    background-image: none;
  }

  .hero_grid {
    margin-bottom: 220px;
  }

  .text-size-medium-3.text-color-beige {
    margin-bottom: 0;
  }

  .img-content-1 {
    width: 400px;
    height: 400px;
  }

  .section {
    padding-bottom: 0;
    display: block;
  }

  .container-3.sc-3 {
    flex-flow: column;
    max-width: none;
  }

  .content-wrapper.first {
    align-items: center;
  }

  .vision-mission {
    flex-flow: column;
    justify-content: center;
    height: 65vh;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-top: 12rem;
    padding-bottom: 15rem;
    display: flex;
  }

  .section-20.image-background {
    background-image: linear-gradient(#0000, #0000), url('../images/Gemini_Generated_Image_b9ujepb9ujepb9uj---Edited.webp');
    background-position: 0 0, 50%;
  }

  .heading-110 {
    color: var(--base-color-neutral--white);
  }

  .vision-mission-copy, .vision-mission-copy-copy {
    flex-flow: column;
    justify-content: center;
    height: 65vh;
    padding-top: 7rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .what-we-do-intro {
    flex-flow: column;
    justify-content: center;
    height: 65vh;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-top: 12rem;
    padding-bottom: 15rem;
    display: flex;
  }

  ._25662-copy.text-size-display-copy {
    font-size: 5rem;
  }

  .vision-mission-copy-for-indias {
    flex-flow: column;
    justify-content: center;
    height: 65vh;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-top: 12rem;
    padding-bottom: 15rem;
    display: flex;
  }

  .vision-mission-copy-for-the-role-of-arsha {
    flex-flow: column;
    justify-content: center;
    height: 45vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .vision-mission-copy-vission {
    flex-flow: column;
    justify-content: center;
    height: 80vh;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-top: 12rem;
    padding-bottom: 15rem;
    display: flex;
  }

  .a-call-to-the-youth-of-bharat {
    background-color: #fff;
    min-height: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heading-copy-for-aligned-mission-life {
    font-size: 2.5rem;
  }

  .heading-style-h5-3 {
    color: var(--primary-indian-tmple);
  }

  .vision-mission-copy-for-the-role-of-arsha-copy {
    flex-flow: column;
    justify-content: center;
    height: 45vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .page-intro-wrapper {
    background-image: url('../images/hero_4k.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .page-intro-title-small.is-best-in-class.text-large {
    font-size: 3vw;
  }

  .page-intro-title.is-webdesign, .page-intro-title.is-animation {
    font-size: 10vw;
  }

  .padding-hero {
    padding-left: 3rem;
  }

  .navbar7_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .menu-icon_line-bottom {
    background-color: #ff7726;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar7_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon_line-top {
    background-color: #ff7726;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #ff7726;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .wg-element-wrapper.sw1 {
    justify-content: flex-start;
  }

  .navbar7_menu {
    -webkit-text-fill-color: inherit;
    background-color: #1a1c24;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    flex-direction: row;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .menu-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar7_logo-link.w--current {
    padding-top: 1em;
    padding-bottom: .5em;
  }

  .layout485_component {
    grid-column-gap: 2rem;
    grid-template-columns: .75fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .event2_item {
    grid-column-gap: 1.5rem;
  }

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

  .team10_mask {
    width: 50%;
  }

  .team10_slide {
    padding-right: 2rem;
  }

  .navbar7_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.8rem;
  }

  .footer-horeca {
    letter-spacing: 0;
    margin-left: -1.25rem;
    font-size: 21.2cqw;
  }

  .footer-horeca.content__title {
    font-size: 16cqw;
  }

  .footer-velours {
    text-align: center;
    letter-spacing: 3cqw;
    width: 100%;
    margin-left: 0%;
    font-size: 3cqw;
  }

  .list-for-slide {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .links-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-item {
    font-size: 4rem;
  }

  .footer-first-01 {
    width: 50%;
  }

  .footer-first-02 {
    opacity: 0;
    width: 20%;
    display: none;
  }

  .footer-first-03, .footer-last-01 {
    width: 50%;
  }

  .footer-last-02 {
    opacity: 0;
    width: 25%;
  }

  .footer-last-03 {
    justify-content: flex-end;
    align-items: center;
  }

  .header139_lightbox {
    max-width: 14rem;
  }

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

  .process_layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .cloud {
    bottom: 10%;
  }

  .cloud.cloud-near {
    bottom: 0%;
  }

  .scene {
    height: 120vw;
    bottom: auto;
    left: -10%;
    right: -10%;
    overflow: hidden;
  }

  .layout485_component-copy {
    grid-column-gap: 2rem;
    grid-template-columns: .75fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .image-36 {
    height: 40%;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    inset: auto auto -90px 39.5%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    inset: auto 39.5% -90px auto;
  }

  .slider-mask {
    position: static;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .section-11 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .badge-5 {
    border-radius: 10px;
  }

  .movies-holder {
    flex-flow: column;
  }

  .card-003_wrapper {
    height: auto;
  }

  .movie-box {
    width: 100%;
  }

  .bsb-selection-1 {
    padding: 5em;
    font-size: 1.3vw;
  }

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

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

  .container-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .section-20 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-20.image-background {
    min-height: 50vh;
  }

  .paragraph-6 {
    font-size: 22px;
  }

  .paragraph-6.thiner {
    margin-bottom: 28px;
  }

  .projects-heading.for-last-section {
    max-width: 460px;
    margin-bottom: 4px;
  }

  .last-section-container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .heading-99 {
    line-height: 140%;
  }

  .page-intro-title-small-copy.is-best-in-class.text-large {
    font-size: 3vw;
  }

  .footer_top-layout {
    grid-template-columns: 1fr 1fr;
  }

  .home-intro_visual {
    width: 100%;
  }

  .header-wrap-two {
    background-color: #0000;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .offcanvas-wrap {
    flex-flow: column;
  }

  .nav {
    display: none;
  }

  .offcanvas-main {
    overflow: auto;
  }

  .close-icon {
    max-width: 18px;
  }

  .home-intro_layout {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    max-width: 30em;
  }

  .home-intro_layout.is-alt {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-intro_content {
    width: 100%;
  }

  .footer_component {
    position: relative;
  }

  .offcanvas-icon {
    cursor: pointer;
    display: block;
  }

  .nav-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .container-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-3 {
    font-size: 5.7rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout1_image-wrapper {
    height: auto;
  }

  .layout1_image.uk {
    aspect-ratio: 2 / 3;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .layout1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout1_image-wrapper-2 {
    height: auto;
  }

  .padding-section-large-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog37_list-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .feature-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .banner-right {
    flex-direction: row;
  }

  .padding-overflow-mobile {
    overflow: visible;
  }

  .grid-3-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2fr;
    height: auto;
  }

  .arrow-tab {
    justify-content: center;
    width: 100%;
    height: 3rem;
  }

  .arrow-tab.w--current {
    background-size: contain;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_home-function {
    min-height: 32rem;
  }

  .feature-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .feature-tab-detail {
    flex-direction: column;
  }

  .bullet-img-wrapper {
    order: -1;
    width: 100%;
    height: 20rem;
  }

  .feature_content-detail-copy, .feature_content-detail-programmes {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .padding-section-large-13 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout240_list {
    grid-column-gap: 2rem;
  }

  .layout240_item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .layout240_image {
    display: inline-block;
  }

  .margin-bottom-780 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout240_image-wrapper {
    height: 230px;
  }

  .icon-embed-xsmall-8-copy-copy {
    color: #fff;
  }

  .div-block-15 {
    width: 120px;
    height: 100px;
  }

  .popup-card {
    width: 70%;
  }

  .popup-image {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .pop-up-cover {
    display: flex;
  }

  .popup-card-2 {
    width: 70%;
  }

  .layout240_list-copy-for-contact-page, .layout240_list-copy-for-contact-page-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .page-intro-wrapper {
    background-position: 14%;
  }

  .page-intro-text-wrapper {
    margin-top: -4vh;
  }

  .page-intro-title-small {
    font-size: 2.6vw;
  }

  .page-intro-title-small.is-best-in-class {
    margin-left: 0;
  }

  .page-intro-title {
    font-size: 13vw;
  }

  .page-intro-title.is-webdesign {
    margin-left: 0;
  }

  .page-intro-title.is-animation {
    flex: 1;
    margin-left: 0;
  }

  .padding-hero {
    padding-left: 2rem;
  }

  .logo-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .navbar7_menu {
    padding-bottom: 6rem;
  }

  .navbar7_component {
    min-height: 4rem;
  }

  .layout485_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout485_content-left {
    display: none;
    position: static;
  }

  .layout485_number {
    font-size: 6rem;
  }

  .layout485_number.show-mobile-landscape {
    margin-top: 1rem;
    display: flex;
  }

  .layout485_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .layout485_content {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .layout485_progress-wrapper {
    margin-top: 2rem;
  }

  .event2_component {
    flex-direction: column;
    display: flex;
  }

  .event2_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .event2_item {
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .event2_date-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .event2_divider {
    width: 100%;
    height: 1px;
  }

  .team10_mask {
    width: 80%;
  }

  .team10_slide {
    padding-right: 1.5rem;
  }

  .team10_image-wrapper {
    height: 100%;
  }

  .team10_arrow.left {
    right: 3.5rem;
  }

  .footer {
    height: 40vh;
    padding: 5rem 1rem 1rem;
  }

  .footer-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-horeca {
    margin-left: -.75rem;
  }

  .list-for-slide {
    padding: 0 1rem;
  }

  .links-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .link-item {
    font-size: 2.2rem;
  }

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-first-01 {
    display: none;
  }

  .font-body {
    letter-spacing: 0;
    font-size: .75rem;
  }

  .footer-first-02 {
    opacity: 1;
    width: 50%;
  }

  .footer-first-03 {
    width: 100%;
  }

  .footter-bottom-last {
    padding-top: 1rem;
  }

  .font-body-small {
    font-size: .55rem;
  }

  .footer-last-02 {
    display: none;
  }

  .footer-last-03 {
    width: 50%;
  }

  .btn_3_text {
    font-size: 1.25rem;
  }

  .header139_lightbox {
    display: none;
    position: relative;
    left: 5%;
    right: auto;
  }

  .scroll_horizontal_contain.u-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .scroll_horizontal_hero_title.max-width-xxlarge {
    font-size: 12cqw;
  }

  .process_contain.u-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn_33 {
    font-size: 3rem;
  }

  .scene {
    height: 153vw;
  }

  .layout485_component-copy {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .pd---content-inside-card-2 {
    padding: 32px 24px 40px;
  }

  .image-36 {
    height: 40%;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    bottom: 0;
    left: 36%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    bottom: -72px;
    right: 36%;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .section-11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .movies-holder {
    flex-direction: column;
    align-items: center;
  }

  .card-003_wrapper {
    width: 100%;
    height: auto;
  }

  .videoes {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .movie-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .btn_3_text-copy {
    font-size: 1.25rem;
  }

  .bsb-selection-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .footer_socialmedia-contentmobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer_first-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_socialmedia-content {
    display: none;
  }

  .footer_mode-wrap {
    flex-flow: row;
  }

  .footer_grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_socialmedia-wrap {
    justify-content: center;
    align-items: center;
  }

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

  .step-circle {
    width: 30%;
  }

  .videoes-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .menu-item {
    flex-flow: column;
  }

  .container-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-content {
    padding: .75em;
  }

  .container-3 {
    width: 95%;
  }

  .container-3.sc-3 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .head-img {
    font-size: .875em;
  }

  .head-img.head-2 {
    font-size: .75em;
  }

  .head-2em {
    font-size: 1.75em;
  }

  .head-2em.describe {
    font-size: 1.5em;
  }

  .heading-seeperate {
    font-size: 1.75em;
  }

  .heading-seeperate.describe {
    font-size: 1.5em;
  }

  .content-head-wrapper.horizontal {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .img-wrapper {
    width: 100%;
    height: 20.75em;
  }

  .head-line {
    width: 5.3em;
  }

  .head-line.line-4 {
    width: 7.938em;
  }

  .content-wrapper.first {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    margin-right: 0;
  }

  .img-describe {
    grid-column-gap: .625em;
    grid-row-gap: .625em;
  }

  .describe-link {
    font-size: .875em;
  }

  .new-heaeding {
    font-size: 1.75em;
  }

  .new-heaeding.describe {
    font-size: 1.5em;
  }

  .head-2em-copy {
    font-size: 1.75em;
  }

  .head-2em-copy.describe {
    font-size: 1.5em;
  }

  .head-2em-copy-copy {
    font-size: 1.75em;
  }

  .head-2em-copy-copy.describe {
    font-size: 1.5em;
  }

  .section-20 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .projects-heading {
    text-align: center;
  }

  .projects-heading.for-last-section {
    margin-bottom: 8px;
  }

  .heading-99 {
    line-height: 130%;
  }

  .wide-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .head-2em-copy-copy-copy {
    font-size: 1.75em;
  }

  .head-2em-copy-copy-copy.describe {
    font-size: 1.5em;
  }

  .page-intro-title-small-copy {
    font-size: 2.6vw;
  }

  .page-intro-title-small-copy.is-best-in-class {
    margin-left: 0;
  }

  .header-area-two {
    display: block;
  }

  .btn-nav {
    display: none;
  }

  ._555 {
    font-size: 3.2em;
  }

  .heading-style-h6-copy {
    font-size: 1.125rem;
  }

  .heading-3 {
    font-size: 4.5rem;
  }

  .section-hero {
    height: 90vh;
    padding-bottom: 10rem;
  }

  .hero_heading-content {
    padding: 2rem 1.5rem 1rem;
  }

  .hero_heading-content.max-width-large {
    justify-content: center;
    display: flex;
  }

  .page-padding-2 {
    padding-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paragraph-38 {
    margin-bottom: 0;
  }

  .text-size-medium-copy-for-denny-copy {
    font-size: 1rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .layout1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-2 {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .section_layout1 {
    display: none;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog37_item-2 {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 1rem;
  }

  .blog37_list-copy {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-center {
    font-size: 1.25rem;
  }

  .icon-1x1-small-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .heading-style-h4-2 {
    font-size: 1.1rem;
  }

  .round_tab-menu {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: row;
    justify-content: flex-start;
  }

  .banner-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .padding-overflow-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-3-2 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .slider-tab {
    margin-top: 20px;
  }

  .button-3 {
    padding: .75rem 1.5rem;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_home-function {
    min-height: 24rem;
  }

  .heading-style-h2-3 {
    font-size: 2rem;
  }

  .round-tab {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-six-wrapper {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .feature_content-detail-copy, .feature_content-detail-programmes {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .padding-section-large-13 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout240_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom-780 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-45 {
    font-size: 1rem;
  }

  .layout240_image-wrapper {
    height: 250px;
  }

  .heading-style-h5-3 {
    font-size: 1.25rem;
  }

  .popup-card {
    width: 80%;
  }

  .popup-image {
    margin-left: 1em;
    margin-right: 1em;
  }

  .popup-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-subheading {
    font-size: 1.5em;
  }

  .popup-card-2 {
    width: 80%;
  }

  .layout240_list-copy-for-contact-page {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-hero-copy-55 {
    height: 90vh;
    padding-bottom: 10rem;
  }

  .layout240_list-copy-for-contact-page-copy {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-tiny.text-color-gray {
    text-align: center;
    padding-top: 20px;
    font-size: .75rem;
  }

  .spacer-xxsmall, .spacer-small {
    display: none;
  }

  .section-page-intro {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .page-intro-wrapper {
    background-image: none;
    background-position: 0 0;
  }

  .page-intro-text-wrapper {
    margin-top: 0;
  }

  .page-intro-title-small.is-best-in-class.text-large {
    text-align: center;
    font-size: 5vw;
  }

  .page-intro-title-wrapper.text-color-white {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    max-width: 100vw;
  }

  .page-intro-title.is-animation {
    font-size: 15vw;
    font-weight: 400;
    line-height: 1;
  }

  .section-after-intro-text {
    height: 200vh;
  }

  .image-placeholder {
    width: 80%;
  }

  .padding-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-logo {
    width: 10rem;
    height: auto;
  }

  .logo-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 0;
  }

  .navbar7_container {
    padding-top: 0;
  }

  .navbar7_logo {
    width: 12rem;
  }

  .navbar7_component {
    min-height: 4rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .layout485_component {
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .layout485_content-right {
    grid-row-gap: 3rem;
  }

  .layout485_content {
    height: auto;
  }

  .event2_item {
    grid-row-gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .event2_title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: .5rem;
  }

  .team10_mask {
    width: 95%;
  }

  .team10_image-wrapper {
    padding-top: 22%;
  }

  .btn_3_text {
    font-size: 1rem;
  }

  .header139_lightbox {
    position: relative;
    right: auto;
  }

  .scroll_horizontal_hero_title.max-width-xxlarge {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .cloud.cloud-near {
    height: 30vw;
  }

  .scene {
    height: 100%;
    display: block;
  }

  .layout485_component-copy {
    grid-template-columns: 1fr;
  }

  .pd---content-inside-card-2 {
    height: auto;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    padding-left: 0;
    padding-right: 0;
    bottom: -30px;
    left: 25%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    bottom: -30px;
    right: 31%;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-11 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-11.overflow-hidden {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .movies-head {
    flex-flow: column;
  }

  .container-28 {
    padding-bottom: 50px;
  }

  .badge-5 {
    border-radius: 10px;
  }

  .movies-holder {
    align-items: center;
    padding-bottom: 20px;
  }

  .card-003_wrapper {
    height: 650px;
  }

  .graphic-designing.is-alternate {
    margin-top: 10px;
  }

  .text-block-29 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .videoes {
    padding-bottom: 0;
  }

  .movie-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .bsb-selection-1 {
    font-size: 2.5vw;
  }

  .bsb-wrap-2 {
    grid-template-columns: 1fr;
  }

  .footer_socialmedia-content {
    display: none;
  }

  .footer_second-block {
    width: 100%;
  }

  .footer_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .button-group-copy {
    text-align: left;
    justify-content: center;
  }

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

  .step-circle {
    width: 85%;
  }

  .videoes-copy {
    padding-bottom: 0;
  }

  .heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading.light {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading.light.menu {
    display: none;
  }

  .heading.menu-item {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .about-section {
    padding: 2rem 0;
    overflow: visible;
  }

  .menu-item {
    flex-direction: column;
  }

  .decoration {
    background-color: var(--primary-indian-tmple);
  }

  .about-content {
    text-align: center;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .menu-grid {
    margin-top: 2rem;
    padding-left: 30px;
    padding-right: 20px;
  }

  .menu-image {
    object-fit: cover;
    width: 350px;
  }

  .info-wrapper {
    padding-left: 2.5rem;
  }

  .background-video {
    width: 100%;
    height: 100vh;
  }

  .heading-103 {
    margin-bottom: -131px;
    font-size: 2.9rem;
    line-height: 3.4rem;
  }

  .hero-image-overlay.top {
    background-image: linear-gradient(#000000a6, #0000);
    height: 100svh;
  }

  .container-5 {
    height: 50vh;
  }

  .hero-image-wrap-2 {
    display: none;
  }

  .hero_grid {
    align-items: center;
    height: 100vh;
    margin-bottom: 120px;
  }

  .text-size-medium-3.text-color-beige {
    font-size: 1rem;
    line-height: 1.5em;
    display: none;
  }

  .section-36.hero {
    display: none;
  }

  .mobile-version {
    background-image: linear-gradient(#00000080, #00000080);
    display: block;
  }

  .image-cover-2-copy-copy-cc-furnshing {
    z-index: 0;
  }

  .img-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .img-content-1 {
    width: 250px;
    height: 250px;
    font-size: 14px;
  }

  .img-content-1._2, .img-content-1._3 {
    width: 250px;
    height: 250px;
  }

  .section {
    padding-bottom: 0;
  }

  .head-2em {
    text-align: center;
    padding-left: 0;
  }

  .content-head-wrapper.horizontal {
    text-align: left;
  }

  .new-heaeding {
    text-align: center;
    padding-left: 0;
  }

  .div-aobut-us {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-section-copy {
    padding: 2rem 0;
    overflow: visible;
  }

  .vision-mission {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2rem 0;
    overflow: visible;
  }

  .head-2em-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    padding-left: 0;
  }

  .div-aobut-us-copy {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .head-2em-copy-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    padding-left: 0;
    font-size: 1em;
  }

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

  .paragraph-6 {
    font-size: 20px;
  }

  .projects-heading.for-last-section {
    margin-bottom: 10px;
  }

  .heading-99 {
    font-size: 36px;
    line-height: 120%;
  }

  .heading-99.white {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .button-primary {
    padding: 10px 60px;
    font-size: 16px;
  }

  .wide-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .head-2em-copy-copy-copy {
    text-align: center;
    padding-left: 0;
  }

  .heading-110 {
    color: var(--light-grey);
  }

  .desktiop-version {
    background-image: linear-gradient(#00000080, #00000080);
    display: block;
  }

  .desktop-version {
    z-index: 0;
  }

  ._23232 {
    font-size: 2.5rem;
  }

  .copy-medium-copy {
    font-size: 1.5rem;
    font-weight: 300;
  }

  .about-content-copy {
    text-align: center;
  }

  .page-intro-title-small-copy.is-best-in-class.text-large {
    text-align: center;
    font-size: 5vw;
  }

  .vision-mission-copy, .vision-mission-copy-copy {
    padding: 2rem 0;
    overflow: visible;
  }

  .link-2 {
    color: var(--background-color--background-primary);
    text-decoration: none;
  }

  .footer_top-layout {
    grid-template-columns: 1fr;
  }

  .header-wrap-two {
    padding-top: 8px;
  }

  .home-cta_heading.text-size-display {
    width: 100%;
    max-width: 300px;
    font-size: 4.5rem;
  }

  ._25662.text-size-display-copy {
    font-size: 3rem;
  }

  .offcanvas-main {
    display: none;
    overflow: auto;
  }

  .c_button_link {
    margin-bottom: 0;
    padding-bottom: 1em;
  }

  .spacer-32 {
    padding-bottom: 2rem;
    display: none;
  }

  .container-30 {
    width: 100%;
    padding-bottom: 0;
  }

  .home-hero_image {
    object-fit: cover;
    object-position: 60% 50%;
  }

  .header-area-two {
    padding-top: 0;
  }

  ._636363 {
    margin-bottom: 0;
    padding-bottom: 1em;
  }

  .container-2 {
    max-width: 500px;
    padding-top: 4em;
  }

  .offcanvas-nav-link, .offcanvas-nav-link.w--current {
    font-size: 2rem;
  }

  ._555 {
    font-size: 2.6em;
  }

  .bold-text-8 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .bold-text-9 {
    font-size: 2rem;
  }

  .what-we-do-intro {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2rem 0;
    overflow: visible;
  }

  ._25662-copy.text-size-display-copy {
    font-size: 2rem;
  }

  .paragraph-copy-for-what-we-do {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .vision-mission-copy-for-indias {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2rem 0;
    overflow: visible;
  }

  .heading-3 {
    font-size: 2.3rem;
    line-height: 3rem;
  }

  .section-hero {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000004d, #0000004d), url('../images/freepik__the-style-is-candid-image-photography-with-natural__91878.png');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    padding-bottom: 8rem;
  }

  .section-hero._1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/493b2cbe-a684-4d1f-a48f-499a5bc975ec.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero_heading-content {
    padding: 1rem 1rem .5rem;
  }

  .hero_heading-content.max-width-large {
    justify-content: center;
    max-width: 75rem;
  }

  .paragraph-38 {
    font-size: 1.2rem;
  }

  .heading-copy-for-youth-transformation {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading-copy-for-youth-transformation.light {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading-copy-for-youth-transformation.light.menu {
    display: none;
  }

  .heading-copy-for-youth-transformation.menu-item {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .section_layout1 {
    display: block;
  }

  .vision-mission-copy-for-the-role-of-arsha {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2rem 0;
    overflow: visible;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .vision-mission-copy-vission {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2rem 0;
    overflow: visible;
  }

  .a-call-to-the-youth-of-bharat {
    background-color: #fafafa;
  }

  .icon-1x1-small-2 {
    flex: none;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h6-2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .feature-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    overflow: auto;
  }

  .round_tab-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    height: auto;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .banner-right {
    flex-direction: column;
  }

  .feature-tab-content {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .padding-overflow-mobile {
    padding-left: 0;
    padding-right: 0;
  }

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

  .arrow-tab {
    flex: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feature_content-detail {
    grid-template-columns: 1fr;
    padding: 2rem 1.25rem;
  }

  .tab-text {
    flex: none;
  }

  .button-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subheader-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .heading-style-h2-3 {
    font-size: 1.75rem;
  }

  .bullet-wrapper-detail {
    flex-direction: column;
  }

  .banner-wrapper.is-green {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .round-tab {
    text-align: center;
    border-radius: 16px;
    flex: 0 auto;
    padding: 18px;
    font-size: .9rem;
  }

  .grid-six-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .list-item, .list-item-2, .list-item-4, .list-item-5, .list-item-6 {
    font-size: 1rem;
  }

  .day-name {
    font-size: 20px;
  }

  .day-date {
    font-size: 30px;
  }

  .feature_content-detail-copy, .feature_content-detail-programmes {
    padding: 2rem 1.25rem;
  }

  .heading-copy-for-aligned-mission-life {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading-copy-for-aligned-mission-life.light {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading-copy-for-aligned-mission-life.light.menu {
    display: none;
  }

  .heading-copy-for-aligned-mission-life.menu-item {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .layout240_list {
    grid-template-columns: 1fr;
    height: 300px;
  }

  .margin-bottom-780 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-45 {
    line-height: 1.5rem;
  }

  .heading-28 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .footer3_social-list {
    grid-column-gap: .9rem;
    place-items: center;
  }

  .icon-embed-xsmall-2, .icon-embed-xsmall-8-copy-copy {
    color: #fff;
  }

  .vision-mission-copy-for-the-role-of-arsha-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2rem 0;
    overflow: visible;
  }

  .home-content_wrapper-copy-for-guiding-principles-copy-for-guiding-priciples-home-copy-copy {
    background-color: #fff;
  }

  .div-block-15 {
    width: 80px;
    height: 80px;
  }

  .popup-card {
    border-width: 10px;
  }

  .images-container {
    justify-content: center;
    display: flex;
  }

  .popup-items {
    height: auto;
    padding: 40px 10px;
  }

  .popup-subheading {
    flex-flow: column wrap;
    width: 100%;
  }

  .pop-up-cover {
    display: none;
  }

  .popup-card-2 {
    border-width: 10px;
  }

  .image-708 {
    width: auto;
    height: auto;
  }

  .layout240_list-copy-for-contact-page {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }

  .section-hero-copy-55 {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000004d, #0000004d), url('../images/8b508b86-557e-4c6e-94d7-fa8483a6a6f8.webp');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    padding-bottom: 8rem;
  }

  .section-hero-copy-55._1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/493b2cbe-a684-4d1f-a48f-499a5bc975ec.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .layout240_list-copy-for-contact-page-copy {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }
}

#w-node-_537f3386-ba01-a993-629f-c0ea5128ac6a-4ba39b00, #w-node-_537f3386-ba01-a993-629f-c0ea5128ac71-4ba39b00, #w-node-_537f3386-ba01-a993-629f-c0ea5128ac77-4ba39b00, #w-node-_537f3386-ba01-a993-629f-c0ea5128ac7d-4ba39b00, #w-node-_537f3386-ba01-a993-629f-c0ea5128ac84-4ba39b00, #w-node-_537f3386-ba01-a993-629f-c0ea5128ac8a-4ba39b00, #w-node-_537f3386-ba01-a993-629f-c0ea5128ac90-4ba39b00, #w-node-_537f3386-ba01-a993-629f-c0ea5128ac96-4ba39b00, #w-node-_537f3386-ba01-a993-629f-c0ea5128ac9c-4ba39b00, #w-node-_537f3386-ba01-a993-629f-c0ea5128aca2-4ba39b00, #w-node-e0c4d91a-5083-6d4f-780f-be23ddea64e9-4ba39b00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0c4d91a-5083-6d4f-780f-be23ddea64ea-4ba39b00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0c4d91a-5083-6d4f-780f-be23ddea64eb-4ba39b00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0c4d91a-5083-6d4f-780f-be23ddea64fd-4ba39b00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-4ba39b03 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-4ba39b03 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-4ba39b03, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-4ba39b03, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-4ba39b03, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-4ba39b03, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-4ba39b03, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-4ba39b03, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-4ba39b03, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-4ba39b03, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-4ba39b03, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-4ba39b03, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-4ba39b03 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-4ba39b03 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-4ba39b03 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-4ba39b03, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-4ba39b03, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-4ba39b03 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-4ba39b03, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-4ba39b03, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-4ba39b03 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-4ba39b03, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-4ba39b03, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-4ba39b03 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-4ba39b03, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-4ba39b03, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-4ba39b03 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-4ba39b03, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-4ba39b03, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-4ba39b03 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-4ba39b03, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-4ba39b03, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-4ba39b03 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-4ba39b03, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-4ba39b03, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-4ba39b03 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-4ba39b03, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-4ba39b03, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-4ba39b03 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-4ba39b03, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-4ba39b03 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-4ba39b03 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-4ba39b03 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-4ba39b03, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-4ba39b03, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-4ba39b03, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-4ba39b03, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-4ba39b03, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-4ba39b03, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-4ba39b03 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-4ba39b03, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-4ba39b03, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-4ba39b03 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-4ba39b03, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-4ba39b03, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-4ba39b03 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-4ba39b03, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-4ba39b03, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-4ba39b03 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-4ba39b03, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-4ba39b03, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-4ba39b03 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-4ba39b03, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-4ba39b03, #w-node-ee961e8d-845a-edc3-3307-509470022457-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-4ba39b03 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-4ba39b03, #w-node-ee961e8d-845a-edc3-3307-50947002245b-4ba39b03, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-4ba39b03 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-4ba39b03, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-4ba39b03, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-4ba39b03 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-4ba39b03, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-4ba39b03, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-4ba39b03 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-4ba39b03, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-4ba39b03, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-4ba39b03 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-4ba39b03, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-4ba39b03, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-4ba39b03 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-4ba39b03, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-4ba39b03, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-4ba39b03 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-4ba39b03 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-4ba39b03 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-4ba39b03 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-4ba39b03 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-4ba39b03 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-4ba39b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-4ba39b03 {
  justify-self: start;
}

#w-node-_27a8746c-0d3b-d000-c373-9fb7e3475331-4ba39b05, #w-node-_132a4662-5e5d-513c-32de-4006a948da16-4ba39b05, #w-node-_132a4662-5e5d-513c-32de-4006a948da2d-4ba39b05, #w-node-_132a4662-5e5d-513c-32de-4006a948da41-4ba39b05, #w-node-_69467966-df1e-f2a8-1914-d297d34854b5-4ba39b05, #w-node-_08c7628a-6a17-0a5d-0ddb-08975eb9083d-4ba39b05, #w-node-bb517b30-3fe1-8602-b4a5-215cb116966b-4ba39b05, #w-node-cc3df6b1-81b5-95c5-096d-3d59ac1b09a9-4ba39b05, #w-node-_7e1957c8-c948-f01a-8417-a67ce6d6f66f-4ba39b05, #w-node-a0232bd8-07b4-c689-c55e-149e10ca53dd-4ba39b05, #w-node-b7d9d05b-bdd3-1cc7-2fc9-583df30cd756-4ba39b05, #w-node-b6eeca41-7a0e-f54d-83fc-c5d84866f5dc-4ba39b05, #w-node-ef65c0c0-a880-a1d8-9a3d-7181e36728c6-4ba39b05, #w-node-_317e4aed-cfa4-302e-1ca4-ab60501f3202-4ba39b05, #w-node-_7454c2e3-7902-e90b-7750-b5fc1fd319e9-4ba39b05, #w-node-e9988898-f568-d8aa-b0a0-611c3803ffa5-4ba39b05, #w-node-_132a4662-5e5d-513c-32de-4006a948da16-c35adfed, #w-node-_132a4662-5e5d-513c-32de-4006a948da2d-c35adfed, #w-node-_132a4662-5e5d-513c-32de-4006a948da41-c35adfed, #w-node-_69467966-df1e-f2a8-1914-d297d34854b5-c35adfed, #w-node-_08c7628a-6a17-0a5d-0ddb-08975eb9083d-c35adfed, #w-node-bb517b30-3fe1-8602-b4a5-215cb116966b-c35adfed, #w-node-cc3df6b1-81b5-95c5-096d-3d59ac1b09a9-c35adfed, #w-node-_7e1957c8-c948-f01a-8417-a67ce6d6f66f-c35adfed, #w-node-a0232bd8-07b4-c689-c55e-149e10ca53dd-c35adfed, #w-node-b7d9d05b-bdd3-1cc7-2fc9-583df30cd756-c35adfed, #w-node-b6eeca41-7a0e-f54d-83fc-c5d84866f5dc-c35adfed, #w-node-ef65c0c0-a880-a1d8-9a3d-7181e36728c6-c35adfed, #w-node-_317e4aed-cfa4-302e-1ca4-ab60501f3202-c35adfed, #w-node-_7454c2e3-7902-e90b-7750-b5fc1fd319e9-c35adfed, #w-node-e9988898-f568-d8aa-b0a0-611c3803ffa5-c35adfed, #w-node-_27a8746c-0d3b-d000-c373-9fb7e3475331-c35adfed, #w-node-ebd82356-1947-a570-5386-1a1204bfe8d7-c35adfed, #w-node-c167e1e5-476a-6f77-2e49-78b399ae5da1-3988ad15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c167e1e5-476a-6f77-2e49-78b399ae5da2-3988ad15 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c167e1e5-476a-6f77-2e49-78b399ae5da3-3988ad15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c167e1e5-476a-6f77-2e49-78b399ae5daf-3988ad15 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c0d92e5-6ba6-05a0-bf5b-ec9bd5f3e46f-35574171, #w-node-_6c0d92e5-6ba6-05a0-bf5b-ec9bd5f3e478-35574171, #w-node-_6c0d92e5-6ba6-05a0-bf5b-ec9bd5f3e45f-35574171, #w-node-_6c0d92e5-6ba6-05a0-bf5b-ec9bd5f3e468-35574171, #w-node-_6e6a5a2c-5bd8-f8c5-b9f2-72da8d5b1807-35574171, #w-node-_6e6a5a2c-5bd8-f8c5-b9f2-72da8d5b1810-35574171, #w-node-_6c0d92e5-6ba6-05a0-bf5b-ec9bd5f3e47f-35574171, #w-node-_6c0d92e5-6ba6-05a0-bf5b-ec9bd5f3e488-35574171, #w-node-_2c19906c-234d-acc3-65b0-699bf2a66471-35574171, #w-node-_2c19906c-234d-acc3-65b0-699bf2a6647a-35574171, #w-node-_0b748594-a1b6-29ad-a86a-557912c9dd98-35574171, #w-node-_0b748594-a1b6-29ad-a86a-557912c9dda1-35574171, #w-node-_8d44bfae-cdc1-848d-b379-5dc507be9ba3-35574171, #w-node-_8d44bfae-cdc1-848d-b379-5dc507be9bac-35574171, #w-node-c9b15ad4-c267-ebf0-8e79-cc8d72fd1811-35574171, #w-node-c9b15ad4-c267-ebf0-8e79-cc8d72fd181a-35574171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac8b80a8-8492-e67a-8a6d-24f5e660b5ee-23071439 {
  place-self: center;
}

#w-node-ac8b80a8-8492-e67a-8a6d-24f5e660b5f2-23071439 {
  place-self: center;
}

#w-node-_670f713e-e1bd-9b1e-0834-449ee42f98f6-23071439 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_670f713e-e1bd-9b1e-0834-449ee42f98f7-23071439 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_670f713e-e1bd-9b1e-0834-449ee42f98f8-23071439 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_670f713e-e1bd-9b1e-0834-449ee42f990a-23071439 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8664eef-c27d-8886-962e-ff2f1fe74ba5-9ac6d96d {
  place-self: center;
}

#w-node-b8664eef-c27d-8886-962e-ff2f1fe74ba9-9ac6d96d, #w-node-_39391e8f-8814-3ff1-7431-fdf53beefc11-9ac6d96d {
  place-self: center;
}

#w-node-_39391e8f-8814-3ff1-7431-fdf53beefc0d-9ac6d96d, #w-node-_71752634-e3b5-74e5-2d22-fd03839a3ca5-9ac6d96d {
  place-self: center;
}

#w-node-_71752634-e3b5-74e5-2d22-fd03839a3ca9-9ac6d96d, #w-node-e53a3191-4b5c-bef2-b8b8-fa3e63849f1c-9ac6d96d {
  place-self: center;
}

#w-node-e53a3191-4b5c-bef2-b8b8-fa3e63849f18-9ac6d96d, #w-node-_6aaa670c-f104-c74e-f1f2-132fa3c74fe1-9ac6d96d {
  place-self: center;
}

#w-node-_6aaa670c-f104-c74e-f1f2-132fa3c74fd8-9ac6d96d {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e0c4d91a-5083-6d4f-780f-be23ddea64ea-4ba39b00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0c4d91a-5083-6d4f-780f-be23ddea64eb-4ba39b00, #w-node-e0c4d91a-5083-6d4f-780f-be23ddea64f4-4ba39b00 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c167e1e5-476a-6f77-2e49-78b399ae5da2-3988ad15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c167e1e5-476a-6f77-2e49-78b399ae5da3-3988ad15, #w-node-c167e1e5-476a-6f77-2e49-78b399ae5da9-3988ad15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_670f713e-e1bd-9b1e-0834-449ee42f98f7-23071439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_670f713e-e1bd-9b1e-0834-449ee42f98f8-23071439, #w-node-_670f713e-e1bd-9b1e-0834-449ee42f9902-23071439 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6982c93b-ac91-850e-c721-f3462b149df7-2b149df2 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6982c93b-ac91-850e-c721-f3462b149dfe-2b149df2 {
    order: -9999;
  }

  #w-node-_6982c93b-ac91-850e-c721-f3462b149e20-2b149df2, #w-node-_6982c93b-ac91-850e-c721-f3462b149e31-2b149df2, #w-node-e812959e-d5ae-36e7-5bd0-73436e5eef33-c35adfed, #w-node-_385ceeb6-86ee-b98e-794d-00b7103251fd-50985119 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6982c93b-ac91-850e-c721-f3462b149df7-2b149df2 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6982c93b-ac91-850e-c721-f3462b149e20-2b149df2, #w-node-_6982c93b-ac91-850e-c721-f3462b149e31-2b149df2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e812959e-d5ae-36e7-5bd0-73436e5eef33-c35adfed, #w-node-_385ceeb6-86ee-b98e-794d-00b7103251fd-50985119 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Higuen Font';
  src: url('../fonts/Higuen-Font.zip') format('undefined'), url('../fonts/Higuen-Font.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Higuen Font';
  src: url('../fonts/Higuen-Font.zip') format('undefined');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Higuen Font';
  src: url('../fonts/Higuen-Font.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Higuen Font';
  src: url('../fonts/Higuen-Font.zip') format('undefined');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Higuen Font';
  src: url('../fonts/Higuen-Font.zip') format('undefined');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onlinewebfonts Com 574 E 84 C 970 C 0503 C 6 A 3 F 6416 Ff 4 Ffa 6 F';
  src: url('../fonts/OnlineWebFonts_COM_574e84c970c0503c6a3f6416ff4ffa6f.zip') format('undefined');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sulphurpoint';
  src: url('../fonts/SulphurPoint-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sulphurpoint';
  src: url('../fonts/SulphurPoint-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sulphurpoint';
  src: url('../fonts/SulphurPoint-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}