:root {
  --relume-library-lite--rl-black: #fff;
  --relume-library-lite--rl-white: #141b19;
  --relume-library-lite--color: #2b3729;
  --relume-library-lite--font-family-2: "Encode Sans", sans-serif;
  --relume-library-lite--color-3: #f2ecd9;
  --relume-library-lite--font-family: "Instrument Serif", sans-serif;
  --relume-library-lite--color-4: #afa996;
  --relume-library-lite--rl-gray: #f4f4f4;
  --relume-library-lite--color-2: #fdfcf7;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.rl-padding-section-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.rl-padding-section-large._2 {
  padding-top: 2rem;
}

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

.rl_header26_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_header26_image-wrapper {
  border-radius: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rl-button {
  border: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  background-image: linear-gradient(135deg, var(--relume-library-lite--color), var(--relume-library-lite--rl-white));
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--color-3);
  text-align: center;
  padding: 1.5rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.rl_header26_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_header26_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_header26_image {
  border-radius: 80px;
  width: 100%;
  height: auto;
}

.rl_header26_content {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl-text-style-medium {
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--rl-black);
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium.is-white {
  color: #fff;
}

.rl-text-style-medium.width-max {
  width: auto;
  max-width: 620px;
}

.rl_section_header26 {
  background-color: var(--relume-library-lite--rl-white);
  background-image: url('../images/Ellipse-9.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.rl_section_header26.section1-lp {
  background-color: #141b1900;
  background-image: url('../images/Ellipse-9.png'), linear-gradient(180deg, #fff0, var(--relume-library-lite--rl-white) 80%);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.rl_header26_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-heading-style-h1 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
}

.rl-heading-style-h1.is-white {
  color: #fff;
  text-align: center;
  font-size: 5.5rem;
  line-height: 1;
}

.rl-heading-style-h1.h2 {
  font-family: var(--relume-library-lite--font-family-2);
  font-size: 3rem;
}

.rl-heading-style-h1.h1 {
  background-image: linear-gradient(90deg, var(--relume-library-lite--color-4), var(--relume-library-lite--rl-black) 56%, var(--relume-library-lite--color-3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 6.5rem;
}

.rl-heading-style-h1.date {
  background-image: radial-gradient(circle, #afa99696, #0000);
  border: 1px solid #ffffff3d;
  padding: 20px 46px;
  font-size: 1.8rem;
}

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

.rl-padding-global.div2-lp {
  padding-bottom: 7rem;
}

.rl-padding-global._2 {
  padding-bottom: 40px;
}

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

.rl_navbar3_tablet-menu-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.rl_navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.rl_navbar3_button {
  border: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  background-image: linear-gradient(90deg, var(--relume-library-lite--color-4), var(--relume-library-lite--color-3));
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .8rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
}

.rl_navbar3_button:hover {
  background-image: none;
  box-shadow: 3px 2px 20px 8px #ffffff59;
}

.rl_navbar3_button.button-cta {
  padding: 1.8rem 3.5rem;
  font-size: 1.1rem;
  transition: all .4s;
}

.rl_navbar3_button.button-cta:hover {
  background-image: none;
  transform: scale(1.1);
}

.rl_navbar3_button.button-header {
  padding: 1.8rem 4rem;
  font-size: 1.1rem;
}

.rl_navbar3_button.button-header.mainbutton {
  width: 100%;
}

.rl_navbar3_button.button-header.button-grupo {
  color: var(--relume-library-lite--rl-black);
  background-color: #45a730;
  background-image: none;
  width: 100%;
}

.rl_navbar3_button.button-header.button-grupo:hover {
  color: var(--relume-library-lite--color);
  background-color: #fff;
  box-shadow: 3px 2px 20px 1px #baffba59;
}

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

.rl_navbar3_menu-button {
  padding: 0;
}

.rl_navbar3_link {
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--rl-black);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .4s;
}

.rl_navbar3_link:hover {
  color: var(--relume-library-lite--color-4);
}

.rl_navbar3_link.w--current {
  color: #000;
}

.rl_navbar3_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px;
  position: absolute;
}

.rl_navbar3_menu-background {
  display: none;
  position: static;
}

.rl_navbar3_component {
  background-color: var(--relume-library-lite--rl-white);
  border-bottom: 1px solid #292929;
  align-items: center;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.rl_navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl_navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar3_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar3_dropdown-link.w--current {
  color: #000;
}

.rl_navbar3_dropdown-toggle {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.text-block {
  color: var(--relume-library-lite--rl-black);
  margin-top: 10px;
}

.div-block {
  background-color: #00000038;
  background-image: radial-gradient(circle closest-corner, #afa99670, #fff0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #25252533;
  border: 1px solid #3a3a3a;
  width: 100%;
  padding: 10px;
}

.text-block-2 {
  color: var(--relume-library-lite--rl-black);
  font-size: 1.125rem;
}

.div-block-3 {
  width: 100%;
  display: block;
}

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

.rl-heading-style-h6 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.section_logo2 {
  background-color: var(--relume-library-lite--rl-white);
  background-image: url('../images/Ellipse-9.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo2_content-left {
  max-width: none;
}

.logo2_logo {
  max-height: 3.5rem;
}

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rl-heading-style-h2 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl_layout192_image-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rl_layout192_content {
  max-width: 80%;
}

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

.rl_layout192_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.rl_layout192_component.div-padding {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2b372900;
  border: 1px #ffffff26;
  padding: 10px;
}

.rl_section_layout192 {
  background-color: var(--relume-library-lite--rl-white);
  background-image: url('../images/Ellipse-9.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

.rl-text-style-subheading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout192_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout192_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

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

.investor-grid.contained {
  grid-template-rows: auto;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.investor-grid.contained.grid2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.custom-styles {
  display: none;
}

.card {
  background-color: var(--relume-library-lite--color);
  cursor: pointer;
  background-image: linear-gradient(#fff0, #ffffff0d);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-content {
  opacity: .85;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  position: relative;
}

.content-wrapper {
  z-index: 2;
  color: #c2cadd;
  text-align: center;
  max-width: 420px;
  padding: 2rem;
  line-height: 1.3;
  position: relative;
}

.card-heading {
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--color-3);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl_layout242_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular {
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl_layout242_icon {
  width: 3rem;
  height: 3rem;
}

.rl_layout242_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.rl_section_layout242 {
  background-color: var(--relume-library-lite--rl-white);
  background-image: url('../images/Ellipse-9.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 2rem;
}

.rl_layout242_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_layout242_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout242_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-heading-style-h3 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl_layout242_heading-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.rl_layout242_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.rl_layout237_spacing-block-6 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_layout237_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_layout237_component-copy {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_layout237_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.rl_layout237_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_section_layout237 {
  background-color: var(--relume-library-lite--rl-white);
  background-image: url('../images/Ellipse-9.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout237_icon {
  width: 300px;
  max-width: none;
  height: auto;
}

.rl_layout237_icon.ajust {
  width: 220px;
}

.rl_layout237_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout237_item {
  background-color: #141b1900;
  background-image: radial-gradient(circle farthest-side at 50% 100%, var(--relume-library-lite--color), #fff0);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  border: 1px solid #ffffff3d;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout237_spacing-block-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout237_heading-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_layout237_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.header5_component {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.rl_section_header5 {
  background-image: none;
  background-position: 0 0;
  position: relative;
}

.rl_header5_content {
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  display: flex;
}

.rl-button-secondary-alternate {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.rl_footer4_link {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_component {
  background-color: var(--relume-library-lite--rl-white);
  background-image: url('../images/Ellipse-9.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_legal-link {
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--rl-black);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

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

.rl_footer4_logo-link.mobile {
  display: none;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_social-list {
  grid-column-gap: 1rem;
  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;
  justify-content: center;
  place-items: flex-start start;
  padding-top: 10px;
  display: flex;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: grid;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer4_credit-text {
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--rl-black);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-social-icon {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.text-span {
  font-family: var(--relume-library-lite--font-family);
  font-weight: 400;
}

.italic-text {
  color: var(--relume-library-lite--color-3);
  font-size: 3.5rem;
}

.heading {
  font-family: var(--relume-library-lite--font-family-2);
  font-weight: 400;
}

.txt {
  font-family: var(--relume-library-lite--font-family-2);
  text-align: center;
  font-weight: 400;
}

.background-video {
  z-index: -2;
  height: 100%;
  max-height: 82rem;
  position: absolute;
  inset: 0%;
}

.italic-text-2, .text-span-2 {
  color: var(--relume-library-lite--color-3);
}

.div-block-4 {
  z-index: -1;
  background-color: #00000061;
  position: absolute;
  inset: 0%;
}

.image {
  width: 30px;
}

.quick-stack-2 {
  width: 100%;
  margin-top: 40px;
  padding: 0;
}

.cell-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--relume-library-lite--color), #fff0 66%);
  text-align: center;
  border: 1px solid #ffffff26;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
}

.text-block-3 {
  border: 1px solid var(--relume-library-lite--color);
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--color-3);
  background-color: #141b198f;
  padding: 5px 10px;
}

.div-block-5 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-bottom: 20px;
  display: flex;
}

.image-2 {
  width: 80px;
  margin-top: 20px;
  position: static;
  inset: auto 0% 0% auto;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.rl-error-message {
  background-color: red;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

.rl-heading-style-h2-2 {
  background-image: linear-gradient(90deg, var(--relume-library-lite--color-4), var(--relume-library-lite--rl-black) 47%, var(--relume-library-lite--color-4));
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl-error-text {
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  font-weight: 500;
}

.rl_contact1_form-field-wrapper {
  position: relative;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  opacity: .4;
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_contact1_heading-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

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

.rl-checkbox-label-small {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-success-message {
  background-color: #8cff8300;
  padding: 1.5rem;
}

.rl_contact1_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_section_contact1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button-2 {
  border: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  background-image: linear-gradient(90deg, var(--relume-library-lite--color-4), var(--relume-library-lite--color-3));
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  transition: all .4s;
}

.rl-button-2:hover {
  background-image: none;
  transform: scale(1.1);
}

.rl-success-text {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-black);
  background-color: #8cff8300;
  padding: 0 0 .5em;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  display: block;
}

.rl_contact1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  opacity: .6;
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  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;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl-text-style-medium-2 {
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl_contact1_spacing-block-3 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_contact1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl_contact1_button-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-text-style-subheading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_contact1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 0;
}

.rl_contact1_form-block.form-lp {
  max-width: none;
}

.rl-field-label {
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--rl-black);
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
}

.width-max {
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--rl-black);
  width: 520px;
  font-size: 18px;
  line-height: 24px;
}

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

.pop-up {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.c-modal_overlay {
  z-index: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.text-block-4 {
  color: #747474;
  letter-spacing: 1px;
  background-color: #14142b0f;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 5px 20px;
  font-size: 12px;
  display: inline-block;
  overflow: visible;
}

.flex-block-3 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-24 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.link-block-3 {
  transition: all .2s;
  position: absolute;
  inset: 40px 40px auto auto;
}

.link-block-3:hover {
  opacity: .5;
  transform: scale(.8);
}

.image-20 {
  filter: invert();
  position: static;
  inset: 5% 4% auto auto;
}

.c-modal {
  z-index: 1;
  background-color: var(--relume-library-lite--rl-white);
  background-image: linear-gradient(0deg, #000, #fff0 39%);
  border-radius: 0;
  width: auto;
  max-height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 60px 40px;
  display: flex;
  position: absolute;
  overflow: auto;
}

.heading-2 {
  text-align: center;
  margin-bottom: 40px;
}

.div-block-23 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #eb1316;
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  padding: 26px 38px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #cd1517;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary.wpp {
  background-color: #eb1316;
}

.div-block-25 {
  padding-bottom: 40px;
  display: block;
}

.text-block-5 {
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--rl-black);
  display: block;
}

.youtube {
  display: none;
}

.button {
  background-color: var(--relume-library-lite--color);
  font-family: var(--relume-library-lite--font-family-2);
  width: 100%;
  padding: 1.5em 4em;
  font-size: 16px;
}

.button.button-wpp {
  background-color: #47c732;
  font-weight: 500;
  transition: all .4s;
}

.button.button-wpp:hover {
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  box-shadow: 0 2px 20px 8px #fff3;
}

.italic-text-3 {
  color: var(--relume-library-lite--color-3);
  font-weight: 500;
}

.image-21 {
  max-width: 120px;
}

.text-span-3 {
  color: var(--relume-library-lite--rl-black);
  text-decoration: none;
}

.div-block-26 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-27 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.div-block-27.none {
  display: none;
}

.body {
  background-color: var(--relume-library-lite--rl-white);
}

.text-block-6 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-black);
  margin-top: 20px;
  font-size: 18px;
  display: none;
}

.text-span-4 {
  color: red;
}

.swiper-slide {
  z-index: 0;
  flex: none;
  transition: transform .3s;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-prev {
  z-index: 1;
  background-color: var(--relume-library-lite--color-3);
  color: #0b0c0b;
  cursor: pointer;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 50% -1%;
}

.swiper-button-prev:hover {
  background-color: var(--relume-library-lite--rl-black);
}

.swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  background-color: #affb42;
}

.swiper-button-next {
  z-index: 1;
  background-color: var(--relume-library-lite--color-3);
  color: #0b0c0b;
  cursor: pointer;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1% 50% auto;
}

.swiper-button-next:hover {
  background-color: var(--relume-library-lite--rl-black);
}

.swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  background-color: #affb42;
}

.slider-image {
  opacity: 1;
  border-radius: 1rem;
  max-width: 80%;
  max-height: 680px;
  transition: opacity .5s;
}

.section-project {
  background-image: url('../images/Ellipse-9.png');
  background-position: 50% 0;
  background-size: auto;
  background-attachment: fixed;
}

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

.slider-custom-style {
  display: none;
}

.swrper_component {
  position: relative;
}

.swiper-pagination {
  display: none;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.swiper-wrapper {
  display: flex;
}

.div-block-28 {
  height: 7rem;
}

.div-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.embed-hover {
  opacity: 1;
}

.embed-hover:hover {
  opacity: 100;
}

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

.rl_banner7_component {
  z-index: 99;
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #141b1980;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.rl_banner7_icon {
  width: 4.5rem;
  height: 2rem;
}

.rl-text-style-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_banner7_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--color-3);
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .4rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_banner7_content-wrapper {
  justify-content: center;
  align-items: center;
  padding: .95rem 3rem .75rem;
  display: flex;
  position: relative;
}

.rl_banner7_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.rl_banner7_icon-wrapper {
  flex: none;
}

.rl_banner7_heading {
  font-family: var(--relume-library-lite--font-family-2);
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_banner7_close-button {
  color: var(--relume-library-lite--rl-black);
  position: absolute;
  inset: auto 0% auto auto;
}

.code-embed {
  width: 100%;
  padding-top: 0%;
}

.data {
  display: none;
}

.italic-text-4 {
  color: var(--relume-library-lite--color-3);
}

.uui-logos04_list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  white-space: nowrap;
  object-fit: contain;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.text-block-7 {
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 32px;
}

.section-6 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  object-position: 50% 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-section_logos04 {
  overflow: hidden;
}

.uui-logo-loop_component {
  height: 5rem;
  margin-top: 0;
  overflow: hidden;
}

.container-6 {
  max-width: none;
  overflow: hidden;
}

.uui-logo-loop_inner {
  box-sizing: content-box;
  aspect-ratio: auto;
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--color-3);
  object-fit: contain;
  justify-content: center;
  align-items: stretch;
  height: 80px;
  display: flex;
  position: absolute;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.submit-button {
  color: #fff;
  background-color: #5b3acc;
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.form-item-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-wrapper {
  min-height: 100vh;
  display: flex;
}

.slide-wrapper.form-step {
  display: none;
}

.slide-wrapper.form-step.is-active {
  display: flex;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: static;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.checkbox-base {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 80px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.slide-content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 3% 140px;
  display: flex;
  position: relative;
}

.checkbox-icon {
  z-index: 9;
  background-color: #2929290d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.slide-counter {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  display: flex;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.checkbox-text-wrapper {
  z-index: 9;
  cursor: pointer;
  position: relative;
}

.checkbox-field {
  font-family: var(--relume-library-lite--font-family-2);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 150px;
  height: auto;
  margin-left: 6px;
  margin-right: 6px;
  font-weight: 300;
  display: flex;
}

.logo {
  width: 230px;
  margin-bottom: 40px;
}

.form-section-title {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-white);
  margin-bottom: 12px;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.checkbox-h4 {
  font-family: var(--relume-library-lite--font-family-2);
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.dot {
  background-color: #5b617c1a;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot.active-dot {
  background-color: #5b617c;
}

.icon {
  width: 25px;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.text-field {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.text-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field::placeholder {
  color: #61728375;
}

.slider-left {
  color: #fff;
  background-color: #151c340f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: #151c3426;
}

.slider {
  background-color: #0000;
  height: auto;
  min-height: 850px;
  position: relative;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.form-paragraph {
  font-family: var(--relume-library-lite--font-family-2);
  color: #5b617c;
  max-width: 550px;
  font-size: 18px;
  line-height: 23px;
}

.success-message {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--rl-black);
  letter-spacing: 1px;
  background-color: #147e29;
  height: 100%;
  padding: 50px;
  font-size: 20px;
}

.button-wrap {
  width: 100%;
  display: flex;
}

.slider-right {
  background-color: var(--relume-library-lite--color);
  font-family: var(--relume-library-lite--font-family-2);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  transition: all .2s;
}

.slider-right:hover {
  background-color: var(--relume-library-lite--color-4);
  font-family: var(--relume-library-lite--font-family-2);
  font-size: 18px;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}

.form-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 490px;
  max-width: 560px;
  margin-bottom: -20px;
  display: flex;
}

.field-label {
  font-family: var(--relume-library-lite--font-family-2);
  color: #617283;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.text-block-8 {
  font-family: var(--relume-library-lite--font-family);
  color: var(--relume-library-lite--color-4);
  font-size: 24px;
  font-weight: 400;
}

.div-block-30 {
  width: 100%;
  margin-top: 20px;
}

.radio-button {
  border: 1px #000;
  width: 30px;
  height: 30px;
}

.radio-button-field {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--relume-library-lite--rl-gray);
  border: 1px #000;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.step-error {
  color: var(--relume-library-lite--rl-black);
  background-color: #db1d1d;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_header26_content {
    margin-bottom: 4.5rem;
  }

  .rl_section_header26 {
    overflow: hidden;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl_navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .rl_menu-icon3_line-top {
    background-color: var(--relume-library-lite--rl-black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .rl_menu-icon3 {
    color: var(--relume-library-lite--rl-black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .rl_navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
    display: none;
  }

  .rl_navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .rl_navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl_navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .rl_navbar3_component {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #141b1980;
    position: fixed;
    inset: 0% 0% auto;
  }

  .rl_navbar3_container {
    grid-auto-columns: 1fr;
    display: flex;
  }

  .rl_navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .rl_menu-icon3_line-bottom {
    background-color: var(--relume-library-lite--rl-black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon3_line-middle {
    background-color: var(--relume-library-lite--rl-black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .rl_navbar3_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100vh;
    margin-left: 0;
    padding-bottom: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

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

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

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_component {
    grid-column-gap: 3rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_layout192_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl_section_layout192 {
    overflow: hidden;
  }

  .investor-grid.contained {
    grid-template-columns: 1fr 1fr;
  }

  .card {
    height: 10rem;
  }

  .rl-text-style-regular {
    max-width: none;
  }

  .rl_section_layout242 {
    overflow: hidden;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

  .rl_layout242_content {
    grid-column-gap: 2rem;
  }

  .rl_layout237_spacing-block-6 {
    padding-bottom: 3.5rem;
  }

  .rl_layout237_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_layout237_content {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .rl_section_layout237 {
    overflow: hidden;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_section_header5 {
    overflow: hidden;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

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

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2.5rem;
  }

  .pop-up {
    display: none;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .rl_banner7_icon-wrapper {
    display: none;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .slide-content {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 767px) {
  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_header26_spacing-block-2, .rl_header26_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_header26_content {
    margin-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl-heading-style-h1.is-white {
    font-size: 4rem;
  }

  .rl_navbar3_button {
    padding: .25rem 1rem;
  }

  .rl_navbar3_button.w--current {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .rl_navbar3_button.button-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_navbar3_button.mobile-button {
    padding: .5rem 1.5rem;
  }

  .rl_navbar3_component {
    min-height: 4rem;
  }

  .rl_navbar3_menu {
    width: 90vw;
  }

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

  .text-block-2 {
    font-size: .8rem;
  }

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

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_logo {
    max-height: 3rem;
  }

  .logo2_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl-heading-style-h2 {
    font-size: 3rem;
  }

  .rl_layout192_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout192_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout192_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .card-heading {
    margin-top: 10px;
  }

  .rl_layout242_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout242_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_layout242_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h3 {
    font-size: 3rem;
  }

  .rl_layout242_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout237_spacing-block-6 {
    padding-bottom: 2.5rem;
  }

  .rl_layout237_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_layout237_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout237_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout237_spacing-block-2, .rl_layout237_spacing-block-5 {
    padding-bottom: 1.25rem;
  }

  .rl_layout237_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_header5_content {
    justify-content: flex-start;
    align-items: center;
  }

  .rl_footer4_top-wrapper {
    flex-flow: column;
  }

  .rl_footer4_logo-link.desktop {
    display: none;
  }

  .rl_footer4_logo-link.mobile {
    display: block;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center;
    display: flex;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl_footer4_logo {
    width: 360px;
  }

  .cell-2 {
    padding-bottom: 40px;
  }

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

  .rl-heading-style-h2-2 {
    font-size: 3rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2rem;
  }

  .rl_contact1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .width-max {
    width: auto;
  }

  .pop-up {
    display: none;
  }

  .c-modal {
    max-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .slider-image {
    max-width: 100%;
    max-height: none;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-spacing.project {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-29 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rl_banner7_content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    position: static;
  }

  .rl_banner7_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 1.5rem;
  }

  .rl_banner7_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-logos04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .uui-section_logos04 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 400px;
    display: flex;
    overflow: hidden;
  }

  .uui-logo-loop_component {
    height: 4rem;
    display: block;
    overflow: hidden;
  }

  .container-6 {
    overflow: hidden;
  }

  .uui-logo-loop_inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row;
    justify-content: center;
    height: 80px;
    display: flex;
    overflow: hidden;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-wrapper {
    width: 100%;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .slider {
    height: auto;
  }

  .form-content {
    width: 100%;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-padding-section-large._2 {
    padding-top: 4rem;
  }

  .rl_header26_content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rl-text-style-medium {
    max-width: none;
    font-size: 1.1rem;
  }

  .rl-text-style-medium.width-max {
    width: auto;
    max-width: none;
  }

  .rl_section_header26.section1-lp {
    background-image: linear-gradient(180deg, #fff0 7%, var(--relume-library-lite--rl-white) 66%);
  }

  .rl_header26_component {
    padding-top: 0;
  }

  .rl-heading-style-h1.h2 {
    font-size: 1.4rem;
  }

  .rl-heading-style-h1.h1 {
    padding: 5px 5px 20px;
    font-size: 4.5rem;
    line-height: 1;
  }

  .rl-heading-style-h1.date {
    font-size: 1.6rem;
  }

  .rl_navbar3_button.button-cta {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .rl_navbar3_button.button-header.mainbutton {
    white-space: normal;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
  }

  .rl_navbar3_button.mobile-button {
    display: block;
  }

  .rl_navbar3_container {
    display: flex;
  }

  .div-block {
    display: none;
  }

  .rl-padding-section-medium {
    padding-top: 6rem;
  }

  .logo2_logo-list {
    justify-content: center;
  }

  .rl-heading-style-h2 {
    text-align: center;
  }

  .rl_layout192_content {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .rl_layout192_component.div-padding {
    flex-flow: column;
    display: flex;
  }

  .investor-grid.contained {
    grid-template-columns: 1fr;
  }

  .rl-text-style-regular, .rl-heading-style-h3 {
    text-align: center;
  }

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

  .rl_layout237_content {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rl_layout237_icon {
    width: 180px;
  }

  .rl_layout237_icon.ajust {
    width: 120px;
  }

  .rl_layout237_item {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .rl_header5_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rl_footer4_legal-link, .rl_footer4_credit-text {
    text-align: center;
  }

  .rl_footer4_logo {
    width: 240px;
  }

  .italic-text {
    font-size: 2.5rem;
  }

  .background-video {
    max-height: 72rem;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .div-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .rl_contact1_form-block.form-lp {
    max-width: 20rem;
  }

  .pop-up {
    display: none;
  }

  .div-block-24 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .link-block-3 {
    top: 20px;
    right: 20px;
  }

  .c-modal {
    max-height: 82%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---btn-primary.wpp {
    font-size: 18px;
    line-height: 26px;
  }

  .swiper-slide {
    width: 88%;
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 2.4rem;
    height: 2.4rem;
  }

  .slider-image {
    object-fit: fill;
    max-width: none;
    height: auto;
    min-height: auto;
  }

  .div-block-29 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .rl_banner7_button {
    width: 100%;
    font-size: .875rem;
  }

  .rl_banner7_content {
    flex-flow: column;
  }

  .rl_banner7_heading {
    font-size: .875rem;
  }

  .uui-logos04_list {
    justify-content: center;
    overflow: visible;
  }

  .uui-logo-loop_component {
    display: block;
  }

  .uui-logo-loop_inner {
    flex-flow: row;
    position: static;
  }

  .uui-logos-loop-css-embed {
    overflow: hidden;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .checkbox-base {
    margin-bottom: 15px;
  }

  .slide-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .form-content {
    width: 100%;
  }
}

#w-node-_5579599d-5dbd-b92d-d884-056c6456e0f0-3f157497 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5579599d-5dbd-b92d-d884-056c6456e0f2-3f157497 {
  justify-self: start;
}

#w-node-_51c89396-dec0-041c-11cd-f6f4cd4b886e-3f157497 {
  justify-self: end;
}

#w-node-e05565d7-6b7a-1c04-6172-4eedd7a14f52-3f157497 {
  align-self: auto;
}

#w-node-e9e8e9fb-9747-1ee2-4f85-7307bb866a9e-3f157497 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-3f157497 {
  justify-self: start;
}

#w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bc0-3f157497 {
  justify-self: end;
}

#w-node-_4390b38f-140c-370e-f6be-cf12ef0973e6-f024bb39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4390b38f-140c-370e-f6be-cf12ef0973e8-f024bb39 {
  justify-self: start;
}

#w-node-e9e8e9fb-9747-1ee2-4f85-7307bb866a9e-f024bb39 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_96e53291-079e-dfbd-631a-0fa8e25798ae-f024bb39 {
  align-self: auto;
}

#w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-f024bb39 {
  justify-self: start;
}

#w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bc0-f024bb39 {
  justify-self: end;
}

#w-node-_5579599d-5dbd-b92d-d884-056c6456e0f0-313efd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5579599d-5dbd-b92d-d884-056c6456e0f2-313efd5f, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-313efd5f {
  justify-self: start;
}

#w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bc0-313efd5f {
  justify-self: end;
}

#w-node-_4390b38f-140c-370e-f6be-cf12ef0973e6-2da24c06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4390b38f-140c-370e-f6be-cf12ef0973e8-2da24c06, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-2da24c06 {
  justify-self: start;
}

#w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bc0-2da24c06 {
  justify-self: end;
}

#w-node-e75e1ba9-c922-08ec-3b8f-8cfbd064d742-38b6ecf6, #w-node-e75e1ba9-c922-08ec-3b8f-8cfbd064d745-38b6ecf6, #w-node-e75e1ba9-c922-08ec-3b8f-8cfbd064d748-38b6ecf6, #w-node-e75e1ba9-c922-08ec-3b8f-8cfbd064d75e-38b6ecf6, #w-node-e75e1ba9-c922-08ec-3b8f-8cfbd064d761-38b6ecf6, #w-node-e75e1ba9-c922-08ec-3b8f-8cfbd064d764-38b6ecf6, #w-node-c0e94380-319a-92f2-f850-12a0bccb8177-38b6ecf6, #w-node-c0e94380-319a-92f2-f850-12a0bccb817a-38b6ecf6, #w-node-c0e94380-319a-92f2-f850-12a0bccb817d-38b6ecf6, #w-node-c0e94380-319a-92f2-f850-12a0bccb8193-38b6ecf6, #w-node-c0e94380-319a-92f2-f850-12a0bccb8196-38b6ecf6, #w-node-c0e94380-319a-92f2-f850-12a0bccb8199-38b6ecf6 {
  justify-self: center;
}

#w-node-e9e8e9fb-9747-1ee2-4f85-7307bb866a9e-38b6ecf6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_96e53291-079e-dfbd-631a-0fa8e25798ae-38b6ecf6 {
  align-self: auto;
}

#w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-38b6ecf6 {
  justify-self: start;
}

#w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bc0-38b6ecf6 {
  justify-self: end;
}

#w-node-d4fb7869-eabc-eeac-6dd8-aa2c4db93f33-402d4c32, #w-node-c5c2fa47-90c5-4a9b-768c-c31de794fb0f-402d4c32, #w-node-_924957e7-04a3-7940-8761-7bf1a1793158-402d4c32, #w-node-_33f4825c-5751-bca9-8d17-0eef4536c1b6-402d4c32, #w-node-b0198fc1-f28f-f9d3-7f10-2a78ad2e6c98-402d4c32, #w-node-_9ecac820-7cc6-5677-ef22-d6d3ec076a2a-402d4c32, #w-node-_12adcf6a-35cd-5bf1-f8ee-a2dde0a2e998-402d4c32, #w-node-bb28b8d7-9667-c987-ee39-75f4d4f76845-402d4c32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a181a00-da0e-a58a-5faa-a2abd442f45e-402d4c32 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-3f157497, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bc0-3f157497, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-f024bb39, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bc0-f024bb39, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-313efd5f, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bc0-313efd5f, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-2da24c06, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bc0-2da24c06, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-38b6ecf6, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bc0-38b6ecf6, #w-node-_7a181a00-da0e-a58a-5faa-a2abd442f45e-402d4c32 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ecb960bb-f1f8-32c2-bdd0-b31ac4ed07a5-3f157497 {
    order: -9999;
  }

  #w-node-e9e8e9fb-9747-1ee2-4f85-7307bb866a9e-3f157497 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bcf-3f157497 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ecb960bb-f1f8-32c2-bdd0-b31ac4ed07a5-f024bb39 {
    order: -9999;
  }

  #w-node-e9e8e9fb-9747-1ee2-4f85-7307bb866a9e-f024bb39 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bcf-f024bb39, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bcf-313efd5f, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bcf-2da24c06 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ecb960bb-f1f8-32c2-bdd0-b31ac4ed07a5-38b6ecf6 {
    order: -9999;
  }

  #w-node-e9e8e9fb-9747-1ee2-4f85-7307bb866a9e-38b6ecf6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bcf-38b6ecf6, #w-node-_7a181a00-da0e-a58a-5faa-a2abd442f46a-402d4c32 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bde88534-60bf-869a-3e97-448981e10436-3f157497, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-3f157497, #w-node-bde88534-60bf-869a-3e97-448981e10436-f024bb39, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-f024bb39, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-313efd5f, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-2da24c06, #w-node-bde88534-60bf-869a-3e97-448981e10436-38b6ecf6, #w-node-b8fc6ab2-9a7b-3b50-2031-3deeb03a7bb3-38b6ecf6, #w-node-_7a181a00-da0e-a58a-5faa-a2abd442f45e-402d4c32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


