:root {
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

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

body {
  color: #000;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.btn-header {
  text-transform: uppercase;
  margin-right: 0;
  padding: .7rem 2rem;
  font-size: 1rem;
}

.btn-small {
  text-transform: uppercase;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .875rem;
  display: block;
}

.btn-medium {
  text-transform: uppercase;
  margin-right: 0;
  padding: .7rem 2rem;
  font-size: 1.125rem;
}

.btn-large {
  text-transform: uppercase;
  margin-right: 0;
  padding: 1rem 2rem;
  font-size: 1.25rem;
}

.txt14 {
  color: #f2f2f2;
  padding-bottom: 2rem;
  font-size: .875rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.txt16 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.txt18 {
  font-size: 1.125rem;
  line-height: 1.4em;
}

.txt20 {
  font-size: 1.25rem;
  line-height: 1.4em;
}

.txt20.cc-80per {
  width: 80%;
}

.txt20.cc-70per {
  width: 70%;
}

.cc-mt16 {
  margin-top: 1rem;
}

.cc-mt36 {
  margin-top: 2rem;
}

.cc-mt48 {
  margin-top: 3rem;
}

.cc-mb16 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.cc-mb24 {
  margin-bottom: 1.66em;
  font-size: 1.5rem;
}

.cc-mb36 {
  margin-bottom: 2rem;
  font-size: 2.25rem;
}

.cc-mb40 {
  margin-bottom: 2.77em;
  font-size: 2.5rem;
}

.cc-mb56 {
  margin-bottom: 3.5rem;
}

.cc-txt-strong {
  font-size: 1vw;
  font-weight: 700;
}

.cc-wrap-bg-blue {
  color: #fff;
  background-color: #1b51c7;
}

.list-item {
  color: #000;
  font-size: 1rem;
}

.section {
  max-width: 1440px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 11.25em 0;
}

.section.cc-wrap-bg-light {
  max-width: 1960px;
}

.section.cc-wrap-bg-light.bin-7-7 {
  margin-top: 7rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.container {
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.par0 {
  font-size: 1vw;
  line-height: 1.2em;
}

.par16 {
  margin-bottom: .7rem;
  font-size: 1rem;
  line-height: 1.4em;
}

.par18 {
  margin-bottom: .7rem;
  font-size: 1.125rem;
  line-height: 1.4em;
}

.cc-wrap-bg-light {
  background-color: #f2f2f2;
}

.cc-mb6 {
  margin-bottom: .41em;
  font-size: .375rem;
}

.cc-mb12 {
  margin-bottom: .83em;
  font-size: .75rem;
}

.cc-mt8 {
  margin-top: .5rem;
}

.cc-mt8:hover {
  text-decoration: underline;
}

.par-empty {
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 1.2em;
  display: none;
}

.par24 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4em;
}

.par20 {
  margin-bottom: .7rem;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.par20.cc-mt24 {
  margin-bottom: .7rem;
}

.h1 {
  font-size: 4rem;
  line-height: 1em;
}

.h1.cc-mb12 {
  font-size: 3.8rem;
  line-height: 1em;
}

.h1.cc-mb6.cc-80per {
  width: 80%;
  font-size: 4rem;
  line-height: 1.1em;
}

.h2 {
  text-align: left;
  margin-top: 0;
  font-size: 3.5rem;
  line-height: 1.2em;
}

.h3 {
  font-size: 2rem;
  line-height: 1.2em;
}

.h4 {
  font-size: 1.5rem;
}

.blackquote {
  color: #d4d4bc;
  background-color: #2e2d29;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.blackquote.cc-tm0 {
  margin-top: 0;
}

.link-block {
  text-decoration: none;
  display: block;
}

.link-block-2, .link-block-3 {
  display: block;
}

.link-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
}

.link-header:hover {
  border-bottom: 1px solid #fff;
}

.link-header.w--current {
  color: #1b51c7;
  border-bottom: 2px solid #1b51c7;
  padding-bottom: 1rem;
  font-weight: 700;
}

.link-footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.link-content {
  color: #1b51c7;
  padding-bottom: 3px;
  font-weight: 400;
  text-decoration: none;
}

.link-content:hover {
  border-bottom: 1px solid #1b51c7;
  padding-bottom: 1px;
}

.cc-mt24 {
  margin-top: 1.5rem;
}

.link {
  color: #1b51c7;
  font-size: 1rem;
  text-decoration: none;
}

.link:hover {
  color: #012d68;
  text-decoration: underline;
}

.cc-wrap-color-white {
  color: #fff;
}

.list {
  font-size: 1rem;
  line-height: 1.4em;
}

.btn-footer {
  text-transform: uppercase;
  background-color: #1b51c7;
  margin-top: .5rem;
  margin-right: 0;
  padding: .7rem 3rem 1rem;
  font-size: 1.3rem;
}

.btn-footer:hover {
  background-color: #012d68;
}

.btn-content {
  text-align: center;
  text-transform: uppercase;
  background-color: #1b51c7;
  margin-right: 0;
  padding: .7rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.btn-content:hover {
  background-color: #012d68;
}

.wrap-btn {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.ico32 {
  color: red;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_answer {
  overflow: hidden;
}

.rl_faq1_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl_faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq1_list {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
}

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

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

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

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

.rl-padding-global {
  padding-left: 0;
  padding-right: 0;
}

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

.txt24 {
  font-size: 1.5rem;
  line-height: 1.4em;
}

.txt32 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4em;
}

.wrap-cards {
  background-color: #f2f2f2;
  background-image: url('../images/bg-funds.png');
  background-position: 0 0;
  background-size: cover;
  border: 2px #000;
  border-top-right-radius: 0;
  width: 100%;
  padding: 3rem 2.4rem;
}

.wrap-cards.cc-bg-left {
  background-image: url('../images/bg-funds-left.png');
  background-position: 0 0;
  background-size: cover;
}

.wrap-cards-top {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.quick-cards {
  padding: 0;
}

.wrap-cards-cont {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.txt28 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4em;
}

.background-video {
  min-height: 100vh;
  margin-left: auto;
}

.full-shadow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 5rem;
  padding-left: 11.25em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 11.25em;
  position: fixed;
  inset: auto 0%;
}

.nav-menu {
  background-color: #0000;
}

.img-arrow-down {
  margin-top: 5rem;
  margin-bottom: .7rem;
}

.quick2col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  padding: 2rem 0;
}

.quick2col.cc-margin {
  margin-left: auto;
  margin-right: auto;
  padding-left: 11.25em;
  padding-right: 11.25em;
}

.quick2col.cc-mp {
  margin-bottom: 2rem;
}

.wrap-madeby {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrap-footer-right {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrap-copyr-midl {
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
  display: flex;
}

.containerheader {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-ico-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  margin-top: .3rem;
  display: flex;
}

.img-map {
  max-height: 350px;
  position: sticky;
}

.sectionfull {
  background-color: #0000;
  background-image: url('../images/Screenshot-2024-11-14-at-11.42.18.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  margin-top: 4rem;
  box-shadow: inset 0 2px 8px 7px #00000005;
}

.full-footer {
  background-color: #0000;
  min-height: 400px;
  position: static;
}

.wrap-title-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.wrap-serv {
  width: 100%;
  height: 100%;
}

.sectionserv {
  background-color: #f2f2f2;
  max-width: 1960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 11.25em;
}

.sectionserv.cc-wrap-bg-light {
  max-width: 100%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.sectionserv.cc-wrap-bg-light.bin-7-7 {
  margin-top: 7rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.containerserv {
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quick2col100vh {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
  min-height: 50vh;
  padding: 0 0;
}

.image {
  position: relative;
}

.quick3col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  padding: 2rem 0;
}

.heading {
  margin-top: 0;
}

.wrap-cards-small {
  background-color: #f2f2f2;
  border: 2px #000;
  border-top-right-radius: 0;
  width: 100%;
  padding: 3rem 2.4rem;
}

.wrap-cards-small.cc-bg-left {
  background-image: url('../images/bg-funds-left.png');
  background-position: 0 0;
  background-size: cover;
}

.btn-ico {
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-indent: -1px;
  white-space: normal;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 2rem;
  display: inline;
}

.text-span {
  font-size: 1.6rem;
}

.quick2colfooter {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  padding: 2rem 0 6rem;
}

.link-block-4 {
  z-index: 999;
  position: absolute;
  inset: 0%;
}

.link-block-5 {
  display: block;
}

.wrap-accordion {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rl-text-style-regular {
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq6_answer {
  background-color: #f2f2f2;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.rl_faq6_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq6_icon-wrapper {
  align-self: flex-start;
}

.rl_faq6_question-text {
  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.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  background-color: #f2f2f2;
  border: 0 #000;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.accord-1 {
  border: 1px none var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.modul-accordion {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  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-button.is-secondary {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
}

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

.rl-text-style-medium {
  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.125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl-heading-style-h2 {
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

.h5 {
  font-size: 1.25rem;
}

.wrap-fullsize {
  background-color: #000;
}

.wrap-big-cards {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.wrap-50per {
  width: 50%;
}

.flex-block {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: block;
  position: sticky;
  right: 0;
  overflow: visible;
}

.image-2 {
  height: 100%;
  position: absolute;
}

.wrap-card-big-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-right: 4rem;
  display: flex;
}

.background-video-2 {
  z-index: 999;
  width: 100%;
  position: relative;
}

.quick2colmotion {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100%;
  padding: 1rem 0 2rem;
}

.quick2colmotion.cc-margin {
  margin-left: auto;
  margin-right: auto;
  padding-left: 11.25em;
  padding-right: 11.25em;
}

.quick2colmotion.cc-mp {
  margin-bottom: 2rem;
}

.wrap-card-big-content-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 4rem;
  margin-right: 0;
  display: flex;
}

.img-serv {
  padding-bottom: 1rem;
}

.background-video-3 {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-lightbox-thumbnail {
  object-fit: cover;
  border-radius: .9em;
  width: 100%;
  height: 100%;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.gallery-lightbox-thumbnail:hover {
  transform: scale(1.15);
}

.p-xs-start {
  padding-top: 1.6em;
}

.title1 {
  font-size: 4.25em;
  font-weight: 600;
  line-height: 1.1;
}

.gallery-item-inner {
  width: 100%;
  height: 100%;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.gallery-item-sticky {
  color: #fffbf5;
  background-color: #1f1f1f;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gallery-scroll-distance {
  height: 100vh;
  position: relative;
}

.gallery-item-content-wrapper {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.gallery-lightbox-list {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 27em;
  display: flex;
}

.gallery-lightbox-wrapper {
  border-radius: .9em;
  width: 8vw;
  min-width: 8em;
  max-width: 10em;
  height: 8vw;
  min-height: 8em;
  max-height: 10em;
  overflow: hidden;
}

.lightbox-bg-image-wrapper {
  opacity: .7;
}

.hero-gallery-item {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.hero-gallery-item.bg-gray {
  background-color: red;
}

.gallery-item-media-gradient {
  z-index: 2;
  background-image: linear-gradient(270deg, #dadada00, #15141ac7);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gallery-item-media-gradient.none {
  display: none;
}

.gutter-outside {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  padding-left: 11.25em;
  padding-right: 11.25em;
}

.gutter-outside.cc-black {
  color: #000;
  margin-left: auto;
  padding-left: 11.25em;
}

.hero-gallery-item-last {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.gallery-item-media {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.section-gallery {
  z-index: 998;
  position: relative;
}

.gallery-item-content-inner {
  width: 100%;
  padding-top: 12em;
  padding-bottom: 0;
}

.gallery-item-title-wrapper {
  justify-content: space-between;
  display: flex;
}

.wrap-bg {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.gallery-item-content-wrapper-about {
  z-index: 3;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.gallery-img {
  padding-bottom: 5rem;
}

.ico {
  padding-bottom: 2rem;
}

.right-gallery-item-title-wrapper {
  align-items: flex-end;
  display: flex;
}

.gallery-item-content-wrapper-white {
  z-index: 3;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.wrap-col-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

.gutter-footer {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  padding-left: 11.25em;
  padding-right: 11.25em;
}

.gutter-footer.cc-black {
  color: #000;
  margin-left: auto;
  padding-left: 11.25em;
}

.img-portait {
  padding-bottom: 1rem;
}

.img-top1rem {
  margin-top: 1rem;
}

.quick2colfoot {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  margin-top: 2rem;
  padding: 2rem 0;
}

.quick2colfoot.cc-margin {
  margin-left: auto;
  margin-right: auto;
  padding-left: 11.25em;
  padding-right: 11.25em;
}

.quick2colfoot.cc-mp {
  margin-bottom: 2rem;
}

.wrap-col-left-footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.quick3colfoot {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  margin-top: 2rem;
  padding: 2rem 0;
}

.quick3colfoot.cc-margin {
  margin-left: auto;
  margin-right: auto;
  padding-left: 11.25em;
  padding-right: 11.25em;
}

.quick3colfoot.cc-mp {
  margin-bottom: 2rem;
}

.link-pp {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

.link-pp:hover {
  color: #012d68;
  text-decoration: underline;
}

.navbar-pp {
  background-color: #012d68;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 11.25em;
  position: static;
  inset: 2rem 0% auto;
}

.quick4colfoot {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  margin-top: 2rem;
  padding: 2rem 0;
}

.quick4colfoot.cc-margin {
  margin-left: auto;
  margin-right: auto;
  padding-left: 11.25em;
  padding-right: 11.25em;
}

.quick4colfoot.cc-mp {
  margin-bottom: 2rem;
}

.quick4colfoot-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  margin-top: 2rem;
  padding: 2rem 0;
}

.quick4colfoot-copy.cc-margin {
  margin-left: auto;
  margin-right: auto;
  padding-left: 11.25em;
  padding-right: 11.25em;
}

.quick4colfoot-copy.cc-mp {
  margin-bottom: 2rem;
}

.navbar1, .navbar1-en {
  z-index: 999;
  color: #0000;
  background-color: #0000;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .par18 {
    font-size: 1rem;
  }

  .par-empty {
    font-size: 2.10526em;
  }

  .par20 {
    font-size: 1.125rem;
  }

  .par20.cc-mt24 {
    font-size: 1rem;
  }

  .h1 {
    font-size: 3rem;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .h2.cc-rem2 {
    margin-top: 2rem;
  }

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

  .navbar {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5em;
    padding-right: 5em;
    position: fixed;
  }

  .quick2col {
    text-align: left;
  }

  .wrap-madeby.cc-mob-left {
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

  .gallery-scroll-distance {
    height: 105vh;
  }

  .gallery-item-content-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-lightbox-list {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    justify-content: center;
    max-width: 41em;
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-bg-image-wrapper {
    opacity: .3;
  }

  .hero-gallery-item {
    margin-top: -105vh;
  }

  .gallery-item-media-gradient {
    width: 100%;
  }

  .gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .gutter-outside.cc-black {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    padding-left: 5em;
    padding-right: 5em;
  }

  .gallery-item-content-inner {
    padding-top: 12em;
  }

  .gallery-item-content-inner.cc-mob-6em {
    margin-top: 6em;
  }

  .gallery-item-content-wrapper-about {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .left-gallery-item-title-wrapper {
    text-align: left;
  }

  .gallery-item-content-wrapper-white {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gutter-footer {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .gutter-footer.cc-black {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5em;
    padding-right: 5em;
  }

  .navbar-pp {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5em;
    padding-right: 5em;
    position: static;
  }

  .navbar1, .navbar1-en {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
  }

  .par18 {
    font-size: 1rem;
  }

  .par-empty {
    font-size: 14px;
  }

  .par20 {
    font-size: 1.1rem;
  }

  .par20.cc-mt24 {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .par20.cc-m-mb0 {
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .h2.cc-rem2 {
    margin-top: 4rem;
    font-size: 2.5rem;
  }

  .h2.cc-rem2.cc-m-small {
    font-size: 2.3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .quick2col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }

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

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

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

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

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

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

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

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

  .p-xs-start {
    padding-top: 1.6em;
  }

  .title1 {
    font-size: 3.4em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .gallery-scroll-distance {
    height: 102vh;
  }

  .gallery-lightbox-wrapper {
    width: 43%;
    max-width: none;
  }

  .hero-gallery-item {
    margin-top: -102vh;
  }

  .left-gallery-item-title-wrapper.cc-1rem-right {
    margin-right: 2rem;
  }

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

  .img-top1rem.cc-hide {
    display: none;
  }

  .quick3colfoot, .quick4colfoot, .quick4colfoot-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    max-width: 100%;
  }

  .cc-m-mb0 {
    margin-bottom: 0;
  }

  .cc-m-hide {
    display: none;
  }

  .par18 {
    font-size: .9rem;
    line-height: 1.2em;
  }

  .par20 {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .par20.cc-mt24, .par20.cc-m-mb0 {
    font-size: 1rem;
  }

  .h1 {
    font-size: 1.6rem;
  }

  .h1.small-h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .h2, .h2.cc-rem2, .h2.cc-rem2.cc-m-small {
    font-size: 1.6rem;
  }

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

  .gallery-lightbox-list {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .gallery-lightbox-wrapper {
    min-height: 7em;
  }
}

#w-node-_12c738c2-3fc6-140c-e31a-606ecc887a80-d1a8d6b8, #w-node-_642aa2b1-1dbc-2f84-e25d-0f6a541cc2fd-d1a8d6b8, #w-node-_5db948b6-5418-8341-07f5-8d4992eede1c-d1a8d6b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3f30f693-38d9-c6f4-d009-926231a608ab-d1a8d6b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_12c738c2-3fc6-140c-e31a-606ecc887a80-eb8e4464, #w-node-_642aa2b1-1dbc-2f84-e25d-0f6a541cc2fd-eb8e4464, #w-node-_5db948b6-5418-8341-07f5-8d4992eede1c-eb8e4464 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0e3d8f19-4c63-c846-6273-5bdebbab3927-eb8e4464, #w-node-_90bc2166-fef0-116e-8cfb-b171b1e6a95b-deb3be91, #w-node-d72352d5-95aa-82fd-c60b-95beefc7626d-a8499137 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_12c738c2-3fc6-140c-e31a-606ecc887a80-7c238e22, #w-node-_642aa2b1-1dbc-2f84-e25d-0f6a541cc2fd-7c238e22, #w-node-_5db948b6-5418-8341-07f5-8d4992eede1c-7c238e22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3f30f693-38d9-c6f4-d009-926231a608ab-7c238e22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_3f30f693-38d9-c6f4-d009-926231a608ab-d1a8d6b8, #w-node-_0e3d8f19-4c63-c846-6273-5bdebbab3927-eb8e4464, #w-node-_90bc2166-fef0-116e-8cfb-b171b1e6a95b-deb3be91, #w-node-d72352d5-95aa-82fd-c60b-95beefc7626d-a8499137, #w-node-_3f30f693-38d9-c6f4-d009-926231a608ab-7c238e22 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_12c738c2-3fc6-140c-e31a-606ecc887a80-d1a8d6b8, #w-node-_642aa2b1-1dbc-2f84-e25d-0f6a541cc2fd-d1a8d6b8, #w-node-_5db948b6-5418-8341-07f5-8d4992eede1c-d1a8d6b8, #w-node-_12c738c2-3fc6-140c-e31a-606ecc887a80-eb8e4464, #w-node-_0e3d8f19-4c63-c846-6273-5bdebbab3927-eb8e4464, #w-node-_90bc2166-fef0-116e-8cfb-b171b1e6a95b-deb3be91, #w-node-_12c738c2-3fc6-140c-e31a-606ecc887a80-7c238e22 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f30f693-38d9-c6f4-d009-926231a608ab-d1a8d6b8, #w-node-_642aa2b1-1dbc-2f84-e25d-0f6a541cc2fd-eb8e4464, #w-node-_5db948b6-5418-8341-07f5-8d4992eede1c-eb8e4464, #w-node-_0e3d8f19-4c63-c846-6273-5bdebbab3927-eb8e4464, #w-node-_90bc2166-fef0-116e-8cfb-b171b1e6a95b-deb3be91 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


