/*Gotham Rounded --> <link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6781196/6792572/css/fonts.css"> added on entry points on each platform. See readme. */
/* General styles */
body *:not(i), p, a, span, li, b, h1, h2, h3, h4, h5, h6 {
  font-family: Gotham Rounded SSm A, Gotham Rounded SSm B, Gotham Rounded, Helvetica, sans-serif;
}

h1, h2, h3 {
  font-weight: bold;
}

p, body, a, span, li {
  font-weight: 100;
}

/* Utilities */
.bcList a,
.bcList a span,
.bcList li a .breadcrumb-icon {
  color: #cc3366 !important;
}

.cTitle,
.scTitle,
.hnLink,
#contact-modal-trigger,
.bcList li,
.breadcrumb-icon,
.bcList li > span,
.ahTitle {
  color: #333366 !important;
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  width: 100vw;
  height: 100vh;
}

body.isLoaded:after {
  content: none;
}

body, p, h1, h2, h3, h4, h5, h6, .cCardDescription, .cCardAuthorshipAuthorCount, .aCardDescription, .ahAuthorshipMeta, .cCardAuthorship {
  color: #333366;
}

.stack::before,
.stack::after,
#prevNext,
#relatedArticles,
#topArticles {
  display: none !important;
}

.cTitle {
  text-align: center;
}

.cTitle, p, body, a, span, li {
  font-weight: 100;
}

#categoryContent {
  background-color: #f5f7fa;
}

.cardLink {
  border-radius: 3px;
  box-shadow: 2px 2px 5px 3px rgba(51, 51, 102, 0.03);
  border: solid 1px #eaeaea;
  background-color: #ffffff;
}

#homeBanner {
  background: #f5f7fa url(https://static.landbot.io/daisho/img/header-background.png) no-repeat center bottom;
  background-size: cover;
}

header > nav,
#content {
  max-width: 1440px;
  margin: 0 auto;
}

.container-fluid {
  background-color: #f5f7fa;
  min-height: calc(100vh - 114px);
}

#breadcrumbs {
  background-color: transparent;
}

.breadcrumb-icon {
  margin-right: 4px;
}

.authorshipAvatar {
  width: 30px;
  object-fit: cover;
}

.navRightItems {
  grid-column: 4;
}

.cTitle {
  font-size: 28px;
}

.cCardTitle.cardTitle {
  font-size: 24px;
}

.ahTitle {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

#tableOfContents {
  grid-column: 1;
  margin: 0 0 0 1em;
}

#articleContent {
  background-color: transparent;
}

@media only screen and (max-width: 1000px) {
  .cTitle {
    grid-column: 2;
    margin-top: 32px;
  }

  .cTitle, .cCategory {
    margin-left: 0;
  }

  header > nav {
    grid-template-rows: auto;
    position: relative;
  }

  .scTitle {
    margin-top: 0;
  }

  .hnLogo {
    max-height: 31px;
  }

  .hnMobileNavButton {
    top: 33px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hnMobileNavButton span {
    height: 2px;
    display: block;
    margin: 1px;
    border-radius: 1px;
    background-color: #333366;
    width: 100%;
  }
}
.button-doubt {
  background-color: #fbfbfb;
  padding: 41px;
  text-align: center;
  margin-top: 48px;
}

#myButtonDoubt {
  background-color: #cc3366;
  color: white;
  border-radius: 8px;
  border-color: transparent;
  text-transform: uppercase;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 16px;
}
#myButtonDoubt:hover {
  background-color: #971540;
}
#myButtonDoubt:hover, #myButtonDoubt:focus, #myButtonDoubt:active {
  border-color: transparent;
  outline: none;
}

.hnBranding {
  margin-right: 8px;
}

#articleContent.three-col-small-center-focused-grid {
  grid-template-columns: 300px auto;
}

#articleContent.articleContent--NoSidebar {
  grid-template-columns: 1fr 4fr 1fr;
  grid-gap: 10px 20px;
}
#articleContent.articleContent--NoSidebar #articleCard {
  max-width: 1090px;
}

nav {
  padding: 16px 20px;
}

@media (min-width: 769px) and (max-width: 1440px) {
  .hnLink,
#contact-modal-trigger {
    font-size: 12px;
  }

  #articleContent.three-col-small-center-focused-grid {
    grid-template-columns: 180px auto 0;
    grid-gap: 10px 20px;
  }

  #tableOfContents {
    margin-left: 20px;
  }
  #tableOfContents .tocTitle {
    font-size: 14px;
  }
  #tableOfContents a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #tableOfContents {
    display: none;
  }

  #articleContent.three-col-small-center-focused-grid {
    grid-template-columns: 0fr 4fr 0fr;
  }
}
.is-modified #main {
  padding-top: 75px;
}

.HeaderContainer {
  position: fixed;
  width: 100vw;
  z-index: 9999;
}

.kc-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px 3px rgba(51, 51, 102, 0.05);
  z-index: 9;
}
.kc-header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.kc-header .w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.kc-header img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.kc-header .w-nav:before, .kc-header .w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.kc-header .container-default-1209px {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}
.kc-header .w-container:before, .kc-header .w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.kc-header .header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.kc-header .split-content2-1.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.kc-header .brand-3 {
  padding-left: 0px;
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
}
.kc-header .w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.kc-header .header-logo {
  position: relative;
  top: 3px;
  width: 300px;
  max-width: none;
  padding-bottom: 6px;
}
.kc-header .nav-menu-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 82px;
  padding-right: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.kc-header .w-nav-menu {
  position: relative;
  float: right;
  padding: 0;
}
.kc-header .header-dropdown {
  margin-right: 5px;
}
.kc-header .w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.kc-header .header-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.kc-header .w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.kc-header .w-dropdown-btn, .kc-header .w-dropdown-toggle, .kc-header .w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.kc-header .w-dropdown-btn, .kc-header .w-dropdown-link {
  padding: 20px;
}
.kc-header .nav-link-6.burger-menu-link {
  margin-right: 5px;
}
.kc-header .nav-link-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition-property: none;
  transition-property: none;
  color: #336;
  font-size: 16px;
  line-height: 1.111em;
  font-weight: 500;
  text-decoration: none;
}
.kc-header .dropdown-icon-container {
  display: flex;
  padding-left: 8px;
  align-self: center;
}
.kc-header .dropdown-icon.burger-menu-icon {
  display: none;
}
.kc-header .dropdown-icon {
  position: relative;
  bottom: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #c36;
  font-size: 8px;
  transition: transform 0.2s ease-in-out;
}
.kc-header .kc-dropdown-active {
  color: #c36 !important;
}
.kc-header .kc-dropdown-active .dropdown-icon {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-180deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.kc-header .split-content2-1.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.kc-header .button-primary.header-button {
  padding: 6px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #c36;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease;
  font-size: 15px;
  line-height: 25px;
  text-transform: none;
  color: white !important;
}
.kc-header .button-primary {
  padding: 12px;
  border-radius: 4px;
  background-color: #c36;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: none;
}
.kc-header .menu-button-2.w-nav-button {
  display: none;
}
.kc-header .w-dropdown-toggle {
  display: flex;
}
.kc-header .w-dropdown-list {
  opacity: 0;
  padding: 0;
  margin-top: 15px;
  margin-left: 0px;
  position: absolute;
  transform: translate3d(0px, 0px, 0px) scale3d(0.5, 0.5, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transform-style: preserve-3d;
  transform-origin: top center;
}
.kc-header .w-dropdown-list.w--open {
  display: block;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.kc-header .menu-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 -4px 20px 0 rgba(11, 11, 44, 0.04), 0 40px 44px 0 rgba(0, 0, 0, 0.06);
}
.kc-header .mega-menu-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.kc-header .header-dropdown-toggle:focus {
  outline: none;
}
.kc-header .mega-menu-link {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition-property: none;
  transition-property: none;
  color: #336;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
.kc-header .mega-menu-link:hover {
  background-color: rgba(245, 247, 250, 0.6);
  color: #336;
}
.kc-header .div-block {
  height: 2px;
  max-width: 100%;
  margin: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 20px;
  background-color: rgba(51, 51, 102, 0.05);
  color: #336;
}
.kc-header .menu-2-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.kc-header .mega-menu-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.kc-header .mega-menu-column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kc-header .div-block-203 {
  height: 2px;
  max-width: 100%;
  margin: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 20px;
  background-color: rgba(51, 51, 102, 0.05);
  color: #336;
}
.kc-header .menu-mobile-button-icon {
  width: 25px;
  height: 25px;
  -webkit-filter: brightness(90%) saturate(0%);
  filter: brightness(90%) saturate(0%);
}
.kc-header .menu-button-2.w-nav-button {
  z-index: 99;
  width: 45px;
  height: 45px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #ececf4;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}
.kc-header .w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 75px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - $header-height);
  background-color: white;
}
@media screen and (max-width: 991px) {
  .kc-header .nav-menu-5.w-nav-menu,
.kc-header .button-primary.header-button {
    display: none;
  }
  .kc-header .menu-button-2.w-nav-button,
.kc-header .w-nav-overlay {
    display: block;
  }
  .kc-header .container-default-1209px {
    padding-right: 50px;
    padding-left: 50px;
  }
  .kc-header .button-primary.header-button {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .kc-header .nav-menu.w-nav-menu {
    display: block;
    transform: translateY(0px) translateX(0px);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    min-height: 100vh;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 22px 28px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.18);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  .kc-header .header-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .kc-header .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transition-property: none;
    transition-property: none;
    color: #336;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
  }
  .kc-header .nav-link,
.kc-header .nav-link.burger-menu-link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #336;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .kc-header .w-dropdown-toggle {
    padding-right: 0;
  }
  .kc-header .w-nav-button {
    position: relative;
  }
  .kc-header .menu-mobile-open,
.kc-header .menu-mobile-close {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
  }
  .kc-header .menu-button-2.w-nav-button.is-active .menu-mobile-close {
    display: flex;
  }
  .kc-header .menu-button-2.w-nav-button:not(.is-active) .menu-mobile-open {
    display: flex;
  }
  .kc-header .dropdown-list.w--open {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    background-color: transparent;
  }
  .kc-header .mega-menu-link {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition-property: none;
    transition-property: none;
    color: #336;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
  }
}
.kc-header #w-nav-overlay-0 {
  transform: translateY(calc(-100vh - 75px));
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.kc-header #w-nav-overlay-0.is-active {
  transform: translateY(0);
}
@media screen and (min-width: 992px) {
  .kc-header .dropdown-list-5.w-dropdown-list.w--open {
    right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
