:root {
  --white: white;
  --grey: #868686;
  --black: black;
  --font-family: Inter, sans-serif;
  --color: #6b4efd;
  --height: 181px;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: var(--grey);
  margin-bottom: 10px;
  line-height: 24px;
}

a {
  color: #1a1b1f;
  font-family: Inter, sans-serif;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -61px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.cc-cta {
  background-color: #8e8a91;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.section.footer {
  z-index: 20;
  background-color: #000;
  max-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container-image-text {
  color: var(--white);
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-image-text.contact {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: var(--black);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: #e0e0e0;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 15px;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph-bigger.cc-bigger-white-light.right-side {
  margin-left: 0;
  font-size: 18px;
}

.button {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #6b4efd;
  border-radius: 50px;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: inline-block;
  position: static;
}

.button:hover {
  color: #fff;
  background-color: #7f66ff;
}

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  float: left;
  aspect-ratio: auto;
  pointer-events: none;
  color: #000;
  text-align: center;
  overflow-wrap: normal;
  background-color: #6b4efd;
  border-radius: 40px;
  padding: 15px 30px;
  transition: background-color .4s, opacity .4s, color .4s;
  position: static;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 40px;
  flex-direction: row;
  order: 1;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.cc-white-button.w--current {
  background-color: var(--black);
}

.button.outline {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  margin-left: 25px;
}

.label {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  padding-left: 40px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: 1;
  color: var(--black);
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-right: 0;
  font-size: 19px;
  font-style: normal;
  line-height: 25px;
}

.heading-jumbo {
  color: var(--black);
  text-align: left;
  text-transform: none;
  margin-top: -5px;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 65px;
  position: static;
}

.heading-jumbo.about {
  color: var(--black);
  text-align: left;
  margin-top: 0;
}

.heading-jumbo.hero {
  color: var(--white);
  margin-top: 50px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo.white {
  color: var(--white);
}

.heading-jumbo-small {
  color: var(--black);
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  display: flex;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  display: flex;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-black {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.navigation {
  z-index: 10;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .41);
  background-image: none;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 50px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation.white {
  background-color: rgba(255, 255, 255, .41);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation.white.s {
  background-color: rgba(0, 0, 0, .41);
}

.navigation-item {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-left: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #646464;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #000;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 500;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #646464;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.contact {
  color: #fff;
  background-color: #6b4efd;
  border-radius: 50px;
  margin-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 23px;
  font-weight: 500;
}

.navigation-item.contact:hover {
  color: #fff;
  background-color: #7f66ff;
}

.navigation-item.blog {
  padding-left: 20px;
}

.navigation-item.black.s, .navigation-item.black.s.w--current {
  color: #fff;
}

.navigation-item.black.s.hidden {
  display: none;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 90px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.intro-header.cc-subpage {
  background-color: var(--white);
  color: #fff;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin: 140px auto 100px;
}

.intro-content {
  text-align: center;
  flex: 1;
  font-family: Inter, sans-serif;
}

.intro-content.cc-homepage {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column wrap;
  flex: 0 auto;
  order: 0;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  width: 500%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px #eee;
  margin: 100px auto 40px;
  padding: 40px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  justify-content: stretch;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  border-radius: 5px;
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 220px;
  margin-bottom: 30px;
  margin-right: 0;
  display: flex;
}

.section-heading {
  float: none;
  clear: none;
  direction: ltr;
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  column-count: auto;
  overflow-wrap: normal;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 40px;
  font-weight: 600;
  display: block;
  position: static;
}

.about-grid {
  float: left;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: minmax(200px, .25fr);
  grid-auto-flow: row;
  align-items: center;
  justify-items: end;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1.5fr;
  grid-template-areas: ". .";
}

.intro-text {
  z-index: 5;
  width: 100%;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  font-family: Inter, sans-serif;
  position: relative;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.text-block {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
}

.body-black {
  color: var(--white);
  background-color: #000;
  font-family: Inter, sans-serif;
}

.image {
  aspect-ratio: auto;
  opacity: 1;
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  object-fit: none;
  background-clip: border-box;
  border-radius: 100%;
  flex: 0 auto;
  margin-left: auto;
  padding-bottom: 0;
  position: static;
}

.text-block-2 {
  text-transform: capitalize;
  font-size: 16px;
}

.container-2 {
  line-height: 100px;
}

.heading {
  color: #6b4efd;
  font-weight: 600;
}

.section-2 {
  width: 1240px;
  height: 500px;
}

.div-block {
  margin-right: 600px;
}

.heading-2 {
  color: var(--black);
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.grid {
  float: left;
  grid-auto-flow: row;
  position: static;
}

.flex-block {
  flex-direction: column;
}

.quick-stack {
  margin-top: 11%;
}

.cell {
  flex-direction: row;
  align-content: stretch;
}

.quick-stack-2 {
  width: 400px;
  height: auto;
  margin-left: 40px;
}

.cell-2 {
  opacity: .48;
  background-color: #f5e9e9;
  background-image: linear-gradient(310deg, #000, #fff 77%, #000 102%);
  border-radius: 20px;
}

.cell-3 {
  border-radius: 20px;
}

.button-2 {
  background-color: #6b4efd;
  border-radius: 40px;
  padding-bottom: 30px;
}

.heading-3 {
  color: #6b4efd;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 60px auto 20px 0;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.heading-4 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.paragraph {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-block-3 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cell-copy {
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  outline-offset: 0px;
  color: #6b4efd;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  background-color: #000;
  border: 1px solid #6b4efd;
  border-radius: 20px;
  outline: 2px #6b4efd;
  box-shadow: 0 2px 5px #6b4efd;
}

.image-2 {
  width: 181px;
  height: 44.3594px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-style: normal;
  position: static;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
}

.text-span {
  border: 1px solid #000;
}

.text-span:hover {
  border-style: none;
}

.section-3 {
  width: 75px;
  height: 0;
}

.heading-6, .heading-7, .paragraph-3 {
  text-align: center;
}

.button-3 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 420px;
  margin-right: 420px;
  display: block;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 16px;
  font-weight: 300;
}

.section-4 {
  float: none;
  background-color: var(--black);
  border-radius: 0;
  max-width: 1024px;
  height: auto;
  margin: 0 auto auto;
  padding: 100px 20px;
  font-family: Inter, sans-serif;
}


.heading-8 {
  font-family: var(--font-family);
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 36px;
  font-weight: 600;
}

.button-4 {
  float: none;
  text-align: left;
  background-color: #6b4efd;
  border-radius: 40px;
  width: auto;
  height: 50px;
  margin: 60px 500px 100px 510px;
  padding: 15px 20px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.image-3 {
  aspect-ratio: auto;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cell-4, .cell-5, .cell-6 {
  border-radius: 20px;
}

.image-4 {
  clear: none;
  text-align: left;
  object-fit: fill;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.cell-7 {
  padding-top: 100px;
  line-height: 10px;
}

.slide {
  background-color: #000;
  border-radius: 0;
}

.quick-stack-3 {
  margin-bottom: 100px;
}

.quick-stack-4 {
  margin-top: 220px;
}

.heading-9 {
  color: #fff;
  text-align: left;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 30px;
}

.heading-10 {
  color: #fff;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 30px;
}

.heading-11, .heading-12 {
  color: #fff;
  padding-left: 20px;
  font-size: 22px;
  font-style: italic;
  line-height: 30px;
}

.heading-13 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 22px;
}

.heading-14 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
}

.heading-15 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 22px;
}

.image-5 {
  clear: none;
  text-align: left;
  object-fit: fill;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6, .image-7, .image-8 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.cell-8 {
  background-image: none;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 300;
}

.quick-stack-5 {
  z-index: 0;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
}

.quick-stack-6 {
  margin-bottom: 220px;
  margin-left: 140px;
  margin-right: 140px;
}

.paragraph-6 {
  text-align: center;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-7, .paragraph-8 {
  text-align: center;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 300;
}

.image-9 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-10, .image-11, .image-12, .quick-stack-7 {
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-8 {
  margin-left: 140px;
  margin-right: 140px;
}

.image-13 {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 200px;
  margin-left: 0;
}

.quick-stack-9 {
  margin-left: 140px;
  margin-right: 140px;
}

.heading-16 {
  color: #fff;
  text-shadow: 0 1px 10px #9affff;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 55px;
  font-weight: 600;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
}

.cell-9 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 150px;
  padding-left: 0;
}

.quick-stack-10 {
  height: 300px;
  margin-left: 140px;
  margin-right: 140px;
}

.heading-17 {
  color: #6b4efd;
  text-shadow: 0 0 20px #6b4efd;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 75px;
  font-weight: 600;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 14px;
}

.quick-stack-11 {
  margin-bottom: 60px;
}

.paragraph-11 {
  color: #fff;
  font-size: 14px;
}

.slide-2 {
  width: 300px;
}

.slide-3 {
  width: 100px;
}

.mask {
  color: #3453d3;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-10 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.quick-stack-12 {
  width: 300px;
  height: 400px;
  margin-left: 400px;
  margin-right: 60px;
}

.slide-4 {
  height: 800px;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow {
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  margin-top: 0;
  padding-top: 140px;
}

.section-5 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.heading-18 {
  color: #6b4efd;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0);
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.button-5 {
  background-color: #6b4efd;
  border-radius: 15px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 100px;
  font-size: 16px;
  font-weight: 400;
}

.button-6 {
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-13 {
  height: 65px;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
}

.cell-11 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-12 {
  font-size: 14px;
  font-weight: 300;
}

.button-7 {
  text-align: center;
  background-color: #444f58;
  border-radius: 40px;
  width: auto;
  height: auto;
  margin: 0 auto 40px;
  padding: 20px 60px;
  font-size: 20px;
}

.button-7.button-8 {
  background-color: #6c4efd;
}

.cell-12 {
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-14 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-14 {
  width: 150px;
  margin-left: 20px;
}

.cell-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 20px;
}

.paragraph-13 {
  color: #fff;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.image-15 {
  flex: 0 auto;
  align-self: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.cell-14 {
  text-align: left;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.quick-stack-15 {
  align-self: flex-start;
  padding: 0 10px;
}

.cell-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-16 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cell-17 {
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-end;
}

.cell-18 {
  justify-content: center;
  display: flex;
}

.paragraph-14 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.container-3 {
  flex-flow: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-4 {
  letter-spacing: 1px;
}

.container-footer {
  object-fit: fill;
  max-width: none;
  max-height: 45vh;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-footer {
  background-image: linear-gradient(#000 50%, #fff);
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.image-footer.reverse {
  transform-style: preserve-3d;
  background-image: linear-gradient(#000, #fff);
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.quick-stack-footer {
  grid-row-gap: 20px;
  max-width: 1024px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.container-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1024px;
  margin: auto;
  padding: 100px 20px;
  display: flex;
}

.section-hero {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-5 {
  color: var(--white);
  font-size: 14px;
}

.cell-19 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}

.link {
  color: var(--white);
  cursor: pointer;
  align-self: flex-start;
  font-size: 14px;
  text-decoration: none;
}

.link:hover {
  color: #8f8f8f;
}

.link.black {
  color: var(--black);
}

.link.hidden {
  display: none;
}

.link-2 {
  color: var(--white);
  font-size: 14px;
  text-decoration: none;
}

.cell-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-19 {
  color: var(--white);
  align-self: flex-start;
}

.heading-19.black {
  color: var(--black);
}

.cell-21, .cell-22, .cell-23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
}

.heading-20 {
  color: var(--white);
  align-self: flex-start;
}

.heading-20.black {
  color: var(--black);
}

.heading-21 {
  color: var(--white);
  align-self: flex-start;
}

.heading-21.black {
  color: var(--black);
}

.link-1 {
  color: var(--white);
  align-self: flex-start;
  text-decoration: none;
}

.link-1:hover {
  color: var(--color);
}

.body-2 {
  color: var(--black);
  font-family: Inter, sans-serif;
}

.body-3 {
  font-family: Inter, sans-serif;
}

.image-16 {
  width: 20px;
  height: 20px;
}

.quick-stack-16 {
  align-self: center;
}

.cell-24 {
  background-image: url('../images/Ig_1Ig.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}

.cell-25 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 50px 50px;
}

.link-block {
  background-image: url('../images/Twitter_1Twitter.png');
  background-position: 50%;
  background-size: auto;
}

.image-17 {
  width: 40px;
}

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

.image-18 {
  opacity: 1;
  outline-offset: 0px;
  border-radius: 0;
  outline: 3px #fff;
}

.quick-stack-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.quick-stack-intro.edited {
  max-width: 1024px;
}

.quick-stack-intro.edited.main-page {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.italic-text {
  color: var(--black);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
}

.paragraph-15 {
  color: var(--black);
  text-align: left;
  font-family: Inter, sans-serif;
  font-style: normal;
}

.italic-text-2, .italic-text-3 {
  font-style: normal;
}

.paragraph-16 {
  color: var(--white);
  text-align: left;
  align-self: flex-end;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.container-5 {
  display: block;
}

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

.italic-text-4 {
  font-family: Inter, sans-serif;
  font-style: normal;
}

.container-full-image {
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-line {
  border-top: 1px solid #000;
  margin: 100px 0;
}

.heading-22 {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
}

.paragraph-17, .body-white {
  font-family: Inter, sans-serif;
}

.image-20 {
  object-fit: fill;
  width: 100%;
  margin-top: 40px;
}

.div-block-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
}

.recaptcha {
  align-self: center;
}

.heading-23 {
  color: var(--black);
  text-align: left;
  font-family: Inter, sans-serif;
}

.div-block-4 {
  margin-top: 60px;
}

.quick-stack-19 {
  padding-left: 0;
  padding-right: 0;
}

.section-7 {
  background-color: var(--white);
  height: 302vh;
  padding-top: 0;
}

.heading-24 {
  color: var(--black);
  align-self: center;
  line-height: 35px;
}

.mask-2 {
  height: auto;
}

.slider-2 {
  border: 1px solid #000;
  border-radius: 0;
  margin-top: auto;
}

.image-21 {
  border-radius: 20px;
  max-height: 75vh;
}

.container-9 {
  border: 1px solid #000;
  border-radius: 0;
  max-width: 1024px;
}

.section-white {
  background-color: var(--white);
  color: var(--black);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-bottom: 60px;
  position: relative;
}

.section-white.top {
  border-radius: 25px 25px 0 0;
  padding-top: 200px;
  padding-bottom: 25px;
}

.quick-stack-20 {
  grid-row-gap: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-mission {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1024px;
  padding-top: 400px;
  padding-bottom: 400px;
}

.container-mission.top {
  padding-top: 0;
  padding-bottom: 60px;
}

.cell-27 {
  padding-bottom: 0;
}

.cell-28 {
  align-items: center;
}

.heading-25 {
  color: var(--black);
  font-size: 20px;
}

.cell-29 {
  display: block;
}

.rich-text-block {
  color: var(--black);
  text-indent: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
}

.container-11 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.paragraph-18 {
  text-align: center;
  margin-bottom: 40px;
}

.section-9 {
  color: var(--black);
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  max-width: 940px;
  margin: 100px auto 40px;
}

.section-10 {
  margin-top: 0;
  margin-bottom: 100px;
}

.paragraph-19 {
  border-top: 1px solid rgba(0, 0, 0, .5);
}

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

.tab-link-tab-1 {
  background-color: rgba(200, 200, 200, .15);
}

.tab-link-tab-1.w--current {
  opacity: .36;
  background-color: rgba(200, 200, 200, .22);
  border: 1px solid #000;
  border-radius: 10px;
  margin-right: 40px;
  padding-left: 10px;
}

.tab-link-tab-3 {
  padding-top: 10px;
}

.tabs-menu {
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  background-color: rgba(0, 0, 0, .11);
  border: 1px solid #000;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  bottom: -50px;
  left: -200px;
}

.text-block-6 {
  margin-left: 20px;
}

.section-11 {
  background-color: var(--white);
  margin-bottom: 0;
  padding-bottom: 100px;
}

.container-12 {
  max-width: 1024px;
  display: flex;
}

.tabs-content {
  border-radius: 10px;
}

.tabs-menu-2 {
  z-index: 1;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  opacity: 1;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 10px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  position: relative;
  bottom: -47px;
}

.tab-link-tab-1-2 {
  opacity: .5;
  background-color: #ddd;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-tab-1-2:active {
  opacity: .5;
  -webkit-text-fill-color: inherit;
  background-color: #ddd;
  background-clip: border-box;
}

.tab-link-tab-1-2.w--current {
  opacity: .8;
  border-radius: 20px;
  max-width: 150px;
  margin-left: 10px;
  margin-right: 0;
  padding: 8px 10px;
  display: flex;
}

.tab-link-tab-2 {
  opacity: .5;
  border-radius: 20px;
  max-width: 130px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 11px;
  display: flex;
}

.tab-link-tab-2:hover {
  opacity: 1;
  background-color: #a7a6a6;
}

.tab-link-tab-2:active {
  opacity: .5;
}

.tab-link-tab-2.w--current, .tab-link-tab-2.w--current:active {
  opacity: .8;
}

.tab-link-tab-3-2 {
  z-index: 1;
  opacity: .5;
  background-color: #a7a6a6;
  border-radius: 20px;
  max-width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 11px;
  display: flex;
  bottom: auto;
}

.tab-link-tab-3-2:hover {
  opacity: 1;
  background-color: #ddd;
}

.tab-link-tab-3-2:active {
  opacity: .5;
}

.tab-link-tab-3-2.w--current {
  opacity: .8;
  padding-right: 10px;
}

.tab-link-tab-3-2.w--current:active {
  opacity: .5;
}

.image-text-block {
  float: none;
  text-shadow: none;
  width: 55%;
  margin: 10px 10px 20px 20px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-text-block.shadow {
  text-shadow: 0 0 8px #000;
}

.section-12 {
  border-bottom: 1px solid var(--white);
  padding-bottom: 60px;
}

.cell-30, .cell-31 {
  justify-content: center;
}

.image-22 {
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.cell-32 {
  padding-top: 100px;
  display: block;
}

.section-13 {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cell-33 {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.cell-33:hover {
  transform: scale(1.01);
}

.paragraph-20 {
  color: var(--black);
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.container-13 {
  width: 65px;
  max-width: none;
  height: 65px;
  margin-left: 0;
  display: block;
  position: static;
}

.container-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: static;
}

.grid-2 {
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
}

.cell-34 {
  flex-direction: column;
  align-items: flex-start;
}

.container-15 {
  margin: 100px auto;
}

.heading-27 {
  color: var(--black);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ae9777, #9a847e 20%, #705b8e 74%, #3a27a3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.paragraph-21 {
  font-family: Inter, sans-serif;
}

.quick-stack-21 {
  margin-top: 60px;
}

.section-14, .image-23 {
  margin-left: 20px;
  margin-right: 20px;
}

.container-16 {
  clear: none;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: block;
  position: static;
  top: 0%;
  bottom: 100px;
  left: 0%;
  right: 0;
}

.cell-35 {
  padding-right: 0;
}

.image-24 {
  cursor: auto;
}

.image-24:hover {
  transform: scale(1.1);
}

.cell-36 {
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.paragraph-22 {
  color: var(--white);
  font-size: 14px;
}

.paragraph-22.black {
  color: var(--black);
}

.cell-37 {
  justify-content: center;
}

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

.section-15 {
  background-color: #000;
}

.quick-stack-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-height: none;
  margin-top: 60px;
}

.cell-38 {
  border-bottom: 1px solid #6d7278;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px 20px;
}

.paragraph-23 {
  color: var(--grey);
  text-align: center;
  margin-bottom: 0;
}

.text-span-2 {
  color: var(--white);
}

.cell-39 {
  padding-left: 10px;
  padding-right: 10px;
}

.quick-stack-24 {
  border: 1px none var(--white);
  padding-left: 40px;
  padding-right: 40px;
}

.cell-40 {
  border-left: 1px #000;
}

.cell-41 {
  border-bottom: 1px solid #6d7278;
}

.paragraph-23-copy {
  color: #868686;
  text-align: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-8-copy {
  font-family: var(--font-family);
  color: #fff;
  text-align: center;
  margin: 10px auto;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}

.image-25, .image-26, .image-27, .image-28 {
  padding-left: 20px;
  padding-right: 20px;
}

.section-16 {
  background-color: var(--black);
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.button-9 {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  flex: 0 auto;
  width: 100%;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 21px;
  text-decoration: none;
  display: block;
}

.button-9:hover {
  color: var(--black);
  background-color: #fff;
}

.quick-stack-25 {
  padding-left: 40px;
  padding-right: 40px;
}

.section-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: baseline;
}

.container-18 {
  max-width: none;
  height: 1920px;
  min-height: 192px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 150px 30px;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.section-18 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-19 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-5 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  border-top: 1px solid #fff;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 1024px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cell-42 {
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
}

.cell-43 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.cell-44 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
}

.cell-45, .div-block-6 {
  padding-left: 60px;
  padding-right: 60px;
}

.imge-block {
  margin: auto;
}

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

.container-19 {
  object-fit: cover;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.div-block-8 {
  margin-top: auto;
}

.section-black {
  background-color: #000;
  overflow: hidden;
}

.section-black.white {
  background-color: #fff;
}

.hero-container {
  color: var(--white);
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-container.contact {
  margin-left: auto;
  margin-right: auto;
}

.container-image-text-copy {
  color: var(--white);
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  display: flex;
}

.container-image-text-copy.contact {
  margin-left: auto;
  margin-right: auto;
}

.container-intro {
  max-width: 1024px;
  padding: 200px 20px 60px;
  display: block;
}

.section-intro {
  margin-left: 40px;
  margin-right: 40px;
}

.image-29 {
  width: 940px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.background-video-2 {
  border-radius: 10px;
  min-height: 750px;
}

.image-round {
  border-radius: 20px;
}

.link__wrap {
  margin-left: 35px;
  display: flex;
}

.hero-link {
  color: #acacac;
  text-align: left;
  align-self: center;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition-property: none;
}

.hero-link:hover {
  color: #acacac;
}

.hero-link.arrow {
  margin-left: 8px;
  font-size: 20px;
}

.logo-text {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.logo-text:hover {
  color: #000;
}

.container-20 {
  background-image: linear-gradient(90deg, red, #ff6f00 5%, #ffe100 11%, #c8ff00 17%, #73ff00 23%, #2bff00 29%, #0f1 35%, #00ff80 41%, #0fe 47%, #fff);
  max-width: 100%;
}

.html-embed {
  height: 25px;
}

.text-block-7 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  display: block;
}

.hero-footer {
  z-index: -80;
  background-color: #6b4efd;
  height: 0;
  min-height: 9vh;
  margin-top: -26px;
  margin-bottom: -19px;
  position: static;
}

.hero-footer.bottom {
  min-height: 8vh;
  margin-top: -19px;
  margin-bottom: 0;
}

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

.text-block-8 {
  color: var(--color);
  height: auto;
  padding-top: 5px;
  font-size: 22px;
}

.current-dot {
  margin-right: 7px;
  font-size: 9px;
}

.html-embed-2 {
  width: 500px;
  height: 510px;
}

.text-block-9 {
  color: #000;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 12px;
  text-decoration: none;
  display: block;
}

.text-block-10 {
  color: #000;
}

.image-30 {
  line-height: 26px;
}

.heading-28 {
  text-align: left;
  width: 100%;
  margin-top: 0;
  font-family: Rufina, sans-serif;
  font-size: 40px;
}

.heading-29 {
  font-family: Rufina, sans-serif;
}

.heading-30, .paragraph-24 {
  font-family: Poppins, sans-serif;
}

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

.section-20 {
  min-height: 100vh;
}

.section-24, .section-25 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.top-intro {
  margin-top: 200px;
}

.heading-32 {
  margin-top: 100px;
  margin-bottom: 0;
}

.bottom-intro {
  flex-flow: row;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.container-22 {
  min-height: 100vh;
  position: relative;
}

.title {
  color: #fff;
  letter-spacing: -5px;
  min-width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 185px;
  font-weight: 600;
  line-height: 140px;
}

.waves-section {
  max-width: 1024px;
  min-height: 50vh;
  margin: 0 auto 100px;
  padding-top: 0;
  padding-bottom: 25px;
  display: flex;
}

.html-embed-3 {
  min-height: 100vh;
  display: flex;
}

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

.div-block-10, .div-block-11 {
  display: flex;
}

.image-31 {
  filter: invert();
  max-width: 12px;
  max-height: 12px;
  margin-top: 7.5px;
  margin-right: 12px;
}

.html-embed-4 {
  object-fit: contain;
  margin-bottom: 0;
  display: block;
}

.marquee-horizontal {
  z-index: 0;
  background-color: #6b4efd;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-top: -45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: capitalize;
  flex: none;
  margin-right: 8vw;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.serenity-header {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 20px;
}

.serenity-desc {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #a7a8af;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 10px;
  line-height: 20px;
  display: block;
}

.image-32 {
  object-fit: cover;
  border-radius: 10px;
}

.cell-47 {
  justify-content: flex-end;
  align-items: center;
}

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

.cms1_image_wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  text-decoration: none;
  position: relative;
}

.cms1_image_link {
  width: 100%;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cms1_category-link {
  color: #fff;
  background-color: #0b0b1f;
  border-radius: 1.25rem;
  padding: .25rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  position: absolute;
  bottom: .75rem;
  left: .75rem;
}

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

.blog-title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.cms1_image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 20rem;
}

.cms1_title-link, .cms1_title-link:hover {
  color: #0b0b1f;
}

.read-more_link-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 600;
  display: inline-block;
}

.padding-global {
  margin-top: 80px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.cms1_item {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

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

.read-more_icon {
  width: 1rem;
  margin-left: .5rem;
  line-height: 0;
}

.read-more_wrapper {
  align-items: center;
  display: flex;
}

.blog-desc {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.blog-desc:hover {
  text-decoration: none;
}

.paragraph-26 {
  color: var(--white);
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.html-embed-5 {
  justify-content: center;
  align-items: flex-start;
  margin-top: -80px;
  margin-left: -25px;
  display: block;
}

.serenity-text-div {
  width: auto;
  max-width: 1024px;
  height: auto;
  margin: 35px auto 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.rounded {
  background-color: #000;
  border-radius: 0 0 25px 25px;
  min-height: 75px;
  display: block;
}

.rounded.top {
  border-radius: 25px 25px 0 0;
}

.quick-stack-26 {
  margin-top: 30px;
}

.image-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.serenity-img-1 {
  border-radius: 10px;
}

.bottom-curve {
  z-index: 5;
  background-color: #000;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-bottom: -20px;
  position: relative;
}

.rounded-bottom {
  background-color: #ff1919;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  display: block;
  position: static;
}

.hero-action-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.button-10 {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #6b4efd;
  border-radius: 50px;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: inline-block;
  position: static;
}

.button-10:hover {
  color: #fff;
  background-color: #7f66ff;
}

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

.text-block-13 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
}

.hero-link-2 {
  color: #acacac;
  text-align: left;
  align-self: center;
  margin-left: 0;
  font-weight: 500;
  text-decoration: none;
  transition-property: none;
}

.hero-link-2:hover {
  color: #acacac;
}

.hero-link-2.arrow {
  margin-left: 8px;
  font-size: 20px;
}

.section-21 {
  max-width: 1024px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-27 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.image-33 {
  border-radius: 10px;
}

.footer-white {
  background-color: #fff;
}

.image-34 {
  margin-top: 5px;
}

.container-24 {
  max-width: 1024px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-34 {
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-27 {
  color: var(--black);
  font-size: 18px;
}

.toggle {
  z-index: 10000000;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.lottie-animation {
  filter: contrast(200%) saturate(0%);
  width: 100px;
  height: 100px;
}

.section-22 {
  padding-top: 8em;
  padding-bottom: 8em;
}

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

.container.text-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label-2 {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.heading-35 {
  color: var(--black);
  margin-top: .4em;
  font-family: Inter, sans-serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.divider-2 {
  background-color: #111;
  width: 30%;
  height: 1px;
  margin: 6em auto;
}

.rte {
  text-align: left;
  width: 100%;
  max-width: 60ch;
}

.blog-section {
  max-width: 1024px;
  height: 100%;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-header-container {
  margin-top: 0;
  margin-bottom: 75px;
}

.blog-date {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.blog-date.big {
  font-size: 20px;
}

.heading-36 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 52px;
}

.heading-36.bolded {
  margin-top: 10px;
  font-size: 55px;
  font-weight: 500;
}

.paragraph-28 {
  color: var(--black);
  text-align: center;
  margin-top: 30px;
  font-size: 22px;
  line-height: 27px;
}

.blog-image {
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-previw-image {
  border-radius: 8px;
}

.blog-text-container {
  margin-bottom: 100px;
}

.blog-text {
  color: var(--black);
  margin-bottom: 55px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 26px;
}

.text-span-3, .text-span-4, .text-span-5 {
  text-decoration: underline;
}

.blog-article-header {
  color: var(--black);
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.blog-link {
  color: var(--white);
  text-decoration: none;
}

.blog-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.about-text-container {
  margin-top: 150px;
  margin-bottom: 150px;
}

.about-text {
  color: var(--black);
  text-align: left;
  margin-left: 135px;
  margin-right: 135px;
  font-size: 16px;
  line-height: 19px;
}

.about-content-container {
  border: 1px #000;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 220px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 120px;
}

.heading-37 {
  color: var(--black);
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 500;
  line-height: 40px;
}

.paragraph-29 {
  color: var(--black);
  text-align: center;
  margin-top: 30px;
  margin-left: 125px;
  margin-right: 125px;
  font-size: 18px;
}

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

.about-action-button {
  cursor: pointer;
  background-color: #6b4efd;
  border-radius: 8px;
}

.about-action-button:hover {
  color: #fff;
  background-color: #8971ff;
}

.dynamic-link-1 {
  color: #fff;
  cursor: pointer;
  align-self: flex-start;
  font-size: 14px;
  text-decoration: none;
  display: none;
}

.dynamic-link-1:hover {
  color: #8f8f8f;
}

.dynamic-link-1.black {
  color: #000;
}

.dynamic-link-2 {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

.dynamic-link-2:hover {
  color: #8f8f8f;
}

.dynamic-link-2.black {
  color: #000;
}

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

.div-block-12 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-23 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.blog-section-1 {
  max-width: 1024px;
  margin: 150px auto;
}

.blog-title-container {
  max-width: none;
}

.blog-section-title {
  color: var(--black);
  text-align: left;
  letter-spacing: -2px;
  margin-left: 10px;
  font-size: 70px;
  font-weight: 500;
  line-height: 85px;
}

.blog-holder-container {
  max-width: none;
  margin-top: 90px;
}

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

.blog-preview-container {
  transform-style: preserve-3d;
  background-image: var(--background-image);
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 20rem;
  max-width: none;
  height: 28rem;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.blog-preview-container:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.blog-preview-image-1 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.blog-preview-link {
  cursor: pointer;
  text-decoration: none;
}

.text-block-14 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.values-content-container {
  margin-top: 100px;
}

.values-grid {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 100px;
}

.values-div {
  border-bottom: 1px solid #d8d8d8;
  margin-top: 25px;
  padding-bottom: 45px;
}

.values-div.bottom {
  border-bottom-style: none;
}

.values-div.diversity, .values-div.abundance, .values-div.embrace {
  border: 1px #000;
}

.values-title {
  color: var(--black);
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-30 {
  color: var(--black);
  font-size: 15px;
  line-height: 20px;
}

.values-paragraph {
  color: var(--black);
  padding-top: 10px;
  font-size: 15px;
  line-height: 20px;
}

.text-block-15 {
  color: #fff;
  letter-spacing: 0;
}

.image-35 {
  width: 115px;
}

.image-35.s {
  filter: invert();
}

.image-36 {
  width: 115px;
}

.text-block-16 {
  color: #fff;
  text-align: left;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.text-block-17 {
  color: #fff;
  align-self: flex-end;
  width: 100%;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-block-18 {
  color: #fff;
  text-decoration: none;
}

.grid-3 {
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

/* Top text block */
.text-block-19 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  text-decoration: none;
  padding: 10px 0 10px 15px; /* Top, right, bottom, left */
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8); /* Optional for better visibility */
}

/* Bottom text block (blog title) */
.text-block-20 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0 10px 15px; /* Top, right, bottom, left */
  margin-top: auto; /* Ensures it stays at the bottom */
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8); /* Optional for better visibility */
}

.image-37 {
  margin-top: 5px;
}

.cell-50 {
  padding-top: 30px;
}

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

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

.body-4 {
  background-color: #000;
}

.div-block-13 {
  margin-left: auto;
  margin-right: auto;
}

.body-5 {
  margin-top: 200px;
}

.heading-40 {
  margin-top: 35px;
  margin-bottom: 15px;
}

.heading-41, .heading-42 {
  margin-top: 35px;
}

.list-item {
  margin-bottom: 5px;
}

.body-6 {
  margin-top: 200px;
}

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

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .paragraph-light {
    line-height: 24px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo.white.s {
    font-size: 45px;
    line-height: 50px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    background-color: var(--white);
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation {
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
    padding: 25px 30px;
  }

  .navigation.white {
    background-image: none;
  }

  .navigation-item {
    color: #7c7c7c;
    text-align: center;
    cursor: pointer;
    justify-content: flex-start;
    margin-top: 20px;
    margin-right: 0;
    padding: 20px 30px;
    font-size: 52px;
    font-weight: 400;
    transition: background-color .4s;
    display: flex;
  }

  .navigation-item:hover {
    color: #fff;
    background-color: rgba(127, 102, 255, 0);
  }

  .navigation-item:active {
    color: #7c7c7c;
    background-color: rgba(238, 240, 243, 0);
  }

  .navigation-item.contact {
    cursor: pointer;
    background-color: rgba(107, 78, 253, 0);
    border-radius: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    font-weight: 400;
  }

  .navigation-item.contact:hover {
    color: #fff;
    background-color: rgba(127, 102, 255, 0);
  }

  .navigation-item.blog {
    margin-right: 0;
  }

  .navigation-item.black {
    color: #000;
    font-weight: 400;
  }

  .navigation-item.black:hover {
    color: #7c7c7c;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: var(--black);
    flex-flow: column;
    min-height: 100vh;
    padding-top: 135px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-items.white {
    background-color: var(--white);
    color: #fff;
  }

  .navigation-items.white.s {
    background-color: var(--black);
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .contact-heading {
    color: var(--black);
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
    margin-bottom: 0;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .quick-stack {
    order: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .cell {
    justify-content: center;
  }

  .container-4 {
    margin-left: 0;
  }

  .image-footer {
    min-width: 150vw;
    overflow: hidden;
  }

  .image-footer.reverse {
    min-width: auto;
  }

  .section-hero {
    padding-top: 100px;
  }

  .quick-stack-intro {
    clear: none;
  }

  .paragraph-16 {
    font-size: 20px;
  }

  .section-white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-white.top {
    padding-bottom: 0;
  }

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

  .container-11 {
    max-width: 800px;
  }

  .section-9 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .image-text-block {
    font-size: 20px;
    line-height: 25px;
  }

  .cell-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-8-copy {
    line-height: 40px;
  }

  .div-block-5 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-46 {
    justify-content: center;
  }

  .container-intro {
    padding-left: 0;
    padding-right: 0;
  }

  .section-intro {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-9 {
    font-size: 13px;
  }

  .text-block-11 {
    font-size: 17px;
  }

  .menu-text {
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 400;
  }

  .menu-text.medium {
    color: var(--black);
    font-weight: 500;
  }

  .menu-text.medium.black {
    color: #000;
    font-weight: 500;
  }

  .menu-text.medium.s {
    color: var(--white);
  }

  .heading-28 {
    white-space: nowrap;
    font-size: 35px;
  }

  .marquee-horizontal {
    margin-top: -70px;
  }

  .serenity-desc {
    margin-top: 25px;
    padding-top: 0;
  }

  .image-32 {
    width: 100%;
    height: 100%;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-bottom: 5.8rem;
  }

  .paragraph-26 {
    font-size: 18px;
    line-height: 22px;
  }

  .html-embed-5 {
    margin-top: -75px;
  }

  .quick-stack-26 {
    margin-top: 56px;
  }

  .cell-48 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-action-container {
    margin-left: 0;
  }

  .button-10 {
    justify-content: center;
    margin-top: 29px;
  }

  .heading-33 {
    font-size: 26px;
    line-height: 32px;
  }

  .blog-image {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-article-header {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-29 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .dynamic-link-1 {
    display: block;
  }

  .dynamic-link-2 {
    display: none;
  }

  .blog-holder-container {
    max-width: 725px;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .values-div.diversity {
    border-bottom-style: solid;
    border-bottom-color: #d8d8d8;
  }

  .cell-51 {
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .paragraph-bigger {
    margin-top: 25px;
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 18px;
    line-height: 25px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 45px;
    line-height: 64px;
  }

  .heading-jumbo.hero {
    font-size: 55px;
    line-height: 55px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .image-footer {
    min-width: 200vw;
    overflow: hidden;
  }

  .section-hero {
    flex-direction: row;
  }

  .cell-19 {
    padding-top: 40px;
  }

  .heading-19.black {
    margin-bottom: 0;
    font-size: 16px;
  }

  .cell-21, .cell-22, .cell-23 {
    padding-left: 0;
  }

  .heading-20.black, .heading-21.black {
    margin-bottom: 0;
    font-size: 16px;
  }

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

  .quick-stack-intro.edited.main-page {
    margin-bottom: -30px;
  }

  .paragraph-16 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .section-white {
    margin-top: -5px;
  }

  .section-white.top {
    padding-top: 100px;
  }

  .rich-text-block, .section-9 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-text-block {
    text-align: left;
    width: 80%;
    font-size: 15px;
    line-height: 20px;
  }

  .heading-27 {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph-22.black {
    line-height: 20px;
  }

  .cell-38, .cell-39 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-24, .paragraph-23-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-8-copy {
    font-size: 30px;
    line-height: 35px;
  }

  .button-9 {
    justify-content: center;
    align-items: center;
    height: 90px;
    padding-top: 20px;
    display: flex;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-container {
    text-align: center;
    padding: 0;
  }

  .container-image-text-copy {
    text-align: center;
    padding-bottom: 65px;
  }

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

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

  .cms1_list {
    grid-template-columns: 1fr;
    margin-left: 15px;
    margin-right: 15px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-title {
    font-size: 1rem;
  }

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

  .paragraph-26.edited {
    margin-top: 30px;
  }

  .image-container {
    margin-top: 50px;
  }

  .hero-action-container {
    padding-top: 25px;
  }

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

  .heading-33 {
    font-size: 27px;
    line-height: 35px;
  }

  .image-33 {
    object-fit: cover;
    height: 400px;
  }

  .image-34 {
    margin-top: 15px;
  }

  .heading-36 {
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph-28 {
    font-size: 20px;
    line-height: 25px;
  }

  .blog-image {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-previw-image {
    object-fit: cover;
    height: 400px;
  }

  .blog-article-header {
    font-size: 20px;
    line-height: 25px;
  }

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

  .paragraph-29 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 17px;
  }

  .section-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .values-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .values-div {
    border: 1px #000;
    margin-top: 0;
    padding-bottom: 0;
  }

  .values-div.diversity {
    border-bottom-style: none;
  }

  .image-37 {
    margin-top: 12px;
  }

  .cell-51.s {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .heading-40 {
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .paragraph-bigger {
    font-size: 17px;
    line-height: 23px;
  }

  .paragraph-bigger.cc-bigger-white-light.right-side {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 35px;
    line-height: 48px;
  }

  .heading-jumbo.hero {
    word-break: break-all;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 45px;
    line-height: 45px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .navigation.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .intro-text {
    margin-left: auto;
  }

  .quick-stack {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-13 {
    display: none;
  }

  .image-footer {
    min-width: 300vw;
    overflow: hidden;
  }

  .quick-stack-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-footer.black {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .section-hero {
    min-width: auto;
    min-height: auto;
    margin-right: auto;
  }

  .heading-19, .heading-20, .heading-21 {
    font-size: 17px;
  }

  .paragraph-16.s {
    margin-top: 10px;
    font-size: 17px;
  }

  .section-white {
    border-radius: 0 0 15px 15px;
    margin-top: -5px;
  }

  .section-white.top {
    border-radius: 15px 15px 0 0;
  }

  .quick-stack-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block, .section-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .paragraph-22.black {
    font-size: 12px;
    line-height: 15px;
  }

  .cell-39 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-23-copy {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-8-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .hero-container {
    min-width: auto;
    min-height: auto;
  }

  .container-image-text-copy {
    display: none;
  }

  .hero-footer {
    margin-top: -30px;
  }

  .hero-footer.bottom {
    margin-top: -20px;
  }

  .serenity-header {
    font-size: 20px;
  }

  .serenity-desc {
    font-size: 16px;
    line-height: 21px;
  }

  .cms1_list {
    width: auto;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-5 {
    width: 107.249%;
    margin-top: -30px;
    margin-bottom: 40px;
    margin-left: 0;
    display: block;
  }

  .rounded, .rounded.top {
    border-radius: 15px;
  }

  .serenity-img-1 {
    object-fit: cover;
    height: 400px;
  }

  .hero-action-container {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .heading-33 {
    font-size: 25px;
    line-height: 30px;
  }

  .section-21 {
    margin-bottom: 0;
  }

  .image-33 {
    object-fit: cover;
    height: 400px;
  }

  .image-34 {
    display: block;
  }

  .blog-section {
    margin-top: 150px;
  }

  .heading-36 {
    font-size: 45px;
  }

  .paragraph-28 {
    font-size: 18px;
  }

  .blog-image {
    margin-bottom: 50px;
  }

  .blog-text {
    font-size: 17px;
  }

  .blog-article-header {
    font-size: 20px;
    line-height: 25px;
  }

  .about-content-container {
    margin-top: 150px;
  }

  .heading-37 {
    font-size: 35px;
  }

  .paragraph-29 {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 23px;
  }

  .about-buttons {
    margin-top: 40px;
  }

  .about-action-button {
    font-size: 14px;
  }

  .div-block-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-block-20 {
    color: #fff;
    padding-bottom: 15px;
    padding-left: 15px;
    text-decoration: none;
  }

  .heading-38 {
    font-size: 20px;
  }

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

  .heading-39 {
    font-size: 30px;
    line-height: 35px;
  }

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

#w-node-_6074f24e-a578-0dbf-92cf-edc9bb86ace6-123b2666 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-e5913f0e-3914-82d4-0683-cc15097a915c-123b2666 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3cd92781-2c91-cf89-1f7c-219b3d681f0c-123b2666, #w-node-_98369504-0127-8c25-1aa5-4f136ad065a9-123b2666 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c188dd97-813c-3bee-c0bc-7550633b66e2-1af39466 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c188dd97-813c-3bee-c0bc-7550633b66e3-1af39466, #w-node-c188dd97-813c-3bee-c0bc-7550633b66e5-1af39466, #w-node-c188dd97-813c-3bee-c0bc-7550633b66ea-1af39466, #w-node-c188dd97-813c-3bee-c0bc-7550633b66ef-1af39466 {
  grid-row: span 3 / span 3;
}

#w-node-c188dd97-813c-3bee-c0bc-7550633b66f8-1af39466 {
  grid-column: span 4 / span 4;
}

#w-node-c188dd97-813c-3bee-c0bc-7550633b6700-1af39466 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-bbde74b9-8b40-64ba-df25-b81b113fab17-123b2669 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a72978-48a72977 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a72979-48a72977, #w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a7297b-48a72977, #w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a72980-48a72977, #w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a72985-48a72977 {
  grid-row: span 3 / span 3;
}

#w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a7298e-48a72977 {
  grid-column: span 4 / span 4;
}

#w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a72996-48a72977 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-b92267f0-dc17-0ccc-fd7e-6faffc09f09c-123b266a, #w-node-_4b5f392c-1de4-ba6b-cced-2c9acf975e69-123b266a, #w-node-_365ff979-358e-bb44-621f-0baf1f9fc00b-123b266a {
  align-self: end;
}

#w-node-_9a3891a2-db08-4771-655b-2c857322c77f-123b266b, #w-node-_9a6d7656-1fa0-8e4f-f236-71e6e360a8c7-123b2671 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_27b5849f-b4f9-8d0f-898b-54524c9675b2-123b2671 {
  grid-template-rows: minmax(max-content, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6cd80bd4-e79c-c778-c200-98cb20a838c5-123b2671, #w-node-e5632971-a961-ad46-9809-dbf6d0edbaf4-123b2671, #w-node-_6c70ba92-1e9c-f009-320b-36bc68ac54c4-123b2671, #w-node-_571c702e-e856-ff6a-bcbe-199e5d3cc4d1-123b2671 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_2518ca1c-8ab1-1011-7056-dd569c0879d1-123b2671 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_90c65551-6120-cf98-ca56-040b80418693-123b2671 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6430e6ee-6efc-7b7a-8e40-2cb92839b09e-123b2671, #w-node-_64d71fd4-d76b-e274-c710-a7dc653b23ef-123b2671, #w-node-_2533862b-3055-3a95-f5a4-70b315d481a9-123b2671, #w-node-cfef7334-8b49-a036-c879-ddcc6af1f9a9-123b2671 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_390e0b55-aef5-68aa-6b70-c7794c36399e-123b2671 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_390e0b55-aef5-68aa-6b70-c7794c3639a6-123b2671, #w-node-_390e0b55-aef5-68aa-6b70-c7794c3639ac-123b2671, #w-node-_390e0b55-aef5-68aa-6b70-c7794c3639b2-123b2671, #w-node-_390e0b55-aef5-68aa-6b70-c7794c3639c1-123b2671, #w-node-_390e0b55-aef5-68aa-6b70-c7794c3639c7-123b2671, #w-node-_390e0b55-aef5-68aa-6b70-c7794c3639cd-123b2671, #w-node-_390e0b55-aef5-68aa-6b70-c7794c3639d3-123b2671, #w-node-_390e0b55-aef5-68aa-6b70-c7794c3639e2-123b2671, #w-node-_390e0b55-aef5-68aa-6b70-c7794c3639e8-123b2671, #w-node-_390e0b55-aef5-68aa-6b70-c7794c3639ee-123b2671 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr;
}

#w-node-f7d5c403-5f4a-283d-67e4-1c11f0bde1b9-123b2671 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_6074f24e-a578-0dbf-92cf-edc9bb86ace6-123b2666 {
    grid-template-rows: 1.5fr;
    grid-template-columns: 1fr;
  }

  #w-node-_27b5849f-b4f9-8d0f-898b-54524c9675b2-123b2671 {
    grid-template-rows: minmax(max-content, 1fr);
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3cd92781-2c91-cf89-1f7c-219b3d681f0c-123b2666, #w-node-_98369504-0127-8c25-1aa5-4f136ad065a9-123b2666, #w-node-bbde74b9-8b40-64ba-df25-b81b113fab17-123b2669 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a72978-48a72977 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .5fr .25fr .25fr .25fr;
  }

  #w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a7298e-48a72977 {
    grid-row: span 1 / span 1;
  }

  #w-node-_9a3891a2-db08-4771-655b-2c857322c77f-123b266b, #w-node-_9a6d7656-1fa0-8e4f-f236-71e6e360a8c7-123b2671 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6074f24e-a578-0dbf-92cf-edc9bb86ace6-123b2666 {
    grid-template-rows: 1.5fr;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-c188dd97-813c-3bee-c0bc-7550633b66e2-1af39466 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c188dd97-813c-3bee-c0bc-7550633b66e3-1af39466 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c188dd97-813c-3bee-c0bc-7550633b66e5-1af39466, #w-node-c188dd97-813c-3bee-c0bc-7550633b66ea-1af39466 {
    grid-row: span 2 / span 2;
  }

  #w-node-c188dd97-813c-3bee-c0bc-7550633b66ef-1af39466 {
    grid-row: span 3 / span 3;
  }

  #w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a72978-48a72977 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr .25fr .25fr;
  }

  #w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a72979-48a72977 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a7297b-48a72977, #w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a72980-48a72977, #w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a72985-48a72977 {
    grid-row: span 3 / span 3;
  }

  #w-node-b922e28b-0ceb-aa9e-cca7-9e5f48a7298e-48a72977 {
    grid-column: span 3 / span 3;
  }

  #w-node-_27b5849f-b4f9-8d0f-898b-54524c9675b2-123b2671 {
    grid-template-rows: minmax(max-content, 1fr);
    grid-template-columns: 1fr;
  }

  #w-node-_90c65551-6120-cf98-ca56-040b80418693-123b2671 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Soria Font';
  src: url('/fonts/soria-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'calibre';
  src: url('/fonts/TestCalibre-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'calibre';
  src: url('/fonts/TestCalibre-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'calibre';
  src: url('/fonts/TestCalibre-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre-LightItalic';
  src: url('/fonts/TestCalibre-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre-Semibold';
  src: url('/fonts/TestCalibre-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre-BlackItalic';
  src: url('/fonts/TestCalibre-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre-SemiboldItalic';
  src: url('/fonts/TestCalibre-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre-MediumItalic';
  src: url('/fonts/TestCalibre-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre-Black';
  src: url('/fonts/TestCalibre-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre-BoldItalic';
  src: url('/fonts/TestCalibre-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre-Regular';
  src: url('/fonts/TestCalibre-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre-ThinItalic';
  src: url('/fonts/TestCalibre-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre-Medium';
  src: url('/fonts/TestCalibre-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre-Bold';
  src: url('/fonts/TestCalibre-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}