:root {
  --faq-questions: #404040;
  --relume-library-lite--rl-white: white;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #404040;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  text-align: left;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.get-started {
  color: #404040;
  background-color: #3898ec00;
  border: 2px solid #404040;
  border-radius: 500px;
}

.image {
  max-width: 19%;
}

.nav-link-2 {
  color: #404040;
  border: 1px solid #404040;
  border-radius: 50px;
}

.nav-link-3 {
  color: #404040;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-3._2 {
  color: #fff;
}

.navbar {
  text-align: left;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1100px;
  margin-top: 10px;
  display: block;
}

.navbar._2 {
  background-color: #fff0;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.navbar.transparent {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.text-block {
  color: #fff;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.text-block._1 {
  color: #404040;
}

.text-block._1._2 {
  color: #fff;
}

.link-block {
  -webkit-text-stroke-color: #404040;
  border: 2px solid #404040;
  border-radius: 100px;
  align-items: center;
  height: 44px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.link-block._2 {
  background-color: #3898ec00;
  border-color: #fff;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.link-block._3 {
  border-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  margin-right: 0;
}

.svg {
  width: 26px;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.image-2 {
  width: 226px;
}

.image-3 {
  margin-top: 0;
}

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

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

.div-block-2 {
  width: 100%;
  max-width: 1240px;
}

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1100px;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.image-4 {
  min-width: 55%;
  margin-right: -15%;
}

.button {
  pointer-events: auto;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(83deg, #e67a92, #e9ad5d);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 20px 40px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 5px;
  transition: background-color .425s, all .35s;
  display: block;
  position: static;
}

.button:hover {
  outline-offset: 0px;
  color: #e67991;
  background-color: #fff0;
  background-image: none;
  outline: 3px solid #e67991;
}

.button._2:hover {
  background-image: none;
}

.button.white {
  color: #cd7e9c;
  background-image: none;
  margin-top: 20px;
  transition-property: none;
}

.button.white:hover {
  color: #fff;
  outline-color: #fff;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading {
  color: #404040;
  margin-top: 0;
  margin-bottom: -10px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 300;
  position: static;
}

.heading-2 {
  z-index: 1;
  color: #333333c4;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#7788b9, #8ac4d2);
  -webkit-background-clip: text;
  background-clip: text;
  height: 113px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.text-block-2 {
  max-width: 400px;
  font-size: 25px;
  line-height: 35px;
}

.heading-1 {
  z-index: 2;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(148deg, #e67991 30%, #f0d332);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
  display: block;
  position: relative;
}

.text-block-3 {
  color: #404040;
  max-width: 258px;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-span {
  color: #404040;
  font-weight: 700;
}

.div-block-4 {
  position: relative;
}

.div-block-5 {
  background-image: linear-gradient(90deg, #e67991, #f0d332);
  border-radius: 50px;
  width: 80%;
  max-width: 1100px;
  height: 5px;
}

.section-2 {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section-2.blue {
  background-image: linear-gradient(135deg, #7788b9, #8ac4d2);
  margin-bottom: 100px;
  padding-bottom: 0;
}

.heading-3 {
  color: #404040;
  text-align: center;
  width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.rentangl {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #e67a92;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 20px 20px;
  display: flex;
}

.rentangl._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  flex-flow: column;
  min-width: 300px;
  min-height: 300px;
  padding-left: 20px;
  display: flex;
}

.rentangl._1.new1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  width: 300px;
  height: 150px;
  display: flex;
}

.rentangl._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e8ac5c;
  border-radius: 10px;
  min-width: 300px;
  min-height: 300px;
  display: flex;
}

.rentangl._2.new2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 300px;
  height: 150px;
}

.rentangl._3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #7888b9;
  border-radius: 10px;
  min-width: 300px;
  min-height: 300px;
  display: flex;
}

.rentangl._3.new3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 300px;
  height: 150px;
}

.div-block-6 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 29px;
  display: flex;
}

.paragraph {
  color: #fff;
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.svg-2 {
  width: 48px;
  height: 48px;
  margin-left: 20px;
  margin-right: 20px;
}

.code-embed {
  z-index: -9;
  width: 300px;
  position: absolute;
  inset: 0% -10% 0% auto;
}

.code-embed._2 {
  z-index: -1;
  width: 300px;
  top: 320%;
  bottom: auto;
  left: -10%;
}

.code-embed-2 {
  z-index: -1;
  width: 331px;
  position: absolute;
  inset: 53% auto auto 0%;
}

.code-embed-2._2 {
  z-index: -1;
  top: 280%;
  left: auto;
  right: 0;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.section-3 {
  background-image: linear-gradient(135deg, #e67991 61%, #f0d332);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-top: 7%;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.services-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3%;
  display: flex;
  position: static;
}

.paragraph-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
}

.services-2 {
  font-size: 16px;
  font-weight: 800;
  text-decoration: underline;
}

.circle {
  z-index: 0;
  width: 300px;
  position: absolute;
  inset: 0% -12% 0% auto;
  overflow: visible;
}

.circle._2 {
  inset: -12%;
}

.container-2 {
  max-width: 1100px;
}

.brand {
  width: 100px;
}

.section-4 {
  width: 100%;
  margin-top: 60px;
}

.heading-6 {
  color: #404040;
  text-align: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.div-block-9 {
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-6 {
  object-fit: contain;
  max-width: 20vw;
  height: 5vw;
}

.image-7 {
  max-width: 22%;
}

.image-8 {
  max-width: 18%;
}

.image-12 {
  max-width: 13%;
}

.logo-container {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.carousell-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section-5 {
  width: 100%;
  padding-bottom: 115px;
  overflow: hidden;
}

.heading-effect {
  color: #404040f7;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(107deg, #e67991, #e67991 34%, #f0d332);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.paragraph-3 {
  color: #758bba;
  text-align: center;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.div-block-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-10 {
  height: 20px;
}

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

.slider-image {
  text-align: left;
  vertical-align: baseline;
  width: 30%;
  display: inline-block;
}

.slider-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.mask {
  width: 50%;
  overflow: visible;
}

.slider-wraper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-image {
  border-radius: 50px;
  width: 100%;
}

.slider-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  position: relative;
  left: 0;
}

.mask-2 {
  width: 30%;
  overflow: visible;
}

.slide-2 {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-nav {
  margin-bottom: -72px;
}

.section-6 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
}

.container-3 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  width: 100%;
  display: flex;
}

.container-team {
  max-width: 100%;
  display: flex;
}

.paragraph-4 {
  font-family: Inter, sans-serif;
  font-size: 150px;
}

.container-4 {
  max-width: 100%;
}

.container-5 {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  justify-content: center;
  align-items: center;
  max-width: 1000%;
  display: flex;
}

.paragraph-5 {
  font-family: Inter, sans-serif;
  font-size: 150px;
  font-weight: 700;
}

.team--text-effect {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e67991, #f0d332);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 140px;
}

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

.paragraph-text-effect {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(107deg, #e67991, #f0d332);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.paragraph-text-effect.services {
  text-align: right;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.paragraph-7 {
  max-width: 300px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.section-7 {
  background-image: linear-gradient(110deg, #7788b9, #8ac4d2);
  width: 100%;
  position: relative;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.div-block-12 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff3;
  border: 1px solid #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 600px;
  height: 400px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.code-embed-3 {
  width: 26px;
}

.paragraph-card {
  color: #fff;
  width: 100%;
  margin: 70px 0 auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.card-hrading {
  color: #fff;
  text-align: left;
  margin: 40px 0 0;
  font-family: Inter, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 40px;
}

.section-8 {
  width: 100%;
  overflow: hidden;
}

.rl-button-secondary {
  border: 1px solid var(--faq-questions);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--faq-questions);
  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_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--faq-questions);
  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_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--faq-questions);
  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;
}

.faq-button {
  text-align: center;
  width: 100%;
  max-width: 20rem;
}

.faq-button._2 {
  max-width: 20rem;
  margin-top: 60px;
}

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

.rl-text-style-regular {
  color: var(--faq-questions);
  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_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_answer {
  overflow: hidden;
}

.rl_faq1_icon {
  color: var(--faq-questions);
  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-text {
  color: var(--faq-questions);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_question {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: .125rem;
  padding-bottom: .125rem;
  display: flex;
}

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

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

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

.rl-heading-style-h2 {
  color: var(--faq-questions);
  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_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

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

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

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

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

.div-block-14 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-bottom: 2rem;
}

.heading-8 {
  min-width: 10rem;
  margin-top: 0;
  font-size: 20px;
}

.rl_footer4_legal-link {
  color: #858585;
  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;
  text-decoration: underline;
}

.rl_footer4_credit-text {
  color: #858585;
  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_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-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_line-divider {
  background-color: #858585;
  width: 100%;
  height: 1px;
}

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

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

.rl_footer4_social-link {
  color: #858585;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  display: flex;
}

.rl_footer4_link {
  color: var(--faq-questions);
  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_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_logo {
  max-width: 58%;
}

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

.rl_footer4_top-wrapper {
  grid-column-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.footer {
  width: 100%;
  overflow: visible;
}

.code-embed-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  width: 300px;
  display: block;
  position: absolute;
  top: 20%;
  left: -10%;
  right: auto;
}

.code-embed-5 {
  width: 30%;
  margin-right: 0;
  position: absolute;
  left: -15%;
  right: auto;
  overflow: hidden;
}

.heading-9 {
  z-index: 1;
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
  position: static;
}

.code-embed-6 {
  z-index: -1;
  width: 1300px;
  margin-top: -700px;
  position: absolute;
  top: 0;
}

.image-13 {
  z-index: 1;
  width: 300px;
  position: static;
}

.div-block-16 {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.code-embed-7 {
  width: 10%;
  position: absolute;
  top: 50%;
}

.paragraph-8 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

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

.section-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.div-block-17.rightaligment {
  justify-content: center;
  align-items: flex-end;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-14 {
  width: 150px;
}

.paragraph-9 {
  color: #404040;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.paragraph-9.rightaligment {
  text-align: left;
}

.section-11 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.section-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.code-embed-8 {
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: -10%;
}

.code-embed-8._2 {
  bottom: 0%;
  left: -10%;
  right: auto;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 650px;
  display: grid;
}

.div-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 650px;
  display: flex;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  font-weight: 700;
}

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

.div-block-21 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-15 {
  width: 250px;
}

.heading-11 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.paragraph-10 {
  width: 250px;
  font-family: Inter, sans-serif;
}

.paragraph-11 {
  max-width: 250px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.div-block-22 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-13 {
  position: relative;
}

.code-embed-9 {
  color: #fff;
  width: 30px;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_button {
  border: 1px solid var(--faq-questions);
  background-color: var(--faq-questions);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  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;
}

.rl_navbar1_button-secondary {
  border: 1px solid var(--faq-questions);
  color: var(--faq-questions);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  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;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar1_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_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.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_navbar1_dropdown-toggle {
  color: var(--faq-questions);
  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;
}

.rl_navbar1_link {
  color: var(--faq-questions);
  background-color: #0000;
  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;
  text-decoration: none;
}

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

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

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

.rl_navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component {
  border-bottom: 1px solid var(--faq-questions);
  background-color: var(--relume-library-lite--rl-white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.div-block-23 {
  display: flex;
}

.div-block-24 {
  background-color: #e67a92;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flexhcard {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.div-block-26 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rl_gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.rl_gallery10_masonry-grid {
  column-count: 3;
  column-gap: 2rem;
  width: 100%;
}

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

.rl-text-style-medium-2 {
  color: var(--faq-questions);
  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_gallery10_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h2-2 {
  color: var(--faq-questions);
  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: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

.rl_gallery21_arrow-right {
  border: 1px solid var(--faq-questions);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--faq-questions);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_gallery21_arrow-left {
  border: 1px solid var(--faq-questions);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--faq-questions);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

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

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

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

.rl-text-style-medium-3 {
  color: var(--faq-questions);
  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_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-3 {
  color: var(--faq-questions);
  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: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

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

.rl_section_gallery21 {
  background-color: var(--relume-library-lite--rl-white);
  width: 80%;
  overflow: hidden;
}

.rl-text-style-medium-4 {
  color: var(--faq-questions);
  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_gallery3_image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery3_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery3_lightbox-link {
  width: 100%;
  height: 100%;
}

.rl_gallery3_gallery-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.rl-text-style-medium-5 {
  color: var(--faq-questions);
  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_gallery3_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-4 {
  color: var(--faq-questions);
  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: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.rl_section_gallery3 {
  background-color: var(--relume-library-lite--rl-white);
  width: 100%;
}

.gallery-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.heading-12, .paragraph-12 {
  color: #404040;
  font-family: Inter, sans-serif;
}

.link-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-decoration: none;
  display: flex;
}

.div-block-27 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 800px;
  margin-top: -147px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-block-28 {
  flex-flow: column;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-link-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-3._2 {
    color: #404040;
  }

  .heading-3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .rentangl._1, .rentangl._2, .rentangl._3 {
    min-width: 150px;
    min-height: 150px;
  }

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

  .div-block-7.contactgrid {
    flex-flow: column;
  }

  .heading-4 {
    font-size: 22px;
  }

  .paragraph {
    font-size: 16px;
  }

  .services-text {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-6 {
    font-size: 24px;
  }

  .team--text-effect {
    font-size: 120px;
  }

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

  .div-block-13 {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    height: 100%;
  }

  .paragraph-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-hrading {
    line-height: 32px;
  }

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

  .rl_faq1_spacing-block-3, .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

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

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

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

  .rl_footer4_logo {
    width: 100px;
    max-width: 100%;
  }

  .rl_footer4_logo-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .heading-9 {
    font-size: 40px;
    line-height: 40px;
  }

  .code-embed-6 {
    width: 950px;
    margin-top: -679px;
  }

  .image-13 {
    display: none;
  }

  .image-13.contactus {
    width: 150px;
  }

  .section-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center stretch;
    margin-top: 60px;
    display: flex;
  }

  .code-embed-8 {
    width: 150px;
    height: 150px;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: grid;
  }

  .div-block-20 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    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_menu-icon_line-middle.white {
    background-color: #fff;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-top.white {
    background-color: #fff;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: .5rem;
    margin-left: 0;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

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

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

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

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    border-bottom-style: none;
    height: auto;
    padding-bottom: 2rem;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

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

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

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

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

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

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

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

  .container-6 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-27 {
    margin-top: -111px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-section {
    flex-flow: column;
    width: 100%;
  }

  .image-4 {
    margin-right: 0;
    display: none;
  }

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

  .heading-2 {
    text-align: left;
    height: auto;
    line-height: 60px;
  }

  .heading-1 {
    text-align: left;
    margin-top: 20px;
    line-height: 70px;
  }

  .heading-3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 22px;
  }

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

  .div-block-7.contactgrid {
    display: flex;
  }

  .heading-5 {
    font-size: 32px;
  }

  .services-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-6 {
    max-width: 20vw;
    height: 10vw;
  }

  .mask-2 {
    width: 50%;
  }

  .slide-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .team--text-effect {
    margin-bottom: 0;
    font-size: 80px;
  }

  .heading-7 {
    font-size: 24px;
  }

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

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

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

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

  .rl_faq1_spacing-block-3 {
    padding-bottom: 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-text {
    font-size: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .image-14 {
    order: -1;
  }

  .paragraph-9.rightaligment {
    text-align: left;
  }

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

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .rl_gallery10_masonry-grid {
    column-count: 1;
    column-gap: 1.5rem;
  }

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

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

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

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

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

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .gallery-overview {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .navbar.transparent {
    width: 100%;
    padding-right: 20px;
  }

  .button {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .button.white {
    margin-top: 0;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .heading {
    font-size: 40px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 40px;
    line-height: 100%;
    position: absolute;
    inset: 0% auto -15px 0%;
  }

  .heading-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 100%;
  }

  .text-block-3 {
    margin-top: 0;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-7 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-7.contactgrid {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed {
    display: none;
  }

  .code-embed._2 {
    width: 100px;
    top: 350%;
  }

  .services-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

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

  .circle {
    width: 100px;
  }

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

  .section-4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .carousell-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-5 {
    padding-bottom: 100px;
  }

  .heading-effect {
    font-size: 34px;
  }

  .mask-2 {
    width: 70%;
  }

  .slide-nav {
    margin-bottom: -50px;
  }

  .section-6 {
    margin-top: 0;
  }

  .container-5 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .div-block-12 {
    flex-flow: column;
    display: flex;
  }

  .div-block-13 {
    z-index: 2;
    position: relative;
  }

  .faq-button {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-button._2 {
    align-self: center;
    margin-top: 0;
  }

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

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

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .rl_footer4_bottom-wrapper {
    flex-flow: column;
    display: flex;
  }

  .code-embed-4 {
    z-index: 0;
    justify-content: center;
    align-items: center;
    width: 150px;
    display: flex;
    left: -27%;
  }

  .heading-9 {
    font-size: 30px;
  }

  .code-embed-6 {
    width: 470px;
    margin-top: -227px;
  }

  .image-13 {
    display: none;
  }

  .image-13.contactus {
    width: 100px;
  }

  .section-9 {
    width: 100vw;
    max-width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
  }

  .image-14 {
    width: 60%;
    height: auto;
  }

  .code-embed-8 {
    z-index: -1;
  }

  .code-embed-8._2 {
    bottom: 25%;
  }

  .code-embed-8._2._63 {
    bottom: 15%;
  }

  .code-embed-8.hhh {
    top: 10%;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-13 {
    overflow: hidden;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .pagewrap {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-27 {
    width: 100vw;
    max-width: 100%;
  }

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

#w-node-_1298efeb-498f-83e0-d198-614ab3e173a3-e76508d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1298efeb-498f-83e0-d198-614ab3e173b0-e76508d4 {
  justify-self: end;
}

#w-node-_66639412-dcf9-4930-5c0f-0c9c153320f3-759740c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_66639412-dcf9-4930-5c0f-0c9c153320f5-759740c6 {
  justify-self: end;
}

#w-node-_66639412-dcf9-4930-5c0f-0c9c153320f3-d2a56b9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_66639412-dcf9-4930-5c0f-0c9c153320f5-d2a56b9e {
  justify-self: end;
}

#w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-5bffce16, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3c-5bffce16, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3d-5bffce16, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3e-5bffce16, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3f-5bffce16, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b41-5bffce16, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b42-5bffce16, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b43-5bffce16, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b44-5bffce16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-5bffce16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c79ec9d-655b-9552-058f-4a8a80d87109-5bffce16 {
  justify-self: end;
}

#w-node-_66639412-dcf9-4930-5c0f-0c9c153320f3-d55bd73f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_66639412-dcf9-4930-5c0f-0c9c153320f5-d55bd73f {
  justify-self: end;
}

#w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-a385f4cd, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3c-a385f4cd, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3d-a385f4cd, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3e-a385f4cd, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3f-a385f4cd, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b41-a385f4cd, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b42-a385f4cd, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b43-a385f4cd, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b44-a385f4cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-a385f4cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c79ec9d-655b-9552-058f-4a8a80d87109-a385f4cd {
  justify-self: end;
}

#w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-9cbf6e63, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3c-9cbf6e63, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3d-9cbf6e63, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3e-9cbf6e63, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b41-9cbf6e63, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b42-9cbf6e63, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b43-9cbf6e63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-9cbf6e63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c79ec9d-655b-9552-058f-4a8a80d87109-9cbf6e63 {
  justify-self: end;
}

#w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-2f75ec68, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3c-2f75ec68, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3d-2f75ec68, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3e-2f75ec68, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b41-2f75ec68, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b42-2f75ec68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-2f75ec68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c79ec9d-655b-9552-058f-4a8a80d87109-2f75ec68 {
  justify-self: end;
}

#w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-9a060dcb, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3c-9a060dcb, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3d-9a060dcb, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3e-9a060dcb, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b41-9a060dcb, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b42-9a060dcb, #w-node-_6934168f-eaee-2301-4b6f-5af160fd2025-9a060dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-9a060dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c79ec9d-655b-9552-058f-4a8a80d87109-9a060dcb {
  justify-self: end;
}

#w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-db48d7ec, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3c-db48d7ec, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3d-db48d7ec, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3e-db48d7ec, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b41-db48d7ec, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b42-db48d7ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-db48d7ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c79ec9d-655b-9552-058f-4a8a80d87109-db48d7ec {
  justify-self: end;
}

#w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-adae383e, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3c-adae383e, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3d-adae383e, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b3e-adae383e, #w-node-f96f0a78-6d7b-c39c-ef0a-9cec013807d7-adae383e, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b41-adae383e, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b42-adae383e, #w-node-_6e84601e-249c-d66a-2f08-73ebbbce1fa4-adae383e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-adae383e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c79ec9d-655b-9552-058f-4a8a80d87109-adae383e {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f552599b-2ac1-17de-b799-d8f1cf0fd137-e76508d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1298efeb-498f-83e0-d198-614ab3e173a3-e76508d4 {
    place-self: center;
  }

  #w-node-_66639412-dcf9-4930-5c0f-0c9c153320f3-759740c6, #w-node-_66639412-dcf9-4930-5c0f-0c9c153320f5-759740c6, #w-node-_66639412-dcf9-4930-5c0f-0c9c153320f3-d2a56b9e, #w-node-_66639412-dcf9-4930-5c0f-0c9c153320f5-d2a56b9e {
    justify-self: center;
  }

  #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-5bffce16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-5bffce16 {
    place-self: center;
  }

  #w-node-_66639412-dcf9-4930-5c0f-0c9c153320f3-d55bd73f, #w-node-_66639412-dcf9-4930-5c0f-0c9c153320f5-d55bd73f {
    justify-self: center;
  }

  #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-a385f4cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-a385f4cd {
    place-self: center;
  }

  #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-9cbf6e63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-9cbf6e63 {
    place-self: center;
  }

  #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-2f75ec68 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-2f75ec68 {
    place-self: center;
  }

  #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-9a060dcb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-9a060dcb {
    place-self: center;
  }

  #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-db48d7ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-db48d7ec {
    place-self: center;
  }

  #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-adae383e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-adae383e {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5a621078-12d9-25f7-1ad7-1b4fc6c5a46c-e76508d4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1298efeb-498f-83e0-d198-614ab3e173bf-e76508d4 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e5469e9d-fab3-b160-2d86-59209d97b17b-759740c6 {
    place-self: auto;
  }

  #w-node-_66639412-dcf9-4930-5c0f-0c9c15332103-759740c6, #w-node-_66639412-dcf9-4930-5c0f-0c9c15332103-d2a56b9e, #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87117-5bffce16 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_787ee2c0-6a72-91f1-4b3d-1ed8cb9aaf56-d55bd73f {
    grid-column: span 2 / span 2;
  }

  #w-node-_66639412-dcf9-4930-5c0f-0c9c15332103-d55bd73f, #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87117-a385f4cd, #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87117-9cbf6e63, #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87117-2f75ec68, #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87117-9a060dcb, #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87117-db48d7ec, #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87117-adae383e {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1298efeb-498f-83e0-d198-614ab3e173a3-e76508d4, #w-node-_66639412-dcf9-4930-5c0f-0c9c153320f3-759740c6, #w-node-_66639412-dcf9-4930-5c0f-0c9c153320f3-d2a56b9e, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-5bffce16, #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-5bffce16, #w-node-_66639412-dcf9-4930-5c0f-0c9c153320f3-d55bd73f, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-a385f4cd, #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-a385f4cd, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-9cbf6e63, #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-9cbf6e63, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-2f75ec68, #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-2f75ec68, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-9a060dcb, #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-9a060dcb, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-db48d7ec, #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-db48d7ec, #w-node-_3ea36e04-1602-ab4e-22ba-923b81852b2a-adae383e, #w-node-_4c79ec9d-655b-9552-058f-4a8a80d87107-adae383e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


