:root {
  --slate-grey: #677581;
  --text: #414b54;
  --orange: #f5a623;
  --royal-blue: #3f6cb2;
}

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

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

h1 {
  color: var(--slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 155%;
}

h3 {
  color: var(--text);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

p {
  color: var(--text);
  margin-bottom: 0;
}

.body {
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 160%;
}

.img-wrapper {
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
  position: relative;
}

.hero-cont {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 800px;
  max-width: 1140px;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 130%;
}

.h1.marg-bot-24 {
  color: #f5f5f5;
  margin-bottom: 24px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.h1.text {
  color: var(--text);
}

.hero-wrapper {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 2%;
  display: flex;
}

.h1-box {
  flex: 0 64%;
  margin-bottom: 0;
  font-size: 15px;
}

.hero-section {
  background-image: linear-gradient(#103152a6, #103152a6), url('../images/group-of-mature-college-students-working-on-projec-P6UTFGL.png');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 70vh;
  margin-top: 72px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.how-to-order-custom {
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph {
  align-self: auto;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 190%;
}

.paragraph.white {
  color: #fff;
  margin-top: 10px;
}

.paragraph.white.large {
  font-size: 20px;
  line-height: 170%;
}

.paragraph.white.mobile-large {
  font-size: 16px;
}

.paragraph._332 {
  height: 80px;
  overflow: scroll;
}

.paragraph.marg-bot {
  margin-bottom: 24px;
}

.h15_button_main {
  background-color: var(--orange);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  height: 100%;
  margin-top: 0;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.h15_button_main:hover {
  background-color: #ffa949;
}

.html-embed {
  flex: 0 auto;
  width: 380px;
  max-height: 430px;
}

.hero-button-box {
  height: 50px;
  display: flex;
}

.paragraph-box_hero {
  color: #fff;
  flex-direction: row;
  padding-right: 163px;
  font-size: 18px;
  line-height: 180%;
}

.paragraph-box_hero.marg-bot-24 {
  color: #fff;
  margin-bottom: 24px;
  padding-right: 140px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #ffa949;
  border: 1px #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

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

.button-2.nav-button {
  border-radius: 200px;
}

.button-2.color-2 {
  background-color: #7666d5;
}

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

.button-2.small-form-arrow-button {
  background-image: url('../images/arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 40px;
  height: 40px;
  padding: 8px;
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  height: 72px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px #0000001a;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.menu-icon-line-middle-2 {
  background-color: #574b8a;
  border-radius: 1px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.menu-icon-line-bottom-2, .menu-icon-line-top-2 {
  background-color: #574b8a;
  border-radius: 1px;
  height: 2px;
}

.nav-search {
  z-index: 100;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.navigation {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 15px;
  display: flex;
}

.modal-close-button-2 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000004d;
  background-image: url('../images/x-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 24px;
  margin-right: 24px;
  transition: transform .4s, border-color .4s, background-color .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-button-2:hover {
  background-color: #574b8a;
  transform: scale(1.1);
}

.nav-dropdown-icon-2 {
  color: #999;
  margin-right: 12px;
  font-size: 13px;
  display: none;
}

.dropdown-bridge {
  z-index: 1;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
}

.div-block-128 {
  align-self: center;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.wrapper-2 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.wrapper-2.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.wrapper-2.nav-bar-wrapper.cycle {
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper-2.nav-bar-wrapper.cycle.mobile {
  display: none;
}

.popup-bg-overlay {
  z-index: 1;
  background-color: #000000c7;
  position: fixed;
  inset: 0%;
}

.form-big-input-2 {
  background-color: #0000;
  border: 1px #000;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 17px;
}

.form-big-input-2:hover, .form-big-input-2:focus {
  border-color: #ffa949;
}

.form-big-input-2::placeholder {
  color: #999;
}

.nav-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu-2.cycle {
  padding-left: 0;
  padding-right: 0;
}

.nav-link-2 {
  color: #151515;
  cursor: pointer;
  border-radius: 6px;
  padding: 8px 15px;
  font-weight: 700;
  transition: background-color .4s;
}

.nav-link-2:hover {
  background-color: #f3f3f7;
}

.nav-link-2.w--current {
  color: #151515;
  font-weight: 700;
}

.text-block-42 {
  color: #616e81;
}

.dropdown-list-2 {
  display: none;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-left: -4px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
  box-shadow: 0 6px 24px #30364d38;
}

.nav-dropdown-link-2 {
  color: #151515;
  cursor: pointer;
  padding: 9px 20px 11px;
  font-size: 14px;
  transition: color .1s, background-color .1s;
}

.nav-dropdown-link-2:hover {
  background-color: #f3f3f7;
}

.nav-dropdown-link-2.w--current {
  color: #574b8a;
  font-weight: 700;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.big-form-icon {
  flex: none;
  height: 24px;
  margin-left: 16px;
}

.big-form-button-2 {
  background-color: #ffa949;
  border-radius: 6px;
  flex: none;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  transition: width .4s;
}

.dropdown-corner {
  z-index: 1;
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: -4px;
  left: 33px;
  transform: rotate(45deg);
}

.button_alt {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #ffa949;
  border: 1px #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button_alt:hover {
  background-color: #f59933;
}

.button_alt.nav-button {
  color: #151515;
  text-transform: capitalize;
  background-color: #f3f3f7;
  border-radius: 200px;
  margin-right: 15px;
}

.button_alt.nav-button:hover {
  background-color: #eaeaf1;
}

.nav-search-form-2 {
  z-index: 3;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 470px;
  max-width: 94vw;
  height: 60px;
  margin-top: 208px;
  padding: 6px;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 4px #0000004d;
}

.nav-search-form-2:hover {
  box-shadow: 0 0 0 4px #00000080;
}

.ep_logo {
  height: 48px;
}

.tag {
  color: #fff;
  background-color: #ffa3cb;
  border-radius: 22px;
  padding: 4px 16px;
  font-weight: 700;
  display: inline-block;
}

.tag.marg-right {
  background-color: #ffabcf;
  margin-right: 8px;
}

.tag-container {
  color: #fff;
  align-items: center;
  display: flex;
}

.tag-container.marg-bot {
  margin-bottom: 12px;
}

.tag-container.marg-bot.hero {
  padding-bottom: 24px;
}

.heading-box-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-box-2.center {
  text-align: center;
  text-align: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin: 20px auto 30px;
  display: flex;
}

.heading-box-2.center-widh {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-box-2.left {
  text-align: left;
  align-items: flex-start;
  margin-bottom: 0;
}

.heading-box-2._100 {
  width: auto;
}

.heading-box-2.bot-margin {
  margin-bottom: 20px;
}

.t06_arrow_left {
  border: 1px solid #c1c7d0;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: relative;
  inset: 90px 80px 0% auto;
}

.t06_arrow_left.marg-top {
  margin-top: 40px;
  top: 90px;
}

.t06_mask {
  width: 34%;
  overflow: visible;
}

.card-text-box {
  text-align: center;
  border: 1px solid #e9ebf0;
  border-left-style: none;
  border-right: 1px #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  padding: 33px 10%;
  display: flex;
}

.card-info-50 {
  text-align: left;
  flex: 0 50%;
  padding-top: 30px;
}

.section-item-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section-item-3.haze {
  background-color: #fafbff;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.button-card {
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7540ee;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.button-card:hover {
  color: #fff;
  background-color: #6b37e0;
}

.t06_arrow_right {
  border: 1px solid #c1c7d0;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: relative;
  inset: auto 0% 0% auto;
}

.t06_arrow_right.marg-top {
  margin-top: 40px;
  top: 0;
}

.card-writer-parent {
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 32%;
  justify-content: flex-start;
  align-items: center;
  height: 320px;
  padding: 0;
  transition: all .2s;
  display: flex;
  position: relative;
}

.card-writer-parent:hover {
  transform: translate(0, -4px);
  box-shadow: 7px 7px 55px #ebecf0;
}

.text-block-76 {
  color: #d1d2d5;
}

.card-name-box {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.stars-box {
  margin-top: 10px;
  display: flex;
}

.text-block-77 {
  color: #333;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 19px;
  font-weight: 600;
}

.card-name {
  font-size: 18px;
  font-weight: 700;
}

.t06_slider {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.divider {
  background-color: #f1ae3d;
  border-radius: 1.5px;
  width: 88px;
  height: 3px;
}

.divider.c {
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
}

.divider.margin_both, .divider.margin_both-copy {
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-span-14 {
  color: #333;
}

.t06_star {
  width: 16px;
  margin-right: 6px;
}

.card-info-parent {
  height: 120px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.card-info-box {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  left: -20px;
}

.card-info-box.right {
  left: 20px;
}

.t06_slider_nav {
  height: auto;
  margin-right: 34px;
  font-size: 14px;
}

.par-padding-2 {
  max-width: 70%;
  margin-top: 0;
}

.par-padding-2._2 {
  max-width: 820px;
}

.par-padding-2._2.pad-bot {
  margin-bottom: 24px;
}

.par-padding-2._3 {
  max-width: none;
}

.t06_stars_wrap {
  margin-bottom: 10px;
  margin-right: 10px;
}

.writer-card-slider {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-dots {
  margin-right: 34px;
  font-size: 8px;
  display: block;
}

.button-box {
  width: 80%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.t06_icon {
  color: #000;
  font-size: 17px;
}

.writer-avatar {
  background-image: url('../images/image-6.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #fff;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-bottom: 0;
  position: relative;
  top: -56px;
}

.writer-avatar._2 {
  background-image: url('../images/image-4.jpg');
}

.writer-avatar._3 {
  background-image: url('../images/image-5.jpg');
}

.writer-avatar._4 {
  background-image: url('../images/happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg');
}

.tabs_new {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.intro-2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-2.small_margin {
  margin-top: 24px;
}

.tabs-vertical-menu-home-2 {
  justify-content: center;
  padding-bottom: 30px;
  display: flex;
}

.text-list-2 {
  color: #fff;
}

.grid-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.par-padding {
  margin-top: 20px;
}

.list-2 {
  color: #6481f7;
}

.panel {
  direction: ltr;
  background-color: #ffffff1a;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.divider-3 {
  background-color: #f1ae3d;
  border-radius: 1.5px;
  width: 88px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.divider-3.c {
  margin-bottom: 0;
  margin-right: 0;
}

.divider-3.long {
  width: 148px;
}

.panel-body-home {
  z-index: 1;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  display: flex;
  position: relative;
}

.panel-body-home.transparent {
  background-color: #0000;
  height: auto;
}

.tabs-vertical-tab-home-2 {
  color: #fff;
  background-color: #79a1ff;
  border: 1px #fff3;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 48px;
  margin-bottom: 12px;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 600;
  transition: color .2s, color .2s, background-color .2s;
  display: flex;
}

.tabs-vertical-tab-home-2:hover {
  color: #fff;
  background-color: #5540c4;
}

.tabs-vertical-tab-home-2.w--current {
  color: var(--text);
  background-color: #fff;
  border: 2px #1890ff;
  font-weight: 600;
}

.list-item-2 {
  margin-bottom: 16px;
}

.section-count {
  object-fit: fill;
  justify-content: center;
  padding: 120px 2%;
  display: flex;
  overflow: hidden;
}

.section-count.bg {
  color: #fff;
  background-image: linear-gradient(225deg, #1563ca, #672dd3);
}

.section-count.bg.marg-top {
  margin-top: 80px;
}

.section-count.bg.hero {
  height: 100%;
  min-height: 70vh;
}

.section-count.haze {
  background-color: #f8f8ff;
}

.section-count.haze.pad-bot-custom {
  padding-bottom: 0;
}

.section-count.haze.overflow-visibl {
  overflow: visible;
}

.section-count.hero {
  height: 100%;
  min-height: 70vh;
  margin-top: 72px;
}

.section-count.hero.bg.custom {
  background-image: url('../images/Dot-map.svg'), linear-gradient(225deg, #13baff, #2d5dd3);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: contain, auto;
}

.section-count.hero.photo {
  background-image: linear-gradient(#00000080, #00000080), url('../images/happy-man-sitting-with-laptop-and-juice-in-park-3765030.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-count.pad-bot-custom {
  padding-bottom: 0;
}

.section-count.custom {
  padding-bottom: 80px;
}

.section-count.bg-2 {
  background-image: linear-gradient(#fffffff2, #fffffff2);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-count.custom-writer-hero {
  background-color: #3e5692;
  margin-top: 70px;
}

.section-count.custom-writer-hero.visible {
  overflow: visible;
}

.wrapper-box {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.button-3 {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: inline-block;
}

.button-3:hover {
  background-color: #ff9f00;
  text-decoration: none;
}

.paragraph-6 {
  color: #414b54;
}

.process_card {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: block;
}

.wrapper.flex {
  display: flex;
}

.wrapper.flex.space {
  justify-content: space-between;
  margin-top: -60px;
  margin-bottom: -60px;
}

.wrapper.centered {
  flex-direction: column;
  display: flex;
}

.wrapper-box-2 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.process_details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  min-height: 300px;
  padding: 16px;
  display: flex;
  position: relative;
}

.process_card_02 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.centre_step {
  color: var(--orange);
  font-size: 18px;
  font-weight: 600;
}

.process_image {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 300px;
  padding: 16px;
  display: flex;
  position: relative;
}

.centre_block {
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  display: flex;
}

.process {
  color: #414b54;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-item-4 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.button-parent {
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7540ee;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  min-height: 45px;
  max-height: 45px;
  margin-top: 0;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.button-parent:hover {
  color: #fff;
  background-color: #6b37e0;
}

.centre_icon_wrap {
  z-index: 5;
  background-color: #fff;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px #e6cbff24;
}

.process_line {
  background-image: url('../images/line.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 2px;
  height: 76%;
  margin-top: 141px;
  position: absolute;
}

.h3 {
  color: var(--text);
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

.h3.marg-bot {
  margin-bottom: 16px;
}

.discription {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
}

.discription.white {
  color: #fff;
  text-align: justify;
}

.discription.white.left {
  color: #fff;
  text-align: left;
}

.discription.white.left.small {
  font-size: 13px;
}

.discription.white.centered {
  text-align: center;
}

.discription.smal {
  font-size: 15px;
  font-weight: 300;
}

.discription.smal._780px {
  max-width: 780px;
}

.discription.left {
  color: var(--slate-grey);
  text-align: left;
}

.discription.left.small {
  font-size: 14px;
  line-height: 165%;
}

.heading-2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 155%;
}

.heading-2.white {
  color: #fff;
}

.heading-2.centered {
  text-align: center;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-block.marg-bot {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.icon-block.marg-bot.center {
  justify-content: center;
}

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

.grid-3.marg-bot {
  margin-bottom: 80px;
}

.grid-3.marg-bot.custom {
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-benefits.padding-all {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 1px 1px 32px #0042550f;
}

.paragraph-box {
  color: #414b54;
  align-items: center;
  font-size: 16px;
  line-height: 155%;
  display: flex;
}

.paragraph-box.marg-bot {
  margin-bottom: 16px;
}

.paragraph-box.marg-top {
  color: #7c828d;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.paragraph-box.marg-top.flex-vert {
  color: #414b54;
  flex-direction: column;
}

.icon {
  box-shadow: none;
  border-radius: 16px;
  width: 65px;
  position: static;
  inset: -30px 0% auto 15px;
}

.icon.marg-right {
  margin-right: 16px;
}

.paragraph-4 {
  color: var(--slate-grey);
  text-align: left;
  flex: 0 50%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
}

.paragraph-4.smal-14 {
  font-size: 14px;
  line-height: 170%;
}

.paragraph-4.smal-14.features {
  text-align: center;
}

.paragraph-4.bold {
  font-weight: 600;
}

.paragraph-4.bold.big {
  color: var(--text);
  flex-basis: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 155%;
}

.paragraph-4.marg-bot {
  margin-bottom: 40px;
}

.t06_paragraph {
  color: #8a94a6;
}

.t06_mask-2 {
  width: 40%;
  overflow: visible;
}

.t06_team_wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.t06_author {
  align-items: center;
  display: flex;
}

.t06_h5 {
  color: #333;
}

.tab04_container {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.t06_card_base {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 2.6rem #c1c7d03b;
}

.t06_card_base.fitem {
  border-radius: 20px;
  padding: 32px;
  position: static;
}

.t06_card_base.fitem.custom {
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.t06_author_wrap {
  padding-left: 0;
}

.card-first-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.t06_card {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 25px 30px;
  display: flex;
}

.t06_job {
  color: #b8b9c2;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
}

.faq02-comment {
  border-top: 1px #ebecf0;
  border-left: 1px solid #ebecf0;
  border-right: 1px solid #ebecf0;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 25px;
  overflow: hidden;
}

.faq02-comment.faq02_bottom_block {
  border-bottom: 1px solid #ebecf0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 8px;
}

.faq02_h6 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.faq02_block {
  cursor: pointer;
  border: 1px solid #ebecf0;
  border-bottom-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 70px;
  padding: 20px 30px 15px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq02_block.faq02_middle_block {
  border-right-style: solid;
  border-radius: 0;
}

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

.wrapper-box-3 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-box-3.faq {
  max-width: 800px;
}

.faq02_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: auto 5% auto auto;
}

.text-grey {
  color: #8a94a6;
  flex: none;
  margin-top: 20px;
  margin-bottom: 6px;
  font-weight: 400;
  line-height: 170%;
}

.dots-slider {
  margin-right: 34px;
  font-size: 8px;
  display: none;
}

.seo-hide {
  overflow: hidden;
}

.seo-hide.hide {
  display: none;
}

.text-item {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.heading-text {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}

.heading-text.no-margin {
  margin-bottom: 0;
}

.image-hider {
  z-index: 5;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.image-hider.hero {
  display: none;
}

.link-block {
  color: #8a94a6;
  border: 1px solid #8a94a685;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  text-decoration: none;
  display: flex;
}

.ticon-bottom {
  background-color: #0000;
  border-radius: 0;
  align-self: flex-start;
  width: 36px;
  height: auto;
  margin-right: 15px;
}

.section {
  height: auto;
  min-height: auto;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}

.section.ghost {
  background-color: #f5f7fd;
  justify-content: center;
  display: flex;
}

.body-text {
  color: #333;
  text-align: left;
  max-width: none;
  margin-bottom: 18px;
  line-height: 25px;
}

.body-text.no-margin {
  color: var(--text);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.body-text.left.no-margin {
  font-weight: 500;
}

.body-text.no-margin {
  margin-bottom: 0;
}

.body-text.fix-height {
  height: 80px;
}

.wrapper-3 {
  z-index: 5;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.button-dropdown {
  z-index: 6;
  width: 48px;
  height: 48px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.button-dropdown.hero {
  display: none;
}

.small-bg-element-2 {
  background-image: linear-gradient(163deg, #fff, #fff 0%, #fff0);
  border-radius: 20px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 21% -23% auto auto;
  transform: rotate(30deg);
}

.small-bg-element-1 {
  background-image: linear-gradient(118deg, #fff, #fff 0%, #fff0);
  border-radius: 36px;
  width: 200px;
  height: 200px;
  margin: auto;
  position: absolute;
  inset: 3% 20% -91% -67%;
  transform: rotate(45deg);
}

.h2 {
  color: #0a1f44;
  text-align: center;
  font-size: 38px;
  line-height: 45px;
}

.bold-text-13 {
  color: #04be5b;
}

.subtitle {
  color: #4e5d78;
  text-align: center;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 25px;
}

.pricing-v2-wave {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.pricing-v2-header {
  color: #fff;
  background-color: #653bfd;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 64px 15%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-bg-elements {
  z-index: 0;
  opacity: .07;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.pricing-v2-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: grid;
}

.pricing-v2-card-info.marg-top {
  margin-top: 32px;
}

.pricing-v2-card-info.marg-top.marg-bot {
  margin-top: 12px;
  margin-bottom: 12px;
}

.pricing-v2-card {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px #30364d1a;
}

.pricing-feature {
  color: #151515;
  align-items: center;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.small-bg-element-3 {
  background-image: linear-gradient(135deg, #fff, #fff 0%, #fff0);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -23%;
  left: 39%;
  transform: rotate(30deg);
}

.intro {
  max-width: 600px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

.intro.full-page {
  max-width: 100%;
}

.pricing-feature-icon {
  background-image: url('../images/check-circle-dark.svg');
  background-position: 50%;
  background-size: 20px;
  flex: none;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.pricing-v2-name {
  z-index: 3;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

.grid-price {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 45px;
}

.pricing-v2-description {
  z-index: 3;
  font-size: 13px;
  line-height: 20px;
  position: relative;
}

.text-left {
  flex: 1;
  align-self: center;
}

.bold-text {
  color: var(--royal-blue);
}

.white {
  color: #fff;
}

.item-heading {
  color: #2f384c;
  font-size: 24px;
  font-weight: 700;
}

.bg-elements {
  z-index: 1;
  opacity: .04;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  height: 100%;
  min-height: 640px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.list {
  justify-content: space-between;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.list.last-item {
  border-bottom-style: none;
  padding-bottom: 0;
}

.bg-element-6 {
  background-image: linear-gradient(135deg, #fff, #fff 0%, #fff0);
  border-radius: 50%;
  width: 22vh;
  height: 22vh;
  position: absolute;
  top: 8vh;
  left: 40%;
  transform: rotate(30deg);
}

.subtitle-2 {
  color: #4e5d78;
  text-align: center;
  max-width: 560px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 25px;
}

.subtitle-2.full-page {
  max-width: 100%;
}

.subtitle-2.full-page.white {
  color: #f5f7fd;
}

.subtitle-2.padding-top {
  padding-top: 12px;
}

.subtitle-2.padding-top.text-left {
  color: #333;
  text-align: left;
}

.ticon {
  background-color: #0000;
  border-radius: 12px;
  align-self: flex-start;
  width: 46px;
  height: auto;
  margin-right: 15px;
}

.ticon.big {
  object-fit: cover;
  width: 58px;
  height: 58px;
}

.item-list {
  color: #333;
  font-size: 18px;
}

.img {
  margin-right: 14px;
}

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

.grid-4.marg-bot {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.bg-element-5 {
  background-image: linear-gradient(163deg, #fff, #fff 0%, #fff0);
  border-radius: 5vh;
  width: 22vh;
  height: 22vh;
  position: absolute;
  inset: 0 -14.9vh auto auto;
  transform: rotate(30deg);
}

.heading {
  color: #fff;
  text-align: right;
  border-bottom: 1px solid #3f6cb252;
  justify-content: space-between;
  align-items: flex-start;
  height: 60px;
  margin-bottom: 24px;
  display: flex;
}

.heading.centered {
  flex: 0 auto;
  align-items: center;
}

.button-alt {
  box-shadow: none;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #f7a92d;
  border: 2px #5d3eff;
  border-radius: 4px;
  align-items: center;
  min-height: 30px;
  max-height: none;
  margin-left: 0;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  transition: all .35s;
  display: inline-block;
  position: static;
}

.button-alt:hover {
  color: #fff;
  background-color: #ff9f00;
}

.image-box {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  bottom: auto;
}

.image-box.marg-bot {
  margin-bottom: 24px;
}

.section-2 {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}

.section-2.dark-mask {
  background-color: #5b3acc;
  padding-top: 110px;
  padding-bottom: 110px;
  overflow: hidden;
}

.bg-element-1 {
  background-image: linear-gradient(118deg, #fff, #fff 0%, #fff0);
  border-radius: 10vh;
  width: 70vh;
  height: 70vh;
  margin: auto;
  position: absolute;
  inset: auto auto -19vh -41.3vh;
  transform: rotate(45deg);
}

.wrapper-4 {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.item-price {
  color: #4e5d78;
  font-size: 18px;
}

.button-box-2 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.bg-element-7 {
  background-image: linear-gradient(159deg, #fff, #fff 0%, #fff0);
  border-radius: 4vh;
  width: 16vh;
  height: 16vh;
  position: absolute;
  inset: auto 22.4vh 7.7vh auto;
  transform: rotate(60deg);
}

.grid-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.faq_icon {
  width: 15px;
  height: 15px;
  position: static;
  inset: auto 5% auto auto;
}

.faq-header {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-header.noselect {
  color: #11164d;
  font-size: 17px;
  font-weight: 700;
}

.faq-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-3 {
  font-size: 13px;
}

.faq_paragraph {
  color: #4e5d78;
  margin-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 160%;
}

.faq_click_wrap {
  height: auto;
  margin-bottom: 15px;
}

.text-block-3 {
  color: #414b54;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-3.mapg-bot {
  color: #414b54;
  margin-bottom: 24px;
}

.faq-block {
  cursor: pointer;
  border-bottom: 1px solid #ebecf0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 70px;
  padding: 10px 16px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq-comment {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.column {
  padding-left: 16px;
  padding-right: 16px;
}

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

.paragraph-box-2 {
  color: #8a94a6;
  margin-bottom: 32px;
}

.stiky-cont-2 {
  flex: 1;
  max-width: 1140px;
  display: flex;
}

.link-page-item {
  color: #333;
  margin-bottom: 10px;
  text-decoration: none;
}

.rich-text-block-2 {
  color: #414b54;
}

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

.section-box.sticky {
  padding-top: 0;
}

.stucky-col-right-2 {
  width: 60%;
  padding-left: 30px;
  padding-right: 0;
}

.sticky-section {
  background-color: #fafbff;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 5% 0;
  display: flex;
}

.links-page-parent {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 30%;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 50px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.link-sticky-pbox {
  perspective: 2000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  max-height: 660px;
  margin-top: 0;
  padding: 0 35px 46px 25px;
  display: flex;
  position: sticky;
  top: 100px;
}

.heading-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-box.left {
  text-align: left;
  flex: 0 44%;
}

.heading-box._1 {
  max-width: 40%;
}

.heading-box.center {
  align-items: center;
}

.link-sticky-pbox-2 {
  perspective: 2000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  max-height: 660px;
  margin-top: 0;
  padding: 0 35px 46px 25px;
  display: flex;
  position: sticky;
  top: 100px;
}

.links-page-parent-2 {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 30%;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 50px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.link-page-item-3 {
  color: #8a94a6;
  margin-bottom: 10px;
  text-decoration: none;
}

.list-item {
  margin-bottom: 24px;
  font-size: 16px;
}

.heading-box-4 {
  margin-bottom: 30px;
}

.terms-section {
  background-color: #fafbff;
  justify-content: center;
  align-items: flex-start;
  padding: 170px 5% 0;
  display: flex;
}

.rich-text-block-3 {
  color: #414b54;
}

.stiky-cont {
  flex: 1;
  max-width: 1140px;
  display: flex;
}

.section-box-4 {
  padding-top: 0;
  padding-bottom: 100px;
}

.bold-text-12 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.footer {
  background-color: #5540c4;
}

.wrapper-5 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-bottom-left {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-3 {
  color: #282f4b;
  background-color: #0000;
  margin-right: 12px;
  padding: 12px;
  text-decoration: none;
  transition: background-color .4s;
}

.nav-link-3:hover {
  color: #282f4b;
  background-color: #282f4b42;
  border-radius: 6px;
}

.nav-link-3.w--current {
  color: #282f4b;
  padding-top: 12px;
  padding-bottom: 12px;
}

.lp-footer-top-2 {
  border-bottom: 1px #fff3;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-brand-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.footer-brand-2.w--current {
  cursor: pointer;
  flex: 0 auto;
}

.footer-bottom-2 {
  color: #ffffff80;
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 15px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.text-block-63 {
  color: #fff;
}

.logo-2 {
  max-width: 200px;
  height: auto;
}

.button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1890ff;
  border: 1px #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: inline-block;
}

.button:hover {
  background-color: #40a9ff;
  text-decoration: none;
}

.divider-4 {
  background-color: var(--orange);
  border-radius: 1.5px;
  width: 88px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.h2_text {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

.intro-3 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-3.small_margin {
  margin-top: 24px;
}

.text-grey-nopadding {
  color: #666;
  flex: none;
  margin-bottom: 6px;
  font-weight: 400;
}

.text-grey-nopadding.bold {
  margin-bottom: 0;
  font-weight: 500;
}

.text-grey-2 {
  color: #666;
  flex: none;
  margin-bottom: 6px;
  font-weight: 400;
}

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

.panel-2 {
  direction: ltr;
  background-color: #ffffff0d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid-3-copy {
  grid-column-gap: 42px;
  text-align: left;
  grid-template-columns: 2fr 2fr 2fr 2fr;
  justify-content: stretch;
  align-self: center;
  justify-items: start;
}

.grid-3-copy.mobile {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
}

.tabs-vertical-menu-home {
  justify-content: center;
  display: flex;
}

.wrapper-6 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.grid_course-work {
  grid-column-gap: 42px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-columns: 1.5fr 1.5fr 1.5fr;
  justify-content: stretch;
  align-self: center;
  justify-items: start;
}

.grid_questions {
  grid-column-gap: 42px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr;
  justify-content: stretch;
  align-self: center;
  justify-items: start;
}

.tabs-vertical-tab-home {
  color: #ffffff80;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 48px;
  margin-bottom: 12px;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.tabs-vertical-tab-home:hover {
  background-color: #fff;
}

.tabs-vertical-tab-home.w--current {
  color: #fff;
  background-color: #fff;
  border: 2px solid #1890ff;
  margin-bottom: 24px;
}

.t06_slider-2 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 89px;
  padding-bottom: 75px;
  padding-left: 30px;
  padding-right: 30px;
}

.bottom-content {
  text-align: right;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.bottom-content.bottom-margin {
  align-self: stretch;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 10px;
}

.card-base {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: auto;
  box-shadow: 0 8px 2.6rem #c1c7d03b;
}

.card-base.no-bg {
  box-shadow: none;
  background-color: #0000;
}

.t06_arrow_right-2 {
  border: 1px solid #c1c7d0;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  inset: auto 38% 0% auto;
}

.slider-reviews {
  margin-right: 40px;
}

.t06_icon-2 {
  color: var(--text);
  font-size: 17px;
}

.stars {
  margin-bottom: 0;
}

.stars.width-140px {
  width: 140px;
}

.slider-reviews-btn {
  color: var(--text);
  margin-right: 0;
}

.t06_arrow_left-2 {
  border: 1px solid #c1c7d0;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  inset: auto auto 0% 38%;
}

.card {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: auto;
  padding: 25px 30px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h2-2 {
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.tab-text {
  color: var(--slate-grey);
  font-size: 14px;
  font-weight: 300;
  line-height: 170%;
}

.tab01_image {
  border-radius: 9px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  box-shadow: 10px 0 55px #89adff59;
}

.h4 {
  margin-top: 15px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}

.h4.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.h4.no-margin.tab {
  font-size: 32px;
  font-weight: 700;
  line-height: 155%;
}

.tabs {
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 70px;
  display: flex;
}

.tab-pane-tab-1 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding: 20px;
  font-size: 21px;
}

.tab-link-2 {
  color: #696969;
  background-color: #0000;
  border: 1px #000;
  border-left: 4px solid #eaebef;
  flex-direction: row;
  align-items: center;
  padding: 20px 10px 20px 15px;
  font-size: 25px;
  font-weight: 700;
  transition: color .25s;
  display: block;
}

.tab-link-2:hover {
  color: #333;
  border-left-color: #e0e0e0;
}

.tab-link-2.w--current {
  color: #202020;
  background-color: #0000;
  border-left-width: 4px;
  border-left-color: #5b7fff;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  font-size: 35px;
  display: block;
}

.tabs-content {
  flex: 1;
  height: auto;
  display: flex;
  overflow: visible;
}

.item-heading-tabs {
  color: #2f384c;
  align-self: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.tabs-menu-2 {
  flex-direction: column;
  flex: 0 40%;
  justify-content: flex-start;
  display: flex;
}

.tab-icon {
  margin-right: 15px;
}

.image-benefits {
  width: 100%;
  display: block;
}

.dynamic-column {
  grid-row-gap: 80px;
  grid-template-columns: 100%;
}

.dynamic-column.margin-top {
  margin-top: 160px;
}

.section-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.section-3.haze {
  background-color: #f8f8ff;
}

.button-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  border: 1px #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-4:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.link-arrow-icon {
  width: 24px;
  margin-top: 1px;
  margin-left: 4px;
}

.arrow-link {
  color: #9165f7;
  text-align: left;
  align-items: center;
  margin-top: -8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.feature-card {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 10%;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.main-grid {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.wrapper-7 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.heading-margin-big.small {
  font-size: 34px;
}

.heading-margin-big.small-2 {
  font-size: 29px;
}

.intro-4 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-4.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.intro-4.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-4.margin-bottom {
  margin-bottom: 80px;
}

.intro-4.no-margin-bottom {
  margin-bottom: 0;
}

.feature-image-medium {
  width: 100%;
  height: 340px;
  margin-bottom: 16px;
}

.title {
  color: #9165f7;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ededff;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 4px 7px 4px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.text-grey-3 {
  color: var(--slate-grey);
  text-align: left;
  font-weight: 300;
}

.text-grey-3.auto-height, .tabs-fixer {
  height: auto;
}

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

.contact-card {
  background-color: #2792ec;
  border-radius: 16px;
  width: 400px;
  padding: 40px;
  box-shadow: 0 3px 29px #0000001f;
}

.grid-6 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 42% 1fr;
  align-items: center;
}

.contact-item {
  background-color: #f5f7fc;
  border-radius: 10px;
  align-items: center;
  height: auto;
  margin-top: 40px;
  padding: 32px;
  display: flex;
  box-shadow: 0 1px 24px #00000012;
}

.icon-2 {
  width: 45px;
  margin-bottom: 0;
}

.icon-2.big {
  width: 56px;
}

.icon-2.big.margin-right {
  margin-right: 24px;
}

.info-text {
  color: #414b54;
  font-size: 20px;
  line-height: 155%;
}

.info-text.bold {
  font-weight: 700;
}

.info-text.marg-top {
  margin-top: 8px;
  font-size: 18px;
}

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

.text-label {
  color: #666;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.text-label.white {
  color: #fff;
  align-self: center;
}

.divider-5 {
  background-color: #ffa949;
  border-radius: 1.5px;
  width: 88px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 21px;
}

.tab-icon-top {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-bottom: 12px;
  display: flex;
}

.text-grey-4 {
  color: #666;
}

.main-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.tabs-horisontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link {
  color: #151515;
  text-align: center;
  background-color: #0000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 8px;
  padding: 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
  box-shadow: 0 8px 16px #0000, inset 0 0 0 1px #e3e3e3;
}

.tab-link:hover {
  box-shadow: 0 8px 16px #0000001a, inset 0 0 0 1px #e3e3e3;
}

.tab-link.w--current {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #ffa949;
}

.tab-link.fixed-width {
  width: 192px;
  padding: 14px;
}

.tab-link.fixed-width.w--current {
  padding: 14px;
}

.breadcrumbs-arrow {
  opacity: .3;
  background-image: url('../images/right-white.svg');
  background-position: 50%;
  background-size: 16px;
  width: 17px;
  height: 17px;
  margin-left: 2px;
  margin-right: 2px;
}

.breadcrumbs-link {
  color: #fff;
  text-decoration: none;
}

.breadcrumbs-link:hover {
  text-decoration: underline;
}

.breadcrumbs-link.dark {
  color: #151515;
}

.wrapper-8 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section-4.top-section {
  color: #fff;
  background-color: #574b8a;
  padding-top: 128px;
  padding-bottom: 128px;
  overflow: hidden;
}

.section-4.top-section.grade-1 {
  background-color: #5f84ec;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 72px;
}

.section-4.blue {
  background-color: #5f84ec;
  margin-top: 72px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.decor-bottom {
  z-index: 1;
  width: 100%;
  height: 4vw;
  position: absolute;
  inset: auto 0% -2px;
}

.breadcrumbs {
  color: #ffffff80;
  text-transform: capitalize;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.bg-elements-2 {
  z-index: 0;
  opacity: .05;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  height: 100%;
  min-height: 640px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.page-intro {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bg-element-8 {
  background-image: linear-gradient(118deg, #fff, #fff 0%, #fff0);
  border-radius: 10vh;
  width: 70vh;
  height: 70vh;
  margin: auto;
  position: absolute;
  inset: auto auto -19vh -30.7vh;
  transform: rotate(45deg);
}

.page-heading {
  margin-top: 0;
}

.divider-6 {
  background-color: #f5a623;
  border-radius: 1.5px;
  width: 100%;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 16px;
}

.person-name {
  margin-top: -2px;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.text-label-2 {
  color: #666;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.person-avatar {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 64px;
  height: 64px;
  margin-right: 16px;
}

.person {
  flex-direction: row;
  align-items: center;
  padding-right: 4%;
  display: flex;
}

.button-5 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
}

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

.button-5.input-arrow-button {
  z-index: 1;
  background-image: url('../images/right-white_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 0 6px 6px 0;
  width: 60px;
  margin-left: -6px;
  position: relative;
}

.person-bio {
  color: #666;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}

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

.text-link {
  color: #f77e46;
  text-decoration: none;
  transition: color .2s;
}

.text-link:hover {
  color: #f77e46;
  text-decoration: underline;
}

.tabs-horisontal-2 {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: inset 0 -1px #e3e3e3;
}

.media-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tabs-content-2 {
  overflow: visible;
}

.tab-link-3 {
  color: #151515;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
}

.tab-link-3.w--current {
  border-bottom-color: var(--orange);
  background-color: #0000;
}

.media-decoration {
  z-index: 0;
  background-color: #f5f5f5;
  border-radius: 40px;
  width: 90%;
  height: 90%;
  position: absolute;
  inset: -32px -32px auto auto;
}

.media-decoration.bottom-right {
  inset: auto -32px -32px auto;
}

.media-decoration.bottom-left {
  inset: auto auto -32px 90px;
}

.tab-icon-left {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  margin-right: 12px;
  display: flex;
}

.person-info {
  flex-direction: row;
  flex: 1;
  align-items: center;
}

.main-grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.media-rounded {
  z-index: 2;
  object-fit: contain;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
}

.writer-info {
  flex-direction: row;
  align-self: center;
  display: flex;
}

.name {
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  width: 90px;
  height: 100%;
  display: block;
}

.writer-rating {
  align-self: flex-end;
  width: 80px;
}

.bottom-content-2 {
  text-align: right;
  border-top: 1px solid #b8b9c240;
  justify-content: space-between;
  align-self: stretch;
  margin-top: auto;
  padding-top: 20px;
  display: flex;
}

.tutor-heading {
  color: #2f384c;
  align-self: center;
  font-size: 24px;
  font-weight: 500;
}

.tutor-heading.bottom-margin-small {
  text-align: left;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
}

.cards {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 8px 2.6rem #c1c7d03b;
}

.cards.writer-item {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding: 20px;
  display: flex;
}

.team-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading-writers {
  color: #fff;
  text-align: right;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.lottie-animation {
  object-fit: cover;
}

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

.image-box {
  padding: 2vw;
}

.image-box.custom {
  height: auto;
}

.image {
  height: 100%;
}

.lottie-animation-2 {
  z-index: -1;
  object-position: 200% 50%;
  width: 80%;
  display: block;
  position: absolute;
  left: -200px;
}

.feature-blocks {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e6e8f0;
  border-bottom: 1px solid #e6e8f0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.feature-block {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 5vw;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ededff;
}

.text-big {
  font-size: 17px;
  line-height: 28px;
}

.text-big.text-grey {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
}

.text-grey-5 {
  color: #798099;
}

.bg-elements-3 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 2000px;
  height: 100%;
  min-height: 640px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.dots {
  opacity: .12;
  background-image: url('../images/circle-pattern-white.svg');
  background-position: 0 0;
  background-size: 12px;
  width: 297px;
  height: 118px;
  position: absolute;
  inset: 25% auto auto 3%;
}

.circle-small {
  opacity: .08;
  width: 8vw;
  position: absolute;
  inset: 12% 7% auto auto;
}

.circle-big {
  opacity: .08;
  width: 26vw;
  max-width: 480px;
  position: absolute;
  inset: auto 24% -25% auto;
}

.feature-image-big {
  height: 300px;
  margin-bottom: 32px;
}

.feature {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.nav-search-2 {
  z-index: 100;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.navigation-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.pricing-v2-tag {
  z-index: 1;
  color: #151515;
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  box-shadow: 0 1px 2px #00000024;
}

.pricing-v2-billing {
  color: #574b8a;
  border-left: 1px solid #e3e3e3;
  height: 24px;
  margin-left: 12px;
  padding-top: 5px;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.dot {
  background-color: var(--orange);
  border-radius: 11px;
  width: 6px;
  height: 6px;
  margin-right: 12px;
}

.item-assign {
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
}

.grid-2.custom-1 {
  grid-column-gap: 30px;
  grid-row-gap: 120px;
}

.image-box-2 {
  flex-direction: column;
  flex: 0 60%;
  justify-content: flex-start;
  padding: 80px;
  display: flex;
}

.faq-container-2 {
  flex-direction: column;
  justify-content: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.calc-wrap {
  color: #fff;
}

.html-embed-2 {
  width: 298px;
  height: auto;
  max-height: 380px;
}

.button-6 {
  background-color: #0080ff;
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: 700;
}

.button-6.marg-bot {
  margin-bottom: 24px;
}

.button-6.marg-bot.centered {
  align-self: center;
}

.button-6.marg-top {
  margin-top: 50px;
}

.button-6.marg-top._32 {
  margin-top: 24px;
}

.button-6.mobile {
  display: none;
}

.cta-tutor-card {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.stars-rating {
  width: 90px;
  margin-bottom: 3px;
  margin-right: 0;
}

.stars-rating.right {
  width: 90px;
  margin-left: 50px;
}

.info-tutor {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.paragraph-7.tutor-info {
  color: #999fae;
  margin-top: 14px;
  margin-bottom: 14px;
}

.writer-slider-wrapper {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 75px;
  padding-left: 30px;
  padding-right: 30px;
}

.tutor-photo {
  border-radius: 8px;
  width: 60px;
  height: 60px;
}

.tutor-photo.marg-right {
  object-fit: cover;
  border-radius: 50%;
  margin-right: 12px;
}

.writer-card-item {
  margin-right: 5%;
  font-size: 14px;
}

.hire-button {
  color: #292930;
  background-color: #0000;
  border: 1px solid #1990ff;
  border-radius: 6px;
  align-self: flex-start;
  padding: 14px 32px;
}

.hire-button:hover {
  color: #fff;
  background-color: #1990ff;
  font-weight: 600;
}

.hire-button.marg-top {
  margin-top: 12px;
}

.writer-slider-arrow-right {
  border: 1px solid #c1c7d0;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: relative;
  inset: 30px 0% 0% auto;
}

.number-rating {
  align-self: center;
  font-size: 12px;
  font-weight: 400;
}

.number-rating.marg-right {
  margin-right: 12px;
  font-size: 16px;
  font-weight: 700;
}

.tutor-name {
  font-size: 16px;
  font-weight: 700;
}

.writers-card {
  background-image: linear-gradient(135deg, #fff, #ffffff2b);
  border: 1px solid #eee;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
}

.writer-slider-mask {
  width: 34%;
  overflow: visible;
}

.rating-tutors {
  align-items: center;
  display: flex;
}

.rating-tutors.questions {
  justify-content: space-between;
  width: 100%;
}

.writer-slider-dots {
  margin-right: 34px;
  font-size: 8px;
  display: none;
}

.writer-slider-arrow-left {
  border: 1px solid #c1c7d0;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: relative;
  inset: 80px 80px 0% auto;
}

.nav-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-13 {
  color: #fff;
  text-align: center;
  background-color: #ffa949;
  border: 1px #0000;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: inline;
}

.button-13:hover {
  background-color: #f59933;
}

.button-13.ghost {
  color: #574b8a;
  background-color: #f3f3f7;
  align-self: auto;
  height: 42px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button-13.ghost:hover {
  box-shadow: none;
  background-color: #eaeaf1;
}

.button-13.nav-button {
  background-color: #0082d5;
  border-radius: 6px;
  height: 42px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.button-13.nav-button:hover {
  background-color: #006eb4;
}

.section-item-6 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-content-2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.bottom-margin {
  margin-bottom: 25px;
}

.button-11 {
  box-shadow: none;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #1890ff;
  border: 2px #5d3eff;
  border-radius: 4px;
  align-items: center;
  min-height: 30px;
  max-height: none;
  margin-left: 0;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  transition: all .35s;
  display: inline-block;
  position: static;
}

.button-11:hover {
  color: #fff;
  background-color: #40a9ff;
}

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

.image-2 {
  text-align: right;
}

.writers_slider {
  background-color: #0000;
  max-width: 100%;
}

.writer_slider_left {
  margin-left: 0;
  margin-right: 0;
  top: 0%;
  bottom: 0%;
  left: -80px;
}

.writer_slider_arrow_left {
  color: #4e5d78;
  max-height: 80px;
  margin: 164px 0 164px auto;
  padding-top: 0;
  padding-bottom: 0;
}

.writers_slide {
  width: 33.33%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-nav {
  bottom: -55px;
}

.writer_slider_mask {
  max-width: 1110px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.writers_slider_right {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  top: 0%;
  bottom: 0%;
  right: -80px;
}

.writer_slider_arrow_right {
  color: #4e5d78;
  max-height: 80px;
  margin: 164px auto 164px 0;
  padding-top: 0;
  padding-bottom: 0;
}

.tutor-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tutor-info.questions {
  width: 100%;
}

.rate-bar-wrapper {
  justify-content: center;
  display: flex;
}

.rate-bar {
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 8px;
  justify-content: space-between;
  width: 780px;
  height: 80px;
  margin-top: -40px;
  margin-bottom: -40px;
  padding: 16px;
  display: flex;
  position: relative;
}

.text-rate-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.description {
  font-size: 10px;
}

.rate-box {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rate-number {
  color: var(--orange);
  font-size: 24px;
  font-weight: 700;
}

.image-count.pad-around {
  padding: 5px;
}

.step-image {
  border-radius: 6px;
  height: 300px;
  box-shadow: 1px 1px 33px #5451f814;
}

.step-text-count {
  width: 555px;
  font-size: 16px;
}

.divider-7 {
  opacity: .35;
  background-color: #3e6cb2;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.divider-7.white {
  background-color: #fff;
}

.price-box {
  color: #3e6cb2;
  background-color: #fff;
  border-radius: 6px;
  padding: 8px;
}

.price-box.blue {
  color: #fff;
  background-color: #3e6cb2;
  margin-left: 20px;
}

.icon-check {
  margin-right: 16px;
}

.head-4 {
  font-size: 24px;
  font-weight: 700;
}

.head-4.marg-bot {
  margin-bottom: 12px;
}

.free {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.prices-featured-card {
  color: #fff;
  background-color: #3e6cb2;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  box-shadow: 0 4px 34px #00000014;
}

.prices-featured-card.white {
  color: var(--text);
  background-color: #fff;
}

.item-box {
  display: flex;
}

.small-text {
  font-size: 10px;
  line-height: 20px;
}

.title-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-14 {
  color: #fff;
  background-color: #3e6cb2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 12px 36px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.button-14:hover {
  box-shadow: 1px 1px 33px #0000000f;
}

.button-14.white {
  color: #3e6cb2;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.grid-10 {
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
}

.grid-10.light {
  font-weight: 300;
}

.title-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.bold-text-14 {
  color: #ff7b7b;
  text-decoration: line-through;
}

.bold-text-15 {
  color: #3eb282;
}

.bold-text-16 {
  color: #ff7b7b;
  text-decoration: line-through;
}

.text-block-99 {
  padding-top: 10px;
  font-family: Lato, sans-serif;
}

.text-grey-6 {
  color: #666;
  font-family: Inter, sans-serif;
}

.card-button {
  color: #151515;
  text-align: center;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: inset 0 1px #e3e3e3;
}

.card-button:hover {
  color: #f5f7fd;
  background-color: #f77e46;
}

.wrapper-how {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.pricing-card-2 {
  color: #fff;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.text-span-12 {
  color: #ee3e54;
  font-weight: 700;
  text-decoration: line-through;
}

.post-card-wide-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  place-items: center;
  padding: 0;
  display: grid;
}

.pricing-card-list-2 {
  grid-template-rows: auto;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.post-card-type {
  z-index: 2;
  background-color: #452c48;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 14px;
  display: flex;
  position: relative;
}

.post-card-type.v3 {
  background-color: #e94a47;
  margin-right: 14px;
  position: static;
  right: 0;
}

.post-card-type.v4 {
  background-color: #6363cc;
  margin-right: 14px;
  position: static;
  top: 30%;
  right: 0;
}

.post-card-type.v1 {
  background-color: #4e5d78;
  margin-right: 14px;
  position: static;
  right: 0;
}

.post-card-type.v2 {
  background-color: #f77e46;
  margin-right: 14px;
  position: static;
  inset: auto 0% auto auto;
}

.card-button-hover {
  background-color: #f77e46;
  height: 6px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-list-2 {
  margin-top: 0;
  padding-left: 0;
}

.icon-list-2.pricing-list {
  margin-bottom: 0;
}

.card-head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.div-block {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.pricing-card-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
}

.card-blog {
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.icon-list-item-2 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
  list-style-type: disc;
  display: flex;
}

.card-button-text-2_2 {
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.card-button-text-2_2:hover {
  color: #f5f7fd;
}

.steps-how {
  color: #15151533;
  font-size: 12px;
  font-weight: 700;
}

.post-card-icon {
  filter: invert();
  width: 20px;
}

.blog-promo {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 96px;
}

.main-grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.post-card-v2 {
  color: #151515;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 30px;
  padding: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.post-card-v2-heading {
  text-transform: capitalize;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
}

.pricing-card-info-2 {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  flex: 1;
  min-height: auto;
  margin-bottom: 18px;
  padding: 24px 20px 10px;
  position: relative;
}

.step {
  border-radius: 6px;
  min-width: 300px;
}

.checkmark-2 {
  background-image: url('../images/approval-color.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.steps-image {
  color: #151515;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-how {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-how.haze {
  background-color: #f5f5f5;
}

.bold-text-11 {
  color: #151515;
  text-decoration: line-through;
}

.grid-11 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 33%;
  position: relative;
  overflow: visible;
}

.about-count {
  background-color: #fff;
  border-radius: 6px;
  padding: 32px;
  line-height: 170%;
}

.bold-text {
  color: var(--text);
  font-size: 24px;
  font-weight: 700;
  line-height: 155%;
}

.writer-count {
  color: #fff;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.photo {
  border-radius: 90px;
  width: 100px;
  height: 100px;
  margin-right: 40px;
}

.grid-12 {
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info-count {
  display: flex;
}

.rating-text {
  margin-right: 4px;
  font-weight: 700;
}

.grid-13 {
  grid-template-columns: 1fr 1fr 1fr;
}

.hire-button-page {
  background-color: var(--orange);
  color: #fff;
  border-radius: 6px;
  align-self: flex-start;
  padding: 8px 32px;
  font-weight: 700;
}

.hire-button-page:hover {
  color: #fff;
  background-color: #1990ff;
  font-weight: 600;
}

.hire-button-page.marg-top {
  margin-top: 12px;
}

.hire-button-page.marg-top.all {
  text-align: center;
  width: 100%;
}

.grid-14 {
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
}

.lottie-writer {
  width: 630px;
  margin-bottom: -130px;
}

.collection-list-wrapper {
  column-count: 3;
  column-rule-width: 20px;
  column-gap: 24px;
  text-decoration: none;
}

.link-block-5 {
  color: var(--text);
  text-decoration: none;
}

.text-block.bold {
  font-weight: 700;
}

.text-block.small {
  align-items: center;
  font-size: 11px;
  display: flex;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-author-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 24px;
  display: flex;
}

.footer-brand {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.section-5 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-5.dark-mask {
  color: #fff;
  background-color: #574b8a;
  overflow: hidden;
}

.section-5.marg-top {
  margin-top: 72px;
  padding-top: 60px;
}

.section-5.top-section-v2 {
  color: #151515;
  background-color: #f5f5f5;
  padding-top: 172px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section-5.haze {
  background-color: #f5f5f5;
}

.section-5.haze.no-padding-top {
  padding-top: 0;
}

.section-5.questions {
  color: #151515;
  background-color: #f5f5f5;
  padding-top: 172px;
  padding-bottom: 120px;
  overflow: hidden;
}

.section-5.top-margin {
  padding-top: 80px;
}

.sidebar-card-info {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-link {
  color: #fff;
  align-items: flex-start;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.footer-contact:hover {
  text-decoration: none;
}

.sidebar-block {
  width: 320px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  position: sticky;
  top: 120px;
}

.sidebar-block.sticky {
  position: sticky;
  top: 128px;
}

.sidebar-block.hide {
  display: none;
}

.tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -6px;
  margin-left: 11px;
  margin-right: -4px;
  display: flex;
}

.post-heading {
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 44px;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-link-small {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: background-color .4s;
  display: flex;
}

.social-link-small:hover {
  background-color: #7666d5;
}

.sidebar-card {
  color: #fff;
  text-align: center;
  background-color: #574b8a;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icons-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dot-divider {
  background-color: #e3e3e3;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot-divider.white {
  background-color: #ffffff4d;
}

.form-error {
  color: #ee3e54;
  text-align: center;
  background-color: #ee3e541f;
  border: 1px solid #ee3e5480;
  border-radius: 8px;
  margin-top: 16px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 20px;
}

.form-error.dark {
  background-color: #0003;
  border-color: #0000;
}

.social-icon-small {
  width: 16px;
}

.heading-4 {
  flex: none;
}

.post-info-date {
  color: #666;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.post-preview-box {
  z-index: 2;
  background-color: #574b8a;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  max-height: 60vw;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px #00000026;
}

.promo-card-heading {
  margin-bottom: 20px;
}

.label {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ffa949;
  border-radius: 4px;
  height: 24px;
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
  font-weight: 500;
}

.label.post-category {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sidebar-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 24px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.sidebar-grid {
  grid-column-gap: 72px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 320px 1fr 320px;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.icon-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-bottom: 16px;
  display: flex;
}

.sidebar {
  flex: 0 auto;
  width: 100%;
}

.post-tags {
  border-top: 1px solid #d1d1d1;
  align-items: flex-start;
  margin-top: 16px;
  padding-top: 32px;
  padding-bottom: 8px;
  display: flex;
}

.post-tags.hide {
  display: none;
}

.footer-bottom-left-2 {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-success {
  color: #88ae45;
  background-color: #88ae451f;
  border: 1px solid #88ae4580;
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 20px;
}

.form-success.dark {
  background-color: #15151533;
  border-color: #0000;
}

.footer-heading {
  margin-bottom: 20px;
}

.footer-2 {
  color: #fff;
  background-color: #574b8a;
}

.posts-3-cols {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.sidebar-tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -4px;
  margin-right: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.post-author-avatar {
  border-radius: 50%;
  flex: none;
  width: 72px;
  height: 72px;
}

.sidebar-card-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-bottom: 12px;
  display: flex;
}

.logo {
  height: 32px;
}

.form-small-input {
  background-color: #0000;
  border: 1px #000;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 20px;
}

.form-small-input:hover, .form-small-input:focus {
  border-color: #ffa949;
}

.form-small-input::placeholder {
  color: #999;
}

.footer-contact-icon {
  height: 16px;
  margin-top: 5px;
  margin-right: 8px;
}

.footer-top {
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.post-author {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  align-items: flex-start;
  margin-bottom: 48px;
  padding: 28px 28px 80px;
  display: flex;
  position: relative;
}

.form-big {
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 6px;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
  box-shadow: 0 8px 16px #0000001a;
}

.form-big:hover {
  box-shadow: 0 12px 24px #00000029;
}

.form-info {
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: -16px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 9px;
  line-height: 16px;
  display: flex;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.post-rich-text {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.form-small {
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 4px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 16px #0000001a;
}

.footer-v1-form {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.footer-bottom {
  color: #ffffff80;
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.post-info {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 88vw;
  margin-bottom: 60px;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 16px #00000014;
}

.logo-description {
  border-left: 1px solid #fff3;
  margin-left: 32px;
  padding-left: 16px;
  font-size: 12px;
  line-height: 20px;
}

.card-button-2 {
  color: #574b8a;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #e3e3e3;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-bottom: 1px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.card-button-2:hover {
  color: #ffa949;
}

.footer-v1-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.page-wrapper {
  position: relative;
}

.subscribe {
  width: 400px;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 8px;
}

.sidebar-post-card {
  background-color: #fff;
  border-radius: 6px;
  align-items: stretch;
  margin-bottom: 12px;
  padding: 16px;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 6px 20px #0000001c;
}

.sidebar-post-card:hover {
  z-index: 1;
  background-color: #fff;
  position: relative;
  transform: translate(0, 3px);
  box-shadow: 0 0 0 1px #e3e3e3;
}

.sidebar-post-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 8px;
  padding-right: 16px;
  display: flex;
}

.sidear-post-category {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.sidebar-post-heading {
  color: #151515;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.sidebar-post-image {
  background-color: #f5f5f5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 96px;
  display: flex;
}

.blog-sidebar-subscribe {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 370px;
  max-width: 100%;
  margin-top: 32px;
  margin-bottom: 48px;
  display: flex;
}

.blog-sidebar-subscribe.hide {
  display: none;
}

.subscribe-form {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.form-info-2 {
  color: #666;
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: -16px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.form-error-2 {
  color: #ee3e54;
  text-align: center;
  background-color: #ee3e541f;
  border: 1px solid #ee3e5480;
  border-radius: 7px;
  margin-top: 16px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 20px;
}

.input {
  background-color: #f5f5f5;
  border: 1px solid #0000;
  border-radius: 7px;
  height: 48px;
  margin-bottom: 0;
  padding: 7px 20px 8px;
  transition: box-shadow .4s, opacity .2s, color .4s, background-color .4s, border-color .4s;
}

.input:hover, .input:focus {
  border-color: var(--royal-blue);
  background-color: #fff;
}

.input::placeholder {
  color: #999;
}

.input.white {
  color: #dfdfdf;
  border-radius: 6px;
}

.form-success-2 {
  color: #88ae45;
  background-color: #88ae451f;
  border: 1px solid #88ae4580;
  border-radius: 7px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 20px;
}

.sidebar-subscribe-heading {
  margin-bottom: 16px;
}

.post-card-icon-2 {
  width: 20px;
}

.post-card-v3-content {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 20px 16px 0;
  display: flex;
}

.post-card-v3 {
  color: #151515;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px #0000001c;
}

.post-card-v3:hover {
  background-color: #fff;
  border-color: #eaeaea00;
  transform: translate(0, 3px);
  box-shadow: 0 0 0 1px #e3e3e3;
}

.post-card-type-2 {
  z-index: 2;
  background-color: #452c48;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.post-card-type-2.v3 {
  margin-bottom: -24px;
}

.post-card-v3-heading {
  text-transform: capitalize;
  flex: 1;
  margin-bottom: 12px;
}

.post-card-v3-image {
  z-index: 2;
  object-fit: cover;
  background-color: #f5f5f5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 240px;
  max-height: 18vw;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.post-card-category {
  color: #151515;
}

.post-card-v3-info {
  color: #999;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.footer-3 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.footer-v1-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 12%;
  display: flex;
}

.page-heading-2 {
  margin-bottom: 20px;
}

.page-heading-2.white._10 {
  opacity: .1;
}

.blog-grid-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 320px;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-insta-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.blog-sidebar-subscribe-2 {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 370px;
  max-width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.blog-sidebar-subscribe-2.hide {
  display: none;
}

.footer-v1-description {
  margin-top: 16px;
  margin-bottom: 24px;
}

.sidebar-card-icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  margin-bottom: 12px;
  display: flex;
}

.sidebar-2 {
  flex: 0 auto;
  width: 100%;
  padding-top: 8px;
}

.dot-divider-2 {
  background-color: #d1d1d1;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 6px;
  margin-right: 6px;
}

.dot-divider-2.white {
  background-color: #ffffff4d;
}

.wrapper-9 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.subscribe-form-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.footer-v1-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-insta-block {
  border-radius: 4px;
  width: 100%;
  padding: 50%;
  position: relative;
  overflow: hidden;
}

.footer-link-box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sidebar-banner {
  color: #fff;
  text-align: center;
  background-color: #452c48;
  background-image: url('../images/coffee-creative-cup-space-3803974.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 72px 36px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper-2 {
  width: 100%;
  position: relative;
}

.posts-big-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-15 {
  color: #fff;
  text-align: center;
  background-color: #f77e46;
  border-style: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
}

.button-15:hover {
  background-color: #452c48;
}

.button-15.input-arrow-button {
  z-index: 1;
  background-color: var(--royal-blue);
  background-image: url('../images/right-white_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 60px;
  margin-left: -6px;
  position: relative;
}

.sidebar-heading-2 {
  color: #151515;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 12px;
}

.list-dropdown {
  z-index: 30;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.footer-bottom-3 {
  color: #ffffff80;
  border-top: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.footer-link-badge {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #853f71;
  border-radius: 4px;
  margin-left: 10px;
  padding: 4px 5px 4px 6px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  transition: background-color .2s;
}

.footer-link-badge:hover {
  background-color: #f77e46;
}

.category-link {
  color: #151515;
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 8px;
  padding: 4px 15px;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 3px 9px #0000001c;
}

.category-link:hover {
  color: #fff;
  background-color: #0082d5;
}

.category-link.w--current {
  background-color: var(--royal-blue);
  color: #fff;
  border-color: #0000;
}

.category-link.blog {
  background-color: var(--royal-blue);
  color: #fff;
}

.sidebar-sticky-box {
  padding-top: 8px;
  position: sticky;
  top: 120px;
}

.list-dropdown-heading {
  color: #452c48;
  font-weight: 700;
  display: none;
}

.input-2 {
  background-color: #f5f5f5;
  border: 1px solid #0000;
  border-radius: 7px;
  height: 48px;
  margin-bottom: 0;
  padding: 7px 20px 8px;
  transition: box-shadow .4s, opacity .2s, color .4s, background-color .4s, border-color .4s;
}

.input-2:hover, .input-2:focus {
  background-color: #fff;
  border-color: #f77e46;
}

.input-2::placeholder {
  color: #999;
}

.input-2.white {
  background-color: #fff;
}

.footer-link-3 {
  color: #fff;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-link-3:hover {
  text-decoration: underline;
}

.footer-v1-brand {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -8px;
  padding: 8px 20px 8px 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.footer-contact-icon-2 {
  height: 16px;
  margin-top: 3px;
  margin-right: 8px;
}

.footer-v1 {
  color: #fff;
  background-color: #452c48;
  padding-top: 60px;
}

.footer-instagram-hover {
  z-index: 1;
  background-color: #00000080;
  background-image: url('../images/instagram-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.social-link-small-2 {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: background-color .4s;
  display: flex;
}

.social-link-small-2:hover {
  background-color: #f77e46;
}

.page-intro-left {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -16px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.footer-v1-grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 370px 1fr 1fr 270px;
  margin-bottom: 64px;
}

.footer-instagram {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 24px;
  display: grid;
}

.sidebar-types {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.breadcrumbs-2 {
  color: #fff;
  text-transform: capitalize;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.breadcrumbs-2.dark {
  color: #151515;
}

.breadcrumbs-arrow-2 {
  background-image: url('../images/right-white_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
}

.breadcrumbs-arrow-2.dark {
  background-image: url('../images/right.svg');
}

.categories {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.footer-contact {
  color: #fff;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

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

.bold-text-17 {
  color: var(--royal-blue);
  font-size: 20px;
}

.post-card-autor {
  align-items: center;
  display: flex;
}

.post-card-autor.marg-bot {
  margin-bottom: 10px;
}

.post-card-autor.article {
  font-weight: 700;
}

.post-card-avatar {
  border-radius: 50%;
  width: 50px;
}

.post-card-avatar.marg-right {
  margin-right: 12px;
}

.autor-card-count {
  padding: 16px;
}

.div-block-131 {
  display: block;
}

.text-span-15 {
  color: #9ca7b1;
}

.heading-5 {
  color: #f5f5f5;
}

.questions-wrappper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 20px;
  display: grid;
}

.questions-content {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.question-card {
  color: #151515;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  width: 100%;
  min-height: 150px;
  margin-bottom: 60px;
  padding: 16px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  box-shadow: 0 15px 40px #0000001c;
}

.answer-card {
  color: #151515;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  padding: 16px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  box-shadow: 0 15px 40px #0000001c;
}

.subheading {
  color: var(--slate-grey);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.subheading.centered {
  text-align: center;
}

.question-text {
  color: var(--text);
  line-height: 1.5em;
}

.answer-text {
  margin-top: 10px;
}

.more-questions {
  margin-bottom: 16px;
}

.more-questions-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.more-questions-card {
  color: var(--text);
  background-color: #fff;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 6px 20px #0000001c;
}

.more-questions-card:hover {
  z-index: 1;
  color: #151515;
  background-color: #fff;
  position: relative;
  transform: translate(0, 3px);
  box-shadow: 0 0 0 1px #e3e3e3;
}

.more-questions-text {
  margin: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5em;
}

.question-variants {
  margin-top: 16px;
}

.answer-date {
  color: #999;
  text-align: left;
  margin-bottom: 10px;
  font-size: 12px;
}

.answer-card-autor {
  align-items: center;
  display: flex;
}

.answer-card-autor.marg-bot {
  margin-bottom: 10px;
}

.answer-card-autor.article {
  font-weight: 700;
}

.rating-text-wrap {
  display: flex;
}

.sidebar-questions {
  flex: 0 auto;
  width: 100%;
  padding-top: 8px;
}

.questions-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.questions-item {
  width: 100%;
  height: 100%;
}

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

.form-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-field {
  border-radius: 6px;
  min-height: 48px;
  margin-bottom: 16px;
}

.form-text-field {
  border-radius: 6px;
  min-height: 200px;
  margin-bottom: 16px;
}

.form-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.question-mark {
  background-color: #1890ff;
  border-radius: 0 6px 6px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  height: 100%;
  display: flex;
}

.question-mark-text {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 1em;
}

.reviews {
  margin-bottom: 32px;
}

.reviews-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.reviews-item {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  box-shadow: 0 8px 2.6rem #c1c7d03b;
}

.empty {
  text-align: center;
  background-color: #0000;
}

.review-stars {
  width: 28%;
}

.review-date {
  font-size: 12px;
  line-height: 25px;
}

.top-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.reviews-img {
  max-width: 45%;
}

.search {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  box-shadow: none;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 600px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s ease-in-out;
  display: grid;
}

.search:hover, .search:focus {
  box-shadow: 0 8px 16px #0000001a;
}

.search-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
}

.search-btn {
  background-color: #0082d5;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 48px;
  margin-left: -2px;
  padding-left: 32px;
  padding-right: 32px;
  transition: all .3s ease-in-out;
}

.search-btn:hover {
  background-color: #006eb4;
}

.results {
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.results-list {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.results-card {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  box-shadow: 0 8px 16px #0000001a;
}

.results-card:hover {
  transform: translate(0, 3px);
  box-shadow: 0 0 0 1px #eaeaea, 0 8px 16px #0000001a;
}

.results-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 240px;
  height: 184px;
}

.results-info {
  flex: 1;
  margin-left: 32px;
  margin-right: 16px;
}

.results-title {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.3em;
}

@media screen and (min-width: 1440px) {
  .section-item-3 {
    background-color: #fafbff;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }

  .divider {
    height: 2px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .divider.c {
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .divider-3 {
    height: 2px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .divider-3.c {
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-count {
    background-color: #0000;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-box, .wrapper-box-2 {
    justify-content: flex-end;
  }

  .section-item-4 {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }

  .process_line {
    height: 76%;
  }

  .h3 {
    margin-bottom: 22px;
  }

  .paragraph-4.bold.big {
    color: var(--text);
  }

  .faq02_click_wrap {
    position: relative;
    top: 0;
  }

  .section-item-5 {
    background-color: #0000;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-box-3 {
    justify-content: flex-end;
  }

  .faq02_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-grey {
    font-size: 15px;
  }

  .text-grey:hover {
    color: #666;
  }

  .text-grey-nopadding {
    font-size: 15px;
  }

  .text-grey-nopadding:hover {
    color: #666;
  }

  .text-grey-2 {
    font-size: 15px;
  }

  .text-grey-2:hover {
    color: #666;
  }

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

  .media-container {
    justify-content: center;
    align-items: center;
  }

  .lottie-animation-2 {
    width: 75%;
  }

  .feature-blocks {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-item-6 {
    background-color: #0000;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph {
    margin-bottom: 10px;
  }

  .divider-3 {
    height: 3px;
  }

  .h3 {
    margin-bottom: 0;
  }

  .seo-hide {
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-section {
    padding-bottom: 0;
  }

  .link-sticky-pbox, .link-sticky-pbox-2 {
    flex: none;
    align-items: stretch;
    max-height: 760px;
    position: sticky;
    overflow: visible;
  }

  .link-page-item-3.w--current {
    color: #333;
    font-weight: 700;
  }

  .terms-section {
    padding-bottom: 0;
  }

  .icon-2 {
    margin-bottom: 0;
  }

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

  .image-box {
    padding: 1vw;
  }

  .lottie-animation-2 {
    width: 56%;
    left: 0;
  }

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

  .feature-block {
    justify-content: space-between;
    padding: 3vw;
  }

  .lottie-animation-4 {
    width: 950px;
  }
}

@media screen and (max-width: 991px) {
  .img-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 40px;
  }

  .hero-cont {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .h1 {
    font-size: 44px;
  }

  .h1.marg-bot-24 {
    line-height: 140%;
  }

  .hero-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .h1-box {
    flex-basis: auto;
  }

  .hero-section {
    height: auto;
    margin-top: 60px;
  }

  .paragraph {
    text-align: left;
    font-size: 14px;
    line-height: 170%;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .modal-close-button-2 {
    margin-top: 12px;
    margin-right: 12px;
  }

  .nav-dropdown-icon-2 {
    color: #d1d1d1;
    margin-right: 24px;
    font-size: 15px;
    display: inline-block;
  }

  .dropdown-bridge {
    display: none;
  }

  .wrapper-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-2.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-2.nav-bar-wrapper.cycle {
    display: none;
  }

  .wrapper-2.nav-bar-wrapper.cycle.mobile {
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    max-height: 90vh;
    margin-right: 0;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .nav-link-2 {
    color: #574b8a;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: -1px;
    padding: 16px 24px;
    display: block;
  }

  .nav-link-2:hover {
    background-color: #fff;
  }

  .nav-link-2.w--current {
    color: #574b8a;
  }

  .dropdown-list-2.w--open {
    z-index: 1;
    background-color: #fff;
    border-radius: 0;
    margin-top: -1px;
    margin-left: 0;
    padding: 0 16px 8px;
    position: relative;
    box-shadow: 0 1px #ffffff1f;
  }

  .nav-dropdown-link-2 {
    color: #574b8a;
    padding-left: 24px;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
  }

  .nav-dropdown-link-2:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-2.w--current {
    color: #574b8a;
  }

  .brand {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-corner {
    display: none;
  }

  .nav-search-form-2 {
    margin-top: 136px;
  }

  .ep_logo {
    max-width: 150px;
    height: auto;
  }

  .menu-button-2 {
    z-index: 99;
    background-color: #0000;
  }

  .menu-button-2.w--open {
    color: #574b8a;
    background-color: #0000;
  }

  .heading-box-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-box-2.left {
    align-items: center;
  }

  .t06_mask {
    width: 54%;
  }

  .section-item-3, .section-item-3.haze, .section-item-3.haze {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-writer-parent {
    flex-basis: 48%;
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .divider {
    margin-right: 0;
  }

  .intro-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabs-vertical-menu-home-2 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .divider-3 {
    margin-right: 0;
  }

  .panel-body-home.transparent {
    height: 320px;
  }

  .tabs-vertical-tab-home-2, .tabs-vertical-tab-home-2.w--current {
    margin-bottom: 6px;
    margin-right: 0;
  }

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

  .section-count.hero.bg.custom {
    margin-top: 64px;
  }

  .wrapper-box {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.flex.space {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrapper-box-2 {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .process_details {
    padding: 10px;
  }

  .process_image {
    padding: 15px;
  }

  .centre_block {
    width: 150px;
  }

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

  .discription.left {
    text-align: left;
  }

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

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

  .grid-3.marg-bot.custom {
    grid-column-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-box.marg-top {
    flex-direction: column;
  }

  .t06_mask-2 {
    width: 60%;
  }

  .faq02_click_wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .wrapper-box-3 {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .text-grey {
    text-align: justify;
  }

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

  .heading-text.no-margin.left {
    text-align: left;
  }

  .ticon-bottom {
    margin-bottom: 0;
  }

  .rich-text-block, .body-text.no-margin, .body-text.left.no-margin {
    text-align: left;
  }

  .body-text.no-margin {
    text-align: center;
  }

  .wrapper-3 {
    z-index: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .pricing-v2-card {
    flex: 0 auto;
    align-self: center;
    min-width: 350px;
    margin-top: 42px;
  }

  .grid-price {
    display: block;
  }

  .bg-elements {
    z-index: 0;
    min-height: 420px;
  }

  .bg-element-6 {
    width: 16vw;
    height: 16vw;
  }

  .subtitle-2.padding-top.text-left {
    max-width: none;
  }

  .ticon {
    margin-bottom: 10px;
  }

  .item-list {
    text-align: left;
  }

  .grid-4 {
    display: block;
  }

  .bg-element-5 {
    border-radius: 4vw;
    width: 20vw;
    height: 20vw;
    right: -13.9vw;
  }

  .button-alt {
    flex: none;
    display: inline-block;
  }

  .image-box {
    justify-content: flex-start;
  }

  .bg-element-1 {
    border-radius: 8vw;
    width: 48vw;
    height: 48vw;
    left: -27.9vw;
  }

  .wrapper-4 {
    z-index: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .bg-element-7 {
    border-radius: 3vw;
    width: 14vw;
    height: 14vw;
    right: 13.1vw;
  }

  .grid-wrapper {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .columns {
    flex-direction: row;
    display: flex;
  }

  .faq-container {
    flex-direction: column;
  }

  .faq_click_wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-box-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .stiky-cont-2 {
    flex-direction: row;
    align-items: flex-start;
  }

  .section-box {
    padding: 60px 5%;
  }

  .stucky-col-right-2 {
    padding-left: 25px;
    padding-right: 10px;
  }

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

  .links-page-parent {
    flex: 0 auto;
    align-self: center;
    min-width: 350px;
    margin-bottom: 50px;
  }

  .link-sticky-pbox, .link-sticky-pbox-2 {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 25px;
  }

  .links-page-parent-2 {
    flex: 0 auto;
    align-self: center;
    min-width: 350px;
    margin-bottom: 50px;
  }

  .heading-box-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .stiky-cont {
    flex-direction: row;
    align-items: flex-start;
  }

  .section-box-4 {
    padding: 60px 5%;
  }

  .wrapper-5 {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .nav-link-3 {
    color: #fff;
  }

  .nav-link-3:hover {
    border-radius: 0;
  }

  .nav-link-3.w--current {
    color: #fff;
  }

  .lp-footer-top-2 {
    margin-bottom: 0;
  }

  .footer-bottom-2 {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-2 {
    max-width: 180px;
    height: auto;
  }

  .intro-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-grey-2 {
    text-align: justify;
  }

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

  .grid-3-copy.mobile {
    grid-column-gap: 10px;
    grid-template-columns: 2fr 2fr 2fr;
  }

  .tabs-vertical-menu-home {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .wrapper-6 {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .tabs-vertical-tab-home, .tabs-vertical-tab-home.w--current {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .bottom-content {
    text-align: left;
    display: flex;
  }

  .tabs {
    display: block;
  }

  .tab-link-2.w--current {
    clear: none;
  }

  .tabs-content {
    display: block;
  }

  .tabs-menu-2 {
    flex-direction: column;
    flex-basis: 100%;
    align-self: auto;
    display: flex;
  }

  .dynamic-column {
    grid-row-gap: 40px;
  }

  .dynamic-column.margin-top {
    grid-row-gap: 32px;
    margin-top: 0;
  }

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

  .feature-card {
    padding: 5vw;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-7, .intro-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-4.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-4.no-margin-bottom {
    margin-bottom: 0;
  }

  .feature-image-medium {
    height: 27vw;
  }

  .grid-6 {
    grid-template-columns: auto;
  }

  .main-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tab-link {
    margin-left: 6px;
    margin-right: 6px;
    padding: 24px 16px;
  }

  .wrapper-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .section-4.blue {
    margin-top: 62px;
  }

  .breadcrumbs {
    margin-top: -2px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .bg-elements-2 {
    min-height: 420px;
  }

  .bg-element-8 {
    border-radius: 8vw;
    width: 48vw;
    height: 48vw;
    left: -27.9vw;
  }

  .intro-left {
    z-index: 2;
    text-align: center;
    align-items: center;
    position: relative;
  }

  .tabs-horisontal-2 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .tab-link-3 {
    text-align: left;
    padding: 16px;
  }

  .tab-link-3.w--current {
    text-align: left;
  }

  .media-decoration {
    border-radius: 32px;
    top: -24px;
    right: -24px;
  }

  .media-decoration.bottom-right {
    bottom: -24px;
    right: -24px;
  }

  .media-decoration.bottom-left {
    bottom: -24px;
    left: -24px;
  }

  .main-grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .media-rounded {
    border-radius: 20px;
  }

  .writer-info {
    text-align: left;
    flex: none;
    display: flex;
  }

  .bottom-content-2 {
    text-align: left;
    display: flex;
  }

  .writer-info-bottom {
    text-align: left;
    flex: 0 auto;
    display: block;
  }

  .cards.writer-item {
    margin-bottom: 15px;
    display: block;
  }

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

  .heading-writers {
    text-align: left;
    display: flex;
  }

  .grid-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .lottie-animation-2 {
    width: auto;
    position: static;
  }

  .feature-blocks {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-block {
    flex: 0 auto;
    width: 100%;
    padding: 5vw;
    box-shadow: 0 0 0 1px #ededff;
  }

  .feature-block-image {
    margin-top: 6vw;
  }

  .bg-elements-3 {
    min-height: 420px;
  }

  .dots {
    height: 81px;
    top: 34%;
    bottom: -10%;
    left: -14%;
  }

  .circle-small {
    width: 10vw;
    top: 20%;
    right: 4%;
  }

  .circle-big {
    width: 32vw;
    bottom: -19%;
  }

  .feature-image-big {
    height: 27vw;
  }

  .navigation-2 {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2.custom-1 {
    grid-row-gap: 40px;
  }

  .calc-wrap {
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-2 {
    width: 360px;
  }

  .writer-slider-wrapper {
    padding-bottom: 0;
  }

  .writer-card-item {
    margin-right: 10%;
  }

  .writer-slider-arrow-right {
    display: none;
  }

  .writer-slider-mask {
    width: 54%;
  }

  .writer-slider-arrow-left {
    display: none;
  }

  .nav-buttons {
    grid-column-gap: 12px;
  }

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

  .button-11 {
    display: inline-block;
  }

  .writer_slider_left {
    display: none;
  }

  .writers_slide {
    width: 50%;
    min-height: 368px;
    margin-left: auto;
    margin-right: auto;
  }

  .writers_slider_right {
    display: none;
  }

  .image-count.pad-around {
    width: 100%;
  }

  .step-image {
    width: 100%;
    height: auto;
  }

  .step-text-count {
    width: auto;
  }

  .text-grey-6 {
    text-align: left;
  }

  .card-button {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .wrapper-how {
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-card-wide-content {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-card-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .post-card-type {
    width: 48px;
    height: 48px;
  }

  .card-button-hover {
    display: block;
  }

  .card-blog {
    padding-bottom: 35px;
  }

  .icon-list-item-2 {
    font-size: 13px;
    line-height: 20px;
  }

  .blog-promo {
    text-align: center;
    align-items: center;
    position: static;
  }

  .main-grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .post-card-v2 {
    height: auto;
    min-height: auto;
  }

  .post-card-v2-heading {
    font-size: 23px;
    line-height: 28px;
  }

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

  .grid-11 {
    grid-template-columns: 1fr;
  }

  .grid-12 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-5, .section-5.top-section-v2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-5.questions {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .sidebar-block {
    margin-bottom: 16px;
  }

  .tags {
    padding-left: 0;
    padding-right: 0;
  }

  .post-info-date {
    font-size: 11px;
  }

  .post-preview-box {
    border-radius: 12px;
    width: auto;
    max-width: 100%;
    height: 68vw;
    max-height: none;
    margin-bottom: 48px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .icon-3 {
    width: 72px;
    margin-bottom: 12px;
  }

  .sidebar {
    max-width: 50%;
  }

  .footer-heading {
    margin-bottom: 12px;
  }

  .posts-3-cols {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar-tags {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    height: 24px;
  }

  .footer-top {
    margin-bottom: 0;
  }

  .post-author {
    margin-top: 0;
    margin-bottom: 48px;
    padding-right: 16%;
  }

  .footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sidear-post-category {
    margin-bottom: 4px;
  }

  .sidebar-post-heading {
    font-size: 15px;
    line-height: 24px;
  }

  .sidebar-post-image {
    width: 72px;
    height: 60px;
  }

  .blog-sidebar-subscribe {
    width: 100%;
    padding-right: 0%;
  }

  .input {
    box-shadow: inset 0 0 #0000;
  }

  .post-card-type-2 {
    width: 48px;
    height: 48px;
  }

  .post-card-v3-image {
    height: 31vw;
    max-height: none;
  }

  .post-card-v3-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-grid-v1 {
    grid-template-columns: 1fr;
  }

  .blog-sidebar-subscribe-2 {
    width: 100%;
    padding-right: 0%;
  }

  .sidebar-2 {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .posts-big-list {
    grid-row-gap: 24px;
  }

  .footer-bottom-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .category-link {
    font-size: 13px;
  }

  .sidebar-sticky-box {
    position: static;
  }

  .input-2 {
    box-shadow: inset 0 0 #0000;
  }

  .footer-instagram-hover {
    display: none;
  }

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

  .questions-wrappper {
    grid-column-gap: 30px;
  }

  .more-questions-text {
    margin-right: 10px;
    font-size: 15px;
    line-height: 24px;
  }

  .sidebar-questions {
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-list {
    grid-template-columns: 1fr 1fr;
  }

  .reviews-item {
    padding: 24px;
  }

  .reviews-img {
    margin-top: 40px;
    display: none;
  }

  .results {
    width: 100%;
  }

  .results-img {
    width: 32vw;
    height: 22vw;
  }

  .results-info {
    margin-left: 24px;
    margin-right: 8px;
  }

  .results-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .img-wrapper {
    width: 100%;
  }

  .hero-cont {
    flex-direction: column;
  }

  .h1 {
    font-size: 38px;
  }

  .hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/group-of-mature-min-2.png');
    min-height: auto;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .paragraph.white.large {
    font-size: 16px;
  }

  .paragraph-box_hero {
    padding-right: 40px;
  }

  .button-2.nav-button {
    display: none;
  }

  .nav-bar {
    height: 60px;
  }

  .menu-icon {
    margin-left: 2px;
    margin-right: 2px;
  }

  .modal-close-button-2 {
    width: 36px;
    height: 36px;
  }

  .wrapper-2.nav-bar-wrapper.cycle.mobile {
    display: flex;
  }

  .nav-link-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button_alt.nav-button {
    display: block;
  }

  .nav-search-form-2 {
    margin-top: 104px;
  }

  .ep_logo {
    max-width: 150px;
    height: 80%;
  }

  .heading-box-2.center {
    padding-left: 5%;
    padding-right: 5%;
  }

  .t06_mask {
    width: 72%;
  }

  .card-writer-parent {
    flex-basis: 70%;
  }

  .tabs-vertical-menu-home-2 {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .panel-body-home.transparent {
    flex-direction: column;
    height: 480px;
  }

  .wrapper-box {
    max-width: 100%;
  }

  .process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .wrapper.flex.space {
    flex-direction: column;
  }

  .wrapper-box-2 {
    max-width: 100%;
  }

  .process_details {
    justify-content: flex-start;
    width: 90%;
    min-height: auto;
    padding: 20px;
  }

  .process_card_02 {
    margin-bottom: 35px;
  }

  .process_image {
    display: none;
  }

  .centre_block {
    width: 55px;
  }

  .process_line {
    margin-top: 48px;
    inset: 0% auto 0% 25px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .t06_mask-2 {
    width: 80%;
  }

  .wrapper-box-3 {
    max-width: 100%;
  }

  .text-grey {
    text-align: justify;
  }

  .heading-text, .body-text.no-margin {
    text-align: left;
  }

  .body-text.no-margin {
    text-align: center;
  }

  .pricing-v2-wave {
    height: 32px;
  }

  .grid-4 {
    display: block;
  }

  .button-alt {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .bg-element-7 {
    border-radius: 4vw;
    width: 16vw;
    height: 16vw;
  }

  .columns, .stiky-cont-2 {
    flex-direction: column;
  }

  .stucky-col-right-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-section {
    padding: 60px 5%;
  }

  .link-sticky-pbox {
    width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    position: relative;
    top: 0;
  }

  .link-sticky-pbox-2 {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .links-page-parent-2 {
    flex-direction: column;
    min-width: auto;
    display: flex;
  }

  .terms-section {
    padding: 60px 5%;
  }

  .stiky-cont {
    flex-direction: column;
    flex: 1;
  }

  .section-box-4 {
    padding-top: 0;
  }

  .footer-bottom-left {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-bottom: 12px;
  }

  .lp-footer-top-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .footer-brand-2.w--current {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .footer-bottom-2 {
    flex-wrap: wrap;
    align-self: center;
  }

  .div-block-23 {
    text-align: center;
  }

  .logo-2 {
    max-width: 180px;
    height: auto;
    margin-left: 0;
  }

  .text-grey-2 {
    text-align: justify;
  }

  .grid-3-copy.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 2fr 2fr;
  }

  .tabs-vertical-menu-home {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid_course-work.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1.5fr 1.5fr;
  }

  .slider-reviews-btn {
    display: none;
  }

  .tabs, .tabs-content {
    display: block;
  }

  .dynamic-column {
    grid-row-gap: 32px;
  }

  .section-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .main-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .intro-4.left.sticky {
    position: static;
  }

  .intro-4.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-4.no-margin-bottom {
    margin-bottom: 0;
  }

  .feature-image-medium {
    height: 25vw;
  }

  .text-grey-3 {
    height: auto;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tab-icon-top {
    width: 48px;
    margin-bottom: 8px;
  }

  .main-grid-2 {
    grid-row-gap: 48px;
  }

  .tab-link {
    padding: 12px;
  }

  .tab-link.fixed-width {
    width: 176px;
  }

  .section-4, .section-4.top-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .page-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabs-horisontal-2 {
    margin-bottom: 40px;
  }

  .tab-link-3 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    font-size: 13px;
    line-height: 16px;
  }

  .tab-link-3.w--current {
    text-align: center;
  }

  .tab-icon-left {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .main-grid-3 {
    grid-row-gap: 48px;
  }

  .media-rounded {
    border-radius: 16px;
  }

  .writer-info-bottom {
    flex: 1;
  }

  .team-2 {
    display: block;
  }

  .feature-blocks {
    flex-wrap: wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature-block {
    flex: 0 auto;
    width: 100%;
  }

  .dots {
    width: 226px;
    height: 71px;
    top: 38%;
  }

  .circle-small {
    width: 15vw;
    top: 17%;
  }

  .circle-big {
    bottom: -2%;
    right: 14%;
  }

  .feature-image-big {
    width: 100%;
    height: auto;
  }

  .feature {
    width: 100%;
  }

  .grid-2 {
    grid-template-rows: auto;
  }

  .image-box-2 {
    padding: 32px;
    display: block;
  }

  .button-6.mobile {
    display: flex;
  }

  .button-6.desk {
    display: none;
  }

  .writer-card-item {
    margin-right: 20%;
  }

  .writer-slider-mask {
    width: 72%;
  }

  .button-13.nav-button {
    display: block;
  }

  .button-11 {
    display: inline-block;
  }

  .writer_slider_left {
    display: none;
  }

  .writers_slide {
    width: 100%;
  }

  .writers_slider_right {
    display: none;
  }

  .div-block-130 {
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .rate-bar {
    width: 90%;
    margin-top: 0;
    margin-bottom: -50px;
  }

  .description {
    display: none;
  }

  .text-grey-6 {
    text-align: left;
  }

  .card-button {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    position: absolute;
  }

  .post-card-wide-content {
    display: block;
  }

  .pricing-card-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .post-card-type {
    width: 48px;
    height: 48px;
  }

  .main-grid-4 {
    grid-row-gap: 48px;
  }

  .post-card-v2 {
    border-radius: 16px;
    padding: 14px 14px 78px;
  }

  .post-card-v2-heading {
    font-size: 19px;
    line-height: 24px;
  }

  .steps-image {
    width: auto;
    height: 100%;
    margin-bottom: 14px;
  }

  .section-how {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .grid-12 {
    grid-template-columns: 80px 1fr 1fr;
  }

  .lottie-writer {
    width: auto;
  }

  .post-author-info {
    padding-top: 8px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .section-5, .section-5.top-section-v2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-5.questions {
    padding-bottom: 64px;
  }

  .footer-link {
    font-size: 13px;
    line-height: 20px;
  }

  .post-heading {
    font-size: 21px;
    line-height: 28px;
  }

  .footer-bottom-right {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
  }

  .post-preview-box {
    background-color: #fff;
    align-items: stretch;
    height: auto;
    max-height: none;
    margin-top: -24px;
    margin-bottom: 32px;
    padding: 16px;
    box-shadow: 0 8px 16px #0000001a;
  }

  .icon-3 {
    width: 64px;
  }

  .sidebar {
    max-width: 320px;
  }

  .footer-bottom-left-2 {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-bottom: 12px;
  }

  .post-author-avatar {
    width: 64px;
    height: 64px;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v1-form {
    width: 100%;
  }

  .post-image {
    border-radius: 10px;
    width: 100%;
    height: 52vw;
    position: static;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .post-info {
    box-shadow: none;
    background-color: #0000;
    width: auto;
    max-width: none;
    margin-top: -12px;
    padding: 0 16px;
  }

  .subscribe, .blog-sidebar-subscribe {
    width: 100%;
  }

  .post-card-v3-content {
    padding-top: 32px;
  }

  .post-card-v3 {
    border-radius: 16px;
    padding: 12px;
  }

  .post-card-type-2 {
    width: 48px;
    height: 48px;
  }

  .post-card-v3-heading {
    margin-bottom: 8px;
  }

  .post-card-v3-image {
    border-radius: 8px;
  }

  .footer-3 {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-v1-info {
    padding-right: 0%;
  }

  .blog-grid-v1 {
    grid-column-gap: 60px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-sidebar-subscribe-2 {
    width: 100%;
  }

  .sidebar-2 {
    max-width: 360px;
  }

  .page-wrapper-2 {
    overflow: hidden;
  }

  .posts-big-list {
    grid-template-columns: 1fr;
  }

  .footer-bottom-3 {
    flex-wrap: wrap;
  }

  .footer-link-3 {
    font-size: 13px;
    line-height: 20px;
  }

  .footer-v1 {
    padding-top: 48px;
  }

  .footer-v1-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .sidebar-types {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .questions-wrappper {
    grid-template-columns: 1fr;
  }

  .question-card, .answer-card {
    border-radius: 16px;
    padding: 12px;
  }

  .questions-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .reviews-item {
    padding: 16px;
  }

  .results-info {
    margin-left: 16px;
    margin-right: 0;
  }

  .results-title {
    margin-bottom: 8px;
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-cont {
    max-width: 100%;
  }

  .h1 {
    font-size: 28px;
  }

  .h1.marg-bot-24 {
    text-align: center;
  }

  .h1.marg-bot-24.mobile {
    font-size: 20px;
  }

  .hero-wrapper {
    min-height: auto;
  }

  .h1-box {
    flex-direction: column;
    align-items: center;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .paragraph.white {
    text-align: center;
  }

  .paragraph.white.large {
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph.white.mobile-large {
    font-size: 18px;
  }

  .h15_button_main {
    flex-direction: row;
    align-self: stretch;
    align-items: stretch;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .html-embed {
    align-items: flex-start;
    display: flex;
  }

  .hero-button-box {
    width: 100%;
  }

  .paragraph-box_hero {
    padding-right: 0;
  }

  .paragraph-box_hero.marg-bot-24 {
    margin-bottom: 24px;
    padding-right: 0;
  }

  .nav-search, .navigation {
    display: none;
  }

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

  .div-block-128, .wrapper-2.nav-bar-wrapper.cycle {
    display: none;
  }

  .wrapper-2.nav-bar-wrapper.cycle.mobile {
    display: flex;
  }

  .nav-menu-2 {
    width: 100%;
  }

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

  .nav-dropdown-link-2 {
    color: var(--text);
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 400;
  }

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

  .big-form-icon {
    display: none;
  }

  .button_alt.nav-button {
    display: block;
  }

  .ep_logo {
    max-width: 110px;
    height: auto;
  }

  .heading-box-2 {
    text-align: center;
    width: auto;
  }

  .heading-box-2.center {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-box-2.center-widh {
    width: auto;
  }

  .t06_mask {
    width: 100%;
  }

  .section-item-3 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .card-writer-parent {
    flex-basis: 100%;
  }

  .text-block-76 {
    font-size: 13px;
  }

  .t06_slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-info-box {
    left: -10px;
  }

  .card-info-box.right {
    left: 10px;
  }

  .t06_slider_nav {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .par-padding-2 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .slider-dots {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-2 {
    margin-left: auto;
  }

  .tabs-vertical-menu-home-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .grid-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .panel {
    border-radius: 6px;
  }

  .panel-body-home {
    background-color: #fff;
    padding: 15px;
    font-weight: 400;
  }

  .panel-body-home.transparent {
    height: auto;
  }

  .tabs-vertical-tab-home-2 {
    margin-bottom: 6px;
    margin-right: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .tabs-vertical-tab-home-2:hover {
    color: #fff;
    background-color: #ffffff80;
  }

  .tabs-vertical-tab-home-2.w--current {
    background-color: #fff;
  }

  .section-count.custum2 {
    padding-bottom: 40px;
  }

  .section-count.custom-writer-hero.visible {
    margin-top: 60px;
  }

  .button-3 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .process_details {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .section-item-4 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .discription.left.small {
    text-align: center;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-3.marg-bot.custom {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-box.marg-top {
    flex-direction: column;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .t06_mask-2 {
    width: 100%;
  }

  .t06_card {
    padding: 15px;
  }

  .faq02_block {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    padding-left: 15px;
  }

  .text-grey {
    text-align: left;
  }

  .dots-slider {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-item {
    flex-direction: row;
    align-items: center;
  }

  .heading-text {
    text-align: left;
  }

  .section {
    overflow: hidden;
  }

  .body-text, .body-text.no-margin {
    text-align: left;
  }

  .body-text.no-margin {
    text-align: center;
  }

  .small-bg-element-2 {
    width: 30vw;
    height: 30vw;
  }

  .small-bg-element-1 {
    width: 52vw;
    height: 52vw;
  }

  .h2 {
    display: inline-block;
  }

  .pricing-v2-card-info {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .pricing-v2-card {
    min-width: auto;
  }

  .pricing-feature {
    text-align: left;
    display: flex;
  }

  .small-bg-element-3 {
    width: 35vw;
    height: 35vw;
  }

  .grid-price {
    display: block;
  }

  .item-heading {
    text-align: left;
    font-size: 19px;
  }

  .bg-element-6 {
    width: 30vw;
    height: 30vw;
    left: 24%;
  }

  .text-right {
    font-size: 12px;
  }

  .ticon {
    margin-bottom: 15px;
  }

  .ticon.big {
    margin-bottom: 0;
  }

  .item-list {
    text-align: left;
    font-size: 16px;
  }

  .img.mobile {
    margin-bottom: 15px;
  }

  .grid-4 {
    display: block;
  }

  .bg-element-5 {
    border-radius: 6vw;
    width: 28vw;
    height: 28vw;
    top: 14.2vh;
    right: -16vw;
  }

  .button-alt {
    flex: none;
    max-height: 50px;
    display: inline-block;
  }

  .section-2 {
    overflow: hidden;
  }

  .bg-element-1 {
    bottom: 8vh;
  }

  .item-price {
    font-size: 16px;
  }

  .bg-element-7 {
    border-radius: 6vw;
    width: 24vw;
    height: 24vw;
  }

  .grid-wrapper {
    padding-bottom: 20px;
  }

  .faq-header.noselect {
    width: 90%;
  }

  .faq_paragraph {
    margin-left: 15px;
  }

  .text-block-3 {
    color: #414b54;
    font-size: 16px;
    font-weight: 300;
  }

  .faq-block {
    flex-direction: row;
    align-items: center;
    min-width: auto;
    padding-left: 15px;
  }

  .column {
    padding-left: 4px;
    padding-right: 4px;
  }

  .heading-box-3 {
    text-align: center;
  }

  .stiky-cont-2 {
    flex-direction: column;
  }

  .stucky-col-right-2 {
    width: 100%;
    padding-left: 0;
  }

  .sticky-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .links-page-parent {
    min-width: auto;
    padding-bottom: 40px;
  }

  .link-sticky-pbox {
    width: 100%;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .heading-box.marg-top {
    margin-top: 220px;
  }

  .link-sticky-pbox-2 {
    width: 50%;
    max-height: 150px;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .links-page-parent-2 {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .heading-box-4 {
    text-align: center;
  }

  .terms-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .rich-text-block-3 {
    text-align: left;
  }

  .stiky-cont {
    flex-direction: column;
  }

  .lp-footer-top-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .footer-brand-2 {
    align-self: stretch;
    margin-bottom: 32px;
  }

  .footer-bottom-2 {
    flex-wrap: wrap;
  }

  .logo-2 {
    flex: 1;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .button.mob_btn_small {
    height: 42px;
    padding: 10px 18px;
    font-size: 15px;
  }

  .intro-3 {
    margin-left: auto;
  }

  .text-grey-2 {
    text-align: justify;
  }

  .text-block-43 {
    width: 95%;
  }

  .panel-2 {
    border-radius: 6px;
  }

  .grid-3-copy {
    display: block;
  }

  .grid-3-copy.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tabs-vertical-menu-home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .grid_course-work {
    display: block;
  }

  .grid_course-work.mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid_questions {
    display: block;
  }

  .tabs-vertical-tab-home {
    margin-bottom: 6px;
    margin-right: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .tabs-vertical-tab-home:hover {
    color: #fff;
    background-color: #ffffff80;
  }

  .tabs-vertical-tab-home.w--current {
    background-color: #fff;
  }

  .t06_slider-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-content {
    text-align: left;
  }

  .t06_arrow_right-2 {
    right: 30%;
  }

  .slider-reviews, .slider-reviews-btn {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .t06_arrow_left-2 {
    left: 20%;
    right: 140px;
  }

  .card {
    padding: 15px;
  }

  .h2-2 {
    display: inline-block;
  }

  .tab-pane-tab-1 {
    top: auto;
  }

  .item-heading-tabs {
    text-align: left;
    font-size: 19px;
  }

  .feature-card {
    padding: 10vw;
  }

  .main-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .intro-4.left.sticky {
    text-align: center;
    align-items: center;
  }

  .intro-4.no-margin-bottom {
    width: 100%;
    margin-bottom: 0;
  }

  .feature-image-medium {
    width: 100%;
    height: auto;
  }

  .contact-item {
    flex-direction: column;
  }

  .icon-2.big.margin-right {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .info {
    width: 100%;
  }

  .tab-icon-top {
    width: 48px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .main-grid-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .tabs-horisontal {
    border-bottom-style: none;
    display: block;
  }

  .tab-link {
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 8px;
    margin-right: 8px;
    padding: 12px 16px;
  }

  .tab-link.fixed-width {
    width: auto;
  }

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

  .decor-bottom {
    bottom: -1px;
  }

  .bg-element-8 {
    bottom: 8vh;
  }

  .person {
    padding-right: 0;
  }

  .button-5.input-arrow-button {
    border-radius: 7px;
    margin-left: 0;
  }

  .tabs-horisontal-2 {
    border-bottom-style: none;
  }

  .tab-link-3 {
    padding: 12px;
  }

  .media-decoration {
    border-radius: 28px;
    top: -16px;
    right: -16px;
  }

  .media-decoration.bottom-right {
    bottom: -16px;
    right: -16px;
  }

  .media-decoration.bottom-left {
    bottom: -16px;
    left: -16px;
  }

  .person-info {
    padding-right: 0;
  }

  .main-grid-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .writer-info {
    display: flex;
  }

  .writer-rating {
    text-align: left;
  }

  .bottom-content-2 {
    text-align: left;
    display: flex;
  }

  .tutor-heading {
    text-align: left;
    font-size: 19px;
  }

  .tutor-heading.bottom-margin-small {
    text-align: center;
  }

  .writer-info-bottom {
    flex: 1;
  }

  .cards.writer-item {
    text-align: left;
  }

  .team-2 {
    display: block;
  }

  .heading-writers {
    text-align: center;
    display: flex;
  }

  .image-box.custom {
    width: 170%;
    display: none;
    position: relative;
    left: -142px;
  }

  .dots {
    width: 160px;
    height: 82px;
    bottom: -12%;
  }

  .circle-small {
    width: 17vw;
    top: 22%;
    right: 6%;
  }

  .circle-big {
    width: 35vw;
    bottom: 12%;
  }

  .feature {
    padding-left: 4%;
    padding-right: 4%;
  }

  .navigation-2 {
    justify-content: flex-end;
  }

  .grid-2 {
    grid-template-rows: auto;
  }

  .image-box-2 {
    padding: 8px;
  }

  .calc-wrap {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .html-embed-2 {
    width: auto;
  }

  .button-6.marg-top._32 {
    margin-top: 40px;
  }

  .info-tutor {
    flex-direction: row;
    align-items: center;
  }

  .writer-slider-wrapper {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .writer-card-item {
    margin-right: 20px;
  }

  .number-rating {
    font-size: 10px;
  }

  .writers-card {
    width: auto;
    height: auto;
  }

  .writer-slider-mask {
    width: 100%;
  }

  .rating-tutors.questions {
    flex-direction: column;
    align-items: flex-start;
  }

  .writer-slider-dots {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .nav-buttons {
    grid-column-gap: 0px;
    justify-items: center;
    width: 100%;
  }

  .nav-buttons.mobile {
    grid-template-columns: auto;
    justify-items: end;
  }

  .button-13.ghost {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    display: block;
  }

  .button-13.ghost.mobile {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-13.nav-button {
    display: block;
  }

  .utility-page-content-2 {
    width: 100%;
  }

  .button-11 {
    display: inline-block;
  }

  .writers_slider {
    width: auto;
    min-width: 0;
  }

  .writer_slider_left, .writers_slider_right {
    display: none;
  }

  .rate-bar {
    height: 72px;
    margin-bottom: -36px;
  }

  .description {
    display: none;
  }

  .button-14.marg-top {
    margin-top: 20px;
  }

  .text-block-99, .text-grey-6 {
    text-align: left;
  }

  .pricing-card-2 {
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .post-card-wide-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .pricing-card-list-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .post-card-type.v3, .post-card-type.v4 {
    margin-right: 14px;
  }

  .post-card-type.v1 {
    margin-bottom: 0;
    margin-right: 14px;
  }

  .post-card-type.v2 {
    margin-right: 14px;
  }

  .card-blog {
    padding-bottom: 50px;
  }

  .icon-list-item-2 {
    text-align: left;
    justify-content: flex-start;
  }

  .main-grid-4 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .post-card-v2 {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .pricing-card-info-2 {
    padding-top: 35px;
    padding-right: 0;
    display: block;
  }

  .step {
    width: 100%;
  }

  .grid-11 {
    margin-top: 24px;
  }

  .writer-count {
    flex-direction: row;
    align-items: center;
  }

  .photo {
    margin-right: 24px;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  .hire-button-page.marg-top.all {
    text-align: center;
    width: 100%;
  }

  .lottie-writer {
    margin-top: 14px;
    margin-left: -68px;
    margin-right: -17px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    margin-bottom: 32px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .icon-3 {
    width: 72px;
  }

  .sidebar {
    max-width: none;
  }

  .posts-3-cols {
    grid-template-columns: 100%;
  }

  .sidebar-card-icon {
    width: 72px;
  }

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

  .post-image {
    height: 60vw;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .subscribe-form {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .input {
    min-width: 0;
  }

  .post-card-v3-image {
    height: 58vw;
  }

  .footer-3 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading-2 {
    margin-top: 20px;
  }

  .sidebar-2 {
    max-width: none;
  }

  .subscribe-form-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .posts-big-list {
    grid-row-gap: 16px;
  }

  .button-15.input-arrow-button {
    border-radius: 7px;
    margin-left: 0;
  }

  .list-dropdown {
    background-color: #fff;
    border-radius: 7px;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 8px;
    margin-bottom: -32px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    box-shadow: 0 4px 12px #0000001c;
  }

  .footer-bottom-3 {
    flex-wrap: wrap;
  }

  .category-link {
    box-shadow: none;
    text-align: left;
    border-style: none;
    border-radius: 0;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 20px;
    font-size: 15px;
    display: flex;
  }

  .category-link.w--current {
    box-shadow: none;
  }

  .list-dropdown-heading {
    color: #151515;
    cursor: pointer;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    padding: 0 20px;
    display: flex;
    position: relative;
  }

  .input-2 {
    min-width: 0;
  }

  .footer-v1 {
    padding-top: 40px;
  }

  .footer-v1-grid {
    grid-template-rows: auto auto auto;
  }

  .categories {
    flex-direction: column;
  }

  .sidebar-questions {
    max-width: none;
  }

  .questions-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .reviews-list {
    grid-template-columns: 1fr;
  }

  .search {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .search:hover, .search:focus {
    box-shadow: none;
  }

  .search-input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .search-btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 0;
  }

  .results-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .results-img {
    width: 100%;
    height: 60vw;
  }

  .results-info {
    margin-top: 16px;
    margin-left: 0;
  }

  .results-title {
    font-size: 18px;
  }
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-88fb1160 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-88fb1160 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-88fb1160 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-88fb1160 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-88fb1160 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-88fb1160 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-88fb1160 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-88fb1160 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bcb-88fb1160 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bd2-88fb1160, #w-node-c2e22536-837a-1498-962f-33ea392f6bf1-88fb1160 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-b2ca791d-ef65-3736-16f1-c17eebf368d0-88fb1160 {
  align-self: center;
}

#w-node-_4aec5e22-81ca-5d7b-b5d2-a3224a4a5f89-4a4a5f88 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_831bff13-e277-c10b-4138-78ee78dfd000-4a4a5f88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af250992-eb16-f5bb-cea4-80c0b157968e-67fb1168 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-af250992-eb16-f5bb-cea4-80c0b1579694-67fb1168 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-af250992-eb16-f5bb-cea4-80c0b157969a-67fb1168 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-af250992-eb16-f5bb-cea4-80c0b15796a0-67fb1168 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-af250992-eb16-f5bb-cea4-80c0b15796a6-67fb1168 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-af250992-eb16-f5bb-cea4-80c0b15796ac-67fb1168 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-af250992-eb16-f5bb-cea4-80c0b15796b2-67fb1168 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-af250992-eb16-f5bb-cea4-80c0b15796b8-67fb1168 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_075feed4-f5c9-4d34-0ac2-2daa83e70ed8-67fb1168 {
  align-self: center;
}

#w-node-f44f87e1-2d79-5f18-8f19-b929fb9fdd07-dd848c40, #w-node-f44f87e1-2d79-5f18-8f19-b929fb9fdd11-dd848c40, #w-node-f8de80a2-01c1-896b-7b3d-56fa6cdddf7b-dd848c40, #w-node-_2fe97df8-f248-8792-8218-aac37ff143ce-dd848c40 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-0f41bdba {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-0f41bdba {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-0f41bdba {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-0f41bdba {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-0f41bdba {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-0f41bdba {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-0f41bdba {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-0f41bdba {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bcb-0f41bdba {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bd2-0f41bdba, #w-node-c2e22536-837a-1498-962f-33ea392f6bf1-0f41bdba {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-a4dd0f26-a36c-04f7-37eb-41c1576520c5-0f41bdba {
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-754e70f4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-754e70f4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-754e70f4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-754e70f4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-754e70f4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-754e70f4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-754e70f4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-754e70f4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bcb-754e70f4 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bd2-754e70f4, #w-node-c2e22536-837a-1498-962f-33ea392f6bf1-754e70f4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-a4dd0f26-a36c-04f7-37eb-41c1576520c5-754e70f4 {
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-6c38d70b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-6c38d70b {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-6c38d70b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-6c38d70b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-6c38d70b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-6c38d70b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-6c38d70b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-6c38d70b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bcb-6c38d70b {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bd2-6c38d70b, #w-node-c2e22536-837a-1498-962f-33ea392f6bf1-6c38d70b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-a4dd0f26-a36c-04f7-37eb-41c1576520c5-6c38d70b {
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-0f276af2 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-0f276af2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-0f276af2 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-0f276af2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-0f276af2 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-0f276af2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-0f276af2 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-0f276af2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bcb-0f276af2 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bd2-0f276af2, #w-node-c2e22536-837a-1498-962f-33ea392f6bf1-0f276af2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-a4dd0f26-a36c-04f7-37eb-41c1576520c5-0f276af2 {
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-25ea05ef {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-25ea05ef {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-25ea05ef {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-25ea05ef {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-25ea05ef {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-25ea05ef {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-25ea05ef {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-25ea05ef {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bcb-25ea05ef {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bd2-25ea05ef, #w-node-c2e22536-837a-1498-962f-33ea392f6bf1-25ea05ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-a4dd0f26-a36c-04f7-37eb-41c1576520c5-25ea05ef {
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-e681400c {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-e681400c {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-e681400c {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-e681400c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-e681400c {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-e681400c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-e681400c {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-e681400c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bcb-e681400c {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bd2-e681400c, #w-node-c2e22536-837a-1498-962f-33ea392f6bf1-e681400c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-a4dd0f26-a36c-04f7-37eb-41c1576520c5-e681400c {
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-dc82ed19 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-dc82ed19 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-dc82ed19 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-dc82ed19 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-dc82ed19 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-dc82ed19 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-dc82ed19 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-dc82ed19 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bcb-dc82ed19 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bd2-dc82ed19, #w-node-c2e22536-837a-1498-962f-33ea392f6bf1-dc82ed19 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-a4dd0f26-a36c-04f7-37eb-41c1576520c5-dc82ed19 {
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-5b73f086 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-5b73f086 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-5b73f086 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-5b73f086 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-5b73f086 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-5b73f086 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-5b73f086 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-5b73f086 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bcb-5b73f086 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bd2-5b73f086, #w-node-c2e22536-837a-1498-962f-33ea392f6bf1-5b73f086 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-a4dd0f26-a36c-04f7-37eb-41c1576520c5-5b73f086 {
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-6351136f {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-6351136f {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-6351136f {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-6351136f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-6351136f {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-6351136f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-6351136f {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-6351136f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bcb-6351136f {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bd2-6351136f, #w-node-c2e22536-837a-1498-962f-33ea392f6bf1-6351136f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-a4dd0f26-a36c-04f7-37eb-41c1576520c5-6351136f {
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-56e72bca {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-56e72bca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-56e72bca {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-56e72bca {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-56e72bca {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-56e72bca {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-56e72bca {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-56e72bca {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bcb-56e72bca {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bd2-56e72bca, #w-node-c2e22536-837a-1498-962f-33ea392f6bf1-56e72bca {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-a4dd0f26-a36c-04f7-37eb-41c1576520c5-56e72bca {
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-79b49999 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-79b49999 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-79b49999 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-79b49999 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-79b49999 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-79b49999 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-79b49999 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-79b49999 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bcb-79b49999 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bd2-79b49999, #w-node-c2e22536-837a-1498-962f-33ea392f6bf1-79b49999 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-a4dd0f26-a36c-04f7-37eb-41c1576520c5-79b49999 {
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-78fbbc70 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-78fbbc70 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-78fbbc70 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-78fbbc70 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-78fbbc70 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-78fbbc70 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-78fbbc70 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-78fbbc70 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bcb-78fbbc70 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-c2e22536-837a-1498-962f-33ea392f6bd2-78fbbc70, #w-node-c2e22536-837a-1498-962f-33ea392f6bf1-78fbbc70 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-b2ca791d-ef65-3736-16f1-c17eebf368d0-78fbbc70 {
  align-self: center;
}

#w-node-d0cdcf04-ecfc-ca95-22a5-eb639e8585b7-3c3a8ef8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87596187-ea4d-0e7a-2b11-a3c2f8d4d29b-10d05813 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_87596187-ea4d-0e7a-2b11-a3c2f8d4d2d5-10d05813 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_66f5e01a-2f1e-8684-13f0-44930b956586-c21fe125 {
  align-self: start;
}

#w-node-f6a5e331-c270-3b9b-4794-1a1351f28d66-c21fe125, #w-node-_9551348b-2183-ef78-08a1-e2b9d41230da-c21fe125, #w-node-_8f3a0820-8e83-f6f9-fee3-1f71a22fa0fc-c21fe125 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e676b9e-2f80-13c5-9290-3b51a150075d-c21fe125, #w-node-_0c238763-38fd-b7a3-6dec-7fd01e2cb330-c21fe125 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0c238763-38fd-b7a3-6dec-7fd01e2cb332-c21fe125 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-88fb1160 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-88fb1160 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-88fb1160 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-88fb1160 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-88fb1160 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-88fb1160 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-88fb1160 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-88fb1160 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-88fb1160 {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-_831bff13-e277-c10b-4138-78ee78dfd000-4a4a5f88 {
    grid-area: 1 / 1 / 3 / 1;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b157968e-67fb1168 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b1579694-67fb1168 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b157969a-67fb1168 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b15796a0-67fb1168 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b15796a6-67fb1168 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b15796ac-67fb1168 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b15796b2-67fb1168 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b15796b8-67fb1168 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-f44f87e1-2d79-5f18-8f19-b929fb9fdd07-dd848c40, #w-node-f44f87e1-2d79-5f18-8f19-b929fb9fdd11-dd848c40, #w-node-f8de80a2-01c1-896b-7b3d-56fa6cdddf7b-dd848c40, #w-node-_2fe97df8-f248-8792-8218-aac37ff143ce-dd848c40 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-0f41bdba {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-0f41bdba {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-0f41bdba {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-0f41bdba {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-0f41bdba {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-0f41bdba {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-0f41bdba {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-0f41bdba {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-0f41bdba {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-754e70f4 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-754e70f4 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-754e70f4 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-754e70f4 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-754e70f4 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-754e70f4 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-754e70f4 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-754e70f4 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-754e70f4 {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-6c38d70b {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-6c38d70b {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-6c38d70b {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-6c38d70b {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-6c38d70b {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-6c38d70b {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-6c38d70b {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-6c38d70b {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-6c38d70b {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-0f276af2 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-0f276af2 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-0f276af2 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-0f276af2 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-0f276af2 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-0f276af2 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-0f276af2 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-0f276af2 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-0f276af2 {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-25ea05ef {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-25ea05ef {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-25ea05ef {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-25ea05ef {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-25ea05ef {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-25ea05ef {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-25ea05ef {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-25ea05ef {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-25ea05ef {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-e681400c {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-e681400c {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-e681400c {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-e681400c {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-e681400c {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-e681400c {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-e681400c {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-e681400c {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-e681400c {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-dc82ed19 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-dc82ed19 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-dc82ed19 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-dc82ed19 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-dc82ed19 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-dc82ed19 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-dc82ed19 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-dc82ed19 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-dc82ed19 {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-5b73f086 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-5b73f086 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-5b73f086 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-5b73f086 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-5b73f086 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-5b73f086 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-5b73f086 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-5b73f086 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-5b73f086 {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-6351136f {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-6351136f {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-6351136f {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-6351136f {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-6351136f {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-6351136f {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-6351136f {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-6351136f {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-6351136f {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-56e72bca {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-56e72bca {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-56e72bca {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-56e72bca {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-56e72bca {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-56e72bca {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-56e72bca {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-56e72bca {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-56e72bca {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-79b49999 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-79b49999 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-79b49999 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-79b49999 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-79b49999 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-79b49999 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-79b49999 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-79b49999 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-79b49999 {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-78fbbc70 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-78fbbc70 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-78fbbc70 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-78fbbc70 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-78fbbc70 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-78fbbc70 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-78fbbc70 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-78fbbc70 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-78fbbc70 {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-d0cdcf04-ecfc-ca95-22a5-eb639e8585c2-3c3a8ef8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87596187-ea4d-0e7a-2b11-a3c2f8d4d2d5-10d05813 {
    grid-area: 1 / 1 / 2 / 9;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-88fb1160 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_831bff13-e277-c10b-4138-78ee78dfd000-4a4a5f88 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f44f87e1-2d79-5f18-8f19-b929fb9fdd07-dd848c40, #w-node-f44f87e1-2d79-5f18-8f19-b929fb9fdd11-dd848c40, #w-node-f8de80a2-01c1-896b-7b3d-56fa6cdddf7b-dd848c40, #w-node-_2fe97df8-f248-8792-8218-aac37ff143ce-dd848c40 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-0f41bdba, #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-754e70f4, #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-6c38d70b, #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-0f276af2, #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-25ea05ef, #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-e681400c, #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-dc82ed19, #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-5b73f086, #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-6351136f, #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-56e72bca, #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-79b49999 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: start;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-78fbbc70 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_87596187-ea4d-0e7a-2b11-a3c2f8d4d2d5-10d05813 {
    grid-area: 1 / 1 / 2 / 9;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-88fb1160 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-88fb1160 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-88fb1160 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-88fb1160 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-88fb1160 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-88fb1160 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-88fb1160 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-88fb1160 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-88fb1160 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b157968e-67fb1168 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b1579694-67fb1168 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b157969a-67fb1168 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b15796a0-67fb1168 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b15796a6-67fb1168 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b15796ac-67fb1168 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b15796b2-67fb1168 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-af250992-eb16-f5bb-cea4-80c0b15796b8-67fb1168 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-0f41bdba {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-0f41bdba {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-0f41bdba {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-0f41bdba {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-0f41bdba {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-0f41bdba {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-0f41bdba {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-0f41bdba {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-0f41bdba {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-754e70f4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-754e70f4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-754e70f4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-754e70f4 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-754e70f4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-754e70f4 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-754e70f4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-754e70f4 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-754e70f4 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-6c38d70b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-6c38d70b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-6c38d70b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-6c38d70b {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-6c38d70b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-6c38d70b {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-6c38d70b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-6c38d70b {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-6c38d70b {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-0f276af2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-0f276af2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-0f276af2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-0f276af2 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-0f276af2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-0f276af2 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-0f276af2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-0f276af2 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-0f276af2 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-25ea05ef {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-25ea05ef {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-25ea05ef {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-25ea05ef {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-25ea05ef {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-25ea05ef {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-25ea05ef {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-25ea05ef {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-25ea05ef {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-e681400c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-e681400c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-e681400c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-e681400c {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-e681400c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-e681400c {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-e681400c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-e681400c {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-e681400c {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-dc82ed19 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-dc82ed19 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-dc82ed19 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-dc82ed19 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-dc82ed19 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-dc82ed19 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-dc82ed19 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-dc82ed19 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-dc82ed19 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-5b73f086 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-5b73f086 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-5b73f086 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-5b73f086 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-5b73f086 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-5b73f086 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-5b73f086 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-5b73f086 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-5b73f086 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-6351136f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-6351136f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-6351136f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-6351136f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-6351136f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-6351136f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-6351136f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-6351136f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-6351136f {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-56e72bca {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-56e72bca {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-56e72bca {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-56e72bca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-56e72bca {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-56e72bca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-56e72bca {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-56e72bca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-56e72bca {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-79b49999 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-79b49999 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-79b49999 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-79b49999 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-79b49999 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-79b49999 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-79b49999 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-79b49999 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-79b49999 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff352-78fbbc70 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff34f-78fbbc70 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff366-78fbbc70 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cae9c95e-ad73-7bdb-df4d-0814446ff373-78fbbc70 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d95a-78fbbc70 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d8dd21d4-d105-cade-c6e2-f0c53488d960-78fbbc70 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af5c-78fbbc70 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4c447c5f-0d27-2f82-3ed7-d4751430af62-78fbbc70 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c2e22536-837a-1498-962f-33ea392f6bcb-78fbbc70 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-d0cdcf04-ecfc-ca95-22a5-eb639e8585b7-3c3a8ef8, #w-node-d0cdcf04-ecfc-ca95-22a5-eb639e8585c2-3c3a8ef8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d0cdcf04-ecfc-ca95-22a5-eb639e85871c-3c3a8ef8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_87596187-ea4d-0e7a-2b11-a3c2f8d4d29b-10d05813, #w-node-_87596187-ea4d-0e7a-2b11-a3c2f8d4d2d5-10d05813 {
    grid-column: span 4 / span 4;
  }
}


