:root {
  --blue: #002060;
  --untitled-ui--gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui--gray900\<deleted\|variable-f63dbb51\>: #101828;
  --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #7f56d9;
  --untitled-ui--white\<deleted\|variable-e3beb9c1\>: white;
  --untitled-ui--primary700\<deleted\|variable-da4f7fa3\>: #6941c6;
  --untitled-ui--primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui--gray400\<deleted\|variable-b339bef7\>: #98a2b3;
  --untitled-ui--gray50\<deleted\|variable-8a511359\>: #f9fafb;
  --untitled-ui--gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
  --untitled-ui--gray700\<deleted\|variable-d4f37b50\>: #344054;
  --untitled-ui--gray800\<deleted\|variable-0a1a9f61\>: #1d2939;
  --untitled-ui--gray100\<deleted\|variable-4a47ec41\>: #f2f4f7;
  --untitled-ui--gray500\<deleted\|variable-68f29e84\>: #667085;
  --untitled-ui--gray200\<deleted\|variable-bad2ea62\>: #eaecf0;
  --untitled-ui--primary300\<deleted\|variable-b540dac6\>: #d6bbfb;
  --untitled-ui--success50\<deleted\|variable-9177f7a8\>: #ecfdf3;
  --untitled-ui--success700\<deleted\|variable-1c4c81d0\>: #027a48;
  --untitled-ui--primary50\<deleted\|variable-a4451441\>: #f9f5ff;
  --untitled-ui--primary800\<deleted\|variable-ddf4f85f\>: #53389e;
  --white: white;
  --white-20: #fff3;
  --gray: lightgrey;
  --black: black;
  --white-10: #ffffff1a;
  --white-5: #ffffff0d;
  --dark-gray: #475467;
  --white-50: #ffffff80;
  --purple: #a45ea1;
  --dim-gray: #98a2b3;
  --light-gray: #f6f6f9;
}

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

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

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

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

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 {
  margin-bottom: 0;
}

a {
  color: #1a1b1f;
  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 {
  width: 100%;
  height: 100px;
  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 {
  opacity: .1;
  background-color: #002060;
  width: 100%;
  height: 1px;
}

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

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-shadow: 0 1px 4px #0000004d;
  margin-bottom: 0;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

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

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: #002060;
  position: relative;
}

.primary-button.cc-contact-us:hover {
  background-color: #a45ea1;
}

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

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  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: 1;
  color: #a45ea1;
  text-align: center;
}

.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: .6;
  color: #002060;
  letter-spacing: 1px;
  font-weight: 300;
}

.heading-jumbo {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: none;
  text-shadow: 0 0 8px #0000004d;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

.heading-jumbo-small {
  color: #002060;
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #002060, #a45ea1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 600;
  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;
}

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

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

.logo-link.w--current {
  width: auto;
  height: auto;
  min-height: auto;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: 20px;
  display: flex;
  position: static;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  padding: 30px 0;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: #002060;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .4s;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

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

.logo-image {
  width: 200px;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  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;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/DSC09088.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  margin-bottom: 0;
  padding-top: 220px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  width: auto;
  margin-bottom: 0;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 40px;
  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-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 solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.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: #32343a66;
}

.text-field.cc-contact-field {
  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 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  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;
}

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

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

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

.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: #1a1b1f;
  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 {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: #002060;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  margin-bottom: 80px;
  display: flex;
}

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

.intro-text {
  width: 550px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start 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;
}

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

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

.container-2 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff0d;
  border-radius: 20px;
  width: 350px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px;
  transition: all .4s;
  box-shadow: 0 0 16px 4px #fff3;
}

.form {
  margin-top: 20px;
  padding: 0;
}

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

.text-field-2 {
  color: #000;
  width: 48%;
  margin-right: auto;
}

.text-field-3 {
  color: #000;
  width: 48%;
}

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

.submit-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  letter-spacing: 2px;
  background-color: #fff3;
  border-radius: 100px;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  transition: all .4s;
}

.submit-button:hover {
  background-color: #ffffff80;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 150%;
}

.paragraph-bigger-2 {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.paragraph-bigger-2.cc-bigger-white-light {
  opacity: 1;
  color: #fff;
  text-align: left;
}

.container-4 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
}

.container-5 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  background-image: linear-gradient(135deg, #00076040, #a45ea140);
  border: 1px solid #fff;
  width: 114px;
  margin-left: 0;
  margin-right: 20px;
  padding: 5px 20px;
}

.text-block {
  color: #a45ea1;
  text-align: center;
  font-size: 12px;
}

.container-6 {
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 100%;
  display: flex;
}

.paragraph-bigger-3 {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.paragraph-bigger-3.cc-bigger-white-light {
  opacity: 1;
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-shadow: 0 1px 4px #0000004d;
  margin-bottom: 0;
}

.paragraph-bigger-4 {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.paragraph-bigger-4.cc-bigger-white-light {
  opacity: 1;
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-shadow: 0 1px 4px #0000004d;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 42px;
  font-weight: 600;
  line-height: 111%;
}

.container-7 {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff1a;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 12px 4px #fff3, inset 0 2px 12px #fff3;
}

.container-7.lp {
  background-color: #0000001a;
  box-shadow: 0 2px 12px 4px #fff3, inset 0 2px 12px #fff3;
}

.container-8 {
  justify-content: flex-end;
  align-items: center;
  width: 940px;
  max-width: none;
  height: auto;
  margin-bottom: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image {
  width: 150px;
  height: 50px;
  margin-right: 0;
}

.button {
  background-color: #fff;
  background-image: linear-gradient(315deg, #a45ea1, var(--blue));
  letter-spacing: 2px;
  width: 156px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  transition-property: all;
  transition-duration: .4s;
}

.button:hover {
  opacity: .75;
  color: #fff;
  background-image: linear-gradient(270deg, #a45ea1, #002060);
  font-weight: 300;
}

.container-9 {
  background-color: #fff0;
}

.container-10 {
  color: #fff0;
  cursor: pointer;
  background-color: #fff0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 9px 30px;
  transition: all .4s;
  position: relative;
}

.container-10:hover {
  background-color: #ffffff1a;
}

.text-block-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  width: auto;
  min-width: auto;
  display: block;
  overflow: visible;
}

.container-11 {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: #fff;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
}

.link:hover {
  opacity: .8;
  color: #fff;
}

.success-message {
  background-color: #ddd0;
}

.error-message {
  color: #ff7070;
  background-color: #ffdede00;
}

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

.text-field-4 {
  color: #000;
}

.image-2 {
  width: 500px;
}

.container-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 940px;
  height: auto;
  margin-bottom: 220px;
  display: flex;
  position: relative;
}

.heading-2 {
  opacity: .05;
  color: #002060;
  letter-spacing: 5px;
  margin-top: 0;
  font-size: 125px;
  font-weight: 600;
  line-height: 100%;
  position: static;
}

.section-heading-2 {
  color: #002060;
  letter-spacing: 15px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
  position: relative;
}

.section-heading-3 {
  color: #002060;
  letter-spacing: 2px;
  margin-top: 140px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
}

.container-13 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff40;
  border: 1px solid #a45ea1;
  width: 114px;
  margin-left: 0;
  margin-right: 20px;
  padding: 5px 20px;
}

.image-3 {
  z-index: -1;
  width: 500px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-3._1 {
  height: 500px;
}

.text-block-5 {
  opacity: .5;
  color: #002060;
  letter-spacing: 1px;
  width: 400px;
  font-weight: 200;
}

.home-content-wrap-2 {
  width: 100%;
  margin-top: 220px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section-heading-4 {
  color: #002060;
  text-align: right;
  letter-spacing: 15px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
}

.heading-3 {
  opacity: .05;
  color: #002060;
  text-align: right;
  letter-spacing: 5px;
  margin-top: 0;
  font-size: 125px;
  font-weight: 600;
  line-height: 100%;
  position: static;
}

.section-heading-5 {
  color: #002060;
  text-align: right;
  letter-spacing: 2px;
  margin-top: 140px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
}

.container-14 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
}

.text-block-6 {
  opacity: .5;
  color: #002060;
  letter-spacing: 1px;
  width: 400px;
  margin-left: auto;
  font-weight: 200;
}

.image-4 {
  z-index: -1;
  width: 500px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-4._1 {
  height: 500px;
}

.text-block-1 {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.home-content-wrap-1, .home-content-wrap-copy {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.image-5 {
  z-index: -1;
  width: 375px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-6 {
  z-index: -1;
  width: 350px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-6._1 {
  height: 500px;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.container-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.container-16 {
  background-image: linear-gradient(210deg, #a45ea1, #2e006d);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.heading-4 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
}

.text-block-7 {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
  line-height: 200%;
}

.image-7 {
  z-index: 1;
  width: 35px;
  height: 35px;
  position: static;
  inset: 20px;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.container-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 700px;
  display: grid;
}

.container-19 {
  margin-left: 0;
  margin-right: 0;
}

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

.container-20 {
  box-sizing: border-box;
  object-fit: fill;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 440px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px 40px 40px;
  display: flex;
}

.section-heading-6 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 200;
  line-height: 100%;
}

.text-block-8 {
  opacity: .5;
  margin-top: 10px;
  font-size: 14px;
}

.text-block-9 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.container-21 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

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

.text-block-10 {
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
}

.container-22 {
  background-image: linear-gradient(90deg, #a45ea1, #002060);
  border-radius: 5px;
  width: 75px;
  height: 24px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 100%;
}

.container-23 {
  border: 2px solid #a45ea1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 582px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px 40px 29px;
  display: none;
}

.container-24 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-12 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: auto;
  font-size: 10px;
  line-height: 24px;
}

.text-block-13 {
  opacity: .5;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}

.container-25 {
  border: 4px solid #dbdbdb;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  margin-top: 20px;
  display: flex;
}

.container-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-27 {
  border-left: 4px solid #dbdbdb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.container-28 {
  border-bottom: 4px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  display: flex;
}

.text-block-14 {
  letter-spacing: 2px;
  font-weight: 400;
}

.text-block-15 {
  margin-left: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

.container-29 {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  margin: 10px 0;
  display: flex;
}

.text-block-16 {
  margin-left: 10px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 20px;
}

.container-30 {
  background-color: #a45ea1;
  background-image: linear-gradient(45deg, #a45ea1, #002060);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0 auto 0%;
}

.container-31 {
  justify-content: flex-start;
  align-items: center;
  width: 391px;
  height: auto;
  margin: 10px 0 10px 140px;
  display: flex;
}

.text-block-17 {
  color: #fff;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.text-block-18 {
  color: #fff;
  background-color: #fff0;
  margin-bottom: 20px;
}

.button-2 {
  letter-spacing: 2px;
  background-color: #fff;
  background-image: linear-gradient(90deg, #a45ea1, #002060);
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: none;
  height: 60px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  transition-property: all;
  transition-duration: .4s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #a45ea1, #002060);
  font-weight: 300;
}

.container-32 {
  color: #fff0;
  cursor: pointer;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 9px 30px;
  transition: all .4s;
  display: flex;
  position: relative;
}

.container-32:hover {
  background-color: #ffffff1a;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-faq02_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.uui-section_faq02 {
  width: 940px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq02_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.uui-faq02_answer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.uui-faq02_accordion {
  background-color: #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq02_icon-wrapper {
  color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  width: 1.5rem;
  height: 1.5rem;
  color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-heading-subheading {
  color: #a45ea1;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq02_heading {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

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

.uui-cta09_component {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
  border-radius: 1rem;
  padding: 4rem;
}

.uui-section_cta09 {
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  position: relative;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui--gray800\<deleted\|variable-0a1a9f61\>);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

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

.uui-footer07_legal-link {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_legal-link:hover {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
}

.uui-footer07_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-footer07_link {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  text-align: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_link:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-footer07_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200\<deleted\|variable-bad2ea62\>);
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer07_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

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

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.image-9 {
  width: 200px;
}

.navbar-no-shadow {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000001a;
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(45deg, #a45ea1, #002060);
  margin-bottom: 140px;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 2px 16px 6px #0003;
}

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

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

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

.nav-menu-wrapper {
  display: flex;
}

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

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  border-bottom: 1px solid #fff0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
}

.nav-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

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

.nav-link.w--current {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

.mobile-margin-top-10 {
  margin-bottom: 10px;
  margin-left: 20px;
}

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

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

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

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

.section-heading-7 {
  color: #002060;
  text-align: right;
  letter-spacing: 2px;
  margin-top: 140px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
}

.section-heading-8 {
  color: #002060;
  letter-spacing: 2px;
  margin-top: 140px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
}

.link-block {
  position: absolute;
  inset: 0;
}

.mobile-margin-top-11 {
  margin-bottom: 0;
  margin-left: 20px;
}

.list-item {
  margin-bottom: 0;
}

.list-item-2 {
  color: #fff;
  margin-bottom: 0;
}

.list-item-3, .list-item-4, .list-item-5 {
  margin-bottom: 0;
}

.section-2 {
  object-fit: fill;
  width: 100vw;
  height: 45vw;
  padding-top: 175px;
  position: relative;
  overflow: hidden;
}

.div-block-3 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 940px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar-no-shadow-copy {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000001a;
  width: 100%;
  margin-bottom: 140px;
  position: static;
  inset: 0% 0% auto;
}

.section-3 {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-5 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 300;
  line-height: 150%;
}

.container-33 {
  width: 940px;
  max-width: none;
  font-weight: 700;
}

.container-34 {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
}

.container-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 15px 20px;
  transition: all .4s;
  display: flex;
}

.container-35:hover {
  background-color: #f5f5f5;
}

.text-block-20 {
  color: #696969;
  text-align: left;
  letter-spacing: 2px;
  width: 100px;
  margin-right: 40px;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
}

.paragraph {
  letter-spacing: 0;
  width: auto;
  max-width: 620px;
  height: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
}

.container-36 {
  background-color: #a45ea1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 30px;
  margin-right: 20px;
  display: flex;
}

.text-block-21 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.body-2 {
  overflow: hidden;
}

.container-37 {
  opacity: .3;
  background-color: #a39c9c;
  background-image: linear-gradient(270deg, #a45ea1, #002060);
  width: 167%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% 0% 0;
  transform: rotate(137deg);
}

.container-38 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
}

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

.section-4 {
  object-position: 50% 50%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-22 {
  color: #a45ea1;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 300;
  line-height: 150%;
}

.text-block-23 {
  color: #a45ea1;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}

.container-39 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.container-40 {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 290px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.image-11 {
  object-fit: cover;
  border-radius: 10px;
  width: 300px;
  height: 200px;
}

.heading-7 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 100%;
}

.paragraph-2 {
  width: auto;
  height: 140px;
  font-weight: 200;
}

.container-41 {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.container-42 {
  border-bottom: 0 solid #cecece;
  height: auto;
}

.paragraph-3 {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  font-weight: 200;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  line-height: 28px;
}

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

.uui-page-padding-2 {
  background-color: #f7f7f7;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.uui-button-2.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300\<deleted\|variable-b540dac6\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.uui-form_input.select {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  background-color: #fff;
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-footer05_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200\<deleted\|variable-bad2ea62\>);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer05_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  place-items: start;
}

.uui-footer05_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer05_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.uui-footer05_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.uui-footer05_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_link:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-footer05_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-footer05_social-icons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: none;
}

.uui-footer05_social-link {
  color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_social-link:hover {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: auto;
  display: flex;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype-2 {
  flex: none;
  width: 200px;
  height: auto;
}

.uui-footer05_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer05_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.uui-footer05_legal-list-wrapper {
  grid-column-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uui-footer05_legal-link {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer05_legal-link:hover {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xlarge-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-footer05_link-list-heading {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50\<deleted\|variable-9177f7a8\>);
  color: var(--untitled-ui--success700\<deleted\|variable-1c4c81d0\>);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.navbar-no-shadow-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000c;
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(315deg, #a45ea1, #002060);
  margin-bottom: 40px;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 0 2px 12px 3px #0003;
}

.container-43 {
  border-top: 1px solid #cecece;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.heading-8 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 100%;
  display: flex;
}

.text-block-24 {
  color: #696969;
  text-align: center;
  letter-spacing: 2px;
  width: 100px;
  margin-right: 60px;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
}

.paragraph-1 {
  letter-spacing: 0;
  width: auto;
  max-width: 620px;
  height: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.container-44 {
  border-bottom: 0 solid #cecece;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.uui-form-checkbox-label {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.uui-form-radio-icon {
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
}

.uui-form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.uui-form-radio-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  margin-top: 0;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-image: url('../images/check-tick.svg');
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-field-label {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
  box-shadow: none;
  background-image: url('../images/check_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary50\<deleted\|variable-a4451441\>);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  border-radius: .25rem;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.success-text {
  font-weight: 600;
}

.error-text {
  color: #e23939;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.uui-form-radio-label {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

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

.uui-text-style-link-02 {
  color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-contact04_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-contact04_item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-contact04_icon-wrapper {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact04_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

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

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

.uui-contact02_component {
  flex-direction: column;
  align-items: stretch;
  max-width: 35rem;
  margin: 0 auto 0;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-contact01_component {
  flex-direction: column;
  align-items: stretch;
  max-width: 30rem;
  margin: 6rem auto 0;
}

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

.uui-padding-vertical-xhuge-4 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.field-label {
  text-align: right;
  width: 150px;
  height: 100%;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-5 {
  color: #000;
  width: 770px;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 120px;
  display: flex;
}

.textarea {
  color: #000;
  width: 770px;
  min-height: 75px;
  font-weight: 400;
}

.submit-button-2 {
  opacity: 1;
  letter-spacing: 2px;
  background-color: #fff;
  background-image: linear-gradient(90deg, #a45ea1, #002060);
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 300;
  transition: all .4s;
  display: block;
  position: static;
  inset: 0%;
}

.submit-button-2:hover {
  opacity: .9;
}

.form-block {
  transition: all .4s;
}

.text-block-25 {
  font-weight: 400;
}

.success-message-3 {
  background-color: #f1f1f1;
}

.text-block-26 {
  font-weight: 400;
}

.intro-header-2 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/relaxationimage.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.intro-header-2.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-header-3 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/relaxationimage.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  margin-bottom: 60px;
  padding-top: 220px;
  display: flex;
}

.intro-header-3.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.text-block-27 {
  font-size: 14px;
  font-weight: 300;
}

.container-45 {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  max-width: none;
  height: 75px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.container-46 {
  width: 1200px;
  max-width: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 1200px;
  height: 500px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.object-b {
  perspective: none;
  width: 100%;
  height: 500px;
  padding-right: 100px;
}

.object-container-b {
  perspective: none;
  width: 100%;
  height: 500px;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotateX(46deg)rotateY(6deg)rotateZ(-34deg);
}

.object-b-1 {
  opacity: .5;
  filter: blur(5px);
  width: 80%;
  max-width: none;
  height: 60%;
  transform-style: preserve-3d;
  background-image: linear-gradient(220deg, #fffc, #fff0), linear-gradient(50deg, #0780eb, #fff0);
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  transform: translate3d(0, 0, 10vh);
}

.object-b-2 {
  width: 80%;
  max-width: none;
  height: 65%;
  transform-style: preserve-3d;
  background-image: linear-gradient(220deg, #fffc, #fff0), linear-gradient(50deg, #0780eb, #fff0);
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  transform: translate3d(0, 0, -3vh);
}

.object-b-3 {
  opacity: .5;
  filter: blur(20px);
  width: 90%;
  max-width: none;
  height: 45%;
  transform-style: preserve-3d;
  background-image: linear-gradient(220deg, #fffc, #fff0), linear-gradient(50deg, #0780eb, #fff0);
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  transform: translate3d(0, 0, -21vh);
}

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

.section-5 {
  object-position: 50% 50%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.container-47 {
  width: 1200px;
  max-width: none;
  font-weight: 700;
}

.text-block-28 {
  color: #a45ea1;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}

.container-48 {
  border-bottom: 1px solid #dfdfdf;
  width: 700px;
  height: 601px;
  margin-top: 40px;
}

.container-49 {
  border-top: 1px solid #dfdfdf;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.container-49:hover {
  background-color: #f8f8f8;
  height: 110px;
}

.text-block-29 {
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  display: flex;
}

.heading-10 {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.heading-11 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
}

.container-50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-30 {
  letter-spacing: 5px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 200;
  line-height: 150%;
}

.paragraph-4 {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 300;
}

.object-container-a {
  perspective: none;
  width: 100%;
  height: 500px;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotateX(-23deg)rotateY(49deg)rotateZ(5deg);
}

.object-a {
  perspective: 1300px;
  width: 100%;
  height: 500px;
  padding-right: 0;
}

.object-a-1 {
  opacity: .5;
  filter: blur(5px);
  width: 80%;
  max-width: none;
  height: 60%;
  transform-style: preserve-3d;
  background-image: linear-gradient(220deg, #fffc, #fff0), linear-gradient(50deg, #00d0ff, #fff0);
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  transform: translate3d(0, 0, 10vh);
}

.object-a-2 {
  width: 80%;
  max-width: none;
  height: 65%;
  transform-style: preserve-3d;
  background-image: linear-gradient(220deg, #fffc, #fff0), linear-gradient(50deg, #00d0ff, #fff0);
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  transform: translate3d(0, 0, -3vh);
}

.object-a-3 {
  opacity: .5;
  filter: blur(20px);
  width: 90%;
  max-width: none;
  height: 45%;
  transform-style: preserve-3d;
  background-image: linear-gradient(220deg, #fffc, #fff0), linear-gradient(50deg, #00d0ff, #fff0);
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  transform: translate3d(0, 0, -21vh);
}

.section-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-bottom: 140px;
  display: flex;
}

.heading-12 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 600;
}

.div-block-6 {
  border-bottom: 1px solid #d4d4d4;
  width: 940px;
  height: auto;
}

.container-52 {
  border-top: 1px solid #d4d4d4;
  border-bottom: 0 solid #d4d4d4;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-13 {
  width: 300px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 300%;
}

.text-block-31 {
  letter-spacing: 2px;
  width: 644.766px;
  height: auto;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 200%;
}

.heading-14 {
  letter-spacing: 3px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.container-53 {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  justify-content: flex-start;
  align-items: center;
  width: 940px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-7 {
  border-bottom: 0 solid #d4d4d4;
  width: 940px;
  height: auto;
}

.paragraph-5 {
  width: auto;
  margin-top: 10px;
  font-size: 14px;
}

.container-54 {
  margin-bottom: 60px;
}

.container-55 {
  border: 2px solid #a45ea1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 582px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px 40px 29px;
  display: block;
}

.form-3 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0000001a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 306px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px 30px;
  display: flex;
  box-shadow: inset 0 2px 12px #fff3, 0 2px 12px 4px #fff3;
}

.text-field-6 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #ffffff0d;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all .3s;
  box-shadow: 0 2px 8px #fff3;
}

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

.text-field-6:focus {
  background-color: #ffffff1a;
  border-color: #fff3;
}

.text-field-6::placeholder {
  color: #ffffffb3;
}

.submit-button-3 {
  background-image: linear-gradient(90deg, #000, #fff);
  width: 100%;
  height: 40px;
  line-height: 100%;
}

.field-label-2 {
  text-shadow: 0 1px 8px #0003;
  margin-right: auto;
}

.field-label-3 {
  margin-right: auto;
}

.form-block-2 {
  width: 306px;
  margin-left: 60px;
}

.success-message-4 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff1a;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 2px 8px 4px #fff3;
}

.error-message-3 {
  background-color: #ff8a8a;
}

.section-7 {
  background-color: #fff0;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-15 {
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 1px 8px #0003;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}

.text-block-32 {
  text-shadow: 0 1px 4px #0000004d;
  margin-bottom: 20px;
}

.button-3 {
  letter-spacing: 2px;
  background-color: #fff;
  background-image: linear-gradient(90deg, #a45ea1, #002060);
  width: 140px;
  max-width: none;
  margin-left: 40px;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  transition-property: all;
  transition-duration: .4s;
}

.button-3:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #a45ea1, #002060);
  font-weight: 300;
}

.container-56 {
  color: #fff0;
  cursor: pointer;
  background-color: #fff0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 9px 20px;
  transition: all .4s;
  position: relative;
}

.container-56:hover {
  background-color: #ffffff1a;
}

.container-57 {
  display: flex;
}

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

.text-block-33 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: line-through;
}

.text-block-34 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-35 {
  color: red;
  font-weight: 700;
}

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

.text-block-36 {
  font-weight: 700;
}

.image-12 {
  width: 700px;
  min-width: auto;
  max-width: 940px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
}

.image-12._1 {
  height: 300px;
}

.image-12.lp8 {
  height: auto;
}

.container-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container-60 {
  border: 5px solid #002060;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  display: flex;
}

.container-61 {
  background-color: #002060;
  border: 0 solid #002060;
  border-bottom-width: 5px;
  width: 100%;
}

.text-block-37 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 32px;
}

.image-13 {
  width: 100px;
  height: 100px;
  margin-top: 20px;
}

.heading-17 {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-38 {
  opacity: .6;
  color: #002060;
  min-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 300;
}

.container-62 {
  border: 5px solid #a45ea1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  display: flex;
}

.container-63 {
  background-color: #a45ea1;
  border: 1px solid #a45ea1;
  width: 100%;
}

.container-64 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.section-heading-copy {
  color: #a45ea1;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
}

.text-block-38-copy {
  opacity: .6;
  color: #a45ea1;
  min-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 300;
}

.uui-text-size-medium-3 {
  opacity: .6;
  color: #002060;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

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

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-contact14_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 500px;
  margin-top: 4rem;
  display: grid;
}

.uui-contact14_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.uui-contact14_map-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.uui-contact14_map {
  width: 100%;
  height: 100%;
}

.uui-contact14_tab-pane {
  height: 100%;
  position: relative;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800\<deleted\|variable-ddf4f85f\>);
}

.uui-button-icon {
  color: #002060;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-contact14_tabs-link {
  background-color: #0000;
  border-left: 4px solid #002060;
  padding: 1.5rem 0 0 2rem;
  display: block;
}

.uui-contact14_tabs-link.w--current {
  border-left-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  opacity: 1;
  background-color: #0000;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-3 {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-contact14_map-placeholder {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-39 {
  color: #002060;
}

.uui-text-size-medium-4 {
  opacity: 1;
  color: #002060;
  letter-spacing: 0;
  border-radius: 0;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.link-block-2 {
  position: absolute;
  inset: 0%;
}

.uui-footer05_link-copy {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_link-copy:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.form-block-3 {
  background-color: #f7f7f7;
  border-radius: 30px;
  padding: 40px;
}

.form-block-copy {
  transition: all .4s;
}

.field-label-copy {
  text-align: right;
  text-align: right;
  text-align: right;
  width: 150px;
  height: 100%;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
}

.field-label-copy-2 {
  text-align: right;
  width: 150px;
  height: 100%;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
}

.div-block-4-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.container-44-copy {
  border-bottom: 0 solid #cecece;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
}

.container-33-copy {
  width: 940px;
  max-width: none;
  font-weight: 700;
}

.container-65 {
  width: 100%;
  max-width: none;
  height: 80px;
}

.text-block-40 {
  font-size: 14px;
}

.image-14 {
  width: 100%;
  position: absolute;
}

.section-8 {
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
  position: relative;
}

.gradient-border {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 5px;
  display: flex;
}

.card {
  opacity: .5;
  background-color: #c2c2c2;
  width: 100px;
  height: 75px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.bold-text {
  font-weight: 200;
}

.link-block-3 {
  position: absolute;
  inset: 0%;
}

.text-block-29-copy {
  color: #007fff;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: underline;
  display: flex;
}

.section-9 {
  background-color: #d6d6d6;
  height: 1000px;
  padding-top: 40px;
}

.container-66 {
  width: 100%;
  height: 700px;
  position: relative;
}

.heading-18 {
  margin-top: 10px;
  margin-bottom: 0;
}

.manufacturer-l {
  color: #002060;
  letter-spacing: 15px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  position: absolute;
}

.manufacturer-r {
  color: #002060;
  letter-spacing: 15px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 32px;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto auto;
}

.type-l {
  opacity: .05;
  color: #002060;
  letter-spacing: 5px;
  height: 125px;
  margin-top: 100px;
  font-size: 125px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
}

.type-r {
  opacity: .05;
  color: #002060;
  letter-spacing: 5px;
  margin-top: 100px;
  margin-bottom: 15px;
  font-size: 125px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.name-l {
  color: #002060;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 380px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  position: absolute;
}

.name-r {
  color: #002060;
  letter-spacing: 2px;
  margin-top: 380px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cards-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 440px;
  margin-bottom: 20px;
  margin-left: 0;
  display: grid;
  position: static;
}

.cards-container-l {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cards-r {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.card-l {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff40;
  border: 1px solid #a45ea1;
  width: 114px;
  margin-left: 0;
  margin-right: 20px;
  padding: 0;
}

.card-container-r {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff40;
  border: 1px solid #a45ea1;
  width: 114px;
  margin-left: 20px;
  margin-right: 0;
  padding: 0;
}

.card-text {
  color: #a45ea1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 5px 20px;
  font-size: 12px;
}

.machine-description-l {
  opacity: .5;
  color: #002060;
  letter-spacing: 1px;
  width: 400px;
  font-weight: 200;
  position: absolute;
}

.machine-description-r {
  opacity: .5;
  color: #002060;
  letter-spacing: 1px;
  width: 400px;
  font-weight: 200;
  position: absolute;
  inset: auto 0 auto auto;
}

.machine-image-l {
  z-index: -1;
  width: auto;
  height: 500px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.machine-image {
  z-index: -1;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1000px;
  display: flex;
}

.image-15 {
  width: 500px;
  height: 500px;
}

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

.lightbox-link, .image-17, .image-18, .image-19 {
  width: 300px;
  height: 300px;
}

.c-img-gallery {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.c-img-gallery-main {
  margin-bottom: 20px;
}

.img-gallery-subs-slide {
  width: 33.33%;
  padding: 5px;
  overflow: hidden;
}

.c-sub-img-feed-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-main-img-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-img-feed {
  display: none;
}

.img-gallery-main {
  background-color: #0000;
  height: 450px;
}

.sub-img-feed-item {
  opacity: .5;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #131313;
  width: 100%;
  height: 100%;
  transition: all .25s;
  position: relative;
}

.sub-img-feed-item:hover {
  opacity: 1;
  border-color: #eee;
}

.c-img-gallery-subs-dots, .img-gallery-main-arrow {
  display: none;
}

.cloneable-area {
  width: 700px;
  min-height: 50vh;
}

.c-img-gallery-sub {
  position: relative;
  overflow: hidden;
}

._w-sub-img-feed-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-img-gallery-main-icon {
  display: none;
}

.main-img-overlay-icon {
  width: 5%;
}

.c-img-gallery-main-dots {
  display: none;
}

.img-gallery-subs {
  background-color: #13131300;
  height: 200px;
}

.c-main-img-overlay-lightbox {
  z-index: 10;
  background-color: #131313bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-main-img-feed-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.icon-5, .icon-6 {
  color: #000;
}

.slider {
  z-index: 3;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  min-width: auto;
  max-width: none;
  margin-bottom: -140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.slider-section {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.container-67 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-11 {
  object-position: 50% 50%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.collection-item {
  width: auto;
}

.collection-list-wrapper-2 {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.image-20 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.heading-19 {
  color: #002060;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
}

.tabs-content-wrapper {
  width: 100%;
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #ececec;
  border-radius: 999em;
  position: absolute;
  inset: 0%;
  box-shadow: 0 22px 2.5em #0006;
}

.tab-content-image {
  border-radius: 0;
}

.tabs-nav-text {
  z-index: 1;
  font-weight: 400;
  position: relative;
}

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

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tabs-menu-wrapper {
  background-color: #fff;
  border-radius: 999em;
  align-items: center;
  padding: .7em .8em;
  display: flex;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.tabs.overview {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item._01.w--current, .tabs-nav-item._03, .tabs-nav-item._02 {
  color: #000;
}

.tab-content {
  box-sizing: border-box;
  object-fit: fill;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: clip;
}

.tabs-menu-underline-wrapper {
  background-color: #fff0;
  border-radius: 0;
  align-items: center;
  padding: 1em 0 1.2em;
  display: flex;
}

.tabs-menu-underline-wrapper.overview {
  background-color: #00a6ff00;
  border-radius: 10em;
  width: 55px;
  height: 30px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  right: 0;
}

.tabs-nav-unterline {
  z-index: 10;
  background-color: #002060;
  border-radius: 999em;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-nav-unterline.overview {
  background-color: #fff;
  width: 26px;
  height: 26px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
  inset: auto auto 0 -28px;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item-underline._03 {
  color: #0020604d;
  border-radius: 0;
  font-weight: 400;
}

.tabs-nav-item-underline._03.w--current {
  color: #002060;
  background-color: #f5f5f5;
}

.tabs-nav-item-underline._02 {
  color: #0020604d;
  border-radius: 0;
  font-weight: 400;
}

.tabs-nav-item-underline._02.w--current {
  color: #002060;
  background-color: #f5f5f5;
}

.tabs-nav-item-underline._01 {
  color: #0000004d;
  border-radius: 0;
}

.tabs-nav-item-underline._01.w--current {
  color: #002060;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  background-color: #f5f5f5;
  border-radius: 0;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.tabs-nav-icon {
  width: 1.5em;
  height: 1.5em;
}

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

.container-68 {
  width: 48%;
  height: 100%;
  margin-left: 0;
}

.container-69 {
  width: 48%;
  height: 100%;
  margin-left: 0;
  display: none;
}

.container-70 {
  border-bottom: 1px solid #c2c2c2;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.heading-20 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-41 {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.map-2 {
  width: auto;
  height: 400px;
  display: none;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100%;
  height: auto;
  display: grid;
}

.container-71 {
  background-color: #f9f9f9;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-21 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.text-block-42 {
  color: #000;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 34%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-21 {
  margin-top: 0;
}

.text-block-43 {
  color: #002060;
  border-left: 4px solid #a45ea1;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 400;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  height: auto;
  display: grid;
}

.container-72 {
  background-image: linear-gradient(210deg, #a45ea1, #2e006d);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.container-73 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-44 {
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.text-block-45 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}

.container-74 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.image-22 {
  filter: invert();
  width: 75px;
  height: 75px;
}

.container-75 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
}

.image-23 {
  width: auto;
  height: 35px;
}

.image-24 {
  width: auto;
  height: 35px;
  margin-top: 0;
}

.text-block-46 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: block;
}

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

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: 100%;
  display: grid;
}

.container-76 {
  width: 100%;
}

.container-77 {
  border-bottom: 0 solid #c2c2c2;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.paragraph-6 {
  margin-bottom: 0;
}

.list {
  list-style-type: disc;
}

.list-2 {
  list-style-type: decimal;
}

.container-78 {
  width: 48%;
  min-width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 20px;
  padding-right: 10px;
}

.container-79 {
  width: 48%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.text-block-47 {
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.link-block-4 {
  transition-property: all;
  position: absolute;
  inset: 0%;
}

.link-block-4:hover {
  background-color: #d6d6d61a;
}

.container-80 {
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-right: 0;
  display: flex;
}

.text-block-48 {
  color: #002060;
  border-left: 0 solid #a45ea1;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 24px;
  font-weight: 400;
}

.text-block-47-copy {
  letter-spacing: 1px;
  margin-left: auto;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.cru-ncf-map-settings {
  display: none;
}

.cru-ncf-dynamic-map {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 64rem;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.cru-ncf-map {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.instructions-delete {
  background-color: #f0f0f0;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

.cru-ncf-map-item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cru-ncf-map-items {
  flex: 1;
  display: none;
  overflow: scroll;
}

.ncf-link {
  color: #3330ff;
}

.cru-ncf-map-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding: 1.25rem;
  transition: opacity .2s;
}

.ncf-map-loading-state {
  color: #777;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ncf-map-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 400px;
  margin-bottom: 2rem;
  display: block;
  overflow: hidden;
}

.spinner-illustration {
  color: #d3d3d3;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.ncf-map-inner-wrapper {
  z-index: 1;
  flex: 3 1px;
  width: 100%;
  height: 100%;
  position: relative;
}

.ncf-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.cru-ncf-map-filter {
  margin-bottom: 0;
}

.ncf-filter-reset {
  color: #111;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem .75rem;
  display: none;
}

.ncf-label-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.ncf-zoomin-button {
  z-index: 401;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #57595e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  right: 0;
}

.ncf-zoomout-button {
  z-index: 401;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Minus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #57595e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  right: 0;
}

.cru-ncf-zoom-controls-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.ncf-list-item-style-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ncf-guide-main-headline {
  font-size: 32px;
}

.ncf-guide-headline {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: 125%;
}

.ncf-style-heading-wrapper {
  margin-bottom: 1rem;
}

.ncf-filter-chip {
  cursor: pointer;
  border: 1px solid #57595e;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  transition: all .2s;
  display: flex;
}

.cru-ncf-map-styleguide {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f0f0f0;
  border-radius: 16px;
  flex-flow: column;
  margin-top: 2rem;
  padding: 2rem;
  display: flex;
}

.ncf-address-search-bar {
  cursor: auto;
  border: 1px solid #000;
  border-left-color: #57595e;
  border-radius: 12px 0 0 12px;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
}

.cru-ncf-empty-state {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.ncf-tooltip-popup-wrapper {
  width: 100%;
}

.ncf-tooltip-pop-up-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cru-ncf-pin-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cru-ncf-pin {
  background-image: url('../images/Map-Pin-New.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .2s;
  position: relative;
}

.ncf-tooltip-popup-inner-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ncf-seperator {
  opacity: 0;
  width: 0;
  max-width: 0;
  height: 0;
  max-height: 0;
}

.cru-ncf-pop-up {
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 24px 1px #0000001a;
}

.ncf-pop-up-close {
  cursor: pointer;
  background-color: #fffc;
  background-image: url('../images/Dismiss.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.ncf-title {
  font-size: 1.25rem;
  line-height: 125%;
}

.cru-ncf-tooltip {
  background-color: #fff;
  border-radius: .5rem;
  padding: .25rem .5rem;
  box-shadow: 1px 1px 10px 2px #0000001a;
}

.item-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
}

.cru-ncf-list-item-embed {
  background-color: #ff6c6c;
  border-radius: 4px;
  margin-bottom: .5rem;
}

.text-block-49 {
  display: none;
}

.text-block-50 {
  font-weight: 300;
}

.slider-trigger-right, .slider-trigger-left {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.c-slider-btn {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.main-slider-nav-arrow {
  display: none;
}

.sub-slide-container {
  width: 100%;
  height: 100%;
}

.play-btn {
  z-index: 50;
  width: 25px;
  height: 25px;
  transform: translate(3px);
}

.main-slider-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.sub-slider-container {
  padding-right: 20vw;
  position: relative;
  overflow: hidden;
}

.c-slide-btn-block {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.first-slider-container {
  z-index: 10;
  position: relative;
}

.main-slide-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._w-slider-btn {
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  display: flex;
  position: relative;
}

.main-slider {
  background-color: #222;
  flex-direction: column;
  height: 85vh;
}

.main-slider.mobile {
  display: none;
}

.sub-slider {
  background-color: #0000;
  width: 350px;
  height: 25vh;
}

.ci-slider-btn-loading {
  opacity: .5;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-main-slide-title {
  margin-bottom: 20px;
}

.sub-slider-slide {
  perspective: 1000px;
  width: 350px;
  padding: 1vh 1vw;
  transform: perspective(1000px);
}

.sub-slider-nav-dots {
  display: none;
}

.c-slider-btn-circle {
  border: 1px solid #aaa;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-slide-wrapper {
  background-image: linear-gradient(#33333359, #33333359), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-slide-wrapper._3 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/3.jpg');
}

.main-slide-wrapper._2 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/2.jpg');
}

.main-slide-wrapper._5 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/5.jpg');
}

.main-slide-wrapper._4 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/4.jpg');
}

.main-slider-nav-dots {
  display: none;
}

.sub-slider-mask {
  overflow: visible;
}

._w-slide-btn {
  position: relative;
}

.c-main-slide-description {
  color: #fff;
  width: 50vw;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.c-play-btn {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-funtext {
  z-index: 15;
  padding: 40px 10px 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.ci-main-slide-content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.sub-slide-wrapper {
  background-color: #333;
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px #13131380;
}

.sub-slide-wrapper._4 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/4.jpg');
}

.sub-slide-wrapper._2 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/2.jpg');
  justify-content: flex-end;
  align-items: flex-end;
}

.sub-slide-wrapper._1 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/1.jpg');
}

.sub-slide-wrapper._3 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/3.jpg');
}

.sub-slide-wrapper._5 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/5.jpg');
}

.second-slider-container {
  z-index: 20;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.main-slide-title {
  color: #fff;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.sub-slide-title {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.c-slide-btn-loading {
  z-index: 30;
  border: 2px dashed #ffffff80;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.b-slider-control {
  align-items: center;
  display: flex;
}

.c-slide-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-slide-btn-frame {
  z-index: 10;
  border: 1px solid #ffffff80;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

._w-slider-control {
  padding-left: 20px;
  padding-right: 20px;
}

.sub-slider-nav-arrow {
  display: none;
}

.c-slider-btn-icon {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-slider-btn-loading {
  border: 1px dashed #aaa;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-main-slide-content {
  text-align: center;
}

.funtext {
  opacity: .03;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 10vw;
  font-weight: 900;
  line-height: 1em;
  position: relative;
}

.collection-item-3 {
  display: flex;
}

.section-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.navbar-no-shadow-2-copy {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000c;
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(315deg, #a45ea1, #002060);
  margin-bottom: 40px;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 0 2px 12px 3px #0003;
}

.container-81 {
  background-image: linear-gradient(135deg, #002060, #a45ea1);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 12px;
  display: flex;
}

.text-block-51 {
  margin-top: 20px;
  font-size: 24px;
}

.paragraph-7 {
  color: #525252;
  width: 275px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.container-82 {
  justify-content: flex-start;
  align-items: center;
  width: 275px;
  margin-top: 30px;
  display: flex;
}

.image-25, .image-26 {
  height: 42px;
}

.container-83 {
  margin-left: 0;
  position: relative;
}

.container-84 {
  margin-right: 0;
  position: relative;
}

.link-block-5 {
  position: absolute;
  inset: 0%;
}

.gallery-img {
  object-fit: cover;
  width: 130%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
}

.swiper-wrapper.is-gallery {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.gallery-info__wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: transform .8s cubic-bezier(.77, 0, .175, 1), opacity .8s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.heading-medium {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
}

.gallery-img__wrapper {
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 66.7%;
  transition: transform .8s cubic-bezier(.77, 0, .175, 1), opacity .8s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.global {
  position: fixed;
}

.swiper.is-gallery {
  width: 100%;
  overflow: hidden;
}

.eyebrow {
  letter-spacing: -.02em;
  text-transform: uppercase;
  border: 1px dashed #0e0e0e99;
  border-radius: 100rem;
  padding: .25rem .5rem .2rem;
  font-size: .8rem;
  line-height: 1;
}

.section-14 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-14.is--black {
  color: #eceae5;
  background-color: #0e0e0e;
}

.swiper-slide.is-gallery {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  display: flex;
}

.collection-item-4 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-85 {
  width: 940px;
  height: 550px;
  display: none;
  overflow: clip;
}

.image-27 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 940px;
  height: 550px;
}

.slide {
  width: auto;
  height: 500px;
}

.mask {
  width: 940px;
  height: 550px;
}

.slide-nav {
  inset: auto 0% 0%;
}

.slider-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: auto;
  display: flex;
}

.icon-7, .icon-8 {
  color: #002060;
}

.div-block-13 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-14 {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 0 6px 1px #0003;
}

.text-block-52 {
  color: #002060;
}

.container-86 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.link-block-6 {
  z-index: 100;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-7 {
  z-index: 100;
  position: absolute;
  inset: 0%;
}

.section-15 {
  padding-bottom: 60px;
}

.container-87 {
  aspect-ratio: auto;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 250px;
  margin-bottom: 40px;
  display: flex;
  overflow: clip;
  box-shadow: 0 0 8px #0003;
}

.image-28 {
  object-fit: cover;
  width: 250px;
  height: 250px;
}

.container-88 {
  width: 940px;
}

.container-89 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-90 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.heading-22 {
  color: #3d3d3d;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 32px;
}

.text-block-53 {
  color: #3d3d3d;
  letter-spacing: 2px;
  margin-right: 10px;
  font-size: 32px;
  line-height: 32px;
}

.rich-text-block {
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 14px;
}

.rich-text-block-2 {
  margin-top: 20px;
  font-size: 14px;
}

.container-91 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-top: 20px;
  display: flex;
}

.button-4 {
  color: #fff;
  background-color: #002060;
  border: 1px solid #002060;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 75px;
  padding-right: 75px;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.button-4:hover {
  color: #fff;
  background-color: #304b83;
}

.button-5 {
  color: #002060;
  background-color: #fff;
  border: 1px solid #002060;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  padding-left: 75px;
  padding-right: 75px;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.button-5:hover {
  background-color: #eee;
}

.rich-text-block-3 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}

.text-block-54 {
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-55 {
  margin-bottom: 20px;
  font-size: 14px;
}

.div-block-10-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 34%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.container-93 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.container-94 {
  width: auto;
  max-width: none;
  height: 10000px;
  margin-left: 0;
  margin-right: 0;
}

.container-95 {
  background-color: #f4f4f8;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 250px;
  max-width: none;
  height: 500px;
  margin-left: 20px;
  margin-right: 0;
  padding: 40px;
  display: flex;
}

.heading-23 {
  color: #565861;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.heading-24 {
  margin-top: 0;
  margin-bottom: 0;
}

.news-ritch-text h2 {
  letter-spacing: 1px;
  border-left: 5px solid #041131;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

.news-ritch-text p {
  margin-top: 10px;
  margin-bottom: 20px;
}

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

.block-quote {
  margin-top: 0;
}

.collection-list-wrapper-5 {
  width: 100%;
}

.empty-state {
  background-color: #ddd0;
  display: none;
}

.link-2 {
  color: #767a8a;
  letter-spacing: 1px;
  font-size: 14px;
}

.text-block-56 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.field-label-2-copy {
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 10px;
}

.body-3 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  object-fit: fill;
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
  overflow: hidden;
}

.section-16 {
  z-index: 100;
  aspect-ratio: auto;
  background-color: #fff;
  border-right: 2px solid #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(98% - 1050px);
  min-width: 250px;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.container-96 {
  width: 175px;
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 20px;
  position: relative;
}

.link-block-8 {
  position: absolute;
  inset: 0%;
}

.container-97 {
  opacity: 1;
  color: #f5f5f5;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.container-97.selected {
  opacity: 1;
  background-color: #fff;
  padding-left: 20px;
}

.image-29 {
  z-index: 2;
  color: #15276b;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  position: relative;
}

.text-block-57 {
  z-index: 2;
  color: #002060;
  font-size: 14px;
  line-height: 100%;
  position: relative;
}

.container-97-copy {
  opacity: .5;
  color: #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  padding-right: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.container-97-copy:hover {
  opacity: 100;
  background-color: #f5f5f5;
}

.link-block-9 {
  z-index: 1;
  background-color: #ffffff80;
  font-size: 14px;
  transition-property: all;
  position: absolute;
  inset: 0%;
}

.link-block-9:hover {
  background-color: #f5f5f5;
}

.link-block-9.w--current {
  z-index: 1;
  opacity: 1;
  background-color: #f5f5f5;
  transition-property: none;
  position: absolute;
}

.link-block-9.w--current:hover {
  opacity: 100;
}

.container-98 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: auto;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 30px;
  display: flex;
}

.container-99 {
  background-color: #8f8f8f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.image-30 {
  opacity: .5;
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.text-block-59 {
  color: #fff;
  text-align: center;
}

.section-17 {
  background-color: #0000;
  background-image: linear-gradient(135deg, #777, #2b2b2b);
  width: calc(100% - 250px);
  margin-left: 0;
  padding: 40px 40px 100px;
  position: relative;
}

.select-field {
  border-radius: 10px;
  width: 175px;
  height: 45px;
  margin-bottom: 0;
}

.form-block-4 {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
}

.container-100 {
  cursor: pointer;
  background-color: #fcfcfc;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 175px;
  height: 45px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.text-block-60 {
  font-size: 14px;
}

.image-31 {
  width: 12px;
  height: 12px;
  margin-left: auto;
}

.heading-25 {
  color: #fff;
  letter-spacing: 0;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-61 {
  opacity: 1;
  color: #fff;
  min-width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

.dashboard-top-cards {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 220px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dashboard-top-card {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  height: 100%;
  margin-left: 0;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 8px #0000000d;
}

.text-block-62 {
  color: #002060;
  width: 200px;
  margin-top: 0;
}

.text-block-62.white {
  color: #fff;
}

.text-block-62.white.tactics {
  opacity: .75;
  text-align: center;
}

.text-block-62.small {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  font-size: 12px;
  display: flex;
}

.text-block-63 {
  margin-top: auto;
  font-size: 50px;
  line-height: 100%;
}

.text-block-63.white {
  color: #fff;
}

.text-block-64 {
  color: #1eb966;
  margin-top: 10px;
  font-size: 12px;
  line-height: 100%;
}

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

.text-block-64.bright {
  color: #34ff93;
}

.container-103 {
  background-color: #e0efff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.container-102-copy {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  height: 100%;
  margin-left: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 8px #0000000d;
}

.container-102-copy-copy1 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 8px #0000000d;
}

.container-103-copy {
  background-color: #e0ffe1;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-103-copy-copy {
  background-color: #ffe0e1;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-64-copy {
  color: red;
  margin-top: 10px;
  font-size: 12px;
  line-height: 100%;
}

.link-3 {
  color: #002060;
  margin-bottom: 40px;
  margin-right: 40px;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-3:hover {
  text-decoration: underline;
}

.container-102-copy-copy-copy {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 8px #0000001a;
}

.text-block-62-copy {
  color: #002060;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 30px;
  font-weight: 700;
}

.container-101-copy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 575px;
  margin-top: 53px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-104 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75px;
  min-height: auto;
  margin-left: 0;
  padding-left: 20px;
  display: flex;
}

.container-105 {
  background-color: #14e776;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-right: 20px;
}

.container-105.red {
  background-color: #ff4e4e;
}

.container-105.blue {
  background-color: #00b7ff;
}

.container-106 {
  width: 100%;
}

.text-block-65 {
  opacity: .5;
  margin-top: 2px;
  font-size: 10px;
  line-height: 100%;
}

.container-102-copy-copy1-copy {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 8px #0000001a;
}

.quick-action {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.quick-action:hover {
  background-color: #f5f5f5;
}

.quick-action-top-section {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
}

.image-33 {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.text-block-66 {
  color: #002060;
  font-size: 16px;
  font-weight: 500;
}

.text-block-66.ranking {
  color: #fff;
  font-weight: 200;
}

.text-block-67 {
  opacity: .5;
  margin-top: 10px;
  font-size: 12px;
}

.code-embed {
  display: none;
}

.code-embed-2 {
  width: 100%;
  height: 325px;
  display: block;
}

.collection-list-wrapper-6, .collection-list-2 {
  width: 100%;
  height: 100%;
}

.collection-item-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
}

.container-102-copy-copy-copy-copy {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48.5%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 8px #0000000d;
}

.container-102-copy-copy1-copy-copy {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48.5%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 8px #0000000d;
}

.container-101-copy-copy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 53px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-102-copy-copy-copy-copy-copy {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 8px #0000000d;
}

.content {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 45px;
  margin-left: 0;
  padding-left: 40px;
  transition: all .2s;
  display: flex;
}

.content:hover {
  background-color: #f5f5f5;
}

.user-name {
  color: #000;
  width: auto;
  min-width: 150px;
  font-size: 14px;
}

.container-106-copy {
  opacity: .5;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.user-mail {
  color: #000;
  width: auto;
  min-width: 375px;
  font-size: 14px;
}

.user-short-text-block {
  color: #000;
  width: auto;
  min-width: 100px;
  font-size: 14px;
}

.text-block-68-copy-copy-copy {
  color: #002060;
  text-align: center;
  width: 300px;
  font-size: 16px;
}

.user-register-date {
  color: #000;
  text-align: left;
  width: auto;
  min-width: 150px;
  font-size: 14px;
}

.text-block-68-copy-copy-copy-copy {
  color: #002060;
  text-align: center;
  width: 300px;
  font-size: 16px;
}

.user-credit-card {
  color: #000;
  text-align: left;
  width: auto;
  min-width: 175px;
  font-size: 14px;
}

.user-view-button {
  color: #002060;
  text-align: center;
  width: auto;
  min-width: 100px;
  margin-left: auto;
  font-size: 16px;
}

.container-106-copy-copy {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.tabs-section {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 60px;
  margin-top: -20px;
  margin-left: 40px;
  display: flex;
}

.tab-user-name {
  color: #002060;
  width: auto;
  min-width: 150px;
  font-size: 16px;
  font-weight: 600;
}

.tab-user-mail {
  color: #002060;
  width: auto;
  min-width: 375px;
  font-size: 16px;
  font-weight: 600;
}

.tab-user-credit-card {
  color: #002060;
  text-align: left;
  width: auto;
  min-width: 175px;
  font-size: 16px;
  font-weight: 600;
}

.tab-user-short-text-block {
  color: #002060;
  width: auto;
  min-width: 100px;
  font-size: 16px;
  font-weight: 600;
}

.tab-user-register-date {
  color: #002060;
  text-align: left;
  width: auto;
  min-width: 150px;
  font-size: 16px;
  font-weight: 600;
}

.user {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: 40px 0 0;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 8px #0000000d;
}

.collection-list-wrapper-7 {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}

.tab-plan-name {
  color: #002060;
  width: auto;
  min-width: 250px;
  font-size: 16px;
  font-weight: 600;
}

.tab-plan-description {
  color: #002060;
  width: auto;
  min-width: 450px;
  font-size: 16px;
  font-weight: 600;
}

.tab-plan-short-text {
  color: #002060;
  width: auto;
  min-width: 125px;
  font-size: 16px;
  font-weight: 600;
}

.plan-name {
  color: #000;
  width: auto;
  min-width: 250px;
  font-size: 14px;
}

.plan-description {
  color: #000;
  width: auto;
  min-width: 450px;
  font-size: 14px;
}

.plan-short-text-block {
  color: #000;
  width: auto;
  min-width: 125px;
  font-size: 14px;
}

.plan-content {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  transition: all .2s;
  display: flex;
}

.plan-content:hover {
  background-color: #f5f5f5;
}

.products-plans {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.plan-tab-section {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 60px;
  margin-top: 20px;
  margin-left: 40px;
  display: flex;
}

.tab-plan-type {
  color: #002060;
  width: auto;
  min-width: 225px;
  font-size: 16px;
  font-weight: 600;
}

.plan-type {
  color: #000;
  width: auto;
  min-width: 225px;
  font-size: 14px;
  font-weight: 400;
}

.calendar {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 75px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.calendar-date-1 {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.calendar-date-1.cleaned {
  cursor: pointer;
  background-color: #8eb2f840;
  margin-right: 10px;
  transition: all .2s;
}

.calendar-date-1.cleaned:hover {
  background-color: #8eb2f873;
}

.calendar-date-2 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s;
  display: flex;
}

.calendar-date-2:hover {
  background-color: #f7f7f7;
}

.calendar-date-2.cleaned {
  background-color: #8eb2f840;
  position: relative;
}

.calendar-date-2.cleaned:hover {
  background-color: #8eb2f873;
}

.calendar-date-2.today {
  background-color: #002060;
}

.calendar-date-3 {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.calendar-date-3.today {
  cursor: pointer;
  background-color: #002060;
  border-width: 2px;
  border-color: #002060;
  margin-left: 10px;
}

.calendar-date-3.cleaned {
  background-color: #8eb2f840;
  margin-left: 10px;
  position: relative;
}

.calendar-arrow {
  background-color: #fff0;
  border: 0 solid #d3d3d3;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 75px;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.text-block-68 {
  text-align: center;
  font-size: 35px;
  line-height: 100%;
}

.text-block-68.cleaned, .text-block-68.today {
  color: #fff;
}

.text-block-69 {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  line-height: 100%;
}

.text-block-69.cleaned, .text-block-69.today {
  color: #fff;
}

.container-109 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #002060;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 45px;
  margin-left: 0;
  margin-right: 25px;
  padding-left: 20px;
  padding-right: 10px;
  transition: all .2s;
  display: flex;
}

.container-109:hover {
  opacity: 1;
  background-color: #0020601a;
}

.container-109.ai {
  cursor: pointer;
  background-image: linear-gradient(135deg, #002060, #00a2f1);
  border-color: #fff;
  transition: all .2s;
}

.container-109.ai:hover {
  opacity: .75;
}

.text-block-70 {
  color: #002060;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
}

.image-34 {
  width: 15px;
  height: 15px;
  margin-left: 0;
}

.div-block-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 700px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.container-110 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.container-110:hover {
  background-color: #f5f5f5;
}

.text-block-71 {
  color: #002060;
  margin-bottom: 20px;
  font-weight: 600;
}

.container-111 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-35 {
  object-fit: cover;
  border-radius: 10px;
  width: 40%;
  height: 100%;
}

.container-112 {
  justify-content: flex-start;
  align-items: center;
  min-width: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  display: flex;
}

.div-block-16 {
  width: 20px;
  height: 20px;
}

.img {
  width: auto;
  min-width: 30px;
  height: 30px;
}

.cleaning-management {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.cleaning-section {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  padding: 40px 0;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 8px #0000000d;
}

.container-113 {
  background-color: #002060;
  background-image: linear-gradient(135deg, #002060, #13b7ee);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: 100px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-72 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.text-block-73 {
  color: #fff;
}

.container-114 {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.container-115 {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.heading-26 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph-9 {
  font-size: 14px;
}

.text-block-70-copy {
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
}

.button-6 {
  background-image: linear-gradient(135deg, #002060, #00a2f1);
  border-radius: 100px;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 60px;
  font-size: 12px;
  transition-property: all;
}

.button-6:hover {
  opacity: .75;
  color: #fff;
}

.link-block-10, .link-block-11 {
  position: absolute;
  inset: 0%;
}

.container-97-copy {
  color: #f5f5f5;
  background-color: #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.acquisition-top-card {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: 20px 40px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 8px #0000000d;
}

.acquisition-top-card.selected {
  background-image: linear-gradient(135deg, #002060, #00a6ff);
  border-radius: 20px;
}

.acquisition-top-card.selected.optimized {
  max-width: none;
  height: 100%;
  margin-right: 0;
}

.acquisition-top-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 175px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.link-acquisition {
  color: #002060;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-acquisition:hover {
  text-decoration: underline;
}

.link-acquisition.white {
  color: #fff;
}

.container-116 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-116.white {
  transition: all .2s;
}

.container-116.white:hover {
  opacity: .8;
  transform: rotate(-45deg);
}

.container-116.blue {
  background-color: #002060;
  transition: all .2s;
}

.container-116.blue:hover {
  opacity: .75;
  transform: rotate(-45deg);
}

.image-36 {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-left: 0;
  transform: rotate(90deg);
}

.image-36-copy {
  filter: contrast(200%) grayscale() invert();
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-left: 0;
  transform: rotate(90deg);
}

.acquisition-second {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.acquisition-second.optimized {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 1000px;
  min-height: 1000px;
  max-height: 1000px;
}

.acquisition-second-card {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 328px;
  margin-left: 0;
  padding: 20px 40px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 8px #0000000d;
}

.acquisition-second-card.selected {
  background-image: linear-gradient(135deg, #002060, #00a6ff);
  border-radius: 20px;
}

.acquisition-second-card.optimized {
  height: 100%;
  min-height: auto;
  margin-right: 0;
}

.container-117 {
  flex-flow: column;
  width: 100%;
  height: 300px;
  margin-top: 20px;
  display: flex;
}

.div-block-17 {
  justify-content: flex-start;
  align-items: center;
  height: 15%;
  display: flex;
}

.div-block-18 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 300px;
  display: flex;
}

.text-block-74 {
  color: #002060;
  justify-content: center;
  align-items: center;
  width: 14%;
  display: flex;
}

.collection-item-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.collection-list-wrapper-8 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-118 {
  background-color: #050d68;
}

.collection-list-3 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.code-embed-conversion {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: block;
}

.ad-staff {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 15px;
  padding: 10px 20px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.ad-staff:hover {
  background-color: #f5f5f5;
}

.ad-staff-top {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: -10px;
  display: flex;
}

.user-image {
  background-color: #b8b6c3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.container-119 {
  background-image: linear-gradient(135deg, #002060, #00a6ff);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 62px;
  margin-top: 40px;
  margin-right: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-37 {
  width: 25px;
  height: 25px;
}

.text-block-75 {
  color: #fff;
  font-size: 38px;
  font-weight: 200;
}

.text-block-76 {
  color: #fff;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
}

.container-120 {
  background-image: linear-gradient(135deg, #002060, #00a6ff);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 20px;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.text-block-77 {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
}

.text-block-78 {
  color: #fff;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
}

.container-97-copy-copy {
  opacity: .5;
  color: #f5f5f5;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  padding-right: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.container-97-copy-copy:hover {
  opacity: 100;
  background-color: #f5f5f5;
}

.img-2 {
  width: 15px;
  height: 15px;
}

.qr-icon {
  background-color: #002060;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.qr-icon.ranking {
  background-color: #fff;
}

.text-block-67-copy {
  opacity: .5;
  margin-top: 15px;
  font-size: 12px;
}

.container-121 {
  cursor: pointer;
  border: 0 solid #002060;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 20px;
  margin-right: 20px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 0 8px #0003;
}

.container-121:hover {
  background-color: #f5f5f5;
}

.text-block-79 {
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 100%;
  display: flex;
}

.acquisition-tactics {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: 20px 40px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 8px #0000000d;
}

.acquisition-tactics.selected {
  background-image: linear-gradient(135deg, #002060, #00a6ff);
  border-radius: 20px;
}

.acquisition-tactics.selected.optimized {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  height: 100%;
  margin-right: 0;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: flex;
}

.container-122 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 210px;
  min-width: 210px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.ad-ranking-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff1a;
  border: 0 solid #d3d3d3;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 15px;
  padding: 10px 20px 20px;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 8px #fff3;
}

.ad-ranking-card:hover {
  background-color: #ffffff80;
  box-shadow: 0 2px 8px #ffffff80;
}

.text-block-63-copy {
  margin-top: auto;
  font-size: 50px;
  line-height: 100%;
}

.text-block-63-copy.white {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-122-copy {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: auto;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.container-123 {
  width: 100%;
  max-width: none;
  height: 5px;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  display: grid;
}

.container-124 {
  opacity: 1;
  background-color: #fff9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.container-124.bright {
  opacity: 1;
  background-color: #fff;
}

.text-block-80 {
  color: #002060;
  text-align: center;
  width: auto;
  margin: auto;
}

.text-block-80.white {
  color: #fff;
}

.text-block-80.white.tactics {
  opacity: .75;
  text-align: center;
}

.container-122-copy-copy {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.div-block-20-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: grid;
}

.container-124-copy {
  opacity: 1;
  background-color: #fff0;
  background-image: linear-gradient(#fff0, #fff9);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 100px;
  display: flex;
}

.container-124-copy.bright {
  opacity: 1;
  background-color: #fff;
  background-image: none;
  height: 200px;
}

.container-124-copy.selected {
  filter: blur(3px);
  cursor: pointer;
  background-color: #fff0;
  background-image: linear-gradient(#fff0 14%, #fff6);
  border-radius: 100px;
  width: 90px;
  height: 325px;
  margin-bottom: -80px;
  transition: all .6s;
  position: absolute;
}

.container-124-copy.selected:hover {
  background-color: #ffffff1a;
}

.container-124-copy.selected._1 {
  opacity: 0;
  height: 300px;
  transition: all .6s;
}

.container-124-copy.selected._1:hover {
  opacity: 1;
  background-color: #fff0;
}

.container-124-copy.selected._2 {
  opacity: 0;
  height: 225px;
  transition: all .6s;
}

.container-124-copy.selected._2:hover {
  opacity: 1;
  background-color: #fff0;
}

.container-124-copy.selected._3 {
  opacity: 0;
  height: 235px;
  transition: all .6s;
}

.container-124-copy.selected._3:hover {
  opacity: 1;
  background-color: #fff0;
}

.container-124-copy.selected._4 {
  opacity: 0;
  height: 232px;
  transition: all .6s;
}

.container-124-copy.selected._4:hover {
  opacity: 1;
  background-color: #fff0;
}

.container-124-copy.selected._5 {
  opacity: 0;
  height: 270px;
  transition: all .6s;
}

.container-124-copy.selected._5:hover {
  opacity: 1;
  background-color: #fff0;
}

.container-124-copy.selected._7 {
  opacity: 0;
  cursor: pointer;
  height: 305px;
  transition: all .6s;
}

.container-124-copy.selected._7:hover {
  opacity: 1;
  background-color: #fff0;
}

.container-124-copy._1 {
  height: 175px;
}

.container-124-copy._3 {
  height: 110px;
}

.container-124-copy._4 {
  height: 107px;
}

.container-124-copy._5 {
  height: 145px;
}

.container-124-copy._7 {
  height: 180px;
}

.container-125 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 275px;
  display: flex;
  position: relative;
}

.container-125.control {
  justify-content: flex-end;
  align-items: center;
  width: 90px;
  margin-top: -40px;
  transform: rotate(0);
}

.container-126 {
  background-color: #fff;
  border-radius: 20px;
  width: 8px;
  height: 8px;
  margin-bottom: 10px;
}

.container-127 {
  background-color: #fff;
  border-radius: 100px;
  width: 75px;
  height: 30px;
  margin-top: 300px;
  position: absolute;
  inset: 0% auto auto;
}

.container-128 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #6e6c6c;
  background-image: linear-gradient(135deg, #ffffff4d, #00000080);
  border: 0 solid #fff;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 20px;
  display: block;
  position: relative;
  overflow: clip;
  box-shadow: inset 4px 4px 9px #0000004d, 0 0 4px #fff3;
}

.container-128._3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #6e6c6c00;
  background-image: linear-gradient(135deg, #ffffff4d, #00000080);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 400px;
  padding: 30px;
  display: grid;
  box-shadow: inset 4px 4px 9px #0000004d, 0 0 4px #fff3;
}

.container-128._1 {
  background-image: linear-gradient(135deg, #ffffff4d, #00000080);
  min-height: 150px;
}

.container-128._2 {
  background-color: #6e6c6c00;
  height: 300px;
  min-height: 300px;
}

.container-128._4 {
  background-color: #6e6c6c00;
  background-image: linear-gradient(135deg, #ffffff4d, #00000080);
  height: auto;
  min-height: 550px;
}

.container-128._5 {
  background-color: #6e6c6c00;
  height: 400px;
  min-height: 400px;
}

.container-128._6 {
  background-color: #6e6c6c00;
  background-image: linear-gradient(135deg, #ffffff4d, #00000080);
  height: 300px;
  min-height: 300px;
}

.container-129 {
  background-color: #6e6e6e;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.text-block-81 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 200;
}

.container-130 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  display: flex;
}

.container-131 {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: -15px;
  margin-right: 0;
  display: flex;
  box-shadow: 0 0 8px #5f5f5f80;
}

.container-131._1 {
  width: 55px;
  height: 55px;
  margin-left: -15px;
  box-shadow: 0 0 8px #5f5f5f80;
}

.container-131._2 {
  background-image: linear-gradient(135deg, #00ff5d, #fff);
  margin-left: -15px;
}

.container-131._3 {
  background-image: linear-gradient(135deg, #00f2ff, #fff);
}

.container-131._4 {
  background-image: linear-gradient(135deg, #f8e831, #fff);
}

.container-131._5 {
  background-image: linear-gradient(135deg, #ab2bbe, #fff);
}

.text-block-82 {
  color: #fff;
  margin-left: 20px;
}

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

.text-block-84 {
  color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-84:hover {
  text-decoration: underline;
}

.image-38 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 20px;
  height: 200px;
}

.container-132 {
  object-fit: fill;
  position: relative;
}

.container-133 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  background-color: #fff3;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 30px;
  margin-top: 15px;
  margin-left: 15px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: inset 0 2px 8px #ffffff4d;
}

.container-133.left {
  cursor: pointer;
  margin-left: auto;
  margin-right: 15px;
  inset: 0% 0% auto auto;
}

.container-133.left._2 {
  padding-left: 20px;
}

.container-133._2 {
  padding-left: 20px;
  padding-right: 20px;
}

.container-134 {
  background-color: red;
  border-radius: 10px;
  width: 6px;
  height: 6px;
  margin-left: 0;
  margin-right: 0;
}

.container-134.left {
  background-color: #f000;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.text-block-85 {
  color: #fff;
  margin-left: 8px;
  font-size: 12px;
}

.text-block-85.left {
  margin-left: 0;
  margin-right: 8px;
}

.img-3 {
  width: 10px;
  height: 10px;
}

.container-135 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 8px;
  display: flex;
}

.container-136 {
  background-color: #fff;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.container-136.selected {
  cursor: pointer;
}

.container-136.sub {
  cursor: pointer;
  background-color: #a3a3a3;
  width: 8px;
  height: 8px;
}

.container-137 {
  background-color: #00000040;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
}

.container-138 {
  background-color: #0003;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.container-139 {
  z-index: 100;
  cursor: pointer;
  background-color: #2ba0ff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 55px;
  height: 30px;
  margin-top: 30px;
  margin-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-139._1 {
  margin-top: 20px;
}

.container-140 {
  background-color: #fff;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  margin-right: 0;
}

.text-block-86 {
  color: #fff;
  margin-top: 90px;
  font-size: 14px;
  line-height: 14px;
}

.text-block-86._2 {
  color: #ffffff80;
  margin-top: 10px;
  font-size: 11px;
  line-height: 100%;
}

.container-141 {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: auto;
  height: 250px;
  min-height: auto;
  display: flex;
  position: relative;
}

.container-142 {
  background-color: #000;
  border-radius: 1000px;
  width: 220px;
  height: 220px;
  margin-top: auto;
  margin-bottom: auto;
}

.container-143 {
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.container-144 {
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-top: 100px;
  display: flex;
}

.container-145 {
  background-color: #00000040;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-left: 0;
}

.container-145.right {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all .4s;
  display: flex;
}

.container-145.right:hover {
  background-color: #ffffff40;
}

.container-145.left {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: auto;
  margin-right: 0;
  transition: all .4s;
  display: flex;
}

.container-145.left:hover {
  background-color: #ffffff40;
}

.image-40 {
  filter: invert();
  width: 25px;
  height: 25px;
}

.container-146 {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-21 {
  cursor: pointer;
  background-color: #00000040;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  transition: all .4s;
  display: flex;
}

.div-block-21:hover {
  background-color: #ffffff40;
}

.div-block-21.selected {
  cursor: pointer;
  background-color: #fff;
  width: 75px;
  height: 75px;
}

.img-4, .img-5 {
  width: 25px;
  height: 25px;
}

.container-147 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(135deg, #ffffff4d, #0000004d);
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding: 20px;
  display: block;
  position: relative;
  box-shadow: inset 2px 2px 8px #00000080;
}

.image-41 {
  clear: none;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: static;
  inset: 0%;
}

.container-148 {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
}

.image-42 {
  object-fit: cover;
  height: auto;
}

.image-43 {
  height: 100%;
}

.container-149, .image-44 {
  height: 200px;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  display: grid;
}

.image-45 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
  overflow: visible;
}

.container-150 {
  background-image: url('../images/S__27148290_cctv_vivid.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 10px 400px;
  background-attachment: scroll;
  height: 100%;
}

.image-46 {
  object-fit: cover;
}

.image-47 {
  padding-left: 0;
}

.container-151 {
  background-image: url('../images/Screenshot-2025-11-02-at-19.30.05-min.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 20px;
  height: 100%;
  position: relative;
}

.container-152 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 75px;
  margin-top: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 20px;
}

.container-153 {
  background-image: url('../images/DSC09088.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
}

.container-153.selected {
  border: 3px solid #85b9f0;
  width: 75px;
  height: 75px;
  margin-left: 0;
  margin-right: 0;
}

.container-154 {
  opacity: 1;
  background-color: #00000080;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-154.selected {
  background-color: #ffffff4d;
  border-width: 3px;
  border-color: #111374;
  padding-top: 0;
}

.text-block-87 {
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.img-6, .img-7 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.link-4, .link-4:hover {
  color: #fff;
}

.image-2-copy {
  width: 500px;
}

.image-48 {
  height: 45px;
}

.container-155 {
  flex-flow: column;
  height: 220px;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.container-156 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  width: 100%;
  height: 200px;
  padding-bottom: 10px;
  display: grid;
}

.container-157 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 20px;
  display: grid;
}

.text-block-88 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 200;
  line-height: 100%;
  display: flex;
}

.container-158 {
  background-color: #fff3;
  border-radius: 10px;
  width: 4px;
  height: 100px;
}

.container-158._1 {
  height: 130px;
}

.container-158._2 {
  height: 80px;
}

.container-158._3 {
  background-image: linear-gradient(#0051ff, #00fbff);
  width: 4px;
  height: 110px;
}

.container-158._4 {
  height: 100px;
}

.container-158._5 {
  height: 90px;
}

.container-158._6 {
  height: 120px;
}

.container-158._7 {
  height: 140px;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 40px;
  height: 198px;
  margin-bottom: 42px;
  margin-left: 20px;
  display: grid;
  position: absolute;
  inset: auto auto 0% 0%;
}

.basic-card {
  background-color: #fff0;
  background-image: linear-gradient(135deg, #ffffff4d, #00000080);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 920px;
  max-width: none;
  height: 320px;
  margin-left: 0;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 2px #fff3, inset 4px 4px 9px #0000004d;
}

.basic-card.overview-top {
  aspect-ratio: 20 / 7;
  background-image: linear-gradient(135deg, #ffffff4d, #00000080);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 700px;
  max-width: 920px;
  height: auto;
  min-height: 260px;
  margin-bottom: 20px;
  padding: 20px 2%;
  box-shadow: 0 0 8px #ffffff4d, inset 4px 4px 9px #0000004d;
}

.basic-card.overview-second {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 700px;
  max-width: 920px;
  height: 500px;
  margin-bottom: 20px;
  padding: 40px 0 40px 30px;
  display: flex;
  box-shadow: 0 0 8px #ffffff4d, inset 4px 4px 9px #0000004d;
}

.basic-card.quick {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 260px;
  height: auto;
  margin-top: 160px;
  margin-left: auto;
  padding-top: 30px;
  position: relative;
}

.basic-card.overview-third {
  aspect-ratio: auto;
  background-image: linear-gradient(135deg, #ffffff4d, #00000080);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 700px;
  max-width: 920px;
  height: auto;
  min-height: auto;
  margin-bottom: 20px;
  padding: 20px 2%;
  box-shadow: 0 0 8px #ffffff4d, inset 4px 4px 9px #0000004d;
}

.basic-card.user {
  background-color: #00000040;
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 700px;
  max-width: 920px;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.basic-card.users-top {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 920px;
  height: auto;
  margin-right: auto;
  display: flex;
}

.text-block-89 {
  color: #fff;
  font-weight: 200;
}

.container-159 {
  background-color: #00000040;
  border-radius: 20px;
  width: 210px;
  height: 210px;
  margin-left: 0;
  display: flex;
}

.inner-basic-card {
  background-color: #00000040;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 260px;
  height: 260px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.inner-basic-card.overview-top {
  padding-top: 20px;
}

.inner-basic-card._1 {
  aspect-ratio: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: 30px 30px 20px;
  transition: all .4s;
}

.inner-basic-card._1:hover {
  background-color: #42424240;
}

.inner-basic-card._2 {
  aspect-ratio: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 20px;
  transition: all .4s;
}

.inner-basic-card._2:hover {
  background-color: #42424240;
}

.inner-basic-card._3 {
  aspect-ratio: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-left: auto;
  padding: 30px 30px 20px;
  transition: all .4s;
}

.inner-basic-card._3:hover {
  background-color: #42424240;
}

.inner-basic-card._4 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  height: auto;
  margin-right: auto;
}

.inner-basic-card._5 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 48%;
  margin-left: auto;
}

.inner-basic-card.user-tab {
  width: 150px;
  height: auto;
  transition: all .4s;
}

.inner-basic-card.user-tab:hover {
  background-color: #42424240;
}

.inner-basic-card.user-tab.spaced {
  color: #ffffff80;
  cursor: pointer;
  border: 1px solid #0000;
  width: 175px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.inner-basic-card.user-tab.spaced:hover {
  color: #fff;
  background-color: #00000040;
  border-color: #ffffff80;
}

.inner-basic-card.user-tab.first {
  margin-right: 5px;
}

.inner-basic-card.user-tab.first.selected {
  cursor: pointer;
  background-color: #00000040;
  border: 1px solid #fff;
  width: 175px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.inner-basic-card.user-tab.last {
  cursor: pointer;
  border: 1px solid #0000;
  width: 175px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.inner-basic-card.user-tab.last:hover {
  background-color: #00000040;
  border-color: #ffffff80;
}

.icon-cover {
  background-color: #0003;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-cover._2 {
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.container-161 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.checkbox {
  background-color: #00a6ff00;
  background-image: linear-gradient(#0003, #0003);
  border: 0 solid #000;
  border-radius: 100px;
  width: 55px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 2px;
  transition: all .4s;
  position: relative;
}

.checkbox.w--redirected-checked {
  background-color: #00a6ff;
  background-image: linear-gradient(#00a6ff, #00a6ff);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2px;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.checkbox-label {
  width: 0;
  margin-bottom: 0;
  display: none;
}

.checkbox-field {
  background-color: #00a6ff00;
  border-radius: 100px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.form-block-5 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
}

.switch {
  background-color: #fff;
  border-radius: 20px;
  width: 26px;
  height: 26px;
  margin: 2px;
  position: absolute;
}

.radio-button {
  margin-left: 0;
}

.tab-link-tab-1 {
  padding-left: 0;
}

.overview-switch {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.overview-switch:hover {
  color: #fff;
  background-color: #0000;
}

.overview-switch.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.overview-switch._03 {
  color: #0020604d;
  border-radius: 0;
  font-weight: 400;
}

.overview-switch._03.w--current {
  color: #002060;
  background-color: #f5f5f5;
}

.overview-switch._02 {
  color: #0020604d;
  border-radius: 0;
  font-weight: 400;
}

.overview-switch._02.w--current {
  color: #002060;
  background-color: #f5f5f5;
}

.overview-switch._01 {
  color: #0000004d;
  border-radius: 0;
}

.overview-switch._01.w--current {
  color: #002060;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  background-color: #f5f5f5;
  border-radius: 0;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.tabs-nav-item-underline-copy {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline-copy:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline-copy.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item-underline-copy._03 {
  color: #0020604d;
  border-radius: 0;
  font-weight: 400;
}

.tabs-nav-item-underline-copy._03.w--current {
  color: #002060;
  background-color: #f5f5f5;
}

.tabs-nav-item-underline-copy._02 {
  color: #0020604d;
  border-radius: 0;
  font-weight: 400;
}

.tabs-nav-item-underline-copy._02.w--current {
  color: #002060;
  background-color: #f5f5f5;
}

.tabs-nav-item-underline-copy._01 {
  color: #0000004d;
  border-radius: 0;
}

.tabs-nav-item-underline-copy._01.w--current {
  color: #002060;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  background-color: #f5f5f5;
  border-radius: 0;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.toggle {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.toggle:hover {
  color: #fff;
  background-color: #0000;
}

.toggle.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.toggle._03 {
  color: #0020604d;
  border-radius: 0;
  font-weight: 400;
}

.toggle._03.w--current {
  color: #002060;
  background-color: #f5f5f5;
}

.toggle._02 {
  z-index: auto;
  color: #0020604d;
  background-color: #00000040;
  border-radius: 10em;
  padding: 30px 54px 0 0;
  font-weight: 400;
  position: absolute;
}

.toggle._02.w--current {
  color: #002060;
  background-color: #00aeff00;
  padding-right: 1px;
  position: relative;
}

.toggle._01 {
  color: #0000004d;
  background-color: #00aeff;
  border-radius: 10em;
  padding: 30px 0 0 54px;
}

.toggle._01.w--current {
  color: #002060;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  background-color: #0000;
  border-radius: 10em;
  padding-left: 1px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: absolute;
}

.switch-top-overview {
  z-index: 10;
  cursor: pointer;
  background-color: #009dff;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 55px;
  height: 30px;
  margin-top: 39px;
  margin-right: 30px;
  padding: 3px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.switch-top-overview.user-tab {
  margin-top: 0;
}

.toggle-button {
  background-color: #fff;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 0;
}

.image-49 {
  width: 35px;
  height: 35px;
}

.image-49.s {
  width: 25px;
  height: 25px;
}

.image-49._2 {
  width: 20px;
  height: 20px;
}

.overview-kpi-text {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 50px;
  font-weight: 100;
  line-height: 100%;
}

.overview-kpi-text._2 {
  margin-top: 10px;
}

.overview-kpi-text._3 {
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 38px;
}

.overview-white-text {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.overview-white-text._2 {
  margin-top: 0;
  position: static;
}

.overview-white-text._3 {
  opacity: 1;
  color: #ffffff80;
  margin-top: 40px;
}

.overview-white-text._4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.overview-white-text._5 {
  width: 120px;
  margin-top: 0;
  margin-left: 10px;
}

.overview-white-text._6 {
  margin-top: 0;
}

.overview-white-text.user-tab {
  color: #ffffff80;
  margin-top: 0;
  position: relative;
}

.overview-white-text.user-tab.selected {
  color: #fff;
}

.overview-gray-text {
  color: #ffffff80;
  width: 100%;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
}

.overview-gray-text._2 {
  margin-top: 10px;
  position: static;
}

.overview-gray-text._3 {
  margin-top: 8px;
}

.overview-gray-text._4 {
  margin-top: 10px;
}

.container-162 {
  width: 100%;
}

.div-block-24 {
  margin-top: 10px;
}

.tabs-2 {
  width: calc(100% - 30px);
  height: 420px;
  display: block;
  position: absolute;
}

.tabs-menu {
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  padding-right: 60px;
  display: flex;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 370px;
}

.tab-link-tab-1-2 {
  color: #fff;
  background-color: #00000040;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding: 0;
  transition-property: all;
  transition-duration: .4s;
  display: flex;
}

.tab-link-tab-1-2:hover {
  color: #fff;
  background-color: #ffffff4d;
}

.tab-link-tab-1-2.w--current {
  color: #1a1b1f;
  background-color: #fff;
}

.tab-link-tab-2 {
  color: #fff;
  background-color: #00000040;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  transition-property: all;
  transition-duration: .4s;
  display: flex;
}

.tab-link-tab-2:hover {
  color: #fff;
  background-color: #ffffff4d;
}

.tab-link-tab-2.w--current {
  color: #1a1b1f;
  background-color: #fff;
  border-radius: 100px;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  transition-property: all;
  transition-duration: .4s;
}

.tab-link-tab-2.w--current:hover {
  background-color: #fff;
}

.tab-link-tab-3 {
  color: #fff;
  background-color: #00000040;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  padding: 0;
  transition: all .4s;
  display: flex;
}

.tab-link-tab-3:hover {
  color: #fff;
  background-color: #ffffff4d;
}

.tab-link-tab-3.w--current {
  color: #1a1b1f;
  background-color: #fff;
}

.tab-link-tab-3.w--current:hover {
  color: #1a1b1f;
}

.image-50 {
  width: 25px;
  height: 25px;
}

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

.tabs-content {
  height: 370px;
}

.container-163 {
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-right: 240px;
  display: flex;
}

.container-164 {
  width: 100%;
  max-width: none;
  height: 340px;
  display: flex;
}

.container-165 {
  width: 50px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50px;
  min-width: 50px;
  display: grid;
}

.mrr-graph {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 580px;
  padding-bottom: 0;
  padding-left: 20px;
  display: grid;
}

.mrr-graph.w {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: end start;
  padding-left: 0;
}

.mrr-graph-lable {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 630px;
  height: 30px;
  padding-left: 70px;
  display: grid;
}

.mrr-graph-lable.m {
  width: 580px;
  padding-left: 0;
}

.mrr-graph-lable.w {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 0;
}

.text-block-91 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  display: flex;
}

.graph-bar-container {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 75%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.graph-bar-container.today {
  cursor: pointer;
  background-image: linear-gradient(#fff0 12%, #ffffff80);
  width: 75%;
  transition: all .4s;
}

.graph-bar-container.today:hover {
  background-color: #ffffff1a;
  background-image: linear-gradient(#fff0 12%, #ffffff80);
}

.container-167 {
  width: 240px;
  height: 100%;
  margin-right: 0;
  padding-top: 0;
  padding-left: 20px;
}

.graph-bar {
  background-color: #fff0;
  background-image: linear-gradient(#fff, #00b7ff);
  border-radius: 100px;
  width: 2px;
  height: 100px;
}

.graph-bar._1 {
  background-image: linear-gradient(#fff, #fff 0%, #00b7ff);
}

.graph-bar._2 {
  height: 120px;
}

.graph-bar._3 {
  height: 150px;
}

.graph-bar._4 {
  height: 130px;
}

.graph-bar._5 {
  height: 180px;
}

.graph-bar._6 {
  height: 250px;
}

.graph-bar._7 {
  height: 270px;
}

.graph-bar._2-1 {
  height: 10px;
}

.graph-bar._2-2 {
  height: 50px;
}

.graph-bar._2-3 {
  height: 60px;
}

.graph-bar._2-4 {
  height: 45px;
}

.graph-bar._2-7 {
  height: 240px;
}

.graph-bar._2-6 {
  height: 180px;
}

.graph-bar._3-1, .graph-bar._3-2, .graph-bar._3-3, .graph-bar._3-4, .graph-bar._3-5, .graph-bar._3-6, .graph-bar._3-7 {
  height: 0;
}

.graph-bar._3-8 {
  height: 180px;
}

.graph-dot {
  background-color: #fff;
  border-radius: 100px;
  width: 6px;
  height: 6px;
  margin-bottom: 10px;
}

.container-168 {
  width: 240px;
  height: 410px;
  padding-left: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-169 {
  z-index: 100;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #00000040;
  width: 300px;
  min-width: auto;
  max-width: none;
  height: 100%;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 0 20px 4px #0006;
}

.section-18 {
  display: block;
}

.container-170 {
  cursor: pointer;
  background-color: #00000040;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  transition: all .4s;
}

.container-170:hover {
  background-color: #ffffff1a;
}

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

.container-172 {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-51 {
  height: 50px;
}

.container-173 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  display: flex;
}

.container-174 {
  cursor: pointer;
}

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

.dashboard-nav {
  width: 50px;
  min-width: 50px;
  margin-left: 0;
  margin-right: 0;
}

.dashboard-nav._2 {
  width: calc(98% - 1050px);
  min-width: 250px;
  max-width: none;
}

.uui-text-size-small-3 {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.show-tablet {
  display: none;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.menu-icon_line-middle-inner {
  width: 4px;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar01_menu-left {
  height: 100%;
}

.uui-navbar01_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar01_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar01_logo-link {
  padding-left: 0;
}

.uui-navbar01_link {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar01_link:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-navbar01_link.w--current {
  color: #000;
}

.uui-navbar01_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.uui-navbar01_blog-image-wrapper {
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 11rem;
  height: 6.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.uui-navbar01_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar01_dropdown-toggle {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar01_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-navbar01_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar01_blog-item:hover {
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
}

.uui-navbar01_dropdown-content-wrapper {
  z-index: 1;
  grid-row-gap: .75rem;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.menu-icon_line-bottom {
  background-color: var(--white);
  width: 24px;
  height: 1px;
}

.uui-navbar01_dropdown-blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.uui-navbar01_component {
  border-bottom: 0px solid var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
  background-color: #fff0;
  align-items: center;
  width: auto;
  height: 100%;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-icon_line-middle {
  background-color: var(--white);
  width: 24px;
  height: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.uui-navbar01_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.menu-icon_line-top {
  background-color: var(--white);
  width: 24px;
  height: 1px;
}

.uui-navbar01_menu {
  background-color: #c8c8c800;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: static;
}

.uui-navbar01_dropdown-content {
  width: 100%;
  display: flex;
}

.menu-icon_component {
  z-index: 1000;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 40px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.uui-navbar01_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 1.25rem;
  display: flex;
  position: relative;
}

.uui-navbar01_icon-wrapper {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  flex: none;
}

.uui-navbar01_menu-button {
  padding: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.uui-navbar01_menu-button.w--open {
  z-index: 1000;
  background-color: #c8c8c800;
  position: absolute;
  inset: 0% 0% auto auto;
}

.uui-navbar01_menu-dropdown {
  position: static;
}

.uui-navbar01_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar01_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar01_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
}

.uui-navbar01_dropdown-right-overlay-absolute {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui--primary800\<deleted\|variable-ddf4f85f\>);
}

.uui-button-link-2.is-button-xsmall {
  font-size: .875rem;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-navbar01_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar01_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar01_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

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

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui--gray800\<deleted\|variable-0a1a9f61\>);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
}

.uui-button-secondary-gray-2.show-tablet {
  display: none;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-logo_component-3 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark-3 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg-3 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur-3 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot-3 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype-3 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-navbar01_heading {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar01_item-heading {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar01_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar01_item-button-wrapper {
  margin-top: .75rem;
}

.uui-navbar01_dropdown-content-heading {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  letter-spacing: normal;
  margin-left: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar01_dropdown-content-button-wrapper {
  letter-spacing: normal;
  margin-top: 1rem;
  margin-left: .75rem;
  font-size: .875rem;
}

.uui-badge-small-success-2 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50\<deleted\|variable-9177f7a8\>);
  color: var(--untitled-ui--success700\<deleted\|variable-1c4c81d0\>);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-logo_image-3 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.overview-slideout {
  z-index: 1000;
  width: auto;
  max-width: none;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-176 {
  display: none;
}

.section-19 {
  display: flex;
  position: relative;
}

.container-177 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.body-4 {
  background-color: #929292;
  height: 10000px;
}

.container-178 {
  background-color: #fff;
  width: 500px;
  height: 500px;
  position: relative;
}

.container-179 {
  background-color: #b3b3b3;
  width: 100px;
  height: 100px;
  position: fixed;
}

.container-180 {
  z-index: 0;
  background-color: red;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.body-5 {
  height: auto;
  display: flex;
  overflow: visible;
}

.container-181 {
  position: relative;
}

.container-182 {
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#0000, #ffffff40);
  border-radius: 100px;
  transition: all .4s;
  position: absolute;
  inset: 0%;
}

.container-182:hover {
  opacity: 1;
}

.link-block-12 {
  position: absolute;
  inset: 0%;
}

.container-183 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.users-white-text {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.users-white-text._2 {
  margin-top: 0;
  position: static;
}

.users-white-text._3 {
  opacity: 1;
  color: #ffffff80;
  margin-top: 40px;
}

.users-white-text._4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.users-white-text._5 {
  width: 120px;
  margin-top: 0;
  margin-left: 10px;
}

.users-white-text._6 {
  margin-top: 0;
}

.users-white-text.user-tab {
  color: #ffffff80;
  margin-top: 0;
  position: relative;
}

.users-white-text.user-tab.selected {
  color: #fff;
}

.users-white-text.mid {
  width: 20%;
  min-width: 125px;
}

.users-white-text.long {
  min-width: 230px;
}

.users-white-text.short {
  width: 15%;
  min-width: 75px;
}

.container-184 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  display: flex;
}

.user-individual-card {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  transition: all .4s;
  display: flex;
}

.user-individual-card:hover {
  background-color: #ffffff1a;
}

.container-185 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  display: flex;
}

.users-individual-white-text {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.users-individual-white-text._2 {
  margin-top: 0;
  position: static;
}

.users-individual-white-text._3 {
  opacity: 1;
  color: #ffffff80;
  margin-top: 40px;
}

.users-individual-white-text._4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.users-individual-white-text._5 {
  width: 120px;
  margin-top: 0;
  margin-left: 10px;
}

.users-individual-white-text._6 {
  margin-top: 0;
}

.users-individual-white-text.user-tab {
  color: #ffffff80;
  margin-top: 0;
  position: relative;
}

.users-individual-white-text.user-tab.selected {
  color: #fff;
}

.users-individual-white-text.mid {
  width: 20%;
  min-width: 125px;
  font-weight: 100;
}

.users-individual-white-text.long {
  min-width: 230px;
  font-weight: 100;
}

.users-individual-white-text.short {
  width: 15%;
  min-width: 75px;
  font-weight: 100;
}

.container-186 {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.container-105-copy {
  background-color: #14e776;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-right: 0;
}

.container-105-copy.green {
  margin-right: 0;
}

.container-105-copy.red {
  background-color: #ff4e4e;
  margin-right: 0;
}

.container-105-copy.blue {
  background-color: #00b7ff;
}

.container-105-copy.gray {
  background-color: #a7a7a7;
}

.text-block-55-copy {
  margin-bottom: 20px;
  font-size: 14px;
}

.text-block-94 {
  letter-spacing: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 30px;
}

.container-187 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.container-188 {
  width: 45%;
  height: auto;
  margin-left: 0;
}

.container-188._1 {
  width: auto;
  height: 100%;
  position: relative;
}

.container-188._2 {
  width: auto;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.image-53 {
  width: auto;
  height: 40px;
}

.link-block-13 {
  position: absolute;
  inset: 0%;
}

.text-block-95 {
  font-size: 14px;
}

.link-block-9-copy {
  z-index: 1;
  font-size: 14px;
  transition-property: all;
  position: absolute;
  inset: 0%;
}

.link-block-9-copy:hover {
  background-color: #f5f5f5;
}

.link-block-9-copy.w--current {
  z-index: 0;
  opacity: 1;
  background-color: #f5f5f5;
  transition-property: none;
  position: absolute;
}

.link-block-9-copy.w--current:hover {
  opacity: 100;
}

.heading-27 {
  color: #fff;
  margin-left: 40px;
  font-size: 30px;
}

.plans-white-text {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.plans-white-text._2 {
  margin-top: 0;
  position: static;
}

.plans-white-text._3 {
  opacity: 1;
  color: #ffffff80;
  margin-top: 40px;
}

.plans-white-text._4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.plans-white-text._5 {
  width: 120px;
  margin-top: 0;
  margin-left: 10px;
}

.plans-white-text._6 {
  margin-top: 0;
}

.plans-white-text.user-tab {
  color: #ffffff80;
  margin-top: 0;
  position: relative;
}

.plans-white-text.user-tab.selected {
  color: #fff;
}

.plans-white-text.mid {
  width: 175px;
  min-width: 175px;
}

.plans-white-text.long {
  width: 100%;
  min-width: 230px;
}

.plans-white-text.short {
  width: 110px;
  min-width: 110px;
}

.users-white-text-copy {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.users-white-text-copy._2 {
  margin-top: 0;
  position: static;
}

.users-white-text-copy._3 {
  opacity: 1;
  color: #ffffff80;
  margin-top: 40px;
}

.users-white-text-copy._4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.users-white-text-copy._5 {
  width: 120px;
  margin-top: 0;
  margin-left: 10px;
}

.users-white-text-copy._6 {
  margin-top: 0;
}

.users-white-text-copy.user-tab {
  color: #ffffff80;
  margin-top: 0;
  position: relative;
}

.users-white-text-copy.user-tab.selected {
  color: #fff;
}

.users-white-text-copy.mid {
  width: 20%;
  min-width: 125px;
}

.users-white-text-copy.long {
  min-width: 230px;
}

.users-white-text-copy.short {
  width: 15%;
  min-width: 75px;
}

.plans-individual-white-text {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.plans-individual-white-text._2 {
  margin-top: 0;
  position: static;
}

.plans-individual-white-text._3 {
  opacity: 1;
  color: #ffffff80;
  margin-top: 40px;
}

.plans-individual-white-text._4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.plans-individual-white-text._5 {
  width: 120px;
  margin-top: 0;
  margin-left: 10px;
}

.plans-individual-white-text._6 {
  margin-top: 0;
}

.plans-individual-white-text.user-tab {
  color: #ffffff80;
  margin-top: 0;
  position: relative;
}

.plans-individual-white-text.user-tab.selected {
  color: #fff;
}

.plans-individual-white-text.mid {
  width: 175px;
  min-width: 175px;
  font-weight: 100;
  line-height: 200%;
}

.plans-individual-white-text.long {
  width: 100%;
  min-width: 230px;
  font-weight: 100;
  line-height: 200%;
}

.plans-individual-white-text.short {
  width: 110px;
  min-width: 110px;
  font-weight: 100;
  line-height: 200%;
}

.plan-individual-card {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .4s;
  display: flex;
  position: relative;
}

.plan-individual-card:hover {
  background-color: #ffffff1a;
}

.toggle-switch {
  z-index: 10;
  cursor: pointer;
  background-color: #009dff;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 30px;
  margin-top: 0;
  margin-bottom: auto;
  margin-right: 20px;
  padding: 3px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.toggle-switch.user-tab {
  margin-top: 0;
}

.container-189 {
  width: 75px;
  min-width: 75px;
}

.container-185-copy {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  display: flex;
}

.container-184-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  display: flex;
}

.collection-list-wrapper-9 {
  width: 100%;
}

.container-190 {
  opacity: .3;
  background-image: linear-gradient(135deg, #000760, #a45ea1);
  width: 50%;
  max-width: none;
  height: 200%;
  position: absolute;
  inset: -50% auto 0%;
  transform: rotate(-126deg);
}

.container-191 {
  justify-content: flex-start;
  align-items: center;
  width: 940px;
  display: flex;
}

.intro-header-lp {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/DSC09088.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 800px;
  margin-bottom: 0;
  padding-top: 140px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-header-lp.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.image-54 {
  width: 700px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

.navbar {
  border-radius: 8px;
  max-width: 1600px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-v2 {
  border-bottom: 1px solid var(--white-20);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 75px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-v2 {
  aspect-ratio: 569 / 126;
  width: auto;
  max-width: none;
  height: 28px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.logo-link-v2 {
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.logo-light-v2, .logo-dark-v2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.body-6 {
  height: auto;
}

.background-image {
  width: 1257px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.container-193 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.navbar-link-v2 {
  height: 100%;
  color: var(--white);
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  transition-property: all;
  display: flex;
}

.navbar-link-v2:hover {
  color: var(--white);
  background-color: #0000;
  text-decoration: none;
}

.navbar-link-v2.w--current {
  color: var(--white);
}

.nav-menuwrapper-v2 {
  order: 0;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-194 {
  border: 1px solid var(--gray);
  width: 175px;
  height: 50px;
  color: var(--black);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 0;
  transition: all .2s;
  display: flex;
}

.container-194:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.text-block-96 {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.hero-section {
  max-width: none;
  margin-top: 0;
  position: relative;
}

.video {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.background-video {
  height: 100vh;
}

.background-video.background-image {
  width: 100%;
  margin-top: 0;
}

.hero-image {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.hero-text {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 150%;
  position: static;
  inset: 0% auto auto 0%;
}

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

.button-7 {
  border: 1px solid var(--white-10);
  background-color: var(--white-5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 200;
  transition-property: all;
  transition-duration: .4s;
}

.button-7:hover {
  color: var(--white);
  background-color: #ffffff40;
}

.container-196 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(0deg, #0003, #fff0);
  flex-flow: column;
  width: 100%;
  max-width: 1600px;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.vertical-container {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}

.vertical-container.left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 432px;
  max-width: none;
  margin-left: 0;
  display: flex;
}

.vertical-container.right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 5%;
  display: flex;
}

.button-transparent {
  border-style: solid;
  border-width: 1px;
  border-color: var(--white-20) #ffffff40 #ffffff40;
  background-image: linear-gradient(0deg, #0003, var(--white-5));
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 10px 12px 10px 20px;
  display: flex;
  position: relative;
}

.button-transparent-text {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  line-height: 100%;
}

.img-8 {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

.paragraph-10 {
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 0 8px #00000080;
  margin-bottom: 0;
  font-weight: 300;
}

.button-white {
  background-color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.button-white-text {
  opacity: 1;
  color: var(--dark-gray);
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
}

.vertical-container-wrapper {
  border-bottom: 0 solid #fff3;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 40px 0 20px;
  display: flex;
}

.horizontal-container-wrapper {
  border-top: 0 solid #fff3;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: flex;
}

.horizontal-container {
  border-top: 1px solid var(--white-20);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 15vh;
  display: flex;
}

.price-text {
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-97 {
  color: #fff;
  margin-right: 0;
  font-weight: 200;
  line-height: 16px;
}

.text-block-98 {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 56px;
  line-height: 43px;
}

.text-block-99 {
  color: var(--white-50);
  font-size: 44px;
  font-weight: 600;
  line-height: 40px;
}

.hero-tags {
  border: 1px solid var(--white-20);
  background-color: var(--white-10);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 12px;
  display: flex;
}

.text-block-100 {
  padding: 0;
}

.container-197 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: none;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
}

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

.button-8 {
  border: 1px solid var(--white-10);
  background-color: var(--white-5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 200;
  transition-property: all;
  transition-duration: .4s;
  display: none;
}

.button-8:hover {
  color: var(--white);
  background-color: #ffffff40;
}

.paragraph-10-copy {
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 0 4px #00000080;
  margin-bottom: 0;
  font-weight: 300;
}

.link-block-14 {
  font-weight: 400;
  position: absolute;
  inset: 0%;
}

.container-198 {
  background-image: linear-gradient(0deg, #0000004d, #0000);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.container-199 {
  max-width: none;
  height: 75px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

@media screen and (min-width: 1440px) {
  .container-5 {
    background-image: linear-gradient(#ffffff40, #ffffff40), linear-gradient(135deg, #00076040, #a45ea140);
  }

  .container-7 {
    z-index: 0;
  }

  .text-block-1 {
    text-shadow: 0 1px 1px #0003;
    font-weight: 400;
  }

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

  .image-12.lp8 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 700px;
    height: auto;
  }

  .section-16 {
    width: 20%;
    min-width: 20%;
    position: fixed;
  }

  .container-97 {
    opacity: 1;
  }

  .container-97.selected {
    background-color: #f5f5f500;
  }

  .image-29, .text-block-57 {
    z-index: 2;
    position: relative;
  }

  .link-block-9 {
    z-index: 1;
    transition-property: all;
    transition-duration: .2s;
  }

  .link-block-9:hover, .link-block-9.w--current {
    z-index: 1;
    background-color: #f5f5f5;
  }

  .link-block-9.w--current:hover {
    background-color: #f5f5f5;
  }

  .section-17 {
    flex-flow: row;
    width: 80%;
    height: auto;
    padding-left: 2%;
    padding-right: 22%;
    display: flex;
  }

  .heading-25 {
    width: auto;
    min-width: auto;
  }

  .text-block-61 {
    width: calc(100vw - 680px);
    min-width: auto;
  }

  .products-plans {
    display: none;
  }

  .acquisition-second.optimized {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .basic-card.overview-top {
    aspect-ratio: 20 / 7;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 280px;
    font-size: calc(100vw - 640px);
  }

  .basic-card.overview-second {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-left: 40px;
  }

  .basic-card.quick {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .basic-card.overview-third {
    aspect-ratio: auto;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 280px;
    font-size: calc(100vw - 640px);
  }

  .basic-card.user {
    background-color: #00000040;
    background-image: none;
    width: 100%;
  }

  .basic-card.users-top {
    width: auto;
    overflow: visible;
  }

  .inner-basic-card._1 {
    aspect-ratio: 1;
    cursor: pointer;
    order: 0;
    width: 31%;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    transition: all .4s;
  }

  .inner-basic-card._1:hover {
    background-color: #42424240;
  }

  .inner-basic-card._2 {
    aspect-ratio: 1;
    cursor: pointer;
    object-fit: fill;
    width: 31%;
    height: auto;
    padding-bottom: 20px;
    transition: all .4s;
  }

  .inner-basic-card._2:hover {
    background-color: #42424240;
  }

  .inner-basic-card._3 {
    aspect-ratio: 1;
    cursor: pointer;
    width: 31%;
    height: auto;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 20px;
    transition: all .4s;
  }

  .inner-basic-card._3:hover {
    background-color: #42424240;
  }

  .icon-cover {
    aspect-ratio: 1;
    width: 25%;
    height: auto;
  }

  .container-161 {
    position: static;
  }

  .switch-top-overview {
    margin-top: 17.5%;
  }

  .image-49 {
    aspect-ratio: 1;
    width: 58%;
    height: auto;
  }

  .overview-kpi-text {
    font-size: calc(6.51vw - 44.268px);
  }

  .overview-kpi-text._2 {
    cursor: pointer;
    border-bottom: 0 solid #fff0;
    font-size: 50px;
    font-weight: 100;
    transition: all .4s;
  }

  .overview-kpi-text._2:hover {
    border-bottom: 0 solid #fff0;
    font-weight: 100;
  }

  .overview-white-text._3 {
    margin-top: 20px;
  }

  .tabs-2 {
    width: calc(100% - 40px);
    padding-right: 0;
  }

  .tabs-menu {
    padding-right: 50px;
  }

  .container-163 {
    padding-right: 240px;
  }

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

  .div-block-25 {
    width: 6.25%;
  }

  .mrr-graph, .mrr-graph.m {
    width: 93.75%;
    padding-left: 0;
  }

  .mrr-graph.w {
    place-items: end start;
    width: 93.75%;
    padding-left: 0;
  }

  .mrr-graph-lable.m {
    width: 100%;
    padding-left: 0%;
  }

  .mrr-graph-lable.w, .mrr-graph-lable.a {
    width: 100%;
    padding-left: 0;
  }

  .graph-bar-container {
    width: 75%;
    height: auto;
    padding-top: 20px;
    transition: all .4s;
    position: relative;
  }

  .graph-bar-container.today {
    cursor: pointer;
    padding-top: 20px;
  }

  .container-168 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 240px;
    padding-left: 0%;
    display: flex;
  }

  .container-169 {
    width: 25%;
    min-width: 25%;
    max-width: none;
    margin-right: 0;
    display: block;
    box-shadow: inset 0 -4px 8px -2px #fff3, 0 0 8px 4px #0006;
  }

  .container-170 {
    padding-left: 10px;
  }

  .container-172 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-173 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-174 {
    cursor: pointer;
    width: 200px;
    padding-bottom: 20px;
  }

  .container-175 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dashboard-nav {
    width: 6.25%;
    min-width: 50px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .dashboard-nav._2 {
    width: 20%;
    min-width: 20%;
  }

  .uui-navbar01_component {
    width: 25%;
    min-width: 25%;
  }

  .uui-navbar01_menu {
    background-color: #c8c8c800;
  }

  .menu-icon_component, .container-176 {
    display: none;
  }

  .body-5 {
    height: auto;
    overflow: visible;
  }

  .link-5 {
    color: #fff;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 200;
    text-decoration: none;
    position: absolute;
    inset: auto 0% 0% auto;
  }

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

  .link-6 {
    color: #ffffff80;
    margin-top: 0;
    font-size: 14px;
    text-decoration: none;
    transition-property: all;
    transition-duration: .4s;
  }

  .link-6:hover {
    color: #fff;
    text-decoration: none;
  }

  .container-182 {
    opacity: 0;
    cursor: pointer;
    background-image: linear-gradient(#0000, #ffffff40);
    border-radius: 100px;
    transition: all .4s;
    position: absolute;
    inset: 0%;
  }

  .container-182:hover {
    opacity: 1;
  }

  .link-block-12 {
    z-index: 100;
    position: absolute;
    inset: 0%;
  }

  .users-white-text._3 {
    margin-top: 20px;
  }

  .users-white-text.mid {
    width: 150px;
  }

  .users-individual-white-text._3 {
    margin-top: 20px;
  }

  .users-individual-white-text.mid {
    width: 150px;
  }

  .link-block-9-copy {
    z-index: 1;
    transition-property: all;
    transition-duration: .2s;
  }

  .link-block-9-copy:hover, .link-block-9-copy.w--current {
    z-index: 1;
    background-color: #f5f5f5;
  }

  .link-block-9-copy.w--current:hover {
    background-color: #f5f5f5;
  }

  .plans-white-text._3 {
    margin-top: 20px;
  }

  .plans-white-text.mid {
    width: 150px;
  }

  .users-white-text-copy._3 {
    margin-top: 20px;
  }

  .users-white-text-copy.mid {
    width: 150px;
  }

  .plans-individual-white-text._3 {
    margin-top: 20px;
  }

  .plans-individual-white-text.mid {
    width: 150px;
  }

  .plans-individual-white-text.long {
    min-width: 200px;
    padding-right: 20px;
  }

  .toggle-switch {
    margin-top: 0%;
  }

  .image-54 {
    width: 700px;
    max-width: 700px;
  }

  .navbar {
    max-width: 1200px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-v2 {
    background-color: #0000;
    height: 75px;
    margin-top: 0;
    padding-bottom: 10px;
  }

  .logo-light-v2 {
    display: block;
  }

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

  .image-55, .background-image {
    width: 1440px;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .hero-image {
    object-fit: cover;
    height: 100vh;
    position: static;
  }

  .hero-text {
    color: var(--white);
    text-align: left;
    text-shadow: 0 0 20px #00000080;
    word-break: normal;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding: 10px 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 150%;
    display: flex;
    position: static;
    inset: auto;
  }

  .button-transparent, .button-white {
    position: relative;
  }

  .vertical-container-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .text-block-97 {
    font-size: 24px;
  }

  .text-block-98 {
    font-size: 72px;
    line-height: 52px;
  }

  .link-block-14 {
    position: absolute;
    inset: 0%;
  }

  .container-198 {
    background-image: linear-gradient(0deg, #0000004d, #0000);
  }
}

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

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

  .container {
    width: 90%;
    min-width: auto;
    max-width: none;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 16px;
  }

  .primary-button {
    justify-content: center;
  }

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

  .heading-jumbo {
    letter-spacing: 3px;
    font-size: 47px;
    line-height: 70px;
  }

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

  .menu-icon {
    display: block;
  }

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

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

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

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

  .section-heading {
    text-align: left;
    font-size: 28px;
    line-height: 150%;
  }

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

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

  .container-2 {
    width: 40%;
    max-width: none;
  }

  .container-7 {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .container-7.lp {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-8 {
    width: 90%;
    min-width: 750px;
    max-width: none;
  }

  .image {
    height: 50px;
  }

  .button {
    background-image: linear-gradient(90deg, #a45ea1, #002060);
    width: 150px;
  }

  .container-10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-2, .link {
    font-size: 12px;
  }

  .image-2 {
    width: 50%;
  }

  .container-12 {
    width: 90%;
    min-width: 730px;
    max-width: none;
  }

  .heading-2, .heading-3 {
    overflow: hidden;
  }

  .container-14 {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
  }

  .image-4 {
    width: 450px;
  }

  .image-4._1 {
    height: 450px;
  }

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

  .container-17 {
    width: 90%;
    min-width: 750px;
    max-width: none;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-20 {
    padding-left: 20px;
  }

  .section-heading-6 {
    font-size: 28px;
  }

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

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

  .text-block-13 {
    padding-right: 20px;
  }

  .container-25 {
    width: 100%;
    min-width: 750px;
    max-width: none;
  }

  .container-27 {
    justify-content: center;
    align-items: flex-end;
  }

  .container-29 {
    width: 90%;
  }

  .container-30 {
    aspect-ratio: 1;
    width: 19%;
    height: auto;
    margin-left: 5%;
  }

  .container-31 {
    margin-left: 0;
    margin-right: 1%;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-section_faq02 {
    width: 90%;
    min-width: 750px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-cta09_component {
    padding: 3rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .navbar-no-shadow {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #a45ea1, #002060);
    width: 100%;
    min-width: auto;
  }

  .navbar-no-shadow-container {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-brand, .navbar-brand.w--current {
    margin-left: 20px;
  }

  .nav-menu-wrapper {
    z-index: 100;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    background-color: #0000001a;
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #a45ea14d, #0020604d);
    padding-bottom: 0;
    position: absolute;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 1;
    background-color: #0000;
    border-radius: 100px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

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

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

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

  .menu-button-2 {
    margin-right: 20px;
    padding: 12px;
  }

  .menu-button-2.w--open {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    background-color: #ffffff1a;
    margin-right: 20px;
  }

  .navbar-no-shadow-copy {
    width: 100%;
    min-width: auto;
  }

  .container-33 {
    width: 750px;
    max-width: none;
  }

  .paragraph {
    font-size: 16px;
  }

  .text-block-23 {
    width: auto;
  }

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

  .container-40 {
    width: 235px;
    max-width: none;
  }

  .image-11 {
    height: 175px;
  }

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

  .paragraph-2 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .container-41 {
    width: 235px;
  }

  .container-42 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-footer05_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .uui-footer05_form-block {
    min-width: auto;
  }

  .uui-footer05_newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .uui-footer05_social-icons {
    margin-bottom: 1rem;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .navbar-no-shadow-2 {
    width: 100%;
    min-width: auto;
  }

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

  .paragraph-1 {
    font-size: 14px;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-contact04_contact-list {
    margin-top: 2rem;
  }

  .uui-padding-vertical-xhuge-3, .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .field-label {
    width: 125px;
    font-size: 14px;
  }

  .text-field-5 {
    width: 575px;
  }

  .textarea {
    width: 575px;
    min-height: 100px;
  }

  .submit-button-2 {
    width: 200px;
  }

  .grid, .container-47 {
    width: 760px;
  }

  .text-block-30 {
    font-size: 32px;
  }

  .object-a {
    padding-right: 0;
  }

  .icon, .icon-2, .icon-3, .icon-4 {
    color: #fff;
  }

  .div-block-6 {
    width: 700px;
  }

  .container-52 {
    width: 700px;
    min-height: 100px;
  }

  .heading-13 {
    font-size: 14px;
  }

  .text-block-31 {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 200%;
  }

  .heading-14 {
    font-size: 20px;
  }

  .container-53 {
    width: 728px;
    min-height: auto;
  }

  .div-block-7 {
    width: 700px;
  }

  .paragraph-5 {
    width: auto;
    font-size: 12px;
  }

  .container-55 {
    padding-left: 20px;
    padding-right: 0;
  }

  .form-3 {
    width: 275px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-block-2 {
    width: auto;
    margin-left: 20px;
  }

  .heading-15 {
    font-size: 26px;
  }

  .button-3 {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-56 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-57 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    flex-flow: column;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .text-block-33, .text-block-34 {
    font-size: 14px;
  }

  .image-12._1 {
    width: 50%;
    height: 32vw;
  }

  .div-block-8 {
    width: 90%;
  }

  .section-heading-copy {
    text-align: left;
    font-size: 28px;
    line-height: 150%;
  }

  .uui-contact14_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .field-label-copy {
    letter-spacing: 0;
    letter-spacing: 0;
    width: 125px;
    font-size: 14px;
  }

  .field-label-copy-2 {
    letter-spacing: 0;
    width: 100px;
    font-size: 14px;
  }

  .form-2-copy, .div-block-4-copy {
    width: auto;
  }

  .container-44-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .container-33-copy {
    width: auto;
    max-width: none;
  }

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

  .type-l, .type-r {
    overflow: hidden;
  }

  .machine-image {
    width: 450px;
    height: 450px;
  }

  .img-gallery-main {
    height: 370px;
  }

  .img-gallery-main-icon {
    width: 20px;
  }

  .c-img-gallery-main-icon {
    z-index: 10;
    background-color: #131313e6;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .img-gallery-main-slide {
    overflow: hidden;
  }

  .img-gallery-subs {
    height: 170px;
  }

  .c-main-img-overlay-lightbox {
    display: none;
  }

  .slider {
    width: 750px;
  }

  .slider-section {
    z-index: -1;
    position: relative;
  }

  .container-67 {
    height: 375px;
  }

  .heading-20, .text-block-41 {
    font-size: 13px;
  }

  .container-71 {
    padding-left: 15px;
    padding-right: 10px;
  }

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

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

  .container-80 {
    width: 60%;
  }

  .cru-ncf-map-item-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .cru-ncf-map-items {
    padding-right: 0;
  }

  .main-slider {
    height: 100vh;
  }

  .main-slider.desktop {
    display: none;
  }

  .main-slider.mobile {
    display: block;
  }

  .main-slider-nav-dots {
    background-image: linear-gradient(to top, #131313bf, #0000);
    display: block;
  }

  .c-funtext, .second-slider-container {
    display: none;
  }

  .main-slide-title {
    letter-spacing: 15px;
    font-size: 4.5em;
  }

  .c-slide-btn-loading {
    display: none;
  }

  .c-main-slide-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navbar-no-shadow-2-copy {
    width: 100%;
    min-width: auto;
  }

  .container-85 {
    width: 750px;
    max-width: none;
    height: 450px;
    display: none;
  }

  .image-27 {
    width: 750px;
  }

  .slide {
    position: static;
  }

  .mask {
    z-index: 0;
    width: 750px;
    height: 450px;
    position: static;
  }

  .slider-2 {
    z-index: 0;
    width: 750px;
    min-width: auto;
    position: relative;
  }

  .icon-7, .icon-8 {
    color: #fff;
  }

  .container-89 {
    padding-left: 20px;
  }

  .heading-22, .text-block-53 {
    font-size: 28px;
  }

  .rich-text-block, .button-4, .button-5, .rich-text-block-3 {
    font-size: 12px;
  }

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

  .container-95 {
    margin-top: 140px;
  }

  .image-2-copy {
    width: 50%;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

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

  .uui-navbar01_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar01_link {
    width: 100%;
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar01_link:hover {
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  }

  .uui-navbar01_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar01_dropdown-toggle {
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar01_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  }

  .uui-navbar01_blog-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_blog-item:hover {
    background-color: #0000;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-blog-list {
    width: 100%;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar01_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar01_menu {
    border-top: 1px solid var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar01_dropdown-content {
    flex-direction: column;
  }

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

  .uui-navbar01_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

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

  .uui-navbar01_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar01_large-item-content {
    width: 100%;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar01_dropdown-right-overlay-absolute {
    border-radius: .5rem;
    min-width: 100%;
  }

  .uui-navbar01_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar01_dropdown-list.w--open {
    min-width: auto;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-button-secondary-gray-2.show-tablet {
    display: block;
  }

  .uui-navbar01_dropdown-content-heading, .uui-navbar01_dropdown-content-button-wrapper {
    margin-bottom: 0;
    margin-left: 0;
  }

  .overview-slideout {
    display: none;
  }

  .container-176 {
    z-index: 10000;
    background-color: #000000d9;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .image-52 {
    width: 75px;
    height: 75px;
    margin-top: 40vh;
  }

  .text-block-92 {
    color: #fff;
    font-size: 14px;
  }

  .text-block-93 {
    color: #ffffff80;
    text-align: center;
    font-size: 12px;
  }

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

  .container-191 {
    width: 90%;
    max-width: none;
  }

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

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button-3 {
    padding: 12px;
  }

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

  .navbar-v2 {
    z-index: auto;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    height: 80px;
  }

  .logo-v2 {
    z-index: 101;
  }

  .container-193 {
    margin-left: auto;
    margin-right: 0;
  }

  .nav-menuwrapper-v2 {
    z-index: 100;
    border-bottom: 1px solid var(--white-20);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0000001a;
    height: auto;
    margin-top: -80px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: absolute;
    inset: 0 0% auto;
  }

  .hero-section {
    height: 100vh;
  }

  .hero-image {
    aspect-ratio: auto;
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .hero-text {
    text-shadow: 0 0 4px #0000004d;
  }

  .button-7 {
    display: none;
  }

  .vertical-container.left {
    margin-bottom: 20px;
  }

  .vertical-container.right {
    width: 100%;
    max-width: none;
    margin-left: 0%;
  }

  .button-transparent {
    background-image: linear-gradient(0deg, #0003, #0000000d);
  }

  .paragraph-10 {
    width: auto;
    font-size: 14px;
  }

  .vertical-container-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .horizontal-container {
    padding-bottom: 5vh;
  }

  .hero-tags {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-26 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .icon-9 {
    color: #fff;
  }

  .button-8 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    display: block;
  }

  .menu-button-4, .menu-button-4.w--open {
    z-index: 101;
    background-color: #0000;
  }

  .paragraph-10-copy {
    width: auto;
    font-size: 14px;
  }

  .container-199 {
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0000001a;
    width: 100%;
    max-width: none;
    height: 80px;
    display: block;
    position: absolute;
    inset: 0%;
  }
}

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

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

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

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

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    text-align: center;
  }

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

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

  .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-header {
    height: 1000px;
    padding-top: 180px;
  }

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

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

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

  .about-grid {
    flex-flow: column;
  }

  .container-2 {
    width: 100%;
    margin-top: 40px;
  }

  .paragraph-bigger-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .container-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
  }

  .container-5 {
    margin-right: 0;
  }

  .container-6 {
    justify-content: center;
    align-items: flex-end;
  }

  .paragraph-bigger-3, .paragraph-bigger-4 {
    font-size: 16px;
    line-height: 28px;
  }

  .container-7 {
    flex-flow: column;
    width: 432px;
    padding: 40px 0;
  }

  .container-7.lp {
    width: auto;
  }

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

  .image-2 {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    order: -1;
    width: 100%;
  }

  .container-12 {
    min-width: auto;
    margin-bottom: 100px;
  }

  .heading-2 {
    max-width: 480px;
    font-size: 75px;
  }

  .section-heading-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .section-heading-3 {
    margin-top: 300px;
  }

  .container-13 {
    margin-right: 0;
  }

  .image-3 {
    inset: 60px auto auto;
  }

  .image-3._1 {
    width: 432px;
    height: 432px;
  }

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

  .heading-3 {
    max-width: 480px;
    font-size: 75px;
    overflow: hidden;
  }

  .section-heading-5 {
    text-align: center;
    margin-top: 300px;
  }

  .container-14 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-right: auto;
  }

  .text-block-6 {
    margin-left: 0;
  }

  .image-4 {
    top: 100px;
    bottom: auto;
    left: auto;
  }

  .image-4._1 {
    width: 432px;
    height: 432px;
  }

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

  .image-5 {
    top: 100px;
    bottom: auto;
    right: auto;
  }

  .image-6 {
    top: 100px;
    bottom: auto;
    left: auto;
  }

  .image-6._1 {
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

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

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

  .container-17 {
    text-align: center;
    min-width: auto;
    margin-top: 100px;
  }

  .div-block-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 380px;
  }

  .container-20 {
    height: auto;
  }

  .text-block-13 {
    text-align: left;
  }

  .container-25 {
    flex-flow: column;
    width: 380px;
    min-width: auto;
    height: auto;
  }

  .container-26 {
    width: 80%;
    margin-top: 20px;
  }

  .container-27 {
    border-left-width: 0;
    order: -1;
    width: 80%;
  }

  .text-block-16 {
    margin-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .container-30 {
    order: -1;
    width: 100px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .container-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

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

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

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

  .uui-section_faq02 {
    min-width: auto;
    margin-top: 100px;
  }

  .uui-faq02_question {
    padding: 1rem 1.25rem;
  }

  .uui-faq02_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-cta09_component {
    padding: 2.5rem 1.5rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-footer07_legal-link:hover {
    color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  }

  .uui-footer07_link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-footer07_link:hover {
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer07_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer07_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .navbar-no-shadow {
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

  .section-heading-7 {
    text-align: center;
    margin-top: 400px;
  }

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

  .section-heading-8 {
    margin-top: 320px;
  }

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

  .navbar-no-shadow-copy {
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-33 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 470px;
    min-width: auto;
    display: flex;
  }

  .container-35 {
    padding: 20px 10px;
  }

  .text-block-20 {
    margin-right: 0;
  }

  .paragraph {
    font-size: 14px;
  }

  .container-36 {
    width: 60px;
    height: 25px;
    margin-right: 0;
  }

  .text-block-21 {
    font-size: 10px;
  }

  .container-39 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    width: 400px;
  }

  .container-40 {
    width: 400px;
  }

  .image-11 {
    width: 400px;
    height: 250px;
  }

  .paragraph-2 {
    height: 84px;
  }

  .container-41 {
    width: 400px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 2rem;
  }

  .uui-footer05_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .uui-footer05_logo-link {
    margin-bottom: 1rem;
  }

  .uui-footer05_link:hover {
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  }

  .uui-footer05_social-link:hover {
    color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer05_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer05_legal-list-wrapper {
    flex-direction: column-reverse;
  }

  .uui-footer05_legal-link:hover {
    color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .navbar-no-shadow-2 {
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-24 {
    margin-right: 10px;
  }

  .paragraph-1 {
    margin-right: 10px;
    font-size: 12px;
  }

  .container-44 {
    width: 100%;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-contact02_component {
    margin-top: 3rem;
  }

  .uui-contact01_component {
    margin-top: 4rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .field-label {
    width: 115px;
    font-size: 12px;
  }

  .text-field-5 {
    width: 345px;
  }

  .textarea {
    width: 360px;
    min-height: 125px;
  }

  .intro-header-2, .intro-header-3 {
    height: 1000px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 460px;
    height: auto;
  }

  .object-b {
    width: 100%;
    height: 400px;
    padding-right: 0;
  }

  .object-container-b {
    height: 300px;
  }

  .container-47 {
    width: 460px;
  }

  .container-48 {
    width: 100%;
  }

  .text-block-29 {
    margin-left: 10px;
  }

  .heading-10 {
    width: 100px;
  }

  .object-container-a {
    height: 300px;
    padding-left: 100px;
  }

  .object-a {
    height: 300px;
  }

  .icon {
    color: #fff;
  }

  .heading-12 {
    font-size: 36px;
  }

  .div-block-6 {
    width: 450px;
  }

  .container-52 {
    width: auto;
  }

  .heading-13 {
    width: 110px;
    min-width: 100px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 12px;
  }

  .text-block-31 {
    width: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .heading-14 {
    width: auto;
    min-width: 100px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 16px;
  }

  .container-53 {
    width: auto;
  }

  .div-block-7 {
    width: 450px;
  }

  .container-54 {
    max-width: 460px;
  }

  .form-3 {
    background-color: #a0a0a01a;
    width: 300px;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .text-field-6 {
    background-color: #ffffff1a;
  }

  .text-field-6:hover, .text-field-6:focus {
    background-color: #ffffff26;
  }

  .form-block-2 {
    margin-top: 20px;
    margin-left: 0;
  }

  .success-message-4 {
    width: 300px;
  }

  .heading-15 {
    font-size: 28px;
  }

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

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

  .container-57 {
    flex-flow: column;
  }

  .image-12 {
    width: 400px;
    max-width: none;
    height: 130px;
  }

  .image-12._1 {
    order: -9999;
    width: 100%;
    height: 65vw;
  }

  .div-block-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 400px;
    margin-top: 20px;
  }

  .text-block-37 {
    font-size: 14px;
    line-height: 28px;
  }

  .image-13 {
    width: 80px;
    height: 80px;
  }

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

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

  .section-heading-copy {
    text-align: center;
  }

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

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-contact14_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-contact14_map {
    height: 20rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  }

  .uui-contact14_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-footer05_link-copy:hover {
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  }

  .field-label-copy {
    width: 115px;
    font-size: 12px;
  }

  .field-label-copy-2 {
    width: 85px;
    font-size: 12px;
  }

  .container-44-copy {
    width: 100%;
  }

  .container-33-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 460px;
    display: flex;
  }

  .container-65 {
    height: 60px;
  }

  .text-block-29-copy {
    margin-left: 10px;
  }

  .manufacturer-l, .manufacturer-r {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .type-l, .type-r {
    max-width: 480px;
    font-size: 75px;
  }

  .name-l, .name-r {
    margin-top: 300px;
  }

  .cards-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
  }

  .card-l, .card-container-r {
    margin-right: 0;
  }

  .machine-image-l {
    object-fit: contain;
    width: 450px;
    margin-left: 0;
    inset: 60px 0 auto auto;
  }

  .machine-image {
    top: 100px;
    bottom: auto;
    left: auto;
  }

  .img-gallery-main {
    height: 270px;
  }

  .img-gallery-main-icon {
    width: 15px;
  }

  .img-gallery-main-arrow {
    display: block;
  }

  .img-gallery-main-arrow.right {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .img-gallery-main-arrow.left {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .c-img-gallery-sub {
    display: none;
  }

  .c-img-gallery-main-icon {
    opacity: .75;
  }

  .slider {
    width: 460px;
  }

  .container-67 {
    height: 300px;
  }

  .heading-19 {
    font-size: 36px;
  }

  .tabs-content-wrapper {
    margin-top: 0;
  }

  .tabs-nav-text {
    font-size: 12px;
  }

  .tabs {
    width: 100%;
  }

  .tab-content {
    flex-flow: column;
  }

  .tabs-nav-item-underline._03, .tabs-nav-item-underline._02, .tabs-nav-item-underline._01, .tabs-nav-item-underline._01.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .container-68 {
    width: 100%;
  }

  .container-69 {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .heading-20 {
    width: auto;
    min-width: auto;
    margin-right: 10px;
    font-size: 12px;
  }

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

  .div-block-10 {
    width: 100%;
    margin-bottom: 60px;
  }

  .div-block-11 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-73 {
    width: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-78 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .container-79, .container-80 {
    width: 100%;
  }

  .text-block-48 {
    font-size: 20px;
    line-height: 24px;
  }

  .cru-ncf-map-items {
    height: 50vh;
    overflow: scroll;
  }

  .ncf-map-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 90vh;
    display: flex;
  }

  .ncf-map-inner-wrapper {
    height: 50vh;
    max-height: 480px;
  }

  .play-btn {
    width: 20px;
    height: 20px;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .c-main-slide-description {
    width: auto;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .ci-main-slide-content {
    text-align: left;
    align-items: flex-start;
    width: 70%;
  }

  .main-slide-title {
    letter-spacing: 5px;
    font-size: 3em;
  }

  .c-slide-btn {
    width: 30%;
    padding: 3vw;
  }

  .c-main-slide-content {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .navbar-no-shadow-2-copy {
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-85 {
    width: 460px;
    height: 300px;
  }

  .image-27 {
    object-fit: cover;
  }

  .mask, .slider-2 {
    width: 460px;
    height: 300px;
  }

  .container-87 {
    width: 90%;
    height: 200px;
  }

  .image-28 {
    width: 175px;
    height: 200px;
  }

  .container-88 {
    width: 100%;
  }

  .container-89 {
    width: 100%;
    padding-top: 40px;
  }

  .container-90 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rich-text-block {
    letter-spacing: 1px;
    line-height: 12px;
  }

  .button-4 {
    width: 43%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-5 {
    width: 43%;
    margin-left: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-block-3 {
    line-height: 20px;
    display: none;
  }

  .div-block-10-copy {
    width: 320px;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .image-2-copy {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    order: -1;
    width: 100%;
  }

  .overview-switch._03, .overview-switch._02, .overview-switch._01, .overview-switch._01.w--current, .tabs-nav-item-underline-copy._03, .tabs-nav-item-underline-copy._02, .tabs-nav-item-underline-copy._01, .tabs-nav-item-underline-copy._01.w--current, .toggle._03, .toggle._02, .toggle._01, .toggle._01.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-text-size-small-3.hide-mobile-landscape, .hide-mobile-landscape {
    display: none;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-navbar01_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar01_link {
    font-size: 1rem;
  }

  .uui-navbar01_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .uui-navbar01_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar01_blog-item {
    grid-column-gap: 1rem;
    grid-template-columns: .6fr 1fr;
  }

  .uui-navbar01_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar01_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar01_dropdown-content-right {
    padding: 1.5rem 1rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
    background-color: #0000;
  }

  .uui-styleguide_logomark-bg-3 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

  .container-191 {
    width: 432px;
  }

  .intro-header-lp {
    flex-flow: column;
    height: auto;
    padding-top: 180px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .nav-menuwrapper-v2 {
    top: -80px;
  }

  .hero-section {
    height: 120vh;
  }

  .paragraph-10 {
    font-size: 14px;
    line-height: 150%;
  }

  .horizontal-container {
    padding-top: 20px;
  }

  .hero-tags {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-26 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-10-copy {
    font-size: 14px;
    line-height: 150%;
  }
}

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

  .paragraph-bigger.cc-bigger-white-light {
    width: 100%;
  }

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

  .paragraph-light {
    font-size: 12px;
  }

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

  .heading-jumbo-small {
    font-size: 24px;
  }

  .menu {
    margin-left: 15px;
  }

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

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

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

  .intro-header {
    width: 100%;
    min-width: 320px;
    height: auto;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .motto-wrap {
    margin-bottom: 20px;
  }

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

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

  .about-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 60px;
  }

  .intro-text {
    width: 100%;
  }

  .container-2 {
    width: 320px;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-5 {
    width: 94px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-7 {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 90%;
    min-width: auto;
  }

  .image {
    margin-left: 0;
  }

  .container-12 {
    min-width: 320px;
  }

  .heading-2 {
    max-width: none;
    overflow: hidden;
  }

  .section-heading-2 {
    text-align: center;
    letter-spacing: 10px;
    font-size: 28px;
  }

  .section-heading-3 {
    margin-top: 50%;
    font-size: 32px;
  }

  .container-13 {
    width: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3._1 {
    width: 100%;
    min-width: 300px;
    height: 90vw;
    min-height: 300px;
  }

  .text-block-5 {
    width: auto;
    font-size: 12px;
  }

  .home-content-wrap-2 {
    margin-top: 100px;
    overflow: hidden;
  }

  .section-heading-4 {
    text-align: center;
    letter-spacing: 8px;
    font-size: 28px;
  }

  .section-heading-5 {
    margin-top: 50%;
  }

  .container-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-6 {
    width: auto;
    font-size: 12px;
  }

  .image-4._1 {
    width: 100%;
    min-width: 300px;
    height: 90vw;
    min-height: 300px;
  }

  .home-content-wrap-1 {
    margin-top: 20px;
    overflow: hidden;
  }

  .image-6._1 {
    width: 320px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-15 {
    width: 288px;
  }

  .container-16 {
    border-radius: 10px;
    width: 50px;
    height: 50px;
  }

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

  .image-7 {
    width: 27px;
    height: 27px;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .container-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 288px;
    margin-top: 0;
    padding-top: 20px;
  }

  .container-23, .container-25 {
    width: 288px;
  }

  .container-27 {
    width: 100%;
  }

  .container-31 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-right: 0%;
  }

  .button-2 {
    width: auto;
  }

  .uui-text-size-medium {
    font-size: 12px;
  }

  .uui-heading-medium {
    padding-left: 1.25rem;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
  }

  .uui-section_faq02 {
    margin-top: 60px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 2rem;
  }

  .uui-heading-subheading {
    padding-left: 1.25rem;
  }

  .uui-faq02_heading {
    font-size: 14px;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .navbar-no-shadow {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #a45ea1, #002060);
    min-width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    z-index: 100000;
    background-image: linear-gradient(#00000080, #00000080);
    border-radius: 0;
    width: 100%;
  }

  .nav-menu {
    z-index: 100;
    background-color: #0000;
    border-radius: 0;
    flex-direction: column;
    padding-top: 30px;
    position: relative;
  }

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

  .menu-button-2 {
    margin-right: 20px;
    transition: all .4s;
  }

  .menu-button-2.w--open {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff1a;
    margin-right: 20px;
  }

  .section-heading-7 {
    margin-top: 100%;
  }

  .section-heading-8 {
    margin-top: 125%;
    font-size: 30px;
  }

  .navbar-no-shadow-copy {
    min-width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-33 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-34 {
    width: 100%;
  }

  .container-35 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-20 {
    letter-spacing: 1px;
    width: 90px;
    margin-right: 0;
    padding-right: 0;
    font-size: 10px;
  }

  .paragraph {
    width: auto;
  }

  .container-36 {
    width: 60px;
    display: none;
  }

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

  .container-39 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .container-40 {
    width: 100%;
    margin-bottom: 40px;
  }

  .image-11 {
    width: 100%;
  }

  .paragraph-2 {
    height: auto;
  }

  .container-41 {
    width: 100%;
    margin-bottom: 40px;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-footer05_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer05_link-list {
    width: 103.422px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-no-shadow-2 {
    min-width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-24 {
    width: 75px;
    min-width: 75px;
  }

  .paragraph-1 {
    margin-right: 0;
    line-height: 175%;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-radio-2col, .uui-contact04_component {
    grid-template-columns: 1fr;
  }

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

  .field-label {
    text-align: left;
  }

  .text-field-5, .textarea {
    width: 100%;
  }

  .intro-header-2, .intro-header-3 {
    width: 100%;
    min-width: 320px;
    margin-bottom: 60px;
  }

  .grid {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .object-b {
    height: 250px;
  }

  .object-container-b {
    width: 100%;
    height: 150px;
  }

  .container-47 {
    width: 90%;
  }

  .text-block-29 {
    height: 100%;
    margin-left: 10px;
    font-size: 12px;
    line-height: 200%;
  }

  .heading-10 {
    width: 60px;
    min-width: 60px;
    font-size: 11px;
  }

  .container-50 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-12 {
    text-align: center;
    font-size: 20px;
  }

  .div-block-6 {
    width: 320px;
  }

  .heading-13 {
    width: auto;
    min-width: 90px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .text-block-31 {
    width: auto;
    font-size: 12px;
  }

  .heading-14 {
    letter-spacing: 1px;
    width: auto;
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    text-decoration: none;
  }

  .div-block-7 {
    width: 320px;
  }

  .container-54 {
    width: 90%;
    max-width: none;
  }

  .container-55 {
    width: 288px;
  }

  .form-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-6::placeholder {
    color: #ffffffbf;
  }

  .form-block-2 {
    margin-top: 20px;
  }

  .image-12 {
    width: 320px;
    min-width: 320px;
    height: 100px;
  }

  .image-12._1 {
    width: 100%;
    height: 65vw;
    min-height: 213px;
  }

  .div-block-8 {
    width: 90%;
    min-width: 0;
    max-width: 320px;
  }

  .heading-17 {
    font-weight: 400;
  }

  .text-block-38 {
    opacity: .6;
    color: #002060;
    letter-spacing: 1px;
    font-weight: 300;
  }

  .section-heading-copy {
    font-size: 24px;
  }

  .text-block-38-copy {
    opacity: .6;
    color: #002060;
    letter-spacing: 1px;
    font-weight: 300;
  }

  .uui-contact14_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .field-label-copy {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .field-label-copy-2 {
    text-align: left;
  }

  .form-2-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-4-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .container-33-copy {
    width: 90%;
  }

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

  .text-block-29-copy {
    color: #0080ff;
    height: 100%;
    margin-left: 10px;
    font-size: 12px;
    line-height: 200%;
    text-decoration: underline;
  }

  .container-66 {
    width: auto;
    min-width: 320px;
    max-width: 100%;
    overflow: hidden;
  }

  .manufacturer-l, .manufacturer-r {
    text-align: center;
    letter-spacing: 10px;
    font-size: 28px;
  }

  .type-l {
    max-width: none;
    font-size: 60px;
    overflow: hidden;
  }

  .type-r {
    max-width: none;
    overflow: hidden;
  }

  .name-l, .name-r {
    margin-top: 380px;
    font-size: 28px;
  }

  .cards-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .card-l {
    width: 90px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-container-r {
    width: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .machine-description-l, .machine-description-r {
    width: auto;
    font-size: 12px;
  }

  .machine-image-l {
    width: 400px;
    height: 400px;
  }

  .machine-image {
    width: 300px;
    height: 300px;
  }

  .img-gallery-main {
    height: 250px;
  }

  .slider {
    width: 90%;
  }

  .container-67 {
    height: 65vw;
  }

  .heading-19 {
    font-size: 28px;
  }

  .tabs-nav-text {
    font-size: 12px;
    font-weight: 700;
  }

  .tabs-menu-underline-wrapper {
    padding: .8em 0 1em;
  }

  .tabs-nav-item-underline {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .container-68, .container-69 {
    width: 90%;
    margin-left: auto;
  }

  .heading-20, .text-block-41 {
    font-size: 12px;
  }

  .div-block-9 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-71 {
    padding-left: 8px;
    padding-right: 3px;
  }

  .image-21 {
    margin-right: 5px;
  }

  .text-block-42 {
    font-size: 10px;
  }

  .div-block-10 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-72 {
    border-radius: 10px;
    width: 50px;
    height: 50px;
  }

  .container-78, .container-79 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-80 {
    width: 90%;
    margin-right: auto;
  }

  .text-block-48 {
    font-size: 16px;
    line-height: 20px;
  }

  .cru-ncf-map-item-list {
    height: auto;
  }

  .ncf-filter-reset {
    padding: 6px 12px;
  }

  .cru-ncf-zoom-controls-wrapper {
    top: 1rem;
    right: 1rem;
  }

  .cru-ncf-map-styleguide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-slide-btn-block {
    width: 20vw;
    height: 20vw;
  }

  .c-main-slide-description {
    text-align: center;
  }

  .ci-main-slide-content {
    align-items: center;
    width: 85%;
  }

  .main-slide-title {
    text-align: center;
    font-size: 10vw;
  }

  .c-main-slide-content {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .section-13 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: -110px;
    display: flex;
  }

  .navbar-no-shadow-2-copy {
    min-width: 320px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .container-81 {
    background-image: linear-gradient(135deg, #002060, #a45ea1);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    padding: 12px;
    display: flex;
  }

  .text-block-51 {
    margin-top: 20px;
    font-size: 24px;
  }

  .paragraph-7 {
    color: #525252;
    text-align: left;
    width: 275px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .container-82 {
    justify-content: flex-start;
    align-items: center;
    width: 275px;
    margin-top: 30px;
    display: flex;
  }

  .image-25 {
    height: 42px;
    margin-right: 0;
  }

  .image-26 {
    height: 42px;
  }

  .container-83 {
    margin-left: 0;
    position: relative;
  }

  .container-84 {
    margin-right: 0;
    position: relative;
  }

  .link-block-5 {
    z-index: 100;
    position: absolute;
    inset: 0%;
  }

  .container-85 {
    width: 90%;
    height: 60vw;
  }

  .slide {
    object-fit: scale-down;
    width: 100%;
    height: 60vw;
  }

  .mask {
    object-fit: contain;
    width: 100%;
    height: 60vw;
  }

  .slider-2 {
    width: 100%;
    height: auto;
  }

  .container-87 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 400px;
  }

  .image-28 {
    width: 100%;
  }

  .container-89 {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-left: 0;
  }

  .container-90 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
  }

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

  .container-91 {
    justify-content: center;
    align-items: center;
  }

  .rich-text-block-3 {
    display: none;
  }

  .div-block-10-copy {
    width: 90%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .overview-switch, .tabs-nav-item-underline-copy, .toggle {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .uui-navbar01_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar01_blog-item {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar01_dropdown-blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-navbar01_large-item-content {
    margin-top: 1rem;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 0;
  }

  .container-191 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .intro-header-lp {
    width: 100%;
    min-width: 320px;
    margin-bottom: 60px;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .navbar-v2 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section {
    height: 120vh;
  }

  .hero-text {
    font-size: 32px;
  }

  .container-196 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vertical-container.left {
    min-width: auto;
  }

  .paragraph-10 {
    font-size: 12px;
    line-height: 200%;
  }

  .button-white {
    padding: 12px 20px;
  }

  .button-white-text {
    font-size: 12px;
  }

  .horizontal-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
  }

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

  .text-block-97 {
    margin-right: 0;
    font-size: 14px;
  }

  .text-block-98 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 32px;
    line-height: 25px;
  }

  .hero-tags {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-26 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-10-copy {
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
  }
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-815b5e34 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-815b5e34 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cab4b3fd-ec63-242b-5f43-4024206e49be-4e29777a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cab4b3fd-ec63-242b-5f43-4024206e49cd-4e29777a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-6e1b02fb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-6e1b02fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-c4b41912 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-c4b41912 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-e3c7d222 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-e3c7d222 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-273cc563 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-273cc563 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-f45e82ae {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-f45e82ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa3fc5c8-20bd-9d10-cebe-e7bf4a934705-f45e82ae, #w-node-_9bf1206f-ea39-6a07-bb67-e7d22aaeabb6-eb751488 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-25d3e5bd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-25d3e5bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa3fc5c8-20bd-9d10-cebe-e7bf4a934705-25d3e5bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-394bf35d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-394bf35d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa3fc5c8-20bd-9d10-cebe-e7bf4a934705-394bf35d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-71affa5e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-71affa5e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa3fc5c8-20bd-9d10-cebe-e7bf4a934705-71affa5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a0790fab-8c7c-760b-1091-081cc7a54541-c7a5453c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-815b5e34 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-815b5e34 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cab4b3fd-ec63-242b-5f43-4024206e49be-4e29777a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cab4b3fd-ec63-242b-5f43-4024206e49cd-4e29777a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-6e1b02fb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-6e1b02fb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-c4b41912 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-c4b41912 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-e3c7d222 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-e3c7d222 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-273cc563 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-273cc563 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-f45e82ae {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-f45e82ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-25d3e5bd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-25d3e5bd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-394bf35d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-394bf35d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7206d-71affa5e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_53fb6490-4825-ebf6-45da-ac8fc1d7207b-71affa5e {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4d334e31-d4ff-3d17-4392-40008243d60f-66633d28 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a0790fab-8c7c-760b-1091-081cc7a54541-c7a5453c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


