:root {
  --white: white;
  --pomarancha: #ff5a00;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 44px;
}

p {
  letter-spacing: .03em;
  margin-bottom: 1rem;
  font-family: Instrument Sans, sans-serif;
  font-size: .85rem;
  line-height: 1.5;
}

.page {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.body {
  opacity: 1;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.body.secondary {
  display: block;
}

.body.home {
  display: none;
}

._3d-text {
  letter-spacing: .05em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #000;
  font-size: 4rem;
  font-weight: 900;
  line-height: .8;
  position: relative;
  transform: translate3d(0, 0, 1px);
}

._3d-text.x-rotate-k {
  transform-origin: 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(-90deg)rotateZ(0);
}

._3d-text.x-rotate-b {
  transform-origin: 100%;
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 100%;
  transform: rotateX(0)rotateY(-90deg)rotateZ(0);
}

._3d-text.x-bg {
  transform-origin: 0%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(90deg)rotateZ(0);
}

._3d-text---wrapper {
  transform-style: preserve-3d;
  transform: translate(0)rotateX(-9deg)rotateY(-26deg)rotateZ(9deg);
}

._3d-text---wrap {
  font-family: Instrument Sans, sans-serif;
}

.div-block {
  background-color: red;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.div-block.cc {
  transform: rotate(90deg);
}

._2d-text {
  z-index: -2;
  position: absolute;
}

.text-block {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Instrument Serif, sans-serif;
  font-weight: 400;
}

.body-wrapper {
  width: 660px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  overflow: hidden;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
  position: relative;
}

.logo {
  letter-spacing: .05em;
  text-transform: uppercase;
  max-width: 100px;
  margin-top: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: sticky;
  top: 10rem;
}

.regular {
  color: #fff;
  font-family: Instrument Sans, sans-serif;
  font-size: 1rem;
}

.bold-text {
  font-family: Instrument Serif, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.rich-text-block {
  max-width: 450px;
  font-family: Instrument Sans, sans-serif;
}

.heading {
  letter-spacing: .02em;
  font-family: Instrument Serif, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.heading-2 {
  color: #ddd900;
  font-size: 1rem;
  font-weight: 400;
}

.paragraph {
  font-family: Instrument Sans, sans-serif;
  font-size: .85rem;
  font-weight: 400;
}

.paragraph.padding {
  letter-spacing: .03em;
  margin-top: 2rem;
}

.paragraph.margin {
  padding-left: .5rem;
  padding-right: .5rem;
}

.paragraph.secondary {
  color: #ffffffbf;
}

.paragraph-2 {
  margin-bottom: 1rem;
}

.link {
  color: #ddd900;
  text-decoration: none;
}

.link:hover {
  letter-spacing: 0;
  font-weight: 400;
}

.button {
  color: #ddd900;
  background-color: #0000;
  padding: 0;
  font-family: Instrument Sans, sans-serif;
  line-height: 36px;
  text-decoration: none;
}

.button:hover, .button:active {
  letter-spacing: 0;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: .85rem;
  font-weight: 400;
}

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

.container-button.hero {
  letter-spacing: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Instrument Sans, sans-serif;
  display: flex;
}

.container-button.hero:hover {
  letter-spacing: 0;
}

.container-button.hero.padding-none {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.container-button.hero.left {
  justify-content: flex-start;
  align-items: center;
}

.button-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  align-items: center;
  height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-arrow {
  color: #fff0;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.image-2 {
  width: 10px;
  height: 10px;
}

.text-block-2 {
  font-family: Instrument Sans, sans-serif;
}

.logo-column {
  position: sticky;
  top: 10rem;
}

.channel {
  letter-spacing: .03em;
  background-color: #1b1b1b;
  border: 1px solid #3f3f3f;
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-family: Instrument Sans, sans-serif;
  font-size: .85rem;
}

.channels {
  flex-flow: wrap;
  max-width: 450px;
  display: flex;
}

.heading-4 {
  color: #ff5a00;
  letter-spacing: .03em;
  font-size: .85rem;
  font-weight: 400;
}

.space {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.main-copy-column {
  margin-top: 10rem;
  padding-top: 0;
}

.main-copy-column.services {
  min-width: 50%;
  margin-top: 0;
}

.navbar {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-color: #fff0;
  width: 660px;
  margin-top: 0;
  padding-top: 3rem;
  display: block;
  position: fixed;
  inset: 0% auto auto;
}

.navbar.static {
  position: static;
}

.navbar.relative {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.nav-menu {
  flex: 1;
  order: 2;
  align-self: flex-end;
}

.breadcrumbs {
  padding-top: 1rem;
  padding-bottom: 3rem;
  display: flex;
}

.breadcrumbs.hide {
  display: none;
}

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

.text-block-3 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.secondary-body {
  align-self: center;
  overflow: hidden;
}

.services-tabs {
  width: 600px;
  margin-top: 6rem;
  position: static;
  top: 0;
  overflow: hidden;
}

.tab-link-tab-1 {
  background-color: #c8c8c8;
}

.tab-link-tab-1.w--current {
  background-color: #1b1b1b;
  border: 1px solid #ff5a00;
  border-radius: 5px;
  margin: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-text {
  height: 100%;
  color: var(--white);
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Instrument Sans, sans-serif;
  font-size: .85rem;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.tab-link-tab-2 {
  width: 33%;
  height: 3rem;
  color: var(--white);
  background-color: #1b1b1b;
  border: 1px solid #3f3f3f;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0 .5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Instrument Sans, sans-serif;
  font-size: .85rem;
  display: flex;
}

.tab-link-tab-2.w--current {
  color: var(--white);
  background-color: #1b1b1b;
  border-width: .8px;
  border-color: #ff5a00;
}

.tab-link-tab-3 {
  margin: 9px;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
  position: static;
}

.text-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.grid-columns {
  display: flex;
  position: static;
  overflow: hidden;
}

.comment-card {
  max-width: 90%;
  color: var(--white);
  background-color: #3b3b3d;
  border-radius: 16px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Instrument Sans, sans-serif;
  box-shadow: 0 4px 16px #0000001c;
}

.comment-card.highlight {
  background-color: #1e91fd;
  margin-right: 3rem;
}

.comment-card.highlight._2 {
  background-color: #ab1efd;
}

.messages-column {
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: Instrument Sans, sans-serif;
}

.timestamp {
  color: #ffffffb3;
  margin-top: 5px;
  font-family: Instrument Sans, sans-serif;
  font-size: .5rem;
}

.comment-description {
  width: 80%;
  margin-top: .25rem;
}

.tag {
  color: #1e91fd;
  font-weight: 400;
}

.tag.bold {
  color: var(--white);
  font-weight: 700;
}

.card-text {
  color: var(--white);
  font-family: Instrument Sans, sans-serif;
  font-size: .85rem;
  line-height: 1.5;
}

.rl-text-style-regular {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-regular.description {
  color: #666;
  text-transform: none;
}

.rl-text-style-regular.description.s {
  color: var(--pomarancha);
  font-family: Instrument Sans, sans-serif;
  font-size: .75rem;
}

.source-column {
  z-index: 2;
  width: 50%;
  height: auto;
  margin-top: 40px;
  position: sticky;
  top: 6rem;
}

.right-column {
  width: 100%;
  max-height: none;
  position: relative;
  overflow: scroll;
}

.source-wrapper {
  border: 1px solid #3f3f3f;
  border-radius: 16px;
  max-width: 90%;
  margin-top: .5rem;
  padding: .5rem 1rem;
  position: static;
  top: 3rem;
}

.source-wrapper.padding {
  margin-top: 40px;
}

.heading-5 {
  font-family: Instrument Serif, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.heading-5.no-padding {
  margin-top: 0;
}

.gradient {
  z-index: 2;
  background-image: linear-gradient(#000, #00000080 70%, #0000);
  width: 100%;
  height: 40px;
  position: sticky;
  top: 3rem;
}

.image-3 {
  border: 1px solid #3f3f3f;
  border-radius: 12px;
}

.tab-pane-tab-1 {
  position: static;
  top: 6rem;
  overflow: hidden;
}

.tabs-content {
  position: static;
}

.flex-block-2 {
  overflow: hidden;
}

.relative-body {
  position: relative;
}

.section {
  border-bottom: 1px #aaa;
}

.container-2 {
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 60px;
  display: flex;
  position: static;
}

.container-2.single {
  max-width: 660px;
  padding-top: 0;
}

.header-container {
  flex: 1;
  margin-right: 3rem;
  position: sticky;
  top: 3rem;
}

.header-container.services {
  min-width: 50%;
  margin-right: 0;
}

.section-header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

.content-container {
  width: 100%;
  max-width: 800px;
  padding: 20px;
}

.body-secondary {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-2 {
  width: 100%;
  display: flex;
}

.nav-menu-2.mobile {
  display: none;
}

.container-3 {
  background-color: #000;
  margin-left: -.5rem;
  display: flex;
}

.brand-desktop {
  display: none;
}

.div-block-2 {
  z-index: 5;
  background-color: var(--black);
  padding-top: 3rem;
  position: sticky;
  top: 0;
}

.comment-card-2 {
  border-radius: 16px;
  max-width: 80%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: 1rem;
  padding: .5rem 1rem;
  box-shadow: 0 4px 16px #0000001c;
}

.comment-card-2.warning {
  background-color: #fef6c5;
}

.comment-card-2.highlight {
  background-color: #ddf1e7;
  margin-right: 3rem;
}

.comment-wrapper {
  align-items: flex-end;
}

.timestamp-2 {
  color: #0006;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .5rem;
}

.tag-2 {
  color: #5800b066;
}

.card-text-2 {
  color: #0006;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .85rem;
}

.text-block-4 {
  font-family: Instrument Sans, sans-serif;
  font-size: .85rem;
  line-height: 150%;
}

.cta {
  width: 80%;
  margin-top: 1rem;
}

.footer-dark {
  background-color: var(--black);
  border-bottom: .5px #e4ebf3;
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
  display: none;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 550px;
  margin-left: 0;
  margin-right: 0;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.footer-brand {
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: .5px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-family: Instrument Sans, sans-serif;
  font-size: .85rem;
  line-height: 16px;
}

.div-block-3 {
  color: var(--white);
  text-decoration: none;
}

.comment-image {
  border-radius: 16px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  overflow: hidden;
}

.text-field, .text-field-2 {
  color: var(--white);
  background-color: #1b1b1b;
  border: 1px solid #3f3f3f;
  border-radius: 5px;
  font-family: Instrument Sans, sans-serif;
}

.text-field-2.message {
  white-space: break-spaces;
  object-fit: contain;
  height: 6rem;
  overflow: hidden;
}

.form-columns {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.form-column {
  width: 50%;
  margin-right: 1rem;
}

.form-column.right {
  margin-right: 0;
}

.form, .form-block {
  width: 100%;
}

.header-wrapper {
  max-width: 450px;
}

.logo-wrapper {
  color: var(--white);
  text-decoration: none;
}

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

.text-block-5 {
  text-align: left;
  font-family: Instrument Sans, sans-serif;
  font-size: .85rem;
}

.error-message {
  background-color: #ffdede00;
  padding-left: 0;
}

.text-block-6 {
  color: red;
  font-family: Instrument Sans, sans-serif;
  font-size: .85rem;
}

@media screen and (max-width: 991px) {
  .body {
    margin-left: 2rem;
    margin-right: 2rem;
    display: none;
  }

  .container-button {
    flex: 0 auto;
    margin-bottom: 0;
    display: flex;
  }

  .container-button.hero {
    justify-content: flex-start;
  }

  .tab-link-tab-2 {
    align-self: center;
    width: 30%;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    display: inline-flex;
  }

  .tab-link-tab-2.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-2 {
    background-color: #c8c8c800;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .nav-menu-2.mobile {
    display: flex;
  }

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

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

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    margin-left: 0;
    display: none;
  }

  ._3d-text {
    font-size: 3rem;
  }

  .grid {
    flex-flow: column;
  }

  .logo {
    max-width: none;
  }

  .container-button.hero {
    white-space: pre;
  }

  .logo-column {
    position: static;
  }

  .navbar.relative {
    width: auto;
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .button-text {
    padding: 10px 5px;
    font-size: .75rem;
  }

  .tab-link-tab-2 {
    width: 30%;
    font-size: .75rem;
    display: inline-flex;
  }

  .tab-link-tab-2.w--current {
    height: auto;
    min-height: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .nav-menu-2 {
    justify-content: center;
    align-items: stretch;
  }

  .container-3 {
    max-width: 100%;
    margin-left: 0;
  }

  .navbar-2 {
    background-color: #ddd0;
    max-width: 100%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    flex-flow: row;
    margin-left: 0;
    display: flex;
  }

  .body.home {
    width: 100%;
    display: none;
  }

  ._3d-text {
    font-size: 2rem;
  }

  .body-wrapper {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 100%;
    grid-auto-flow: row;
    width: 100%;
  }

  .logo {
    max-width: none;
    position: static;
  }

  .paragraph.padding {
    line-height: 1.5;
  }

  .container-button {
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    padding-right: 0;
    display: flex;
  }

  .container-button.hero {
    align-self: auto;
  }

  .logo-column {
    position: static;
  }

  .navbar.relative, .breadcrumbs {
    max-width: 100%;
  }

  .tab-link-tab-2 {
    flex-flow: row;
    flex: 0 auto;
    align-self: center;
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-tab-2.w--current {
    display: flex;
  }

  .comment-card {
    max-width: 90%;
    margin-left: 2rem;
  }

  .comment-card.highlight {
    margin-left: 1rem;
    margin-right: 2rem;
  }

  .messages-column {
    align-items: flex-end;
  }

  .comment-description {
    width: 90%;
  }

  .card-text {
    font-size: .75rem;
    line-height: 120%;
  }

  .source-wrapper {
    max-width: 100%;
  }

  .source-wrapper.padding {
    margin-top: 0;
  }

  .relative-body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    width: auto;
    max-width: 100%;
  }

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

  .container-2.home {
    flex-flow: column;
  }

  .header-container.services {
    align-self: auto;
    position: static;
  }

  .body-secondary {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    background-color: var(--black);
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .container-3 {
    max-width: 100vw;
    margin-left: 0;
  }

  .brand-desktop {
    display: none;
  }

  .body-2 {
    background-color: var(--black);
  }

  .navbar-2 {
    background-color: var(--black);
    max-width: 100%;
    min-height: 3rem;
    position: relative;
  }

  .comment-card-2 {
    max-width: 90%;
    margin-left: 2rem;
  }

  .comment-card-2.highlight {
    margin-left: 1rem;
    margin-right: 2rem;
  }

  .comment-wrapper {
    align-items: flex-end;
  }

  .card-text-2 {
    font-size: .75rem;
    line-height: 120%;
  }

  .footer-dark {
    border-top: .5px solid #ffffff80;
    padding-bottom: 50px;
    display: flex;
  }

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

  .footer-divider {
    opacity: .5;
  }

  .footer-copyright-center {
    color: var(--white);
    font-size: .75rem;
  }
}

