@font-face {
  font-family: Jetbrainsmono;
  src: url('../fonts/JetBrainsMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jetbrainsmono;
  src: url('../fonts/JetBrainsMono-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --systemflow-lite--primary--60: #293243;
  --systemflow-lite--neutral--10: white;
  --systemflow-lite--primary--50: #597ef7;
  --systemflow-lite--primary--70: #1d39c4;
  --systemflow-lite--primary--80: #10239e;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--white: white;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--grey-100: #d9dce2;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.section {
  background-color: #fbf9f700;
  flex: 1;
  height: auto;
  display: flex;
  position: static;
}

.div-block {
  background-color: #293243;
  width: 100px;
  height: 100vh;
  position: sticky;
}

.sidebar_menu_logos {
  background-color: #293243;
  flex: none;
  width: 100px;
  height: auto;
  position: sticky;
}

.sidebar_links {
  color: #fbf9f7;
  background-color: #fbf9f7;
  flex: none;
  width: 210px;
  height: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
  left: auto;
}

.body {
  background-color: #fbf9f7;
  display: flex;
}

.main_content {
  background-color: #fff;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-left: 0;
  display: block;
  position: static;
}

.logo {
  border-bottom: 1px solid #000;
  border-left: 0 #000;
  border-right: 1px solid #1b222f;
  justify-content: center;
  align-items: center;
  height: 90px;
  display: flex;
}

.side_linux {
  background-color: #0000;
  border-top: 2px #000;
  border-bottom: 4px #697284;
  border-left: 0 solid #495262;
  border-right: 2px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.heading {
  color: #fff;
  text-transform: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.image {
  margin-top: 10px;
}

.side_windows {
  background-color: #343c4c;
  border-top: 2px #000;
  border-bottom: 4px #697284;
  border-left: 4px solid #495262;
  border-right: 2px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.side_linux-copy {
  background-color: #0000;
  border-top: 2px #000;
  border-bottom: 4px #697284;
  border-left: 0 solid #495262;
  border-right: 2px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.side_web {
  background-color: #0000;
  border-top: 2px #000;
  border-bottom: 4px #697284;
  border-left: 0 solid #495262;
  border-right: 2px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.side_ai {
  background-color: #0000;
  border-top: 2px #000;
  border-bottom: 4px #697284;
  border-left: 0 solid #495262;
  border-right: 2px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.background-video {
  height: 100vh;
}

.background-video-2 {
  height: 100vh;
  position: relative;
}

.menu_name {
  color: #293243;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  height: auto;
}

.heading-2, .heading-2-copy {
  color: #293243;
}

.heading_side_links {
  color: #293243;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.link {
  color: #293243;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.side_links {
  color: #293243;
  margin-bottom: 5px;
  text-decoration: none;
}

.div-block-2 {
  color: #d9d0c8;
  background-color: #ded9d4;
  border: 1px solid #ded1c3;
  height: 39px;
  margin-top: 20px;
  margin-right: 20px;
  position: static;
}

.f-field-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
}

.f-field-icon-wrapper-2 {
  color: #904444;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.f-field-input-icon-r-2 {
  color: #293243;
  border: 1px solid #e1dad2;
  border-radius: 8px;
  width: 100%;
  min-height: 40px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 15px;
  transition: all .25s;
}

.f-field-input-icon-r-2:focus {
  border-color: #b6b9ce;
}

.f-field-input-icon-r-2::placeholder {
  color: #b6b9ce;
}

.f-field-icon-r-2 {
  color: #d8cfc6;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto 16px auto auto;
}

.mczen_logo {
  color: #000;
  background-color: #0000;
  border-top: 2px #000;
  border-bottom: 4px #697284;
  border-left: 0 solid #495262;
  border-right: 2px #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.heading2 {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  padding-top: 0;
  font-family: Jetbrainsmono, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.div-block-3 {
  flex: 1;
  height: 460px;
  display: block;
}

.uui-blogpost01_author-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost01_tag-list-wrapper {
  width: 50%;
}

.uui-blogpost01_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blogpost01_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.uui-heading-large {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 90px;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  position: static;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-blogpost01_author-image-wrapper {
  margin-right: 1rem;
}

.uui-blogpost01_image-wrapper {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.uui-blogpost01_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.uui-breadcrumb-divider {
  color: #667085;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost01_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.uui-page-padding-2 {
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
}

.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-button-icon-2.text-color-gray400 {
  color: #98a2b3;
}

.uui-breadcrumb-link {
  color: #475467;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: #344054;
}

.uui-breadcrumb-link.w--current {
  color: #6941c6;
  font-weight: 600;
}

.uui-breadcrumb-link.w--current:hover {
  color: #53389e;
}

.uui-blogpost01_content {
  margin-bottom: 4rem;
}

.uui-text-divider {
  color: #475467;
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: Inter, -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-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-blogpost01_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.uui-blogpost01_divider {
  background-color: #eaecf0;
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-badge {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: Inter, -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;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  color: #6941c6;
  background-color: #f9f5ff;
}

.uui-badge.is-indigo {
  color: #3538cd;
  background-color: #eef4ff;
}

.uui-badge.is-pink {
  color: #c11574;
  background-color: #fdf2fa;
}

.uui-blogpost01_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-text-rich-text {
  color: #475467;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
}

.uui-blogpost01_author-heading {
  color: #293243;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jetbrainsmono, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.uui-blogpost01_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogpost01_share-heading {
  color: #293243;
  letter-spacing: normal;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-blogpost01_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Inter, -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-3:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-3:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-3.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray-3.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-blogpost01_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost01_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  position: static;
}

.text-block, .text-block-2 {
  text-transform: uppercase;
  font-family: Jetbrainsmono, Arial, sans-serif;
}

.paragraph {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.heading-4 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.uui-text-rich-text2 {
  color: #475467;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-2 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.text {
  color: #475467;
  text-indent: 20px;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.dropdown {
  border: 1px solid #e1dad2;
  display: block;
}

.icon {
  color: #293243;
  padding-top: 15px;
  inset: 0% 0% auto auto;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.dropdown-toggle {
  background-image: url('../images/Image-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 500px;
  display: flex;
}

.section-13 {
  display: block;
}

.text-block-4 {
  text-transform: uppercase;
}

.uui-blogpost01_breadcrumb-2 {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  position: static;
}

.text-block-5 {
  text-transform: uppercase;
}

.uui-blogpost01_author-heading-2 {
  color: #293243;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.heading-5 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.uui-blogpost01_breadcrumb-3 {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  position: static;
}

.uui-page-padding-3 {
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.dropdown-2 {
  border: 1px solid #e1dad2;
  display: block;
}

.text-block-6 {
  text-transform: uppercase;
}

.uui-text-rich-text2-2 {
  color: #475467;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.uui-blogpost01_author-heading-3 {
  color: #293243;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.heading-6 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-8 {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.background-video-6 {
  z-index: 5;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.headings {
  color: #293243;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 90px;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  position: static;
}

.uui-heading-large-2 {
  color: #293243;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  position: static;
}

.header_vid {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 90px;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  position: static;
}

.uui-blog06_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.uui-blog06_meta-wrapper {
  color: #293243;
  mix-blend-mode: multiply;
  background-color: #f9f5ff;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: Inter, -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-text-size-medium-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-large-3 {
  color: #293243;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.2;
}

.uui-text-size-large {
  color: #475467;
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-blog06_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog06_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px #eaecf0;
}

.uui-blog06_component {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 6rem;
  display: flex;
}

.uui-blog06_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blog06_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.uui-blog06_category-link {
  color: #6941c6;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.uui-heading-subheading {
  color: #b8202c;
  margin-bottom: .75rem;
  font-family: Inter, -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-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button-icon-3 {
  color: #b8202c;
  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-blog06_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blog06_menu-link {
  color: #667085;
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .25rem;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog06_menu-link:hover, .uui-blog06_menu-link.w--current {
  color: #6941c6;
  border-bottom-color: #6941c6;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Inter, -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: #53389e;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.uui-heading-xsmall {
  color: #293243;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-text-align-center {
  text-align: center;
}

.uui-blog06_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-blog06_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog06_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blog06_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.text-block-7, .text-block-8 {
  color: #b8202c;
  -webkit-text-stroke-color: #b8202c;
  font-family: Inter, sans-serif;
}

.text-block-9, .text-block-10 {
  color: #b8202c;
  text-transform: uppercase;
  font-family: Jetbrainsmono, Arial, sans-serif;
}

.text-block-11 {
  font-family: Jetbrainsmono, Arial, sans-serif;
}

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Inter, -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-4:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-4:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-4.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Inter, -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 {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-3:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-3.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-icon-4 {
  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-button-icon-4.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-heading-xsmall-copy, .uui-heading-xsmalll {
  color: #293243;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.div-block-12 {
  margin-left: 0;
  position: absolute;
  left: 350px;
}

.body-2 {
  background-color: #fbf9f7;
  display: flex;
}

.section-16 {
  background-color: #fff;
  flex: 1;
  order: 1;
  display: flex;
  position: static;
}

.div-block-13 {
  width: 2px;
}

.div-block-14 {
  background-color: #edeae6;
  order: -1;
  width: 250px;
}

.div-block-15 {
  background-color: #dbadad;
}

.sidebar_small {
  background-color: #293243;
  flex: none;
  order: -1;
  width: 100px;
  position: static;
}

.form-block {
  margin-top: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.main_content_container {
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  order: 1;
  display: flex;
}

.div-block-16 {
  border-top: 0 #d8cfc6;
  border-radius: 0;
  flex: 1;
  padding-left: 80px;
  padding-right: 80px;
  font-family: Inter, sans-serif;
}

.div-block-17 {
  margin-top: 69px;
}

.header1_md {
  color: #293243;
  margin-bottom: 22px;
  font-family: Inter, sans-serif;
  font-weight: 900;
}

.txt {
  color: #475467;
  margin-top: 10px;
  padding-top: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.list-item, .list-item-2, .list-item-3 {
  padding-left: 5px;
}

.heading-8 {
  border: 1px #d8cfc6;
  border-top-style: solid;
  margin-top: 40px;
  padding-top: 20px;
  font-weight: 800;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  font-weight: 700;
  display: grid;
}

.text-block-14 {
  font-weight: 600;
}

.image-2 {
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 100%;
}

.div-block-18 {
  border: 1px #000;
  border-top: 0 #ddd5cd;
  margin-top: -8px;
  padding-top: 30px;
  padding-left: 0;
  display: flex;
}

.cape_block {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border: 0 #000;
  flex-flow: column;
  flex: 1;
  order: -1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-right: 10px;
  padding-top: 10px;
  display: flex;
}

.div-block-20, .div-block-21 {
  flex: 1;
}

.text-block-15 {
  font-weight: 800;
}

.cert_text1 {
  color: #475467;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.image-3 {
  align-self: center;
  padding-top: 20 !important;
  position: static;
}

.cpts_block {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-top: 1px #d8cfc6;
  flex-flow: column;
  flex: 1;
  order: -1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-right: 10px;
  padding-top: 10px;
  display: flex;
}

.cbhh_block {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-top: 1px #d8cfc6;
  flex-flow: column;
  flex: 1;
  order: -1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.uui-layout96item {
  flex-direction: column;
  align-items: center;
}

.uui-icon-featured-outline-large {
  color: #7f56d9;
  background-color: #f4ebff;
  border: .5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xxsmall {
  color: #293243;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, -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-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-text-size-medium-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.uui-layout27_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout27_lightbox-image-01 {
  width: 28rem;
  min-width: 28rem;
  margin-left: 20rem;
  position: absolute;
  top: 5%;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-text-size-large-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: Inter, -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-layout27_content-right {
  padding-top: 3rem;
}

.uui-heading-subheading-2 {
  color: #7f56d9;
  margin-bottom: .75rem;
  font-family: Inter, -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-button-secondary-gray-5 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Inter, -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-5:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-5:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-layout27_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Inter, -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-4:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-4:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-layout27_lightbox {
  background-color: #f2f4f7;
  justify-content: center;
  width: 100%;
  height: 40rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout27_lightbox-image-02 {
  width: 22rem;
  min-width: 22rem;
  margin-right: 20rem;
  position: absolute;
  top: 18%;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-layout27_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-heading-medium {
  color: #293243;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, -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-layout27_item {
  display: flex;
}

.div-block-23 {
  flex-flow: row;
  padding-top: 0;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  display: flex;
}

.div-block-25 {
  flex: 1;
  align-self: flex-start;
  margin-top: 13px;
}

.uui-layout27_content-left-2 {
  margin-right: 20px;
}

.uui-heading-subheading-3 {
  color: #7f56d9;
  margin-bottom: .75rem;
  font-family: Inter, -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-heading-medium-2 {
  color: #293243;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, -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-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-text-size-large-3 {
  color: #475467;
  letter-spacing: normal;
  -webkit-text-stroke-color: #b8202c;
  text-overflow: ellipsis;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.uui-layout27_item-icon-wrapper-2 {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout27_content-right-2 {
  padding-top: 1rem;
}

.uui-button-secondary-gray-6 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Inter, -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-6:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-6:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-icon-1x1-xsmall-4 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-layout27_item-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Inter, -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-5:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-5:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-layout27_item-2 {
  display: flex;
}

.link-2 {
  color: #b8202c;
  text-decoration: none;
}

.image-4 {
  color: #b8202c;
}

.uui-text-size-large-3-copy {
  color: #b8202c;
  letter-spacing: normal;
  -webkit-text-stroke-color: #b8202c;
  text-overflow: ellipsis;
  letter-spacing: normal;
  -webkit-text-stroke-color: #b8202c;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 5.75fr;
  padding-left: 20px;
}

.link-3 {
  color: #b8202c;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-26 {
  background-color: #fbf9f7;
  border: 1px #d8cfc6;
  border-left-color: #d8cfc600;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 30px;
  padding-top: 0;
  display: flex;
}

.div-block-27 {
  background-color: #a8917a;
  flex: 1;
  margin-left: 20px;
}

.form-block-2 {
  flex: 1;
}

.div-block-28 {
  margin-top: 0;
}

.heading-9 {
  color: #293243;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
}

.search_input2 {
  color: #716b6a;
  background-color: #fbf9f7;
  border: 1px solid #e1dad2;
  border-radius: 8px;
  width: 100%;
  min-height: 50px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .25s;
}

.search_input2:focus {
  border-color: #b6b9ce;
}

.search_input2::placeholder {
  color: #b6b9ce;
}

.youtube {
  margin-top: 30px;
}

.sidebar_container {
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.footer_txt {
  text-align: left;
  border: 1px #d8cfc6;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-top: 0;
  padding-top: 0;
  font-size: 13px;
  font-weight: 600;
}

.div-block-29 {
  border: 1px #000;
  border-top: 1px solid #d8cfc6;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-30 {
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 20px;
  display: flex;
}

.sidebar_menu_logos_small {
  background-color: #293243;
  flex: none;
  width: 100px;
  height: auto;
  display: none;
  position: sticky;
}

.section-18 {
  background-image: url('../images/milad-fakurian-nY14Fs8pxT8-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-31 {
  background-color: #fff;
  width: 530px;
  height: 320px;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.heading-10 {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.f-field-input-icon-r-2-copy {
  color: #293243;
  border: 1px solid #e1dad2;
  border-radius: 8px;
  width: 100%;
  min-height: 50px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .25s;
}

.f-field-input-icon-r-2-copy:focus {
  border-color: #b6b9ce;
}

.f-field-input-icon-r-2-copy::placeholder {
  color: #b6b9ce;
}

.search_login_input {
  color: #fbf9f7;
  background-color: #fbf9f7;
  border: 1px solid #e1dad2;
  border-radius: 8px;
  width: 100%;
  min-height: 50px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .25s;
}

.search_login_input:focus {
  border-color: #b6b9ce;
}

.search_login_input::placeholder {
  color: #b6b9ce;
}

.login_password_input {
  flex-direction: column;
  align-items: flex-start;
}

.sysf-button {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
  font-family: Inter, sans-serif;
}

.sysf-button.sysf-medium:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button.sysf-medium:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button.sysf-medium:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-text {
  font-weight: 500;
  display: inline-block;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-button-small {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: #28364ae6;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color4 {
  color: var(--combine-library--grey-600);
}

.combine-section_faq4 {
  background-color: var(--combine-library--grey-050);
}

.combine-faq4_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-faq4_wrapper {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.combine-faq4_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-faq4_question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.combine-faq4_title {
  color: var(--combine-library--grey-800);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-faq4_answer {
  overflow: hidden;
}

.combine-faq4_info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--combine-library--grey-100);
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
}

.body-3 {
  background-color: #fbf9f7;
}

.sidebar_small_mobile {
  background-color: #293243;
  flex: none;
  width: 100px;
  height: auto;
  display: none;
  position: sticky;
}

.background-video-7 {
  z-index: 5;
  display: flex;
}

.heading_vid {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 70px;
}

.div-block-32 {
  flex: 1;
  align-self: center;
}

.vid_small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jetbrainsmono, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 70px;
}

.header2_md {
  color: #293243;
  margin-bottom: 22px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.header3_md {
  color: #b8202c;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.active_link {
  color: #b8202c;
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.background-video-8 {
  z-index: 5;
}

.hero_video {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-17 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 8px;
  font-family: Jetbrainsmono, Arial, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.text-block-18 {
  background-color: #b8202c;
  margin-bottom: 7px;
  padding: 2px 5px;
}

.link_active {
  color: #b8202c;
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.side_links-copy {
  margin-bottom: 5px;
}

.side_links_expandable {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.side_links_expanded {
  justify-content: space-between;
  align-items: flex-start;
  height: 20px;
  margin-bottom: 5px;
  display: flex;
}

.link-copy {
  color: #293243;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.side_links_indent {
  justify-content: space-between;
  align-items: flex-start;
  height: 20px;
  margin-bottom: 5px;
  display: flex;
}

.link_indent {
  color: #293243;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.image-5 {
  transform: rotate(90deg);
}

.side_links_expanded2 {
  justify-content: space-between;
  align-items: flex-start;
  height: 20px;
  margin-bottom: 5px;
  padding-left: 20px;
  display: flex;
}

.side_links_indent-2 {
  justify-content: space-between;
  align-items: flex-start;
  height: 20px;
  margin-bottom: 5px;
  padding-left: 10px;
  display: flex;
}

.link_indent_active {
  color: #b8202c;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link_indent2 {
  color: #293243;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .section {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    position: static;
    top: 0;
  }

  .sidebar_menu_logos {
    flex: none;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .sidebar_links {
    aspect-ratio: auto;
    background-color: #0000;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .body {
    background-color: #fbf9f7;
  }

  .main_content {
    height: 100vh;
    display: block;
  }

  .image {
    align-self: center;
  }

  .menu_name {
    color: #293243;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 17px;
  }

  .side_links {
    font-weight: 500;
  }

  .section-12 {
    flex: 1;
    height: 500px;
  }

  .mczen_logo {
    justify-content: flex-end;
    align-items: center;
  }

  .heading2 {
    color: #fff;
    -webkit-text-stroke-color: #f000;
    font-weight: 500;
  }

  .div-block-3 {
    max-width: 1600px;
    height: 100vh;
    position: static;
  }

  .background-video-3 {
    position: static;
  }

  .div-block-4 {
    height: 100vh;
    display: flex;
  }

  .background-video-4 {
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .heading-3 {
    font-family: Inter, sans-serif;
  }

  .div-block-5 {
    text-align: center;
    width: 60%;
  }

  .uui-blogpost01_breadcrumb {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .uui-text-rich-text2 {
    margin-top: 60px;
  }

  .dropdown {
    flex: 1;
  }

  .section-13 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: fixed;
  }

  .div-block-6 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-7 {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    max-width: 80%;
    height: auto;
    margin-top: 82px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-page-padding-3 {
    max-width: 1600px;
  }

  .background-video-5 {
    width: 80%;
    height: 500px;
  }

  .header_vid {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .uui-heading-large-3 {
    font-weight: 600;
  }

  .uui-blog06_list, .uui-blog06_list-wrapper {
    margin-bottom: 30px;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .uui-heading-xsmall {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-container-large-3 {
    max-width: 80rem;
  }

  .section-14 {
    border: 1px #d8cfc6;
    border-top-style: solid;
    width: 100%;
    max-width: 80rem;
    height: 1px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 0;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .text-block-12 {
    text-align: center;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .div-block-9 {
    height: 100px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cert_text {
    text-align: center;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .div-block-10 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-13 {
    font-family: Inter, sans-serif;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 2rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-heading-xsmall-copy, .uui-heading-xsmalll {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-15 {
    z-index: 12;
    flex: 1;
    order: 1;
    align-self: auto;
    height: 0;
    position: fixed;
    left: 350px;
  }

  .div-block-12 {
    flex: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin: auto auto auto 350px;
    display: flex;
  }

  .body-2 {
    display: flex;
  }

  .div-block-14 {
    background-color: #0000;
    flex: none;
  }

  .sidebar_small {
    background-color: #293243;
    flex: none;
    height: 100vh;
    position: static;
  }

  .main_content_container {
    background-color: #fff;
    max-width: 1460px;
  }

  .div-block-16 {
    background-color: #fff;
    max-width: none;
  }

  .heading-8 {
    background-color: #0000;
    border-left-color: #ddd5cd;
  }

  .cape_block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-3 {
    margin-top: 19px;
  }

  .cpts_block, .cbhh_block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .uui-layout96item {
    background-color: #293243;
  }

  .sidebar_container {
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
  }

  .sidebar_menu_logos_small {
    flex: none;
    display: none;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .text-block-16 {
    color: #fff;
    background-color: #b44949;
  }

  .div-block-31 {
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar_small_mobile {
    flex: none;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .side_links_expanded {
    font-family: Inter, sans-serif;
  }

  .side_links_expanded2 {
    padding-left: 10px;
  }

  .side_links_indent-2 {
    padding-left: 15px;
  }

  .link_indent2 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .uui-blogpost01_title-wrapper {
    margin-bottom: 4rem;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-blogpost01_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-blogpost01_content {
    margin-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .headings, .uui-heading-large-2, .header_vid, .uui-heading-large-3 {
    font-size: 2.75rem;
  }

  .uui-blog06_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-16 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-17 {
    margin-top: 40px;
  }

  .heading-8 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .div-block-18 {
    flex-flow: column;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout27_lightbox {
    height: 35rem;
  }

  .uui-layout27_lightbox-image-02 {
    width: 20rem;
    min-width: 20rem;
  }

  .uui-layout27_component {
    grid-column-gap: 3rem;
  }

  .div-block-23 {
    flex-flow: column;
  }

  .div-block-25 {
    margin-top: 5px;
  }

  .grid-4 {
    grid-template-columns: .5fr 3.75fr;
    margin-top: 20px;
    padding-left: 0;
  }

  .sidebar_container {
    top: 0;
  }

  .sysf-button.sysf-medium {
    font-size: 16px;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .sidebar_small_mobile {
    display: none;
  }

  .text-block-17 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sidebar_links {
    display: none;
  }

  .uui-blogpost01_title-wrapper {
    margin-bottom: 3rem;
  }

  .uui-blogpost01_content-top {
    margin-top: 2rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-blogpost01_author-image-wrapper {
    margin-right: .75rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blogpost01_content {
    margin-bottom: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-blogpost01_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-blogpost01_author-image {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .uui-blogpost01_author-heading {
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-blogpost01_author-heading-2 {
    font-size: 1rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blogpost01_author-heading-3 {
    font-size: 1rem;
  }

  .headings, .uui-heading-large-2, .header_vid {
    font-size: 2.25rem;
  }

  .uui-blog06_meta-wrapper {
    font-size: .75rem;
  }

  .uui-heading-large-3 {
    font-size: 2.25rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-blog06_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog06_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .uui-blog06_component {
    margin-top: 4rem;
  }

  .uui-blog06_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blog06_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blog06_menu-link:hover {
    color: #667085;
    border-bottom-style: none;
  }

  .uui-blog06_menu-link.last-link {
    margin-right: 2rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: #6941c6;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-blog06_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog06_image-link:hover {
    box-shadow: none;
  }

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-secondary-gray-4.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-icon-4.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-heading-xsmall-copy, .uui-heading-xsmalll {
    font-size: 1.25rem;
  }

  .div-block-16 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-17 {
    margin-top: 30px;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-layout27_lightbox-image-01 {
    width: 60%;
    min-width: auto;
    margin-left: 0;
    top: 2%;
    right: 0%;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-layout27_content-right {
    padding-top: 0;
  }

  .uui-button-secondary-gray-5 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-5:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout27_item-list {
    margin-bottom: 2rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-layout27_lightbox {
    height: 24rem;
    margin-top: 3rem;
  }

  .uui-layout27_lightbox-image-02 {
    width: 50%;
    min-width: auto;
    margin-right: 0;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout27_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .div-block-23 {
    margin-bottom: 10px;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-layout27_content-right-2 {
    padding-top: 0;
  }

  .uui-button-secondary-gray-6 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-6:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-layout27_item-list-2 {
    margin-bottom: 2rem;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-text-size-large-3-copy {
    font-size: 1rem;
  }

  .heading-9 {
    margin-top: 5%;
  }

  .form-block-3 {
    display: block;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-faq4_component {
    grid-template-columns: 1fr;
  }

  .combine-faq4_content {
    align-items: stretch;
  }

  .sidebar_small_mobile {
    display: none;
  }

  .text-block-17 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .sidebar_menu_logos {
    flex: 0 auto;
    display: none;
  }

  .image {
    max-width: 60%;
  }

  .side_web {
    justify-content: center;
    align-items: center;
  }

  .mczen_logo {
    width: 50px;
    height: 70px;
    display: block;
    inset: auto 0% 0%;
  }

  .heading2 {
    display: block;
    transform: rotate(-90deg);
  }

  .uui-blogpost01_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost01_tag-list-wrapper {
    width: 100%;
  }

  .uui-blogpost01_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-blogpost01_tag-list {
    justify-content: flex-start;
  }

  .uui-blogpost01_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-blogpost01_share-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .div-block-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-layout27_lightbox-image-01 {
    width: 80%;
    right: -7%;
  }

  .uui-layout27_lightbox-image-02 {
    top: 20%;
  }

  .footer_txt {
    margin-bottom: 0;
  }

  .div-block-30 {
    flex-flow: column;
  }

  .sidebar_menu_logos_small {
    width: 50px;
    display: block;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sidebar_small_mobile {
    flex: 0 auto;
    width: 50px;
    display: block;
  }

  .text-block-17 {
    font-size: 30px;
    line-height: 40px;
  }
}

#w-node-dae7c0ed-247d-db53-209f-3d6da469eb76-a95a7719, #w-node-dae7c0ed-247d-db53-209f-3d6da469eb78-a95a7719, #w-node-dae7c0ed-247d-db53-209f-3d6da469eb7a-a95a7719 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
