@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root {
	--primary-font: 'Outfit';
	--secondary-font: 'Outfit';
    --navbar-align-links: center;
    --footer-brand-font-size: 1.2rem;
}
.dark-mode{
	--footer-bg-color: #000;
	--brand-color-h: 251;
	--brand-color-s: 82%;
	--brand-color-l: 55%;
	
	--bg-color-h: 0;
    --bg-color-s: 0%;
    --bg-color-l: 0%;
	--footer-color: #000;
	--navbar-bg-color:#000;  

    --fg-color-h: 0;
    --fg-color-s: 0%;
    --fg-color-l: 88%;


	--border-radius: .9rem;
	--padding: 2rem;
	
	--heading1: calc(var(--heading-font-size) * 2);
    --heading2: calc(var(--heading-font-size) * 1.8);
    --heading3: calc(var(--heading-font-size) * .8);
    
    
    --bg-color-2: #4b4b4b3b;
    --navbar-align-links: center;
    --navbar-brand-font-size: 2rem;
}


.navbar-brand .navbar-item{
	  font-size: var(--footer-brand-font-size);
    font-weight: 700;
    outline: unset;
}
.notion-form-button{
 	background: var(--navbar-btn-bg-color);
    padding: 7px 19px;
    color: var(--navbar-btn-fg-color);
    /* font-weight: 400; */
    line-height: 28px;
    opacity: 1;
    border-radius: var(--border-radius);
}
.notion-form-select, .notion-form-text-area, .notion-input-text,
.notion-form-select:focus .notion-form-text-area:focus, .notion-input-text:focus {
	border: 1px solid var(--bg-color-2);
}
[class*="webeeui"] .notion-default_background_co {
  background-color: var(--bg-color-2);
  position: relative;
}
[class*="webeeui"] .notion-default_background_co:before{
	  position: absolute;
	  content: '';
	  background: hsl(var(--brand-color-h), var(--brand-color-s), var(--brand-color-l), 0.45);
	  width: 30%;
	  height: 100px;
	  top: 0;
	  right: 0;
	  filter: blur(5rem);
}
[class*="webeeui"]  .notion-callout-text .notion-h3 {
	margin-top: 0;
}
.navbar{
	z-index: 999;
}
.notion-gray_background{
	padding: .4rem .7rem;
  border-radius: .4rem;
  border: 1px solid var(--bg-color-1);
  background: transparent;
}
[class*="webeeui"] .notion-page-icon-inline {
  	background: var(--navbar-btn-bg-color);
    border-radius: 7px;
    width: fit-content;
    height: unset;
    max-width: unset;
    max-height: unset;
}
.co-webeeui-atm-benefits .notion-page-icon-inline img{
    height: 42px;
    width: 44px;
    padding: 8px;
}

.co-webeeui-atm-hero-section:after {
	  width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    background: radial-gradient(circle at 38% -27%, hsl(var(--brand-color-h), var(--brand-color-s), var(--brand-color-l), 0.35), transparent 70%);
    background-repeat: no-repeat;
    filter: blur(5em);
    top: 0;
    z-index: 9;
    left: 0;
}
.co-webeeui-atm-hero-section .notion-callout-text{
	z-index: 99;
}
.co-webeeui-atm-hero-section{
	  text-align: center;
	  position: relative;
	  overflow: hidden;

}
.co-webeeui-atm-hero-section .notion-button .notion-button-inner{
	 margin: 0 auto;
	 display: block;
}

.co-webeeui-atm-hero-section .notion-text{
	margin: 0 auto;
}

.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: white;
  border-radius: 50%;
  opacity: 0.7;
  pointer-events: none;
  animation: floatParticle linear infinite;
}

/* base movement pattern (JS randomizes values) */
@keyframes floatParticle {
  from { transform: translate(0, 0); }
  to   { transform: translate(var(--tx), var(--ty)); }
}


@media(min-width: 1024px){
.co-webeeui-atm-hero-section .notion-callout-text{
	padding: 5rem;
 }
 .co-webeeui-atm-hero-section .notion-text{
  	width: 50%;
 }
}
@media(max-width: 640px){
	.notion-page{
		padding: 1rem;
	}
}

.co-webeeui-atm-process>.notion-callout-text>*,
.co-webeeui-atm-benefits>.notion-callout-text>*
{
	 text-align: center;
}
.co-webeeui-atm-benefits>.notion-callout-text .notion-callout .notion-callout-text{
	text-align: start;
}

.co-webeeui-atm-benefits .notion-h3{
	padding-top: 1rem;
}
.co-webeeui-atm-benefits .notion-callout-text .notion-callout {
	 display: grid;
}

.co-webeeui-atm-service  .bullet-2-column .notion-column {
    display: grid;
}


@media (max-width: 1024px) {
    .notion-row {
        flex-direction: column;
    }
    .notion-column{
    	width: 100% !important;
    }
}



.co-webeeui-atm-pricing {
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.co-webeeui-atm-pricing .bullet-3-column *{
    text-align: start;
}
.co-webeeui-atm-pricing .bullet-3-column {
    margin-top: 1rem;
}
.co-webeeui-atm-pricing .notion-callout{
     border-radius: 30px;
     padding: 30px;
}
.co-webeeui-atm-pricing .notion-h3{
    margin-top: 1rem !important;
    margin-bottom: 1rem;
    font-size: calc(var(--heading3) + .8rem);
}

.co-webeeui-atm-pricing .notion-list{
    opacity: .8;
    font-size: calc(var(--base-font-size) - 1px);
}
.co-webeeui-atm-pricing .notion-callout .notion-blank{
    height: 1px;
}

.co-webeeui-atm-pricing .bullet-btn,
.co-webeeui-atm-pricing .notion-button-inner
{
    width: 100%;
    text-align: center;
    margin: 1rem auto;

}
.co-webeeui-atm-pricing .bullet-3-column{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.co-webeeui-atm-pricing .notion-column{
  width: 100% !important;
}
.co-webeeui-atm-pricing .notion-spacer{
  display: none;
}
.co-webeeui-atm-pricing .notion-h2{
  width: 50%;
  margin-bottom: 1rem;
}
.co-webeeui-atm-pricing>.notion-callout-text>.notion-text{
  width: 60%;
  margin:0 auto;
}



@media(max-width: 1242px){
 .co-webeeui-atm-pricing {
    width: 100%;
 }   
 .co-webeeui-atm-pricing .bullet-3-column{
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
 }
 .co-webeeui-atm-pricing .notion-h2{
  width: 80%;
}
.co-webeeui-atm-pricing>.notion-callout-text>.notion-text{
  width: 80%;
}
}
@media(max-width: 700px){
   .co-webeeui-atm-pricing .bullet-3-column{
       grid-template-columns: 1fr;
   }
    .co-webeeui-atm-pricing .notion-h2{
  width: 100%;
}
.co-webeeui-atm-pricing>.notion-callout-text>.notion-text{
  width: 100%;
}
   .co-webeeui-atm-pricing .bullet-3-column{
     margin-top: 1rem;
   }
}



.co-webeeui-three-col .notion-callout-text>*{
	text-align: center;
}

.co-webeeui-three-col .notion-collection-card-body{
  padding: 0;
  margin: 0;
}
.co-webeeui-three-col .notion-gallery-grid{
  border: unset;
}

.co-webeeui-three-col .notion-collection-card{
  margin-bottom: 1rem;
  padding:  20px;
  border-radius: 1rem;
  border: 1px solid var(--bg-color-2);
}

.co-webeeui-three-col .notion-page-icon-inline{
     width: 50px;
     height: 50px;
     max-height: 100px;
     max-width: 100px;
}
.co-webeeui-three-col .notion-page-title-icon{
     width: 50px;
     height: 50px;
     max-height: 100px;
     max-width: 100px; 
     margin: 0;
}
.co-webeeui-three-col .notion-property-text{
    font-size:.75rem;
    white-space: pre-wrap;
}
.co-webeeui-three-col .notion-collection-header{
  display: none;
}

.co-webeeui-three-col .notion-collection-card:hover{
	background: var(--db-card-bg);
}
.co-webeeui-three-col .notion-collection-view{
	 text-align: left;
}
.co-webeeui-three-col .notion-page-title{
	display: grid;
	font-size: 1.2rem;
	gap: 1rem;
}

.co-webeeui-three-col .notion-collection-card{
	position: relative;
}
.co-webeeui-three-col .notion-collection-card:before{
	  position: absolute;
	  content: '';
	  background: hsl(var(--brand-color-h), var(--brand-color-s), var(--brand-color-l), 0.45);
	  width: 30%;
	  height: 100px;
	  top: 0;
	  right: 0;
	  filter: blur(5rem);
}




/* Main container */
.co-webeeui-atm-cta {
  opacity: 1;
  margin: 2rem auto;
  position: relative;
  text-align: center;
}

.co-webeeui-atm-cta * {
  opacity: 1;
}

.co-webeeui-atm-cta  .notion-callout-text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
 }
/* Callout text */
@media(min-width: 1024px){
.co-webeeui-atm-cta .notion-callout-text {
  width: 60%;
  margin: 0 auto;
  text-align: center;
 }
}

@media (max-width: 900px) {
  .co-webeeui-atm-cta .notion-callout-text {
    width: 100%;
  }
}

/* Button spacing */
.co-webeeui-atm-cta .notion-button {
  margin-top: 1.5rem;
  justify-content: center;
}

/* Heading size */
.co-webeeui-atm-cta h3 {
  margin-top: 0;
}

@media (max-width: 800px) {
  .co-webeeui-atm-cta {
    padding-left: 0;
    padding-right: 0;
  }
}


.bullet-footer{
	  position: relative;
	  border-top:1px solid var(--bg-color-2);
	  overflow: hidden;

}
.bullet-footer:before {
	 position: absolute;
	  content: '';
	  background: hsl(var(--brand-color-h), var(--brand-color-s), var(--brand-color-l), 0.45);
	  width: 30%;
	  height: 100px;
	  top: 50%;
	  right: 50%;
	  filter: blur(5rem);
}




.co-webeeui-faq .notion-h2{
  text-align: center;
}
.co-webeeui-faq{
  margin: 2rem auto;
}
.co-webeeui-faq .notion-toggle{
  border-radius: 20px;
  padding: 0 2rem !important;
  margin-bottom: 1rem !important;
}
.co-webeeui-faq .notion-toggle{
    background-color: var(--bg-color-2);
}
.co-webeeui-faq .notion-toggle {
    border: 1px solid var(--bg-color-2);
    font-size: 1rem;
    font-weight: 400;
    line-height: 21px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.co-webeeui-faq summary {
    list-style: none;
    list-style-type: none;
    width: 90%;
    padding: 31px 0;
}
.co-webeeui-faq details[open]  summary{
	padding-top: 31px !important;
	padding-bottom:  20px !important;
}

.co-webeeui-faq summary:after {
    content: "+";
    font-size: 30px;
    position: absolute;
    right: 27px;
    top: 27px
}

.co-webeeui-faq details[open] summary:after {
    content: "-";
    font-size: 1.875rem;
    position: absolute;
    right: 27px;
    top: 27px
}

.co-webeeui-faq details>div {
    font-size: .95rem;
    font-weight: 400;
    line-height: 21px;
    padding-bottom: 20px
}

.co-webeeui-faq details[open] summary>b {
    font-size: 2rem;
    font-weight: 600
}

.co-webeeui-faq summary>b {
    font-size: 1.25rem;
    font-weight: 500!important
}

@media(min-width: 1024px){
	.co-webeeui-faq .notion-toggle{
	  width: 80%
	}
}

@media(max-width:650px){
  .co-webeeui-faq .notion-toggle {
    width: 100%;
  }
}

.co-webeeui-atm-community {
	 text-align: center;
}
.co-webeeui-atm-community .notion-callout-text .notion-callout>*{
	text-align: start;
}