body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: #2d3958;
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
}

h4 {
  color: #2d3958;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Inter, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Inter, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-wrapper {
  box-sizing: border-box;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.navbar-brand {
  height: 100%;
}

.nav-menu-wrapper {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: static;
  inset: 0%;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: Inter, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.button-primary {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  vertical-align: text-top;
  background-color: #178d8e;
  border-radius: 10px;
  flex-flow: row;
  margin-top: 0;
  padding: 8px 10px;
  font-family: Inter, Verdana, sans-serif;
  font-size: .9rem;
  line-height: 1rem;
  transition: all .2s;
  display: block;
  position: static;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-left {
  z-index: 100;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 65px;
  display: block;
  position: sticky;
  inset: 0% auto auto 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  inset: auto 0%;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 10px 50px;
  display: block;
  position: absolute;
  inset: auto 0%;
}

.container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.nav-menu-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 solid #686363;
  border-radius: 2px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
  left: auto;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 37px;
  display: block;
  overflow: visible;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: static;
}

.margin-bottom-24px {
  color: #3b3847;
  letter-spacing: -1px;
  margin-bottom: 25px;
  padding-top: 20px;
  font-family: Inter, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.hero-stack {
  z-index: 10;
  box-sizing: border-box;
  object-fit: fill;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom: 1px #e4ebf3;
  margin-right: 0;
  padding: 50px 70px 40px;
  position: relative;
  overflow: hidden;
}

.heading {
  color: #2d3958;
  text-align: center;
  letter-spacing: -1px;
  vertical-align: baseline;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Verdana, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 2.75rem;
  display: block;
  position: static;
}

.heading.top {
  color: #252830;
  font-style: normal;
  font-weight: 700;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 940px;
  display: block;
}

.quick-stack {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  padding-bottom: 65px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.quick-stack-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  padding: 65px 0 70px;
}

.heading-3 {
  color: #625e6f;
  text-align: center;
  width: 100%;
  margin-top: 0;
  padding: 5px 120px 20px;
  font-family: Inter, Verdana, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.688rem;
}

.section {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px;
}

.cell-2 {
  padding-bottom: 150px;
  display: block;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 10px auto;
  padding-top: 90px;
  padding-bottom: 10px;
  font-family: Inter, Verdana, sans-serif;
  display: block;
  overflow: hidden;
}

.heading-7 {
  text-align: left;
  letter-spacing: -2px;
  padding-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 50px;
  position: relative;
}

.section-4 {
  padding-top: 20px;
  padding-bottom: 50px;
  font-family: Inter, Verdana, sans-serif;
}

.section-6 {
  padding-top: 150px;
  padding-bottom: 60px;
  font-family: Inter, Verdana, sans-serif;
}

.section-7 {
  padding-top: 100px;
  padding-bottom: 0;
  font-family: Inter, Verdana, sans-serif;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.title-small {
  color: #2d3958;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Inter, Verdana, sans-serif;
  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: 1px;
  margin-top: 1px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image {
  width: 150px;
}

.div-block-4 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.button {
  z-index: auto;
  float: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #178d8e;
  background-clip: border-box;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding: 15px 20px;
  font-family: Inter, Verdana, sans-serif;
  font-size: 18px;
  display: inline-block;
  position: relative;
  inset: auto;
}

.background-video {
  z-index: 0;
  opacity: 1;
  pointer-events: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.modal-wrapper {
  z-index: 9999;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-7 {
  z-index: 150;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: auto;
  margin: 120px auto auto;
  padding: 30px 40px 20px;
  display: flex;
  position: sticky;
  right: auto;
}

.text-field-2 {
  border-radius: 10px;
  height: 40px;
  font-family: Inter, Verdana, sans-serif;
}

.submit-button-2 {
  background-color: #178d8e;
  border-radius: 10px;
  font-family: Inter, Verdana, sans-serif;
}

.heading-9 {
  color: #178d8e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-3 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, Verdana, sans-serif;
  font-size: 16px;
}

.text-span {
  color: #646464;
}

.div-block-8 {
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  font-family: Inter, Verdana, sans-serif;
  display: block;
  position: absolute;
  inset: 3% 3% auto auto;
}

.image-3 {
  width: 20px;
  height: 20px;
  position: static;
  inset: 2% 2% auto auto;
}

.div-block-9 {
  height: 400px;
  margin-top: 0;
  margin-bottom: 40px;
}

.form {
  margin-top: 60px;
  padding-top: 0;
}

.text-block-4 {
  text-align: left;
}

.success-message {
  background-color: #178d8e33;
  border-radius: 20px;
  margin-top: 60px;
  padding: 10px 15px 10px 10px;
  font-family: Inter, Verdana, sans-serif;
}

.error-message {
  border-radius: 20px;
  font-family: Inter, Verdana, sans-serif;
}

.text-block-5 {
  margin-top: 15px;
  font-family: Inter, Verdana, sans-serif;
}

.button-reg {
  color: #fff;
  background-color: #178d8e;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: Inter, Verdana, sans-serif;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

.section-8 {
  height: 800vh;
  padding-top: 0;
  font-family: Inter, Verdana, sans-serif;
  position: relative;
}

.heading-10 {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px #1785c9;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 45px;
  padding-bottom: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 36px;
}

.div-block-14 {
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  overflow: visible;
}

.body {
  color: #2d3958;
  object-fit: cover;
  background-color: #fff;
  max-width: none;
  font-family: Inter, Verdana, sans-serif;
  overflow: visible;
}

.image-4 {
  border-radius: 40px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 1px;
}

.cell-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.image-5 {
  text-align: left;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 0;
}

.cell-6, .cell-7 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.content-overlay {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-15 {
  z-index: 2;
  opacity: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-16 {
  z-index: 2;
  opacity: 0;
  width: 600px;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.div-block-17 {
  z-index: 2;
  opacity: 1;
  width: 600px;
  height: 100vh;
  display: block;
  position: absolute;
  overflow: visible;
}

.nn-text {
  pointer-events: auto;
  color: #fff;
  text-align: center;
  text-indent: 10px;
  text-shadow: 0 0 20px #4b0053;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-left: 1.5px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
  position: static;
}

.background-video-2 {
  z-index: 1;
  opacity: 1;
  filter: brightness(59%) blur(1px);
  outline-offset: 0px;
  object-fit: cover;
  outline: 3px #fff;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.nn-heading {
  color: #fff;
  text-shadow: 0 0 20px #1785c9;
  overflow-wrap: normal;
  margin-top: 40px;
  padding-bottom: 30px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 60px;
  line-height: 50px;
  text-decoration: none;
}

.div-block-18 {
  z-index: 2;
  opacity: 0;
  color: #e2e8f1;
  display: block;
  position: absolute;
  top: 0;
  overflow: visible;
}

.quick-stack-4 {
  grid-row-gap: 6px;
  padding-top: 100px;
}

.heading-11 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 20px;
}

.heading-12 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 20px;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.heading-12.heading-trust {
  display: flex;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 20px;
}

.image-6 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: block;
  position: static;
}

.div-block-20 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-7 {
  z-index: 2000;
  opacity: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 30%;
}

.image-8 {
  opacity: 0;
  display: block;
  position: absolute;
  inset: 0% 25% 0% auto;
}

.image-9 {
  opacity: 0;
}

.heading-14 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-size: 50px;
  line-height: 50px;
}

.paragraph-5 {
  text-align: center;
  letter-spacing: -.5px;
  padding-top: 20px;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 16px;
  line-height: 25px;
}

.text-span-2 {
  color: #1ca7a8;
  border-left: 2px solid #1ca7a8;
}

.text-span-4 {
  color: #e65100;
  -webkit-text-stroke-color: #333;
  text-shadow: 0 0 10px #1ca7a8d9;
}

.feature-trigger.block1 {
  pointer-events: auto;
  border-radius: 12px;
  padding: 10px 15px;
}

.feature-trigger.block1:hover {
  background-color: #eeeeee80;
}

.feature-trigger.block1:active {
  background-color: #eeec;
}

.feature-trigger.block1:focus {
  background-color: #0000;
}

.feature-trigger.block1.is-active {
  background-color: #eeeeeebf;
}

.feature-trigger.block2 {
  border-radius: 12px;
  padding: 10px 15px;
}

.feature-trigger.block2:hover {
  background-color: #eeeeee80;
}

.feature-trigger.block3 {
  border-radius: 12px;
  padding: 10px 15px;
}

.feature-trigger.block3:hover {
  background-color: #eeeeee80;
}

.feature-trigger.is-active {
  background-color: #eeeeeebf;
}

.feature-video {
  width: 100%;
  height: 100%;
}

.feature-video.video2, .feature-video.video3 {
  border-radius: 10px;
  display: block;
}

.feature-video.video1.is-active {
  position: absolute;
}

.feature-video.is-active.video1 {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.feature-video.video2, .feature-video.video3 {
  border-radius: 10px;
  display: block;
}

.div-block-21 {
  aspect-ratio: 16 / 9;
  position: relative;
}

.div-block-22 {
  aspect-ratio: 16 / 9;
  padding-bottom: 0;
  position: relative;
}

.feature2-trigger {
  padding-left: 15px;
}

.feature2-trigger.f2-block1 {
  padding: 10px 15px;
}

.feature2-trigger.f2-block3 {
  border-radius: 12px;
  padding: 10px 15px;
}

.feature2-trigger.f2-block3:hover {
  background-color: #eeeeee80;
}

.feature2-trigger.f2-block2 {
  border-radius: 12px;
  padding: 10px 15px;
}

.feature2-trigger.f2-block2:hover {
  background-color: #eeeeee80;
  border-radius: 12px;
}

.feature2-trigger.is-active {
  background-color: #eeeeeebf;
}

.feature2-trigger.is-active.f2-block1 {
  border-radius: 12px;
  padding: 10px 15px;
}

.feature2-trigger.is-active.f2-block1:hover {
  background-color: #eeeeee80;
  border-radius: 12px;
}

.feature2-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.feature2-video.f2-video1, .feature2-video.f2-video2, .feature2-video.f2-video3, .feature2-video.f2-video2, .feature2-video.f2-video3 {
  border-radius: 10px;
}

.heading-15 {
  color: #2d3958;
  letter-spacing: -2px;
  font-family: Inter, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.heading-16 {
  letter-spacing: -1px;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  line-height: 50px;
  display: flex;
}

.flex-offset {
  margin-right: -100vw;
  display: flex;
}

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

.full-page.is-horizontal-scroll-section {
  width: 70vw;
  padding-top: 50px;
}

.div-block-25 {
  aspect-ratio: 16 / 9;
  padding: 30px;
  position: relative;
  inset: 0%;
}

.sticky {
  width: 100%;
  height: 100dvh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mover {
  display: flex;
}

.height {
  height: 400dvh;
  position: relative;
}

.horizontal-scroll-wrap {
  padding-bottom: 100vh;
  font-family: Inter, Verdana, sans-serif;
}

.background-video-6 {
  width: 100%;
  height: 100%;
}

.play-pause-button-3 {
  inset: 0%;
}

.background-video-7 {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: relative;
}

.div-block-26 {
  aspect-ratio: 16 / 9;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.list {
  display: flex;
}

.button-login {
  color: #333;
  background-color: #0000;
  font-family: Inter, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button-login:hover {
  color: #178d8e;
}

.div-block-27 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 30px 15px 15px;
  display: flex;
}

.paragraph-usecases {
  text-align: center;
  font-family: Inter, Verdana, sans-serif;
  font-weight: 400;
}

.text-trust {
  text-align: center;
  font-family: Inter, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-block-10 {
  font-size: 15px;
  font-weight: 500;
}

.heading-28 {
  letter-spacing: -2px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.wrapper-div {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
  text-decoration: none;
}

.body-large.text-color-light {
  color: #d6d6d6;
  font-weight: 400;
}

.title-details {
  width: 100%;
  max-width: 980px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
}

.title-details.text-color-light {
  color: #d6d6d6;
}

.mini-section-heading {
  width: 100%;
}

.title-outer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.what-question {
  color: #fff;
  flex: 1;
  font-family: Inter, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.faq-section {
  color: #858585;
  background-color: #010303;
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-section.bg-teal {
  background-color: #0c5455;
  padding-top: 0;
}

.under-line {
  background-color: #66666680;
  width: 0%;
  height: 100%;
}

.plus-icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-top: 0;
}

.title-inner {
  grid-row-gap: 6px;
  text-transform: uppercase;
  flex-flow: column;
  display: flex;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 26px;
  padding-bottom: 0;
  display: flex;
}

.faq-div {
  width: 100%;
}

.under-liner-wrapper {
  background-color: #bebebe66;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.under-liner-wrapper.section-top {
  margin-bottom: 15px;
}

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  overflow: clip;
}

.text-white {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 600;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 30px 0 0;
  display: flex;
}

.question-block.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.container-11 {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.question-inner {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.faqs {
  border-bottom: 1px solid #bebebe;
  flex-direction: column;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.section-9 {
  background-image: linear-gradient(0deg, #0c5455 94%, #2c2c2c);
  padding-top: 150px;
  font-family: Inter, Verdana, sans-serif;
}

.modal-bg {
  background-color: #178d8e4a;
  display: block;
  position: absolute;
  inset: 0%;
}

.container-13 {
  max-width: 90%;
}

.container-14 {
  max-width: 80%;
}

.cell-17 {
  padding-bottom: 150px;
  display: block;
}

.field-label, .code-embed {
  font-family: Inter, Verdana, sans-serif;
}

.section-10 {
  font-family: Inter, Verdana, sans-serif;
  display: block;
}

.play-pause-button-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-15 {
  z-index: 4;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.div-block-37 {
  background-color: #000000a8;
  position: absolute;
  inset: 0%;
}

.div-block-38 {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-94 {
  width: 100%;
}

.div-block-39 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-40 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.image-95 {
  margin-bottom: -20px;
}

.slider {
  background-color: #0000;
  display: none;
}

.mobile-horizontal {
  display: none;
}

.div-block-43 {
  text-align: center;
  display: none;
}

.heading-32 {
  color: #f0f0f0;
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.688rem;
}

.text-span-6 {
  text-align: right;
  display: block;
}

.text-span-8 {
  letter-spacing: -1px;
}

.heading-35 {
  align-self: center;
}

.cell-18 {
  text-align: center;
  padding-bottom: 30px;
}

.image-96 {
  width: 100%;
  height: 100%;
}

.image-97 {
  width: 100%;
  max-width: 90%;
  height: 100%;
}

.image-98 {
  width: 100%;
  height: 100%;
}

.usecases-mobile {
  display: none;
}

.section-13 {
  padding-top: 20px;
}

.heading-36 {
  text-align: center;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2rem;
}

.heading-38 {
  text-align: center;
  margin-top: 0;
  font-weight: 400;
  line-height: 2rem;
}

.bold-text {
  letter-spacing: -.7px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.bold-text-2 {
  font-size: 1.8rem;
  font-weight: 700;
}

.playbook-card-wrapper {
  border: 1px solid #e2efef;
  border-radius: 32px;
  flex-flow: column;
  width: 33%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 24px 8px #0046460a;
}

.playbook-image-box {
  border-radius: 20px;
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.playbook-text-content {
  align-self: flex-start;
  height: 100%;
  padding-left: 8px;
}

.image-100 {
  border-radius: 10px;
  width: 100%;
}

.div-block-49 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.section-14 {
  width: 100%;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.playbook-description-text {
  letter-spacing: -.2px;
  font-size: 1rem;
}

@media screen and (min-width: 1920px) {
  .container-large-2 {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary {
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    left: auto;
    right: 80px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .heading-3 {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-4 {
    padding-bottom: 50px;
  }

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

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

  .background-video {
    object-fit: contain;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
  }

  .div-block-15, .div-block-16 {
    inset: 0% auto;
  }

  .nn-text {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .nn-heading {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .quick-stack-4 {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation, .lottie-animation-2, .lottie-animation-6 {
    height: auto;
  }

  .heading-16 {
    text-align: left;
    font-size: 2.5rem;
    line-height: 2.6rem;
  }

  .horizontal-scroll-wrap, .button-login {
    display: none;
  }

  .div-block-27 {
    width: 100%;
    height: 100%;
  }

  .basic-table, .premium-table {
    height: auto;
    min-height: auto;
  }

  .pro-table {
    height: auto;
    min-height: auto;
    transform: none;
  }

  .wrapper-div {
    grid-column-gap: 50px;
  }

  .faq-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section-10 {
    display: block;
  }

  .div-block-38 {
    aspect-ratio: 16 / 9;
    display: block;
  }

  .slider {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .feature-videos-mobile {
    width: 100%;
    height: 100%;
  }

  .feature-video-mobile-div {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
  }

  .mobile-horizontal {
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .slide-nav-horiz-mobile {
    display: none;
  }

  .text-span-6 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .heading-38 {
    line-height: 1rem;
  }

  .div-block-49 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-14 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: .75rem;
    line-height: 1rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .section {
    padding-bottom: 30px;
  }

  .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;
  }

  .lottie-animation-2 {
    height: auto;
    max-height: 270px;
  }

  .heading-15 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .pricing-table-monthly {
    flex-direction: column;
  }

  .basic-table {
    height: auto;
    min-height: auto;
  }

  .premium-table {
    height: auto;
  }

  .pro-content {
    padding-bottom: 0;
  }

  .pricing-section.rounded {
    display: none;
  }

  .pro-table {
    height: auto;
  }

  .pricing-table-yearlyy {
    flex-direction: column;
  }

  .premium-content, .basic-content {
    padding-bottom: 0;
  }

  .pricing-wrapper {
    display: none;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pricing-wrapper-2 {
    display: none;
  }

  .tab-pane {
    padding: 30px;
  }

  .pricing-grid-wrapper-mobile {
    display: block;
  }

  .feature-table {
    display: none;
  }

  .mobile-pricing {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .help {
    display: none;
  }

  .tab-standard {
    color: #fff;
    background-color: #0000;
    border: 1px solid #7b88a845;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-standard.w--current {
    color: #fff;
    background-color: #178d8e;
    border-color: #0000;
  }

  .discount {
    color: #fff;
  }

  .pricing-grid-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-div {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-stack-2 {
    padding: 60px 15px;
  }

  .container-13, .section-11 {
    display: none;
  }

  .slider {
    padding-bottom: 59px;
    display: block;
  }

  .process-line-container {
    align-items: flex-start;
  }

  .step-number {
    font-size: 6rem;
  }

  .cms-steps {
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .process-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: auto;
    margin-bottom: 3rem;
  }

  .process-circle {
    border-width: .3rem;
    width: 2rem;
    height: 2rem;
    margin-left: -.8rem;
  }

  .process-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: .25fr 1.25fr;
    grid-template-areas: "Line-1 Step-1"
                         "Line-2 Step-2"
                         "Line-3 Step-3"
                         "Line-4 Step-4"
                         "Line-5 Step-5";
  }

  .cell-18 {
    text-align: center;
  }

  .code-embed-3 {
    padding-top: 60px;
  }

  .playbook-card-wrapper {
    width: 30%;
    padding: 10px 0;
  }

  .playbook-image-box {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .playbook-text-content {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-100 {
    padding-left: 0;
  }

  .playbook-description-text {
    font-size: .9rem;
  }

  .heading-39 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: .9rem;
    line-height: 1.25rem;
  }

  p {
    font-size: .75rem;
    line-height: 1.05rem;
  }

  .button-primary {
    padding: 5px 7px;
    font-size: .625rem;
    line-height: .625rem;
    position: relative;
    inset: -30% auto auto 30%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .margin-bottom-24px {
    padding-top: 10px;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.1rem;
  }

  .hero-stack {
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 1.75rem;
    line-height: 1.75rem;
    display: block;
  }

  .heading.top {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading-3 {
    padding: 10px 10px 20px;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1rem;
  }

  .heading-4 {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .quick-stack-3 {
    position: relative;
  }

  .slider-desktop {
    display: none;
  }

  .heading-5 {
    font-size: .9rem;
  }

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

  .cell-2 {
    padding-bottom: 70px;
  }

  .section-2 {
    padding-top: 80px;
  }

  .section-3 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-nav {
    justify-content: center;
    align-items: flex-end;
    padding-top: 35px;
    display: block;
  }

  .heading-7 {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 40px;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .section-4 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .section-6 {
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-7 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .button-reg {
    padding: 10px;
    font-size: .9rem;
  }

  .section-8 {
    padding-top: 20px;
  }

  .heading-10 {
    font-size: 2.1rem;
    line-height: 2.2rem;
  }

  .cell-6, .cell-7 {
    padding-top: 30px;
  }

  .div-block-15, .div-block-16 {
    width: auto;
    inset: 0%;
  }

  .div-block-17 {
    width: auto;
  }

  .nn-text {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .nn-heading {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .quick-stack-4 {
    padding-top: 30px;
  }

  .heading-11, .heading-12.heading-trust, .heading-12.heading-trust, .heading-13 {
    font-size: .9rem;
  }

  .lottie-animation-3 {
    aspect-ratio: 16 / 9;
  }

  .lottie-animation-4 {
    aspect-ratio: 16 / 9;
    justify-content: center;
    align-items: flex-start;
  }

  .lottie-animation-5 {
    aspect-ratio: 16 / 9;
    height: 20%;
    max-height: 150px;
  }

  .paragraph-5 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .heading-15 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .heading-16 {
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .horizontal-scroll-wrap, .button-login {
    display: none;
  }

  .div-block-29 {
    flex-flow: row;
    justify-content: center;
    align-self: baseline;
    align-items: flex-end;
    display: flex;
  }

  .toggle-switch {
    width: 100%;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-span-5 {
    font-size: .5rem;
  }

  .yearly-button.yearly {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: center;
  }

  .tab-pane {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-table {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-pricing {
    font-size: 1rem;
  }

  .tab-standard {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-standard.w--current {
    background-color: #0000;
    border-color: #7b88a845;
  }

  .discount {
    color: #2d3958;
    font-size: 1rem;
  }

  .paragraph-usecases {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .text-trust {
    font-size: .75rem;
    line-height: 1rem;
  }

  .body-large {
    font-size: 16px;
  }

  .faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .container-13 {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .cell-17 {
    padding-bottom: 70px;
  }

  .section-10 {
    padding-top: 40px;
    padding-bottom: 70px;
    display: block;
  }

  .div-block-38 {
    display: none;
  }

  .section-11 {
    max-width: 100%;
    display: none;
  }

  .image-94 {
    width: 70%;
    max-width: 80%;
  }

  .container-16 {
    max-width: 100%;
  }

  .slide-mobile {
    height: 100%;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    inset: 0%;
  }

  .paragraph-9, .heading-30 {
    text-align: center;
  }

  .paragraph-10 {
    text-align: center;
    font-size: .9rem;
    font-weight: 400;
  }

  .paragraph-11, .heading-31 {
    text-align: center;
  }

  .slider-mobile {
    background-color: #0000;
    height: 400px;
    display: block;
  }

  .slide-nav-2, .right-arrow, .left-arrow {
    display: none;
  }

  .div-block-41 {
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    display: flex;
  }

  .slider {
    background-color: #0000;
    width: 100%;
    height: 100%;
    display: block;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .feature-videos-mobile {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .feature-video-mobile-div {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .feature-slide-mobile {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Inter, Verdana, sans-serif;
  }

  .mask {
    width: 100%;
    height: 100%;
  }

  .mobile-horizontal {
    padding-top: 80px;
    padding-bottom: 40px;
    display: block;
  }

  .slide-nav-mobile, .slide-nav-horiz-mobile {
    display: none;
  }

  .code-embed-2 {
    max-width: 100%;
  }

  .container-core {
    padding-left: 50px;
    padding-right: 50px;
  }

  .body-2 {
    max-width: 100%;
  }

  .step-number {
    font-size: 4rem;
  }

  .cms-steps {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-47 {
    text-align: center;
    padding-bottom: 50px;
  }

  .usecases-mobile {
    display: block;
  }

  .div-block-48 {
    padding: 20px;
  }

  .heading-36 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading-38 {
    line-height: .7rem;
  }

  .bold-text {
    line-height: 1rem;
  }

  .bold-text-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .playbook-card-wrapper {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .div-block-49 {
    flex-flow: column;
    max-width: 100%;
    padding-left: 0;
    padding-right: 20px;
  }
}

#w-node-fd975eda-926d-67b4-174c-0383d9651d49-9f56c2e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0f37ee02-c52a-ad33-2f44-68e064d8ddcf-9f56c2e9 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_6cd9de54-0d7e-2392-7fbd-6c59c7ed1720-9f56c2e9 {
  grid-row: span 3 / span 3;
}

#w-node-_08ae0eb8-fe9c-365f-98c0-3edaf6cf56e1-9f56c2e9 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-c7c0e3b5-0729-e4f9-fe0b-c9d1311dbb15-9f56c2e9 {
  grid-row: span 3 / span 3;
}

#w-node-dd0d8bd0-888e-a0bf-4876-c75f0247b3b2-9f56c2e9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .25fr;
}

#w-node-b55fd7ed-3ee2-e668-6fb5-5d8ad882ce40-d882ce3a, #w-node-b55fd7ed-3ee2-e668-6fb5-5d8ad882ce49-d882ce3a, #w-node-b55fd7ed-3ee2-e668-6fb5-5d8ad882ce54-d882ce3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-fd975eda-926d-67b4-174c-0383d9651d49-9f56c2e9 {
    display: none;
  }

  #w-node-_0f37ee02-c52a-ad33-2f44-68e064d8ddcf-9f56c2e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6cd9de54-0d7e-2392-7fbd-6c59c7ed1720-9f56c2e9 {
    grid-row: span 3 / span 3;
  }

  #w-node-_08ae0eb8-fe9c-365f-98c0-3edaf6cf56e1-9f56c2e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-c7c0e3b5-0729-e4f9-fe0b-c9d1311dbb15-9f56c2e9 {
    grid-row: span 3 / span 3;
  }

  #w-node-dd0d8bd0-888e-a0bf-4876-c75f0247b3b2-9f56c2e9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }
}
