:root {
  --kütüp-library--burntsienna: #e76f51;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--dim-grey: #6e6e6e;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item {
  justify-content: center;
  align-items: stretch;
  padding: 0 28px;
  display: flex;
}

.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1511px;
  height: 100%;
  min-height: 882px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 69px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container.container-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  max-width: 1167px;
}

.container.container-hero {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 615px;
}

.container-2 {
  width: 0;
  max-width: 410px;
  max-height: 273px;
  margin-left: 0;
  margin-right: 0;
}

.core-features {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 73px;
  padding-bottom: 67px;
  display: flex;
}

.heading {
  text-align: center;
}

.heading.heading-2 {
  color: #240d02;
  font-size: 50px;
  line-height: 110%;
}

.heading.heading-2.desk {
  color: #333;
  max-width: 700px;
  margin-bottom: 16px;
  font-size: 56px;
}

.heading.heading-2.mobi {
  display: none;
}

.heading.heading-3.heading-black {
  color: #333;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 120%;
}

.slider {
  width: 100%;
}

.flex-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
}

.image {
  width: 24px;
  height: 24px;
}

.features-color {
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 9px 19px 0;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #f9f9f9;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 59px;
  padding-bottom: 67px;
}

.flex-block-3 {
  color: #333;
  justify-content: center;
  align-items: center;
  max-width: 840px;
}

.paragraph {
  color: #333;
  text-align: center;
  margin-bottom: 27px;
  font-size: 20px;
  line-height: 140%;
}

.flex-block-4 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.div-block {
  background-image: url('../images/yellow.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
}

.div-block.blue {
  background-image: url('../images/blue.webp');
}

.div-block.pink {
  background-image: url('../images/pink.webp');
}

.div-block.gray {
  background-image: url('../images/gray.webp');
}

.div-block.yellow {
  pointer-events: auto;
  cursor: pointer;
  background-image: url('../images/halo-yellow.webp');
  background-position: 20% 40%;
  background-size: auto;
  background-attachment: scroll;
  border: 4px solid #e6e6e6;
  border-radius: 50px;
}

.div-block.yellow:where(.w-variant-ba349f45-1476-b5c8-4d4d-e3e19936c052) {
  background-image: url('../images/halo-blue.webp');
}

.div-block.yellow:where(.w-variant-af076082-a7ea-45c4-51b4-c921848f95e3) {
  background-image: url('../images/halo-pink.webp');
}

.div-block.yellow:where(.w-variant-1cbd9fea-b640-1ea9-fa76-89127ffa7b89) {
  background-image: url('../images/halo-gray.webp');
}

.div-block-2, .div-block-3 {
  width: 70px;
}

.testimonial {
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 79px 80px;
  display: none;
}

.testimonial.test {
  display: none;
}

.testimonial.lightbox {
  flex-flow: column;
  display: flex;
}

.flex-block-5 {
  aspect-ratio: 16 / 9;
  background-image: url('../images/getting-started-img.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1511px;
  height: 600px;
  padding-left: 43px;
}

.flex-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.flex-block-7 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
}

.image-2 {
  width: 73px;
  height: 73px;
}

.flex-block-8 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  max-width: 393px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-3 {
  z-index: auto;
  vertical-align: top;
  width: 56px;
  height: 56px;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonials {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 111px;
  display: flex;
}

.flex-block-9 {
  justify-content: flex-start;
  align-items: center;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 55px;
  font-size: 20px;
}

.paragraph-2.desktop {
  color: #333;
}

.paragraph-2.desktop.testimonials {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-2.mobile {
  display: none;
}

.comp-chart {
  color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.pricing {
  color: #000;
  background-color: #faf9f9;
  padding: 100px 75px;
}

.flex-block-13 {
  color: #240d02;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.flex-block-14 {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-15 {
  justify-content: flex-start;
  align-items: center;
  width: 220px;
}

.flex-block-15.halo-column {
  background-color: #2f93f3;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: auto;
  min-width: 220px;
}

.row-76px {
  justify-content: center;
  align-items: flex-start;
  height: 76px;
}

.row-76px.full-width {
  color: #333;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 89px;
}

.row-76px.full-width.y-stroke {
  color: #333;
  border-top: 1px solid #00000014;
  border-bottom: 1px solid #00000014;
  justify-content: center;
  align-items: flex-start;
  height: 89px;
}

.row-76px.full-width.top-stroke {
  color: #333;
  border-top: 1px solid #00000014;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 76px;
  height: 89px;
  padding-right: 20px;
}

.row-76px.full-width.bottom-stroke {
  border-bottom: 1px solid #00000014;
}

.row-76px.image-column-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 89px;
}

.row-76px.image-column-full-width.top-stroke {
  color: #333;
  border-top: 1px solid #00000014;
  height: 89px;
}

.row-76px.image-column-full-width.y-stroke {
  color: #333;
  border-top: 1px solid #00000014;
  border-bottom: 1px solid #00000014;
  height: 89px;
}

.row-76px.image-column-full-width.bottom-stroke {
  border-bottom: 1px solid #00000014;
}

.row-title-84px {
  justify-content: center;
  align-items: center;
  height: 84px;
}

.row-title-84px.full-width {
  width: 100%;
}

.row-title-84px.full-width.halo-title {
  color: #fff;
  text-align: center;
  height: 98px;
  font-size: 32px;
}

.row-title-84px.full-width.top-stroke {
  border-top: 1px solid #00000014;
}

.row-title-84px.full-width.y-stroke {
  border-top: 1px solid #00000014;
  border-bottom: 1px solid #00000014;
}

.row-title-84px.full-width.bottom-stroke {
  border-bottom: 1px solid #00000014;
}

.row-title-84px.full-width.brand-title {
  color: #333;
  height: 98px;
  font-size: 20px;
}

.heading-3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 64px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.heading-3.heading-black {
  margin-bottom: 10px;
}

.heading-3.white {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.list-p {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 140%;
}

.halo-table {
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 110%;
}

.table-title {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 110%;
}

.flex-block-19 {
  color: #333;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1167px;
  height: 100%;
  min-height: 396px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 51px;
}

.flex-block-20.top-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
}

.flex-block-20.bottom-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #e9e7e6;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
}

.flex-block-21 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.heading-5 {
  font-size: 20px;
  line-height: 110%;
}

.paragraph-3 {
  color: #33333380;
  line-height: 160%;
}

.flex-block-23 {
  color: #333;
}

.paragraph-1 {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-1.desktop {
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-1.desktop.hero-p {
  display: flex;
}

.flex-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-bottom: 36px;
}

.button {
  color: #333;
  cursor: pointer;
  background-color: #fcd62d;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  width: 179px;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: #ffe057;
}

.button.explore {
  width: 129px;
}

.button.shop {
  color: #333;
}

.button.shop:where(.w-variant-2a173a43-ed0a-475a-9c0d-922e440ed93f) {
  display: none;
}

.button.shop:where(.w-variant-af891afc-6e45-41d7-e761-b325bd5ffcb4) {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.body {
  font-family: Inter, sans-serif;
}

.text-block-2 {
  color: #333;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}

.text-block-3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}

.slide {
  background-image: linear-gradient(#00000026, #00000026), url('../images/7.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.slide-1 {
  background-image: linear-gradient(#0000, #0000), url('../images/7.webp');
  background-position: 0 0, 50%;
}

.slide.slide-2 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/1.webp');
  background-position: 0 0, 50%;
}

.slide.slide-3 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/9.webp');
  background-position: 0 0, 50%;
}

.slide.slide-4 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/8.webp');
  background-position: 0 0, 50%;
}

.image-9 {
  color: #333;
  width: 24px;
  height: 24px;
}

.image-10 {
  display: none;
}

.image-10.yellow, .image-10.blue, .image-10.pink, .image-10.gray {
  display: inline-flex;
}

.image-11 {
  width: 73px;
}

.image-12 {
  width: 42px;
}

.image-13 {
  width: 14px;
}

.image-13.desktop {
  color: #333;
  width: 16px;
}

.image-13.desktop.chart-img {
  display: block;
}

.image-13.mobile {
  width: 16px;
}

.image-14 {
  width: 42px;
}

.image-15 {
  height: 32px;
  line-height: 19px;
}

.image-16 {
  height: 42px;
}

.image-17 {
  aspect-ratio: 1;
  object-fit: fill;
  border-radius: 8px;
  width: 124px;
  margin-right: 8px;
}

.flex-block-25 {
  color: #333;
  justify-content: center;
  align-items: flex-start;
}

.text-block-4 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 140%;
}

.text-block-4.strike-through {
  color: #33333380;
  -webkit-text-stroke-color: #9f9f9f;
  text-decoration: line-through;
}

.image-18 {
  height: 32px;
}

.heading-7 {
  color: #333;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 120%;
}

.h1 {
  color: #fff;
  letter-spacing: -3px;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

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

.logo-block {
  color: #000;
  justify-content: center;
  align-items: center;
  max-width: 161px;
}

.navbar-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: center;
  align-items: center;
}

.navbar-menu.menu-lp.navbar-desktop-light-menu-item {
  color: #fff;
}

.menu-item {
  color: #000;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 400;
  text-decoration: none;
}

.menu-item:hover {
  color: #fbd631;
}

.menu-item.listicle-menu {
  color: #000;
}

.menu-item.menu-light, .menu-item.menu-light.menu-item-light {
  color: #fff;
}

.navbar {
  z-index: 15;
  color: #fff;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.lottie-animation.hamburger-menu {
  display: none;
}

.code-embed {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: fill;
  border-radius: 12px;
  width: 300px;
  height: auto;
  max-height: none;
  overflow: visible;
}

.link-block {
  cursor: pointer;
  text-decoration: none;
  display: none;
}

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

.tabs {
  display: none;
}

.flex-block-26 {
  border-radius: 0;
  flex: 0 auto;
}

.text-block-5 {
  color: #333;
  line-height: 160%;
}

.section {
  background-image: url('../images/1_2.webp');
  background-position: 100%;
  background-size: cover;
}

.container-3 {
  margin-left: 0;
  margin-right: 0;
}

.container-4 {
  display: none;
}

.swiper.core-features {
  width: 100%;
}

.swiper.swiper-features {
  z-index: 2;
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.swiper-slide {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  height: 516px;
}

.text-block-6 {
  color: #fff;
  font-size: 28px;
  position: absolute;
  top: 1298px;
  bottom: 1298px;
  left: 120px;
}

.image-19, .swiper-slide-image {
  border-radius: 12px;
}

.swiper-slide-image.desk {
  object-fit: fill;
}

.swiper-slide-image.mob, .swiper-slide-image.small {
  display: none;
}

.swiper-slide-title {
  aspect-ratio: auto;
  color: #fff;
  text-align: left;
  mix-blend-mode: normal;
  object-fit: fill;
  font-size: 20px;
  line-height: 100%;
  position: absolute;
  top: 150%;
  left: 15%;
  right: 15%;
}

.link-block-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tab-link-tab-1 {
  border-radius: 50px;
}

.tab-link-tab-1.w--current, .tab {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.tab.tab-1.w--current {
  background-image: url('../images/yellow_1.webp');
  background-size: contain;
  border: 3px solid #2f93f3;
}

.tab.tab-4 {
  background-image: url('../images/gray.webp');
  background-position: 50% 10%;
  background-size: contain;
}

.tab.tab-3 {
  background-image: url('../images/pink.webp');
  background-position: 50% 10%;
  background-size: contain;
}

.tab.tab-2 {
  background-image: url('../images/blue.webp');
  background-position: 50% 10%;
  background-size: contain;
}

.tab.tab-3 {
  background-image: url('../images/3_1.webp');
  background-position: 80% 20%;
  background-repeat: no-repeat;
  background-size: 725px;
  border: 4px solid #e5e5e5;
}

.tab.tab-3.w--current {
  border: 4px solid #2f93f3;
}

.tab.tab-4 {
  background-image: url('../images/4_1.webp');
  background-position: 80% 20%;
  background-repeat: no-repeat;
  background-size: 725px;
  border: 4px solid #e5e5e5;
}

.tab.tab-4.w--current {
  border: 4px solid #2f93f3;
}

.tab.tab-5 {
  background-image: url('../images/h4-carousel-blaze.webp');
  background-position: 70% 10%;
  background-repeat: no-repeat;
  background-size: 725px;
  border: 4px solid #e5e5e5;
}

.tab.tab-5.w--current {
  border-color: #2f93f3;
}

.tab.tab-1 {
  background-image: url('../images/yellow_1.webp');
  background-position: 50% 10%;
  background-size: contain;
}

.tab.tab-1.w--current {
  background-image: url('../images/1_4.webp');
  background-position: 80% 20%;
  background-repeat: no-repeat;
  background-size: 725px;
  border: 4px solid #2f93f3;
}

.tab.tab-2 {
  background-image: url('../images/2_2.webp');
  background-position: 80% 20%;
  background-repeat: no-repeat;
  background-size: 725px;
  border: 4px solid #e5e5e5;
}

.tab.tab-2.w--current {
  border: 4px solid #2f93f3;
}

.tabs-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  margin-bottom: 15px;
}

.tabs-menu-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  padding-left: 43px;
  display: flex;
}

.image-20, .image-21 {
  width: 56px;
}

.play-pause-button {
  inset: 2% 1% auto auto;
}

.div-block-5 {
  position: absolute;
  inset: 0%;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6.desktop {
  margin-bottom: 16px;
  display: flex;
}

.div-block-6.mobile {
  margin-bottom: 16px;
  display: none;
}

.div-block-7 {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
  position: fixed;
  inset: 25% 0% 0% 25%;
}

.youtube-2 {
  aspect-ratio: 3 / 2;
  object-fit: fill;
}

.div-block-8 {
  z-index: 10;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-2.desktop {
  margin-bottom: 0;
  display: flex;
}

.code-embed-2.mobile {
  margin-bottom: 0;
}

.color-map-2, .color-map-3, .color-map-4 {
  display: flex;
}

.div-block-9 {
  z-index: 10;
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.youtube-3 {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 200px;
  display: flex;
  position: relative;
}

.popup-video {
  aspect-ratio: 3 / 2;
  width: 500px;
  height: 300px;
}

.div-block-10 {
  z-index: 11;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  max-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-2 {
  width: 500px;
  height: 300px;
}

.desktop {
  max-width: 1167px;
  display: none;
}

.mobile {
  display: none;
}

.div-block-11 {
  width: 56px;
  position: absolute;
  top: 3199.36px;
  left: 1083px;
}

.flex-block-27 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1511px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-dot {
  background-color: #c4cad4;
  border-radius: 4px;
  width: 4px;
  height: 4px;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.row-small.row-center {
  justify-content: flex-start;
  align-items: center;
}

.grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.blog-post-image {
  aspect-ratio: 8.4 / 4.8;
  border-radius: 24px;
  overflow: hidden;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.row-x-small.row-center {
  justify-content: flex-start;
  align-items: center;
}

.paragraph-regular {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-regular.text-weight-semibold {
  font-weight: 600;
}

.subheading-large {
  color: #22272f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.subheading-x-small {
  color: #22272f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.subheading-x-small.text-color-red-500 {
  color: #e57361;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.section-regular.background-off-white {
  background-color: #f6f5f3;
}

.blog-author-large {
  background-color: #f3f4f6;
  border: 1px solid #f3f4f6;
  border-radius: 99px;
  flex: none;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.blog-post {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.rich-text {
  margin-left: auto;
  margin-right: auto;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.h3-heading {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.h3-heading.text-color-gray-900 {
  color: #22272f;
  font-family: Inter, sans-serif;
}

.h3-heading.text-color-gray-900.big-headline {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 54px;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.h4-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.blog-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #454f5f;
  border: 1px solid #dce0e5;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  text-decoration: none;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
}

.blog-card-outline:hover {
  background-color: #fff;
  box-shadow: 0 2px 8px #c4cad43d;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.blog-image-small {
  aspect-ratio: auto;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px #c4cad43d;
}

.column-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-small {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.blog-back-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #5e53a2;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: transform .3s;
  display: flex;
}

.blog-back-button:hover {
  transform: translate(-4px);
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.subheading-small {
  color: #22272f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.paragraph-x-small {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.blog-author {
  background-color: #f3f4f6;
  border: 1px solid #f3f4f6;
  border-radius: 99px;
  flex: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.container-small {
  z-index: 1;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-dot-large {
  background-color: #c4cad4;
  border-radius: 4px;
  width: 8px;
  height: 8px;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large.column-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.code-embed-3 {
  display: none;
}

.row-space-between {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.row-space-between.child-wrap {
  flex-flow: wrap;
}

.blog-social-link {
  color: #7d8ba1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.blog-social-link:hover {
  color: #22272f;
}

.faq {
  color: #fff;
  background-color: #2f93f3;
  justify-content: center;
  align-items: center;
  padding-top: 121.5px;
  padding-bottom: 136.5px;
  display: flex;
}

.final-carousel {
  display: none;
}

.flex-block-28 {
  justify-content: center;
  align-items: center;
  display: none;
}

.flex-block-29 {
  justify-content: center;
  align-items: center;
}

.heading-8 {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.kutup-section {
  background-color: #0000;
  padding: 90px 5%;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-display-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 694px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-small-top-text {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-faq-content {
  text-align: left;
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.kutup-faq-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.kutup-stripe-1 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.kutup-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.kutup-faq-wrapper {
  cursor: pointer;
  border-bottom: .5px solid #c9c0ad;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-faq-wrapper.last-child {
  border-bottom-style: none;
}

.kutup-faq-componenet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kutup-faq-title-content {
  text-align: left;
  flex: 1;
  max-width: 650px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kutup-faq-title {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.kutup-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.kutup-faq-top-part {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.kutup-faq-plus-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.kutup-paragraph {
  color: #fff;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-22 {
  object-fit: cover;
  width: 100%;
  min-height: 843px;
}

.slider-2 {
  min-height: 843px;
}

.slide-nav {
  display: none;
}

.mask-2 {
  min-height: 843px;
}

.slide-3 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/7.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 843px;
}

.icon {
  display: none;
}

.image-23 {
  max-width: 48px;
  margin-top: auto;
  margin-bottom: auto;
}

.left-arrow, .right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-5 {
  flex-flow: column;
  display: flex;
}

.flex-block-30 {
  background-image: url('../images/1_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.flex-block-31 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  height: 735px;
}

.flex-block-32 {
  background-image: url('../images/2.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 373px;
  height: 735px;
  padding-top: 35px;
  padding-left: 24px;
}

.flex-block-33 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.flex-block-34 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  min-height: 360px;
}

.flex-block-35 {
  background-image: url('../images/5.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 351px;
  padding-top: 96px;
  padding-left: 24px;
}

.flex-block-36 {
  background-image: url('../images/3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.flex-block-37 {
  background-image: url('../images/4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.heading-9 {
  color: #333;
  max-width: 427px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

.heading-9.white {
  color: #fff;
  max-width: 340px;
  margin-bottom: 8px;
  font-size: 36px;
}

.heading-9.small {
  max-width: 317px;
  margin-bottom: 8px;
  font-size: 36px;
}

.paragraph-4 {
  color: #333;
  max-width: 386px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-4.white {
  color: #fff;
  max-width: 335px;
}

.flex-block-38 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.image-24 {
  display: block;
}

.image-25 {
  display: none;
}

.image-26 {
  max-width: 1167px;
}

.code-embed-4 {
  width: 100%;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  width: 13%;
  height: 40px;
}

.footer-section {
  padding: 80px 5% 64px;
  position: relative;
}

.column-x-large-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.footer-legal-link {
  color: #6b7280;
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: color .3s;
}

.footer-legal-link:hover {
  color: #000;
}

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

.legal-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph-x-small-2 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.social-link {
  color: #9ca3b0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: color .3s;
  display: flex;
}

.social-link:hover {
  color: #030711;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.divider-gray-200 {
  background-color: #e5e7eb;
  width: 100%;
  height: 1px;
}

.footer-legal-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  color: #030711b0;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-link:hover {
  color: #913b8b;
}

.footer-link.label-footer {
  font-size: 17px;
  font-weight: 500;
}

.image-27 {
  max-width: 180px;
}

.paragraph-5 {
  color: #333;
  max-width: 386px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-5.white {
  color: #fff;
  max-width: 335px;
}

.flex-block-39 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.flex-block-40 {
  background-image: url('../images/4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.flex-block-41 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  min-height: 360px;
}

.flex-block-42 {
  background-image: url('../images/2.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 373px;
  height: 735px;
  padding-top: 35px;
  padding-left: 24px;
}

.flex-block-43 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  height: 735px;
}

.image-28 {
  color: #333;
  width: 24px;
  height: 24px;
}

.flex-block-44 {
  background-image: url('../images/3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.container-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-6.container-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  max-width: 1167px;
}

.flex-block-45 {
  background-image: url('../images/1_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.code-embed-5 {
  display: none;
}

.core-features-2 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 73px;
  padding-bottom: 67px;
  display: flex;
}

.heading-10 {
  text-align: center;
}

.heading-10.heading-2 {
  color: #240d02;
  font-size: 50px;
  line-height: 110%;
}

.heading-10.heading-2.desk {
  color: #333;
  max-width: 700px;
  font-size: 56px;
}

.flex-block-46 {
  background-image: url('../images/5.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 351px;
  padding-top: 96px;
  padding-left: 24px;
}

.text-block-7 {
  color: #333;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}

.heading-11 {
  color: #333;
  max-width: 427px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

.heading-11.small {
  max-width: 317px;
  margin-bottom: 8px;
  font-size: 36px;
}

.heading-11.white {
  color: #fff;
  max-width: 340px;
  margin-bottom: 8px;
  font-size: 36px;
}

.link-block-3 {
  cursor: pointer;
  text-decoration: none;
  display: none;
}

.paragraph-6 {
  color: #333;
  max-width: 386px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-6.white {
  color: #fff;
  max-width: 335px;
}

.flex-block-47 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.flex-block-48 {
  background-image: url('../images/4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.flex-block-49 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  min-height: 360px;
}

.flex-block-50 {
  background-image: url('../images/2.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 373px;
  height: 735px;
  padding-top: 35px;
  padding-left: 24px;
}

.flex-block-51 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  height: 735px;
}

.image-29 {
  color: #333;
  width: 24px;
  height: 24px;
}

.flex-block-52 {
  background-image: url('../images/3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-7.container-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  max-width: 1167px;
}

.flex-block-53 {
  background-image: url('../images/1_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.code-embed-6 {
  display: none;
}

.core-features-3 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 73px;
  padding-bottom: 67px;
  display: flex;
}

.heading-12 {
  text-align: center;
}

.heading-12.heading-2 {
  color: #240d02;
  font-size: 50px;
  line-height: 110%;
}

.heading-12.heading-2.desk {
  color: #333;
  max-width: 700px;
  font-size: 56px;
}

.flex-block-54 {
  background-image: url('../images/5.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 351px;
  padding-top: 96px;
  padding-left: 24px;
}

.text-block-8 {
  color: #333;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}

.heading-13 {
  color: #333;
  max-width: 427px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

.heading-13.small {
  max-width: 317px;
  margin-bottom: 8px;
  font-size: 36px;
}

.heading-13.white {
  color: #fff;
  max-width: 340px;
  margin-bottom: 8px;
  font-size: 36px;
}

.link-block-4 {
  cursor: pointer;
  text-decoration: none;
  display: none;
}

.flex-block-55 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  height: 735px;
}

.core-features-4 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 73px;
  padding-bottom: 67px;
  display: flex;
}

.flex-block-56 {
  background-image: url('../images/3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.flex-block-57 {
  background-image: url('../images/1_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-8.container-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  max-width: 1167px;
}

.heading-14 {
  text-align: center;
}

.heading-14.heading-2 {
  color: #240d02;
  font-size: 50px;
  line-height: 110%;
}

.heading-14.heading-2.desk {
  color: #333;
  max-width: 700px;
  font-size: 56px;
}

.flex-block-58 {
  background-image: url('../images/4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.heading-15 {
  color: #333;
  max-width: 427px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

.heading-15.white {
  color: #fff;
  max-width: 340px;
  margin-bottom: 8px;
  font-size: 36px;
}

.heading-15.small {
  max-width: 317px;
  margin-bottom: 8px;
  font-size: 36px;
}

.text-block-9 {
  color: #333;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}

.flex-block-59 {
  background-image: url('../images/5.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 351px;
  padding-top: 96px;
  padding-left: 24px;
}

.flex-block-60 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.image-30 {
  color: #333;
  width: 24px;
  height: 24px;
}

.flex-block-61 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  min-height: 360px;
}

.code-embed-7 {
  width: 100%;
  height: 100%;
  display: none;
}

.flex-block-62 {
  background-image: url('../images/2.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 373px;
  height: 735px;
  padding-top: 35px;
  padding-left: 24px;
}

.paragraph-7 {
  color: #333;
  max-width: 386px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-7.white {
  color: #fff;
  max-width: 335px;
}

.code-embed-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-8.mobile {
  margin-bottom: 0;
}

.code-embed-8.desktop {
  margin-bottom: 0;
  display: flex;
}

.testimonials-2 {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 111px;
  display: flex;
}

.image-31 {
  color: #333;
  width: 24px;
  height: 24px;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12.desktop {
  margin-bottom: 16px;
  display: flex;
}

.div-block-12.mobile {
  margin-bottom: 16px;
  display: none;
}

.flex-block-63 {
  justify-content: flex-start;
  align-items: center;
}

.text-block-10 {
  color: #333;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}

.paragraph-8 {
  text-align: center;
  margin-bottom: 55px;
  font-size: 20px;
}

.paragraph-8.desktop {
  color: #333;
}

.paragraph-8.desktop.testimonials-2 {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-block-5 {
  cursor: pointer;
  text-decoration: none;
  display: none;
}

.heading-16 {
  color: #333;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 120%;
}

.flex-block-64 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  height: 735px;
}

.flex-block-65 {
  background-image: url('../images/1_3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 373px;
  height: 735px;
  padding-top: 35px;
  padding-left: 24px;
}

.core-features-5 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 73px;
  padding-bottom: 67px;
  display: flex;
}

.flex-block-66 {
  background-image: url('../images/3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.link-block-6 {
  cursor: pointer;
  text-decoration: none;
  display: none;
}

.flex-block-67 {
  background-image: url('../images/1_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.container-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-9.container-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  max-width: 1167px;
}

.container-9.container-hero {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 615px;
}

.heading-17 {
  text-align: center;
}

.heading-17.heading-2 {
  color: #240d02;
  font-size: 50px;
  line-height: 110%;
}

.heading-17.heading-2.desk {
  color: #333;
  max-width: 700px;
  font-size: 56px;
}

.flex-block-68 {
  background-image: url('../images/4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.heading-18 {
  color: #333;
  max-width: 427px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

.heading-18.white {
  color: #fff;
  max-width: 340px;
  margin-bottom: 8px;
  font-size: 36px;
}

.heading-18.small {
  max-width: 317px;
  margin-bottom: 8px;
  font-size: 36px;
}

.text-block-11 {
  color: #333;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}

.flex-block-69 {
  background-image: url('../images/5.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 351px;
  padding-top: 96px;
  padding-left: 24px;
}

.flex-block-70 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.image-32 {
  color: #333;
  width: 24px;
  height: 24px;
}

.flex-block-71 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  min-height: 360px;
}

.code-embed-9 {
  width: 100%;
  height: 100%;
  display: none;
}

.tabs-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-72 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.flex-block-73 {
  color: #333;
  justify-content: center;
  align-items: center;
  max-width: 840px;
}

.heading-19 {
  text-align: center;
}

.heading-19.heading-3.heading-black {
  color: #333;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 120%;
}

.heading-19.heading-2 {
  color: #240d02;
  font-size: 50px;
  line-height: 110%;
}

.heading-19.heading-2.desk {
  color: #333;
  max-width: 700px;
  font-size: 56px;
}

.paragraph-9 {
  color: #333;
  text-align: center;
  margin-bottom: 27px;
  font-size: 20px;
  line-height: 140%;
}

.flex-block-74 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #f9f9f9;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 59px;
  padding-bottom: 67px;
}

.flex-block-75 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1511px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  display: flex;
}

.button-2 {
  color: #333;
  cursor: pointer;
  background-color: #fcd62d;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  width: 179px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  background-color: #ffe057;
}

.button-2.shop {
  color: #333;
  font-family: Inter, sans-serif;
}

.button-2.shop.full {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.paragraph-10 {
  font-size: 18px;
}

.paragraph-10.subcopy-desktop {
  text-align: left;
  margin-bottom: 24px;
  font-size: 22px;
}

.paragraph-10.mobile-subcopy {
  font-family: Inter, sans-serif;
  line-height: 24px;
}

.paragraph-10.headline-subcopy {
  font-size: 22px;
}

.paragraph-10.headline-subcopy.headline-subcopy-mobile {
  font-family: Inter, sans-serif;
  font-size: 21px;
}

.section-2 {
  margin-top: 140px;
}

.section-2.desktop-padding {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 64px;
  display: flex;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.container-10.main-title {
  flex-flow: column;
  display: block;
}

.container-10.main-title.desktop-padding {
  margin-bottom: 0;
}

.image-33 {
  width: 42px;
}

.heading-20 {
  color: #333;
  margin-top: 0;
  margin-bottom: 64px;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.image-34 {
  width: 14px;
}

.image-34.mobile {
  width: 16px;
}

.image-34.desktop {
  color: #333;
  width: 16px;
}

.image-34.desktop.chart-img {
  display: block;
}

.flex-block-77 {
  color: #240d02;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.image-35 {
  width: 42px;
}

.flex-block-78 {
  justify-content: flex-start;
  align-items: center;
  width: 220px;
}

.flex-block-78.halo-column {
  background-color: #2f93f3;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: auto;
  min-width: 220px;
}

.flex-block-79 {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-80 {
  color: #333;
}

.image-36 {
  height: 32px;
  line-height: 19px;
}

.container-11 {
  display: none;
}

.image-37 {
  height: 32px;
}

.flex-block-82 {
  color: #333;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1167px;
  height: 100%;
  min-height: 396px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 51px;
}

.container-12 {
  margin-left: 0;
  margin-right: 0;
}

.image-39 {
  aspect-ratio: 1;
  object-fit: fill;
  border-radius: 8px;
  width: 124px;
  margin-right: 8px;
}

.heading-21 {
  color: #333;
  margin-top: 0;
  margin-bottom: 64px;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.heading-21.heading-black {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
}

.paragraph-11 {
  color: #33333380;
  font-family: Inter, sans-serif;
  line-height: 160%;
}

.flex-block-83 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.heading-22 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 110%;
}

.text-block-12 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 140%;
}

.text-block-12.strike-through {
  color: #33333380;
  -webkit-text-stroke-color: #9f9f9f;
  text-decoration: line-through;
}

.flex-block-84 {
  color: #333;
  justify-content: center;
  align-items: flex-start;
}

.text-block-13 {
  color: #333;
  font-family: Inter, sans-serif;
  line-height: 160%;
}

.image-40 {
  height: 42px;
}

.flex-block-85.bottom-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #e9e7e6;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
}

.flex-block-85.top-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
}

.tabs-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-86 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.flex-block-87 {
  color: #333;
  justify-content: center;
  align-items: center;
  max-width: 840px;
}

.tabs-menu-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  color: #333;
  cursor: pointer;
  background-color: #fcd62d;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  width: 179px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-3:hover {
  background-color: #ffe057;
}

.button-3.explore {
  width: 129px;
}

.flex-block-88 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #f9f9f9;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 59px;
  padding-bottom: 67px;
}

.tabs-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-89 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.flex-block-90 {
  color: #333;
  justify-content: center;
  align-items: center;
  max-width: 840px;
}

.tabs-menu-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  color: #333;
  cursor: pointer;
  background-color: #fcd62d;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  width: 179px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-4:hover {
  background-color: #ffe057;
}

.button-4.explore {
  width: 129px;
}

.flex-block-91 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #f9f9f9;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 59px;
  padding-bottom: 67px;
}

.flex-block-92 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.flex-block-93 {
  color: #333;
  justify-content: center;
  align-items: center;
  max-width: 840px;
}

.button-5 {
  color: #333;
  cursor: pointer;
  background-color: #fcd62d;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  width: 179px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-5:hover {
  background-color: #ffe057;
}

.button-5.explore {
  width: 129px;
}

.flex-block-94 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #f9f9f9;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 59px;
  padding-bottom: 67px;
}

.flex-block-95 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.image-41 {
  width: 100%;
  max-width: 887px;
  display: none;
}

.image-41.pink, .image-41.yellow, .image-41.blue, .image-41.gray {
  display: inline-flex;
}

.flex-block-96 {
  color: #333;
  justify-content: center;
  align-items: center;
  max-width: 840px;
}

.button-6 {
  color: #333;
  cursor: pointer;
  background-color: #fcd62d;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  width: 179px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-6:hover {
  background-color: #ffe057;
}

.button-6.explore {
  width: 129px;
}

.flex-block-97 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #faf9f9;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 59px;
  padding-bottom: 67px;
}

.navigation-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vertical-divider {
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
}

.vertical-divider.navigation {
  height: auto;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.icon-button-outline {
  color: #292929;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  font-size: 19px;
  transition: background-color .2s;
  display: flex;
}

.icon-button-outline:hover {
  background-color: #f5f5f5;
}

.navigation-link-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  width: 100%;
  display: flex;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navigation-dropdown {
  justify-content: center;
  align-items: center;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small-2.text-color-secondary {
  color: #666;
}

.navigation-bar {
  background-color: #fff;
  padding: 16px 0;
  display: flex;
}

.container-large-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.icon-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  font-size: 16px;
  display: flex;
}

.button-secondary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff4b0f;
  background-image: linear-gradient(#ffffff3d, #0000 50%);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  box-shadow: 0 0 0 1px #ff4b0f, 0 1px 2px #ff4b0fa3, inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f;
}

.button-secondary-small:hover {
  background-image: linear-gradient(#fff6, #0000 50%);
}

.navigation-link-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation-dropdown-list-large {
  background-color: #0000;
  margin-left: 244px;
  display: none;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.navigation-dropdown-list-large.w--open {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-top: 8px;
  padding: 24px;
  display: flex;
  left: -202%;
}

.navigation-dropdown-list-large.mobile-dropdown-border-adjustment.add-my-account-mobile.w--open {
  width: auto;
  display: flex;
  position: absolute;
  left: auto;
}

.navigation-link-icon-large {
  color: #000;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 12px;
}

.navigation-image-wide {
  border-radius: 16px;
  width: 100%;
  max-width: 350px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.dropdown-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-arrow {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.navigation-button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.label-regular.text-color-primary {
  color: #000;
}

.icon-minus {
  z-index: 0;
  opacity: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-link {
  color: #000;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 10px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color .3s;
}

.navigation-link:hover {
  background-color: #f5f5f5;
}

.navigation-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-logo {
  flex: none;
}

.navigation-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  border-radius: 16px;
  align-items: center;
  padding: 4px 8px 4px 10px;
  font-size: 14px;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.navigation-dropdown-toggle:hover {
  background-color: #f5f5f5;
}

.navigation-dropdown-toggle.w--current {
  color: #642eff;
}

.text-block-14 {
  font-size: 18px;
}

.code-embed-10 {
  flex: none;
  min-width: 0;
  min-height: 0;
  line-height: 21px;
}

.button-7 {
  color: #000;
  background-color: #fcd62d;
  border-radius: 6px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 600;
}

.dropdown {
  padding-right: 40px;
  inset: 0;
}

.dropdown-link {
  padding: 0;
  font-size: 15px;
}

.account-cta-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-link {
  color: #000;
  background-color: #f9f9f9;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.menu-mobile-container {
  flex-flow: column;
  width: 95%;
  display: block;
}

.dropdown-white-icon {
  width: 30px;
  display: block;
}

.text-block-15 {
  font-size: 16px;
}

.navigation {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: absolute;
}

.my-account-links {
  border: 0 solid #42424233;
  border-top-width: 1px;
  margin-top: 16px;
  padding-top: 16px;
}

.dropdown-toggle-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 0;
  display: flex;
}

.dropdown-toggle-3.w--open {
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-black-icon, .cart-icon-black {
  display: none;
}

.menu-mobile {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  top: 100%;
}

.logo-black {
  display: none;
}

.menu-small-desk {
  opacity: 0;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: static;
  top: 100%;
  bottom: auto;
}

.link {
  color: #f5f5f5;
  margin-right: 20px;
  font-size: 18px;
  text-decoration: none;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  background-color: #f2f4f4;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 8px 24px 16px 16px;
}

.cart-icon-white {
  width: 30px;
}

.lottie-animation-4 {
  width: 24px;
  display: none;
}

.dropdown-3 {
  padding-top: 4px;
  padding-bottom: 8px;
}

.icon-3 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  inset: 0% -20px 0% auto;
}

.dropdown-toggle {
  color: #f5f5f5;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 18px;
}

.link-block-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.dropdown-toggle-2 {
  color: #f5f5f5;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.menu-small-desk-container {
  flex-flow: column;
  width: 90%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.icon-4 {
  margin-right: 0;
  position: relative;
}

.secondary-links {
  background-color: #f9f9f9;
  border-radius: 8px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.dropdown-2 {
  display: block;
}

.image-42 {
  width: 90px;
}

.featured-links {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #000;
  flex-flow: column;
  margin-bottom: 9px;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  display: flex;
}

.shop-link {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.shop-links {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.link-4 {
  color: #000;
  padding-top: 4px;
  padding-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.text-block-16 {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.link-block-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.mobile-opener {
  display: none;
}

.image-43 {
  max-width: 160px;
}

.div-block-13 {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1475px;
  display: flex;
  position: relative;
}

.article {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 0 0 330px;
  padding-left: 32px;
  display: flex;
}

.link-2 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 15px;
  text-decoration: none;
}

.footer-first-row {
  background-color: #424242;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.image-44 {
  margin-left: 8px;
  margin-right: 8px;
}

.footer-first-row_container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  display: flex;
}

.text-block-17 {
  color: #fcd62d;
  margin-bottom: 1rem;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.footer-second-row {
  background-color: #2b2b2b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-45 {
  margin-right: 5px;
}

.footer-second-row_container {
  justify-content: space-between;
  width: 90%;
  max-width: 1360px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-block-18 {
  color: #b4b4b4;
  margin-bottom: 16px;
  font-size: 16px;
}

.social-media {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-46 {
  width: 161px;
}

.link-3 {
  color: #b4b4b4;
  font-size: 16px;
}

.article-2 {
  flex-flow: column;
  padding-right: 4%;
  display: flex;
}

.article-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 0 0 330px;
  padding-left: 32px;
  display: flex;
}

.link-5 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 15px;
  text-decoration: none;
}

.image-47 {
  margin-left: 8px;
  margin-right: 8px;
}

.text-block-19 {
  color: #fcd62d;
  margin-bottom: 1rem;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.image-48 {
  margin-right: 5px;
}

.text-block-20 {
  color: #b4b4b4;
  margin-bottom: 16px;
  font-size: 16px;
}

.image-49 {
  width: 161px;
}

.link-6 {
  color: #b4b4b4;
  font-size: 16px;
}

.article-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 0 0 330px;
  padding-left: 32px;
  display: flex;
}

.link-7 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 15px;
  text-decoration: none;
}

.image-50 {
  margin-left: 8px;
  margin-right: 8px;
}

.text-block-21 {
  color: #fcd62d;
  margin-bottom: 1rem;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.image-51 {
  margin-right: 5px;
}

.text-block-22 {
  color: #b4b4b4;
  margin-bottom: 16px;
  font-size: 16px;
}

.image-52 {
  width: 161px;
}

.link-8 {
  color: #b4b4b4;
  font-size: 16px;
}

.article-5 {
  flex-flow: column;
  padding-right: 4%;
  display: flex;
}

.dropdown-4 {
  padding-right: 40px;
  inset: 0;
}

.text-block-23 {
  font-size: 16px;
}

.dropdown-toggle-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 0;
  display: flex;
}

.dropdown-toggle-4.w--open {
  padding-bottom: 0;
  padding-left: 0;
}

.link-9 {
  color: #f5f5f5;
  margin-right: 20px;
  font-size: 18px;
  text-decoration: none;
}

.lottie-animation-5 {
  width: 24px;
  display: none;
}

.dropdown-5 {
  padding-top: 4px;
  padding-bottom: 8px;
}

.icon-5 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  inset: 0% -20px 0% auto;
}

.dropdown-toggle-5 {
  color: #f5f5f5;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 18px;
}

.link-block-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.dropdown-toggle-6 {
  color: #f5f5f5;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.icon-6 {
  margin-right: 0;
  position: relative;
}

.image-53 {
  width: 90px;
}

.dropdown-list-3 {
  position: relative;
}

.dropdown-list-3.w--open {
  background-color: #0000;
}

.link-10 {
  color: #000;
  padding-top: 4px;
  padding-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.text-block-24 {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.link-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.image-54 {
  max-width: 160px;
}

.div-block-19 {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1475px;
  display: flex;
  position: relative;
}

.mask-3 {
  min-height: 843px;
}

.table-title-2 {
  color: #333;
  font-size: 23px;
  font-weight: 500;
  line-height: 110%;
}

.flex-block-98 {
  color: #333;
}

.list-p-2 {
  color: #333;
  font-size: 23px;
  font-weight: 600;
  line-height: 140%;
}

.kutup-faq-title-2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.image-55 {
  width: 42px;
}

.flex-block-99 {
  justify-content: center;
  align-items: center;
  display: none;
}

.code-embed-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-13.mobile {
  margin-bottom: 0;
}

.code-embed-13.desktop {
  margin-bottom: 0;
  display: flex;
}

.comp-chart-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.slide-4 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/7.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4.slide-2 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/1.webp');
  background-position: 0 0, 50%;
}

.slide-4.slide-1 {
  background-image: linear-gradient(#0000, #0000), url('../images/7.webp');
  background-position: 0 0, 50%;
}

.slide-4.slide-4 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/8.webp');
  background-position: 0 0, 50%;
}

.slide-4.slide-3 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/9.webp');
  background-position: 0 0, 50%;
}

.flex-block-100 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  height: 735px;
}

.image-56 {
  height: 32px;
  line-height: 19px;
}

.image-57 {
  display: block;
}

.section-3 {
  background-image: url('../images/1_2.webp');
  background-position: 50%;
  background-size: cover;
}

.image-58, .container-13 {
  display: none;
}

.testimonials-3 {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 111px;
  display: flex;
}

.heading-23 {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.flex-block-102 {
  background-image: url('../images/1_3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 373px;
  height: 735px;
  padding-top: 35px;
  padding-left: 24px;
}

.kutup-section-2 {
  background-color: #0000;
  padding: 90px 5%;
}

.core-features-6 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 73px;
  padding-bottom: 67px;
  display: flex;
}

.hero-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1511px;
  height: 100%;
  min-height: 982px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 69px;
  padding-left: 91px;
  padding-right: 88px;
  display: flex;
}

.image-59 {
  height: 32px;
}

.flex-block-103 {
  background-image: url('../images/3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.flex-block-104 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  max-width: 393px;
}

.flex-block-105 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-bottom: 36px;
}

.image-61 {
  color: #333;
  width: 24px;
  height: 24px;
}

.flex-block-107 {
  color: #333;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1167px;
  height: 100%;
  min-height: 396px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 51px;
}

.kutup-paragraph-2 {
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.flex-block-108 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.flex-block-109 {
  justify-content: center;
  align-items: center;
}

.container-14 {
  margin-left: 0;
  margin-right: 0;
}

.image-62 {
  aspect-ratio: 1;
  object-fit: fill;
  border-radius: 8px;
  width: 124px;
  margin-right: 8px;
}

.code-embed-14 {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: fill;
  border-radius: 12px;
  width: 300px;
  height: auto;
  max-height: none;
  overflow: visible;
}

.link-block-11 {
  cursor: pointer;
  text-decoration: none;
  display: none;
}

.flex-block-110 {
  background-image: url('../images/1_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.flex-block-111 {
  border-radius: 0;
  flex: 0 auto;
}

.image-63 {
  width: 100%;
  max-width: 887px;
  display: none;
}

.image-63.pink, .image-63.yellow, .image-63.blue, .image-63.gray {
  display: inline-flex;
}

.heading-24 {
  color: #333;
  margin-top: 0;
  margin-bottom: 64px;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.heading-24.heading-black {
  margin-bottom: 10px;
}

.heading-24.white {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.paragraph-12 {
  color: #33333380;
  line-height: 160%;
}

.flex-block-112 {
  color: #333;
  justify-content: center;
  align-items: center;
  max-width: 840px;
}

.image-64 {
  max-width: 1167px;
}

.flex-block-113, .flex-block-114 {
  justify-content: flex-start;
  align-items: center;
}

.kutup-display-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.text-block-25 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}

.image-65 {
  width: 14px;
}

.image-65.mobile {
  width: 16px;
}

.image-65.desktop {
  color: #333;
  width: 16px;
}

.image-65.desktop.chart-img {
  display: block;
}

.flex-block-115 {
  background-image: url('../images/4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
  padding-top: 24px;
  padding-left: 24px;
}

.heading-25 {
  color: #333;
  max-width: 427px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

.heading-25.white {
  color: #fff;
  max-width: 340px;
  margin-bottom: 8px;
  font-size: 36px;
}

.heading-25.small {
  max-width: 317px;
  margin-bottom: 8px;
  font-size: 36px;
}

.flex-block-116 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.halo-table-2 {
  font-weight: 600;
  line-height: 110%;
}

.heading-26 {
  font-size: 20px;
  line-height: 110%;
}

.text-block-26 {
  color: #333;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}

.flex-block-117 {
  color: #240d02;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.flex-block-118 {
  background-image: url('../images/5.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 351px;
  padding-top: 96px;
  padding-left: 24px;
}

.flex-block-119 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.paragraph-13 {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-13.desktop {
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-13.desktop.hero-p {
  display: flex;
}

.image-66 {
  max-width: 48px;
  margin-top: auto;
  margin-bottom: auto;
}

.image-67 {
  color: #333;
  width: 24px;
  height: 24px;
}

.flex-block-120 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  width: 100%;
  min-height: 360px;
}

.text-block-27 {
  color: #333;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}

.code-embed-15 {
  width: 100%;
  height: 100%;
  display: none;
}

.button-8 {
  color: #333;
  cursor: pointer;
  background-color: #fcd62d;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  width: 179px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-8:hover {
  background-color: #ffe057;
}

.button-8.shop {
  color: #333;
}

.button-8.shop.full {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.button-8.explore {
  width: 129px;
}

.kutup-stripe-3 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.text-block-28 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 140%;
}

.text-block-28.strike-through {
  color: #33333380;
  -webkit-text-stroke-color: #9f9f9f;
  text-decoration: line-through;
}

.image-68 {
  width: 42px;
}

.paragraph-14 {
  text-align: center;
  margin-bottom: 55px;
  font-size: 20px;
}

.paragraph-14.desktop {
  color: #333;
}

.paragraph-14.desktop.testimonials-3 {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.flex-block-121 {
  color: #333;
  justify-content: center;
  align-items: flex-start;
}

.flex-block-122 {
  justify-content: flex-start;
  align-items: center;
  width: 220px;
}

.flex-block-122.halo-column {
  background-color: #2f93f3;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: auto;
  min-width: 220px;
}

.text-block-29 {
  color: #333;
  line-height: 160%;
}

.image-69 {
  height: 42px;
}

.image-70 {
  width: 73px;
}

.flex-block-123 {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-124 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #f9f9f9;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 59px;
  padding-bottom: 67px;
}

.flex-block-125.bottom-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #e9e7e6;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
}

.flex-block-125.top-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
}

.kutup-stripe-4 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.heading-27 {
  color: #333;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 120%;
}

.paragraph-15 {
  color: #333;
  max-width: 386px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-15.white {
  color: #fff;
  max-width: 335px;
}

.flex-block-126 {
  aspect-ratio: 16 / 9;
  background-image: url('../images/getting-started-img.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1511px;
  height: 600px;
  padding-left: 43px;
}

.link-block-12 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.article-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 0 0 330px;
  padding-left: 32px;
  display: flex;
}

.link-11 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 15px;
  text-decoration: none;
}

.image-71 {
  margin-left: 8px;
  margin-right: 8px;
}

.text-block-30 {
  color: #fcd62d;
  margin-bottom: 1rem;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.image-72 {
  margin-right: 5px;
}

.text-block-31 {
  color: #b4b4b4;
  margin-bottom: 16px;
  font-size: 16px;
}

.tabs-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-127 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.image-73 {
  width: 100%;
  max-width: 887px;
  display: none;
}

.image-73.pink, .image-73.yellow, .image-73.blue, .image-73.gray {
  display: inline-flex;
}

.flex-block-128 {
  color: #333;
  justify-content: center;
  align-items: center;
  max-width: 840px;
}

.button-9 {
  color: #333;
  cursor: pointer;
  background-color: #fcd62d;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  width: 179px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-9:hover {
  background-color: #ffe057;
}

.button-9.explore {
  width: 129px;
}

.flex-block-129 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #f9f9f9;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 59px;
  padding-bottom: 67px;
}

@media screen and (min-width: 1280px) {
  .navlinks-desktop {
    display: none;
  }

  .menu-small-desk {
    display: flex;
  }

  .dropdown-link-3 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lottie-animation-4 {
    cursor: pointer;
    display: block;
  }

  .lottie-animation-4.opener {
    color: #fff;
  }

  .code-embed-11 {
    color: #fff;
    display: none;
  }

  .article {
    flex-flow: row;
    flex: initial;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
  }

  .footer-first-row_container {
    flex-flow: wrap;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-second-row_container {
    flex-flow: column;
    align-items: center;
  }

  .article-2 {
    flex: 0 0 20%;
  }

  .article-3, .article-4 {
    flex-flow: row;
    flex: initial;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
  }

  .article-5 {
    flex: 0 0 20%;
  }

  .dropdown-link-4 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lottie-animation-5 {
    cursor: pointer;
    display: block;
  }

  .lottie-animation-5.opener {
    color: #fff;
  }

  .code-embed-12 {
    color: #fff;
    display: none;
  }

  .article-6 {
    flex-flow: row;
    flex: initial;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1440px) {
  .container-2 {
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    max-width: 410px;
    display: flex;
  }

  .heading {
    font-size: 56px;
    line-height: 110%;
  }

  .heading.heading-2.desk {
    margin-bottom: 24px;
  }

  .heading.heading-2.mobi {
    display: flex;
  }

  .heading.heading-3 {
    font-size: 48px;
  }

  .heading.heading-3.heading-black {
    margin-bottom: 0;
  }

  .slider {
    flex: 1;
  }

  .flex-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block {
    background-image: url('../images/yellow.webp');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
  }

  .div-block.blue {
    background-image: url('../images/blue.webp');
  }

  .div-block.pink {
    background-image: url('../images/pink.webp');
  }

  .div-block.gray {
    background-image: url('../images/gray.webp');
  }

  .flex-block-5 {
    background-image: url('../images/getting-started-img.webp');
    background-size: cover;
    min-width: 1000px;
    min-height: 600px;
  }

  .testimonials {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 56px;
    padding-bottom: 112px;
    display: flex;
  }

  .flex-block-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    max-width: 830px;
  }

  .paragraph-2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 140%;
  }

  .flex-block-10 {
    min-width: 1px;
  }

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

  .flex-block-11 {
    justify-content: space-between;
  }

  .content {
    clear: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: -86px;
    display: flex;
    position: static;
  }

  .comp-chart {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
  }

  .pricing {
    background-color: #faf9f9;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 126px;
    padding-bottom: 130px;
    padding-right: 75px;
    display: flex;
  }

  .flex-block-12 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cell-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .cell-block.column-halo {
    background-color: #2f93f3;
  }

  .cell-block.cell-text {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block {
    color: #fff;
    text-align: center;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
  }

  .flex-block-14 {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 396px;
    height: 100%;
    padding-right: 0;
  }

  .flex-block-15 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-15.halo-column {
    min-width: 257px;
  }

  .flex-block-16, .flex-block-17 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-18, .row-76px {
    height: 76px;
  }

  .row-76px.full-width {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .row-76px.full-width.row-title-76px {
    justify-content: center;
    align-items: center;
  }

  .row-76px.full-width.y-stroke {
    border-top: 1px solid #00000014;
    border-bottom: 1px solid #00000014;
  }

  .row-76px.full-width.y-stroke.image-column {
    justify-content: center;
    align-items: center;
  }

  .row-76px.full-width.blue-column {
    background-color: #2f93f3;
    justify-content: center;
    align-items: center;
  }

  .row-76px.full-width.row-title {
    height: 84px;
  }

  .row-76px.full-width.top-stroke {
    border-top: 1px solid #00000014;
  }

  .row-76px.full-width.image-column {
    justify-content: center;
    align-items: center;
  }

  .row-76px.full-width.bottom-stroke {
    border-bottom: 1px solid #00000014;
  }

  .row-title-84px {
    height: 76px;
  }

  .row-title-84px.full-width {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .row-title-84px.full-width.column-220px {
    width: 100%;
    min-width: 220px;
  }

  .row-title-84px.full-width.column-220px.blue-column {
    background-color: #2f93f3;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .row-title-84px.full-width.column-220px.blue-column.row-title, .row-title-84px.full-width.column-220px.row-title {
    height: 84px;
  }

  .heading-3 {
    margin-bottom: 0;
  }

  .heading-3.white {
    color: #fff;
    max-width: 393px;
  }

  .list-p {
    font-weight: 700;
  }

  .halo-table {
    color: #fff;
    font-size: 32px;
  }

  .table-title {
    font-size: 20px;
  }

  .image-4 {
    width: 36px;
  }

  .flex-block-19 {
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    min-width: 1167px;
    min-height: 396px;
    padding-left: 47px;
    padding-right: 47px;
  }

  .flex-block-20 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 0;
  }

  .flex-block-20.top-block {
    border-top: 1px #000;
    border-bottom: 1px solid #e9e7e6;
    padding-bottom: 32px;
    padding-right: 0;
  }

  .flex-block-20.bottom-block {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    border-top: 1px solid #e9e7e6;
    padding-top: 28px;
  }

  .image-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    width: 124px;
  }

  .image-6 {
    width: 32px;
  }

  .flex-block-22 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: auto;
    margin-bottom: 0;
  }

  .heading-4, .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .flex-block-23 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .heading-6 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 80px;
    font-weight: 600;
    line-height: 100%;
  }

  .paragraph-1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
  }

  .paragraph-1.desktop {
    font-size: 24px;
  }

  .button {
    color: #000;
    background-color: #fcd62d;
    border-radius: 58px;
    justify-content: center;
    align-items: center;
    width: 179px;
    height: 56px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .button.explore {
    width: 129px;
  }

  .button.shop {
    width: 160px;
  }

  .body {
    font-family: Inter, sans-serif;
  }

  .text-block-3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
  }

  .image-7 {
    height: 516px;
  }

  .mask {
    overflow: hidden;
  }

  .slide.slide-2 {
    background-image: linear-gradient(#00000026, #00000026), url('../images/1.webp');
    background-size: auto, cover;
  }

  .slide-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .image-8 {
    width: 887px;
    height: 515px;
  }

  .video {
    border-radius: 12px;
    width: 410px;
    min-width: 0;
  }

  .youtube {
    border-radius: 12px;
    min-width: 410px;
  }

  .div-block-4 {
    width: 516px;
    min-width: 0;
    height: 516px;
    min-height: 0;
  }

  .image-9 {
    width: 24px;
  }

  .image-10 {
    width: 887px;
  }

  .image-11 {
    width: 73px;
  }

  .image-12 {
    width: 36px;
  }

  .image-13 {
    width: 14px;
    height: 2px;
  }

  .image-14 {
    width: 36px;
  }

  .image-15, .image-16 {
    height: 32px;
  }

  .image-17 {
    border-radius: 8px;
    width: 131px;
  }

  .image-18 {
    height: 32px;
  }

  .heading-7 {
    margin-bottom: 0;
  }

  .h1 {
    font-size: 80px;
  }

  .navbar-menu {
    justify-content: center;
    align-items: center;
    list-style-type: none;
    display: flex;
  }

  .navbar.navbar-light-desktop {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .code-embed {
    border-radius: 12px;
    width: 410px;
  }

  .section {
    background-position: 50% 0;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-27 {
    z-index: 1000;
    flex: 0 auto;
    order: 0;
  }

  .h3-heading.text-color-gray-900.big-headline {
    margin-bottom: 13px;
    font-size: 54px;
  }

  .kutup-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-28 {
    width: 24px;
  }

  .heading-10 {
    font-size: 56px;
    line-height: 110%;
  }

  .image-29 {
    width: 24px;
  }

  .heading-12, .heading-14 {
    font-size: 56px;
    line-height: 110%;
  }

  .image-30 {
    width: 24px;
  }

  .testimonials-2 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 56px;
    padding-bottom: 112px;
    display: flex;
  }

  .image-31 {
    width: 24px;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-63 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    max-width: 830px;
  }

  .paragraph-8 {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 140%;
  }

  .heading-16 {
    margin-bottom: 8px;
  }

  .heading-17 {
    font-size: 56px;
    line-height: 110%;
  }

  .image-32 {
    width: 24px;
  }

  .flex-block-73 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .heading-19 {
    font-size: 56px;
    line-height: 110%;
  }

  .heading-19.heading-3 {
    font-size: 48px;
  }

  .button-2 {
    color: #000;
    background-color: #fcd62d;
    border-radius: 58px;
    justify-content: center;
    align-items: center;
    width: 179px;
    height: 56px;
    margin-top: 40px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .button-2.shop {
    width: 160px;
  }

  .paragraph-10 {
    float: none;
    clear: none;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: flex;
    position: static;
  }

  .paragraph-10.subcopy-desktop {
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 18px;
    display: block;
  }

  .section-2 {
    margin-top: 100px;
    position: static;
  }

  .section-2.desktop-padding {
    margin-top: 140px;
  }

  .container-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .container-10.main-title {
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 24px;
    display: block;
  }

  .image-33 {
    width: 36px;
  }

  .flex-block-76 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-20 {
    margin-bottom: 0;
  }

  .image-34 {
    width: 14px;
    height: 2px;
  }

  .image-35 {
    width: 36px;
  }

  .flex-block-78 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-78.halo-column {
    min-width: 257px;
  }

  .flex-block-79 {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 396px;
    height: 100%;
    padding-right: 0;
  }

  .flex-block-80 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .image-36, .image-37 {
    height: 32px;
  }

  .image-38 {
    width: 32px;
  }

  .flex-block-81 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: auto;
    margin-bottom: 0;
  }

  .flex-block-82 {
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    min-width: 1167px;
    min-height: 396px;
    padding-left: 47px;
    padding-right: 47px;
  }

  .image-39 {
    border-radius: 8px;
    width: 131px;
  }

  .heading-21, .paragraph-11 {
    margin-bottom: 0;
  }

  .heading-22 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-40 {
    height: 32px;
  }

  .flex-block-85 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 0;
  }

  .flex-block-85.bottom-block {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    border-top: 1px solid #e9e7e6;
    padding-top: 28px;
  }

  .flex-block-85.top-block {
    border-top: 1px #000;
    border-bottom: 1px solid #e9e7e6;
    padding-bottom: 32px;
    padding-right: 0;
  }

  .flex-block-87 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .button-3 {
    color: #000;
    background-color: #fcd62d;
    border-radius: 58px;
    justify-content: center;
    align-items: center;
    width: 179px;
    height: 56px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .button-3.explore {
    width: 129px;
  }

  .flex-block-90 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .button-4 {
    color: #000;
    background-color: #fcd62d;
    border-radius: 58px;
    justify-content: center;
    align-items: center;
    width: 179px;
    height: 56px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .button-4.explore {
    width: 129px;
  }

  .flex-block-93 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .button-5 {
    color: #000;
    background-color: #fcd62d;
    border-radius: 58px;
    justify-content: center;
    align-items: center;
    width: 179px;
    height: 56px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .button-5.explore {
    width: 129px;
  }

  .image-41 {
    width: 887px;
  }

  .image-41.yellow {
    width: 100%;
  }

  .flex-block-96 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .button-6 {
    color: #000;
    background-color: #fcd62d;
    border-radius: 58px;
    justify-content: center;
    align-items: center;
    width: 179px;
    height: 56px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .button-6.explore {
    width: 129px;
  }

  .navlinks-desktop {
    display: flex;
  }

  .menu-mobile, .lottie-animation-4.opener {
    display: none;
  }

  .article {
    flex-flow: column;
    flex: 0 0 330px;
  }

  .footer-first-row_container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-second-row_container {
    flex-flow: row;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .article-2 {
    flex: initial;
  }

  .article-3, .article-4 {
    flex-flow: column;
    flex: 0 0 330px;
  }

  .article-5 {
    flex: initial;
  }

  .lottie-animation-5.opener {
    display: none;
  }

  .table-title-2 {
    font-size: 20px;
  }

  .flex-block-98 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .list-p-2 {
    font-weight: 700;
  }

  .image-55 {
    width: 36px;
  }

  .comp-chart-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
  }

  .slide-4.slide-2 {
    background-image: linear-gradient(#00000026, #00000026), url('../images/1.webp');
    background-size: auto, cover;
  }

  .image-56 {
    height: 32px;
  }

  .section-3 {
    background-position: 50% 0;
  }

  .flex-block-101 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .testimonials-3 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 56px;
    padding-bottom: 112px;
    display: flex;
  }

  .image-59 {
    height: 32px;
  }

  .image-60 {
    width: 32px;
  }

  .flex-block-106 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: auto;
    margin-bottom: 0;
  }

  .image-61 {
    width: 24px;
  }

  .flex-block-107 {
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    min-width: 1167px;
    min-height: 396px;
    padding-left: 47px;
    padding-right: 47px;
  }

  .image-62 {
    border-radius: 8px;
    width: 131px;
  }

  .code-embed-14 {
    border-radius: 12px;
    width: 410px;
  }

  .image-63 {
    width: 887px;
  }

  .image-63.yellow {
    width: 100%;
  }

  .heading-24 {
    margin-bottom: 0;
  }

  .heading-24.white {
    color: #fff;
    max-width: 393px;
  }

  .paragraph-12 {
    margin-bottom: 0;
  }

  .flex-block-112 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .flex-block-114 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    max-width: 830px;
  }

  .text-block-25 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
  }

  .image-65 {
    width: 14px;
    height: 2px;
  }

  .halo-table-2 {
    color: #fff;
    font-size: 32px;
  }

  .heading-26 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-13 {
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
  }

  .paragraph-13.desktop {
    font-size: 24px;
  }

  .image-67 {
    width: 24px;
  }

  .button-8 {
    color: #000;
    background-color: #fcd62d;
    border-radius: 58px;
    justify-content: center;
    align-items: center;
    width: 179px;
    height: 56px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .button-8.shop {
    width: 160px;
  }

  .button-8.explore {
    width: 129px;
  }

  .content-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .image-68 {
    width: 36px;
  }

  .paragraph-14 {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 140%;
  }

  .flex-block-122 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-122.halo-column {
    min-width: 257px;
  }

  .image-69 {
    height: 32px;
  }

  .image-70 {
    width: 73px;
  }

  .flex-block-123 {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 396px;
    height: 100%;
    padding-right: 0;
  }

  .flex-block-125 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 0;
  }

  .flex-block-125.bottom-block {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    border-top: 1px solid #e9e7e6;
    padding-top: 28px;
  }

  .flex-block-125.top-block {
    border-top: 1px #000;
    border-bottom: 1px solid #e9e7e6;
    padding-bottom: 32px;
    padding-right: 0;
  }

  .flex-block-126 {
    background-image: url('../images/getting-started-img.webp');
    background-size: cover;
    min-width: 1000px;
    min-height: 600px;
  }

  .article-6 {
    flex-flow: column;
    flex: 0 0 330px;
  }

  .image-73 {
    width: 887px;
  }

  .image-73.yellow {
    width: 100%;
  }

  .flex-block-128 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .button-9 {
    color: #000;
    background-color: #fcd62d;
    border-radius: 58px;
    justify-content: center;
    align-items: center;
    width: 179px;
    height: 56px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .button-9.explore {
    width: 129px;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    background-image: none;
    max-width: 1511px;
    min-height: 1100px;
  }

  .heading.heading-2.desk {
    margin-bottom: 16px;
  }

  .heading.heading-3.heading-black {
    margin-bottom: 0;
  }

  .flex-block-2 {
    max-width: 1511px;
  }

  .flex-block-5 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 1000px;
    max-width: 1511px;
    height: 100%;
    min-height: 600px;
  }

  .flex-block-9 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .flex-block-19 {
    box-shadow: none;
  }

  .navbar-menu {
    justify-content: center;
    align-items: center;
  }

  .navbar.navbar-light-desktop {
    justify-content: space-between;
    align-items: center;
  }

  .section {
    background-position: 50% 0;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .flex-block-27 {
    justify-content: space-between;
    align-items: center;
  }

  .image-cover {
    border-radius: 16px;
  }

  .h3-heading.text-color-gray-900, .h3-heading.text-color-gray-900.big-headline {
    font-family: Inter, sans-serif;
  }

  .heading-10.heading-2.desk, .heading-12.heading-2.desk, .heading-14.heading-2.desk {
    margin-bottom: 16px;
  }

  .flex-block-63 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-17.heading-2.desk {
    margin-bottom: 16px;
  }

  .heading-19.heading-3.heading-black {
    margin-bottom: 0;
  }

  .heading-19.heading-2.desk {
    margin-bottom: 16px;
  }

  .flex-block-74 {
    max-width: 1511px;
  }

  .paragraph-10.headline-subcopy {
    font-family: Inter, sans-serif;
    font-size: 20px;
  }

  .section-2 {
    margin-top: 140px;
  }

  .flex-block-82 {
    box-shadow: none;
  }

  .flex-block-88, .flex-block-91, .flex-block-94, .flex-block-97 {
    max-width: 1511px;
  }

  .menu-mobile {
    top: 100%;
  }

  .article {
    flex: 0 0 330px;
  }

  .footer-first-row_container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .article-2 {
    flex: initial;
  }

  .article-3, .article-4 {
    flex: 0 0 330px;
  }

  .article-5 {
    flex: initial;
  }

  .section-3 {
    background-position: 50% 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-2 {
    background-image: none;
    max-width: 1511px;
    min-height: 1100px;
  }

  .flex-block-107 {
    box-shadow: none;
  }

  .flex-block-114 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .flex-block-124 {
    max-width: 1511px;
  }

  .flex-block-126 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 1000px;
    max-width: 1511px;
    height: 100%;
    min-height: 600px;
  }

  .article-6 {
    flex: 0 0 330px;
  }

  .flex-block-129 {
    max-width: 1511px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 844px;
    padding: 345px 40px 21px;
  }

  .core-features {
    display: none;
  }

  .heading.heading-2.desk {
    max-width: 600px;
    font-size: 48px;
    display: flex;
  }

  .heading.heading-2.mobi {
    font-size: 32px;
    display: flex;
  }

  .heading.heading-3.heading-black {
    max-width: 459px;
  }

  .features-color {
    background-color: #f9f9f9;
  }

  .testimonial {
    padding: 0;
  }

  .flex-block-5 {
    background-position: 50% 0;
    border-radius: 0;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 600px;
    padding-bottom: 44px;
  }

  .flex-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-2.desktop {
    display: none;
  }

  .paragraph-2.desktop.testimonials {
    max-width: 440px;
  }

  .content {
    margin-top: 0;
  }

  .comp-chart {
    color: #fff;
    background-color: #2f93f3;
    flex-flow: column;
  }

  .flex-block-14 {
    min-width: 0;
  }

  .flex-block-15 {
    width: auto;
    min-width: 100px;
  }

  .flex-block-15.halo-column {
    background-color: #0000;
    width: auto;
    min-width: 100px;
  }

  .row-title-84px.full-width.halo-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    color: #fff;
    max-width: 320px;
    margin-bottom: 38px;
    font-size: 32px;
  }

  .heading-3.heading-black {
    color: #240d02;
    font-weight: 700;
  }

  .heading-3.white {
    margin-bottom: 16px;
    font-size: 38px;
  }

  .list-p {
    color: #fff;
  }

  .halo-table {
    font-size: 20px;
    font-weight: 600;
  }

  .table-title {
    color: #fff;
    font-size: 20px;
  }

  .flex-block-19 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .flex-block-20.bottom-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 32px;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .paragraph-1 {
    display: flex;
  }

  .paragraph-1.desktop, .paragraph-1.desktop.hero-p {
    display: none;
  }

  .paragraph-1.mobile {
    max-width: 320px;
    margin-bottom: 16px;
  }

  .flex-block-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .button.shop:where(.w-variant-2a173a43-ed0a-475a-9c0d-922e440ed93f) {
    display: none;
  }

  .button.shop:where(.w-variant-af891afc-6e45-41d7-e761-b325bd5ffcb4) {
    width: 100%;
  }

  .image-13.desktop, .image-13.desktop.chart-img {
    display: none;
  }

  .image-13.mobile {
    display: inline-flex;
  }

  .image-17 {
    margin-right: 16px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .heading-7 {
    text-align: center;
    max-width: 440px;
    font-size: 40px;
  }

  .h1 {
    letter-spacing: -1px;
    font-size: 42px;
  }

  .navbar-menu {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: center;
    align-items: center;
  }

  .navbar-menu.menu-lp {
    color: #fff;
  }

  .menu-item, .menu-item.listicle-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item.menu-light {
    color: #fff;
  }

  .navbar {
    clear: none;
    color: #5f484800;
    background-color: #fff;
    position: sticky;
    bottom: 0;
  }

  .navbar.navbar-light-desktop {
    position: static;
  }

  .lottie-animation.hamburger-menu {
    display: none;
  }

  .code-embed {
    width: 100%;
    max-width: 250px;
    max-height: none;
    margin-left: 0;
  }

  .link-block {
    margin-top: 16px;
  }

  .flex-block-26 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .section {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/1.webp');
    background-position: 0 0, 20% 100%;
  }

  .container-3 {
    width: 100%;
    max-width: none;
    display: none;
  }

  .container-4 {
    width: 100%;
    max-width: none;
    display: flex;
  }

  .swiper-slide {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide-image.mob {
    max-width: 358px;
    display: block;
    position: static;
  }

  .swiper-slide-image.large {
    display: none;
  }

  .swiper-slide-image.small {
    display: inline-block;
  }

  .tabs-content {
    overflow: visible;
  }

  .div-block-6.desktop {
    display: none;
  }

  .div-block-6.mobile {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .code-embed-2.mobile {
    display: flex;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

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

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

  .kutup-max-w-width-640px {
    max-width: 600px;
  }

  .kutup-faq-title-content {
    max-width: 560px;
  }

  .kutup-faq-title {
    font-size: 20px;
  }

  .kutup-paragraph {
    font-size: 14px;
  }

  .footer-link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-legal-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-link {
    flex: none;
    width: auto;
  }

  .container-6.container-1 {
    display: none;
  }

  .code-embed-5, .core-features-2 {
    display: flex;
  }

  .heading-10.heading-2.desk {
    max-width: 600px;
    font-size: 48px;
    display: flex;
  }

  .link-block-3 {
    margin-top: 16px;
    display: flex;
  }

  .container-7.container-1 {
    display: none;
  }

  .code-embed-6, .core-features-3 {
    display: flex;
  }

  .heading-12.heading-2.desk {
    max-width: 600px;
    font-size: 48px;
    display: flex;
  }

  .link-block-4 {
    margin-top: 16px;
    display: flex;
  }

  .core-features-4 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-8.container-1 {
    display: none;
  }

  .heading-14.heading-2.desk {
    max-width: 600px;
    font-size: 48px;
    display: flex;
  }

  .code-embed-7, .code-embed-8.mobile {
    display: flex;
  }

  .div-block-12.desktop {
    display: none;
  }

  .div-block-12.mobile {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .paragraph-8.desktop {
    display: none;
  }

  .paragraph-8.desktop.testimonials-2 {
    max-width: 440px;
  }

  .link-block-5 {
    margin-top: 16px;
    display: flex;
  }

  .heading-16 {
    text-align: center;
    max-width: 440px;
    font-size: 40px;
  }

  .core-features-5 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .link-block-6 {
    margin-top: 16px;
    display: flex;
  }

  .container-9.container-1 {
    display: none;
  }

  .heading-17.heading-2.desk {
    max-width: 600px;
    font-size: 48px;
    display: flex;
  }

  .code-embed-9 {
    display: flex;
  }

  .heading-19.heading-3.heading-black {
    max-width: 459px;
  }

  .heading-19.heading-2.desk {
    max-width: 600px;
    font-size: 48px;
    display: flex;
  }

  .button-2 {
    margin-top: 40px;
  }

  .button-2.shop.full {
    width: 100%;
  }

  .heading-20 {
    color: #fff;
    max-width: 320px;
    margin-bottom: 38px;
    font-size: 32px;
  }

  .image-34.mobile {
    display: inline-flex;
  }

  .image-34.desktop, .image-34.desktop.chart-img {
    display: none;
  }

  .flex-block-78 {
    width: auto;
    min-width: 100px;
  }

  .flex-block-78.halo-column {
    background-color: #0000;
    width: auto;
    min-width: 100px;
  }

  .flex-block-79 {
    min-width: 0;
  }

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

  .flex-block-82 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .container-12 {
    width: 100%;
    max-width: none;
    display: none;
  }

  .image-39 {
    margin-right: 16px;
  }

  .heading-21 {
    color: #fff;
    max-width: 320px;
    margin-bottom: 38px;
    font-size: 32px;
  }

  .heading-21.heading-black {
    color: #240d02;
  }

  .paragraph-11 {
    margin-bottom: 0;
  }

  .text-block-12 {
    font-size: 18px;
  }

  .flex-block-85.bottom-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 32px;
  }

  .navigation-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vertical-divider.navigation {
    display: none;
  }

  .navigation-menu-button {
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #141414;
    border-radius: 8px;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-bar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navigation-dropdown-list-large.w--open {
    box-shadow: none;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    position: static;
  }

  .navigation-image-wide {
    max-width: none;
  }

  .navigation-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navigation-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .navigation-menu {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 8px;
    width: 100%;
    padding: 16px 3%;
  }

  .navigation-logo {
    flex: none;
  }

  .navigation-dropdown-toggle {
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-7 {
    font-size: 14px;
  }

  .menu-mobile-container {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .navigation {
    z-index: 20;
    background-color: #fff;
    position: fixed;
  }

  .navlinks-desktop {
    display: none;
  }

  .cart-icon-black {
    width: 30px;
    display: block;
  }

  .menu-mobile {
    margin-left: 0;
    display: flex;
    right: 100%;
  }

  .logo-black {
    display: block;
  }

  .cart-icon-white {
    display: none;
  }

  .lottie-animation-4 {
    width: 24px;
    display: none;
  }

  .dropdown-2 {
    display: none;
  }

  .mobile-opener {
    cursor: pointer;
    width: 24px;
    display: block;
  }

  .image-43.logo-white {
    display: none;
  }

  .article {
    flex-flow: row;
    flex: initial;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
  }

  .link-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .footer-first-row {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-first-row_container {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-17 {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-second-row_container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-18 {
    font-size: 11px;
    line-height: 15px;
  }

  .image-46 {
    width: 118px;
  }

  .link-3 {
    font-size: 11px;
    line-height: 15px;
  }

  .article-2 {
    flex: 0 0 50%;
    margin-bottom: 2rem;
  }

  .article-3 {
    flex-flow: row;
    flex: initial;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
  }

  .link-5 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-19 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-20 {
    font-size: 11px;
    line-height: 15px;
  }

  .image-49 {
    width: 118px;
  }

  .link-6 {
    font-size: 11px;
    line-height: 15px;
  }

  .article-4 {
    flex-flow: row;
    flex: initial;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
  }

  .link-7 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-21 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-22 {
    font-size: 11px;
    line-height: 15px;
  }

  .image-52 {
    width: 118px;
  }

  .link-8 {
    font-size: 11px;
    line-height: 15px;
  }

  .article-5 {
    flex: 0 0 50%;
    margin-bottom: 2rem;
  }

  .lottie-animation-5 {
    width: 24px;
    display: none;
  }

  .image-54.logo-white {
    display: none;
  }

  .table-title-2 {
    color: #fff;
    font-size: 20px;
  }

  .list-p-2 {
    color: #fff;
  }

  .kutup-faq-title-2 {
    font-size: 20px;
  }

  .code-embed-13.mobile {
    display: flex;
  }

  .comp-chart-2 {
    color: #fff;
    background-color: #2f93f3;
  }

  .section-3 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/1.webp');
    background-position: 0 0, 20% 100%;
  }

  .container-13 {
    width: 100%;
    max-width: none;
    display: flex;
  }

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

  .core-features-6 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 844px;
    padding: 99px 40px 21px;
  }

  .flex-block-104 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block-105 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .flex-block-107 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .kutup-paragraph-2 {
    font-size: 14px;
  }

  .container-14 {
    width: 100%;
    max-width: none;
    display: none;
  }

  .image-62 {
    margin-right: 16px;
  }

  .code-embed-14 {
    width: 100%;
    max-width: 250px;
    max-height: none;
    margin-left: 0;
  }

  .link-block-11 {
    margin-top: 16px;
    display: flex;
  }

  .flex-block-111 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .heading-24 {
    color: #fff;
    max-width: 320px;
    margin-bottom: 38px;
    font-size: 32px;
  }

  .heading-24.heading-black {
    color: #240d02;
  }

  .heading-24.white {
    margin-bottom: 16px;
    font-size: 38px;
  }

  .paragraph-12 {
    margin-bottom: 0;
  }

  .image-65.mobile {
    display: inline-flex;
  }

  .image-65.desktop, .image-65.desktop.chart-img {
    display: none;
  }

  .halo-table-2 {
    font-size: 20px;
    font-weight: 600;
  }

  .paragraph-13 {
    display: flex;
  }

  .paragraph-13.mobile {
    max-width: 320px;
    margin-bottom: 16px;
  }

  .paragraph-13.desktop, .paragraph-13.desktop.hero-p {
    display: none;
  }

  .code-embed-15 {
    display: flex;
  }

  .button-8.shop.full {
    width: 100%;
  }

  .text-block-28 {
    font-size: 18px;
  }

  .paragraph-14.desktop {
    display: none;
  }

  .paragraph-14.desktop.testimonials-3 {
    max-width: 440px;
  }

  .flex-block-122 {
    width: auto;
    min-width: 100px;
  }

  .flex-block-122.halo-column {
    background-color: #0000;
    width: auto;
    min-width: 100px;
  }

  .flex-block-123 {
    min-width: 0;
  }

  .flex-block-125.bottom-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 32px;
  }

  .heading-27 {
    text-align: center;
    max-width: 440px;
    font-size: 40px;
  }

  .flex-block-126 {
    background-position: 50% 0;
    border-radius: 0;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 600px;
    padding-bottom: 44px;
  }

  .article-6 {
    flex-flow: row;
    flex: initial;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
  }

  .link-11 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-30 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-31 {
    font-size: 11px;
    line-height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-left: 16px;
    padding-right: 23px;
  }

  .heading.heading-2 {
    font-size: 32px;
  }

  .heading.heading-2.desk {
    max-width: 400px;
    font-size: 30px;
  }

  .heading.heading-3.heading-black {
    max-width: 300px;
    font-size: 32px;
    font-weight: 700;
  }

  .flex-block-3 {
    max-width: 391px;
  }

  .testimonial {
    min-height: 567px;
  }

  .flex-block-5 {
    background-position: 80% 0;
  }

  .flex-block-9 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 140%;
  }

  .pricing {
    padding: 32px 21px;
  }

  .flex-block-12 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-3.heading-black {
    font-size: 29px;
    font-weight: 700;
  }

  .heading-3.white {
    font-size: 32px;
  }

  .paragraph-1.mobile {
    font-size: 20px;
  }

  .paragraph-1.mobile.hero-p {
    display: flex;
  }

  .text-block-2 {
    line-height: 110%;
  }

  .slide {
    z-index: 1;
  }

  .heading-7 {
    text-align: center;
    max-width: 350px;
    font-size: 32px;
    line-height: 120%;
  }

  .logo-block {
    z-index: 3;
    position: relative;
  }

  .navbar-menu {
    z-index: 2;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    font-size: 20px;
    display: none;
    position: sticky;
    inset: 0%;
  }

  .navbar {
    z-index: 10;
    justify-content: space-between;
    align-items: center;
  }

  .navbar.navbar-light-desktop {
    position: static;
  }

  .lottie-animation {
    display: flex;
  }

  .lottie-animation.hamburger-menu {
    z-index: 3;
    width: 30px;
    height: 30px;
    display: flex;
    position: relative;
  }

  .section {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/1.webp');
    background-position: 0 0, 25% 100%;
  }

  .desktop, .mobile {
    display: none;
  }

  .flex-block-27 {
    padding: 16px;
  }

  .subheading-x-small {
    margin-right: 8px;
    display: inline;
  }

  .h3-heading {
    font-size: 40px;
  }

  .paragraph-x-small {
    margin-right: 8px;
    display: inline;
  }

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

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-max-w-width-640px {
    max-width: 500px;
  }

  .kutup-divider-60px {
    height: 40px;
  }

  .kutup-faq-title-content {
    max-width: 450px;
  }

  .kutup-faq-title {
    font-size: 18px;
  }

  .kutup-paragraph {
    font-size: 12px;
  }

  .image-25 {
    display: block;
  }

  .image-26 {
    display: none;
  }

  .footer-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-10.heading-2 {
    font-size: 32px;
  }

  .heading-10.heading-2.desk {
    max-width: 400px;
    font-size: 30px;
  }

  .text-block-7 {
    line-height: 110%;
  }

  .heading-12.heading-2 {
    font-size: 32px;
  }

  .heading-12.heading-2.desk {
    max-width: 400px;
    font-size: 30px;
  }

  .text-block-8 {
    line-height: 110%;
  }

  .heading-14.heading-2 {
    font-size: 32px;
  }

  .heading-14.heading-2.desk {
    max-width: 400px;
    font-size: 30px;
  }

  .text-block-9 {
    line-height: 110%;
  }

  .testimonials-2 {
    padding-top: 42px;
    padding-bottom: 32px;
  }

  .flex-block-63 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-10 {
    line-height: 110%;
  }

  .paragraph-8 {
    font-size: 20px;
    line-height: 140%;
  }

  .paragraph-8.desktop.testimonials-2 {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-5 {
    margin-top: 0;
  }

  .heading-16 {
    text-align: center;
    max-width: 350px;
    font-size: 32px;
    line-height: 120%;
  }

  .heading-17.heading-2 {
    font-size: 32px;
  }

  .heading-17.heading-2.desk {
    max-width: 400px;
    font-size: 30px;
  }

  .text-block-11 {
    line-height: 110%;
  }

  .flex-block-73 {
    max-width: 391px;
  }

  .heading-19.heading-3.heading-black {
    max-width: 300px;
    font-size: 32px;
    font-weight: 700;
  }

  .heading-19.heading-2 {
    font-size: 32px;
  }

  .heading-19.heading-2.desk {
    max-width: 400px;
    font-size: 30px;
  }

  .flex-block-75 {
    padding: 16px;
  }

  .flex-block-76 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-21.heading-black {
    font-size: 29px;
    font-weight: 700;
  }

  .flex-block-87, .flex-block-90, .flex-block-93, .flex-block-96 {
    max-width: 391px;
  }

  .navigation-image-wide {
    max-width: none;
  }

  .navigation {
    z-index: 20;
  }

  .kutup-faq-title-2 {
    font-size: 18px;
  }

  .slide-4 {
    z-index: 1;
  }

  .section-3 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/1.webp');
    background-position: 0 0, 25% 100%;
  }

  .flex-block-101 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-58 {
    display: block;
  }

  .testimonials-3 {
    padding-top: 42px;
    padding-bottom: 32px;
  }

  .kutup-section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-2 {
    padding-left: 16px;
    padding-right: 23px;
  }

  .kutup-paragraph-2 {
    font-size: 12px;
  }

  .heading-24.heading-black {
    font-size: 29px;
    font-weight: 700;
  }

  .heading-24.white {
    font-size: 32px;
  }

  .flex-block-112 {
    max-width: 391px;
  }

  .image-64 {
    display: none;
  }

  .flex-block-114 {
    margin-left: 0;
    margin-right: 0;
  }

  .kutup-display-3 {
    font-size: 40px;
  }

  .text-block-26 {
    line-height: 110%;
  }

  .paragraph-13.mobile {
    font-size: 20px;
  }

  .paragraph-13.mobile.hero-p {
    display: flex;
  }

  .text-block-27 {
    line-height: 110%;
  }

  .paragraph-14 {
    font-size: 20px;
    line-height: 140%;
  }

  .paragraph-14.desktop.testimonials-3 {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-27 {
    text-align: center;
    max-width: 350px;
    font-size: 32px;
    line-height: 120%;
  }

  .flex-block-126 {
    background-position: 80% 0;
  }

  .flex-block-128 {
    max-width: 391px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    justify-content: flex-end;
    align-items: center;
    min-height: 748px;
    padding-top: 0%;
    padding-bottom: 20px;
    padding-right: 16px;
  }

  .container.container-hero {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 60px;
  }

  .heading.heading-2.desk {
    max-width: 300px;
    font-size: 24px;
  }

  .heading.heading-2.mobi {
    font-size: 24px;
  }

  .features-color {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-5 {
    background-position: 70% 0;
    padding-left: 30px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .flex-block-15, .flex-block-15.halo-column {
    min-width: 70px;
  }

  .row-76px.full-width.y-stroke {
    font-size: 12px;
  }

  .row-76px.full-width.top-stroke {
    width: 100%;
    font-size: 12px;
  }

  .heading-3.heading-black {
    margin-bottom: 5px;
  }

  .list-p {
    font-size: 12px;
  }

  .halo-table, .table-title {
    font-size: 16px;
  }

  .flex-block-19 {
    padding: 30px 20px;
  }

  .flex-block-20.bottom-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph-1.mobile {
    font-size: 16px;
    font-weight: 400;
  }

  .button {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .button.explore.button-nav {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 39px;
    display: block;
  }

  .slide.slide-1 {
    background-image: linear-gradient(#00000026, #00000026), url('../images/7.webp');
    background-position: 0 0, 60%;
  }

  .slide.slide-2 {
    background-image: linear-gradient(#00000026, #00000026), url('../images/1.webp');
    background-position: 0 0, 40%;
  }

  .slide.slide-4 {
    background-image: linear-gradient(#00000026, #00000026), url('../images/8.webp');
    background-position: 0 0, 60%;
  }

  .image-17 {
    width: 100px;
  }

  .heading-7 {
    max-width: 300px;
    font-size: 28px;
  }

  .h1 {
    font-size: 36px;
  }

  .logo-block {
    max-width: 100px;
  }

  .navbar-menu {
    position: sticky;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 10px;
    position: sticky;
    bottom: 0%;
  }

  .navbar.navbar-light-desktop {
    background-color: #fff0;
    position: static;
  }

  .code-embed {
    max-width: 200px;
    max-height: 147px;
  }

  .section {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/1.webp');
    background-position: 0 0, 39% 100%;
    background-size: auto, cover;
  }

  .swiper-slide {
    width: 100%;
  }

  .tab.tab-4, .tab.tab-3, .tab.tab-5, .tab.tab-1 {
    width: 50px;
    height: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab.tab-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab.tab-2.w--current {
    width: 50px;
    height: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tabs-menu-2 {
    display: flex;
  }

  .image-cover, .blog-post-image {
    border-radius: 16px;
  }

  .rich-text {
    order: 1;
  }

  .h3-heading.text-color-gray-900 {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .h3-heading.text-color-gray-900.big-headline {
    font-size: 30px;
  }

  .h3-heading.text-color-gray-900.headline-mobile {
    order: -1;
    font-size: 22px;
  }

  .blog-card-outline {
    padding: 16px;
  }

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

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-max-w-width-640px {
    max-width: 300px;
  }

  .kutup-divider-60px {
    height: 30px;
  }

  .kutup-faq-title-content {
    max-width: 250px;
  }

  .kutup-faq-plus-icon {
    width: 16px;
    height: 16px;
  }

  .footer-link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .footer-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-legal-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-link {
    text-align: left;
  }

  .heading-10.heading-2.desk {
    max-width: 300px;
    font-size: 24px;
  }

  .core-features-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-12.heading-2.desk {
    max-width: 100%;
    font-size: 32px;
  }

  .core-features-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-14.heading-2.desk {
    max-width: 100%;
    font-size: 32px;
  }

  .code-embed-7 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .heading-16 {
    max-width: 300px;
    font-size: 28px;
  }

  .core-features-5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container-9.container-hero {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 60px;
  }

  .heading-17.heading-2.desk {
    max-width: 100%;
    font-size: 32px;
  }

  .code-embed-9 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-19.heading-2.desk {
    max-width: 100%;
    font-size: 32px;
  }

  .flex-block-75 {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .button-2 {
    flex: none;
    width: auto;
    height: 43px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 20;
  }

  .paragraph-10 {
    margin-bottom: 0;
    font-family: Inter, sans-serif;
  }

  .paragraph-10.subcopy-desktop {
    margin-bottom: 0;
  }

  .paragraph-10.subcopy-desktop.subcopy-mobile {
    font-size: 18px;
  }

  .paragraph-10.mobile-subcopy {
    font-size: 14px;
    display: block;
  }

  .paragraph-10.mobile-subcopy.mobile-text-update {
    line-height: 24px;
  }

  .paragraph-10.headline-subcopy.headline-subcopy-mobile {
    font-size: 18px;
    line-height: 24px;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: 80px;
    margin-bottom: 32px;
    display: flex;
    position: static;
  }

  .section-2.desktop-padding {
    margin-top: 20px;
  }

  .container-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding-right: 0;
    display: flex;
  }

  .container-10.mobile-switch {
    flex: 0 auto;
    order: 0;
  }

  .flex-block-78, .flex-block-78.halo-column {
    min-width: 70px;
  }

  .flex-block-82 {
    padding: 30px 20px;
  }

  .image-39 {
    width: 100px;
  }

  .heading-21.heading-black {
    margin-bottom: 5px;
  }

  .flex-block-85.bottom-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tabs-menu-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    display: flex;
  }

  .button-3 {
    flex: none;
    width: auto;
    height: 43px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 20;
  }

  .tabs-5 {
    max-width: 100%;
  }

  .tabs-menu-4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-4, .button-5, .button-6 {
    flex: none;
    width: auto;
    height: 43px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 20;
  }

  .navigation-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    align-items: center;
  }

  .navigation-link-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .navigation-menu-button {
    mix-blend-mode: normal;
  }

  .navigation-menu-button.w--open {
    background-color: #333;
  }

  .navigation-bar {
    justify-content: flex-start;
    align-items: center;
  }

  .container-large-2 {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .navigation-dropdown-list-large {
    font-size: 16px;
  }

  .navigation-dropdown-list-large.mobile-dropdown-border-adjustment.w--open {
    border-radius: 0;
  }

  .navigation-dropdown-list-large.mobile-dropdown-border-adjustment.add-my-account-mobile {
    display: block;
  }

  .navigation-button-group {
    display: none;
  }

  .navigation-menu.mobile-nav-adjustment {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .navigation-logo {
    padding-left: 0;
  }

  .text-block-14 {
    font-size: 18px;
  }

  .icon-2 {
    height: auto;
  }

  .account-cta-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .logo-black {
    width: 25%;
  }

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

  .social-media {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-16 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-20 {
    text-align: center;
  }

  .div-block-17 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-22 {
    text-align: center;
  }

  .div-block-18 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .table-title-2 {
    font-size: 16px;
  }

  .list-p-2 {
    font-size: 12px;
  }

  .slide-4.slide-2 {
    background-image: linear-gradient(#00000026, #00000026), url('../images/1.webp');
    background-position: 0 0, 40%;
  }

  .slide-4.slide-1 {
    background-image: linear-gradient(#00000026, #00000026), url('../images/7.webp');
    background-position: 0 0, 60%;
  }

  .slide-4.slide-4 {
    background-image: linear-gradient(#00000026, #00000026), url('../images/8.webp');
    background-position: 0 0, 60%;
  }

  .section-3 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/1.webp');
    background-position: 0 0, 39% 100%;
    background-size: auto, cover;
  }

  .image-58 {
    margin: 0;
    display: inline-block;
  }

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

  .core-features-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-2 {
    justify-content: flex-end;
    align-items: center;
    min-height: 748px;
    padding-top: 0%;
    padding-bottom: 20px;
    padding-right: 16px;
  }

  .flex-block-107 {
    padding: 30px 20px;
  }

  .image-62 {
    width: 100px;
  }

  .code-embed-14 {
    max-width: 200px;
    max-height: 147px;
  }

  .heading-24.heading-black {
    margin-bottom: 5px;
  }

  .kutup-display-3 {
    font-size: 30px;
    line-height: 1.1;
  }

  .halo-table-2 {
    font-size: 16px;
  }

  .paragraph-13.mobile {
    font-size: 16px;
    font-weight: 400;
  }

  .code-embed-15 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .button-8 {
    flex: none;
    width: auto;
    height: 43px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 20;
  }

  .paragraph-14 {
    font-size: 16px;
  }

  .flex-block-122, .flex-block-122.halo-column {
    min-width: 70px;
  }

  .flex-block-125.bottom-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-27 {
    max-width: 300px;
    font-size: 28px;
  }

  .flex-block-126 {
    background-position: 70% 0;
    padding-left: 30px;
  }

  .text-block-31 {
    text-align: center;
  }

  .div-block-20 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-menu-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    display: flex;
  }

  .button-9 {
    flex: none;
    width: auto;
    height: 43px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 20;
  }

  .code-embed-16 {
    margin-bottom: 0;
  }
}

#w-node-ecb1fb99-7458-91d0-6e95-f649d66251c7-d66251b3 {
  justify-self: end;
}

#w-node-_17811ba3-68e7-01da-a1d9-dede9327b546-353ddc6d {
  justify-self: center;
}

#w-node-_17811ba3-68e7-01da-a1d9-dede9327b58e-353ddc6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a342f294-518c-a9f4-b81c-2ac982107c4a-353ddc6d {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ecb1fb99-7458-91d0-6e95-f649d66251c4-d66251b3, #w-node-a342f294-518c-a9f4-b81c-2ac982107c47-353ddc6d {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ecb1fb99-7458-91d0-6e95-f649d66251ba-d66251b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-ecb1fb99-7458-91d0-6e95-f649d66251be-d66251b3, #w-node-ecb1fb99-7458-91d0-6e95-f649d66251c0-d66251b3 {
    justify-self: start;
  }

  #w-node-a342f294-518c-a9f4-b81c-2ac982107c3d-353ddc6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a342f294-518c-a9f4-b81c-2ac982107c41-353ddc6d, #w-node-a342f294-518c-a9f4-b81c-2ac982107c43-353ddc6d {
    justify-self: start;
  }

  #w-node-e3f6208e-abf4-2eb8-22a1-732cc800729c-353ddc6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-e3f6208e-abf4-2eb8-22a1-732cc80072a0-353ddc6d, #w-node-e3f6208e-abf4-2eb8-22a1-732cc80072a2-353ddc6d {
    justify-self: start;
  }

  #w-node-_7e55e19c-fc69-c0a5-da49-851c9cbef4a3-353ddc6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_7e55e19c-fc69-c0a5-da49-851c9cbef4a7-353ddc6d, #w-node-_7e55e19c-fc69-c0a5-da49-851c9cbef4a9-353ddc6d {
    justify-self: start;
  }

  #w-node-b0c4d133-3b1a-117e-7844-b9fa34ed0273-353ddc6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-b0c4d133-3b1a-117e-7844-b9fa34ed0277-353ddc6d, #w-node-b0c4d133-3b1a-117e-7844-b9fa34ed0279-353ddc6d {
    justify-self: start;
  }

  #w-node-f8e66167-fba8-c737-f944-7504bd1765b9-353ddc6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-f8e66167-fba8-c737-f944-7504bd1765bd-353ddc6d, #w-node-f8e66167-fba8-c737-f944-7504bd1765bf-353ddc6d {
    justify-self: start;
  }
}


