@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 850;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BlackItalic.woff2") format("woff2");
  font-weight: 850;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-HeavyItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/SF-Pro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/SF-Pro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
:root {
  font-size: 50%;
  line-height: 62.5%;
  /* Adjust this percentage for smaller text on mobile */
}

body {
  font-size: 1.6rem;
  /* Adjust the body font size for mobile */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #080808;
}

@media (min-width: 768px) {
  :root {
    font-size: 56.25%;
  }
}
@media (min-width: 992px) {
  :root {
    font-size: 62.5%;
  }
}
* {
  font-family: "Gilroy", "SF Pro", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline-style: dashed;
  outline-width: 0.05rem;
  outline-color: #9747ff;
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #080808;
  color: color(display-p3 0.0314 0.0314 0.0314);
}

.uppercase {
  text-transform: uppercase;
}

h0 {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h1 {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h2 {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h3 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h4 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h5 {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h6 {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p.p-body-xxxl {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p.p-body-xxl {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p.p-body-xl {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p.p-body-xl {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p.p-body-s {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p.p-body-s {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-margin-bottom {
  margin-bottom: 1.6rem;
}

button {
  outline: none;
  border: none;
  background: none;
}

.section-wrapper {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
  /* Removes the margin from the last section to maintain the wrapper's padding */
}
.section-wrapper section {
  margin-bottom: 6.4rem;
}
.section-wrapper section:last-child {
  margin-bottom: 0;
}
.section-wrapper section.nospace {
  margin-bottom: 0;
}

.g-para-group {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 2.4rem;
}

ul,
ol {
  margin-bottom: 0;
  padding-left: 2.4rem;
}

li {
  padding-left: 0.4rem;
}

a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

.row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 575px) {
  .row {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

body {
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
}

body {
  background-color: rgb(231, 214, 79);
  background-color: rgb(252, 227, 0);
  background-color: rgb(245, 229, 221);
  background-color: rgb(225, 224, 219);
  background-color: rgb(229, 226, 219);
}

nav {
  width: 100%;
  position: sticky;
  top: 0rem;
  right: 0rem;
  z-index: 1000; /* Ensure it stays above other elements */
  transition: opacity 200ms ease-in-out, background-color 200ms ease-in-out, top 200ms ease-in-out;
}
nav .v-nav-ctn .v-nav-banner {
  display: none;
  padding: 0.6rem 2.4rem 0.4rem 2.4rem;
  color: #f5f5f5;
  background-color: #080808;
  font-size: 1.4rem;
  font-weight: 500;
}
nav .v-nav-ctn .v-nav-main {
  display: flex;
  flex-direction: row;
  align-items: start;
  align-items: center;
  gap: 2.4rem;
  padding: 2rem 2.4rem 1.6rem 2.4rem;
}
nav .v-nav-ctn .h-nav-start {
  width: calc((100% - 12 * 2.4rem) / 12 * 2 + 1 * 2.4rem);
  margin-right: 2.4rem;
}
nav .v-nav-ctn .h-nav-center {
  width: calc((100% - 12 * 2.4rem) / 12 * 8 + 7 * 2.4rem);
  margin-right: 2.4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
nav .v-nav-ctn .h-nav-center a {
  text-decoration: none;
}
nav .v-nav-ctn .h-nav-center a .v-nav-text-ctn {
  transition: transform 200ms ease-in-out;
}
nav .v-nav-ctn .h-nav-center a:hover .v-nav-text-ctn {
  transform: translateY(-4px);
  transform: rotate(8deg);
}
nav .v-nav-ctn .h-nav-center a:active .v-nav-text-ctn {
  transform: translateY(-2px);
  transform: rotate(16deg);
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
nav .v-nav-ctn .h-nav-end {
  width: calc((100% - 12 * 2.4rem) / 12 * 2 + 1 * 2.4rem);
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 2.4rem;
}
nav.v-scrolled-pos .v-nav-ctn {
  background-color: rgba(231, 214, 79, 0.8);
  background-color: rgba(252, 227, 0, 0.8);
  background-color: rgba(245, 229, 221, 0.8);
  background-color: rgba(225, 224, 219, 0.8);
  background-color: rgba(229, 226, 219, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 500ms ease-in-out, background-color 200ms ease-in-out;
}
nav.v-scrolled-pos .v-nav-ctn:hover {
  background-color: rgb(231, 214, 79);
  background-color: rgb(252, 227, 0);
  background-color: rgb(245, 229, 221);
  background-color: rgb(225, 224, 219);
  background-color: rgb(229, 226, 219);
}
nav.v-scrolled-pos .v-nav-ctn.hide {
  transform: translateY(-100%);
}

footer {
  width: 100%;
}

section {
  width: 100%;
}
section .h-page-margin {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
section .h-content-ctn {
  max-width: 124rem;
  margin-left: auto;
  margin-right: auto;
}

.h-content-ctn.v-article-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 4rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.h-content-ctn img {
  width: 100%;
  height: auto;
  height: calc(100vh - 4.8rem);
  object-fit: cover;
  transition: border-radius ease-in-out 240ms;
}
.h-article-ctn {
  width: 100%;
  max-width: 460px;
  margin: auto;
}
@media (min-width: 768px) {
  .h-article-ctn {
    width: calc((100% - 12 * 2.4rem) / 12 * 8 + 7 * 2.4rem);
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .h-article-ctn {
    width: calc((100% - 12 * 2.4rem) / 12 * 8 + 7 * 2.4rem);
    max-width: unset;
  }
}
.h-article-ctn.v-article-header-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.6rem;
}
.h-article-ctn.v-article-content-ctn {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.4rem;
}

.t-heading-lg {
  font-size: 6rem;
  font-weight: 600;
  line-height: 120%;
}

.t-heading-md {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 130%;
}

.t-heading-sm {
  font-size: 1.6rem;
  font-weight: 500;
}

.t-body-lg {
  font-size: 3.6rem;
  font-weight: 600;
}

.t-body-md {
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
}

/*
.v-article-content-ctn {
	.t-body-md {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 130%;
	}
}
*/
.t-body-sm {
  font-size: 1.6rem;
  font-weight: 500;
}

.t-nav-md {
  font-size: 1.6rem;
  font-weight: 500;
}

.t-nav-sm {
  font-size: 1.6rem;
  font-weight: 600;
}

/*# sourceMappingURL=custom.css.map */
