.alice-carousel .animated {
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
}

.alice-carousel .animated-out {
  z-index: 1;
}

.alice-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
     -moz-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.alice-carousel {
  position: relative;
  width: 100%;
  margin: auto;
  direction: ltr;
}

.alice-carousel__wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  height: auto;
}

.alice-carousel__stage {
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  -moz-transform-style: flat;
       transform-style: flat;
  -webkit-transform-style: flat;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.alice-carousel__stage-item {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
  line-height: 0;
}
.alice-carousel__stage-item * {
  line-height: normal;
  line-height: initial;
}
.alice-carousel__stage-item.__hidden {
  opacity: 0;
  overflow: hidden;
}

.alice-carousel__prev-btn,
.alice-carousel__next-btn {
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}
.alice-carousel__prev-btn [data-area]::after,
.alice-carousel__next-btn [data-area]::after {
  position: relative;
  content: attr(data-area);
  text-transform: capitalize;
}

.alice-carousel__prev-btn {
  text-align: right;
}

.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  color: #465798;
}
.alice-carousel__prev-btn-item:hover,
.alice-carousel__next-btn-item:hover {
  color: darkred;
}
.alice-carousel__prev-btn-item.__inactive,
.alice-carousel__next-btn-item.__inactive {
  opacity: 0.4;
  pointer-events: none;
}

.alice-carousel__play-btn {
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block;
}
.alice-carousel__play-btn:hover {
  cursor: pointer;
}
.alice-carousel__play-btn-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.alice-carousel__play-btn-item {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
  position: absolute;
  pointer-events: none;
  display: block;
  width: 0;
  height: 0;
  content: "";
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-width: 8px 0 8px 15px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #465798;
}
.alice-carousel__play-btn-item::before {
  left: 5px;
  height: 14px;
}
.alice-carousel__play-btn-item::after {
  top: 7px;
  left: 18px;
}
.alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
  height: 30px;
  border-width: 0 0 0 10px;
}
.alice-carousel__play-btn-item.__pause::after {
  top: 0;
  left: 18px;
}

.alice-carousel__dots {
  margin: 30px 3px 5px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.alice-carousel__dots > li {
  display: inline-block;
}
.alice-carousel__dots-item:not(.__custom) {
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #e0e4fb;
}
.alice-carousel__dots-item:not(.__custom):not(:last-child) {
  margin-right: 20px;
}
.alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
  background-color: #6e7ebc;
}

.alice-carousel__slide-info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #465798;
  border-radius: 5px;
  background-color: rgba(224, 228, 251, 0.6);
}
.alice-carousel__slide-info-item {
  vertical-align: middle;
  line-height: 0;
}
@font-face{font-family:"AvenirBlack";src:url("/assets/fonts/AvenirLTStd-Black.ttf");font-display:swap}@font-face{font-family:"AvenirBook";src:url("/assets/fonts/AvenirLTStd-Book.ttf");font-display:swap}@font-face{font-family:"AvenirHeavy";src:url("/assets/fonts/AvenirLTStd-Heavy.ttf");font-display:swap}@font-face{font-family:"AvenirRoman";src:url("/assets/fonts/AvenirLTStd-Roman.ttf");font-display:swap}.style_fontHeavy__3INWv{font-family:AvenirHeavy,sans-serif}.style_fontBook__2Sng_{font-family:AvenirBook,sans-serif}.style_buttonQuery__f0bQ-{margin:15px 30px 20px 30px}@media screen and (min-width: 500px){.style_buttonQuery__f0bQ-{margin:15px 30px}}.style_Select-placeholder__lB4ij{color:#a6a6a6 !important;margin-left:10px !important}.style_Select__31UUe.style_has-value__163HZ.style_Select--single__3_rO->.style_Select-control__2Vh8A .style_Select-value__3VeOP .style_Select-value-label__RY3a6{font-family:AvenirHeavy,sans-serif !important;color:#3d2289 !important;margin-left:10px !important}.style_select_home__2BJSR .style_Select-placeholder__lB4ij{color:#5f5f5e !important;font-family:AvenirBook,sans-serif !important}.style_select_home__2BJSR .style_Select-placeholder__lB4ij,.style_select_home__2BJSR .style_Select--single__3_rO->.style_Select-control__2Vh8A .style_Select-value__3VeOP{color:#757575 !important;font-family:AvenirBook,sans-serif !important}.style_select_home__2BJSR .style_Select-placeholder__lB4ij,.style_select_home__2BJSR .style_Select--single__3_rO->.style_Select-control__2Vh8A .style_Select-value__3VeOP{padding-left:0px !important;padding-right:0px !important}.style_select_home__2BJSR.style_Select__31UUe.style_has-value__163HZ .style_Select-control__2Vh8A .style_Select-value__3VeOP .style_Select-value-label__RY3a6{font-family:AvenirBook,sans-serif !important;color:#5f5f5e !important}.style_select_home__2BJSR.style_Select__31UUe.style_has-value__163HZ .style_Select-control__2Vh8A .style_Select-value__3VeOP{padding-left:0px !important;padding-right:0px !important}.style_anchor__3iaG1{display:block;position:relative;top:-70px;visibility:hidden}@media screen and (min-width: 700px){.style_anchor__3iaG1{top:-100px}}.style_notion-title__3CobC{display:none !important}header.style_notion-page-header__1Woit{display:none !important}.style_notion-th__3_K_v{min-width:auto !important;white-space:normal !important}.style_notion-td__2LorA{white-space:normal !important}.style_notion-page-offset__3V89_{margin-top:0px !important}.style_notion-page__3oD7_{max-width:700px !important}.style_notion-image-inset__2zbtE{border-radius:5px !important}.style_notion-table__2459J{margin-bottom:15px !important}.style_notion-text__Z98Rg{padding:5px 2px !important}.style_masterContainerMercadoLivre__A_UUQ{width:100%}@media screen and (min-width: 50px){.style_masterContainerMercadoLivre__A_UUQ{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.style_virgolaStoreContainerMercadoLivre__TAj-j{display:inline-block;border-radius:10px;border:1px solid #f16933;box-shadow:3px 3px 3px #00000040;background:#fff;margin:15px 15px;padding:10px;background-image:url("/assets/virgolaStore/onda-ads.webp");background-repeat:no-repeat;cursor:pointer}@media screen and (min-width: 500px){.style_virgolaStoreContainerMercadoLivre__TAj-j{margin:15px 30px}}.style_virgolaStoreContainerBackgroundRegularMercadoLivre__1lVWV{background-position:50% -moz-calc(100% + 80px);background-position:50% calc(100% + 80px);background-size:contain}.style_virgolaStoreContainerBackgroundMobileMercadoLivre__27gmd{background-position:50% -moz-calc(100% + 165px);background-position:50% calc(100% + 165px);background-size:cover}.style_virgolaStoreContainerSizeRegularMercadoLivre__1_naV{width:80%}@media screen and (min-width: 50px){.style_virgolaStoreContainerSizeRegularMercadoLivre__1_naV{width:200px}}.style_virgolaStoreContainerSizeBlogMercadoLivre__xztU_{width:80%;margin:15px 10px}@media screen and (min-width: 50px){.style_virgolaStoreContainerSizeBlogMercadoLivre__xztU_{width:150px}}.style_virgolaStoreContainerSizeMobileMercadoLivre__Q1_nZ{width:80%;margin:15px 10px}@media screen and (min-width: 50px){.style_virgolaStoreContainerSizeMobileMercadoLivre__Q1_nZ{width:88vw}}.style_imageAndPriceContainerRegularMercadoLivre__2BKwV{display:block}.style_imageAndPriceContainerMobileMercadoLivre__1gjZR{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.style_discountPercentageMercadoLivre__1os0j{position:absolute;font-family:AvenirHeavy,sans-serif;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:16px;z-index:1;margin-top:-20px;margin-bottom:-5px;border-radius:50px;box-shadow:2px 2px 4px #00000040;background:#3d2289;padding:3px 10px 4px 10px}.style_discountPercentageAnimatedMercadoLivre__2PAlI{-webkit-animation-name:style_switch__3qZYE;-moz-animation-name:style_switch__3qZYE;animation-name:style_switch__3qZYE;-webkit-animation-duration:3s;-moz-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;-moz-animation-direction:alternate;animation-direction:alternate}.style_discountPercentageAnimatedInvertedMercadoLivre__15CaL{-webkit-animation-name:style_switchInverted__3FdBY;-moz-animation-name:style_switchInverted__3FdBY;animation-name:style_switchInverted__3FdBY;-webkit-animation-duration:3s;-moz-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;-moz-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes style_switch__3qZYE{0%{opacity:1}45%{opacity:1}55%{opacity:0}100%{opacity:0}}@-moz-keyframes style_switch__3qZYE{0%{opacity:1}45%{opacity:1}55%{opacity:0}100%{opacity:0}}@keyframes style_switch__3qZYE{0%{opacity:1}45%{opacity:1}55%{opacity:0}100%{opacity:0}}@-webkit-keyframes style_switchInverted__3FdBY{0%{opacity:0}45%{opacity:0}55%{opacity:1}100%{opacity:1}}@-moz-keyframes style_switchInverted__3FdBY{0%{opacity:0}45%{opacity:0}55%{opacity:1}100%{opacity:1}}@keyframes style_switchInverted__3FdBY{0%{opacity:0}45%{opacity:0}55%{opacity:1}100%{opacity:1}}.style_imageContainerRegularMercadoLivre__1Idcd{width:50%;height:50%;margin:auto}@media screen and (min-width: 50px){.style_imageContainerRegularMercadoLivre__1Idcd{width:100%;height:100%}}.style_imageContainerMobileMercadoLivre__9vDMB{width:50%;height:50%;margin:auto auto auto 0px}.style_imageMercadoLivre__34jDB{object-fit:contain !important;border-radius:10px !important;margin:auto !important}.style_startPriceMercadoLivre__sFoX8{color:#a8a8a8;font-family:AvenirHeavy,sans-serif;margin:10px auto 0px auto;font-size:18px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_offerPriceBlockMercadoLivre__2IQ5T{color:#3d2289;font-family:AvenirHeavy,sans-serif;margin:auto;font-size:18px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_offerPriceNumberMercadoLivre__IUen9{font-size:24px}.style_adsButtonMercadoLivre__3WWW6{background-color:#f16933;color:#fff;border-radius:50px;box-shadow:3px 3px 3px #00000040;padding:8px 15px;font-family:AvenirHeavy,sans-serif;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:20px auto 10px auto}.style_adsButtonRegularMercadoLivre__1--k9{font-size:18px}.style_adsButtonBlogMercadoLivre__2nHTx{font-size:14px}
/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */

code[class*="language-"],
pre[class*="language-"] {
	color: #ccc;
	background: none;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;

}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #2d2d2d;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #999;
}

.token.punctuation {
	color: #ccc;
}

.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
	color: #e2777a;
}

.token.function-name {
	color: #6196cc;
}

.token.boolean,
.token.number,
.token.function {
	color: #f08d49;
}

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
	color: #f8c555;
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
	color: #cc99cd;
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
	color: #7ec699;
}

.token.operator,
.token.entity,
.token.url {
	color: #67cdcc;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

.token.inserted {
	color: green;
}

.notion {
  font-size: 16px;
  line-height: 1.5;
  color: rgb(55, 53, 47);
  caret-color: rgb(55, 53, 47);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
    "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}

.notion > *,
.notion-page > *,
.notion-column > * {
  padding: 3px 0px;
}

.notion * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}

.notion-red {
  color: rgb(224, 62, 62);
}
.notion-pink {
  color: rgb(173, 26, 114);
}
.notion-blue {
  color: rgb(11, 110, 153);
}
.notion-purple {
  color: rgb(105, 64, 165);
}
.notion-teal {
  color: rgb(15, 123, 108);
}
.notion-yellow {
  color: rgb(223, 171, 1);
}
.notion-orange {
  color: rgb(217, 115, 13);
}
.notion-brown {
  color: rgb(100, 71, 58);
}
.notion-gray {
  color: rgb(155, 154, 151);
}
.notion-red_background {
  background-color: rgb(251, 228, 228);
}
.notion-pink_background {
  background-color: rgb(244, 223, 235);
}
.notion-blue_background {
  background-color: rgb(221, 235, 241);
}
.notion-purple_background {
  background-color: rgb(234, 228, 242);
}
.notion-teal_background {
  background-color: rgb(221, 237, 234);
}
.notion-yellow_background {
  background-color: rgb(251, 243, 219);
}
.notion-orange_background {
  background-color: rgb(250, 235, 221);
}
.notion-brown_background {
  background-color: rgb(233, 229, 227);
}
.notion-gray_background {
  background-color: rgb(235, 236, 237);
}
.notion-red_background_co {
  background-color: rgb(251, 228, 228, 0.3);
}
.notion-pink_background_co {
  background-color: rgb(244, 223, 235, 0.3);
}
.notion-blue_background_co {
  background-color: rgb(221, 235, 241, 0.3);
}
.notion-purple_background_co {
  background-color: rgb(234, 228, 242, 0.3);
}
.notion-teal_background_co {
  background-color: rgb(221, 237, 234, 0.3);
}
.notion-yellow_background_co {
  background-color: rgb(251, 243, 219, 0.3);
}
.notion-orange_background_co {
  background-color: rgb(250, 235, 221, 0.3);
}
.notion-brown_background_co {
  background-color: rgb(233, 229, 227, 0.3);
}
.notion-gray_background_co {
  background-color: rgb(235, 236, 237, 0.3);
}

.notion b {
  font-weight: 600;
}

.notion-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}

.notion-h1,
.notion-h2,
.notion-h3 {
  font-weight: 600;
  line-height: 1.3;
  padding: 3px 2px;
}

.notion-h1 {
  font-size: 1.875em;
  margin-top: 1.4em;
}
.notion-h1:first-child {
  margin-top: 0;
}
.notion-h2 {
  font-size: 1.5em;
  margin-top: 1.1em;
}
.notion-h3 {
  font-size: 1.25em;
  margin-top: 1em;
}
.notion-emoji {
  font-family: "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.notion-page-cover {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 30vh;
  min-height: 30vh;
  padding: 0;
}

.notion-page {
  padding: 0;
  margin: 0 auto;
  max-width: 708px;
  width: 100%;
}

@media only screen and (max-width: 730px) {
  .notion-page {
    padding: 0 2vw;
  }
}

.notion-page-offset {
  margin-top: 96px;
}

span.notion-page-icon-cover {
  height: 78px;
  width: 78px;
  font-size: 78px;
  display: inline-block;
  line-height: 1.1;
  margin-left: 0px;
}

span.notion-page-icon-offset {
  margin-top: -42px;
}

img.notion-page-icon-cover {
  border-radius: 3px;
  width: 124px;
  height: 124px;
  margin: 8px;
}

img.notion-page-icon-offset {
  margin-top: -80px;
}

.notion-full-width {
  padding: 0 40px;
  max-width: 100%;
}

.notion-small-text {
  font-size: 14px;
}
.notion-quote {
  white-space: pre-wrap;
  word-break: break-word;
  border-left: 3px solid currentcolor;
  padding: 0.2em 0.9em;
  margin: 0;
  font-size: 1.2em;
}
.notion-hr {
  margin: 6px 0px;
  padding: 0;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-color: rgba(55, 53, 47, 0.09);
}
.notion-link {
  color: inherit;
  word-break: break-word;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
     -moz-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.notion-blank {
  min-height: 1rem;
  padding: 3px 2px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.notion-page-link {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  color: rgb(55, 53, 47);
  text-decoration: none;
  height: 30px;
  margin: 1px 0px;
  -moz-transition: background 120ms ease-in 0s;
  transition: background 120ms ease-in 0s;
}
.notion-page-link:hover {
  background: rgba(55, 53, 47, 0.08);
}

.notion-page-icon {
  line-height: 1.4;
  margin-right: 4px;
  margin-left: 2px;
}
img.notion-page-icon {
  display: block;
  object-fit: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
}

.notion-icon {
  display: block;
  width: 18px;
  height: 18px;
  color: rgba(55, 53, 47, 0.4);
}

.notion-page-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px solid rgba(55, 53, 47, 0.16);
  margin: 1px 0px;
}

.notion-inline-code {
  color: #eb5757;
  padding: 0.2em 0.4em;
  background: rgba(135, 131, 120, 0.15);
  border-radius: 3px;
  font-size: 85%;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier,
    monospace;
}

.notion-list {
  margin: 0;
  -webkit-margin-before: 0.6em;
          margin-block-start: 0.6em;
  -webkit-margin-after: 0.6em;
          margin-block-end: 0.6em;
}

.notion-list-disc {
  list-style-type: disc;
  -webkit-padding-start: 1.7em;
     -moz-padding-start: 1.7em;
          padding-inline-start: 1.7em;
  margin-top: 0px;
  margin-bottom: 0px;
}
.notion-list-numbered {
  list-style-type: decimal;
  -webkit-padding-start: 1.6em;
     -moz-padding-start: 1.6em;
          padding-inline-start: 1.6em;
  margin-top: 0px;
  margin-bottom: 0px;
}

.notion-list-disc li {
  padding-left: 0.1em;
}

.notion-list-numbered li {
  padding-left: 0.2em;
}

.notion-list li {
  padding: 6px 0px;
  white-space: pre-wrap;
}

.notion-asset-wrapper {
  margin: 0.5rem auto 0.5rem;
  max-width: 100%;
}

.notion-asset-wrapper > img {
  max-width: 100%;
}

.notion-asset-wrapper iframe {
  border: none;
}

.notion-text {
  white-space: pre-wrap;
  caret-color: rgb(55, 53, 47);
  padding: 3px 2px;
}
.notion-block {
  padding: 3px 2px;
}

.notion .notion-code {
  font-size: 85%;
}

.notion-code {
  padding: 30px 16px 30px 20px;
  margin: 4px 0;
  border-radius: 3px;
  -moz-tab-size: 2;
       tab-size: 2;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow-x: scroll;
  background: rgb(247, 246, 243);
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier,
    monospace;
}

.notion-column {
  padding-top: 12px;
  padding-bottom: 12px;
}

.notion-column > *:first-child {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.notion-column > *:last-child {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.notion-row {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
}

.notion-bookmark {
  margin: 4px 0;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-decoration: none;
  border: 1px solid rgba(55, 53, 47, 0.16);
  border-radius: 3px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.notion-bookmark > div:first-child {
  -webkit-flex: 4 1 180px;
     -moz-box-flex: 4;
          flex: 4 1 180px;
  padding: 12px 14px 14px;
  overflow: hidden;
  text-align: left;
  color: rgb(55, 53, 47);
}

.notion-bookmark-title {
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 24px;
  margin-bottom: 2px;
}

.notion-bookmark-description {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.6;
  height: 32px;
  overflow: hidden;
}

.notion-bookmark-link {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 6px;
}

.notion-bookmark-link > img {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 6px;
}

.notion-bookmark-link > div {
  font-size: 12px;
  line-height: 16px;
  color: rgb(55, 53, 47);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notion-bookmark-image {
  -webkit-flex: 1 1 180px;
     -moz-box-flex: 1;
          flex: 1 1 180px;
  position: relative;
}

.notion-bookmark-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.notion-column .notion-bookmark-image {
  display: none;
}

@media (max-width: 640px) {
  .notion-bookmark-image {
    display: none;
  }

  .notion-row {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }

  .notion-row > *,
  .notion-column > * {
    width: 100% !important;
  }
}

.notion-spacer:last-child {
  display: none;
}

.notion-image-inset {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 1px;
}

.notion-image-caption {
  padding: 6px 0px;
  white-space: pre-wrap;
  word-break: break-word;
  caret-color: rgb(55, 53, 47);
  font-size: 14px;
  line-height: 1.4;
  color: rgba(55, 53, 47, 0.6);
}

.notion-callout {
  padding: 16px 16px 16px 12px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 4px 0;
}
.notion-callout-text {
  margin-left: 8px;
}

.notion-toggle {
  padding: 3px 2px;
}
.notion-toggle > summary {
  cursor: pointer;
  outline: none;
}
.notion-toggle > div {
  margin-left: 1.1em;
}

.notion-table,
.notion-th,
.notion-td {
  border: 1px solid rgba(55, 53, 47, 0.09);
  border-collapse: collapse;
}

.notion-table {
  width: 100%;
  border-left: none;
  border-right: none;
  border-spacing: 0px;
  white-space: nowrap;
}

.notion-th,
.notion-td {
  font-weight: normal;
  padding: 0.25em 0.5em;
  line-height: 1.5;
  min-height: 1.5em;
  text-align: left;
  font-size: 14px;
}

.notion-td.notion-bold {
  font-weight: 500;
}

.notion-th {
  color: rgba(55, 53, 47, 0.6);
  font-size: 14px;
}

.notion-td:first-child,
.notion-th:first-child {
  border-left: 0;
}

.notion-td:last-child,
.notion-th:last-child {
  border-right: 0;
}

.notion-gallery {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 16px;
  gap: 16px;
  border-top: 1px solid rgba(55, 53, 47, 0.16);
  padding-top: 16px;
  padding-bottom: 4px;
}
.notion-gallery-card {
  display: block;
  color: inherit;
  text-decoration: none;
  box-shadow: rgba(15, 15, 15, 0.1) 0px 0px 0px 1px,
    rgba(15, 15, 15, 0.1) 0px 2px 4px;
  border-radius: 3px;
  background: white;
  overflow: hidden;
  -moz-transition: background 100ms ease-out 0s;
  transition: background 100ms ease-out 0s;
  position: static;
  height: 100%;
}

.notion-gallery-content {
  padding: 8px 10px 6px;
  font-size: 12px;
  white-space: nowrap;
}

.notion-gallery-data.is-first {
  white-space: nowrap;
  word-break: break-word;
  caret-color: rgb(55, 53, 47);
  font-size: 14px;
  line-height: 1.5;
  min-height: 21px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notion-page-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 100vw;
  height: 45px;
  min-height: 45px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: #fff;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0 12px;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1.5;
  line-height: 1.2;
  font-size: 14px;
}

.notion-nav-breadcrumbs {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  height: 100%;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
          flex-grow: 0;
  min-width: 0;
  margin-right: 8px;
}

.notion-nav-breadcrumb {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  white-space: nowrap;

  color: rgb(55, 53, 47);
  text-decoration: none;
  margin: 1px 0px;
  padding: 4px 6px;
  border-radius: 3px;
  -moz-transition: background 120ms ease-in 0s;
  transition: background 120ms ease-in 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  cursor: pointer;
}

img.notion-nav-icon {
  width: 18px !important;
  height: 18px !important;
}

.notion-nav-icon {
  font-size: 18px;
  margin-right: 6px;
  line-height: 1.1;
  color: #000;
}

.notion-nav-breadcrumb:not(.notion-nav-breadcrumb-active):hover {
  background: rgba(55, 53, 47, 0.08);
}

.notion-nav-breadcrumb:not(.notion-nav-breadcrumb-active):active {
  background: rgba(55, 53, 47, 0.16);
}

.notion-nav-breadcrumb.notion-nav-breadcrumb-active {
  cursor: default;
}

.notion-nav-spacer {
  margin: 0 2px;
  color: rgba(55, 53, 47, 0.4);
}

