:root {
  --space-blue: #253081;
  --white: white;
  --black: black;
}

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

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

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

.container {
  color: var(--space-blue);
  border-radius: 23px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  max-width: none;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Cormorant Garamond, sans-serif;
  display: flex;
}

.container.nav {
  background-color: var(--space-blue);
  justify-content: space-between;
  align-items: flex-start;
}

.container.hero-news {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--space-blue);
  border-radius: 23px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  padding: 24px 24px 16px;
}

.container.hero-news.coursehero {
  background-image: linear-gradient(#0006, #0006), url('../images/6к-1-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding-left: 32px;
  padding-right: 32px;
}

.container.hero-news.coursehero.new {
  background-image: linear-gradient(#0000, #0000), url('../images/Rectangle-115_1.webp');
}

.container.hero-news.coursehero.new.kl {
  background-image: linear-gradient(#00000087, #00000087), url('../images/20250507213555_0.jpg');
  background-position: 0 0, 50% 21%;
  background-size: auto, cover;
}

.container.hero-news.coursehero.new.kl.efa {
  background-image: linear-gradient(#00000080, #00000080), url('../images/13кк.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container.hero-news.coursehero.new.kl.d {
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/Rectangle-287_1.webp');
  background-position: 0 0, 50%;
}

.container.hero-news.coursehero.new.kl.rfw {
  background-image: linear-gradient(#00000091, #00000091), url('../images/0_0-4.png');
  background-position: 0 0, 50%;
}

.container.hero-news.coursehero.new.kl.ef {
  background-image: linear-gradient(#00000047, #00000047), url('../images/0_1-1.png');
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.container.hero-news.coursehero.new.kl.ef.remf {
  background-image: linear-gradient(#00000047, #00000047), url('../images/пп.png'), url('../images/0_1-1.png');
  background-position: 0 0, 50%, 50% 21%;
  background-size: auto, cover, cover;
}

.container.hero-news.coursehero.new.kl.erfm {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Rectangle-287_1.webp');
  background-position: 0 0, 50% 21%;
  background-size: auto, cover;
}

.container.hero-news.sf {
  height: 200px;
}

.container.text {
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 800px;
  display: block;
  overflow: visible;
}

.container.text.about {
  justify-content: flex-start;
  align-items: flex-start;
}

.container.footer {
  display: block;
}

.container.news {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container.team, .container.school {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.big-text {
  border-bottom: 1px solid #2530814d;
}

.container.big-text.about {
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.container.big-text.about.ubi {
  border-bottom-style: none;
}

.container.courses, .container.vshka, .container.quest, .container.teamp, .container.blog, .container.shop, .container.is, .container.spec, .container.any, .container.coursesmain, .container.publish, .container.cont {
  justify-content: center;
  align-items: flex-start;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 150px;
  display: block;
}

.section.hero {
  margin-top: 20px;
}

.section.team {
  margin-top: 40px;
  margin-bottom: 50px;
}

.section.team.member.kmlwef {
  margin-top: 140px;
}

.section.team.list {
  display: none;
}

.section.hero-article {
  margin-bottom: 30px;
}

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

.section.school {
  justify-content: flex-start;
  align-items: center;
}

.section.info {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.section.school-info {
  margin-bottom: 50px;
}

.section.information {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.section.about {
  display: block;
}

.section.principle {
  margin-bottom: 150px;
}

.section.hided {
  display: block;
}

.section.hided.hi, .section.hidedd, .section.hide, .section.ads.onhide {
  display: none;
}

.section.time.k {
  margin-top: 150px;
}

.quick-stack {
  flex: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: var(--space-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
}

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

.paragraph {
  color: var(--space-blue);
  text-indent: 0;
  column-count: 0;
  overflow-wrap: normal;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  display: block;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-2.num {
  align-self: center;
  width: 800px;
}

.number {
  color: var(--space-blue);
  font-family: Raleway, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.4;
}

.number.cai {
  margin-bottom: 0;
}

.number-text {
  color: var(--space-blue);
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.number-text._00 {
  margin-bottom: 20px;
}

.collection-list-wrapper {
  border-radius: 23px;
  height: 500px;
  position: relative;
}

.collection-list {
  border-radius: 23px;
  height: 652px;
}

.grid-item {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  background-clip: border-box;
  border-radius: 23px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 652px;
  padding: 32px 72px;
  display: flex;
}

.heading-2 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.paragraph-2 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: auto;
  display: block;
}

.flex-block {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.button {
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: block;
}

.button.cta {
  flex: 0 auto;
  order: 0;
  display: block;
}

.quick-stack-3 {
  padding: 0;
}

.button-2 {
  aspect-ratio: auto;
  object-fit: fill;
}

.div-block-2 {
  flex: 0 auto;
  height: 480px;
}

.div-block-2._24 {
  height: 450px;
}

.cta {
  background-color: var(--white);
  color: var(--space-blue);
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 38px;
  margin-left: 72px;
  padding: 15px 40px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta.more {
  background-color: var(--space-blue);
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  max-width: 400px;
  height: 50px;
  margin-top: 19px;
  margin-bottom: 6px;
  margin-left: 0;
  position: static;
}

.cta.more.buy {
  width: 100%;
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 0;
  display: inline-block;
}

.cta.more.buy.ozon {
  background-color: #0259ff;
}

.cta.more.buy.wb {
  background-color: #253081;
  background-image: linear-gradient(90deg, #b411a2, #491173);
  padding-left: 26px;
  padding-right: 26px;
}

.cta.more.team {
  align-self: center;
  width: 100%;
}

.cta.more.team.conf {
  width: 264px;
  display: block;
}

.cta.more.team.conf.ab {
  margin-top: 30px;
  margin-bottom: 8px;
}

.cta.more.team.conf.ab.efw {
  width: 340px;
}

.cta.more.submit {
  margin-bottom: 8px;
}

.cta.more.kf3f {
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.cta.more.kf3f.nine {
  display: none;
}

.cta.more.books {
  margin-top: 0;
  margin-bottom: 2px;
  padding-left: 24px;
  padding-right: 24px;
}

.cta.more.new {
  border: 2px solid var(--space-blue);
  background-color: var(--white);
  color: var(--space-blue);
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 18px;
  text-decoration: none;
  display: flex;
}

.cta.more.new.wr3, .cta.more.new.mfwe {
  flex: 1;
  max-width: 500px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.cta.more.r23r {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.cta.more.wef {
  margin-bottom: 0;
}

.cta.more.wef.gjwe {
  flex: 1;
  max-width: 500px;
  margin-top: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.cta.card {
  align-self: auto;
  margin-bottom: 24px;
  margin-left: 40px;
  position: static;
  bottom: 89px;
}

.cta.card.ew {
  background-color: var(--space-blue);
  color: var(--white);
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 0;
}

.cta.card.ll {
  text-align: center;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
}

.cta.card.ll.dc {
  align-self: stretch;
  display: block;
}

.cta.f {
  margin-bottom: 0;
  margin-left: 12px;
  position: static;
}

.cta.g {
  margin-bottom: 0;
  margin-left: 0;
  position: static;
}

.pagination {
  align-items: center;
  height: 100px;
  display: block;
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
}

.icon {
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 13px;
}

.previous {
  float: left;
  background-color: #fafafa00;
  border-width: 0;
  border-radius: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

.next {
  float: right;
  background-color: #fafafa00;
  border-width: 0;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: block;
  position: static;
}

.icon-2 {
  color: #fff;
  width: 32px;
  height: 32px;
}

.slider {
  border-radius: 23px;
  align-self: stretch;
  height: 500px;
}

.slider.hide {
  display: none;
}

.slide {
  border-radius: 23px;
}

.navbar {
  background-color: #fff;
}

.container-2 {
  flex-flow: row;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.image {
  padding-top: 12px;
}

.nav-menu {
  flex: 1;
  order: 0;
  align-self: auto;
}

.image-2 {
  padding-top: 13px;
}

.menu {
  aspect-ratio: auto;
  background-color: var(--space-blue);
  border-radius: 40px;
  align-items: stretch;
  min-width: 100%;
  max-width: none;
  height: 61px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.navbar-2 {
  background-color: var(--white);
  margin-top: 5px;
  margin-left: 40px;
  margin-right: 40px;
  position: static;
}

.nav-menu-2 {
  color: var(--white);
  font-family: Raleway, sans-serif;
}

.nav-link, .nav-link-2, .nav-link-4, .nav-link-3, .nav-link-5, .nav-link-6, .nav-link-7, .nav-link-8 {
  color: var(--white);
}

.quick-stack-4 {
  height: 530px;
  padding: 0;
}

.collection-list-wrapper-3 {
  flex-flow: row;
  flex: 0 auto;
}

.collection-list-3 {
  clear: none;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.collection-item-3 {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 23px;
  flex: 1;
  order: 0;
  align-self: flex-start;
  min-width: 400px;
  height: 530px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.paragraph-3 {
  color: #ffffffb3;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  object-fit: fill;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.div-block-3 {
  background-color: #fff6;
  border-radius: 20px;
  flex: 0 auto;
  width: 120px;
  height: 36px;
}

.flex-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  padding-top: 0;
  padding-left: 40px;
}

.paragraph-4 {
  color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 20px;
  align-items: stretch;
  margin-top: 12px;
  margin-bottom: 10px;
  padding: 8px 15px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  display: block;
}

.paragraph-4.new {
  color: #253081;
  background-image: linear-gradient(#fffc, #fffc);
  font-weight: 500;
}

.paragraph-4.new.l {
  display: block;
}

.paragraph-5 {
  color: #fff;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.div-block-4 {
  height: 210px;
  margin-top: 0;
  display: block;
}

.collection-item-4 {
  flex: 1;
  width: 277px;
  height: 490px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.heading-4 {
  color: var(--space-blue);
  text-transform: uppercase;
  width: 156px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.1;
}

.paragraph-6 {
  color: var(--space-blue);
  margin-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.menu-button {
  color: #fff;
}

.footer-light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0px solid var(--white);
  background-color: var(--space-blue);
  color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 80px 0 40px;
  display: block;
  position: relative;
}

.container-3 {
  width: 100%;
  margin-left: 40px;
  margin-right: 0;
  padding-right: 0;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-title.second {
  color: var(--space-blue);
}

.footer-link-two {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--white);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  border: 1px solid var(--white);
  background-color: var(--space-blue);
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--white);
  font-family: Raleway, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.add-info {
  margin-top: 35px;
  display: flex;
}

.paragraph-7 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-family: Raleway, sans-serif;
  font-size: 18px;
}

.paragraph-8 {
  align-self: flex-start;
  font-family: Raleway, sans-serif;
  font-size: 20px;
}

.flex-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  margin-top: 32px;
}

.dynamic-container {
  flex-flow: column;
  min-width: 100%;
  margin-top: 20px;
  margin-bottom: 12px;
  display: flex;
}

.heading-5 {
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
}

.dynamic-text {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 500;
  overflow: hidden;
}

.collection-item-5 {
  height: 420px;
}

.heading-6 {
  margin-top: 0;
  padding-left: 40px;
}

.heading-6.name {
  text-transform: uppercase;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.paragraph-9 {
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
}

.position {
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.collection-list-wrapper-5 {
  flex-flow: column;
  display: flex;
}

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

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

.collection-item-6 {
  flex-flow: column;
  height: 350px;
  display: flex;
}

.image-4 {
  object-fit: cover;
  border-radius: 23px;
  flex: 0 auto;
  width: 100%;
  height: 200px;
  max-height: 200px;
  display: block;
}

.youtube {
  border-radius: 23px;
}

.flex-block-6 {
  height: 100%;
  margin-top: 4px;
  text-decoration: none;
}

.div-block-5 {
  flex-flow: column;
  width: 70px;
  height: 100%;
  display: flex;
}

.paragraph-10 {
  color: var(--space-blue);
  margin-bottom: 2px;
  font-family: Raleway, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 58px;
}

.paragraph-11 {
  color: var(--space-blue);
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-12 {
  color: var(--space-blue);
  -webkit-text-stroke-color: var(--space-blue);
  margin-top: 16px;
  margin-left: 20px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.quick-stack-5 {
  flex: 1;
  align-self: stretch;
  height: 100%;
}

.image-5 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 24px;
  flex: 0 auto;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.cell {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-13 {
  align-self: center;
  font-family: Raleway, sans-serif;
}

.paragraph-13.back {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 500;
}

.paragraph-13.back.sd {
  display: none;
}

.header-news {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 16px;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  display: block;
}

.cell-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6px;
  padding-left: 6px;
}

.paragraph-14 {
  color: var(--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 43px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  position: static;
}

.rich-text-block {
  align-self: auto;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.link-block {
  flex-flow: column;
  flex: 1;
  align-self: auto;
  text-decoration: none;
  display: flex;
}

.description {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.hero-text-div {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  object-fit: cover;
  border-radius: 23px;
  width: 100%;
  height: 260px;
  display: block;
}

.heading-7 {
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  flex-flow: row;
  margin-top: 6px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.paragraph-15 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.link-block-2 {
  color: var(--space-blue);
  object-fit: fill;
  text-decoration: none;
  display: block;
}

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

.image-7 {
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.div-block-7 {
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 460px;
  display: flex;
}

.collection-item-7 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 48px;
  display: flex;
}

.paragraph-16 {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 1.4;
}

.pop-up {
  background-image: linear-gradient(#e0e0e080, #e0e0e080);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-9 {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.html-embed {
  width: 100%;
}

.div-block-10 {
  background-image: linear-gradient(#292929, #292929);
  flex: 0 auto;
  align-self: stretch;
  position: absolute;
  inset: 0%;
}

.div-block-11 {
  background-image: linear-gradient(#000, #000);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12 {
  display: flex;
}

.container-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-pop-up {
  z-index: 9999;
  vertical-align: middle;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.modal-pop-up.base, .modal-pop-up.second, .modal-pop-up.base-course, .modal-pop-up.up, .modal-pop-up.j, .modal-pop-up.ef, .modal-pop-up.kn, .modal-pop-up.skc, .modal-pop-up.mee {
  display: none;
}

.modal {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.html-embed-2 {
  flex: 1;
  align-self: stretch;
}

.div-block-13 {
  mix-blend-mode: normal;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.link-block-3 {
  position: absolute;
  top: 5%;
  right: 5%;
}

.image-8 {
  width: 32px;
  height: 32px;
  font-size: 15px;
}

.quick-stack-6 {
  padding-left: 0;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  margin-bottom: 16px;
  display: flex;
}

.image-9 {
  object-fit: cover;
  border-radius: 23px;
  width: 270px;
  height: 340px;
}

.heading-8 {
  flex-flow: column;
  font-family: Raleway, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.flex-block-7 {
  width: 270px;
  display: block;
}

.paragraph-17 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.quick-stack-7 {
  flex: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.youtube-2 {
  border-radius: 23px;
  align-self: auto;
}

.youtube-3 {
  border-radius: 23px;
}

.youtube-4 {
  border-radius: 20px;
}

.image-10 {
  object-fit: cover;
  border-radius: 23px;
  width: 100%;
  height: 419px;
}

.div-block-15 {
  text-align: left;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 800px;
  display: block;
}

.paragraph-18 {
  width: 800px;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.flex-block-8 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  margin-top: 24px;
  font-family: Raleway, sans-serif;
}

.heading-9 {
  font-size: 32px;
  font-weight: 600;
}

.paragraph-19 {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-19.j {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.paragraph-19.j.ewdnm {
  align-self: flex-start;
}

.image-11 {
  object-fit: cover;
  border-radius: 23px;
  width: 800px;
  height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.youtube-5 {
  border-radius: 23px;
}

.button-div {
  align-self: center;
  display: block;
}

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

.div-block-17.f {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

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

.navbar-3 {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--space-blue);
  border-radius: 50px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 5px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
  position: static;
}

.brand-2 {
  float: left;
  clear: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  display: flex;
}

.container-5 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.nav-menu-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-6 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.navbar-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: static;
}

.container-7 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.container-8 {
  border-radius: 50px;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  min-width: 100%;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

.navbar-5 {
  background-color: var(--space-blue);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.image-12 {
  flex: 1;
  align-self: center;
  margin-top: 0;
  display: block;
}

.nav-text {
  color: var(--white);
  text-transform: none;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-text.up {
  text-transform: none;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 13px;
}

.nav-menu-4 {
  flex: 0 auto;
  align-self: flex-start;
  display: flex;
}

.div-block-19 {
  flex: 0 auto;
  display: flex;
}

.quick-stack-8 {
  padding-left: 0;
  padding-right: 0;
}

.cell-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

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

.heading-10 {
  color: var(--space-blue);
  font-family: Raleway, sans-serif;
}

.form-wrapper {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 24px 4px;
  display: block;
}

.text-field {
  background-color: #f9f9f9;
  border: 1px solid #0000;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Raleway, sans-serif;
}

.text-field.big {
  text-align: left;
  padding-bottom: 105px;
  display: block;
}

.paragraph-20 {
  color: #0000005e;
  font-family: Raleway, sans-serif;
  font-size: 12px;
}

.heading-11 {
  color: var(--space-blue);
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.paragraph-21 {
  color: var(--space-blue);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cell-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 13px;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-20 {
  background-color: #ffabab;
}

.quick-stack-9 {
  order: 0;
  min-width: 400px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-9.second {
  flex: 0 auto;
  align-self: stretch;
}

.quick-stack-9.hided {
  order: 1;
}

.course {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/shutterstock_1718232061-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 23px;
}

.course.second {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/shutterstock_344786984.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.course.second.ano {
  background-image: none;
}

.course.second.time {
  background-image: url('../images/shutterstock_344786984_1.webp'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.course.second.mini {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/shutterstock_1718232061-1.png');
  background-position: 0 0, 50%;
}

.course.third {
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/shutterstock_1814747942.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.course._4t {
  background-image: url('../images/shutterstock_1718232061-1_1.webp');
  background-position: 50%;
  background-size: cover;
}

.course._5t {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2111939840.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.course._6t {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_1814747942_1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.course.fr {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/shutterstock_344786984_1.webp');
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.cell-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_1718232061-3.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 23px;
}

.quick-stack-10 {
  height: 220px;
  padding: 0;
}

.quick-stack-10.contacts {
  align-self: stretch;
}

.cell-7 {
  background-color: #f8f8f8;
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.cell-7:hover {
  background-color: #e9e9e9;
}

.cell-7.an:hover {
  background-color: #f8f8f8;
}

.cell-7.v {
  background-color: #d6e9ff;
}

.cell-7.v:hover {
  background-color: #a2cdff;
}

.cell-7.l {
  background-color: #d6e9ff;
}

.cell-7.l:hover {
  background-color: #a2cdff;
}

.cell-8 {
  background-color: #f8f8f8;
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.cell-8:hover {
  background-color: #e9e9e9;
}

.cell-8.an:hover {
  background-color: #f8f8f8;
}

.cell-8.v, .cell-8.d {
  background-color: #d6e9ff;
}

.cell-8.d:hover {
  background-color: #a2cdff;
}

.heading-12 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.bold-text {
  opacity: .9;
  font-weight: 500;
}

.paragraph-22 {
  color: var(--space-blue);
  margin-bottom: 18px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.paragraph-23 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.paragraph-23.title {
  font-weight: 600;
}

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

.link-block-4 {
  color: var(--space-blue);
  text-decoration: none;
}

.mask {
  border-radius: 23px;
}

.tab-style {
  border: 1px solid var(--space-blue);
  color: var(--space-blue);
  background-color: #fff;
  border-radius: 23px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.tab-style.w--current {
  background-color: var(--space-blue);
  color: var(--white);
}

.tab-style.year {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.tabs-menu {
  margin-bottom: 16px;
}

.cell-9 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quick-stack-11 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  padding-left: 0;
  padding-right: 0;
}

.image-13 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 12px;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  height: 350px;
  display: block;
}

.collection-list-wrapper-6 {
  align-self: stretch;
}

.heading-13 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
}

.link-block-5 {
  color: var(--space-blue);
  width: 100%;
  text-decoration: none;
  display: block;
}

.flex-block-10 {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
}

.paragraph-24 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 21px;
}

.paragraph-24.text {
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 18px;
  line-height: 1.4;
}

.paragraph-24.title {
  font-weight: 600;
}

.div-block-22 {
  padding-top: 40px;
  padding-left: 40px;
}

.flex-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
}

.div-block-23.up {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: wrap;
  padding-bottom: 4px;
}

.small-text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.div-block-24 {
  align-self: stretch;
}

.speccourse {
  background-image: url('../images/shutterstock_1718232061-1_1.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 23px;
  align-self: stretch;
  width: 100%;
  height: 100%;
}

.speccourse.cesond {
  background-image: linear-gradient(#00000080, #00000080), url('../images/287.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-right: 20px;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  padding-top: 30px;
  display: block;
}

.link-block-6, .link-block-7 {
  color: var(--white);
  text-decoration: none;
}

.cell-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-26 {
  background-color: #f7f7f7;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  height: 100%;
  margin-bottom: 24px;
  padding: 32px 20px 24px;
  text-decoration: none;
  display: flex;
}

.image-14 {
  margin-right: 12px;
}

.paragraph-25 {
  color: var(--space-blue);
  text-align: center;
  text-transform: none;
  height: 100%;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

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

.heading-14 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-26 {
  margin-top: 32px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.link-block-9, .link-block-10 {
  text-decoration: none;
}

.bold-text-2 {
  font-weight: 500;
  line-height: 25px;
}

.paragraph-27 {
  margin-top: 55px;
  margin-bottom: 43px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.tabs {
  margin-top: 10px;
}

.div-block-28 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cell-12 {
  background-color: #f8f8f8;
  border-radius: 23px;
  justify-content: center;
  align-items: center;
}

.cell-12:hover {
  background-color: #e9e9e9;
}

.cell-12.k {
  background-color: #d6e9ff;
}

.cell-12.k:hover {
  background-color: #a2cdff;
}

.paragraph-28 {
  text-align: center;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.link-block-11 {
  color: var(--space-blue);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.paragraph-29 {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-30 {
  background-color: #f8f8f8;
  border: 1px solid #b3b3b3;
  border-radius: 23px;
  width: 100%;
  height: 100%;
  margin-top: 42px;
  padding: 4px 16px 16px;
}

.heading-15 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.heading-16 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-30 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

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

.paragraph-31 {
  color: var(--space-blue);
  font-family: Raleway, sans-serif;
  font-size: 23px;
  font-weight: 500;
  text-decoration: none;
}

.bold-text-3 {
  font-size: 9px;
  display: none;
}

.image-15 {
  width: 245px;
}

.paragraph-32 {
  font-family: Raleway, sans-serif;
}

.paragraph-33 {
  color: var(--space-blue);
  margin-top: 8px;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-34 {
  color: var(--space-blue);
  margin-top: 18px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

.text-block-2 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.success-message {
  background-color: #f8f8f8;
}

.text-block-3 {
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.div-block-31 {
  flex: 0 auto;
  align-self: flex-end;
  height: 350px;
}

.slider-2 {
  background-color: #f5f7fa;
  border-radius: 23px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.slide-base {
  vertical-align: middle;
  background-color: #f5f7fa;
}

.icon-4 {
  mix-blend-mode: normal;
  object-fit: fill;
}

.image-16 {
  vertical-align: middle;
  margin: auto 20px;
}

.div-block-32 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-bottom: 12px;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.paragraph-35 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.bold-text-4 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.left-arrow-2 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-size: 14px;
  display: flex;
}

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

.slide-nav {
  flex: 0 auto;
  align-self: auto;
  font-size: 10px;
}

.mask-2 {
  flex: 0 auto;
  align-self: auto;
}

.heading-17 {
  font-size: 100%;
}

.heading-18 {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  font-size: 100%;
  font-weight: 600;
  line-height: 47px;
  display: flex;
}

.heading-19 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.video {
  width: 680px;
}

.hi1 {
  visibility: hidden;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1px;
  line-height: 1px;
}

.empty-state {
  background-color: #fff;
}

.text-block-4 {
  color: var(--white);
}

.collection-list-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.image-17 {
  height: 313px;
}

.empty-state-2 {
  color: var(--white);
  background-color: #fff;
}

.collection-list-wrapper-7 {
  align-self: auto;
}

.quick-stack-12, .quick-stack-13 {
  padding-left: 0;
  padding-right: 0;
}

.cell-16 {
  border-radius: 23px;
}

.cell-16.d {
  background-image: url('../images/Rectangle-115_1.webp');
  background-position: 50%;
  background-size: cover;
}

.text-span {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 46px;
  font-weight: 400;
}

.div-block-34 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f8f8f8;
  border-radius: 23px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 350px;
  padding: 24px;
  display: flex;
}

.image-18 {
  border-radius: 10px;
  width: 201px;
}

.paragraph-36 {
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.paragraph-37 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-38 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.div-block-35 {
  display: flex;
}

.div-block-36 {
  flex-flow: column;
  display: flex;
}

.image-19 {
  align-self: center;
  width: 249px;
  height: 249px;
}

.brand-3 {
  align-self: center;
}

.brand-3.w--current {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  min-width: 124px;
  display: block;
  position: static;
}

.heading-20 {
  color: var(--white);
  text-transform: uppercase;
  max-width: 1030px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 59px;
}

.paragraph-39 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.button-3 {
  color: var(--space-blue);
  background-color: #fff;
  border-radius: 6px;
  padding: 15px 40px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-3.blue {
  background-color: var(--space-blue);
  color: var(--white);
  text-align: center;
  width: 250px;
}

.button-3.blue.big {
  width: 300px;
}

.button-3.blue.big.white {
  background-color: var(--white);
  color: var(--space-blue);
  border: 2px solid #253081;
  font-weight: 600;
}

.button-3.blue.new {
  width: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-3.blue.new.stroke {
  border: 2px solid var(--space-blue);
  color: var(--space-blue);
  background-color: #25308100;
}

.button-3.blue.new.stroke.wide {
  align-self: stretch;
  width: 100%;
}

.button-3.blue.new.add {
  width: 280px;
}

.button-3.blue.new.fwe {
  width: 240px;
}

.button-3.blue.new.fwe.fwlemfw {
  background-color: var(--white);
  color: var(--space-blue);
}

.button-3.blue.new.fwe.fwlemfw.wfeff {
  width: 300px;
}

.button-3.blue.efwf {
  width: 330px;
}

.button-3.blue.kewnwlkemg {
  width: 320px;
}

.button-3.blue.kewnwlkemg.big {
  width: 400px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
}

.button-3.blue.lwkemf {
  align-self: center;
  width: 235px;
  padding: 12px 32px;
  font-size: 15px;
}

.div-block-37 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: stretch;
  margin-bottom: 24px;
  display: flex;
}

.quick-stack-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  align-self: stretch;
  padding: 0;
}

.quick-stack-14.de {
  margin-top: 16px;
}

.div-block-38 {
  background-color: #f8f8f8;
  border-radius: 23px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 205px;
  padding: 32px 24px;
  display: flex;
}

.div-block-38.up {
  margin-top: 16px;
}

.div-block-38.up.efr {
  margin-top: 0;
  margin-bottom: 16px;
}

.div-block-38.long {
  flex: 1;
  height: 100%;
}

.div-block-38.ef {
  height: 100%;
}

.paragraph-40 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

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

.image-20.sef {
  margin-bottom: 0;
}

.text-span-2 {
  vertical-align: bottom;
  display: inline;
}

.div-block-39 {
  background-color: #f8f8f8;
  border-radius: 23px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 20px 40px;
  display: flex;
}

.image-21 {
  flex: 1;
  width: 100%;
  height: 220px;
  display: inline-block;
}

.quick-stack-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
}

.div-block-40 {
  background-color: #efefef;
  border-radius: 16px;
  align-self: stretch;
  height: 100%;
  padding: 22px 22px 12px;
}

.paragraph-41 {
  color: #6269a2;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.paragraph-42 {
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.paragraph-43 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-41 {
  margin-top: 32px;
  margin-bottom: 6px;
}

.div-block-42 {
  background-image: url('../images/Rectangle-217.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 14px;
  width: 100%;
  height: 220px;
}

.div-block-42.img {
  background-image: url('../images/Frame-96.png');
  background-size: cover;
}

.div-block-42.img.ef {
  background-image: url('../images/xwqumxdvd2.png');
  background-position: 50% 78%;
  background-size: cover;
}

.quick-stack-16 {
  align-self: stretch;
  padding: 0;
}

.div-block-43 {
  background-image: linear-gradient(#0003, #0003), url('../images/13кк.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 23px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  height: 350px;
  padding: 32px 24px;
  display: flex;
}

.paragraph-44 {
  color: #bdb5b6;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

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

.image-22 {
  width: 6px;
  height: 6px;
}

.paragraph-45 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
}

.paragraph-46 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.div-block-44 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.div-block-45 {
  background-color: #fff;
  border-radius: 23px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 900px;
  padding: 24px;
  display: block;
  overflow: scroll;
}

.div-block-46 {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.div-block-46.j {
  justify-content: space-between;
  align-items: center;
}

.quick-stack-17 {
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
}

.div-block-47 {
  background-image: url('../images/image-3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 23px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  height: auto;
  padding: 52px 40px 40px;
  display: flex;
}

.paragraph-47 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-48 {
  color: var(--white);
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-48.list {
  padding-left: 22px;
}

.list-item {
  padding-bottom: 8px;
}

.div-block-48 {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.div-block-49 {
  background-image: url('../images/image-4.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 23px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 52px 40px 40px;
  display: flex;
}

.div-block-52 {
  background-image: url('../images/image-5.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 23px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 52px 40px 40px;
  display: flex;
}

.div-block-53 {
  background-image: url('../images/image-6.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 23px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 52px 40px 40px;
  display: flex;
}

.italic-text {
  color: var(--space-blue);
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-49 {
  color: var(--white);
  text-align: center;
  margin-top: 14px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-49.jewf {
  font-size: 16px;
}

.div-block-54 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ececec;
  border-radius: 18px;
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 1000px;
  margin-top: 24px;
  padding: 32px 24px;
  display: flex;
}

.text-span-3 {
  vertical-align: text-top;
  width: 27px;
  height: 81px;
  line-height: 46px;
  display: inline;
}

.paragraph-50 {
  color: var(--space-blue);
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}

.italic-text-2 {
  color: var(--space-blue);
}

.div-block-56 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-57 {
  width: auto;
  display: block;
}

.div-block-58 {
  background-color: #fff;
  width: 97px;
  height: 64px;
  display: block;
  position: absolute;
  top: 50px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown {
  color: #fff;
  height: 60px;
}

.text-block-5 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.icon-5 {
  color: #fff;
}

.dropdown-toggle {
  font-weight: 400;
}

.dropdown-list {
  border-radius: 12px;
  display: none;
  top: 50px;
  box-shadow: 0 2px 20px -6px #00000026;
}

.dropdown-link {
  color: #253081;
  background-color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  display: block;
}

.text-span-4 {
  vertical-align: text-top;
  width: 28px;
  height: 4px;
  font-weight: 600;
  line-height: .7;
}

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

.div-block-59 {
  background-color: #f8f8f8;
  border-radius: 23px;
}

.div-block-60 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.div-block-61, .div-block-62 {
  flex: 1;
}

.paragraph-51 {
  color: #253081;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-52 {
  color: #253081;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 15px;
}

.image-23, .image-24, .image-25 {
  margin-bottom: 8px;
}

.section-3 {
  margin-bottom: 150px;
}

.quick-stack-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: stretch;
  padding: 0;
}

.div-block-63 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  border-radius: 23px;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  height: auto;
  padding: 24px;
  display: flex;
}

.paragraph-53 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-64 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 12px;
  display: flex;
}

.div-block-65 {
  width: 400px;
  margin-top: 24px;
}

.paragraph-54 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.div-block-66 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-block-66.hide {
  display: none;
}

.paragraph-55 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.div-block-67 {
  width: 159px;
}

.div-block-67.efs {
  width: auto;
}

.quick-stack-19 {
  align-self: stretch;
  margin-top: 16px;
  padding: 0;
}

.paragraph-56 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bold-text-6 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.paragraph-57 {
  text-align: center;
  align-self: center;
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 500;
}

.div-block-68 {
  background-color: #f8f8f8;
  border-radius: 23px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 24px;
  display: flex;
}

.div-block-69 {
  width: 600px;
  margin-top: 24px;
}

.text-span-5 {
  color: #576bff;
}

.div-block-71 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-72 {
  background-image: url('../images/photo_2025-04-17_08-05-19.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 600px;
  height: 50vw;
  display: flex;
}

.image-26 {
  width: 64px;
}

.link-block-12 {
  display: block;
  position: relative;
}

.link-block-13 {
  background-image: url('../images/photo_2025-04-17_08-05-19.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 23px;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: 50svw;
  display: flex;
}

.link-block-13.ef {
  background-image: url('../images/jnf1yxzgj2.png');
}

.link-block-13.ef.wefgt {
  background-image: linear-gradient(#0006, #0006), url('../images/4a69c86672a1eb86ed79e671377919b5.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.link-block-13.ef.wefgt.wef {
  text-align: left;
  align-self: stretch;
  width: 100%;
  max-width: 800px;
  height: 260px;
  max-height: 500px;
}

.link-block-13.ef.wefgt.wef.gr {
  background-image: url('../images/gu3gqz4k451770.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
}

.link-block-13.of {
  background-image: url('../images/maxresdefault.webp');
}

.quick-stack-20 {
  align-self: stretch;
  margin-top: 24px;
}

.div-block-73 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex: none;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  height: 200px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-27, .image-28, .image-29 {
  flex: 1;
}

.image-30 {
  object-fit: contain;
  flex: 1;
}

.image-31 {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 1;
  width: auto;
  display: inline-block;
  overflow: visible;
}

.div-block-74 {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.quick-stack-21 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-self: stretch;
  margin-top: 24px;
  padding: 0;
}

.image-32, .image-33, .image-34, .image-35, .image-36 {
  object-fit: cover;
  height: 100%;
}

.button-4 {
  color: #253081;
  background-color: #fff;
  border-radius: 20px;
  flex: 0 auto;
  align-self: center;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.div-block-75 {
  background-color: #253081;
  align-self: center;
}

.div-block-76 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.italic-text-3 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.div-block-77 {
  background-color: #f8f8f8;
  border-radius: 23px;
  order: 0;
  width: 500px;
  height: 130px;
  margin-top: 48px;
  padding: 20px 40px;
  display: flex;
}

.paragraph-58 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 30px;
  display: block;
}

.paragraph-59 {
  font-family: Raleway, sans-serif;
}

.div-block-78, .div-block-79 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-79.erfwe {
  margin-top: 12px;
}

.div-block-80 {
  color: #253081;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-81 {
  border-radius: 23px;
  width: 100%;
  overflow: hidden;
}

.div-block-82 {
  background-image: url('../images/26iwzn571j.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 400px;
  margin-top: 0;
  margin-bottom: 12px;
  display: flex;
  overflow: visible;
}

.quick-stack-22 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-self: stretch;
}

.div-block-83 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-84, .div-block-85 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.image-37, .image-38 {
  width: 309px;
  min-width: 309px;
}

.paragraph-60 {
  flex: 0 auto;
}

.div-block-86 {
  flex: 0 auto;
  width: 500px;
  display: flex;
}

.div-block-87 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 250px;
  display: flex;
}

.div-block-87.wfelk {
  height: 230px;
}

.paragraph-61 {
  color: var(--space-blue);
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-62 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-63 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.image-39 {
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.div-block-88 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-bottom: 12px;
  display: flex;
}

.paragraph-64 {
  text-align: center;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.paragraph-65 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-89 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20250507213555_0.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 23px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-90 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.div-block-91 {
  background-color: #f8f8f8;
  border-radius: 23px;
}

.div-block-92 {
  opacity: 1;
  background-color: #e0e0e0;
  border-radius: 23px;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 300px;
  display: flex;
}

.div-block-92.ecw {
  background-image: url('../images/Frame-186.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-92.wcec {
  background-image: url('../images/Frame-187.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-92.wcw {
  background-image: none;
}

.div-block-92.ecwe {
  background-image: url('../images/Frame-188.png');
  background-position: 50%;
  background-size: cover;
}

.paragraph-66 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.quick-stack-23 {
  padding: 45px 45px 45px 32px;
}

.paragraph-67 {
  font-family: Raleway, sans-serif;
  font-size: 15px;
}

.bold-text-7 {
  font-weight: 600;
}

.image-40 {
  width: 90px;
  height: 90px;
}

.div-block-93 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin-top: 12px;
  display: flex;
}

.div-block-94 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-68 {
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-69 {
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.div-block-95 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-top: 32px;
  display: flex;
}

.image-41 {
  width: 42px;
}

.paragraph-70 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.div-block-96 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.paragraph-71 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-72 {
  text-align: left;
  width: 386px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.paragraph-73 {
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-97 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #f8f8f8;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 10px 16px;
  display: flex;
}

.text-span-6 {
  position: relative;
  bottom: 10px;
}

.div-block-98 {
  height: 390px;
}

.div-block-99 {
  text-align: center;
  align-self: center;
  margin-top: 16px;
}

.paragraph-74 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
  padding-left: 20px;
  list-style-type: disc;
  display: flex;
}

.div-block-100 {
  align-self: stretch;
}

.div-block-101 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.div-block-102 {
  background-image: url('../images/обложка1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 23px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 370px;
  margin-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.div-block-102.wjqhdb {
  background-image: url('../images/BC8730C7-2141-4946-802F-1AA274E72794.JPG');
}

.quick-stack-24 {
  padding: 0;
}

.paragraph-75 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-75.wfkwef {
  text-align: center;
}

.div-block-103 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-103.hide {
  display: none;
}

.image-42 {
  width: 34px;
  height: 34px;
}

.paragraph-76 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.paragraph-76.fewef {
  color: var(--white);
}

.paragraph-77 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.div-block-104 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-104.vert {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
}

.paragraph-78 {
  align-self: center;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-105 {
  flex-flow: column;
  order: 0;
  align-self: stretch;
  display: flex;
}

.list-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.quick-stack-25 {
  align-self: stretch;
  padding: 0;
}

.div-block-106 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-self: stretch;
  display: flex;
}

.div-block-107 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.paragraph-79 {
  font-family: Raleway, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-80 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-81 {
  font-family: Raleway, sans-serif;
}

.image-43 {
  min-width: 270px;
  max-width: 270px;
  min-height: 344px;
  max-height: 344px;
}

.image-44 {
  object-fit: cover;
  border-radius: 23px;
  width: 100%;
  height: 100%;
  display: block;
}

.quick-stack-26 {
  align-self: stretch;
  padding: 0;
}

.div-block-108 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f8f8f8;
  border-radius: 23px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 32px 20px 20px;
  display: flex;
}

.div-block-109 {
  align-self: center;
  margin-top: 12px;
}

.div-block-110, .div-block-111 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-112, .div-block-113 {
  align-self: center;
}

.div-block-114 {
  background-color: #f8f8f8;
  border-radius: 23px;
  align-self: stretch;
  padding: 24px;
}

.div-block-115 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #f8f8f8;
  border-radius: 23px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 48px;
  padding: 48px 24px;
  display: flex;
}

.div-block-115.wfew {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 0;
  padding: 12px;
  display: flex;
}

.div-block-115.oemfw {
  background-color: var(--space-blue);
}

.div-block-115.oemfw.rgwe {
  background-image: linear-gradient(#00000080, #00000080), url('../images/wfwefwefwefwefwef.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-115.oemfw.rgwe.iuhwqd {
  background-image: linear-gradient(#00000080, #00000080), url('../images/CHto-takoe-seminar.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.paragraph-82 {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.paragraph-82.wef {
  color: var(--white);
}

.div-block-116 {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 48px;
  padding-right: 48px;
}

.paragraph-83 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.italic-text-4 {
  font-weight: 500;
}

.div-block-117 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.slider-3 {
  border-radius: 32px;
  align-self: stretch;
  height: 100%;
}

.div-block-118 {
  flex: 0 auto;
  align-self: stretch;
  height: 500px;
}

.div-block-119 {
  height: 100%;
}

.collection-item-8 {
  border-radius: 32px;
  height: 100%;
}

.div-block-120 {
  height: 100%;
}

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

.div-block-121 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 500px;
  padding: 52px 82px;
  display: flex;
  overflow: visible;
}

.div-block-122 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.new-cta {
  color: var(--space-blue);
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 32px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bold-text-8 {
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.list-item-2, .list-item-3, .list-item-4 {
  font-family: Raleway, sans-serif;
  font-size: 17px;
}

.list-4 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  margin-top: 26px;
  padding-left: 20px;
  display: flex;
}

.courses {
  align-self: stretch;
  padding: 0;
}

.courses.wecwe {
  margin-bottom: 20px;
}

.back {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Rectangle-287_1.webp');
  background-position: 0 0, 70%;
  background-size: auto, cover;
  border-radius: 23px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  height: 500px;
  padding: 48px 32px 32px;
  display: flex;
}

.back._2nd {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/20250507213555_0.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.back._3rd {
  background-image: linear-gradient(#0009, #0009), url('../images/13к.png');
  background-position: 0 0, 50%;
}

.back._4th {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6к-1-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.back._5th.tall {
  background-image: linear-gradient(#00000059, #00000059), url('../images/0_1-1.avif');
  height: 500px;
}

.back._5th.tall.wef {
  background-image: linear-gradient(#00000080, #00000080), url('../images/как-рассчитать-гороскоп-вручную.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 450px;
}

.back._5th.tall.wef.erf {
  background-image: linear-gradient(#00000080, #00000080), url('../images/введение-в-таро.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.back._5th.tall.wef.erf.nm {
  flex: 1;
}

.back._5th.tall.wef.ebtev {
  background-image: linear-gradient(#00000080, #00000080), url('../images/основы-мунданной-астрологии.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.back._5th.tall.wef.ebtev.uinj {
  flex: 1;
}

.back._5th.tall.wef.ebtev.uinj.wlkrm {
  background-image: linear-gradient(#0009, #0009), url('../images/asrologyhistory-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.back._5th.tall.wef.ebtev.uinj.wlkrm.mk._34r {
  background-image: linear-gradient(#00000040, #00000040), url('../images/пп.png');
  background-position: 0 0, 50%;
}

.back._5th.tall.wef.wlece {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Транзиты-и-затмения.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.back._5th.tall.wef.wlece.wmef {
  background-image: linear-gradient(#00000080, #00000080), url('../images/0_1-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.back._5th.tall.wef.wlece.wmef.erf {
  flex: 1;
}

.back._5th.tall.wef.wlece.wmef.erf.wde {
  background-image: none;
}

.back._5th.tall.wef.wlece.mk {
  flex: 1;
}

.back._5th.tall.wef.wlece.mk.wrf {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.back._5th.tall.wef.wlece.mk.none.fwe {
  opacity: 0;
}

.back._5th.tall.wef.buin {
  flex: 1;
}

.paragraph-84 {
  opacity: .8;
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.heading-21 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
}

.heading-21.om {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 1.2;
}

.paragraph-85 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-123 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1034px;
  display: flex;
}

.div-block-124 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.paragraph-86 {
  color: var(--space-blue);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.div-block-125 {
  background-image: linear-gradient(#ffffffd6, #ffffffd6);
  border-radius: 100px;
  padding: 8px 16px;
}

.div-block-126 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-127 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.div-block-128 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-129 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-self: auto;
  margin-top: 12px;
  display: flex;
}

.paragraph-87 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
}

.paragraph-88 {
  color: var(--space-blue);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.paragraph-89 {
  font-size: 14px;
}

.link-block-14 {
  align-self: stretch;
  text-decoration: none;
}

.div-block-130 {
  background-color: var(--space-blue);
  border-radius: 33px;
  margin-top: 0;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.link-block-15, .link-block-16, .link-block-17 {
  align-self: stretch;
}

.div-block-131 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.div-block-132 {
  margin-top: 12px;
}

.sitemap-generator_sitemap-container {
  flex-direction: column;
  row-gap: 20px;
  display: flex;
}

.sitemap-generator_sitemap-item {
  color: #363636;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}

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

.paragraph-90 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.div-block-133 {
  background-image: url('../images/maxresdefault0.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 210px;
  display: flex;
}

.div-block-133.ed {
  background-image: url('../images/ОВЕН-о-Знаке-Зодиака.png');
  background-position: 50% 0;
  border-radius: 12px;
  height: 230px;
  overflow: visible;
}

.div-block-133.ded {
  background-image: url('../images/Квантовая-Астрология.-Андрей-Андреев.png');
  background-position: 50% 0;
  border-radius: 12px;
  height: 230px;
}

.div-block-134 {
  background-image: url('../images/maxresdefault.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 210px;
  display: flex;
}

.div-block-134.efe {
  background-image: url('../images/Влияние-солнечных-и-лунных-затмений-в-периоды-важных-событий.png');
  background-position: 50% 0;
  border-radius: 12px;
  height: 230px;
}

.link {
  color: var(--space-blue);
}

.div-block-135 {
  background-color: #253081;
  border-radius: 50px;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-91 {
  opacity: .6;
  color: var(--white);
  font-family: Raleway, sans-serif;
}

.low-opacity-link {
  opacity: .6;
  color: var(--white);
  flex: none;
  font-family: Raleway, sans-serif;
  text-decoration: none;
}

.slash {
  opacity: .6;
  color: var(--white);
}

.flex-block-15 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  width: 700px;
}

.link-2 {
  color: var(--white);
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Raleway, sans-serif;
  text-decoration: none;
  overflow: hidden;
}

.paragraph-92 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.code-embed {
  display: none;
}

.paragraph-93 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.div-block-136 {
  height: 20px;
}

.paragraph-94 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  text-decoration: underline;
}

.paragraph-95 {
  color: var(--white);
  font-family: Raleway, sans-serif;
}

.checkbox-field {
  color: var(--white);
  margin-top: 6px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.link-3 {
  color: var(--white);
}

.link-3.background, .link-3.k {
  color: var(--space-blue);
}

.link-4 {
  color: var(--white);
}

.link-4.g, .j {
  color: var(--space-blue);
}

.paragraph-96 {
  font-family: Raleway, sans-serif;
}

.paragraph-97 {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-137 {
  margin-bottom: 24px;
}

.button-5 {
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 6px;
  align-self: stretch;
  padding: 15px 40px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  display: block;
}

.div-block-138 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.div-block-139 {
  margin-bottom: 24px;
}

.image-45 {
  width: 48px;
  margin-bottom: 12px;
}

.div-block-140 {
  height: 50px;
}

.div-block-141 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f9f9f9;
  border-radius: 16px;
  flex-flow: column;
  align-self: center;
  width: 500px;
  display: flex;
}

.paragraph-98 {
  text-align: center;
  margin-top: 24px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-142 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.image-46, .image-47 {
  width: 48px;
}

.image-48 {
  mix-blend-mode: luminosity;
  width: 48px;
}

.form-block {
  align-self: stretch;
}

.text-field-2 {
  border-radius: 8px;
  height: 50px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
}

.form {
  display: flex;
}

.paragraph-99 {
  font-family: Raleway, sans-serif;
}

.paragraph-100 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
}

.div-block-143 {
  align-self: stretch;
  margin-top: 24px;
}

.paragraph-101 {
  word-break: break-all;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 31px;
}

.div-block-144 {
  height: 200px;
}

.paragraph-102 {
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-103 {
  font-size: 24px;
  font-style: italic;
  line-height: 27px;
}

.flex-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100px;
}

.div-block-145 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-8 {
  margin-top: 16px;
}

.collection-list-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.flex-block-17 {
  margin-top: 24px;
}

.bold-text-10 {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-146 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-147 {
  min-width: 62px;
}

.div-block-148 {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 62px;
  display: flex;
}

.div-block-149 {
  min-width: 62px;
  max-width: 150px;
}

.image-49, .image-50, .image-51 {
  object-fit: cover;
  border-radius: 8px;
  width: 150px;
  height: 150px;
}

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

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

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

.base {
  padding-left: 6px;
  padding-right: 6px;
}

.base.hide {
  display: none;
}

.bold-text-11 {
  font-size: 30px;
  font-weight: 600;
}

.div-block-150 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-151 {
  background-color: #f8f8f8;
  border-radius: 8px;
  align-self: stretch;
  padding: 12px;
}

.paragraph-104 {
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
}

.div-block-152 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-153 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-154 {
  align-self: stretch;
  margin-bottom: 24px;
}

.div-block-155 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 12px;
  display: flex;
}

.div-block-155.contacts {
  align-self: stretch;
}

.div-block-156 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  mix-blend-mode: normal;
  background-color: #30abea;
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.div-block-156._2 {
  background-color: #ff1512;
}

.div-block-156.dz {
  background-color: #272729;
}

.div-block-156.vk {
  background-color: #147bfe;
}

.paragraph-105 {
  color: #fff;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-106 {
  color: var(--space-blue);
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.link-block-18, .link-block-19, .link-block-20, .link-block-21 {
  flex: 1;
  text-decoration: none;
}

.image-52 {
  width: 28px;
}

.image-53 {
  width: 20px;
}

.image-54 {
  width: 24px;
}

.image-55 {
  width: 20px;
}

.image-56 {
  width: 26px;
}

.div-block-157 {
  align-self: center;
  width: 600px;
}

.bold-text-12 {
  font-weight: 500;
}

.bold-text-13 {
  font-size: 20px;
  font-weight: 600;
}

.flex-block-21 {
  flex-flow: wrap;
  align-self: stretch;
}

.quick-stack-27 {
  align-self: stretch;
  padding: 0;
}

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

.image-58, .image-59 {
  width: 200px;
}

.quick-stack-28 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-self: stretch;
  padding: 0;
}

.lightbox-link {
  width: 100%;
}

.lightbox {
  object-fit: cover;
  width: 400px;
  height: 200px;
}

.div-block-158 {
  max-width: 900px;
}

.link-5 {
  color: var(--space-blue);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.div-block-159 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  border-radius: 23px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.image-60 {
  border-radius: 12px;
  width: 180px;
}

.paragraph-107 {
  align-self: auto;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.paragraph-108 {
  font-family: Raleway, sans-serif;
  font-style: italic;
}

.paragraph-108.afqw {
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.button-6 {
  background-color: var(--space-blue);
  border-radius: 6px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.container-11 {
  flex-flow: column;
  max-width: none;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.slide-2 {
  padding: 75px 75px 50px;
}

.slider-4 {
  background-color: #f8f8f8;
  border-radius: 23px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin-bottom: 100px;
  display: flex;
}

.paragraph-109 {
  display: block;
}

.icon-6, .icon-7 {
  color: var(--space-blue);
}

.paragraph-110 {
  color: var(--space-blue);
  flex-flow: column;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  display: block;
}

.paragraph-111 {
  color: var(--space-blue);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.paragraph-112 {
  color: var(--space-blue);
  text-align: center;
  font-family: Raleway, sans-serif;
}

.mask-3 {
  flex: none;
  position: relative;
  overflow: hidden;
}

.code-embed-2 {
  margin-bottom: 32px;
}

.cell-25 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.div-block-161 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.quick-stack-29 {
  align-self: stretch;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-162 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/как-рассчитать-гороскоп-вручную.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 23px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.div-block-162.wf {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Rectangle-15.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-block-162.wf.wefwefffff {
  background-image: linear-gradient(to bottom, #0006, #0006), url('../images/история-астрологии.jpg'), linear-gradient(to bottom, var(--space-blue), var(--space-blue));
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
}

.div-block-162.ergw {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Rectangle-14125.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-block-162.ergw.wefwtb {
  background-image: linear-gradient(#00000080, #00000080), url('../images/основы-мунданной-астрологии.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.div-block-162.ergw.fwefv {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/введение-в-таро.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-162.ergw.fwefv.wef {
  background-image: linear-gradient(#0006, #0006), url('../images/Rectangle-18.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-162.ergw.fwefv.wef.wefwccc {
  background-image: linear-gradient(#0006, #0006), url('../images/Rectangle-17.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-162.ergw.fwefv.wef.wefwccc.wevvv {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Rectangle-108.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-162.ergw.fwefv.wef.gwe {
  background-image: linear-gradient(#0006, #0006), url('../images/Rectangle-139.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-162.wgweg {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Rectangle-16.png');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
}

.div-block-162.wgweg.fwef {
  background-image: linear-gradient(#0003, #0003), url('../images/Rectangle-137.png');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
}

.div-block-162.wgweg.fwef.oj {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Rectangle-1448.png');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
}

.div-block-162.wgweg.fwef.oj.om {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Rectangle-1009.png');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
}

.div-block-162.wlfm {
  background-image: linear-gradient(to bottom, #0006, #0006), url('../images/хорарная-астрология.jpeg'), linear-gradient(to bottom, var(--space-blue), var(--space-blue));
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
}

.div-block-163 {
  background-color: #ffffff4d;
  background-image: linear-gradient(#0000004d, #0000004d);
  border-radius: 100px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 36px;
  padding: 16px;
  display: flex;
}

.cell-26 {
  display: block;
}

.paragraph-113 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.paragraph-114 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.paragraph-115 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.div-block-164 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8f8f8;
  border: 1px #000;
  border-radius: 23px;
  flex-flow: column;
  align-self: stretch;
  padding: 32px;
  display: flex;
}

.paragraph-116 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.list-5 {
  padding-left: 24px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.list-item-5, .list-item-6 {
  margin-bottom: 4px;
}

.div-block-165 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-165.kjn {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.paragraph-117 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.button-7 {
  background-color: var(--space-blue);
  color: var(--white);
  border-radius: 8px;
  align-self: flex-start;
  padding: 16px 46px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-118 {
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.paragraph-119 {
  color: var(--space-blue);
  margin-bottom: 12px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-120 {
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.div-block-166 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.list-item-7 {
  margin-top: 4px;
}

.paragraph-121 {
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.list-item-8 {
  margin-bottom: 12px;
}

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

.div-block-168 {
  align-self: stretch;
}

.text-span-7, .text-span-8 {
  vertical-align: text-top;
}

.text-span-9 {
  vertical-align: top;
}

.text-span-10, .text-span-11 {
  vertical-align: text-top;
}

.div-block-169, .div-block-170 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: stretch;
  display: flex;
}

.link-block-22 {
  display: block;
}

.div-block-171 {
  background-color: #f8f8f8;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-171.ewf {
  border-radius: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.paragraph-122 {
  margin-top: 12px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.quick-stack-30 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  align-self: stretch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-123 {
  padding-top: 32px;
  padding-left: 30px;
  font-family: Raleway, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-124 {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-172 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-173 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.collection-list-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.image-61 {
  height: 250px;
}

.paragraph-125 {
  color: var(--white);
  font-family: Raleway, sans-serif;
}

.paragraph-126 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 17px;
}

.div-block-174 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.paragraph-127 {
  font-family: Raleway, sans-serif;
}

.div-block-175 {
  background-color: #253081;
  border-radius: 50px;
  flex: 1;
  width: 140px;
  height: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.paragraph-128 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.div-block-176 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.wedo {
  display: block;
}

.code-embed-3 {
  font-family: Raleway, sans-serif;
}

.section-4 {
  z-index: 999;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-177 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: block;
}

.paragraph-129 {
  color: var(--space-blue);
  font-family: Raleway, sans-serif;
}

.paragraph-130 {
  color: var(--space-blue);
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-178 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-179 {
  width: 32px;
  height: 32px;
}

.div-block-180 {
  background-color: #f8f8f8;
  border-radius: 23px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.paragraph-131 {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-132 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-181 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-133 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.div-block-182 {
  border: 1px solid #9b9b9b;
  border-radius: 20px;
  padding: 8px 12px;
}

.div-block-183 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: 800px;
  margin-top: 54px;
  display: block;
}

.div-block-183.kwf {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.div-block-184 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.paragraph-134 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.div-block-185 {
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.div-block-185.ewf {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  max-width: 800px;
  margin-top: 32px;
  display: flex;
}

.div-block-186 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.div-block-186.wefggg {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  flex: 1;
  max-width: 700px;
  margin-top: 24px;
}

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

.text-span-12 {
  overflow-wrap: break-word;
}

.div-block-188 {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 32px;
  display: block;
}

.div-block-188.wle-f {
  display: flex;
}

.paragraph-135 {
  color: var(--space-blue);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.div-block-189 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.paragraph-136 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-190 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.cell-27 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

@media screen and (min-width: 1280px) {
  .container.hero-news {
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .container.hero-news.wef {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container.big, .container.coursesmain {
    justify-content: center;
    align-items: flex-start;
  }

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

  .grid-item {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
  }

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

  .cta.card {
    align-self: auto;
  }

  .dynamic-text {
    flex: 1;
  }

  .collection-list-wrapper-5 {
    align-self: stretch;
  }

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

  .quick-stack-5 {
    flex: 1;
    align-self: auto;
  }

  .image-5 {
    box-sizing: border-box;
    object-fit: cover;
    width: 100%;
  }

  .cell {
    display: flex;
  }

  .quick-stack-8 {
    flex: 0 auto;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 40px;
    display: flex;
  }

  .paragraph-23 {
    font-weight: 400;
  }

  .image-13 {
    border-radius: 23px;
  }

  .flex-block-11 {
    flex-flow: row;
  }

  .div-block-23 {
    padding-top: 40px;
  }

  .div-block-23.up {
    padding-bottom: 0;
  }

  .div-block-23.down {
    padding-top: 0;
  }

  .speccourse {
    background-image: url('../images/shutterstock_1718232061-1_1.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 23px;
    flex: 1;
    height: 600px;
    overflow: hidden;
  }

  .speccourse.cesond {
    background-image: linear-gradient(#00000080, #00000080), url('../images/287.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex: 1;
  }

  .div-block-25 {
    flex-flow: row;
  }

  .div-block-33 {
    flex: 0 auto;
    align-self: auto;
    height: 100%;
    display: block;
  }

  .heading-20.wed {
    max-width: 1005px;
  }

  .div-block-38.long {
    height: auto;
  }

  .paragraph-62 {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
  }

  .paragraph-63 {
    text-align: center;
    width: 300px;
    padding-top: 4px;
    font-family: Raleway, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
  }

  .image-39 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .div-block-88 {
    align-self: center;
    margin-top: 12px;
  }

  .paragraph-64 {
    text-align: center;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .paragraph-65 {
    text-align: center;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .quick-stack-28 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .lightbox {
    width: 400px;
    max-height: 100%;
  }

  .container-11 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container.hero-news {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 743px;
    height: 100%;
    display: block;
  }

  .container.hero-news.coursehero {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container.text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.coursesmain {
    display: flex;
  }

  .section, .section.hero-article {
    display: block;
  }

  .quick-stack-2.num {
    flex: 0 auto;
    width: 100%;
  }

  .grid-item {
    padding-left: 48px;
  }

  .heading-2 {
    font-size: 40px;
  }

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

  .cta.more, .cta.more.new {
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-link, .nav-link-2 {
    display: block;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .collection-item-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    flex: 1;
    display: block;
  }

  .collection-list-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    display: flex;
  }

  .flex-block-4 {
    flex-flow: row;
  }

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

  .quick-stack-5 {
    flex: 1;
  }

  .image-5 {
    aspect-ratio: auto;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .header-news {
    font-size: 24px;
    line-height: 1.4;
  }

  .collection-list-6 {
    grid-template-columns: 1fr 1fr;
  }

  .image-10 {
    height: 300px;
  }

  .paragraph-18 {
    width: 100%;
  }

  .flex-block-8 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
  }

  .div-block-18 {
    flex-flow: column;
    flex: 0 auto;
    display: flex;
  }

  .container-8 {
    justify-content: space-between;
  }

  .navbar-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-text {
    background-color: var(--space-blue);
    text-align: center;
  }

  .nav-text.up {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 4px;
  }

  .nav-text.down {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .icon-3 {
    color: var(--white);
  }

  .nav-menu-4 {
    background-color: #fff0;
    border-radius: 0;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #25308100;
  }

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

  .cell-4 {
    flex-flow: column;
  }

  .quick-stack-9 {
    flex: 1;
    height: 1160px;
  }

  .quick-stack-9.second {
    height: 1600px;
  }

  .course.second.ano {
    display: none;
  }

  .flex-block-11 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
  }

  .div-block-23 {
    flex-flow: wrap;
  }

  .div-block-23.up {
    padding-bottom: 0;
  }

  .speccourse {
    height: 574px;
  }

  .div-block-26 {
    width: 100%;
  }

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

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .video {
    width: 566px;
  }

  .div-block-33 {
    max-height: 300px;
  }

  .cell-14 {
    display: block;
  }

  .div-block-34 {
    flex-flow: column;
    height: 100%;
  }

  .heading-20 {
    font-size: 52px;
    line-height: 52px;
  }

  .quick-stack-14 {
    flex: 0 auto;
    order: 0;
  }

  .div-block-38, .div-block-38.up {
    height: auto;
  }

  .cell-18 {
    display: block;
  }

  .div-block-45 {
    align-self: stretch;
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-50, .div-block-51 {
    margin-top: 24px;
  }

  .div-block-54 {
    width: 100%;
  }

  .dropdown {
    text-align: center;
    background-color: #253081;
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .dropdown.up {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .dropdown.down {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .dropdown-toggle {
    display: inline-block;
  }

  .dropdown-list {
    z-index: 12;
    aspect-ratio: auto;
    object-fit: fill;
    display: none;
    position: absolute;
    top: auto;
  }

  .dropdown-list.w--open {
    z-index: auto;
  }

  .container-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .flex-block-13 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 12px;
  }

  .flex-block-14 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .quick-stack-18 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .link-block-13.ef.wefgt.wef {
    width: 650px;
    height: 350px;
  }

  .div-block-75 {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    justify-content: center;
    align-items: center;
    height: 74px;
    display: flex;
  }

  .div-block-83 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    margin-bottom: 0;
  }

  .div-block-87 {
    height: 120px;
  }

  .div-block-89 {
    height: 500px;
  }

  .div-block-98 {
    height: 100%;
  }

  .div-block-145 {
    flex: none;
  }

  .div-block-155 {
    flex-flow: column;
  }

  .div-block-156 {
    flex: none;
  }

  .container-11 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-169, .div-block-170 {
    flex-flow: column;
  }

  .collection-list-10 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-183 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading {
    font-size: 42px;
  }

  .grid-item {
    padding-left: 42px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .paragraph-2 {
    font-size: 17px;
  }

  .cta.more {
    align-self: stretch;
    width: 100%;
    margin-left: 0;
  }

  .cta.more.r23r, .cta.more.wef {
    align-self: center;
  }

  .menu {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-3 {
    flex: none;
    display: block;
  }

  .collection-list-4 {
    flex-flow: column;
    display: flex;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .heading-6.name, .paragraph-9, .position {
    padding-left: 0;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .flex-block-5 {
    margin-top: 24px;
  }

  .header-news {
    align-self: flex-start;
    font-size: 24px;
  }

  .description {
    font-size: 15px;
  }

  .paragraph-15 {
    font-size: 16px;
  }

  .collection-list-6 {
    grid-template-columns: 1fr;
  }

  .image-10 {
    height: 250px;
  }

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

  .button-div {
    align-self: stretch;
  }

  .navbar-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu-4 {
    background-color: #fff0;
    flex: 1;
  }

  .section-2 {
    display: none;
  }

  .form-wrapper {
    width: 100%;
  }

  .heading-11 {
    text-align: left;
    font-size: 28px;
  }

  .paragraph-21 {
    text-align: left;
    font-size: 15px;
  }

  .quick-stack-9 {
    min-width: 0;
  }

  .quick-stack-9.second {
    height: 1610px;
  }

  .quick-stack-10 {
    height: 100%;
  }

  .quick-stack-10.contacts {
    height: 250px;
  }

  .quick-stack-11 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .flex-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-23 {
    flex-flow: wrap;
  }

  .div-block-23.up {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .small-text {
    margin-bottom: 0;
  }

  .speccourse {
    background-position: 50%;
    background-size: cover;
    flex: 1;
    height: 783px;
  }

  .div-block-29 {
    flex-flow: column;
  }

  .paragraph-33 {
    text-align: center;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .video {
    width: 380px;
    height: 320px;
  }

  .heading-20 {
    font-size: 38px;
    line-height: 38px;
  }

  .paragraph-39 {
    font-size: 15px;
    line-height: 21px;
  }

  .div-block-38.up {
    height: auto;
  }

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

  .div-block-45 {
    align-self: stretch;
  }

  .div-block-54 {
    width: 100%;
  }

  .dropdown {
    align-self: auto;
    display: block;
  }

  .container-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-64 {
    flex-flow: column;
  }

  .quick-stack-19 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-self: center;
  }

  .div-block-68 {
    width: 100%;
  }

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

  .cell-19 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-70 {
    width: 100%;
  }

  .link-block-13.ef.wefgt.wef {
    width: 500px;
    height: 260px;
  }

  .div-block-83 {
    flex-flow: column;
  }

  .div-block-92 {
    height: 250px;
  }

  .div-block-121 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .back._5th.tall {
    height: 600px;
  }

  .back._5th.tall.wef.wlece.wmef {
    height: 500px;
  }

  .div-block-129 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .div-block-133 {
    height: 300px;
  }

  .div-block-155 {
    flex-flow: column;
  }

  .div-block-156 {
    flex: none;
    align-self: auto;
  }

  .div-block-156._2, .div-block-156.dz {
    flex: none;
  }

  .div-block-157 {
    width: 100%;
  }

  .cell-23 {
    display: none;
  }

  .cell-24 {
    display: block;
  }

  .slide-2 {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .icon-6, .icon-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-110 {
    font-size: 16px;
  }

  .button-7.fw {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .collection-list-10 {
    grid-template-columns: 1fr;
  }

  .div-block-186.wefggg {
    flex-flow: column;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-189, .div-block-190 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container.hero-news {
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }

  .container.hero-news.coursehero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.hero-news.coursehero.new.kl.ef {
    background-image: linear-gradient(#0006, #0006), url('../images/0_1-1.png');
    background-position: 0 0, 50% 21%;
    background-size: auto, cover;
  }

  .container.hero-news.sf {
    height: 250px;
  }

  .container.text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    margin-top: 62px;
    margin-bottom: 70px;
  }

  .section.hero-article {
    margin-top: 24px;
  }

  .section.time.k {
    margin-top: 70px;
    margin-bottom: 120px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 32px;
    overflow: visible;
  }

  .paragraph {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    font-size: 16px;
    display: block;
  }

  .quick-stack-2 {
    padding-top: 0;
  }

  .quick-stack-2.num {
    flex: 0 auto;
  }

  .number-text {
    align-self: auto;
  }

  .collection-list-wrapper, .collection-list {
    height: 600px;
  }

  .grid-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 600px;
    padding-top: 13px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .div-block-2 {
    height: 120px;
  }

  .cta {
    margin-left: 20px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .cta.more {
    width: 100%;
    margin-left: 0;
  }

  .cta.card {
    margin-left: 20px;
  }

  .cta.card.ll {
    text-align: center;
  }

  .cta.card.fe {
    margin-top: 80px;
  }

  .cta.f {
    text-align: center;
    align-self: stretch;
    margin-left: 0;
  }

  .cta.g {
    text-align: center;
    align-self: stretch;
    margin-bottom: 12px;
  }

  .slider {
    height: 600px;
  }

  .collection-list-3 {
    grid-template-rows: auto auto;
  }

  .collection-item-3 {
    min-width: 100%;
  }

  .paragraph-3 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .heading-3 {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
  }

  .flex-block-2 {
    margin-top: 20px;
    padding-left: 20px;
  }

  .paragraph-4 {
    margin-top: 0;
  }

  .paragraph-4.new.l {
    margin-top: 37px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 5px;
    font-size: 14px;
  }

  .paragraph-5 {
    padding-top: 8px;
    padding-left: 20px;
    font-size: 16px;
  }

  .collection-list-4 {
    flex-flow: column;
    display: flex;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-block-two.sec {
    margin-top: 0;
  }

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

  .footer-social-block-two {
    margin-top: 0;
  }

  .flex-block-3 {
    flex-flow: column;
  }

  .heading-6.name {
    font-size: 32px;
    line-height: 40px;
  }

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

  .flex-block-6 {
    flex: 1;
  }

  .paragraph-12 {
    font-size: 16px;
  }

  .quick-stack-5 {
    flex: 1;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .image-5 {
    object-fit: contain;
  }

  .cell {
    display: block;
  }

  .header-news {
    font-size: 20px;
  }

  .modal-pop-up {
    display: none;
    position: fixed;
    overflow: scroll;
  }

  .image-10 {
    height: 150px;
  }

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

  .paragraph-19 {
    align-self: stretch;
  }

  .paragraph-19.j {
    font-size: 24px;
    line-height: 1.1;
  }

  .button-div {
    align-self: stretch;
  }

  .div-block-17.f {
    align-self: stretch;
    overflow: hidden;
  }

  .nav-menu-4 {
    border-radius: 8px;
  }

  .cell-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .form-wrapper {
    padding-top: 24px;
  }

  .quick-stack-9 {
    flex: 1;
  }

  .quick-stack-9.second {
    height: 1800px;
  }

  .course {
    background-position: 50%;
    background-size: cover;
  }

  .course.second.ano {
    display: none;
  }

  .course.second.time {
    background-image: linear-gradient(#0000, #0000), url('../images/shutterstock_344786984_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, auto;
  }

  .paragraph-22 {
    font-size: 24px;
  }

  .quick-stack-11 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .flex-block-10 {
    flex-flow: column;
  }

  .paragraph-24.text {
    font-size: 16px;
  }

  .div-block-22 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .div-block-23 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
  }

  .speccourse {
    height: 820px;
  }

  .cell-10 {
    display: none;
  }

  .div-block-31 {
    height: 150px;
    display: block;
  }

  .slider-2 {
    flex: 0 auto;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .div-block-32 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

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

  .mask-2 {
    flex: 0 auto;
    align-self: auto;
  }

  .video {
    width: 100%;
    height: 434px;
  }

  .image-17 {
    object-fit: contain;
    display: inline-block;
  }

  .quick-stack-12, .quick-stack-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-15, .cell-16 {
    display: none;
  }

  .cell-16.d {
    display: block;
  }

  .paragraph-38 {
    font-size: 15px;
  }

  .cell-17 {
    display: none;
  }

  .image-19 {
    order: -1;
    width: 120px;
    height: 120px;
  }

  .heading-20 {
    text-overflow: clip;
    overflow-wrap: anywhere;
    align-self: auto;
    font-size: 29px;
    line-height: 37px;
  }

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

  .button-3.blue.big {
    align-self: auto;
    width: auto;
  }

  .button-3.blue.new {
    align-self: stretch;
    width: 100%;
  }

  .button-3.blue.new.add, .button-3.blue.efwf {
    width: 100%;
  }

  .button-3.blue.kewnwlkemg {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-37 {
    align-self: stretch;
  }

  .div-block-38.long {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-40 {
    height: 100%;
    padding-top: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
  }

  .paragraph-41 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-42 {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
  }

  .div-block-41 {
    margin-top: 24px;
  }

  .div-block-42 {
    background-size: cover;
    height: 120px;
  }

  .paragraph-45 {
    font-size: 28px;
  }

  .div-block-45 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .div-block-46 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-47 {
    padding: 32px 24px 24px;
  }

  .paragraph-47 {
    font-size: 24px;
  }

  .paragraph-48 {
    font-size: 15px;
  }

  .div-block-49, .div-block-52, .div-block-53 {
    padding: 32px 24px 24px;
  }

  .paragraph-49 {
    font-size: 16px;
  }

  .div-block-54 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-50 {
    line-height: 27px;
  }

  .bold-text-5 {
    font-size: 15px;
  }

  .div-block-60 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block-14 {
    padding-top: 24px;
  }

  .section-3 {
    margin-bottom: 120px;
  }

  .div-block-63 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: auto;
  }

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

  .paragraph-55 {
    font-size: 24px;
  }

  .div-block-67 {
    width: 160px;
  }

  .div-block-67.efs {
    width: 179px;
  }

  .div-block-71 {
    flex-flow: column;
    align-self: stretch;
  }

  .div-block-72 {
    background-size: cover;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-26 {
    width: 48px;
  }

  .link-block-13 {
    height: 50svw;
  }

  .link-block-13.ef.wefgt.wef {
    width: 100%;
    height: 200px;
  }

  .div-block-77 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-87 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 270px;
  }

  .div-block-87.wfelk.fwef {
    height: 350px;
  }

  .div-block-87.wfelk.srf {
    height: 260px;
  }

  .div-block-92 {
    border-radius: 16px;
    height: 200px;
  }

  .paragraph-66 {
    line-height: 25px;
  }

  .quick-stack-23 {
    padding: 24px;
  }

  .div-block-93 {
    flex-flow: column;
  }

  .div-block-95 {
    flex-flow: column;
    align-self: stretch;
  }

  .paragraph-72 {
    width: 100%;
  }

  .text-span-6 {
    bottom: 5px;
  }

  .div-block-98 {
    height: 100%;
  }

  .div-block-102 {
    height: 200px;
  }

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

  .quick-stack-25 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-106 {
    flex-flow: column;
  }

  .image-44 {
    border-radius: 12px;
  }

  .div-block-115 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-82 {
    text-align: center;
    font-size: 21px;
    line-height: 28px;
  }

  .div-block-116 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-118 {
    height: 600px;
  }

  .div-block-121 {
    height: 600px;
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-122 {
    flex-flow: column;
    justify-content: flex-end;
    align-self: stretch;
    align-items: center;
  }

  .new-cta {
    text-align: center;
    align-self: stretch;
  }

  .bold-text-8 {
    font-size: 18px;
    line-height: 20px;
  }

  .list-item-3, .list-item-4 {
    font-size: 16px;
  }

  .list-4 {
    margin-top: 12px;
  }

  .back {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .back._5th.tall {
    height: 750px;
  }

  .back._5th.tall.wef {
    height: 600px;
  }

  .back._5th.tall.wef.ebtev.uinj.wlkrm.mk {
    flex: 0 auto;
    height: 500px;
  }

  .back._5th.tall.wef.wlece.wmef {
    height: 600px;
  }

  .back._5th.tall.wef.wlece.mk.wrf {
    display: none;
  }

  .heading-21 {
    font-size: 30px;
    line-height: 1.2;
  }

  .heading-21.om {
    font-size: 30px;
  }

  .div-block-124 {
    align-self: stretch;
  }

  .div-block-126 {
    flex-flow: wrap;
  }

  .div-block-128 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 24px;
  }

  .div-block-129 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    align-content: flex-end;
  }

  .div-block-130 {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bold-text-9 {
    font-size: 16px;
    line-height: 16px;
  }

  .cell-21, .cell-22 {
    display: none;
  }

  .div-block-133 {
    height: 210px;
  }

  .paragraph-93 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-101 {
    order: 1;
  }

  .div-block-144 {
    flex-flow: wrap;
    height: 300px;
    display: block;
  }

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

  .div-block-145 {
    flex-flow: column;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .collection-list-9 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .div-block-148 {
    align-self: flex-start;
  }

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

  .div-block-150 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-152 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-153 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-155 {
    flex-flow: column;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-155.contacts {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-156, .div-block-156._2 {
    flex: none;
  }

  .div-block-157 {
    align-self: flex-start;
    width: 100%;
  }

  .cell-23, .cell-24 {
    display: block;
  }

  .div-block-159 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-11 {
    display: block;
  }

  .slide-2 {
    padding: 32px 32px 50px;
  }

  .slider-4 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .icon-6 {
    margin-right: 23px;
    display: flex;
  }

  .icon-6.none {
    display: none;
  }

  .icon-7 {
    width: 32px;
    height: 32px;
  }

  .icon-7.none {
    display: none;
  }

  .paragraph-110 {
    font-size: 14px;
    line-height: 1.4;
  }

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

  .paragraph-112 {
    font-size: 12px;
    line-height: 15px;
  }

  .left-arrow-4, .right-arrow-4 {
    width: 150px;
  }

  .quick-stack-29 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-162 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding: 24px;
  }

  .paragraph-113 {
    font-size: 14px;
  }

  .paragraph-114 {
    font-size: 26px;
  }

  .paragraph-115 {
    font-size: 16px;
    line-height: 1.2;
  }

  .div-block-164 {
    padding: 24px;
  }

  .paragraph-116 {
    font-size: 22px;
  }

  .button-7 {
    text-align: center;
    align-self: stretch;
  }

  .div-block-166 {
    flex-flow: column;
  }

  .paragraph-122 {
    line-height: 1.2;
  }

  .paragraph-125.whewh {
    margin-top: 10px;
  }

  .section-4 {
    display: none;
  }

  .div-block-183 {
    display: flex;
  }
}

#w-node-_761d1315-195d-ba33-7b64-96ec465af463-268347ae {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_18a7ee16-5169-e0d5-3c02-0a82e450c555-268347ae {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9d197d1c-debb-dbf3-0cda-efdc81c54e8e-268347ae, #w-node-_50d36adc-4e7b-dc81-44dd-9c77cc31d89b-268347ae {
  grid-template-rows: 530px;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_50d36adc-4e7b-dc81-44dd-9c77cc31d8b6-268347ae, #w-node-_7271f823-5694-82f0-24be-7d76d9224bcd-268347ae {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0e1c4d97-b21c-1a93-1d97-b41519f8edfd-268347ae {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_71d47802-82ac-947b-82bb-e0058460323e-268347ae {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-d1864a56-c60a-ea25-4ab9-51f65f645fd3-268347ae, #w-node-b55f8767-a632-2660-1c59-db200a6d7a74-268347ae {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-b75858b7-a9a0-a71d-fd1a-7d69cf0fcf52-4cf5243c, #w-node-c682c524-876f-a0c5-e4fe-8aee7d459eeb-4bab29bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr;
}

#w-node-c1468636-bd5c-dd55-b97b-c62a57c69f1a-cc10e544 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cdc70a77-dcf4-79f8-6bcf-7c39363d6b49-cc10e544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96a5afbd-6246-7c60-cc04-a28523ead530-bf21a22b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_49b85f1c-99b8-4108-f962-712210bcd771-30a31c38 {
  place-self: stretch stretch;
}

#w-node-cb15f269-bbeb-3ede-63d7-2f9babb73eca-30a31c38 {
  place-self: auto;
}

#w-node-a1c95225-0609-c1aa-6dc6-d035b1899683-0d31f3b1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_67109b9e-32b0-e32d-9de1-89d6e05a6794-0d31f3b1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_415cfd94-5b52-71c9-68f0-3faa7f24129f-56fd9302, #w-node-_5dd9714e-54a0-0a3a-2f8e-fba14111f89f-56fd9302 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c72ab910-6b0c-1897-83ac-d11d875bf44f-56fd9302 {
  grid-template-rows: 530px;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_976fca12-ec43-5f6f-1b06-455db07b1c0d-56fd9302 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_97f539a5-f0fd-1801-33e4-3e81a77757cc-3775d342, #w-node-_7bc0ff58-6ec1-b3bf-164e-95d2fed25c0d-3775d342, #w-node-c2010038-85b6-5785-e7da-61c6cb4b9082-3775d342, #w-node-_25abe055-9852-26d5-8f18-661b92e04bbb-3775d342, #w-node-_6a7c18ff-7014-e725-5b51-fb8bf277cfc3-3775d342, #w-node-_8a79aac7-ea77-edde-39cd-2a5620ce3f15-3775d342, #w-node-_9b599189-dba4-5cd5-751d-2b8ec51bf3eb-3775d342, #w-node-_7d0b6ad9-de7a-033d-6ee0-fe38bc2bf693-3775d342, #w-node-_3f8ce13e-3af9-c040-a73d-7f61e35f990f-3775d342 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_80c110a3-2744-8868-b20e-524f400d7d0f-f03f53d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f678f964-87b8-eb78-619a-4124c2f656e8-cbdef72f {
  grid-template-rows: 530px;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-fce7fb57-1b2a-d0df-747b-7e1cb18f8c60-cbdef72f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_20d7a8cd-784c-7359-711c-f323a897ef85-cbdef72f {
  grid-template-rows: 530px;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_881079d0-49d4-5db7-3a38-df656925f1da-cbdef72f, #w-node-f56239ab-95f7-c081-13fd-240beab08010-cbdef72f {
  grid-template-rows: 530px;
  grid-template-columns: 1fr 1fr;
}

#w-node-f56239ab-95f7-c081-13fd-240beab0801f-cbdef72f {
  grid-template-rows: 530px;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_570cc31b-b952-afa4-4c6f-42181bf946fd-cbdef72f {
  grid-template-rows: 530px;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6accfd89-fe5f-0d2e-38ad-dd8b128d54d6-cbdef72f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_964ed5af-30a1-53be-bb4c-2f44b9662547-cbdef72f, #w-node-_50d0a320-f31c-34aa-a9ee-09fe71d7a193-4f3449ec {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_9193a029-fbe7-1839-852a-881160bb5724-b7b48058 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d648-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d659-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d669-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d679-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d689-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d699-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d6a9-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d6b9-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d6c9-0307db67 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-cc49ab01-b12b-8fb7-e5be-81116bbffe2d-0307db67, #w-node-a233c68b-c276-a3a9-703e-54e1ae29b2a9-cb41ac4b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa33e-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa34e-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa35e-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa36e-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa37e-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa38e-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa39e-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa3ae-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa3be-1f818da5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_87db5dc2-d093-c610-2d1c-57c1ac729d92-fdf48f8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_87db5dc2-d093-c610-2d1c-57c1ac729d93-fdf48f8c, #w-node-f3d2f330-cba4-136c-fcd8-88a9b114e067-0529caf0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_90695d19-b5a8-b96c-be3a-205a746e85b4-0529caf0 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_551f59fb-89a4-1701-3c5f-8e3683516e6e-0529caf0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_40a9a12a-f6e2-6c94-69ec-1a25f5d6d5fa-0529caf0, #w-node-_40a9a12a-f6e2-6c94-69ec-1a25f5d6d5fb-0529caf0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d7767698-1660-de28-c3b1-184731e05562-6d066c93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2e5dc05e-2499-adc6-b6db-1bb1f1bd2cc4-2ebd04c5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_36b2fb84-7473-e1d9-e6e6-ffd05d89de69-2ebd04c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8882b363-e0c3-d9bf-e151-21803f40d10e-2ebd04c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr;
}

#w-node-_6fcdaf7b-3f00-f0a3-14b9-20c91a20eb3e-2ebd04c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f0409466-aca6-f023-16e0-4e7a4859ef7d-2ebd04c5 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_2e5dc05e-2499-adc6-b6db-1bb1f1bd2cc4-efee7157, #w-node-_36b2fb84-7473-e1d9-e6e6-ffd05d89de69-efee7157 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8882b363-e0c3-d9bf-e151-21803f40d10e-efee7157 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr;
}

#w-node-_6fcdaf7b-3f00-f0a3-14b9-20c91a20eb3e-efee7157 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f0409466-aca6-f023-16e0-4e7a4859ef7d-efee7157 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_557777b2-f65e-4447-c224-ba3e8c4ee386-903c4e2d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e76e1426-6ae6-92f9-651e-ed3d0e4fa480-903c4e2d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-aa396922-4282-c252-bb43-f641e470f0d9-903c4e2d, #w-node-aa396922-4282-c252-bb43-f641e470f0da-903c4e2d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_5d3d313b-f5f4-f9f5-bd1e-8da516c1a4e0-903c4e2d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_560e65af-5f51-ae0d-f165-671f9bbbb381-903c4e2d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9d9b1289-cb55-f1ef-4062-c1fe78a445ec-903c4e2d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b243835b-f3e1-2589-baac-476330c49016-903c4e2d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_204d5e4c-03b5-fba8-63c7-495e486c6ae8-903c4e2d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8fe1daa0-b307-a204-b6ef-1fac88bcc118-961fb4b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0839a989-6ffe-088d-33ef-15c84e9393e0-961fb4b9, #w-node-_1fe5e85f-b60d-555f-564f-e00968546cb9-961fb4b9, #w-node-_5ba48312-7906-11ad-7e27-f476f82072c2-961fb4b9, #w-node-_5e7c1477-389d-9e91-d7a8-94bb26faa32b-961fb4b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b6afeeed-35e5-7f05-accd-2f768349417d-961fb4b9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2e5dc05e-2499-adc6-b6db-1bb1f1bd2cc4-8bc36b7b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_36b2fb84-7473-e1d9-e6e6-ffd05d89de69-8bc36b7b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8882b363-e0c3-d9bf-e151-21803f40d10e-8bc36b7b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr;
}

#w-node-_6fcdaf7b-3f00-f0a3-14b9-20c91a20eb3e-8bc36b7b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_32bb4286-9c05-ed0d-e54a-4c1dd512a6e2-73145041 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7803b838-cc48-8bdb-027a-2ae94fcb14a1-c43f25cf {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-af091fd2-c9ce-5c45-09f6-8d7fe8184e4e-35f7b28b, #w-node-_444f34d9-c44d-3ecc-a460-1acc67f5f366-35f7b28b, #w-node-af091fd2-c9ce-5c45-09f6-8d7fe8184e4e-617d9508, #w-node-fd1ea595-1ec4-4618-dd8c-72406c0c200b-617d9508, #w-node-f94e27e9-6b0c-b980-c774-26e0cc5ee9ca-617d9508, #w-node-feed237a-7de8-f2e7-ed8c-20780057ec59-617d9508, #w-node-b64651b2-e4a8-3f4d-de2f-bb3851c14369-617d9508, #w-node-_74f18f4b-7272-6cf0-de21-f178e3fdc39b-617d9508, #w-node-af091fd2-c9ce-5c45-09f6-8d7fe8184e4e-ea0eaf5a, #w-node-af091fd2-c9ce-5c45-09f6-8d7fe8184e4e-6dc8c4b5, #w-node-_19e509ea-ec82-1d82-964d-56b8bf6c2ecf-6dc8c4b5, #w-node-_1c963bc9-ca60-bbda-5833-2b00eb642e32-6dc8c4b5, #w-node-bc76d520-2b2d-5586-ca04-b8eca14f7219-6dc8c4b5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-acecc06b-b33d-4ea1-aeb2-38216db452d3-addc65cd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-af091fd2-c9ce-5c45-09f6-8d7fe8184e4e-8cbc6d22, #w-node-_444f34d9-c44d-3ecc-a460-1acc67f5f366-8cbc6d22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2e04de79-8717-c775-3c66-955737155aef-5c3714b4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr;
}

#w-node-f199ca8a-832c-a178-5f8e-0cc5046f373b-5c3714b4, #w-node-_5f4ce8ed-91cf-67e0-b895-ba67096cd8e4-5c3714b4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_49b85f1c-99b8-4108-f962-712210bcd771-01d79ca1 {
  place-self: stretch stretch;
}

#w-node-cb15f269-bbeb-3ede-63d7-2f9babb73eca-01d79ca1 {
  place-self: auto;
}

@media screen and (min-width: 1280px) {
  #w-node-b75858b7-a9a0-a71d-fd1a-7d69cf0fcf52-4cf5243c, #w-node-c682c524-876f-a0c5-e4fe-8aee7d459eeb-4bab29bb, #w-node-_8882b363-e0c3-d9bf-e151-21803f40d10e-2ebd04c5, #w-node-_8882b363-e0c3-d9bf-e151-21803f40d10e-efee7157, #w-node-_8882b363-e0c3-d9bf-e151-21803f40d10e-8bc36b7b, #w-node-_2e04de79-8717-c775-3c66-955737155aef-5c3714b4 {
    grid-template-rows: auto;
    grid-template-columns: 250px auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_761d1315-195d-ba33-7b64-96ec465af463-268347ae {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9d197d1c-debb-dbf3-0cda-efdc81c54e8e-268347ae, #w-node-_50d36adc-4e7b-dc81-44dd-9c77cc31d89b-268347ae {
    grid-template-rows: 530px;
    grid-template-columns: 1fr;
  }

  #w-node-_7271f823-5694-82f0-24be-7d76d9224bcd-268347ae, #w-node-_0e1c4d97-b21c-1a93-1d97-b41519f8edfd-268347ae {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b55f8767-a632-2660-1c59-db200a6d7a74-268347ae {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b75858b7-a9a0-a71d-fd1a-7d69cf0fcf52-4cf5243c, #w-node-c682c524-876f-a0c5-e4fe-8aee7d459eeb-4bab29bb, #w-node-c1468636-bd5c-dd55-b97b-c62a57c69f1a-cc10e544, #w-node-_96a5afbd-6246-7c60-cc04-a28523ead530-bf21a22b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a1c95225-0609-c1aa-6dc6-d035b1899683-0d31f3b1 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_67109b9e-32b0-e32d-9de1-89d6e05a6794-0d31f3b1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_415cfd94-5b52-71c9-68f0-3faa7f24129f-56fd9302, #w-node-_5dd9714e-54a0-0a3a-2f8e-fba14111f89f-56fd9302 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c72ab910-6b0c-1897-83ac-d11d875bf44f-56fd9302, #w-node-f678f964-87b8-eb78-619a-4124c2f656e8-cbdef72f, #w-node-_20d7a8cd-784c-7359-711c-f323a897ef85-cbdef72f, #w-node-_881079d0-49d4-5db7-3a38-df656925f1da-cbdef72f, #w-node-f56239ab-95f7-c081-13fd-240beab08010-cbdef72f, #w-node-f56239ab-95f7-c081-13fd-240beab0801f-cbdef72f, #w-node-_570cc31b-b952-afa4-4c6f-42181bf946fd-cbdef72f {
    grid-template-rows: 530px;
    grid-template-columns: 1fr;
  }

  #w-node-_6accfd89-fe5f-0d2e-38ad-dd8b128d54d6-cbdef72f, #w-node-_9193a029-fbe7-1839-852a-881160bb5724-b7b48058 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cc49ab01-b12b-8fb7-e5be-81116bbffe2d-0307db67, #w-node-a233c68b-c276-a3a9-703e-54e1ae29b2a9-cb41ac4b, #w-node-_87db5dc2-d093-c610-2d1c-57c1ac729d93-fdf48f8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f3d2f330-cba4-136c-fcd8-88a9b114e067-0529caf0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_90695d19-b5a8-b96c-be3a-205a746e85b4-0529caf0 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_551f59fb-89a4-1701-3c5f-8e3683516e6e-0529caf0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_551f59fb-89a4-1701-3c5f-8e3683516e70-0529caf0 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_40a9a12a-f6e2-6c94-69ec-1a25f5d6d5fb-0529caf0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d7767698-1660-de28-c3b1-184731e05562-6d066c93 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2e5dc05e-2499-adc6-b6db-1bb1f1bd2cc4-2ebd04c5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8882b363-e0c3-d9bf-e151-21803f40d10e-2ebd04c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6fcdaf7b-3f00-f0a3-14b9-20c91a20eb3e-2ebd04c5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f0409466-aca6-f023-16e0-4e7a4859ef7d-2ebd04c5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2e5dc05e-2499-adc6-b6db-1bb1f1bd2cc4-efee7157 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8882b363-e0c3-d9bf-e151-21803f40d10e-efee7157 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6fcdaf7b-3f00-f0a3-14b9-20c91a20eb3e-efee7157 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f0409466-aca6-f023-16e0-4e7a4859ef7d-efee7157 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_557777b2-f65e-4447-c224-ba3e8c4ee386-903c4e2d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e76e1426-6ae6-92f9-651e-ed3d0e4fa480-903c4e2d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-aa396922-4282-c252-bb43-f641e470f0da-903c4e2d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_560e65af-5f51-ae0d-f165-671f9bbbb381-903c4e2d, #w-node-_9d9b1289-cb55-f1ef-4062-c1fe78a445ec-903c4e2d, #w-node-b243835b-f3e1-2589-baac-476330c49016-903c4e2d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_204d5e4c-03b5-fba8-63c7-495e486c6ae8-903c4e2d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8fe1daa0-b307-a204-b6ef-1fac88bcc118-961fb4b9, #w-node-_0839a989-6ffe-088d-33ef-15c84e9393e0-961fb4b9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1fe5e85f-b60d-555f-564f-e00968546cb9-961fb4b9, #w-node-_5ba48312-7906-11ad-7e27-f476f82072c2-961fb4b9, #w-node-_5e7c1477-389d-9e91-d7a8-94bb26faa32b-961fb4b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b6afeeed-35e5-7f05-accd-2f768349417d-961fb4b9, #w-node-_2e5dc05e-2499-adc6-b6db-1bb1f1bd2cc4-8bc36b7b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8882b363-e0c3-d9bf-e151-21803f40d10e-8bc36b7b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6fcdaf7b-3f00-f0a3-14b9-20c91a20eb3e-8bc36b7b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_32bb4286-9c05-ed0d-e54a-4c1dd512a6e2-73145041 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-af091fd2-c9ce-5c45-09f6-8d7fe8184e4e-35f7b28b, #w-node-_444f34d9-c44d-3ecc-a460-1acc67f5f366-35f7b28b, #w-node-af091fd2-c9ce-5c45-09f6-8d7fe8184e4e-617d9508, #w-node-fd1ea595-1ec4-4618-dd8c-72406c0c200b-617d9508, #w-node-f94e27e9-6b0c-b980-c774-26e0cc5ee9ca-617d9508, #w-node-feed237a-7de8-f2e7-ed8c-20780057ec59-617d9508, #w-node-b64651b2-e4a8-3f4d-de2f-bb3851c14369-617d9508, #w-node-_74f18f4b-7272-6cf0-de21-f178e3fdc39b-617d9508, #w-node-af091fd2-c9ce-5c45-09f6-8d7fe8184e4e-ea0eaf5a, #w-node-af091fd2-c9ce-5c45-09f6-8d7fe8184e4e-6dc8c4b5, #w-node-_19e509ea-ec82-1d82-964d-56b8bf6c2ecf-6dc8c4b5, #w-node-_1c963bc9-ca60-bbda-5833-2b00eb642e32-6dc8c4b5, #w-node-bc76d520-2b2d-5586-ca04-b8eca14f7219-6dc8c4b5, #w-node-acecc06b-b33d-4ea1-aeb2-38216db452d3-addc65cd, #w-node-af091fd2-c9ce-5c45-09f6-8d7fe8184e4e-8cbc6d22, #w-node-_444f34d9-c44d-3ecc-a460-1acc67f5f366-8cbc6d22, #w-node-_2e04de79-8717-c775-3c66-955737155aef-5c3714b4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f199ca8a-832c-a178-5f8e-0cc5046f373b-5c3714b4, #w-node-_5f4ce8ed-91cf-67e0-b895-ba67096cd8e4-5c3714b4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_50d36adc-4e7b-dc81-44dd-9c77cc31d8b6-268347ae, #w-node-_71d47802-82ac-947b-82bb-e0058460323e-268347ae, #w-node-_67109b9e-32b0-e32d-9de1-89d6e05a6794-0d31f3b1, #w-node-_976fca12-ec43-5f6f-1b06-455db07b1c0d-56fd9302, #w-node-_97f539a5-f0fd-1801-33e4-3e81a77757cc-3775d342, #w-node-_7bc0ff58-6ec1-b3bf-164e-95d2fed25c0d-3775d342, #w-node-c2010038-85b6-5785-e7da-61c6cb4b9082-3775d342, #w-node-_25abe055-9852-26d5-8f18-661b92e04bbb-3775d342, #w-node-_6a7c18ff-7014-e725-5b51-fb8bf277cfc3-3775d342, #w-node-_8a79aac7-ea77-edde-39cd-2a5620ce3f15-3775d342, #w-node-_9b599189-dba4-5cd5-751d-2b8ec51bf3eb-3775d342, #w-node-_7d0b6ad9-de7a-033d-6ee0-fe38bc2bf693-3775d342, #w-node-_3f8ce13e-3af9-c040-a73d-7f61e35f990f-3775d342, #w-node-fce7fb57-1b2a-d0df-747b-7e1cb18f8c60-cbdef72f, #w-node-_964ed5af-30a1-53be-bb4c-2f44b9662547-cbdef72f, #w-node-_50d0a320-f31c-34aa-a9ee-09fe71d7a193-4f3449ec, #w-node-_9193a029-fbe7-1839-852a-881160bb5724-b7b48058, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d648-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d659-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d669-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d679-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d689-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d699-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d6a9-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d6b9-0307db67, #w-node-_81ce89cd-391e-33c3-1030-4d7eeed4d6c9-0307db67, #w-node-cc49ab01-b12b-8fb7-e5be-81116bbffe2d-0307db67, #w-node-a233c68b-c276-a3a9-703e-54e1ae29b2a9-cb41ac4b, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa33e-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa34e-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa35e-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa36e-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa37e-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa38e-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa39e-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa3ae-1f818da5, #w-node-_1053a0d1-9505-ad02-fdc6-bd69badfa3be-1f818da5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f3d2f330-cba4-136c-fcd8-88a9b114e067-0529caf0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36b2fb84-7473-e1d9-e6e6-ffd05d89de69-2ebd04c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6fcdaf7b-3f00-f0a3-14b9-20c91a20eb3e-2ebd04c5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36b2fb84-7473-e1d9-e6e6-ffd05d89de69-efee7157 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6fcdaf7b-3f00-f0a3-14b9-20c91a20eb3e-efee7157, #w-node-e76e1426-6ae6-92f9-651e-ed3d0e4fa480-903c4e2d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5d3d313b-f5f4-f9f5-bd1e-8da516c1a4e0-903c4e2d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_560e65af-5f51-ae0d-f165-671f9bbbb381-903c4e2d, #w-node-_9d9b1289-cb55-f1ef-4062-c1fe78a445ec-903c4e2d, #w-node-b243835b-f3e1-2589-baac-476330c49016-903c4e2d, #w-node-_8fe1daa0-b307-a204-b6ef-1fac88bcc118-961fb4b9, #w-node-_0839a989-6ffe-088d-33ef-15c84e9393e0-961fb4b9, #w-node-b6afeeed-35e5-7f05-accd-2f768349417d-961fb4b9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36b2fb84-7473-e1d9-e6e6-ffd05d89de69-8bc36b7b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6fcdaf7b-3f00-f0a3-14b9-20c91a20eb3e-8bc36b7b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_32bb4286-9c05-ed0d-e54a-4c1dd512a6e2-73145041 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7803b838-cc48-8bdb-027a-2ae94fcb14a1-c43f25cf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5f4ce8ed-91cf-67e0-b895-ba67096cd8e4-5c3714b4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_18a7ee16-5169-e0d5-3c02-0a82e450c555-268347ae {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_761d1315-195d-ba33-7b64-96ec465af465-268347ae {
    order: 0;
  }

  #w-node-b55f8767-a632-2660-1c59-db200a6d7a74-268347ae {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c1468636-bd5c-dd55-b97b-c62a57c69f24-cc10e544 {
    order: 0;
  }

  #w-node-_5dd9714e-54a0-0a3a-2f8e-fba14111f89f-56fd9302 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_570cc31b-b952-afa4-4c6f-42181bf9470b-cbdef72f {
    order: 0;
  }

  #w-node-_87db5dc2-d093-c610-2d1c-57c1ac729d93-fdf48f8c, #w-node-_40a9a12a-f6e2-6c94-69ec-1a25f5d6d5fb-0529caf0, #w-node-aa396922-4282-c252-bb43-f641e470f0da-903c4e2d, #w-node-_32bb4286-9c05-ed0d-e54a-4c1dd512a6e2-73145041 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


