:root {
  --black: black;
  --white: white;
  --black-2: #eee;
}

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

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

.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-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  cursor: default;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.4;
}

h1, h2 {
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.mini_kit--grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: 1fr;
  margin-right: auto;
}

.mini_kit--body {
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 8em;
  display: flex;
}

.mini_kit--block {
  grid-row-gap: 2em;
  border: 1px solid #000;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
}

.for_section--p_sd_big {
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.4;
}

.for_section--h1 {
  direction: ltr;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
  font-size: 8.7em;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.for_section--h1.add--pad_left_one_hero {
  margin-left: 6.06em;
  line-height: 1;
}

.for_section--h1.center {
  text-align: center;
  line-height: 1;
}

.for_section--h1.add--se_4 {
  margin-left: 4.7em;
}

.for_section--h1.add--9-left {
  text-align: right;
  justify-content: flex-end;
}

.for_section--h1.add--9-left_2 {
  margin-left: 8em;
}

.for_section--h1.add-10_2 {
  margin-left: 3em;
}

.for_section--h1.add--11_left {
  margin-left: 2.2em;
}

.for_section--h1.add--12 {
  margin-left: auto;
}

.for_section--h1.add--12.min {
  margin-right: 2em;
  font-size: 6em;
}

.for_section--h1.add--12.min.info {
  margin-right: 0;
}

.for_section--h1.add-12-3 {
  margin-left: 4.4em;
}

.for_section--h1.add--video-2 {
  margin-left: 7em;
}

.for_section--h1.add--video_1 {
  margin-left: 2.4em;
}

.for_section--h1.creators {
  justify-content: center;
}

.for_section--h2 {
  font-size: 6em;
  font-weight: 500;
  line-height: 1.2;
}

.for_section--p_sd {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
}

.body_page {
  width: 100%;
}

.header--logo_box {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.header--grid {
  z-index: 1000;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header--menu_button_box {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: relative;
}

.header--link {
  color: var(--black);
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  transition: transform .3s;
  display: block;
}

.header--link:hover {
  transform: scale(1.03);
}

.header--panel {
  z-index: 2000;
  width: 100%;
  padding-left: 3em;
  padding-right: 3em;
  position: fixed;
  inset: 0% 0% auto;
}

.icon_line_top {
  background-color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .2em;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.header--menu_box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_home_link {
  cursor: pointer;
  width: 10em;
  transition: transform .3s;
}

.nav_home_link:hover {
  transform: scale(1.1);
}

.icon_line_down {
  background-color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .2em;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.header--link_list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.header--link_box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer--data_box {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer--button_box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer--grid {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  position: relative;
}

.footer--link_box {
  align-items: center;
  display: flex;
}

.footer--text {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 500;
}

.footer--text.add--top {
  margin-top: 0;
}

.footer--text.but {
  color: #fff;
  text-transform: none;
  font-weight: 400;
}

.footer--text.but.ticket {
  color: #000;
}

.footer--panel {
  z-index: 1000;
  width: 100%;
  padding-left: 3em;
  padding-right: 3em;
  position: fixed;
  inset: auto 0% 0%;
}

.footer--link_list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.footer--button_group {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button--black {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  min-width: 11em;
  padding: 1.4em 2em;
  font-size: 1.2em;
  font-weight: 400;
  transition: transform .3s;
  display: flex;
}

.button--black:hover {
  transform: scale(1.1);
}

.button--black.white {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  min-width: 8em;
  padding: 1em;
}

.hero_video {
  z-index: -4;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.section--hero {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero--head_group {
  grid-column-gap: 2em;
  align-items: center;
  display: flex;
}

.hero--head_group.add--pad_left_two_hero {
  margin-left: 53em;
}

.hero--text_box {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.hero_video_box {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.for_section--h4 {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.4;
}

.nav--grid_menu {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto minmax(auto, 1fr) auto;
  grid-template-columns: .5fr 1.25fr 1fr;
  align-content: center;
  width: 100%;
  height: 100%;
  padding: 8em 3em 3em;
  position: relative;
}

.nav--video_bg {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav--menu_list {
  grid-row-gap: .2em;
  flex-direction: column;
  display: flex;
}

.nav--social_box {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.trigger--for_nav_bg {
  color: #0000008a;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.nav--body {
  z-index: 3000;
  color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav--menu_link {
  perspective-origin: 0%;
  transform-origin: 0%;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s;
  display: block;
}

.nav--menu_link:hover {
  color: var(--black);
  transform: scale(1.1);
}

.nav--kontact_box {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.trigger_v {
  height: 20vh;
  margin-top: -20vh;
  position: absolute;
  inset: 0% 0% auto;
}

.head {
  z-index: 2;
  width: 100%;
}

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

.head.flex {
  flex-direction: column;
  display: flex;
}

.head.flex.sticky {
  z-index: 5;
  position: sticky;
  top: 8em;
}

.head.pa--14 {
  position: sticky;
  top: 12em;
}

.head.pa--16 {
  z-index: 6;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.head.pa--12 {
  z-index: 6;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.head.add--margin {
  margin-bottom: 6em;
}

.head.pa--11 {
  z-index: 6;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.head.pa--8 {
  z-index: 12;
  align-items: center;
  display: flex;
  position: sticky;
  top: 9em;
}

.head.pa--10 {
  position: sticky;
  top: 12em;
}

.head.pa--10.infopartners {
  position: static;
}

.head.pa--13 {
  z-index: 6;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sticky--two {
  width: 100%;
  height: 400vh;
  position: relative;
}

.content {
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 3em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.content.center {
  flex-direction: column;
}

.section_video {
  z-index: -1;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  position: sticky;
  inset: 0%;
}

.sticky-circle_wrap {
  z-index: -1;
  width: 100%;
  height: auto;
  padding-top: 0;
  position: sticky;
  inset: 0%;
}

.sticky-circle_element {
  border-radius: 4em;
  justify-content: center;
  align-items: center;
  width: 40em;
  height: 40em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section--two {
  z-index: 1;
  width: 100%;
  height: auto;
  display: none;
  position: relative;
}

.se--two_grid {
  grid-column-gap: 20rem;
  grid-row-gap: 0rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.video {
  width: 100vw;
  height: 100vh;
}

.home-scroll_text-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 57ch;
  transition: opacity .3s;
  display: flex;
}

.sticky-circle {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.video_blur {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff9;
  display: none;
  position: absolute;
  inset: 0%;
}

.se--two_fix {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 6em;
  margin-left: -3em;
  margin-right: -3em;
  padding-left: 110%;
  padding-right: 3em;
  display: flex;
}

.card_ani {
  border-radius: 2em;
  display: flex;
}

.card_ani.for--10-4 {
  min-width: 24em;
}

.card_ani.for--10-1 {
  min-width: 18em;
}

.card_ani.for--10-1.infopartners {
  min-width: auto;
}

.section_3_card {
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 28.3em;
  min-height: 32em;
  padding: 3em;
  position: relative;
  overflow: hidden;
}

.section_3_card.red {
  color: #fff;
  background-color: #ef3124;
}

.section_3_card.image {
  padding: 0;
}

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

.section_3_card.center.green {
  background-color: #adff00;
}

.grid_3--sticky {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  align-items: stretch;
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
}

.pane_3--card {
  z-index: 3;
  width: 100%;
  padding-left: 100%;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.section--three {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}

.card_tb_big {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.6;
}

.card_tb_min {
  letter-spacing: .02em;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4;
}

.sticky--three {
  width: 100%;
  height: 300vh;
  position: relative;
}

.card_img {
  background-image: url('../images/img_1.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  min-width: 11em;
  min-height: 40em;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 0 0%;
}

.card_img._2 {
  background-image: url('../images/img_2.jpg');
}

.content--invert {
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 3em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.content--invert.price {
  flex-direction: column;
}

.bg_top {
  z-index: 1;
  background-image: linear-gradient(#eeeeeef2, #fff0);
  height: 8em;
  position: fixed;
  inset: 0% 0% auto;
}

.bg_down {
  z-index: 1;
  background-image: linear-gradient(to top, #efefefcc, #fff0);
  height: 8em;
  position: fixed;
  inset: auto 0% 0%;
}

.header--panel_menu {
  z-index: 4000;
  width: 100%;
  padding-left: 3em;
  padding-right: 3em;
  position: fixed;
  inset: 0% 0% auto;
}

.prise_body {
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.prise_list {
  grid-column-gap: 2em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  display: flex;
}

.contact--group_info {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.tab_pane {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  padding-top: 24em;
  transition: opacity .4s;
  display: none;
  position: relative;
}

.tab_pane.hide {
  opacity: 1;
  display: block;
}

.tab_pane.active {
  opacity: 1;
  padding-top: 16em;
  display: block;
}

.grid--contact {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4em;
}

.button_line {
  color: #000;
  letter-spacing: .03em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  min-width: 11em;
  padding: 1.4em 4em;
  font-size: 1.2em;
  font-weight: 400;
  transition: transform .3s;
  display: flex;
}

.button_line:hover {
  transform: scale(1.1);
}

.text_link {
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.4em;
  font-weight: 500;
  text-decoration: none;
  transition: transform .3s;
  display: block;
}

.text_link:hover {
  transform: scale(1.03);
}

.prise_content {
  grid-column-gap: 16em;
  grid-row-gap: 10em;
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.tab_gr {
  z-index: 5;
  opacity: 0;
  background-image: linear-gradient(#eee 2%, #f3f3f3b0 29%, #fff0);
  width: auto;
  height: 24em;
  position: fixed;
  inset: 0% 0% auto;
}

.tab_group_programm {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.faq--icon_line_two {
  background-color: #ef3124;
  flex: none;
  width: 2.2em;
  height: .3em;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.tad_data_sticky {
  font-size: 6em;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 4em;
}

.tab_item_info {
  flex: 1;
}

.tab_item_info._2 {
  margin-top: 2em;
}

.tab_item_info.by-partner {
  display: block;
}

.tab_group_items {
  flex: 1;
}

.pane_14_sticky {
  width: 100%;
  height: auto;
  padding-top: 8em;
  position: relative;
}

.pane_12_sticky {
  width: 100%;
  height: auto;
  position: relative;
}

.faq--box_icon {
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 3em;
  margin-top: 1em;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq--drop_list {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.prise_icon_arrow {
  flex: none;
  width: 1em;
  margin-top: .6em;
}

.card_prise_2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card_prise_2.add--padding {
  align-content: space-between;
  padding-left: 6em;
}

.div-block {
  grid-row-gap: 4em;
  background-color: var(--white);
  border-radius: 2em;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 4em;
  display: flex;
}

.grid_10--sticky {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 12em;
  padding-right: 12em;
  position: relative;
}

.grid_10--sticky.creators {
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) 1fr;
  height: 99.9999%;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.grid_10--sticky.delegates {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  justify-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.grid_10--sticky.infopartners {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.section_3_card-2 {
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 32em;
  padding: 3em;
  position: relative;
  overflow: hidden;
}

.section_3_card-2.green {
  color: #000;
  background-color: #adff00;
}

.section_3_card-2.green.vert {
  align-items: flex-start;
  min-height: 18em;
  padding: 2em 4em 2em 2em;
  display: flex;
}

.section_3_card-2.blue {
  color: #fff;
  background-color: #1f5bd7;
}

.section_3_card-2.blue.vert {
  align-items: flex-start;
  min-height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  display: flex;
}

.section_3_card-2.white {
  color: #000;
  background-color: #fff;
}

.section_3_card-2.white.vert {
  align-items: flex-start;
  min-height: 100%;
  padding: 2em 4em 2em 2em;
  display: flex;
}

.prise_1--top.red {
  color: #ef3124;
}

.pa-9--image_box {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-direction: column;
  width: 61em;
  display: flex;
  position: relative;
}

.pane_10_sticky {
  width: 100%;
  height: auto;
  position: relative;
}

.tab_item {
  margin-bottom: 10em;
  display: flex;
}

.tab_item.go {
  margin-bottom: 6em;
  display: block;
}

.heading_h2_2--min {
  letter-spacing: .02em;
  text-transform: none;
  max-width: 40ch;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph--sd {
  letter-spacing: 0;
  white-space: normal;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
}

.paragraph--sd.fix {
  flex-wrap: nowrap;
  align-content: flex-start;
  max-width: 60ch;
  display: block;
}

.paragraph--sd.left {
  text-align: right;
}

.paragraph--sd.left.caps {
  text-transform: uppercase;
  font-size: 1.2em;
}

.paragraph--sd.min {
  font-size: 1.4em;
}

.paragraph--sd.min.dropdown {
  min-width: auto;
  max-width: 60ch;
}

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

.paragraph--sd.white {
  color: #000;
  max-width: 70%;
}

.paragraph--sd.spkr-tag {
  align-items: flex-start;
  font-size: 1.2em;
}

.pa-9--con_box {
  width: 49em;
  margin-left: auto;
  padding-top: 11em;
  position: sticky;
  top: 23em;
}

.card_tb_big-2 {
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 6em;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.6;
  display: flex;
  position: absolute;
}

.card_tb_big-2.add--text_left {
  text-align: left;
}

.card_tb_big-2.add--text_left._9 {
  padding-top: 4em;
  padding-left: 4em;
  font-size: 3em;
  inset: 0% auto auto 0%;
}

.contact--bg {
  background-image: url('../images/background_section_2.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: -3em;
  margin-right: -3em;
  padding: 8em 3em 20em;
  display: flex;
}

.tab_content {
  width: 100%;
  height: auto;
  padding-top: 12em;
  display: block;
  position: relative;
  overflow: visible;
}

.tab_items_name {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-left: 14.4em;
  font-size: 1.8em;
  font-weight: 600;
}

.tab_items_name.hide {
  display: none;
}

.card_sport--box_text {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 15em;
  padding: 2em 3em;
  display: flex;
  position: relative;
}

.card_sport--box_text.add--absolute {
  border-radius: 2em;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.grid--text_body {
  grid-column-gap: 8em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  padding-left: 23em;
  padding-right: 16em;
}

.grid--text_body.no-padding {
  z-index: 2;
  grid-template-columns: 1fr 1fr;
  width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.pane_11_sticky {
  width: 100%;
  height: auto;
  position: relative;
}

.content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3em 8em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.content-2.pa--9 {
  justify-content: flex-start;
  height: auto;
  position: relative;
  overflow: visible;
}

.content-2.pa--16 {
  grid-column-gap: 14em;
  grid-row-gap: 8em;
  justify-content: flex-start;
  height: 100%;
  padding-top: 8em;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.content-2.pa--8 {
  justify-content: flex-start;
  height: auto;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.content-2.pa--14 {
  height: auto;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.content-2.pa--10 {
  height: auto;
  position: relative;
  overflow: visible;
}

.content-2.pa--10.info {
  padding-top: 2em;
}

.content-2.pa--13 {
  grid-column-gap: 14em;
  grid-row-gap: 5em;
  justify-content: flex-start;
  height: auto;
  padding-top: 8em;
  position: relative;
  overflow: visible;
}

.content-2.pa--7 {
  justify-content: flex-start;
  height: auto;
  position: relative;
}

.content-2.pa--12, .content-2.pa--11 {
  grid-column-gap: 14em;
  grid-row-gap: 8em;
  justify-content: flex-start;
  height: auto;
  padding-top: 8em;
  position: relative;
  overflow: visible;
}

.content-2.pa--5-2 {
  min-height: 100vh;
}

.content-2.not {
  position: static;
}

.faq--text {
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  margin-top: 1em;
  display: flex;
  overflow: hidden;
}

.pane_18--card {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  margin-top: 6em;
  display: flex;
  position: static;
  inset: auto 0%;
}

.pane_18--card.partners {
  margin-top: 5em;
  display: flex;
}

.pane_18--card.creators {
  margin-top: 6em;
  position: static;
}

.faq--icon_line_one {
  background-color: #ef3124;
  flex: none;
  width: 2.2em;
  height: .3em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
  transform: rotate(90deg);
}

.tb_number {
  font-size: 2em;
  font-weight: 400;
}

.tb_number.auto--top {
  margin-top: 1.2em;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% auto auto;
}

.card_tb_medium {
  letter-spacing: .02em;
  font-size: 1.6em;
  line-height: 1.4;
}

.card--numb_desc {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  font-size: .9em;
  display: flex;
}

.faq--body {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.img_boss {
  border-radius: 2em;
}

.img_boss.add {
  width: 100%;
  max-width: none;
}

.section_grid_row {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section_grid_row.add--left_padding {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: .75fr 1fr 1.25fr;
  padding-left: 16em;
  padding-right: 3em;
}

.faq--drop {
  width: 100%;
  height: auto;
  min-height: 3em;
  display: block;
  position: relative;
}

.tab_data {
  flex: none;
  width: 28em;
}

.tab_data.go {
  width: auto;
}

.p_sd {
  letter-spacing: .02em;
  font-size: 1.6em;
  font-weight: 400;
}

.p_sd.min {
  flex-direction: column;
  justify-content: flex-end;
  font-size: 1.4em;
  display: flex;
}

.p_sd.min.sber {
  opacity: .6;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

.prise_li {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  align-items: flex-start;
  max-width: 80ch;
  display: flex;
}

.pa-9--card_img_box {
  color: #fff;
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 36em;
  padding: 2em;
  display: flex;
  overflow: hidden;
}

.pa-9--card_img_box._1 {
  background-image: url('../images/3118.jpg');
  background-position: 50%;
  background-size: cover;
}

.pa-9--card_img_box._4 {
  background-image: url('../images/cms-image-000023670.jpg');
  background-position: 50%;
  background-size: cover;
}

.pa-9--card_img_box._2 {
  background-image: url('../images/Marriott-540-06.jpg');
  background-position: 50%;
  background-size: cover;
}

.pa-9--card_img_box._3 {
  background-image: url('../images/295966159164304.jpg');
  background-position: 50%;
  background-size: cover;
}

.pa-9--card_img_box._5 {
  background-image: url('../images/card-hotel_5.png');
  background-position: 50%;
  background-size: cover;
}

.pa-9--stars-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.tab_item_event {
  align-self: auto;
  display: flex;
}

.tab_item_event.hide {
  display: none;
}

.pane_14--faq {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  margin-top: -8em;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.tab_p {
  max-width: 50ch;
  font-size: 1.6em;
  font-weight: 400;
  display: block;
}

.tab_p.go {
  max-width: 45ch;
}

.p_box--pa-10 {
  max-width: 60ch;
  margin-top: 4em;
  margin-bottom: 6em;
}

.section {
  z-index: 1;
  width: 100%;
  height: auto;
}

.section.number--7 {
  min-height: auto;
}

.section.number--11 {
  align-items: stretch;
  display: flex;
}

.section.number--5, .section.number--14 {
  min-height: 100vh;
}

.section.number--10 {
  min-height: auto;
  display: block;
}

.section.number--10.partners {
  min-height: 80vh;
}

.section.number--10.info, .section.number--10.delegates {
  display: block;
}

.section.number--6 {
  min-height: auto;
}

.section.number--4 {
  min-height: auto;
  margin-top: -10em;
}

.section.number--9 {
  align-items: flex-start;
  display: flex;
}

.section.number--8 {
  z-index: 10;
  align-items: flex-start;
  margin-top: -16em;
  display: flex;
}

.section.number-16 {
  z-index: 10;
  align-items: stretch;
  max-height: 90em;
  display: flex;
}

.section.number--12 {
  z-index: 10;
  align-items: stretch;
  display: flex;
}

.section.is--slider {
  margin-top: -2.4em;
}

.section.is--hero {
  z-index: 3;
  width: auto;
  position: relative;
}

.section.is--nav {
  z-index: 900;
  width: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.heading_h3--big {
  text-transform: uppercase;
  font-size: 8.6em;
  font-weight: 500;
  line-height: 1;
}

.heading_h3--big.for--popup {
  margin-left: 4.6em;
  line-height: 1;
}

.prise_icon {
  color: #ef3124;
  width: 4em;
  height: 90%;
  margin-top: 1em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.row {
  z-index: 4;
}

.row.pa--9 {
  z-index: 3;
  align-items: flex-start;
  margin-top: -30em;
  display: flex;
  position: relative;
}

.pane_5--card {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  position: absolute;
  inset: auto 0%;
}

.tab_body {
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.contact--name_top {
  letter-spacing: .02em;
  margin-bottom: 2em;
  font-size: 1.6em;
  font-weight: 400;
}

.section_popup {
  background-image: url('../images/background_section.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4em;
  flex-direction: row;
  width: 100%;
  height: 100%;
  min-height: 49em;
  max-height: 59em;
  padding: 6em;
  display: flex;
}

.tab_link {
  letter-spacing: 0;
  background-color: #0000;
  background-image: none;
  background-size: auto;
  border-radius: 3em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1em 1.2em;
  font-size: 1.2em;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.tab_link.active {
  color: #fff;
  background-image: url('../images/bbbt.jpg');
  background-size: cover;
}

.tab_link.hide.w--current {
  display: none;
}

.grid_5--sticky {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  align-items: stretch;
  width: auto;
  padding-left: 12em;
  padding-right: 12em;
  position: relative;
}

.card_sport--group_card {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  display: flex;
}

.card_sport--group_card.ani--10-11 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.pane_7_sticky {
  width: 100%;
  height: auto;
  position: relative;
}

.cantact--info_box {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.pane_4_sticky {
  width: 100%;
  height: auto;
  position: relative;
}

.pane_4_sticky.not {
  position: static;
}

.arrow_card {
  width: 1.4em;
  height: 1.4em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 0%;
}

.section_10_card {
  background-color: #fff;
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 44em;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_10_card.partners {
  background-color: #ef3124;
}

.section_10_card.partners._1 {
  min-height: 36em;
}

.section_10_card.partners._5 {
  background-color: #07f;
  min-height: 36em;
}

.section_10_card.partners._4 {
  background-color: #ffde40;
  min-height: 36em;
}

.section_10_card.partners._4._3 {
  background-color: #fff;
}

.section_10_card.partners._2 {
  background-color: #21a038;
  min-height: 36em;
}

.section_10_card.partners._3 {
  background-color: #fff;
  min-height: 36em;
}

.section_10_card.delegates {
  min-height: 20em;
}

.section_10_card.delegates._1 {
  background-color: #007bfc;
}

.section_10_card.delegates.empty {
  display: none;
}

.section_10_card.delegates._2 {
  background-color: #000;
}

.section_10_card.infopartners {
  min-height: 11em;
}

.section_10_card.infopartners.empty {
  display: none;
}

.section_10_card.speaker {
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  height: 43em;
  min-height: auto;
  padding: 2em;
  position: static;
  overflow: hidden;
}

.section_popup--button-box {
  max-width: 40ch;
  display: flex;
}

.section_popup--button-box.program {
  flex-direction: column;
  max-width: none;
}

.card_sport--one_card.ani--10-4.hide {
  display: none;
}

.prise_over {
  text-transform: uppercase;
  font-size: 5em;
  line-height: 1.1;
}

.img_head_logo {
  width: 17em;
}

.section_row_box_head {
  margin-bottom: 6em;
}

.prise_grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  width: 100%;
}

.heading--tb_se_row {
  max-width: 18ch;
  font-size: 4.6em;
}

.contact--name_user {
  letter-spacing: .02em;
  font-size: 2.4em;
  font-weight: 500;
}

.p_sd--mid {
  align-self: center;
  font-size: 1.6em;
  font-weight: 400;
}

.p_sd--mid.caps {
  text-transform: uppercase;
  max-width: 36ch;
}

.img_star {
  width: 2em;
  height: 2em;
}

.head--two_box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  display: flex;
}

.head--two_box.add--padding_left_12 {
  margin-left: 22em;
}

.link--big {
  font-size: 1.8em;
  font-weight: 500;
  text-decoration: none;
}

.link--big.add {
  font-size: 2.2em;
}

.prise_name {
  letter-spacing: .02em;
  font-size: 2em;
  font-weight: 600;
  display: none;
}

.tab_bt {
  flex: none;
  font-weight: 500;
}

.tb--number {
  font-size: 2.4em;
  font-weight: 500;
}

.pane_5_sticky {
  width: 100%;
  height: 300vh;
  position: relative;
}

.section_10_card_one {
  background-color: #fff;
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 44em;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_10_card_one.color--white {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
}

.faq--grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.pane_6_sticky {
  width: 100%;
  height: auto;
  position: relative;
}

.card_prise_1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.card_prise_1.add--padding {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding-left: 0;
  display: flex;
}

.pane_9_sticky {
  width: 100%;
  height: auto;
  position: relative;
}

.faq--head {
  width: 100%;
  padding: 1em 4em 1em 0;
  display: block;
  position: relative;
}

.tab_nav {
  z-index: 2;
  background-color: #f0eeef;
  border: 1px solid #000;
  border-radius: 4em;
  align-items: center;
  width: 46em;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  display: flex;
  position: sticky;
  top: 11em;
}

.tab_nav.on_m {
  display: none;
}

.section_popup--info-box {
  max-width: 45ch;
  font-size: 1.6em;
  font-weight: 400;
}

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

.section_5_card {
  text-align: center;
  background-color: #fff;
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 36em;
  padding: 12em 3em 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab_item_time {
  letter-spacing: 0;
  width: 16.5em;
  font-size: 1.6em;
  font-weight: 600;
}

.faq--group {
  display: block;
  position: relative;
}

.faq--group.hide {
  display: none;
}

.pa-9--text_sticky {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.faq--name {
  letter-spacing: .02em;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 4em;
  font-size: 2.4em;
  font-weight: 400;
}

.pane_8_sticky {
  width: 100%;
  position: relative;
}

.card_sport--image {
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  width: 100%;
  max-width: none;
  display: block;
}

.text_body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_black {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  min-width: 11em;
  padding: 1.4em 2em;
  font-size: 1.2em;
  font-weight: 400;
  transition: transform .3s;
  display: none;
}

.button_black:hover {
  transform: scale(1.1);
}

.button_black.hide {
  display: block;
}

.fixed--for_video_page {
  z-index: -1;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.bg {
  z-index: 0;
  background-image: url('../images/Rectangle-131.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form_bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.form_box_bt_close {
  z-index: 2000;
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-left: auto;
  display: flex;
  position: fixed;
  inset: 2em 3em auto auto;
}

.form_group_checkbox {
  padding-left: 1em;
  display: block;
}

.form_popup {
  z-index: 3000;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.form_input_field {
  color: #000;
  letter-spacing: 0;
  border: 1px solid #000;
  border-radius: 2em;
  padding: 1.8em 1.6em;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
}

.form_input_field:active, .form_input_field:focus {
  border-color: #0053ff;
}

.form {
  background-color: #fff;
  border-radius: 2em;
  max-width: 50em;
  margin: 12em auto;
  padding: 4em;
  position: relative;
}

.heading_h3_form {
  letter-spacing: .02em;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.1;
}

.form_check {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-bottom: 4em;
  display: flex;
}

.form_p {
  font-size: 1.6em;
  font-weight: 400;
}

.form_group_check {
  grid-column-gap: .5em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.form_tb_field {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: .5em;
  margin-left: .4em;
  font-size: 1.6em;
  font-weight: 500;
}

.form_tb_field.min {
  text-transform: none;
}

.form_input_area {
  letter-spacing: .02em;
  border: 1px solid #000;
  border-radius: 2em;
  min-width: 100%;
  max-width: 100%;
  max-height: 30em;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  padding-left: 1.6em;
  font-size: 1.4em;
  font-weight: 400;
  overflow: visible;
}

.form_body {
  flex-direction: column;
  display: flex;
  position: relative;
}

.form_tb_radio {
  letter-spacing: 0;
  margin-top: .2em;
  margin-bottom: 0;
  font-size: 1.6em;
}

.img_bg {
  opacity: .9;
  background-image: url('../images/Rectangle-124.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form_group_field {
  flex-direction: column;
  display: flex;
}

.form_icon_close {
  width: 4em;
  height: 4em;
}

.form_head {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-bottom: 3em;
  display: flex;
}

.form_pane {
  z-index: 1;
  height: 100vh;
  position: relative;
  top: 0;
  overflow: auto;
}

.form_radio_bt {
  border-color: #000;
  border-radius: 10em;
  flex: none;
  width: 24px;
  height: 24px;
  margin: 0 .8em .8em 0;
}

.form_radio_bt.w--redirected-checked {
  background-color: #000;
  background-size: 10px;
  border-width: 1px;
  border-color: #000;
  box-shadow: inset 0 0 0 .2em #fff;
}

.form_radio_bt._2 {
  margin-bottom: 0;
}

.form_field {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-bottom: 4em;
  display: flex;
}

.button_black-2 {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  min-width: 11em;
  padding: 1.4em 2em;
  font-size: 1.6em;
  font-weight: 400;
  transition: transform .3s;
  display: flex;
}

.button_black-2:hover {
  transform: scale(1.1);
}

.card-5_text_block {
  margin-top: 2em;
  margin-bottom: 16px;
}

.number_mob {
  margin-bottom: 16px;
  font-size: 5vw;
  display: none;
}

.card_tb_big-two {
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.6;
  display: flex;
  position: relative;
}

.section--video_block {
  z-index: 2;
  height: 400vh;
  padding-top: 120px;
  padding-bottom: 12em;
  position: relative;
}

.content--video_block {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  padding-bottom: 12em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.video--video_block {
  margin-top: -10em;
}

.youtube {
  border-radius: 2em;
  margin-bottom: -10px;
}

.yotube--box_fix {
  border-radius: 2em;
  overflow: hidden;
}

.big--button_box {
  color: var(--white);
  background-image: url('../images/bbbt.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.4em 2em;
  font-size: 3em;
  display: flex;
}

.big--button_icon {
  width: 1em;
  height: 1em;
}

.popup-toggle-text {
  font-size: 2em;
  line-height: 1;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.2em;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.popup-content-wrapper.video {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 90vh;
  max-height: 675px;
  display: flex;
  overflow: visible;
}

.popup-close {
  z-index: 5000;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.popup-toggle {
  cursor: pointer;
  width: 100%;
}

.popup-toggle.open--video {
  display: block;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-content.has-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  overflow: hidden;
}

.popup-wrapper {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-teaser-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-thumbnail {
  border-radius: 3em;
  width: 100%;
  max-width: none;
}

.is-magnetic.is-absolut {
  position: absolute;
}

.play-wrapper {
  z-index: 3;
  cursor: pointer;
  background-color: red;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em #00000073;
}

.play-wrapper:hover {
  transform: scale(1.15);
}

.play-wrapper.no--bg {
  box-shadow: none;
  background-color: #0000;
}

.play-icon {
  color: #fff;
  width: 24px;
  height: 24px;
  margin-left: .3em;
  font-size: 1.7em;
}

.content--video_card_block {
  width: 100vw;
  padding-left: 3em;
  padding-right: 3em;
  overflow: hidden;
}

.grid--video_card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: auto;
}

.card--video_message {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 2em;
  flex-direction: column;
  display: flex;
}

.card--video_message.revers {
  flex-direction: column-reverse;
}

.card--video_heading {
  padding-top: 0;
  padding-bottom: .25em;
  font-size: 3em;
  line-height: 1.1;
}

.card--video_img_box {
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.card--video_img_block {
  background-color: var(--black);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24em;
  height: 24em;
  display: flex;
  position: relative;
}

.card--video_img_block._1 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.card--video_img_block._2 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
}

.card--video_img_block._3 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
}

.card--video_img_block._4 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
}

.card--video_img_block._5 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-size: cover;
}

.card--video_info_block {
  grid-row-gap: 1.4em;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: auto;
  padding: 2em;
  display: flex;
}

.card--video_popup {
  z-index: 3000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.card--video_popup.on {
  display: flex;
}

.card--video_popup_box {
  position: relative;
}

.card--video {
  z-index: 10;
  border-radius: 2em;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  min-height: 320px;
  display: flex;
  overflow: hidden;
}

.card--video_bg {
  background-color: #111c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.video--fix {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.is-magnetic_card.is-absolut {
  position: absolute;
}

.card--video_blur {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #6b6b6b66;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.stycky--video_pane {
  position: sticky;
  top: 10em;
}

.iframe-fluid {
  z-index: 20000;
  display: none;
  position: fixed;
  inset: 0%;
}

.drop--list {
  background-color: #0000;
}

.drop--bg {
  background-color: var(--white);
  border-radius: 3em;
  margin-top: -6em;
  padding: 8em 3em 3em;
  position: relative;
}

.drop--body {
  width: 100%;
}

.drop--body.top {
  display: flex;
}

.drop--bt {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 6em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2em 2em 2em 3em;
  font-size: 1.2em;
  font-weight: 400;
  display: flex;
}

.section--button_big {
  padding-bottom: 16em;
  padding-left: 3em;
  padding-right: 3em;
}

.button--big-link {
  width: 100%;
}

.hide {
  display: none;
}

.heading--dop {
  text-align: center;
  background-color: #fcfcfc;
  border-radius: 2em;
  padding-top: 10em;
  padding-bottom: 10em;
  font-size: 2em;
  display: none;
}

.div-block-2 {
  grid-row-gap: .75em;
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

.div-block-3 {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.col-left {
  flex: 1;
  align-self: stretch;
  padding-bottom: 37em;
  padding-left: 3em;
  position: relative;
}

.col-right {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.block-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 30em;
  padding-right: 3em;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.se_video--sticky_container {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-flex-h {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -100vh;
  display: flex;
}

.container.is--hero {
  max-width: 2000px;
  padding-top: 8em;
  padding-left: 4.06em;
  padding-right: 4.06em;
}

.container.is--nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 33% 33% 33%;
  grid-auto-columns: 1fr;
  padding: 1.3em .8em;
  display: grid;
}

.block {
  z-index: auto;
  grid-row-gap: 2em;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: var(--white);
  background-color: #f7f7f703;
  border-radius: 2em;
  flex-direction: column;
  align-items: flex-start;
  height: 22em;
  margin-bottom: 20em;
  padding: 4em;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
  position: sticky;
  box-shadow: -3px -10px 20px -15px #272b5d33;
}

.block._6 {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  top: 8em;
}

.block._5 {
  top: 32em;
}

.block._3 {
  top: 24em;
}

.block._1 {
  top: 16em;
}

.block._4 {
  top: 28em;
}

.block._2 {
  top: 20em;
}

.learn_wrapper {
  position: sticky;
  top: 18em;
}

.se_video--sticky_container_content {
  z-index: 1;
  width: 100%;
  position: relative;
}

.section--video_pane {
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding-top: 6em;
  position: relative;
}

.text_left {
  letter-spacing: -.02em;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.block-text {
  max-width: 28ch;
  font-size: 2.2em;
}

.number--video {
  font-size: 4em;
  font-weight: 500;
  line-height: 1;
}

.div-block-5 {
  grid-row-gap: 3em;
  flex-direction: column;
  width: 100%;
  padding-right: 9em;
  display: flex;
}

.video-m {
  display: none;
}

.container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 940px;
  max-width: 90%;
  display: grid;
}

.flipcard-wrapper {
  position: relative;
}

.flipcard-front {
  color: #fff;
  background-color: #b595ff;
  border-radius: 30px;
  max-width: 320px;
  height: 400px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.flipcard-title {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.flipcard-subtitle {
  color: #000;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  line-height: 21px;
}

.flipcard-more {
  text-align: left;
  position: absolute;
  inset: auto 20px 20px auto;
}

.flipcard-back {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 320px;
  height: 400px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.flipcard-back-title {
  max-width: 320px;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Unbounded, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.1;
}

.section-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.card_img-2 {
  background-color: #fff;
  background-image: url('../images/chair.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 1.56em;
  flex: none;
  width: 5.42em;
  height: 5.42em;
  margin-bottom: 2.08em;
}

.card {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 22.4em;
  display: flex;
  position: relative;
}

.card_bottom {
  z-index: 3;
  background-color: #5f2af5;
  border-radius: 2.81em;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9.79em;
  margin-top: -6.1em;
  padding: 1.2em 2.3em;
  display: flex;
  position: relative;
}

.card_bottom.is--content {
  background-color: #0000;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 3em;
}

.container-3.is--hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.speaker_text {
  opacity: .7;
}

.card_description {
  color: #ffffff85;
  margin-top: .5em;
}

.speaker_icon {
  opacity: .4;
  width: 1.33em;
  margin-right: .89em;
}

.card_arrow {
  width: .89em;
}

.card_button {
  background-color: #fff;
  border-radius: 1.41em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.96em;
  height: 3.96em;
  display: flex;
  box-shadow: 0 4px 20px #00000024;
}

.card_background {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card_line {
  background-color: #5f2af5;
  border-radius: 100vw;
  width: 3.4em;
  height: 9em;
  margin-left: 2.5em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card_line.is--3 {
  width: 3.9em;
  margin-left: 10.7em;
}

.card_line.is--4 {
  width: .8em;
  margin-left: 16.6em;
}

.card_line.is--5 {
  width: 3.5em;
  margin-left: 17.9em;
}

.card_line.is--2 {
  width: 1em;
  margin-left: 6.4em;
}

.card_top {
  z-index: 4;
  background-color: #5f2af5;
  border-radius: 2.81em;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20em;
  padding-top: 3.13em;
  padding-left: 4.5em;
  padding-right: 4.5em;
  display: flex;
  position: relative;
}

.card_top.is--content {
  background-color: #0000;
}

.card_bold {
  color: #fff;
  font-weight: 500;
}

.speaker {
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: .05em;
  padding-bottom: 2.97em;
  display: flex;
}

.section-4.is--hero {
  z-index: 3;
  position: relative;
}

.section-4.is--nav {
  z-index: 900;
  position: absolute;
  inset: 0% 0% auto;
}

.section-4.is--slider {
  z-index: 2;
  z-index: 2;
  margin-top: -2.4em;
  margin-bottom: 2em;
  position: relative;
}

.card_line-top {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 9.6em;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.card_line-bottom {
  width: 100%;
  margin-top: -7.5em;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link__line {
  background-color: #e9c6dd;
  width: 0;
  height: .2em;
}

.cursor__dot2 {
  color: #0000;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: border-color .35s, height .35s, width .35s, background-color .35s, color .35s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.background__fill {
  background-color: #0d0628;
  width: 100%;
  height: 100%;
}

.menu__right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1.7em;
  padding-right: 10.99em;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-4.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.container-4.is--nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
}

.container-4.is--menu {
  z-index: 2;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container-4.is--nav {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 33% 33% 33%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  padding: 1.65em 1.66em;
  display: grid;
  position: relative;
}

.container-4.is--hero {
  padding-top: 8em;
  padding-bottom: 0;
}

.container-4.is--slider {
  padding: 0;
}

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

.heading {
  color: #000;
  font-family: Unbounded, sans-serif;
  font-size: 3em;
}

.nav-link__contain {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav__svg {
  width: 100%;
}

.nav-link {
  justify-content: flex-start;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  display: flex;
  overflow: hidden;
}

.nav-link:hover {
  font-style: italic;
  font-weight: 700;
}

.nav-link.is--3 {
  margin-left: 6.2em;
}

.nav-link.is--1 {
  margin-left: 12.4em;
}

.sublink__text {
  letter-spacing: -.04em;
  font-size: 1.77em;
  line-height: 1.2;
}

.menu__left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4.06em;
  display: flex;
  position: relative;
}

.nav-link__text {
  letter-spacing: -.05em;
  font-size: 7.03em;
  line-height: 1.2;
}

.sublink {
  margin-top: 1.5em;
  overflow: hidden;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.control__arrow {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  background-color: #0000;
  transform: rotate(-180deg);
}

.nav__logo {
  justify-content: center;
  align-items: center;
  width: 10em;
  display: block;
}

.sublink__line {
  background-color: #eed9e7;
  width: 100%;
  height: .2em;
  transform: translate(-100%);
}

.background__lottie {
  width: 100%;
  margin-top: -1%;
}

.hero__wrap {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.cursor {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 40vw;
  min-height: 41.88em;
  padding-left: .52em;
  padding-right: .52em;
}

.hero__p {
  margin-top: 0;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
}

.nav-link__img {
  z-index: -2;
  object-fit: contain;
  width: 46em;
  height: 30em;
  margin-right: -35em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-link__num {
  letter-spacing: -.04em;
  margin-top: .7em;
  margin-left: .3em;
  font-size: 1.25em;
  font-style: normal;
  line-height: 1;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  inset: auto 0% 0%;
  margin-top: 0;
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.menu__icon {
  width: 3.02em;
}

.menu {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.background {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.control__fill {
  z-index: 1;
  background-color: #0d0628;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cursor__dot1 {
  background-color: #0d0628;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: opacity .35s, background-color .35s, height .35s, width .35s;
}

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.controls-2 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.nav__svg-2 {
  text-align: center;
  width: 100%;
}

.hero__p-2 {
  text-align: center;
  margin-top: 0;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
}

.nav-link__line-2 {
  background-color: #fff;
  width: 0;
  height: .2em;
}

.splide__slide-2 {
  flex: none;
  width: 33.3333%;
  height: 38vw;
  min-height: 38em;
  padding-left: .52em;
  padding-right: .52em;
}

.control__fill-2 {
  z-index: 1;
  color: #000;
  background-color: #000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero__wrap-2 {
  text-align: center;
  width: 49%;
  margin-left: auto;
  margin-right: auto;
}

.sublink__line-2 {
  background-color: #fff;
  width: 100%;
  height: .2em;
  transform: translate(-100%);
}

.nav__logo-2 {
  width: 11em;
}

.button {
  color: #000;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 40px;
  justify-content: space-between;
  align-items: stretch;
  font-family: Unbounded, sans-serif;
  font-size: .8em;
  font-weight: 500;
  display: block;
}

.body {
  font-family: Unbounded, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}

.navbar {
  z-index: 999999;
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav-menu {
  z-index: 1000;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 3.5%;
  display: flex;
}

.button-2 {
  color: #000;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 40px;
  justify-content: space-between;
  align-items: stretch;
  font-family: Unbounded, sans-serif;
  font-size: .8em;
  font-weight: 500;
  display: block;
}

.full-center {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-media {
  object-fit: cover;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.full-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

.background-media-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 61.8vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slogan {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: 10vh;
  padding-left: 199px;
  padding-right: 199px;
  font-size: 1.5vw;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.auto-loop-on-small-screens {
  display: none;
}

.backround-wrapper {
  z-index: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  width: 100%;
  padding-bottom: 30px;
  display: grid;
  overflow: hidden;
}

.div-block-6.pointer-events-none {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: end;
  padding-bottom: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.custom-styles {
  display: none;
}

.h2 {
  font-family: Unbounded, sans-serif;
  font-size: 2rem;
}

.background-trigger {
  z-index: 10;
  flex: 1;
}

.div-block-7 {
  width: 60%;
  height: 30%;
  display: flex;
}

.logo-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-wrapper.pointer-events-none {
  background-image: url('../images/Transition.gif');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.rl-body {
  background-color: #eee;
  background-image: url('../images/859_1.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

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

.div-block-8 {
  background-image: url('../images/Transition.gif');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  height: 15%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
  inset: 0%;
}

.image-2 {
  width: 16em;
  display: block;
  position: relative;
  inset: 0%;
}

.columns {
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  height: 70%;
  display: flex;
}

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

.card2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: 1fr 1fr 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: start;
  height: 60vh;
  padding: 20px;
  display: block;
}

.card2._1 {
  background-color: #b595ff;
}

.card2._3 {
  background-color: #c2f743;
}

.column-2, .column-3, .column-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-2 {
  text-align: center;
  align-self: center;
  align-items: center;
  font-weight: 400;
  display: block;
}

.heading-3 {
  text-align: center;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  font-size: 2.6em;
  font-weight: 400;
  display: block;
  position: static;
  inset: 0%;
}

.paragraph {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 10px;
  font-size: 1.1em;
  font-weight: 400;
  display: flex;
}

.div-block-10 {
  height: 33%;
}

.div-block-10._1 {
  display: flex;
}

.div-block-11 {
  height: 15%;
}

.image-3 {
  width: 12em;
}

.rl-intro_video-wrapper {
  z-index: 3;
  width: 83%;
  margin-bottom: 3%;
  margin-left: .5%;
  padding-top: 47%;
  position: absolute;
  overflow: hidden;
}

.rl-pricing_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
}

.rl-pricing_item {
  text-align: left;
  background-color: #d8d5d2;
  border-radius: 16px;
  padding: 3rem;
}

.rl-pricing_item.highlighted {
  background-color: #fff;
  border-style: none;
}

.slide-nav {
  height: .5rem;
  padding-top: 0;
  font-size: .5rem;
  display: none;
  bottom: 2rem;
}

.rl-intro-ix-trigger1 {
  height: 30%;
  position: relative;
}

.copypaste-symbol_text-wrapper {
  height: 1.75rem;
  overflow: hidden;
}

.rl-testimonials_slide-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rl-navbar_loop-text {
  letter-spacing: .05rem;
  text-transform: uppercase;
  flex: 1;
  font-weight: 500;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.rl-footer_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  align-items: start;
}

.text-background-scribble {
  background-image: url('../images/text-scribble-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -2.5rem;
  padding-left: 2.5rem;
  padding-right: 0;
  display: inline-block;
}

.rl-features_card3-image2 {
  width: 12.5rem;
  margin-right: 1rem;
}

.rl-builtwith_projects-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 3rem;
  display: flex;
}

.rl-builtwith_projects-wrapper.top {
  margin-left: 5vw;
}

.rl-builtwith_projects-wrapper.top.show-tablet {
  display: none;
}

.rl-builtwith_projects-wrapper.bottom {
  margin-right: 5vw;
}

.rl-builtwith_projects-wrapper.bottom.show-tablet {
  display: none;
}

.rl-features_heading-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rl-navbar_logo-link {
  align-self: center;
  padding-left: 0;
}

.rl-navbar_loop-text-wrapper {
  flex-wrap: nowrap;
  flex: none;
  font-size: .875rem;
  display: flex;
}

.rl-components_list {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.rl-builtwith_project-image {
  align-self: flex-start;
}

.rl-components_item-wrapper {
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin: .5rem;
  padding: .5rem 1rem .5rem .5rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.rl-components_item-wrapper:hover {
  box-shadow: 0 2px 4px #0000001a;
}

.section-rl-builtwith {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.rl-intro_lottie-animation {
  z-index: 1;
  object-position: 50% 50%;
  height: 60rem;
  position: relative;
}

.rl-header_sign-background {
  z-index: 0;
  color: #fff;
  text-align: center;
  background-image: url('../images/sign-bg.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 7.875rem;
  height: 7.875rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.rl-intro_blur2 {
  z-index: -1;
  filter: blur(60px) blur(60px);
  background-image: linear-gradient(308deg, #ff7448 25%, #ff4848 54%, #6248ff 78%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 27.5rem;
  height: 27.5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 5%;
}

.rl-intro_component {
  background-color: #d8d5d2;
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 95vw;
  height: 600vh;
  padding-top: 5rem;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: flex;
  position: relative;
}

.save-money-label {
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: .5rem;
  margin-left: .5rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 700;
  display: inline-block;
  box-shadow: 2px 3px #000;
}

.rl-pricing-outline {
  background-image: linear-gradient(103deg, #ff7448, #ff4848 50%, #6248ff 97%);
  border-radius: 18px;
  padding: 3px;
}

.rl-builtwith_projects-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-header_heading-wrapper {
  text-align: center;
  justify-content: center;
  width: 100%;
}

.text-background-scribble2 {
  background-image: url('../images/text-scribble-bg2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -.5rem;
  padding-bottom: .5rem;
  padding-right: 0;
  display: inline-block;
}

.rl-features_card3-image1 {
  width: 12.5rem;
}

.footer_text-link {
  text-decoration: underline;
}

.pricing-table_divider {
  background-color: #16161626;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.rl-intro_blur1 {
  z-index: -1;
  filter: blur(60px) blur(60px);
  background-image: linear-gradient(308deg, #ff7448 25%, #ff4848 54%, #6248ff 78%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 27.5rem;
  height: 27.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 5%;
}

.rl-pricing_callout-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  margin-bottom: 1.5rem;
}

.section-rl-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rl-pricing_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.rl-pricing_button-wrapper {
  align-items: center;
  display: flex;
}

.rl-navbar_loop {
  background-color: #d8d5d1;
  border-radius: .5rem;
  flex: 1;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  overflow: hidden;
}

.hide-2 {
  display: none;
}

.text-background-box2 {
  background-image: url('../images/text-box-bg2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -1rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 2rem;
  display: inline-block;
}

.rl-builtwith_button-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .5rem;
}

.rl-faq_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl-intro_heading {
  color: #16161626;
  -webkit-text-fill-color: transparent;
  background-color: #1616161a;
  background-image: url('../images/noise_2x.png');
  background-position: 0 0;
  background-size: 300px;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 12vw;
  display: inline;
}

.rl-footer_link {
  color: #161616a6;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.rl-footer_link:hover {
  color: #161616;
}

.rl-footer_social-link-wrapper {
  margin-top: 1rem;
  display: flex;
}

.rl-features_image-wrapper {
  position: relative;
}

.rl-header_sign-wrapper {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 7.875rem;
  height: 7.875rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.pricing-table_button-caption {
  max-width: 12rem;
  margin-left: 1.5rem;
}

.heading-huge {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.rl-intro_text-wrapper1 {
  text-align: left;
  align-self: flex-start;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  position: relative;
}

.rl-features_card3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #161616;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rl-navbar_component {
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.5rem 2.5vw;
  display: flex;
}

.rl-footer_left-wrapper {
  flex-direction: column;
  display: flex;
}

.rl-footer_bottom-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
  display: flex;
}

.rl-testimonials_component {
  background-color: #0000;
  align-items: center;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.rl-footer_slack-text-wrapper {
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.rl-header_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tick-icon {
  align-self: flex-start;
  margin-right: .75rem;
}

.text-style-link {
  text-decoration: underline;
}

.rl-faq_answer {
  overflow: hidden;
}

.rl-builtwith_project {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32vw;
  height: 21vw;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px #0000000d;
}

.rl-intro_text-wrapper3 {
  text-align: left;
  align-self: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 20rem;
  position: relative;
}

.footer_logo {
  height: 32px;
}

.rl-footer_slack-cta {
  background-color: #d8d5d2;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  padding: 2rem;
  display: flex;
}

.rl-components_number-text {
  color: #161616cc;
  background-color: #d8d5d2;
  border-radius: .5rem;
  margin-left: .5rem;
  padding: .25rem .5rem;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
}

.rl-builtwith_wrapper {
  height: auto;
  margin-top: 6rem;
}

.text-bg-scribble3 {
  background-image: url('../images/text-scribble-bg3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -.5rem;
  padding-bottom: .5rem;
  display: inline-block;
}

.rl-header_heading {
  letter-spacing: -.03em;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.footer_text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2.75rem;
  display: flex;
}

.rl-features_background-overlay {
  display: none;
}

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.rl-builtwith_heading-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rl-header_content-image {
  width: 100%;
  box-shadow: 0 8px 24px #0000000d;
}

.faq-05_icon {
  align-self: flex-start;
  width: 32px;
  margin-left: 24px;
}

.rl-features_image.image3 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.rl-features_image.image2 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.rl-features_image.image1 {
  z-index: 0;
  position: relative;
}

.rl-intro_content {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 56.25rem;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.rl-intro_animation-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rl-intro_video {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-color-darkgrey {
  color: #161616a6;
}

.rl-header_content-overlay {
  background-image: linear-gradient(360deg, #16161666, #16161600);
  height: 7.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.page-wrapper {
  display: block;
  overflow: visible;
}

.page-wrapper.hide {
  display: none;
}

.rl-faq_question {
  cursor: pointer;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: background-color .2s;
  display: flex;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.show-tablet {
  display: none;
}

.rl-faq_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid #16161626;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.copypaste-symbol_component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.copypaste-symbol_component.rl-header-position {
  position: absolute;
  inset: auto 2rem 2rem auto;
}

.rl-header_content-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

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

.fixed-cta_button {
  color: #fff;
  text-align: center;
  background-color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.fixed-cta_button:hover {
  background-color: #000;
  border-color: #000;
}

.fixed-cta_button.w--current {
  background-color: #161616;
}

.text-style-label {
  background-color: #d8d5d2;
  border-radius: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-weight: 500;
  display: inline-block;
}

.text-background-box {
  background-image: url('../images/text-box-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -1rem;
  margin-left: -.25rem;
  margin-right: -1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 2rem;
  display: inline-block;
}

.rl-faq_accordion {
  border-top: 1px solid #16161626;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.copypaste-symbol_mobile-image1 {
  display: none;
}

.rl-footer_column-heading {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.rl-footer-credit-text {
  color: #161616a6;
  font-size: .875rem;
}

.rl-intro_lottie-animation-screenshot {
  z-index: 2;
  width: 100%;
  display: block;
  position: absolute;
}

.rl-footer_slack-icon {
  background-color: #fff;
  border: 3px solid #161616;
  border-radius: .5rem;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 2rem;
  padding: .5rem;
  box-shadow: 4px 4px #161616;
}

.rl-intro_heading-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
}

.rl-footer_legal-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.fixed-cta {
  z-index: 999;
  position: fixed;
  inset: 1.5rem 2.5vw auto auto;
}

.rl-footer_social-link {
  background-color: #d8d5d2;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  padding: .25rem;
  transition: all .3s;
  display: flex;
}

.rl-footer_social-link:hover {
  background-color: #e4e2df;
}

.button-icon {
  margin-right: .5rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.rl-pricing_list-item {
  align-items: flex-start;
  display: flex;
}

.rl-testimonial_quote-icon-bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.rl-features_card3-background {
  z-index: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.rl-header_content-loop-wrapper.move-down {
  transform: translate(0, -50%);
}

.rl-navbar_button {
  color: #fff;
  text-align: center;
  background-color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.rl-navbar_button:hover {
  background-color: #000;
  border-color: #000;
}

.rl-navbar_button._0-opacity {
  opacity: 0;
  justify-content: center;
  min-height: 3rem;
}

.rl-features_card1 {
  background-color: #d8d5d2;
  background-image: none;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem;
  display: flex;
}

.rl-builtwith_project-button {
  color: #161616;
  background-color: #fff;
  border-radius: .5rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
}

.rl-header_content-wrapper {
  background-color: #d8d5d1;
  border-radius: 1.5rem;
  height: 50vh;
  min-height: 25px;
  margin-top: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  overflow: hidden;
}

.rl-header_content-wrapper.overflow-safari {
  border-radius: 1rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rl-pricing_browser {
  align-items: center;
  display: flex;
}

.rl-features_text-wrapper.text-color-white {
  z-index: 3;
  position: relative;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-color-grey {
  color: #161616bf;
}

.button-secondary {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
}

.button-secondary:hover {
  background-color: #d8d5d1;
}

.button-secondary.button-large {
  height: 56px;
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.button-secondary.button-large.dont-shrink {
  flex: none;
}

.button-secondary.button-large.with-icon {
  align-items: center;
  height: 56px;
  padding-left: 1.5rem;
  display: flex;
}

.button-secondary.invert-colors {
  color: #fff;
  background-color: #161616;
  border-color: #fff;
}

.button-secondary.invert-colors:hover {
  background-color: #ffffff0d;
}

.button-secondary.invert-colors.blur-background {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #16161600;
}

.rl-page-padding {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
}

.button-3:hover {
  background-color: #000;
  border-color: #0000;
}

.button-3.button-large {
  align-items: center;
  height: 56px;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  display: flex;
}

.button-3.button-large.dont-shrink {
  flex: none;
}

.rl-footer_bottom-link {
  color: #161616a6;
  font-size: .875rem;
}

.rl-intro_callout {
  z-index: 3;
  position: absolute;
  inset: 10vh auto auto -8vw;
}

.rl-footer_line-divider {
  background-color: #16161626;
  width: 100%;
  height: 1px;
  margin-bottom: 2.5rem;
}

.copypaste-symbol_wrapper {
  background-color: #fff;
  border: 3.5px solid #161616;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 54px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  box-shadow: 6px 6px #161616;
}

.rl-features_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.rl-intro_text-wrapper2 {
  text-align: right;
  align-self: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5vw;
  position: relative;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.rl-intro-ix-trigger2 {
  height: 80%;
  position: relative;
}

.rl-header_sign-text {
  z-index: 1;
  position: relative;
}

.text-size-medium {
  font-size: 1.125rem;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.text-weight-medium {
  font-weight: 500;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.rl-footer_column-layout {
  grid-column-gap: 3vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.rl-intro_blur3 {
  z-index: -1;
  filter: blur(60px) blur(60px);
  background-image: linear-gradient(308deg, #ff7448 25%, #ff4848 54%, #6248ff 78%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 27.5rem;
  height: 27.5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 5%;
}

.rl-intro_text-wrapper {
  z-index: 0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rl-pricing_callout {
  text-align: center;
  background-color: #d8d5d2;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.rl-features_card3-background-wrapper {
  grid-column-gap: .1rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: absolute;
  inset: auto -28% -120% auto;
  transform: skew(-45deg, 35deg);
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.button-row-center {
  justify-content: center;
}

.rl-header_content-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-flow: row;
  margin-bottom: 2rem;
}

.rl-testimonials_headshot {
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
}

.text-size-large {
  font-size: 1.25rem;
}

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

.rl-builtwith_component {
  background-color: #d8d5d2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95vw;
  height: auto;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  position: relative;
  overflow: hidden;
}

.footer1_logo-link {
  padding-left: 0;
}

.rl-pricing_browser-icon {
  margin-right: 1rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.rl-components_item-image {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}

.rl-intro-ix-triggers {
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.copypaste-symbol_icon-wrapper {
  flex: none;
  margin-left: 1rem;
  margin-right: 1rem;
}

.rl-footer_column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.rl-features_card2 {
  background-color: #d8d5d2;
  background-image: none;
  border-radius: 1rem;
  padding: 4rem;
}

.copypaste-symbol_mobile-image2 {
  display: none;
}

.rl-navbar_clone-button {
  color: #161616;
  text-align: center;
  background-color: #d8d5d2;
  border: 2px solid #d8d5d2;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-right: 1rem;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.rl-navbar_clone-button:hover {
  background-color: #e4e2df;
  border-color: #e4e2df;
}

.rl-testimonial_quote-icon-top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.button-wrapper.button-wrapper-center {
  margin-left: .5rem;
  margin-right: .5rem;
}

.prl-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pr-wipe-1 {
  background-image: url('../images/7676767.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 22px;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.page-load-wrapper {
  color: #000;
}

.loader {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.page-wipe {
  z-index: 2147483647;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.pr-wipe-2 {
  z-index: 6;
  background-image: url('../images/tmlsu.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 22px;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.preload-block {
  width: 200px;
  height: 300px;
  position: absolute;
}

.preload-title {
  z-index: 222222222;
  color: #fff;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  position: relative;
}

.pr-wipe-3 {
  z-index: 70;
  background-image: url('../images/Монтажная-область-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 22px;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.text-hide {
  overflow: hidden;
}

.preload {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.txt-wrap {
  overflow: hidden;
}

.img-wrap {
  z-index: 1111;
  width: 200px;
  height: 300px;
  position: absolute;
}

.wipe {
  background-color: #1e1e1e;
  height: 101%;
  position: absolute;
  inset: 0% 0% auto;
}

.wipe.w2 {
  background-color: #1e1e1e00;
  background-image: url('../images/preload-2.jpg');
  background-position: 50%;
  background-size: cover;
  max-height: 300px;
  inset: 0% 0% auto;
}

.image {
  height: 300px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-4 {
  width: 26em;
  display: block;
  position: static;
  inset: 0%;
}

.div-block-14 {
  border: 1px solid #000;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  padding: 1em 1.4em;
  display: flex;
}

.image-5 {
  width: 2em;
  margin-right: 1em;
}

.tg-but {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20em;
  align-items: center;
  padding: 1.4em 2em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tg-but.de {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tg-but.ticket {
  background-color: #0000;
}

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

.amocrm-container {
  z-index: 2000;
  width: 100%;
  height: 100%;
  position: fixed;
}

.faq--link {
  flex: none;
  order: 0;
  align-self: auto;
  align-items: center;
  display: block;
  position: static;
}

.youtube-2 {
  border: 1px #000;
  border-radius: 20px;
}

.html-embed {
  width: 100%;
  height: 100vh;
}

.html-embed-2 {
  z-index: 9999;
  width: auto;
  height: auto;
  position: static;
}

.div-block-15 {
  width: 100%;
  height: 100vh;
  position: fixed;
}

.cookie-bar-wrapper {
  z-index: 2;
  background-color: #fff;
  border: 1px #000;
  border-radius: 3em 3em 0 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 10px 10px 10px 20px;
  font-size: .6vw;
  display: flex;
  position: relative;
}

.cookie-bar-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.div-block-280 {
  align-items: center;
  display: flex;
}

.button-4 {
  background-color: #8351ff;
  margin-right: 10px;
  font-family: Lato, sans-serif;
}

.button-5 {
  background-color: #8351ff;
  font-family: Lato, sans-serif;
}

.image-6 {
  width: 2.2em;
  margin-right: 1em;
  display: none;
}

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

.link-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

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

.image-7 {
  height: 3.1em;
  display: inline-block;
  position: static;
}

.image-8 {
  height: 12em;
  position: absolute;
}

.image-9 {
  height: 3em;
}

.image-del {
  height: 3.8em;
}

.image-del._2 {
  height: 2.6em;
}

.image-del._1 {
  height: 1.5em;
}

.image-12 {
  width: auto;
  height: 5em;
  margin-bottom: 3em;
  display: block;
}

.image-12.mob {
  display: none;
}

.image-12.juniors, .image-12.kids {
  height: 4em;
}

.vk-creator {
  height: 5em;
}

.image-info._1 {
  height: 1.5em;
}

.image-info._2 {
  height: 1.6em;
}

.image-info._3 {
  height: 2em;
}

.image-info._4 {
  height: 1.3em;
}

.image-info._5 {
  height: 2em;
}

.image-info._7 {
  height: 5em;
}

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

.by {
  display: flex;
}

.by.hide {
  display: none;
}

.bycreator {
  max-width: none;
  height: 2.2em;
  margin-left: .5em;
  margin-right: .5em;
}

.speaker-tag {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  color: #fff;
  object-fit: fill;
  border-radius: 15em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-top: 2em;
  padding: .25em .8em;
  display: inline-block;
  position: static;
}

.speaker-tag.place {
  margin-top: 0;
  margin-bottom: 1em;
}

.speaker-tag.place._2 {
  margin-left: 1em;
}

.avatar-spot {
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: none;
  max-height: none;
  margin-bottom: 1em;
  display: flex;
}

.image-13 {
  width: auto;
  max-height: 18em;
  display: block;
}

.spkr-tag-div {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.spkr-info {
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: auto;
}

.content-8 {
  padding-bottom: 8em;
  padding-left: 3em;
  padding-right: 3em;
}

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

.speaker-tag-2 {
  color: #fff;
  object-fit: fill;
  background-color: #000;
  border-radius: 15em;
  align-self: flex-start;
  margin-top: 2em;
  padding: .25em .8em;
  display: block;
  position: static;
}

.image-14 {
  width: auto;
  max-height: 18em;
  display: block;
}

.dropdown-toggle {
  background-color: #fafafa;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1em;
  display: flex;
}

.dropdown-toggle.w--open {
  background-color: #fdfdfd;
  border-radius: 1em;
}

.dropdown-toggle._2 {
  margin-top: 1em;
}

.dropdown-toggle._2.w--open {
  z-index: 99;
}

.icon {
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin: .4em 0 0 0;
  font-size: 1.4em;
  position: static;
}

.dropdown-list {
  padding-left: 1em;
}

.dropdown-list.w--open {
  z-index: 999;
  background-color: #fdfdfd;
  border-radius: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  box-shadow: 0 0 8px #0003;
}

.dropdown-2 {
  width: 100%;
  display: inline-block;
  position: relative;
}

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

.dropdown-3 {
  width: 100%;
}

.two-by-partner {
  display: block;
}

.two-by-partner._2 {
  margin-top: 1em;
}

.border {
  background-color: #dfdfdf;
  height: 1px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.form-block {
  background-color: var(--white);
  border-radius: 2em;
  flex-direction: column;
  align-self: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2em;
  display: block;
  position: static;
}

.form-kids {
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-top: 1em;
  display: block;
}

.main-block {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-bottom: 4em;
  display: flex;
}

.header-kids {
  background-color: #fff;
  border-radius: 2em;
  flex: 1;
  align-self: auto;
  width: 100%;
  padding: 2em 4em 2em 2em;
  position: static;
}

.h1-kids {
  color: var(--black);
  margin-bottom: .8em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

.h1-kids._2 {
  margin-top: 1.4em;
}

.body-4 {
  background-color: var(--black-2);
  color: var(--black);
  background-image: url('../images/shutterstock_1727612713.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
}

.field-label {
  margin-bottom: .5em;
  padding-right: 1em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
}

.text-field {
  background-color: var(--white);
  border-radius: .6em;
  margin-bottom: 1em;
  padding: 1em .8em;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}

.success-message {
  background-color: var(--black-2);
  border-radius: 1em;
  padding: 2em;
}

.error-message {
  border-radius: 1em;
  margin-top: 1em;
  padding: 1em 2em 1em 1em;
}

.submit-button {
  background-color: var(--black);
  border-radius: 1em;
  width: 100%;
  margin-top: 1em;
  padding: 1em;
  font-size: 1.6em;
  font-weight: 400;
  display: inline-block;
}

.radio-button-field {
  align-items: flex-start;
  margin-bottom: 1.4em;
  padding-left: 0;
  display: flex;
}

.radio-button-field.terms {
  margin-top: 2em;
  margin-bottom: .5em;
}

.radio-button {
  margin-top: 0;
  margin-left: 0;
  margin-right: .5em;
  padding-right: 0;
}

.logo-block {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.image-15 {
  width: 12em;
}

.div-block-281 {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.div-block-282 {
  background-color: #f99;
  background-image: url('../images/Desktop---2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.body-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Desktop---2.jpg');
  background-position: 50%;
  background-size: contain;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  font-size: 16px;
  display: grid;
}

.text-block-2 {
  text-align: center;
}

.text-block-3 {
  text-align: right;
}

.div-block-283 {
  width: 640px;
  height: 420px;
  position: static;
  inset: 0%;
}

.div-block-284 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.button-primary {
  background-color: var(--black);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 32%;
  display: flex;
}

.button-primary._2 {
  color: #000;
  background-color: #0000;
}

.text-block-4 {
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 11px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-285 {
  justify-content: space-between;
  font-size: 14px;
  display: flex;
}

.buttonsh24 {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  width: 32%;
  text-decoration: none;
}

.buttonsh24.secondary {
  color: var(--black);
  background-color: #0000;
}

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

@media screen and (max-width: 991px) {
  .for_section--h1 {
    font-size: 8.6em;
  }

  .header--logo_box {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header--menu_button_box {
    cursor: default;
    width: 32px;
    height: 32px;
  }

  .header--link {
    cursor: default;
    font-size: 1.8em;
  }

  .header--panel {
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon_line_top {
    height: 2px;
  }

  .nav_home_link {
    cursor: default;
    width: 17em;
  }

  .icon_line_down {
    height: 2px;
  }

  .footer--grid {
    align-items: stretch;
    padding-bottom: 24px;
  }

  .footer--text {
    font-size: 1.8em;
  }

  .footer--panel {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer--link_list {
    grid-column-gap: 4em;
  }

  .footer--button_group {
    align-self: center;
  }

  .button--black {
    cursor: default;
    padding: 16px 24px;
    font-size: 1.8em;
  }

  .button--black:hover {
    transform: none;
  }

  .section--hero {
    display: block;
  }

  .section--hero.mainpage {
    display: flex;
  }

  .hero--text_box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav--grid_menu {
    padding: 60px 24px 32px;
  }

  .nav--menu_link {
    cursor: default;
  }

  .head.pa--10 {
    top: 100px;
  }

  .content.center {
    height: auto;
    padding: 60px 24px;
    position: relative;
  }

  .home-scroll_text-item {
    opacity: 1;
  }

  .se--two_fix {
    margin-left: -24px;
    margin-right: -24px;
    padding-right: 24px;
  }

  .card_ani.for--10-1 {
    min-width: 12em;
  }

  .section_3_card.red {
    border-radius: 16px;
    width: 100%;
    min-height: 380px;
    padding: 24px;
  }

  .section_3_card.image {
    border-radius: 16px;
    width: 100%;
    min-height: 380px;
  }

  .section_3_card.center.green {
    border-radius: 16px;
    width: 100%;
    min-height: 380px;
    padding: 24px;
  }

  .grid_3--sticky {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .pane_3--card {
    padding-left: 0%;
    position: relative;
    top: 40px;
  }

  .section--three {
    display: block;
  }

  .card_tb_big, .card_tb_min {
    font-size: 2em;
  }

  .sticky--three {
    height: auto;
  }

  .card_img {
    min-height: 380px;
  }

  .content--invert.price {
    padding: 60px 24px;
  }

  .bg_top {
    height: 14em;
  }

  .header--panel_menu {
    padding-left: 24px;
    padding-right: 24px;
  }

  .prise_list {
    grid-row-gap: 12px;
  }

  .contact--group_info {
    grid-row-gap: 16px;
  }

  .tab_pane {
    padding-top: 30em;
  }

  .tab_pane.hide, .tab_pane.active {
    display: block;
  }

  .grid--contact {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    margin-top: 40px;
  }

  .button_line:hover {
    transform: none;
  }

  .text_link {
    font-size: 1.8em;
  }

  .tab_group_programm {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faq--icon_line_two {
    width: 16px;
    height: 2px;
  }

  .pane_14_sticky {
    padding-top: 60px;
  }

  .faq--box_icon {
    width: 16px;
    height: 16px;
  }

  .prise_icon_arrow {
    width: 9px;
    margin-top: 5px;
  }

  .card_prise_2.add--padding {
    padding-left: 0;
  }

  .grid_10--sticky.creators {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_10--sticky.infopartners {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section_3_card-2.green.vert {
    border-radius: 16px;
  }

  .section_3_card-2.blue.vert {
    border-radius: 16px;
    padding: 24px;
  }

  .section_3_card-2.white.vert {
    border-radius: 16px;
  }

  .paragraph--sd, .paragraph--sd.min {
    font-size: 2em;
  }

  .paragraph--sd.min.dropdown {
    font-size: 1.7em;
  }

  .paragraph--sd.bold {
    font-size: 3em;
  }

  .paragraph--sd.white {
    max-width: 86%;
  }

  .card_tb_big-2 {
    height: 100px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 2em;
  }

  .card_tb_big-2.add--text_left._9 {
    padding-left: 24px;
  }

  .contact--bg {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 40px 24px 130px;
  }

  .tab_content {
    padding-top: 80px;
  }

  .tab_items_name {
    margin-left: 18.1em;
  }

  .content-2 {
    height: auto;
    padding: 60px 24px;
  }

  .content-2.pa--16 {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-2.pa--8 {
    padding-top: 60px;
  }

  .content-2.pa--14 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-2.pa--13, .content-2.pa--12, .content-2.pa--11 {
    padding-top: 60px;
  }

  .content-2.pa--5-2 {
    grid-row-gap: 40px;
    min-height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .faq--text {
    margin-top: 8px;
    padding-top: 10px;
  }

  .pane_18--card {
    margin-top: 40px;
  }

  .faq--icon_line_one {
    width: 16px;
    height: 2px;
  }

  .card_tb_medium {
    font-size: 2em;
  }

  .img_boss.add {
    border-radius: 16px;
  }

  .p_sd, .p_sd.min {
    font-size: 2em;
  }

  .pa-9--card_img_box._1, .pa-9--card_img_box._4, .pa-9--card_img_box._2, .pa-9--card_img_box._3, .pa-9--card_img_box._5 {
    border-radius: 16px;
  }

  .tab_p {
    font-size: 2em;
  }

  .p_box--pa-10 {
    max-width: 80ch;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .section.number--5, .section.number--14, .section.number--10.partners, .section.number--6 {
    min-height: auto;
  }

  .section.number--4 {
    min-height: auto;
    margin-top: 0;
  }

  .section.number--8 {
    margin-top: 0;
  }

  .heading_h3--big.for--popup {
    margin-left: 4.4em;
  }

  .prise_icon {
    display: none;
  }

  .pane_5--card {
    position: relative;
    top: 0;
  }

  .contact--name_top {
    font-size: 2em;
  }

  .section_popup {
    border-radius: 16px;
    min-height: 380px;
  }

  .grid_5--sticky {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .card_sport--group_card.ani--10-13, .card_sport--group_card.ani--10-12, .card_sport--group_card.ani--10-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .arrow_card {
    width: 12px;
    height: 12px;
    margin-bottom: 15px;
  }

  .section_10_card {
    border-radius: 16px;
    min-height: 320px;
  }

  .section_10_card.speaker {
    height: 52em;
  }

  .prise_over {
    font-size: 6em;
  }

  .img_head_logo {
    width: 120px;
  }

  .prise_grid {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
  }

  .contact--name_user {
    font-size: 3em;
  }

  .p_sd--mid, .p_sd--mid.caps {
    font-size: 2em;
  }

  .img_star {
    width: 20px;
    height: 20px;
  }

  .link--big.add {
    font-size: 2.8em;
  }

  .tb--number {
    font-size: 3.4em;
  }

  .pane_5_sticky {
    height: auto;
  }

  .section_10_card_one.color--white {
    border-radius: 16px;
  }

  .card_prise_1.add--padding {
    grid-row-gap: 8px;
    padding-left: 0;
  }

  .section_popup--info-box {
    font-size: 2em;
  }

  .section_5_card {
    border-radius: 16px;
    min-height: 280px;
    padding: 70px 16px 40px;
  }

  .tab_item_time {
    font-size: 2em;
  }

  .faq--name {
    font-weight: 500;
  }

  .button_black {
    cursor: default;
    padding: 16px 24px;
    font-size: 1.8em;
  }

  .button_black:hover {
    transform: none;
  }

  .form_box_bt_close {
    background-color: var(--white);
    color: var(--black);
    cursor: default;
    border: 1px solid #000;
    border-radius: 300px;
    width: 48px;
    height: 48px;
  }

  .form_group_checkbox {
    align-items: center;
    padding-left: 4px;
  }

  .form_input_field {
    padding: 24px;
    font-size: 14px;
  }

  .form {
    border-radius: 24px;
    max-width: 70em;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 24px;
  }

  .heading_h3_form {
    font-size: 24px;
  }

  .form_check {
    grid-row-gap: 16px;
  }

  .form_p {
    font-size: 14px;
  }

  .form_group_check {
    grid-row-gap: 16px;
  }

  .form_tb_field {
    font-size: 12px;
  }

  .form_tb_field.min {
    margin-bottom: 8px;
  }

  .form_input_area {
    font-size: 14px;
  }

  .form_tb_radio {
    margin-top: 2px;
    font-size: 14px;
  }

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

  .form_head {
    grid-row-gap: 16px;
    margin-bottom: 24px;
  }

  .form_radio_bt {
    width: 24px;
    height: 24px;
    margin-top: 4px;
    margin-right: 16px;
  }

  .button_black-2 {
    cursor: default;
    padding: 16px 24px;
    font-size: 12px;
  }

  .card-5_text_block {
    margin-bottom: 8px;
  }

  .card_tb_big-two {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 2em;
  }

  .section--video_block {
    height: auto;
    padding-top: 60px;
  }

  .content--video_block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .big--button_box {
    padding: 16px 40px;
    font-size: 20px;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .popup-close {
    width: 32px;
    height: 32px;
    font-size: 12px;
    top: 16px;
    right: 16px;
  }

  .video-thumbnail {
    border-radius: 16px;
  }

  .play-wrapper {
    width: 60px;
    height: 60px;
  }

  .play-wrapper:active {
    transform: scale(.9);
  }

  .play-icon {
    margin-left: 4px;
  }

  .content--video_card_block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid--video_card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .card--video_message {
    border-radius: 16px;
  }

  .card--video_message.revers {
    flex-direction: column;
  }

  .card--video_img_block, .card--video_img_block._1, .card--video_img_block._2, .card--video_img_block._3, .card--video_img_block._4, .card--video_img_block._5 {
    width: 32em;
    height: 32em;
  }

  .stycky--video_pane {
    position: relative;
    top: 0;
  }

  .drop--bg {
    border-radius: 32px;
    margin-top: -60px;
    padding: 80px 24px 24px;
  }

  .drop--bt {
    font-size: 1.8em;
  }

  .section--button_big {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading--dop {
    border-radius: 16px;
  }

  .div-block-2 {
    grid-row-gap: 8px;
    padding-left: 0;
  }

  .div-block-3 {
    grid-row-gap: 24px;
  }

  .col-right {
    align-self: stretch;
    width: 50%;
    margin-top: 24px;
    margin-left: auto;
  }

  .container.cc-flex-h {
    flex-direction: column;
  }

  .block {
    top: 28%;
  }

  .learn_wrapper {
    max-width: 80ch;
  }

  .div-block-5 {
    grid-row-gap: 24px;
  }

  .container-3 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .card_line {
    display: none;
  }

  .background__fill {
    z-index: 1;
    position: relative;
  }

  .container-4 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container-4.is--nav {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1.5fr 1fr;
  }

  .container-4.is--hero {
    padding-top: 14.8em;
    padding-bottom: 4.1em;
  }

  .overflow {
    min-height: 100vh;
  }

  .background__lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }

  .cursor {
    display: none;
  }

  .hero__p {
    font-size: 12px;
  }

  .menu {
    height: 100vh;
  }

  .hero__p-2 {
    font-size: 2em;
  }

  .hero__wrap-2 {
    width: 70%;
  }

  .nav__logo-2 {
    width: 8rem;
  }

  .button, .button-2 {
    font-size: 1vw;
  }

  .slogan {
    font-size: 2vw;
    bottom: 25%;
  }

  .image-3 {
    width: 100px;
  }

  .rl-pricing_item {
    padding: 2.5rem 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .rl-footer_top-wrapper {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .text-background-scribble {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .rl-builtwith_projects-wrapper {
    margin-bottom: 2rem;
  }

  .rl-builtwith_projects-wrapper.top.show-tablet, .rl-builtwith_projects-wrapper.bottom.show-tablet {
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rl-intro_blur2 {
    opacity: .9;
    width: 320px;
    height: 320px;
    top: -5%;
  }

  .rl-intro_component {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .save-money-label {
    margin-bottom: .75rem;
    margin-left: 0;
  }

  .rl-builtwith_projects-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .rl-intro_blur1 {
    opacity: .9;
    filter: blur(64px);
    width: 320px;
    height: 320px;
    top: -5%;
  }

  .rl-pricing_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rl-pricing_button-wrapper {
    flex-direction: column;
  }

  .text-background-box2 {
    margin-right: .75rem;
  }

  .hide-tablet {
    display: none;
  }

  .rl-faq_component {
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
  }

  .rl-intro_heading {
    font-size: 7rem;
  }

  .pricing-table_button-caption {
    text-align: center;
    width: 100%;
    max-width: none;
    margin-top: 1rem;
    margin-left: 0;
  }

  .heading-huge {
    font-size: 3.5rem;
  }

  .rl-features_card3 {
    padding: 2.5rem;
  }

  .rl-navbar_component {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .rl-footer_left-wrapper {
    width: 100%;
  }

  .rl-builtwith_project {
    width: 55vw;
    height: 36vw;
  }

  .rl-builtwith_wrapper {
    margin-top: 5rem;
  }

  .rl-header_heading {
    font-size: 3.75rem;
  }

  .footer_text-wrapper {
    margin-top: 1rem;
    margin-left: 0;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .rl-intro_animation-content {
    height: 95vh;
  }

  .show-tablet {
    display: block;
  }

  .rl-header_content-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rl-pricing_title-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .text-background-box {
    margin-bottom: -.75rem;
    margin-left: 0;
    padding-bottom: .875rem;
    padding-left: 1rem;
    padding-right: 1.75rem;
  }

  .copypaste-symbol_mobile-image1 {
    display: none;
  }

  .rl-intro_heading-wrapper {
    margin-bottom: 2rem;
  }

  .fixed-cta {
    right: 5vw;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rl-features_card1 {
    padding: 2.5rem;
  }

  .rl-header_content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .rl-page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-3.dont-shrink {
    flex: none;
  }

  .rl-intro_callout {
    z-index: 999;
    top: 5vh;
    left: 5%;
  }

  .rl-features_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rl-intro_blur3 {
    opacity: .9;
    width: 320px;
    height: 320px;
    top: -5%;
  }

  .rl-pricing_callout {
    padding: 2.5rem 2rem;
  }

  .rl-header_content-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .rl-builtwith_component {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .rl-features_card2 {
    padding: 2.5rem;
  }

  .copypaste-symbol_mobile-image2, .rl-navbar_clone-button {
    display: none;
  }

  .preload-title {
    font-size: 60px;
  }

  .image-4 {
    width: 300px;
  }

  .image-5 {
    font-size: 1.4em;
  }

  .tg-but {
    align-self: auto;
    padding: 16px 24px;
  }

  .tg-but.ticket {
    padding: 10px 20px;
  }

  .cookie-bar-wrapper {
    border-top-left-radius: 4em;
    border-top-right-radius: 4em;
    font-size: .8vw;
  }

  .bycreator {
    height: 3em;
  }

  .dropdown-toggle {
    border-radius: 2em;
  }

  .form-block {
    margin-top: 0;
    margin-bottom: 0;
    padding: 3em;
  }

  .form-kids {
    margin-top: 1em;
  }

  .main-block {
    max-width: 500px;
  }

  .header-kids {
    padding: 3em;
  }

  .h1-kids {
    font-size: 3em;
  }

  .paragraph-2, .field-label, .text-field {
    font-size: 1.8em;
  }

  .submit-button {
    font-size: 2em;
  }

  .image-15 {
    width: 16em;
  }

  .body-5 {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .for_section--p_sd_big {
    font-size: 4em;
  }

  .for_section--h1.add-10_2 {
    margin-left: 2em;
  }

  .for_section--h1.add-12-3 {
    margin-left: 5.7em;
  }

  .for_section--h2 {
    font-size: 5.8em;
  }

  .header--menu_button_box {
    width: 6em;
    height: 6em;
  }

  .header--link {
    font-size: 2em;
  }

  .icon_line_top {
    width: 6em;
    height: .4em;
  }

  .nav_home_link {
    width: 24em;
  }

  .icon_line_down {
    width: 6em;
    height: .4em;
  }

  .footer--data_box {
    padding-right: 1em;
    display: none;
  }

  .footer--grid {
    grid-row-gap: 4em;
    grid-template-rows: auto auto;
    height: 100px;
  }

  .footer--link_box {
    padding-left: 1em;
    display: none;
  }

  .footer--text {
    font-size: 2em;
  }

  .footer--text.but {
    font-size: 2.2em;
  }

  .footer--link_list {
    grid-column-gap: 4em;
  }

  .footer--button_group {
    flex: 1;
  }

  .button--black {
    flex: 1;
    min-width: auto;
    padding: 1.4em 2em;
    font-size: 2.2em;
  }

  .button--black.white {
    color: #fff;
    background-color: #000;
  }

  .section--hero {
    display: block;
  }

  .hero--head_group {
    grid-column-gap: 3em;
  }

  .for_section--h4 {
    font-size: 1.6em;
    line-height: 1.2;
  }

  .nav--grid_menu {
    grid-row-gap: 4em;
    padding-top: 3em;
    padding-bottom: 6em;
  }

  .nav--menu_list, .nav--social_box {
    grid-row-gap: 1em;
  }

  .nav--menu_link {
    font-size: 6em;
  }

  .nav--kontact_box {
    grid-row-gap: 1em;
  }

  .head.pa--16 {
    align-items: flex-start;
  }

  .head.add--margin {
    margin-bottom: 16px;
  }

  .head.pa--8 {
    flex-direction: column;
    align-items: flex-start;
    position: static;
    top: 0;
  }

  .se--two_grid {
    grid-column-gap: 10rem;
  }

  .home-scroll_text-item {
    max-width: 70ch;
  }

  .se--two_fix {
    margin-top: 60px;
  }

  .section_3_card {
    border-radius: 4em;
    width: 48em;
    padding: 5em;
  }

  .grid_3--sticky {
    width: 100%;
  }

  .section--three {
    display: block;
  }

  .card_tb_big {
    font-size: 3.2em;
  }

  .card_tb_min {
    font-size: 2.8em;
  }

  .bg_top {
    height: 17em;
  }

  .prise_list {
    grid-row-gap: 20px;
  }

  .tab_pane {
    padding-top: 46em;
  }

  .grid--contact {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .button_line {
    min-width: auto;
    font-size: 2.2em;
  }

  .text_link {
    font-size: 2em;
  }

  .tad_data_sticky {
    top: 150px;
  }

  .card_prise_2.add--padding {
    align-content: start;
    align-items: start;
  }

  .grid_10--sticky {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_10--sticky.creators {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid_10--sticky.infopartners {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .heading_h2_2--min, .paragraph--sd, .paragraph--sd.min {
    font-size: 3em;
  }

  .paragraph--sd.min.dropdown {
    font-size: 2em;
  }

  .paragraph--sd.bold {
    font-size: 4em;
  }

  .paragraph--sd.white {
    color: #000;
    max-width: 78%;
    font-size: 2.6em;
  }

  .paragraph--sd.spkr-tag {
    font-size: 2em;
  }

  .card_tb_big-2 {
    font-size: 2.8em;
  }

  .card_tb_big-2.add--text_left._9 {
    font-size: 4em;
  }

  .tab_content {
    padding-top: 50px;
  }

  .tab_items_name {
    margin-bottom: 0;
    margin-left: 9.9em;
    font-size: 3em;
  }

  .card_sport--box_text {
    flex: none;
    min-height: 32em;
    padding: 16px;
  }

  .grid--text_body {
    padding-left: 0;
    padding-right: 0;
  }

  .grid--text_body.no-padding {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .content-2.pa--8 {
    padding-bottom: 0;
  }

  .content-2.pa--13 {
    grid-column-gap: 16em;
    grid-row-gap: 16px;
  }

  .content-2.pa--5-2 {
    min-height: auto;
  }

  .pane_18--card {
    margin-top: 60px;
  }

  .tb_number.auto--top, .card_tb_medium {
    font-size: 3em;
  }

  .section_grid_row.add--left_padding {
    grid-template-columns: 1fr 1fr 1.25fr;
    padding-left: 0;
    padding-right: 0;
  }

  .tab_data {
    flex: none;
    width: 21em;
  }

  .p_sd, .p_sd.min {
    font-size: 3em;
  }

  .p_sd.min.sber {
    text-align: center;
    font-size: 1.8em;
  }

  .prise_li {
    grid-column-gap: 12px;
    max-width: 140ch;
  }

  .tab_p {
    font-size: 3em;
  }

  .tab_p.go {
    max-width: 60ch;
  }

  .p_box--pa-10 {
    max-width: 130ch;
  }

  .section.number--10.partners {
    min-height: auto;
  }

  .section.number-16 {
    max-height: none;
  }

  .heading_h3--big.for--popup {
    margin-left: 4.1em;
  }

  .pane_5--card {
    top: 0;
  }

  .contact--name_top {
    margin-top: 2em;
    margin-bottom: 0;
    font-size: 3em;
  }

  .section_popup {
    min-height: 300px;
  }

  .tab_link {
    display: flex;
  }

  .tab_link.w--current, .tab_link.active {
    border-radius: 180px;
  }

  .grid_5--sticky {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .card_sport--group_card.ani--10-13, .card_sport--group_card.ani--10-12, .card_sport--group_card.ani--10-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section_10_card {
    height: 320px;
  }

  .section_10_card.partners._1, .section_10_card.partners._5, .section_10_card.partners._4, .section_10_card.partners._2, .section_10_card.partners._3 {
    height: 180px;
    min-height: 20em;
  }

  .section_10_card.delegates {
    height: 100px;
    min-height: auto;
  }

  .section_10_card.delegates._1, .section_10_card.delegates._2 {
    height: 100px;
  }

  .section_10_card.infopartners {
    height: 50px;
    min-height: auto;
  }

  .section_10_card.infopartners.empty {
    height: 50px;
  }

  .section_10_card.speaker {
    height: 70em;
    padding: 4em;
  }

  .section_popup--button-box {
    max-width: none;
  }

  .section_row_box_head {
    margin-bottom: 24px;
  }

  .prise_grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .heading--tb_se_row {
    font-size: 6em;
  }

  .contact--name_user {
    font-size: 3.4em;
  }

  .p_sd--mid {
    font-size: 3em;
  }

  .p_sd--mid.caps {
    font-size: 2.6em;
  }

  .head--two_box.add--padding_left_12 {
    margin-left: 20em;
  }

  .link--big.add {
    font-size: 4.2em;
  }

  .prise_name {
    font-size: 3em;
  }

  .tab_bt {
    padding: 16px 24px;
    font-size: 2.4em;
  }

  .tb--number {
    font-size: 4em;
  }

  .card_prise_1.add--padding {
    width: 50%;
  }

  .tab_nav {
    display: none;
    top: 80px;
  }

  .tab_nav.on_m {
    z-index: 40;
    border-radius: 180px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    top: 70px;
  }

  .section_popup--info-box {
    font-size: 3em;
  }

  .section_5_card {
    min-height: 260px;
    padding-top: 80px;
  }

  .tab_item_time {
    width: 10em;
    font-size: 3em;
  }

  .faq--name {
    font-size: 3em;
  }

  .form {
    max-width: 90em;
  }

  .form_radio_bt {
    margin-top: 0;
  }

  .card_tb_big-two {
    font-size: 2.8em;
  }

  .big--button_box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popup-video {
    margin-top: -12em;
  }

  .popup-content {
    margin: 3em 2em;
  }

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

  .card--video_heading {
    font-size: 5em;
  }

  .card--video_img_box {
    padding: 16px;
  }

  .card--video_img_block {
    width: 50em;
    height: 50em;
  }

  .card--video_img_block._1, .card--video_img_block._2, .card--video_img_block._3, .card--video_img_block._4, .card--video_img_block._5 {
    width: 42em;
    height: 42em;
  }

  .card--video_info_block {
    grid-row-gap: 16px;
    padding: 16px;
  }

  .drop--bg {
    margin-top: -40px;
    padding-top: 60px;
  }

  .drop--body.top {
    z-index: 10;
  }

  .drop--body.down {
    z-index: 9;
  }

  .drop--bt {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    font-size: 2.2em;
  }

  .heading--dop {
    padding-top: 6em;
    padding-bottom: 6em;
    font-size: 4em;
  }

  .div-block-2 {
    width: 50%;
  }

  .div-block-3 {
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

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

  .container.cc-flex-h {
    flex-direction: column;
  }

  .block {
    height: 30em;
    margin-bottom: 40px;
  }

  .text_left {
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-right: 40px;
  }

  .block-text {
    font-size: 2.8em;
  }

  .number--video {
    font-size: 5em;
  }

  .div-block-5 {
    margin-bottom: 24px;
    padding-right: 0;
  }

  .container-3.is--hero {
    justify-content: flex-start;
    padding-top: 9em;
    padding-bottom: 9em;
  }

  .section-4.is--slider {
    margin-bottom: 9.9em;
  }

  .container-4 {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .container-4.is--nav {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .container-4.is--hero {
    padding-top: 21em;
    padding-bottom: 3.4em;
  }

  .nav__svg {
    font-size: 1em;
  }

  .sublink {
    font-size: 7px;
  }

  .nav__logo {
    font-size: 10px;
  }

  .sublink__line {
    display: none;
  }

  .hero__wrap {
    width: 90%;
  }

  .splide__slide {
    width: 100%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .menu__icon {
    font-size: 10px;
  }

  .controls, .controls-2 {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .nav__svg-2 {
    font-size: 1em;
  }

  .hero__p-2 {
    font-size: 2em;
  }

  .splide__slide-2 {
    width: 100%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .hero__wrap-2 {
    width: 90%;
  }

  .sublink__line-2 {
    display: none;
  }

  .nav__logo-2 {
    font-size: 10px;
  }

  .button, .button-2 {
    font-size: 1.4vw;
  }

  .slogan {
    font-size: 2.5vw;
  }

  .backround-wrapper {
    flex-direction: column;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .rl-footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .text-background-scribble {
    margin-left: -2rem;
    padding-left: 2rem;
  }

  .rl-builtwith_projects-wrapper {
    margin-bottom: 1rem;
  }

  .rl-builtwith_projects-wrapper.top {
    margin-left: 15vw;
  }

  .rl-builtwith_projects-wrapper.bottom {
    margin-right: 15vw;
  }

  .rl-navbar_logo-link {
    align-self: flex-start;
  }

  .text-size-small.is-xsmall-mobile {
    font-size: .75rem;
  }

  .rl-components_item-wrapper {
    margin-bottom: .25rem;
    margin-left: .25rem;
    margin-right: .25rem;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .rl-header_sign-background {
    width: 6.5rem;
    height: 6.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rl-intro_blur2 {
    opacity: .7;
    filter: blur(40px) blur(40px);
    width: 280px;
    height: 280px;
    top: -10%;
    right: 0%;
  }

  .rl-intro_component {
    padding-top: 2rem;
  }

  .rl-builtwith_projects-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rl-intro_blur1 {
    opacity: .7;
    filter: blur(40px) blur(40px);
    width: 280px;
    height: 280px;
    top: -10%;
    left: -5%;
  }

  .rl-pricing_callout-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

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

  .rl-pricing_button-wrapper {
    align-items: flex-start;
  }

  .rl-navbar_loop {
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .text-background-box2 {
    margin-bottom: .5rem;
    margin-right: 0;
    padding-bottom: .5rem;
    padding-right: 1.75rem;
  }

  .rl-builtwith_button-icon {
    flex: none;
    min-width: 1.25rem;
    min-height: 1.25rem;
    margin-left: 0;
  }

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

  .rl-intro_heading {
    font-size: 5rem;
  }

  .rl-header_sign-wrapper {
    width: 6.5rem;
    height: 6.5rem;
    top: 1rem;
    left: 1rem;
  }

  .pricing-table_button-caption {
    text-align: left;
  }

  .heading-huge {
    font-size: 2.5rem;
  }

  .rl-features_card3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rl-navbar_component {
    flex-direction: column;
    padding-bottom: 0;
  }

  .rl-footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl-testimonials_component {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .rl-footer_slack-text-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .rl-footer_slack-cta {
    flex-direction: column;
  }

  .rl-components_number-text {
    font-size: .875rem;
  }

  .rl-builtwith_wrapper {
    margin-top: 3rem;
  }

  .rl-header_heading {
    font-size: 2.5rem;
  }

  .rl-features_background-overlay {
    z-index: 1;
    background-image: linear-gradient(#161616 22%, #16161600);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .faq-05_icon {
    width: 28px;
  }

  .rl-faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .rl-faq_list.top {
    border-bottom-style: none;
  }

  .copypaste-symbol_component.rl-header-position {
    display: none;
  }

  .rl-header_content-layout {
    grid-template-columns: 1fr 1fr;
  }

  .fixed-cta_button {
    width: auto;
    min-height: auto;
  }

  .text-background-box {
    margin-bottom: -.6rem;
    margin-left: 0;
    padding-bottom: .6rem;
    padding-left: .75rem;
    padding-right: 1.25rem;
  }

  .copypaste-symbol_mobile-image1 {
    height: 48px;
    display: block;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .rl-footer-credit-text {
    margin-top: 1.5rem;
  }

  .rl-footer_slack-icon {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .rl-intro_heading-wrapper {
    margin-bottom: 0;
  }

  .rl-footer_legal-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .fixed-cta {
    top: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rl-testimonial_quote-icon-bottom {
    width: 3.5rem;
  }

  .rl-features_card3-background {
    height: 16rem;
  }

  .rl-navbar_button._0-opacity {
    display: none;
  }

  .rl-features_card1 {
    padding-top: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rl-builtwith_project-button {
    border: 1px solid #1616161a;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    inset: auto auto 1rem 1rem;
  }

  .rl-header_content-wrapper {
    margin-top: 1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large {
    font-size: 2rem;
  }

  .rl-intro_callout {
    top: 10vh;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rl-header_sign-text {
    font-size: 1.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .rl-intro_blur3 {
    opacity: .7;
    filter: blur(40px) blur(40px);
    width: 280px;
    height: 280px;
    top: -10%;
    left: 0%;
  }

  .rl-features_card3-background-wrapper {
    right: -20%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .rl-pricing_browser-icon {
    width: 2.5rem;
  }

  .rl-components_item-image {
    display: none;
  }

  .rl-features_card2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .copypaste-symbol_mobile-image2 {
    display: none;
  }

  .rl-testimonial_quote-icon-top {
    width: 3.5rem;
  }

  .preload-title {
    font-size: 50px;
  }

  .image-4 {
    width: 260px;
  }

  .image-5 {
    font-size: 1.4em;
  }

  .tg-but {
    flex: 1;
    justify-content: center;
    padding: 3em 2em;
  }

  .tg-but.ticket {
    flex: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cookie-bar-wrapper {
    background-color: var(--white);
  }

  .cookie-bar-text {
    line-height: 1.4;
  }

  .image-6 {
    font-size: 1.5em;
  }

  .image-7 {
    height: 5em;
  }

  .image-8 {
    height: 18em;
  }

  .image-del {
    height: 6em;
  }

  .image-del._2 {
    height: 4em;
  }

  .image-12 {
    height: 12em;
    margin-bottom: 4em;
  }

  .image-12.juniors, .image-12.kids {
    height: 6em;
  }

  .vk-creator {
    height: 7em;
  }

  .image-info._2 {
    max-width: none;
  }

  .bycreator {
    height: 4em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .speaker-tag {
    padding: .5em 1em;
  }

  .avatar-spot {
    margin-bottom: 2em;
  }

  .image-13 {
    max-height: 24em;
  }

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

  .speaker-tag-2 {
    padding: .5em 1em;
  }

  .image-14 {
    max-height: 24em;
  }

  .dropdown-toggle {
    border-radius: 3em;
    padding: 2em;
  }

  .dropdown-toggle.w--open {
    padding: 2em;
  }

  .icon {
    font-size: 2em;
  }

  .dropdown-list.w--open {
    padding: 2em;
  }

  .form-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-kids {
    margin-top: 2em;
  }

  .header-kids {
    padding-right: 4em;
  }

  .h1-kids {
    font-size: 4em;
  }

  .paragraph-2 {
    padding-right: 2em;
    font-size: 2.2em;
  }

  .field-label {
    font-size: 2.2em;
  }

  .text-field {
    margin-bottom: 1em;
    font-size: 2.2em;
  }

  .submit-button {
    font-size: 3em;
  }

  .radio-button-field.terms {
    margin-top: 4em;
  }

  .checkbox-block {
    margin-bottom: 3em;
  }

  .logo-block {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .image-15 {
    width: 22em;
  }

  .div-block-283 {
    width: 420px;
  }

  .text-block-4 {
    text-align: center;
    justify-content: center;
  }

  .image-16 {
    width: 240px;
  }
}

@media screen and (max-width: 479px) {
  .for_section--p_sd_big {
    font-size: 8em;
  }

  .for_section--h1 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    font-size: 10.2em;
  }

  .for_section--h1.add--pad_left_one_hero {
    margin-left: 4.4em;
  }

  .for_section--h1.add--se_4, .for_section--h1.add--9-left_2, .for_section--h1.add-10_2, .for_section--h1.add--11_left {
    margin-left: 0;
  }

  .for_section--h1.add--12 {
    margin-left: 0;
  }

  .for_section--h1.add--12.min {
    font-size: 10.2em;
  }

  .for_section--h1.add-12-3, .for_section--h1.add--video-2, .for_section--h1.add--video_1 {
    margin-left: 0;
  }

  .for_section--h1.creators {
    justify-content: flex-start;
  }

  .for_section--h2 {
    font-size: 9em;
  }

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

  .header--menu_button_box {
    width: 10em;
    height: 10em;
  }

  .header--link {
    font-size: 3.6em;
  }

  .header--panel {
    padding: 2em 16px;
  }

  .icon_line_top {
    width: 10em;
    height: .6em;
  }

  .nav_home_link {
    width: 34em;
  }

  .icon_line_down {
    width: 10em;
    height: .6em;
  }

  .header--link_li {
    text-align: right;
    width: 80px;
  }

  .footer--text {
    flex: 0 auto;
    order: 0;
    font-size: 3.6em;
  }

  .footer--text.but {
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    font-size: 4em;
    line-height: 1.2;
    display: block;
    overflow: visible;
  }

  .footer--text.but.ticket {
    display: none;
  }

  .footer--panel {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer--link_list {
    grid-column-gap: 6em;
  }

  .button--black {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 4em;
  }

  .button--black.tbt {
    height: 50px;
    display: block;
  }

  .button--black.white {
    min-width: 20em;
    padding: 1em 4em;
  }

  .hero_video {
    height: 100vh;
  }

  .section--hero {
    justify-content: center;
    height: 90vh;
    padding-bottom: 10vh;
    display: block;
  }

  .hero--head_group {
    grid-column-gap: 4em;
  }

  .hero--head_group.add--pad_left_two_hero {
    margin-left: 22.4em;
  }

  .hero--text_box {
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_video_box {
    height: 100%;
  }

  .for_section--h4 {
    font-size: 2.8em;
    font-weight: 700;
  }

  .nav--grid_menu {
    grid-template-columns: 1fr 1fr;
    padding-top: 16em;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav--menu_list {
    grid-row-gap: 2em;
  }

  .nav--social_box {
    grid-row-gap: 2.5em;
  }

  .nav--menu_link {
    font-size: 8em;
    font-weight: 600;
  }

  .nav--menu_link.w--current {
    color: var(--black);
  }

  .nav--kontact_box {
    grid-row-gap: 2em;
  }

  .head.center {
    align-items: flex-start;
  }

  .head.flex.sticky {
    align-items: flex-start;
    position: relative;
    top: 0;
  }

  .head.pa--14 {
    position: relative;
    top: 0;
  }

  .head.pa--16 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .head.pa--12 {
    grid-row-gap: 4px;
  }

  .head.pa--10 {
    position: relative;
    top: 0;
  }

  .head.pa--13 {
    grid-row-gap: 16px;
    flex-direction: column-reverse;
  }

  .content.center {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sticky-circle_wrap {
    display: none;
  }

  .home-scroll_text-item {
    max-width: 140ch;
  }

  .se--two_fix {
    margin-top: 16em;
  }

  .card_ani.for--10-4 {
    width: 100%;
    min-width: 100%;
  }

  .card_ani.for--10-1 {
    flex: 1;
  }

  .section_3_card {
    border-radius: 6em;
    width: 80em;
    padding: 7em;
  }

  .section_3_card.red, .section_3_card.image, .section_3_card.center.green {
    min-height: 320px;
  }

  .grid_3--sticky {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .section--three {
    display: block;
  }

  .card_tb_big {
    font-size: 6em;
  }

  .card_tb_min {
    font-size: 4.8em;
  }

  .content--invert.price {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header--panel_menu {
    padding: 2em 16px;
  }

  .tab_pane {
    padding-top: 56em;
  }

  .button_line {
    height: 50px;
    font-size: 4em;
  }

  .text_link {
    font-size: 5em;
  }

  .prise_content {
    grid-row-gap: 32px;
  }

  .tab_item_info._2 {
    margin-top: 4em;
  }

  .tab_group_items {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 24px;
  }

  .pane_14_sticky {
    padding-top: 40px;
  }

  .section_popup--grid {
    align-content: start;
  }

  .card_prise_2.add--padding {
    grid-row-gap: 16px;
    padding-left: 0;
  }

  .div-block {
    grid-row-gap: 24px;
  }

  .grid_10--sticky {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .grid_10--sticky.creators {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid_10--sticky.delegates {
    grid-template-columns: 1fr 1fr;
  }

  .grid_10--sticky.infopartners {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section_3_card-2.green.vert {
    justify-content: flex-start;
    height: 120px;
    padding: 24px;
  }

  .section_3_card-2.blue.vert {
    height: 120px;
  }

  .section_3_card-2.white.vert {
    justify-content: flex-start;
    height: 120px;
    padding: 24px;
  }

  .pa-9--image_box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    flex: none;
    width: auto;
  }

  .heading_h2_2--min, .paragraph--sd {
    font-size: 5em;
  }

  .paragraph--sd.left.caps {
    text-align: left;
    font-size: 4em;
  }

  .paragraph--sd.min {
    font-size: 5em;
  }

  .paragraph--sd.min.dropdown {
    font-size: 4em;
  }

  .paragraph--sd.bold {
    font-size: 7em;
  }

  .paragraph--sd.white {
    max-width: none;
    font-size: 4em;
  }

  .paragraph--sd.spkr-tag {
    font-size: 3.4em;
  }

  .pa-9--con_box {
    width: 100%;
  }

  .card_tb_big-2 {
    max-width: 20ch;
    font-size: 4em;
  }

  .card_tb_big-2.add--text_left._9 {
    padding-top: 16px;
    padding-left: 16px;
    font-size: 5em;
  }

  .contact--bg {
    padding-bottom: 180px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab_content {
    padding-top: 20px;
  }

  .tab_items_name {
    margin-left: 7em;
    font-size: 5em;
  }

  .card_sport--box_text.add--absolute {
    justify-content: flex-start;
  }

  .grid--text_body {
    grid-row-gap: 6em;
    grid-template-columns: 1fr;
  }

  .grid--text_body.no-padding {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .content-2 {
    padding: 30px 16px;
  }

  .content-2.pa--9 {
    position: sticky;
    top: 32px;
  }

  .content-2.pa--16 {
    max-width: 100vw;
    height: auto;
  }

  .content-2.pa--8 {
    padding-top: 30px;
  }

  .content-2.pa--14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-2.pa--10.info, .content-2.pa--13 {
    padding-top: 30px;
  }

  .content-2.pa--12 {
    grid-row-gap: 24px;
  }

  .content-2.pa--5-2 {
    overflow: visible;
  }

  .pane_18--card {
    margin-top: 40px;
  }

  .tb_number.auto--top {
    font-size: 6em;
  }

  .card_tb_medium {
    font-size: 4.6em;
  }

  .card--numb_desc {
    grid-row-gap: 12px;
  }

  .faq--body {
    grid-row-gap: 16px;
  }

  .img_boss.add {
    margin-bottom: 12px;
  }

  .section_grid_row {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .section_grid_row.add--left_padding {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-columns: 1.25fr;
  }

  .tab_data {
    display: none;
  }

  .p_sd, .p_sd.min {
    font-size: 5em;
  }

  .p_sd.min.sber {
    font-size: 3em;
  }

  .prise_li {
    max-width: 100%;
  }

  .pa-9--card_img_box._1, .pa-9--card_img_box._4, .pa-9--card_img_box._2, .pa-9--card_img_box._3, .pa-9--card_img_box._5 {
    min-width: 110em;
    min-height: 36vh;
  }

  .pane_14--faq {
    margin-top: 40px;
  }

  .tab_p {
    font-size: 5em;
  }

  .p_box--pa-10 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .section.number--10 {
    min-height: auto;
  }

  .heading_h3--big.for--popup {
    margin-left: 3.7em;
  }

  .prise_icon {
    display: none;
  }

  .row.pa--9 {
    margin-top: 32px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .row.add {
    margin-top: 16px;
  }

  .pane_5--card {
    height: auto;
    top: 0;
  }

  .contact--name_top {
    margin-top: 2em;
    margin-bottom: 0;
    font-size: 5em;
  }

  .section_popup {
    min-height: auto;
    max-height: none;
  }

  .grid_5--sticky {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .card_sport--group_card.ani--10-13 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    display: block;
  }

  .card_sport--group_card.ani--10-13.empty {
    display: none;
  }

  .card_sport--group_card.ani--10-12 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    justify-content: center;
  }

  .card_sport--group_card.ani--10-11 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
  }

  .section_10_card {
    height: auto;
    min-height: 270px;
  }

  .section_10_card.partners {
    flex: 0 auto;
    display: flex;
  }

  .section_10_card.delegates {
    height: 100px;
  }

  .section_10_card.infopartners {
    height: 60px;
  }

  .section_10_card.speaker {
    flex-direction: row;
    align-items: flex-start;
    height: auto;
    min-height: 50em;
    padding: 4em;
  }

  .section_popup--button-box {
    width: 100%;
    margin-top: 16px;
  }

  .prise_over {
    font-size: 10em;
  }

  .prise_grid {
    grid-column-gap: 8px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heading--tb_se_row {
    font-size: 7.4em;
  }

  .contact--name_user {
    font-size: 8em;
  }

  .p_sd--mid, .p_sd--mid.caps {
    font-size: 5em;
  }

  .head--two_box.add--padding_left_12 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
  }

  .link--big.add {
    font-size: 8.4em;
  }

  .prise_name {
    font-size: 5em;
  }

  .tab_bt {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 2.4em;
  }

  .tb--number {
    font-size: 8em;
  }

  .card_prise_1.add--padding {
    width: 100%;
    padding-left: 0;
  }

  .pane_9_sticky {
    height: 200vh;
  }

  .section_popup--info-box {
    width: 100%;
    max-width: none;
    margin-bottom: auto;
    font-size: 5em;
  }

  .section_5_card {
    min-height: 280px;
  }

  .tab_item_time {
    flex: none;
    width: 9em;
    padding-top: 4px;
    font-size: 10px;
  }

  .pa-9--text_sticky {
    grid-row-gap: 16px;
  }

  .faq--name {
    letter-spacing: 0;
    font-size: 5em;
    font-weight: 600;
  }

  .button_black {
    font-size: 4em;
    display: flex;
  }

  .button_black.hide {
    display: none;
  }

  .form_box_bt_close {
    top: 8px;
    right: 9px;
  }

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

  .form {
    max-width: 100%;
    height: auto;
    margin-top: 66px;
    margin-bottom: 66px;
    padding: 20px 16px;
  }

  .heading_h3_form {
    font-size: 18px;
  }

  .number_mob {
    margin-bottom: 2px;
    display: block;
  }

  .card_tb_big-two {
    max-width: 100%;
    font-size: 5.6em;
  }

  .button_mob_12 {
    width: 100%;
    margin-top: 16px;
  }

  .content--video_block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-video {
    margin-top: -5.8em;
  }

  .content--video_card_block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid--video_card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .card--video_heading {
    font-size: 7em;
  }

  .card--video_img_box {
    padding: 8px;
  }

  .card--video_img_block {
    width: 40em;
    height: 40em;
  }

  .card--video_info_block {
    grid-row-gap: 8px;
    padding-bottom: 0;
  }

  .drop--list.w--open {
    z-index: 0;
  }

  .drop--bg {
    border: 1px solid #000;
    margin-top: -50px;
    padding: 70px 16px 24px;
  }

  .drop--bt {
    height: 50px;
    padding-left: 24px;
    font-size: 4em;
  }

  .drop--bt.w--open {
    height: 50px;
  }

  .section--button_big {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-2 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-3 {
    grid-row-gap: 16px;
  }

  .col-left {
    margin-bottom: 60px;
    padding-bottom: 0;
    position: sticky;
    top: 45em;
  }

  .col-right {
    width: 100%;
  }

  .block-wrapper {
    margin-top: 0;
    padding-top: 100px;
  }

  .container {
    padding-left: 28px;
    padding-right: 28px;
    overflow: visible;
  }

  .container.cc-flex-h {
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .block {
    padding: 28px 32px 32px;
    font-size: 24px;
    top: 24%;
  }

  .block._6 {
    grid-row-gap: 16px;
    height: 7em;
    top: 18em;
  }

  .block._5 {
    grid-row-gap: 16px;
    height: 7em;
    top: 17em;
  }

  .block._3 {
    grid-row-gap: 16px;
    height: 7em;
    top: 15em;
  }

  .block._1 {
    grid-row-gap: 16px;
    height: 7em;
    top: 13em;
  }

  .block._4 {
    grid-row-gap: 16px;
    height: 7em;
    top: 16em;
  }

  .block._2 {
    grid-row-gap: 16px;
    height: 7em;
    top: 14em;
  }

  .learn_wrapper {
    max-width: 160ch;
    top: 196px;
  }

  .text_left {
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 7em;
  }

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

  .number--video {
    font-size: 24px;
  }

  .video-m {
    z-index: -1;
    display: block;
    position: sticky;
    inset: 0% 0% 0;
  }

  .menu__right {
    text-align: center;
    align-items: center;
    padding-top: 5.3em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 5px;
  }

  .container-4.is--nav {
    grid-template-rows: auto;
    grid-template-columns: 33% 33% 33%;
    padding-bottom: 0;
  }

  .container-4.is--hero {
    padding-top: 32em;
    padding-bottom: 5.5em;
  }

  .menu__contain {
    display: block;
  }

  .menu__left {
    padding-left: 0;
    font-size: 2em;
  }

  .sublink {
    font-size: 2em;
  }

  .sublinks {
    text-align: center;
    align-items: center;
    padding-top: 1.3em;
  }

  .hero__wrap {
    width: 100%;
  }

  .menu__icon {
    font-size: 2em;
  }

  .controls, .controls-2 {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .hero__p-2 {
    font-size: 4em;
  }

  .hero__wrap-2 {
    width: 100%;
  }

  .nav__logo-2 {
    width: 6rem;
  }

  .button, .button-2 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 2.8vw;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .rl-footer_top-wrapper {
    grid-row-gap: 48px;
  }

  .text-background-scribble {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
    padding-left: 0;
    display: inline;
  }

  .rl-builtwith_projects-wrapper.top {
    margin-left: 20vw;
  }

  .rl-builtwith_projects-wrapper.bottom {
    margin-right: 20vw;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rl-intro_component {
    padding-top: 2rem;
  }

  .rl-pricing_callout-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
  }

  .text-background-box2 {
    margin-bottom: 0;
  }

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

  .rl-features_card3 {
    padding: 2.5rem 1.5rem;
  }

  .rl-builtwith_project {
    width: 60vw;
    height: 40vw;
  }

  .rl-header_content-overlay {
    justify-content: center;
    display: flex;
  }

  .copypaste-symbol_component.rl-header-position {
    right: auto;
  }

  .text-background-box {
    background-position: 50% 100%;
    background-size: contain;
    margin-right: 0;
    padding: .15rem 1rem .4rem .5rem;
  }

  .copypaste-symbol_mobile-image1 {
    bottom: 1rem;
    right: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rl-features_card3-background {
    height: 10rem;
  }

  .rl-features_card1 {
    padding: 2rem 1.5rem;
  }

  .rl-header_content-wrapper {
    height: 35vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rl-pricing_browser {
    flex-direction: column;
  }

  .button-secondary.button-large {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-3.button-large {
    justify-content: center;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rl-footer_column-layout {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rl-features_card3-background-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    bottom: -160%;
    right: -15%;
  }

  .rl-pricing_browser-icon {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .rl-features_card2 {
    padding: 2rem 1.5rem;
  }

  .copypaste-symbol_mobile-image2 {
    width: 100%;
    max-width: 375px;
    display: inline-block;
  }

  .button-wrapper.button-wrapper-center.max-width-full-mobile-portrait {
    margin-left: 0;
    margin-right: 0;
  }

  .preload-title {
    font-size: 28px;
  }

  .image-4 {
    width: 200px;
  }

  .image-5 {
    width: 5em;
    margin: 2em;
    font-size: 1.2em;
  }

  .tg-but {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .tg-but.de {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .tg-but.ticket {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tg-but.ticket.tbt {
    padding-left: 11px;
    padding-right: 11px;
  }

  .cookie-bar-wrapper {
    border-radius: 8em 8em 0 0;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
  }

  .cookie-bar-text {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 12px;
  }

  .link {
    font-size: 12px;
  }

  .div-block-280 {
    margin-top: 4em;
  }

  .image-6 {
    width: 6em;
    margin-right: 0;
    font-size: 1.2em;
    display: block;
  }

  .image-7 {
    height: 10em;
  }

  .image-8 {
    height: 40em;
  }

  .image-del {
    height: 12em;
  }

  .image-del._2 {
    height: 8em;
  }

  .image-del._1 {
    height: 5em;
  }

  .image-12 {
    align-self: flex-start;
    height: 9em;
    display: block;
  }

  .image-12.mob {
    display: block;
  }

  .image-12.mob.juniors {
    height: 9em;
  }

  .image-12.juniors {
    margin-bottom: 2em;
  }

  .image-12.kids {
    height: 9em;
    margin-bottom: 2em;
  }

  .vk-creator {
    height: 18em;
  }

  .image-info._1 {
    height: 3em;
  }

  .image-info._2 {
    max-width: none;
    height: 3em;
  }

  .image-info._3 {
    height: 4em;
  }

  .image-info._4 {
    height: 2.8em;
  }

  .image-info._5 {
    height: 5em;
  }

  .bycreator {
    height: 7em;
  }

  .speaker-tag {
    margin-top: 5em;
    padding: 1.1em 2.2em 1em;
  }

  .speaker-tag.place {
    margin-bottom: 2em;
  }

  .avatar-spot {
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: 34em;
    margin-bottom: 3em;
    margin-right: 4em;
    display: block;
  }

  .image-13 {
    width: 34em;
    height: 34em;
    max-height: 34em;
  }

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

  .speaker-tag-2 {
    margin-top: 5em;
    padding: 1.1em 2.2em 1em;
  }

  .image-14 {
    width: 34em;
    height: 34em;
    max-height: 34em;
  }

  .dropdown-toggle {
    border-radius: 4em;
    padding: 3em;
  }

  .dropdown-toggle.w--open {
    border-radius: 3em;
  }

  .dropdown-toggle._2 {
    margin-top: 1em;
  }

  .icon {
    margin-top: 1em;
    font-size: 3em;
  }

  .dropdown-list.w--open {
    border-radius: 3em;
  }

  .two-by-partner._2 {
    margin-top: 2em;
  }

  .form-block {
    border-radius: 4em;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4em 4em 6em;
  }

  .form-kids {
    margin-top: 2em;
  }

  .main-block {
    max-width: none;
    margin-bottom: 4em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .header-kids {
    border-radius: 4em;
    padding: 4em;
  }

  .h1-kids {
    font-size: 7em;
  }

  .paragraph-2 {
    padding-right: 4em;
    font-size: 3.6em;
  }

  .field-label, .text-field {
    font-size: 3.6em;
  }

  .submit-button {
    font-size: 5em;
  }

  .radio-button-field.terms {
    margin-top: 6em;
    margin-bottom: 0;
  }

  .logo-block {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .image-15 {
    width: 30em;
  }

  .div-block-281 {
    padding-bottom: 2em;
    padding-left: 8em;
    padding-right: 8em;
  }

  .div-block-283 {
    width: 88%;
    height: 80%;
  }

  .div-block-285 {
    flex-direction: column;
  }

  .buttonsh24 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

#w-node-_79f48a0d-7aa4-c524-9a7a-bf2757dcdd79-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79f48a0d-7aa4-c524-9a7a-bf2757dcdd7e-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_79f48a0d-7aa4-c524-9a7a-bf2757dcdd81-8239bfd3, #w-node-dd42036a-309d-46fd-6cfc-b4fc8e5db1b3-8239bfd3, #w-node-dd42036a-309d-46fd-6cfc-b4fc8e5db1b4-8239bfd3, #w-node-dd42036a-309d-46fd-6cfc-b4fc8e5db1ba-8239bfd3, #w-node-dd42036a-309d-46fd-6cfc-b4fc8e5db1bb-8239bfd3, #w-node-dd42036a-309d-46fd-6cfc-b4fc8e5db1c1-8239bfd3, #w-node-dd42036a-309d-46fd-6cfc-b4fc8e5db1c2-8239bfd3, #w-node-dd42036a-309d-46fd-6cfc-b4fc8e5db1bd-8239bfd3, #w-node-dd42036a-309d-46fd-6cfc-b4fc8e5db1be-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cefb-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cf00-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cf05-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0acf5f2-ce78-90e3-4c36-d447405fc8ec-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-e0acf5f2-ce78-90e3-4c36-d447405fc8ed-8239bfd3, #w-node-e0acf5f2-ce78-90e3-4c36-d447405fc8ee-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e94a6b29-3c60-2b66-4126-5b6f1f5cdec6-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-e94a6b29-3c60-2b66-4126-5b6f1f5cdec7-8239bfd3, #w-node-e94a6b29-3c60-2b66-4126-5b6f1f5cdec8-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a0c43d0-5b76-4f65-35f9-a1ad12f63c98-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8a0c43d0-5b76-4f65-35f9-a1ad12f63c99-8239bfd3, #w-node-_8a0c43d0-5b76-4f65-35f9-a1ad12f63c9a-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b032609f-2785-9999-ab50-d6639744f58c-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b032609f-2785-9999-ab50-d6639744f58d-8239bfd3, #w-node-b032609f-2785-9999-ab50-d6639744f58e-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_278ab4c7-7a03-b47c-2582-1eeefdf541e7-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_278ab4c7-7a03-b47c-2582-1eeefdf541e8-8239bfd3, #w-node-_278ab4c7-7a03-b47c-2582-1eeefdf541e9-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c0fbc7a-ec57-3ad5-8370-24f446f6f3ee-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_7c0fbc7a-ec57-3ad5-8370-24f446f6f3ef-8239bfd3, #w-node-_7c0fbc7a-ec57-3ad5-8370-24f446f6f3f0-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37afdca0-72bb-5aaf-08b3-a1ca08999148-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_37afdca0-72bb-5aaf-08b3-a1ca08999149-8239bfd3, #w-node-_37afdca0-72bb-5aaf-08b3-a1ca0899914a-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_627d810d-b757-e300-b021-1f246dcc0852-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_627d810d-b757-e300-b021-1f246dcc0853-8239bfd3, #w-node-_627d810d-b757-e300-b021-1f246dcc0854-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a3cb4db-9a19-b435-131a-0dd932c6d760-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_0a3cb4db-9a19-b435-131a-0dd932c6d761-8239bfd3, #w-node-_0a3cb4db-9a19-b435-131a-0dd932c6d762-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e4f386a-3d55-2559-7dd2-9bc772426380-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_7e4f386a-3d55-2559-7dd2-9bc772426381-8239bfd3, #w-node-_7e4f386a-3d55-2559-7dd2-9bc772426382-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04db3479-c6ca-bf77-bbc7-65130865cfb5-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_04db3479-c6ca-bf77-bbc7-65130865cfb6-8239bfd3, #w-node-_04db3479-c6ca-bf77-bbc7-65130865cfb7-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e8989c3-5a95-6438-54ec-1ce2820a88c1-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5e8989c3-5a95-6438-54ec-1ce2820a88c2-8239bfd3, #w-node-_5e8989c3-5a95-6438-54ec-1ce2820a88c3-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5acd895-26f8-bbdb-3910-6357e4472a44-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b5acd895-26f8-bbdb-3910-6357e4472a45-8239bfd3, #w-node-b5acd895-26f8-bbdb-3910-6357e4472a46-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_185677df-e258-cfdd-51ab-a823f8a7ddda-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_185677df-e258-cfdd-51ab-a823f8a7dddb-8239bfd3, #w-node-_185677df-e258-cfdd-51ab-a823f8a7dddc-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a6aed59-ab5b-1c55-d29c-7d2f19ea09da-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8a6aed59-ab5b-1c55-d29c-7d2f19ea09db-8239bfd3, #w-node-_8a6aed59-ab5b-1c55-d29c-7d2f19ea09dc-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf22fca1-a0f7-5f38-d3fb-22b36dc7245d-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-bf22fca1-a0f7-5f38-d3fb-22b36dc7245e-8239bfd3, #w-node-bf22fca1-a0f7-5f38-d3fb-22b36dc7245f-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ced905b-bd1f-f1a6-c490-42798873b6cc-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8ced905b-bd1f-f1a6-c490-42798873b6cd-8239bfd3, #w-node-_8ced905b-bd1f-f1a6-c490-42798873b6ce-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9f2bea0-b00c-afb2-1a5d-bfbda6e435df-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b9f2bea0-b00c-afb2-1a5d-bfbda6e435e0-8239bfd3, #w-node-b9f2bea0-b00c-afb2-1a5d-bfbda6e435e1-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa158af2-b19c-7eb3-e5a6-b6cfd8ba504a-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-aa158af2-b19c-7eb3-e5a6-b6cfd8ba504b-8239bfd3, #w-node-aa158af2-b19c-7eb3-e5a6-b6cfd8ba504c-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152b0c4f-8742-3da2-f78d-4305fb617899-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_152b0c4f-8742-3da2-f78d-4305fb61789a-8239bfd3, #w-node-_152b0c4f-8742-3da2-f78d-4305fb61789b-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69843424-0ca5-bb94-a47b-61632c5d2cac-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_69843424-0ca5-bb94-a47b-61632c5d2cad-8239bfd3, #w-node-_69843424-0ca5-bb94-a47b-61632c5d2cae-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f4bce9f-64f0-054b-7ea7-9621e626a29b-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_1f4bce9f-64f0-054b-7ea7-9621e626a29c-8239bfd3, #w-node-_1f4bce9f-64f0-054b-7ea7-9621e626a29d-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fec6626-6ebf-206e-8694-66b2815a9a89-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5fec6626-6ebf-206e-8694-66b2815a9a8a-8239bfd3, #w-node-_5fec6626-6ebf-206e-8694-66b2815a9a8b-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_074e4886-b114-8c3a-6308-c74139d8e510-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_074e4886-b114-8c3a-6308-c74139d8e511-8239bfd3, #w-node-_074e4886-b114-8c3a-6308-c74139d8e512-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97b734cf-eede-b638-b37e-9b4fd8190002-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_97b734cf-eede-b638-b37e-9b4fd8190003-8239bfd3, #w-node-_97b734cf-eede-b638-b37e-9b4fd8190004-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9046248-9bf0-63bb-2bf7-31b1bc6055a4-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-e9046248-9bf0-63bb-2bf7-31b1bc6055a5-8239bfd3, #w-node-e9046248-9bf0-63bb-2bf7-31b1bc6055a6-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8554b33f-2fe7-6ca8-0733-dd3ab8bea8af-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8554b33f-2fe7-6ca8-0733-dd3ab8bea8b0-8239bfd3, #w-node-_8554b33f-2fe7-6ca8-0733-dd3ab8bea8b1-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abf79993-1b6a-5d00-b297-734fb22428d7-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-abf79993-1b6a-5d00-b297-734fb22428d8-8239bfd3, #w-node-abf79993-1b6a-5d00-b297-734fb22428d9-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3be9ee0-9352-ff79-798b-f25a18d34f84-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b3be9ee0-9352-ff79-798b-f25a18d34f85-8239bfd3, #w-node-b3be9ee0-9352-ff79-798b-f25a18d34f86-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecf9f012-0951-5754-a616-4597f7b90cb9-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ecf9f012-0951-5754-a616-4597f7b90cba-8239bfd3, #w-node-ecf9f012-0951-5754-a616-4597f7b90cbb-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd0883f9-d04a-5a4e-8cb8-89338bee9568-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-fd0883f9-d04a-5a4e-8cb8-89338bee9569-8239bfd3, #w-node-fd0883f9-d04a-5a4e-8cb8-89338bee956a-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe4236e4-78a5-aeea-5cff-721c78e93a1d-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-fe4236e4-78a5-aeea-5cff-721c78e93a1e-8239bfd3, #w-node-fe4236e4-78a5-aeea-5cff-721c78e93a1f-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5adead-7e51-ce4c-095a-3b605ad75237-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ca5adead-7e51-ce4c-095a-3b605ad75238-8239bfd3, #w-node-ca5adead-7e51-ce4c-095a-3b605ad75239-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b82ee5ce-a9b8-340f-f1a3-9b2bd553b4dc-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b82ee5ce-a9b8-340f-f1a3-9b2bd553b4dd-8239bfd3, #w-node-b82ee5ce-a9b8-340f-f1a3-9b2bd553b4de-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_356a9cd1-5a6c-0b2f-f098-a29c502a5c04-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_356a9cd1-5a6c-0b2f-f098-a29c502a5c05-8239bfd3, #w-node-_356a9cd1-5a6c-0b2f-f098-a29c502a5c06-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a530e1b5-ace2-5cf0-60f3-0d7a95d35e2f-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a530e1b5-ace2-5cf0-60f3-0d7a95d35e30-8239bfd3, #w-node-a530e1b5-ace2-5cf0-60f3-0d7a95d35e31-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9ec999e-ee9e-4f1b-4606-95ebf768fa31-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b9ec999e-ee9e-4f1b-4606-95ebf768fa32-8239bfd3, #w-node-b9ec999e-ee9e-4f1b-4606-95ebf768fa33-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3593ed8-c6b7-8973-34b6-d1e3fb4009d3-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-f3593ed8-c6b7-8973-34b6-d1e3fb4009d4-8239bfd3, #w-node-f3593ed8-c6b7-8973-34b6-d1e3fb4009d5-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cabaded-3f1a-bfb1-84eb-8f72a54ed2b2-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8cabaded-3f1a-bfb1-84eb-8f72a54ed2b3-8239bfd3, #w-node-_8cabaded-3f1a-bfb1-84eb-8f72a54ed2b4-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_614c7431-ad0b-53a1-c4a3-b8602f0c116c-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_614c7431-ad0b-53a1-c4a3-b8602f0c116d-8239bfd3, #w-node-_614c7431-ad0b-53a1-c4a3-b8602f0c116e-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_678244a8-fd08-842a-8aca-7f5d9b063c39-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_678244a8-fd08-842a-8aca-7f5d9b063c3a-8239bfd3, #w-node-_678244a8-fd08-842a-8aca-7f5d9b063c3b-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5195b385-a901-7635-cf9d-a5d49c02836d-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5195b385-a901-7635-cf9d-a5d49c02836e-8239bfd3, #w-node-_5195b385-a901-7635-cf9d-a5d49c02836f-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_318e3ebc-34c2-fc3a-635b-9f0600803e75-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_318e3ebc-34c2-fc3a-635b-9f0600803e76-8239bfd3, #w-node-_318e3ebc-34c2-fc3a-635b-9f0600803e77-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b572aacb-bfd2-215e-cb8c-c2c4341bbeaa-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b572aacb-bfd2-215e-cb8c-c2c4341bbeab-8239bfd3, #w-node-b572aacb-bfd2-215e-cb8c-c2c4341bbeac-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4997761e-79bf-0746-7f59-10a9e1975268-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_4997761e-79bf-0746-7f59-10a9e1975269-8239bfd3, #w-node-_4997761e-79bf-0746-7f59-10a9e197526a-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd5d4f22-6502-3a23-1210-99dbfcb268e9-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-dd5d4f22-6502-3a23-1210-99dbfcb268ea-8239bfd3, #w-node-dd5d4f22-6502-3a23-1210-99dbfcb268eb-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c55fe1c9-4606-2987-b2c9-7cdaceabbaf1-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c55fe1c9-4606-2987-b2c9-7cdaceabbaf2-8239bfd3, #w-node-c55fe1c9-4606-2987-b2c9-7cdaceabbaf3-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c38a914-350e-ecc2-9fb4-61d20cff6da0-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_7c38a914-350e-ecc2-9fb4-61d20cff6da1-8239bfd3, #w-node-_7c38a914-350e-ecc2-9fb4-61d20cff6da2-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3871ddf-d9d0-d20f-aa31-61ab5c366d18-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a3871ddf-d9d0-d20f-aa31-61ab5c366d19-8239bfd3, #w-node-a3871ddf-d9d0-d20f-aa31-61ab5c366d1a-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6440d2a-f661-faf8-f98c-6e60f9843df7-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-e6440d2a-f661-faf8-f98c-6e60f9843df8-8239bfd3, #w-node-e6440d2a-f661-faf8-f98c-6e60f9843df9-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_176565e6-a296-99c1-9d1a-eb685a2086ea-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_176565e6-a296-99c1-9d1a-eb685a2086eb-8239bfd3, #w-node-_176565e6-a296-99c1-9d1a-eb685a2086ec-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9cf3ecf-fb87-619f-cb0a-16c2c394e43f-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-e9cf3ecf-fb87-619f-cb0a-16c2c394e440-8239bfd3, #w-node-e9cf3ecf-fb87-619f-cb0a-16c2c394e441-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15f97c63-20ae-90f1-d6de-75268e114ce4-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_15f97c63-20ae-90f1-d6de-75268e114ce5-8239bfd3, #w-node-_15f97c63-20ae-90f1-d6de-75268e114ce6-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ab8e822-7fff-a6e0-6076-b06147f25920-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8ab8e822-7fff-a6e0-6076-b06147f25921-8239bfd3, #w-node-_8ab8e822-7fff-a6e0-6076-b06147f25922-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cf12-8239bfd3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cf17-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cf18-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cf1a-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cf27-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cf28-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cf30-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cf31-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cf37-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cf38-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d1dc-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d1dd-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d1e0-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d1e1-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d1e4-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d1e5-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d1f0-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d1f5-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d22b-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d22c-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d22d-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d233-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d245-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d246-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d247-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d24d-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d238-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d239-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d23a-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d240-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d252-8239bfd3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d254-8239bfd3, #w-node-ec589afb-5070-0d2d-1284-af9ee7d25937-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d269-8239bfd3, #w-node-_54f283f6-d7c1-bb2a-25fb-2abc1ff7a0aa-8239bfd3, #w-node-_04a32274-bb03-60d6-77ad-974d683d28cd-8239bfd3, #w-node-_04a32274-bb03-60d6-77ad-974d683d28d8-8239bfd3, #w-node-b72b08b7-a593-9519-8673-265ad0893187-8239bfd3, #w-node-_6adaf9e1-da0f-cb19-f001-28ef96628c98-8239bfd3, #w-node-_2e010905-2f32-e577-2aaa-bb3d3a3cf3f8-8239bfd3, #w-node-_72d548b5-02e4-cdb5-43d1-691dd8b1b988-8239bfd3, #w-node-_24c741e0-240f-0f11-0aa8-6c416ec58eb0-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa43be37-75f4-539a-8437-1873a84ace0d-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-aa43be37-75f4-539a-8437-1873a84ace0e-8239bfd3, #w-node-aa43be37-75f4-539a-8437-1873a84ace0f-8239bfd3, #w-node-aa43be37-75f4-539a-8437-1873a84ace1a-8239bfd3, #w-node-f2cdd9f3-ee31-e436-815f-be7673f43b07-8239bfd3, #w-node-b6f22ee7-4471-3c1c-fafc-57a89cba7cba-8239bfd3, #w-node-b6f22ee7-4471-3c1c-fafc-57a89cba7cbc-8239bfd3, #w-node-_62c2f10d-4336-d396-cefa-7ab718c052f0-8239bfd3, #w-node-_62c2f10d-4336-d396-cefa-7ab718c052f2-8239bfd3, #w-node-aa43be37-75f4-539a-8437-1873a84ace27-8239bfd3, #w-node-_38652537-f85f-f5d6-c483-3c8b8d509123-8239bfd3, #w-node-_6caa04c0-64cd-4794-f3d5-261a319397d1-8239bfd3, #w-node-_6caa04c0-64cd-4794-f3d5-261a319397d3-8239bfd3, #w-node-fff07107-b67a-797c-4038-3b5e276f8bbd-8239bfd3, #w-node-fff07107-b67a-797c-4038-3b5e276f8bbf-8239bfd3, #w-node-cbd6824a-7fd8-5440-641a-fd5251b45c42-8239bfd3, #w-node-cbd6824a-7fd8-5440-641a-fd5251b45c44-8239bfd3, #w-node-e36d72c5-741e-4051-81c7-db32bea6f9b0-8239bfd3, #w-node-e36d72c5-741e-4051-81c7-db32bea6f9b2-8239bfd3, #w-node-_3c84d4fd-ba36-e186-f0c5-05cc2e18a761-8239bfd3, #w-node-_3c84d4fd-ba36-e186-f0c5-05cc2e18a763-8239bfd3, #w-node-cba10bb0-2e73-cc9e-f4a7-ad323bbd47f2-8239bfd3, #w-node-cba10bb0-2e73-cc9e-f4a7-ad323bbd47f4-8239bfd3, #w-node-f19d37f3-70d3-e081-ff2c-c27899a0e241-8239bfd3, #w-node-f19d37f3-70d3-e081-ff2c-c27899a0e243-8239bfd3, #w-node-acdcbb7e-2839-c010-c9c0-87dc54dcddac-8239bfd3, #w-node-acdcbb7e-2839-c010-c9c0-87dc54dcddae-8239bfd3, #w-node-d5e40efb-fe70-a4ba-d374-a466c2a390cd-8239bfd3, #w-node-d5e40efb-fe70-a4ba-d374-a466c2a390cf-8239bfd3, #w-node-_5b872557-ad77-9f8f-6a4e-a8bd5145ae30-8239bfd3, #w-node-_5b872557-ad77-9f8f-6a4e-a8bd5145ae32-8239bfd3, #w-node-b09c9db3-b866-7c94-8de9-239ab9781567-8239bfd3, #w-node-b09c9db3-b866-7c94-8de9-239ab9781569-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d2d3-8239bfd3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d35b-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d362-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d369-8239bfd3, #w-node-bf014988-0ebe-6818-6b96-ded76b98c7af-8239bfd3, #w-node-b7d6c086-d63b-4a36-3a65-f505fc606253-8239bfd3, #w-node-b7d6c086-d63b-4a36-3a65-f505fc60625b-8239bfd3, #w-node-b7d6c086-d63b-4a36-3a65-f505fc60625f-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa9dd08c-9cb0-13ea-33ec-273d71521ffc-8239bfd3 {
  grid-area: 2 / 2 / 2 / 2;
  align-self: center;
}

#w-node-fa9dd08c-9cb0-13ea-33ec-273d71522010-8239bfd3 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-fa9dd08c-9cb0-13ea-33ec-273d71522017-8239bfd3 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-cfec2577-3a3d-3031-2040-9729af467611-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfec2577-3a3d-3031-2040-9729af467615-8239bfd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-cfec2577-3a3d-3031-2040-9729af467618-8239bfd3, #w-node-_8c1d165d-2736-d36d-fdcf-c58a72968298-8239bfd3, #w-node-_134feb13-3ce0-37fe-a2a6-07ea15ecbe75-8239bfdf, #w-node-_5d4adf22-329a-679e-1f40-012ab9519637-8239bfdf, #w-node-_8c6d12cc-3bf3-c41e-b42a-42a0266a1797-8239bfdf, #w-node-_6dbf9780-c831-97fd-05fc-ad5f53bb6777-8239bfdf, #w-node-_7ef73e4d-3999-e032-abbc-5dae992f4a06-8239bfdf, #w-node-_7ef73e4d-3999-e032-abbc-5dae992f4a08-8239bfdf, #w-node-_7ef73e4d-3999-e032-abbc-5dae992f4a0a-8239bfdf, #w-node-_2d1bfae8-67d7-9c7c-4097-06d8bd14e3fe-8239bfdf, #w-node-_2d1bfae8-67d7-9c7c-4097-06d8bd14e400-8239bfdf, #w-node-_2d1bfae8-67d7-9c7c-4097-06d8bd14e402-8239bfdf, #w-node-_2d1bfae8-67d7-9c7c-4097-06d8bd14e404-8239bfdf, #w-node-d6d3b1e3-0f68-79cf-086d-ae4d32fe7ba3-8239bfdf, #w-node-d6d3b1e3-0f68-79cf-086d-ae4d32fe7ba5-8239bfdf, #w-node-d6d3b1e3-0f68-79cf-086d-ae4d32fe7ba7-8239bfdf, #w-node-d6d3b1e3-0f68-79cf-086d-ae4d32fe7ba9-8239bfdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7389cf90-fec0-1844-7d16-a55b022c2ea8-8239bfe0, #w-node-_7389cf90-fec0-1844-7d16-a55b022c2fce-8239bfe0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7389cf90-fec0-1844-7d16-a55b022c3156-8239bfe0 {
  justify-self: start;
}

#w-node-_67d6d9be-d2b5-eaa8-4809-6cbafd98b1b8-4d362c0b, #w-node-_3686ad70-ce90-aa59-b011-7236fa05b965-4d362c0b, #w-node-a513df94-07af-844a-2506-53b993dde8fa-4d362c0b, #w-node-_05ad1fb1-7dec-ceb1-065e-bfe4fd038453-4d362c0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dd42036a-309d-46fd-6cfc-b4fc8e5db1c1-8239bfd3, #w-node-_6adaf9e1-da0f-cb19-f001-28ef96628c98-8239bfd3, #w-node-_2e010905-2f32-e577-2aaa-bb3d3a3cf3f8-8239bfd3, #w-node-_72d548b5-02e4-cdb5-43d1-691dd8b1b988-8239bfd3, #w-node-_24c741e0-240f-0f11-0aa8-6c416ec58eb0-8239bfd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7d6c086-d63b-4a36-3a65-f505fc606253-8239bfd3, #w-node-b7d6c086-d63b-4a36-3a65-f505fc60625f-8239bfd3 {
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b7d6c086-d63b-4a36-3a65-f505fc606253-8239bfd3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b7d6c086-d63b-4a36-3a65-f505fc60625b-8239bfd3 {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-b7d6c086-d63b-4a36-3a65-f505fc60625f-8239bfd3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-fa9dd08c-9cb0-13ea-33ec-273d71521ffc-8239bfd3 {
    grid-area: 2 / 2 / 2 / 4;
    align-self: center;
  }

  #w-node-_7389cf90-fec0-1844-7d16-a55b022c2ea8-8239bfe0, #w-node-_7389cf90-fec0-1844-7d16-a55b022c2fce-8239bfe0 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e0acf5f2-ce78-90e3-4c36-d447405fc8ec-8239bfd3, #w-node-e94a6b29-3c60-2b66-4126-5b6f1f5cdec6-8239bfd3, #w-node-_37afdca0-72bb-5aaf-08b3-a1ca08999148-8239bfd3, #w-node-_627d810d-b757-e300-b021-1f246dcc0852-8239bfd3, #w-node-_0a3cb4db-9a19-b435-131a-0dd932c6d760-8239bfd3, #w-node-_7e4f386a-3d55-2559-7dd2-9bc772426380-8239bfd3, #w-node-_04db3479-c6ca-bf77-bbc7-65130865cfb5-8239bfd3, #w-node-_5e8989c3-5a95-6438-54ec-1ce2820a88c1-8239bfd3, #w-node-b5acd895-26f8-bbdb-3910-6357e4472a44-8239bfd3, #w-node-_185677df-e258-cfdd-51ab-a823f8a7ddda-8239bfd3, #w-node-_8a6aed59-ab5b-1c55-d29c-7d2f19ea09da-8239bfd3, #w-node-bf22fca1-a0f7-5f38-d3fb-22b36dc7245d-8239bfd3, #w-node-_8ced905b-bd1f-f1a6-c490-42798873b6cc-8239bfd3, #w-node-b9f2bea0-b00c-afb2-1a5d-bfbda6e435df-8239bfd3, #w-node-aa158af2-b19c-7eb3-e5a6-b6cfd8ba504a-8239bfd3, #w-node-_152b0c4f-8742-3da2-f78d-4305fb617899-8239bfd3, #w-node-_69843424-0ca5-bb94-a47b-61632c5d2cac-8239bfd3, #w-node-_1f4bce9f-64f0-054b-7ea7-9621e626a29b-8239bfd3, #w-node-_5fec6626-6ebf-206e-8694-66b2815a9a89-8239bfd3, #w-node-_074e4886-b114-8c3a-6308-c74139d8e510-8239bfd3, #w-node-_97b734cf-eede-b638-b37e-9b4fd8190002-8239bfd3, #w-node-e9046248-9bf0-63bb-2bf7-31b1bc6055a4-8239bfd3, #w-node-_8554b33f-2fe7-6ca8-0733-dd3ab8bea8af-8239bfd3, #w-node-abf79993-1b6a-5d00-b297-734fb22428d7-8239bfd3, #w-node-b3be9ee0-9352-ff79-798b-f25a18d34f84-8239bfd3, #w-node-ecf9f012-0951-5754-a616-4597f7b90cb9-8239bfd3, #w-node-fd0883f9-d04a-5a4e-8cb8-89338bee9568-8239bfd3, #w-node-fe4236e4-78a5-aeea-5cff-721c78e93a1d-8239bfd3, #w-node-ca5adead-7e51-ce4c-095a-3b605ad75237-8239bfd3, #w-node-b82ee5ce-a9b8-340f-f1a3-9b2bd553b4dc-8239bfd3, #w-node-_356a9cd1-5a6c-0b2f-f098-a29c502a5c04-8239bfd3, #w-node-a530e1b5-ace2-5cf0-60f3-0d7a95d35e2f-8239bfd3, #w-node-b9ec999e-ee9e-4f1b-4606-95ebf768fa31-8239bfd3, #w-node-f3593ed8-c6b7-8973-34b6-d1e3fb4009d3-8239bfd3, #w-node-_8cabaded-3f1a-bfb1-84eb-8f72a54ed2b2-8239bfd3, #w-node-_614c7431-ad0b-53a1-c4a3-b8602f0c116c-8239bfd3, #w-node-_678244a8-fd08-842a-8aca-7f5d9b063c39-8239bfd3, #w-node-_5195b385-a901-7635-cf9d-a5d49c02836d-8239bfd3, #w-node-_318e3ebc-34c2-fc3a-635b-9f0600803e75-8239bfd3, #w-node-b572aacb-bfd2-215e-cb8c-c2c4341bbeaa-8239bfd3, #w-node-_4997761e-79bf-0746-7f59-10a9e1975268-8239bfd3, #w-node-dd5d4f22-6502-3a23-1210-99dbfcb268e9-8239bfd3, #w-node-c55fe1c9-4606-2987-b2c9-7cdaceabbaf1-8239bfd3, #w-node-_7c38a914-350e-ecc2-9fb4-61d20cff6da0-8239bfd3, #w-node-a3871ddf-d9d0-d20f-aa31-61ab5c366d18-8239bfd3, #w-node-e6440d2a-f661-faf8-f98c-6e60f9843df7-8239bfd3, #w-node-_176565e6-a296-99c1-9d1a-eb685a2086ea-8239bfd3, #w-node-e9cf3ecf-fb87-619f-cb0a-16c2c394e43f-8239bfd3, #w-node-_15f97c63-20ae-90f1-d6de-75268e114ce4-8239bfd3, #w-node-_8ab8e822-7fff-a6e0-6076-b06147f25920-8239bfd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cf17-8239bfd3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440cf1a-8239bfd3 {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d245-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d238-8239bfd3, #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d252-8239bfd3, #w-node-aa43be37-75f4-539a-8437-1873a84ace1a-8239bfd3, #w-node-b6f22ee7-4471-3c1c-fafc-57a89cba7cba-8239bfd3, #w-node-_62c2f10d-4336-d396-cefa-7ab718c052f0-8239bfd3, #w-node-aa43be37-75f4-539a-8437-1873a84ace27-8239bfd3, #w-node-_6caa04c0-64cd-4794-f3d5-261a319397d1-8239bfd3, #w-node-fff07107-b67a-797c-4038-3b5e276f8bbd-8239bfd3, #w-node-cbd6824a-7fd8-5440-641a-fd5251b45c42-8239bfd3, #w-node-e36d72c5-741e-4051-81c7-db32bea6f9b0-8239bfd3, #w-node-_3c84d4fd-ba36-e186-f0c5-05cc2e18a761-8239bfd3, #w-node-cba10bb0-2e73-cc9e-f4a7-ad323bbd47f2-8239bfd3, #w-node-f19d37f3-70d3-e081-ff2c-c27899a0e241-8239bfd3, #w-node-acdcbb7e-2839-c010-c9c0-87dc54dcddac-8239bfd3, #w-node-d5e40efb-fe70-a4ba-d374-a466c2a390cd-8239bfd3, #w-node-_5b872557-ad77-9f8f-6a4e-a8bd5145ae30-8239bfd3, #w-node-b09c9db3-b866-7c94-8de9-239ab9781567-8239bfd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3fedf004-17db-6f56-ab1d-ee8e7440d2d3-8239bfd3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-b7d6c086-d63b-4a36-3a65-f505fc60625b-8239bfd3 {
    grid-area: 2 / 1 / 2 / 4;
  }

  #w-node-fa9dd08c-9cb0-13ea-33ec-273d71521ffc-8239bfd3 {
    grid-area: 2 / 1 / 2 / 3;
  }
}


