
/* ======================================
   Main Styles - Marabu Digital
   ====================================== */

/* Font Smoothing */
#font-smoothing * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}

/* Global Styles */

html {
  font-size: 1rem;
}

@media screen and (max-width:1920px) {
  html {
    font-size: 1rem;
  }
}

@media screen and (max-width:1440px) {
  html {
    font-size: calc(0.8126951092611863rem + 0.20811654526534862vw);
  }
}

@media screen and (max-width:479px) {
  html {
    font-size: calc(0.7494769874476988rem + 0.8368200836820083vw);
  }
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    -webkit-transform: scale(.975);
    transform: scale(.975)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 25px transparent;
    box-shadow: 0 0 0 25px transparent
  }
[tabindex]:focus-visible, input[type=file]:focus-visible {
  outline: .125rem solid #4d65ff;
  outline-offset: .125rem
}

/* Rich Text Styles */
.w-richtext>:not(div):first-child, .w-richtext>div:first-child>:first-child {
  margin-top: 0!important
.pointer-events-off {
  pointer-events: none
}

.pointer-events-on {
  pointer-events: auto
}

/* Square Div */
.div-square::after {
  content: "";
  display: block;
  padding-bottom: 100%
}

/* Container Auto Margin */
.container-large, .container-medium, .container-small {
  margin-right: auto!important;
  margin-left: auto!important
}

/* Text Line Clamp */
.text-style-2lines, .text-style-3lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical
}

.text-style-3lines {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.text-style-2lines {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

/* Display Inline Flex */
.display-inlineflex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

/* Hide Utility Classes */
.hide {
  display: none!important
}

@media screen and (max-width:991px) {
  .hide, .hide-tablet {
    display: none!important
  }
}

@media screen and (max-width:767px) {
  .hide-mobile-landscape {
    display: none!important
  }
}

@media screen and (max-width:479px) {
  .hide-mobile {
    display: none!important
  }
}

/* Margin & Padding Utilities */
.margin-0 {
  margin: 0!important
}

.padding-0, .spacing-clean {
  padding: 0!important
}

.spacing-clean {
  margin: 0!important
}

.margin-top {
  margin-right: 0!important;
  margin-bottom: 0!important;
  margin-left: 0!important
}

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

.margin-right {
  margin-top: 0!important;
  margin-bottom: 0!important;
  margin-left: 0!important
}

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

.margin-bottom {
  margin-top: 0!important;
  margin-right: 0!important;
  margin-left: 0!important
}

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

.margin-left {
  margin-top: 0!important;
  margin-right: 0!important;
  margin-bottom: 0!important
}

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

.margin-horizontal {
  margin-top: 0!important;
  margin-bottom: 0!important
}

.padding-horizontal {
  padding-top: 0!important;
  padding-bottom: 0!important
}

.margin-vertical {
  margin-right: 0!important;
  margin-left: 0!important
}

.padding-vertical {
  padding-right: 0!important;
  padding-left: 0!important
}

/* Text Truncation */
.truncate-width {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

/* Scrollbar */
.no-scrollbar {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none
}

.no-scrollbar::-webkit-scrollbar {
  display: none
}

/* Lightbox */
.w-lightbox-image {
  width: 100vw
}

/* Navbar Styles */
.navbar2_component {
  overflow-x: clip
}

.navbar2_wrapper:after, .topbar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(38,14,53,.05);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  z-index: 1
}

.navbar2_component:not(.is-scrolled) .navbar2_wrapper:where(.w-variant-7f7e4342-cf40-34dc-64c0-bedaa226464b):after {
  display: none;
}

.topbar:after {
  background: rgba(255,255,255,.06)
}

.navbar2_dropdown-list.w--open {
  transform-style: unset!important
}

.navbar2_dropdown-list-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(25,24,35,.6);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  z-index: -1
}

/* Light Theme Navbar */
.is-light .navbar2_wrapper:after {
  background-color: rgba(255,255,255,.1)
}

.is-light .navbar2_dropdown-list-inner:after {
  border: 1px solid rgba(255,255,255,.1);
  background: var(--white)
}

.is-light .navbar2_dropdown-link {
  background-color: transparent
}

.is-light .navbar2_dropdown-link-icon {
  background-color: rgba(34,33,49,.06)
}

.is-light .navbar2_dropdown-link, .is-light .navbar2_dropdwn-toggle, .is-light .navbar2_link, .is-light .navbar2_logo-link {
  color: var(--dark-lila)
}

.is-light .navbar2_dropdown-link:hover {
  color: var(--lila)!important;
  background-color: rgba(97,65,219,.03)
}

.is-light .navbar2_dropdown-link.has-thumbnail:hover, .navbar2_dropdown-link.has-thumbnail {
  color: var(--white)!important
}

.is-light .button.is-alternate.is-navbar4-button {
  background: rgba(34,33,49,.05);
  color: var(--dark-lila)
}

.is-light .button.is-secondary.is-navbar4-button {
  background: var(--dark-lila);
  color: var(--white)
}

/* Menu Icon */
.menu-icon2_line-bottom, .menu-icon2_line-middle, .menu-icon2_line-top {
  -webkit-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  transition: background-color .2s linear
}

.is-light .menu-icon2_line-bottom, .is-light .menu-icon2_line-middle, .is-light .menu-icon2_line-top {
  background-color: var(--dark-lila)
}

/* Blog Styles */
.blog7_category-list .blog7_category-list-item>div:after {
  content: ","
}

.blog7_category-list .blog7_category-list-item:last-child>div:after {
  content: ""
}

.blog-post4-article .text-rich-text ol li {
  display: block;
  margin: 0;
  padding: 1rem 0;
  font-size: 1.5rem;
  border-bottom: 1px solid rgba(34,33,49,.1);
  font-weight: 500;
  color: var(--base-color-brand--white)
}

.blog-post4-article .text-rich-text ol li:before {
  content: "";
  background: 50% 50%url("data:image/svg+xml,%3Csvg width='29' height='18' viewBox='0 0 29 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='8' width='26' height='2' fill='%23222131'/%3E%3Crect x='26.728' y='10.5557' width='12' height='2' transform='rotate(-135 26.728 10.5557)' fill='%23222131'/%3E%3Crect width='2' height='12' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 28.1421 9.1416)' fill='%23222131'/%3E%3C/svg%3E%0A")no-repeat;
  background-size: cover;
  margin-right: 1.125rem;
  width: 1.75rem;
  height: 1.0625rem;
  display: inline-block;
  vertical-align: middle
}

/* Table of Contents */
.blog-post4-toc_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem
}

.blog-post4-toc_wrapper ul li {
  padding: 0;
  margin: 0;
  width: 100%
}

.blog-post4-toc_item.active .blog-post4-toc_number {
  background-color: var(--lila);
  color: var(--white)
}

.blog-post4-toc_item.active .blog-post4-toc_text {
  color: var(--dark-lila)
}

/* Layout Styles */
.layout240_item:nth-child(1), .layout240_item:nth-child(2), .layout240_item:nth-child(3) {
  display: flex;
}

.layout233_component.has-more .layout233_item:last-child a {
  pointer-events: none;
}

.layout233_component.has-more .layout233_item:last-child .margin-top {
  display: none;
}

/* Rich Text Figure */
.w-richtext figure.w-richtext-align-fullwidth>div {
  border-radius: 2.25rem;
  overflow: hidden
}

/* Text Color */
[text-color=dark] {
  color: var(--dark-lila)!important
}

/* Pulse Effect */
.is-pulsing {
  -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.25);
  box-shadow: 0 0 0 0 rgba(255,255,255,.25);
  animation: pulse 3s infinite;
  -webkit-animation: pulse 3s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.is-pulsing.is-dark {
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.25);
  box-shadow: 0 0 0 0 rgba(0,0,0,.25)
}

/* Integration Rich Text */
.text-rich-text.is-integration ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.text-color-inherit {
  color: inherit !important;
}

/* Builder Overview */
.builder-overview__tabs::before, .builder-overview__tabs::after {
  display: none;
}

.builder-overview__tab-link.w--current .builder-overview__tab-progress {
  display: block;
}

/* Custom Layout Grid */
@media screen and (min-width:992px) {
  .custom10_component.is-v3 .custom10_box:last-child, .custom10_component.is-v3 .custom10_box:nth-last-child(2) {
    grid-area: span 1 / span 3 / span 1 / span 3 !important;
  }
}

/* Tablet & Mobile Adjustments */
@media screen and (max-width:991px) {
  .navbar2_dropdown-list-inner:after {
    display: none
  }

  .is-light .navbar2_menu {
    background-color: var(--white)!important
  }

  .is-light .navbar2_dropdown-link:hover {
    background-color: transparent
  }
}

@media screen and (max-width:467px) {
  .blog-post4-article .text-rich-text ol li {
    padding: .5rem 0;
    font-size: 1.25rem
  }

  .blog-post4-article .text-rich-text ol li:before {
    margin-right: .875rem;
    width: 1.125rem;
    height: .625rem
  }

  .blog-post4-toc_wrapper ul {
    display: block
  }
}

/* CSS Variables */
:root {
  --_layout---grid--gap-main: 1.25rem;
}

/* ======================================
   Footer Styles
   ====================================== */

#footer-styles .footer7_component {
  background-color: var(--white);
}

#footer-styles .footer7_inner {
  background-image: url(https://assets.website-files.com/64d5564bf99a540e86d4254f/64d7336ad8b2c979aa786a6e_footer-bg2.webp);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 350px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* ======================================
   Page Specific Styles
   ====================================== */

#page-styles .spinner-input {
  width: 4rem;
  text-align: center;
  background-color: transparent !important;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  box-shadow: 0 2px 5px transparent;
  font-size: 2.25rem;
  font-weight: 600;
}

/* ======================================
   Inline Styles (Converted)
   ====================================== */

/* Wistia Video Wrapper */
#wistia-video-wrapper {
  padding: 56.25% 0 0 0;
  position: relative;
}

#wistia-video-inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* FAQ Answer Sections */
.faq6_answer {
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: height 0.3s ease;
}

/* Animation Transforms */
.integration-animation-star {
  opacity: 0;
  transition: all 0.5s ease;
}

.integration-animation-star.is-1 {
  -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
}

.integration-animation-star.is-2,
.integration-animation-star.is-3,
.integration-animation-star.is-4,
.integration-animation-star.is-5 {
  -webkit-transform: translate3d(0, -90%, 0) scale3d(1, 1, 1) rotateX(180deg) rotateY(0) rotateZ(0) skew(0, 0);
  -moz-transform: translate3d(0, -90%, 0) scale3d(1, 1, 1) rotateX(180deg) rotateY(0) rotateZ(0) skew(0, 0);
  -ms-transform: translate3d(0, -90%, 0) scale3d(1, 1, 1) rotateX(180deg) rotateY(0) rotateZ(0) skew(0, 0);
  transform: translate3d(0, -90%, 0) scale3d(1, 1, 1) rotateX(180deg) rotateY(0) rotateZ(0) skew(0, 0);
  transform-style: preserve-3d;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.page-inner {
  flex: 1 0 auto;
}

footer.footer7_component {
  flex-shrink: 0;
}
