:root {
  --up: #9a090d;
}

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

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  flex: 0 auto;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.text-block {
  width: 1154px;
}

.heading {
  text-align: center;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

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

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

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

.image {
  height: auto;
}

.mobile1 {
  height: 100svh;
  display: none;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.div-block {
  width: 200px;
  height: 100px;
  margin-top: 8px;
  padding-left: 0;
  position: static;
}

.link {
  width: 400px;
  height: 100px;
  max-width: 400px;
  color: #9a090d;
  text-align: left;
  margin-left: 108px;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.link.w--current {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". Area"
                 ". ."
                 / 1fr minmax(130px, .25fr) minmax(68px, .25fr) minmax(0, .25fr) minmax(99px, .25fr) minmax(99px, .25fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.bold-text {
  width: 500px;
  text-align: right;
  margin-left: -63px;
  padding-left: 0;
}

.bold-text-2 {
  text-align: left;
  margin-left: -50px;
  padding-left: 0;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

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

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.container-6 {
  height: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 80px;
  display: flex;
}

.grid-2 {
  height: 100px;
  grid-template-columns: .25fr minmax(0, .25fr) .25fr .25fr .25fr .25fr;
  grid-template-areas: "Government Society";
}

.div-block-2 {
  width: 260px;
  height: 100px;
}

.text-block-2 {
  padding-left: 73px;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.government {
  height: 100px;
  flex-wrap: nowrap;
  display: flex;
}

.columns {
  flex: 1;
  align-items: center;
  display: block;
}

.div-block-3 {
  flex: 1;
  margin-left: 63px;
  display: flex;
}

.text-block-3 {
  color: #9a090d;
}

.text-block-4 {
  width: 500px;
  color: #9a090d;
  font-family: Fira Sans, sans-serif;
  font-size: 25px;
  text-decoration: none;
}

.bold-text-3 {
  width: 255%;
  text-transform: none;
  word-break: normal;
  font-size: 36px;
}

.society {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  color: #9a090d;
  margin-left: -60px;
  padding-left: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
}

.bold-text-4 {
  white-space: nowrap;
  display: block;
}

.container-7 {
  height: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.bold-text-5 {
  display: block;
}

.link-2 {
  text-decoration: none;
}

.rubrics {
  grid-row-gap: 16px;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.link-3 {
  color: var(--up);
  white-space: nowrap;
  font-family: Fira Sans, sans-serif;
  font-size: 25px;
  text-decoration: none;
  display: inline;
}

.wrapper {
  padding-top: 10px;
  padding-left: 150px;
  padding-right: 150px;
}

.text-block-6 {
  color: var(--up);
  font-family: Fira Sans, sans-serif;
  font-size: 25px;
}

.link-4, .link-5 {
  color: var(--up);
  font-family: Fira Sans, sans-serif;
  font-size: 25px;
  text-decoration: none;
}

.text-block-7, .text-block-8 {
  color: var(--up);
  font-family: Fira Sans, sans-serif;
  font-size: 25px;
}

.link-6 {
  color: var(--up);
  font-family: Fira Sans, sans-serif;
  font-size: 25px;
  text-decoration: none;
}

.text-block-9 {
  color: var(--up);
  font-family: Fira Sans, sans-serif;
  font-size: 25px;
}

.link-7 {
  color: var(--up);
  font-family: Fira Sans, sans-serif;
  font-size: 25px;
  text-decoration: none;
}

.text-block-10 {
  color: var(--up);
  font-family: Fira Sans, sans-serif;
  font-size: 25px;
}

.link-8 {
  color: var(--up);
  font-family: Fira Sans, sans-serif;
  font-size: 25px;
  text-decoration: none;
}

.testsection {
  display: none;
}

.button {
  margin-left: 492px;
  padding-left: 0;
}

.image-18 {
  width: 50%;
}

.heading-6 {
  color: #faf8f8;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 20px;
}

.heading-6.g2 {
  padding-top: 64px;
}

.link-block-7 {
  color: #111;
}

.image-21 {
  width: 50%;
  display: inline-block;
}

.image-16 {
  width: 50%;
}

.button-2 {
  width: 240px;
  height: 60px;
  background-color: var(--up);
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  padding: 18px 15px 9px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.grid-7 {
  grid-template-rows: auto;
  padding-top: 32px;
  padding-left: 41%;
  padding-right: 42%;
}

.image-17, .image-19 {
  width: 50%;
}

.image-20 {
  width: 50%;
  display: inline-block;
}

.link-block-6 {
  color: #111;
}

.block_txt_soc {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block_soc {
  text-align: center;
  background-color: #111;
  margin-top: 64px;
  padding-top: 20px;
  padding-bottom: 64px;
}

.block_button1 {
  border-radius: 18px;
  padding-top: 0;
  padding-bottom: 50px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  margin: 32px 30%;
}

.link-block-2 {
  color: #111;
}

.image-15 {
  width: 50%;
}

.blockfooter-3 {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20%;
  margin-right: 20%;
}

.footertext-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 150%;
}

.block_partner1 {
  background-color: #fff;
  margin-bottom: 64px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.block_partn_txt, .block_partn_txt._1 {
  margin-bottom: 30px;
}

.heading-9 {
  color: #111;
  text-align: center;
  margin-top: 0;
  font-size: 32px;
}

.grid-13 {
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0%;
  padding-right: 0%;
}

.image-26, .image-27 {
  width: 40%;
}

.image-29 {
  width: 35%;
}

.ticket-section {
  margin-top: 29px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block-11 {
  color: #111;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 64px;
  padding-left: 5%;
  font-size: 32px;
  font-weight: 700;
}

.block_line_txt {
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  line-height: 29px;
}

.image-7 {
  width: 7%;
}

.block_line {
  height: auto;
  border-left: 4px solid #587dd9;
  margin-top: 20px;
  margin-left: 7%;
  padding-left: 2%;
}

.block_line._1 {
  height: auto;
  max-width: 86%;
}

.block_line._2 {
  height: auto;
  max-width: 83%;
}

.section_program {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 20px #587dd9;
}

.bold-text-6 {
  height: auto;
  text-align: left;
  flex-flow: wrap;
  padding-right: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 19px;
  font-weight: 500;
  display: flex;
  position: static;
}

.text-block-12 {
  color: #111;
  object-fit: fill;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Fira Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 6px;
  position: static;
}

.text-block-12._2 {
  font-family: Fira Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
}

.block_1 {
  text-align: left;
  padding-top: 20px;
  padding-left: 4%;
  position: relative;
}

.bold-text-8 {
  font-size: 29px;
  position: static;
}

.text-block-13 {
  max-width: 31%;
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-13._3 {
  max-width: 58%;
  font-size: 29px;
}

.text-block-13._1 {
  max-width: 48%;
  font-size: 29px;
}

.block_program {
  height: auto;
  max-width: 980px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.bold-text-9 {
  font-size: 29px;
}

.block_kolo_text {
  position: absolute;
  top: 45%;
  bottom: 29%;
  left: 8%;
  right: 0%;
}

.italic-text-2 {
  font-style: normal;
}

.block_text.ticket {
  text-align: left;
  background-color: #587dd9;
  background-image: linear-gradient(#9a090d, #9a090d);
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.section_tickeys {
  margin-top: 30px;
}

.heading-2 {
  color: #111;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-left: 5%;
  font-size: 40px;
}

.heading-2.vidstup {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0%;
  font-size: 32px;
}

.block_info {
  color: #fff;
  padding: 24px 20%;
}

.text-block-14 {
  color: #111;
  text-align: center;
  padding-top: 12px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
}

.text-block-14.block11 {
  color: #fff;
  margin-top: 8px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.block_ticket.tick {
  background-color: #9a090d;
  margin-bottom: 0;
}

.block_komisiya {
  width: 800px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 20px;
  display: block;
}

.heading-10 {
  text-align: center;
  margin-top: -31px;
  padding-top: 0;
  font-size: 20px;
}

.mobilelogo, .image-33, .image-34, .image-35 {
  display: none;
}

.section-3 {
  height: 30px;
}

.div-block-4 {
  margin-bottom: -37px;
}

.link-9 {
  color: #ea6060;
}

.text-span {
  color: #fff;
}

.link-10 {
  color: #fffda3;
  text-align: center;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  text-decoration: none;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.bigscreensection, .mobile3, .section-4, .section-5, .mobile2 {
  display: none;
}

.section-7 {
  margin-top: 59px;
}

.div-block-5 {
  width: 100%;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.div-block-6 {
  width: 100%;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 51px;
  padding-bottom: 9px;
}

.heading-8 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: -34px;
  font-family: Fira Sans, sans-serif;
  font-size: 32px;
}

.grid-12 {
  max-width: none;
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 0% -7px;
  padding-top: 26px;
  padding-bottom: 20px;
}

.image-24 {
  width: 16%;
  opacity: 1;
}

.image-24.met {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 82px;
}

.image-25 {
  width: 50%;
}

.image-25.kernel {
  width: 53%;
}

.block_partner {
  margin-top: -39px;
  margin-bottom: 40px;
  padding: 30px 0 35px;
}

.block_partner._1 {
  padding-top: 0;
}

.heading-11 {
  color: #111;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 32px;
}

.image-37 {
  width: 16%;
  opacity: 1;
}

.image-37.vinptom {
  width: 20%;
}

.image-37.nepobor {
  width: 25%;
}

.grid-14 {
  max-width: none;
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-left: 10%;
  margin-right: 10%;
}

.grid-14._3 {
  grid-template-columns: 1fr;
  margin-bottom: 3px;
}

.link-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-38 {
  width: 35%;
  padding-top: 27px;
}

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

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

.image-39 {
  max-width: 30%;
}

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

.image-40 {
  max-width: 25%;
}

.image-41 {
  max-width: 60%;
}

.div-block-9, .div-block-10, .link-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.partners3 {
  margin-top: 44px;
}

.partners2 {
  margin-top: -30px;
}

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

.image-42 {
  width: 25%;
  max-width: 80%;
  min-height: 100%;
  min-width: auto;
  flex: 0 auto;
}

.div-block-11 {
  min-width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14 {
  padding-left: 20px;
  padding-right: 20px;
}

.block_partner-2 {
  margin-bottom: 64px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.block_partn_txt-2 {
  margin-bottom: 50px;
}

.heading-12 {
  color: #111;
  text-align: center;
  margin-top: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 32px;
}

.grid-17 {
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0%;
  padding-right: 0%;
}

.image-44 {
  width: 80%;
}

.image-46 {
  width: 40%;
}

.image-47 {
  width: 35%;
}

.image-48 {
  width: 60%;
}

.image-49 {
  width: 50%;
  text-align: center;
}

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

.image-50 {
  width: 80%;
}

@media screen and (min-width: 1280px) {
  .blockfooter-3 {
    margin-left: 20%;
    margin-right: 20%;
    font-size: 12px;
  }

  .footertext-2 {
    font-size: 13px;
  }

  .block_partn_txt, .block_partn_txt._1 {
    margin-bottom: 30px;
  }

  .heading-9 {
    font-size: 40px;
  }

  .ticket-section {
    margin-top: -73px;
  }

  .text-block-11 {
    text-align: center;
    margin-bottom: 64px;
    font-family: Fira Sans, sans-serif;
    font-size: 50px;
  }

  .section_program {
    border-bottom: 20px #587dd9;
  }

  .block_text.ticket {
    height: 220px;
    background-color: #587dd9;
    margin-bottom: 71px;
    padding-bottom: 32px;
  }

  .heading-2.vidstup {
    align-self: center;
    padding-left: 1%;
    font-size: 40px;
  }

  .logo2, .image-34 {
    display: none;
  }

  .link-10 {
    margin-top: 14px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 5px;
  }

  .heading-8 {
    font-size: 40px;
  }

  .grid-12 {
    max-width: none;
    margin: 0%;
  }

  .image-24 {
    width: 15%;
  }

  .image-24.met {
    width: 100%;
    padding-bottom: 0;
  }

  .image-25.kernel {
    width: 48%;
  }

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

  .heading-11 {
    font-size: 35px;
  }

  .image-37 {
    width: 15%;
  }

  .grid-14 {
    max-width: none;
    margin: 0% 10%;
  }

  .grid-14._3 {
    align-items: stretch;
    margin-bottom: 21px;
    padding-bottom: 32px;
  }

  .image-42, .div-block-11 {
    width: 50%;
  }

  .heading-12 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .heading {
    width: 1000px;
    height: 200px;
  }

  .image {
    height: auto;
  }

  .mobile1, .image-2 {
    display: none;
  }

  .heading-6 {
    font-size: 24px;
  }

  .button-2 {
    width: 300px;
    font-size: 23px;
  }

  .blockfooter-3 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .footertext-2 {
    font-size: 16px;
  }

  .heading-9 {
    font-size: 40px;
  }

  .block_line_txt {
    font-size: 22px;
  }

  .section_program {
    border-bottom-style: none;
    margin-top: 0;
  }

  .bold-text-6, .text-block-12, .text-block-12._2 {
    font-size: 22px;
  }

  .block_text2 {
    margin-bottom: 64px;
  }

  .block_program {
    margin-top: 0;
    margin-bottom: 64px;
    padding-bottom: 0;
  }

  .block_text.ticket {
    background-color: #587dd9;
    padding-bottom: 32px;
  }

  .heading-2.vidstup {
    color: #fff;
    margin-bottom: 0;
    padding-left: 0%;
  }

  .block_info {
    color: #000;
  }

  .text-block-14.block11 {
    color: #fff;
    font-family: Fira Sans, sans-serif;
  }

  .block_komisiya {
    color: #000;
  }

  .heading-10 {
    color: #fff;
    font-family: Fira Sans, sans-serif;
    font-size: 22px;
  }

  .section-3 {
    height: 30px;
  }

  .heading-8 {
    font-size: 40px;
  }

  .grid-12 {
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .heading-11 {
    font-size: 40px;
  }

  .grid-14 {
    max-width: none;
    margin-left: 10%;
    margin-right: 10%;
  }

  .link-block-8 {
    display: flex;
  }

  .heading-12 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    margin-left: auto;
    margin-right: auto;
  }

  .main1 {
    display: none;
  }

  .heading-6 {
    font-size: 35px;
  }

  .heading-6.g2 {
    padding-top: 80px;
  }

  .link-block-7 {
    color: #fff;
  }

  .button-2 {
    width: 400px;
    height: 80px;
    padding-top: 24px;
    font-size: 33px;
    line-height: 32px;
  }

  .link-block-6 {
    color: #fff;
  }

  .link-block-2 {
    color: #fdfdfd;
  }

  .blockfooter-3 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .footertext-2 {
    font-size: 18px;
  }

  .block_partner1 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 64px;
    padding-top: 64px;
  }

  .heading-9 {
    color: #111;
    font-size: 40px;
  }

  .image-26 {
    width: 30%;
  }

  .image-28 {
    width: 60%;
  }

  .image-27, .image-29 {
    width: 30%;
  }

  .text-block-11 {
    font-size: 55px;
  }

  .image-7 {
    width: 8%;
  }

  .section_program {
    padding-left: 0;
    font-family: Fira Sans, sans-serif;
    font-size: 24px;
  }

  .bold-text-6, .text-block-12 {
    font-size: 26px;
  }

  .text-block-12._2 {
    font-size: 26px;
    line-height: 29px;
  }

  .bold-text-7, .bold-text-8 {
    font-size: 35px;
  }

  .text-block-13 {
    font-size: 36px;
  }

  .block_text2 {
    margin-bottom: 64px;
  }

  .block_program {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
    font-family: Fira Sans, sans-serif;
  }

  .bold-text-9, .bold-text-10 {
    font-size: 35px;
  }

  .block_text.ticket {
    height: 320px;
    padding-bottom: 32px;
  }

  .heading-2 {
    font-size: 42px;
  }

  .heading-2.vidstup {
    padding-top: 40px;
    font-size: 55px;
  }

  .block_info {
    text-align: center;
  }

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

  .text-block-14.block11 {
    width: 1000px;
    aspect-ratio: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    position: relative;
    bottom: -21px;
    left: -233px;
  }

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

  .heading-10 {
    margin-top: 4px;
    font-size: 40px;
    position: relative;
    bottom: -8px;
  }

  .mobilelogo {
    display: none;
  }

  .image-30, .image-31, .image-32 {
    width: 2732px;
  }

  .link-10 {
    padding-top: 27px;
    padding-bottom: 19px;
    font-size: 28px;
  }

  .image-36 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-right: 0;
  }

  .bigscreensection {
    display: block;
  }

  .mobile3 {
    display: none;
  }

  .div-block-5 {
    padding-top: 65px;
    padding-bottom: 62px;
  }

  .heading-8 {
    color: #111;
    font-size: 50px;
  }

  .grid-12 {
    max-width: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0%;
    padding-top: 52px;
  }

  .image-24.met {
    max-width: 100%;
  }

  .image-25 {
    width: 39%;
  }

  .image-25.kernel {
    padding-left: 10px;
    padding-right: 7px;
  }

  .block_partner {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 64px;
    padding-top: 64px;
  }

  .heading-11 {
    color: #111;
    padding-bottom: 11px;
    font-size: 50px;
  }

  .image-37.vinptom {
    width: 17%;
  }

  .image-37.nepobor {
    width: 25%;
  }

  .grid-14 {
    max-width: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin: 0% 10%;
  }

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

  .link-block-8 {
    align-items: center;
  }

  .image-42 {
    min-width: auto;
  }

  .image-43 {
    width: 80%;
    max-width: 100%;
  }

  .link-block-10 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .block_partner-2 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 64px;
    padding-top: 64px;
  }

  .heading-12 {
    color: #111;
    font-size: 40px;
  }

  .grid-17 {
    grid-template-rows: 126px;
  }

  .image-44 {
    width: 30%;
  }

  .image-45 {
    width: 60%;
  }

  .image-46, .image-47 {
    width: 30%;
  }
}

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

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

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

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

  .image {
    height: auto;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

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

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button-3 {
    padding: 12px;
  }

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

  .heading-6 {
    width: 600px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-6.g2 {
    margin-bottom: 18px;
    padding-top: 32px;
  }

  .image-21 {
    width: 60%;
  }

  .button-2 {
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
  }

  .grid-7 {
    padding-top: 0;
    padding-left: 28%;
    padding-right: 28%;
  }

  .image-20 {
    width: 60%;
  }

  .block_txt_soc {
    margin-bottom: 18px;
    margin-left: auto;
  }

  .block_soc {
    width: 129%;
    height: 250px;
    max-height: 300px;
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#080808, #080808);
    background-clip: border-box;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 6px 30% 0;
    position: static;
  }

  .block_button1 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: static;
    top: 208px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid-6 {
    width: 400px;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .blockfooter-3 {
    margin: -30px 10% -25px;
    padding-top: 0;
  }

  .footertext-2 {
    display: block;
  }

  .block_partn_txt {
    margin-bottom: 64px;
  }

  .heading-9 {
    color: #111;
  }

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

  .image-26 {
    width: 36%;
  }

  .image-28 {
    width: 70%;
  }

  .image-27 {
    width: 32%;
  }

  .section_program {
    border-bottom-width: 20px;
    border-bottom-color: #587dd9;
  }

  .text-block-13 {
    max-width: 42%;
    font-size: 29px;
  }

  .text-block-13._3 {
    max-width: 80%;
  }

  .text-block-13._1 {
    max-width: 55%;
  }

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

  .block_ticket.tick {
    margin-bottom: 64px;
  }

  .html-embed {
    margin-top: -66px;
  }

  .footer {
    display: flex;
  }

  .mobilelogo, .image-33 {
    display: none;
  }

  .image-34 {
    display: block;
  }

  .mobile3 {
    display: none;
  }

  .section-7 {
    width: 100%;
  }

  .div-block-5 {
    background-color: #080808;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-6 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading-8 {
    color: #111;
  }

  .grid-12 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-25.kernel {
    width: 70%;
  }

  .heading-11 {
    color: #111;
  }

  .grid-14 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-left: 10%;
    margin-right: 10%;
  }

  .block_partn_txt-2 {
    margin-bottom: 64px;
  }

  .heading-12 {
    color: #111;
  }

  .grid-17 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: 73px;
    grid-template-columns: 1fr .75fr 1fr;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-44 {
    width: 100%;
  }

  .image-45 {
    width: 70%;
  }

  .image-46 {
    width: 32%;
  }

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

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

  .team-circles {
    padding: 60px 15px;
  }

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

  .heading {
    width: 500px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

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

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

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

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

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

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

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

  .nav-menu-block-2 {
    flex-direction: column;
  }

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

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

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

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .image-18 {
    width: 60%;
  }

  .heading-6 {
    text-align: center;
    object-fit: cover;
    margin-left: 80px;
    margin-right: auto;
    font-size: 20px;
    overflow: auto;
  }

  .heading-6.g2 {
    padding-top: 20px;
    font-size: 20px;
  }

  .image-16 {
    width: 60%;
  }

  .button-2 {
    margin-top: 0;
    margin-left: -13px;
  }

  .grid-7 {
    padding-left: 30%;
    padding-right: 30%;
  }

  .image-17, .image-19 {
    width: 60%;
  }

  .block_txt_soc {
    padding-left: 134px;
  }

  .block_soc {
    margin-left: -70px;
    padding-left: 20%;
    padding-right: 20%;
  }

  .block_button1 {
    margin-top: 11px;
    padding-bottom: 24px;
  }

  .grid-6 {
    align-items: center;
    justify-items: center;
    margin-bottom: 23px;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 26px;
  }

  .image-15 {
    width: 60%;
  }

  .blockfooter-3 {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 12px;
  }

  .block_partner1 {
    margin-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .block_partn_txt {
    margin-bottom: 42px;
  }

  .block_partn_txt._1 {
    margin-bottom: 40px;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .grid-13 {
    grid-row-gap: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .image-26 {
    width: 30%;
  }

  .image-28 {
    width: 70%;
  }

  .image-27 {
    width: 35%;
  }

  .image-29 {
    width: 30%;
  }

  .text-block-11 {
    margin-top: -31px;
    font-size: 22px;
  }

  .block_line._1 {
    height: auto;
  }

  .bold-text-6 {
    line-height: 19px;
  }

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

  .text-block-13 {
    max-width: 54%;
    font-size: 26px;
  }

  .text-block-13._1 {
    max-width: 68%;
  }

  .block_program {
    padding-left: 4%;
    padding-right: 4%;
  }

  .block_text {
    padding: 4% 4% 4% 0%;
  }

  .block_text.ticket {
    padding-right: 0%;
  }

  .heading-2 {
    font-size: 35px;
  }

  .heading-2.vidstup {
    padding-top: 0;
    padding-left: 0%;
    font-size: 26px;
  }

  .text-block-14.block11 {
    padding-left: 1px;
    font-size: 14px;
  }

  .mobilelogo, .image-33 {
    display: none;
  }

  .image-34 {
    padding-bottom: 0;
    display: block;
  }

  .mobile3 {
    display: none;
  }

  .div-block-6 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 66px;
  }

  .heading-8 {
    font-size: 22px;
  }

  .grid-12 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-24 {
    width: 20%;
  }

  .block_partner {
    margin-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .heading-11 {
    font-size: 22px;
  }

  .image-37 {
    width: 20%;
  }

  .image-37.vinptom, .image-37.nepobor {
    width: 30%;
  }

  .grid-14 {
    margin-left: 4%;
    margin-right: 4%;
  }

  .partners3 {
    margin-bottom: -41px;
  }

  .block_partner-2 {
    margin-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .block_partn_txt-2 {
    margin-bottom: 42px;
  }

  .heading-12 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .grid-17 {
    grid-row-gap: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .image-44 {
    width: 100%;
  }

  .image-45 {
    width: 70%;
  }

  .image-46 {
    width: 35%;
  }

  .image-47 {
    width: 30%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .heading {
    width: 300px;
    text-align: center;
    font-style: italic;
  }

  .container-2 {
    justify-content: center;
    display: flex;
  }

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

  .image {
    display: none;
  }

  .mobile1 {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .image-2 {
    margin-bottom: -6px;
    padding-bottom: 0;
    display: block;
  }

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

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

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

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .logo {
    width: 100%;
    overflow: hidden;
  }

  .main1, .main2, .main3 {
    width: 100%;
    display: none;
    overflow: hidden;
  }

  .image-18 {
    width: 60%;
  }

  .heading-6 {
    width: 200px;
    white-space: nowrap;
    word-break: keep-all;
    background-color: #000;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: Fira Sans, sans-serif;
    font-size: 18px;
    display: flex;
    position: relative;
    left: 0;
    right: 0;
  }

  .heading-6.g2 {
    margin-bottom: 18px;
    padding-top: 32px;
  }

  .image-21 {
    width: 64%;
  }

  .image-16 {
    width: 60%;
  }

  .button-2 {
    width: 240px;
    height: 60px;
    margin-left: 0;
    padding-top: 21px;
  }

  .grid-7 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-direction: row;
    padding-top: 0;
    padding-left: 26%;
    padding-right: 27%;
    display: flex;
  }

  .image-17, .image-19, .image-20 {
    width: 60%;
  }

  .link-block-6 {
    align-self: flex-end;
  }

  .block_txt_soc {
    color: #080808;
    text-align: center;
    background-color: #000;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: -1px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 19px;
    padding-bottom: 10px;
    padding-left: 0;
    font-family: Fira Sans, sans-serif;
    display: flex;
    position: static;
    left: 10px;
    right: 10px;
  }

  .block_soc {
    width: 100%;
    background-color: #080808;
    background-image: none;
    margin-left: -22px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .block_button1 {
    margin-top: 15px;
    margin-bottom: 28px;
    padding-bottom: 0;
  }

  .grid-6 {
    width: 280px;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    object-fit: fill;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 37px;
    padding-left: 0;
    display: flex;
    position: static;
    top: 1px;
    left: 10px;
    right: 10px;
  }

  .image-15 {
    width: 60%;
  }

  .blockfooter-3 {
    margin-bottom: 0;
    margin-left: 4%;
    margin-right: 4%;
  }

  .footertext-2 {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 10px;
  }

  .block_partner1 {
    margin-bottom: 32px;
    padding-top: 35px;
  }

  .block_partn_txt {
    margin-bottom: 10px;
  }

  .block_partn_txt._1 {
    margin-bottom: 32px;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: 20px;
  }

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

  .image-29 {
    width: 41%;
  }

  .ticket-section {
    width: 100%;
    overflow: visible;
  }

  .text-block-11 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0%;
    font-size: 20px;
  }

  .image-7 {
    width: 15%;
  }

  .block_line {
    height: auto;
  }

  .block_line._1 {
    padding-left: 3%;
  }

  .block_line._2 {
    margin-top: 32px;
    padding-left: 4%;
  }

  .block_line._2._3, .block_line._2._4 {
    margin-top: 20px;
  }

  .section_program {
    width: 100%;
    border-bottom-width: 12px;
    overflow: hidden;
  }

  .bold-text-6 {
    font-size: 16px;
    line-height: 19px;
  }

  .text-block-12 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 17px;
  }

  .text-block-12._2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .bold-text-7, .bold-text-8 {
    padding-left: 12px;
    font-size: 21px;
  }

  .text-block-13 {
    max-width: 95%;
  }

  .text-block-13._3 {
    max-width: 100%;
  }

  .text-block-13._1 {
    max-width: 94%;
  }

  .block_text2 {
    padding-top: 32px;
    padding-left: 4%;
  }

  .bold-text-9 {
    padding-left: 12px;
    font-size: 21px;
  }

  .block_kolo_text {
    margin-bottom: 0;
    top: 39%;
    bottom: -14%;
  }

  .bold-text-10 {
    padding-left: 12px;
    font-size: 21px;
  }

  .block_text {
    padding-left: 4%;
  }

  .block_text.ticket {
    padding-bottom: 32px;
    padding-right: 4%;
  }

  .section_tickeys {
    width: 100%;
    height: 210px;
    background-image: linear-gradient(#9a090d, #9a090d);
    margin-bottom: 100px;
    position: relative;
    bottom: -7px;
    overflow: hidden;
  }

  .heading-2 {
    padding-top: 28px;
    padding-left: 0%;
    font-size: 32px;
  }

  .heading-2.vidstup {
    font-size: 30px;
  }

  .text-block-14.block11 {
    padding-left: 90px;
    padding-right: 102px;
    font-size: 14px;
    display: block;
  }

  .html-embed {
    margin-top: -74px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .footer {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .mobilelogo {
    width: 100%;
    margin-top: 29px;
    display: block;
    overflow: hidden;
  }

  .image-30, .image-31, .image-32 {
    display: none;
  }

  .logo2 {
    width: 100%;
    margin-top: -19px;
    overflow: hidden;
  }

  .image-34, .image-35 {
    display: block;
  }

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

  .bigscreensection {
    width: 100%;
    overflow: hidden;
  }

  .mobile3 {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .section-4 {
    height: 50px;
    padding-top: 52px;
    padding-bottom: 47px;
  }

  .section-5 {
    margin-top: 87px;
    padding-top: 0;
    display: none;
  }

  .mobile2 {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .section-6 {
    width: 100%;
  }

  .section-7 {
    background-color: #000;
    overflow: hidden;
  }

  .div-block-5 {
    background-color: #000;
  }

  .div-block-6 {
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-8 {
    margin-bottom: 0;
    font-size: 25px;
  }

  .grid-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .image-24 {
    width: 30%;
  }

  .image-24.met {
    width: 90%;
    padding-top: 0;
  }

  .image-25 {
    width: 60%;
  }

  .image-25.kernel {
    width: 80%;
  }

  .block_partner {
    margin-top: -13px;
    margin-bottom: 30px;
    padding-top: 35px;
  }

  .heading-11 {
    margin-bottom: 0;
    font-size: 25px;
  }

  .image-37 {
    width: 30%;
  }

  .image-37.vinptom {
    width: 35%;
  }

  .image-37.nepobor {
    width: 50%;
  }

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

  .grid-14._3 {
    margin-top: -14px;
    margin-bottom: 22px;
  }

  .image-38 {
    width: 35%;
  }

  .image-41 {
    width: 100%;
  }

  .partners3 {
    margin-top: 4px;
  }

  .partners2 {
    margin-top: 0;
  }

  .grid-16 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .image-42 {
    width: 60%;
  }

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

  .div-block-12 {
    margin-top: -51px;
    padding-top: 0;
  }

  .div-block-13 {
    margin-top: 11px;
  }

  .div-block-14 {
    width: 100%;
  }

  .block_partner-2 {
    margin-bottom: 32px;
    padding-top: 35px;
  }

  .block_partn_txt-2 {
    margin-bottom: 32px;
  }

  .heading-12 {
    margin-bottom: 0;
    font-family: Fira Sans, sans-serif;
    font-size: 20px;
  }

  .grid-17 {
    grid-template-rows: 73px auto 77px;
    grid-template-columns: 1fr;
  }

  .image-47 {
    width: 41%;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }
}

#w-node-_7e0d8285-fef9-ebf9-aeb5-379e599e587a-ce72c73e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_372b265a-801f-fdf2-e129-c51f9e47bf23-ce72c73e, #w-node-_7a30cda2-7f9e-3c2c-9960-9331c549cbf1-ce72c73e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6b012aa8-5d40-0b24-a52a-6da3263a5803-ce72c73e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1f68421-408f-6645-c106-ac3c08a6442c-ce72c73e, #w-node-_71270a4e-0e46-0b45-6b74-0520c343ca51-ce72c73e, #w-node-_1b3a373e-8c7c-b03b-7e4b-85898846cf1e-ce72c73e, #w-node-b2b42462-13aa-f097-9930-93eabe667604-ce72c73e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f060307b-d74a-ce4a-7e81-ccc78f3bbbaf-ce72c73e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f060307b-d74a-ce4a-7e81-ccc78f3bbbae-ce72c73e, #w-node-f060307b-d74a-ce4a-7e81-ccc78f3bbbb0-ce72c73e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_67458f64-656f-cbaa-70ed-2703163311be-ce72c73e, #w-node-_67458f64-656f-cbaa-70ed-2703163311c0-ce72c73e, #w-node-_67458f64-656f-cbaa-70ed-2703163311c1-ce72c73e, #w-node-_67458f64-656f-cbaa-70ed-2703163311c2-ce72c73e, #w-node-_67458f64-656f-cbaa-70ed-2703163311c4-ce72c73e, #w-node-_67458f64-656f-cbaa-70ed-2703163311c6-ce72c73e, #w-node-_67458f64-656f-cbaa-70ed-2703163311c7-ce72c73e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_7e0d8285-fef9-ebf9-aeb5-379e599e587a-ce72c73e, #w-node-_372b265a-801f-fdf2-e129-c51f9e47bf23-ce72c73e {
    align-self: center;
    justify-self: center;
  }

  #w-node-b2b42462-13aa-f097-9930-93eabe667604-ce72c73e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-f060307b-d74a-ce4a-7e81-ccc78f3bbbaf-ce72c73e {
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_372b265a-801f-fdf2-e129-c51f9e47bf23-ce72c73e {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_372b265a-801f-fdf2-e129-c51f9e47bf23-ce72c73e {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f060307b-d74a-ce4a-7e81-ccc78f3bbbaf-ce72c73e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b2b42462-13aa-f097-9930-93eabe667604-ce72c73e {
    align-self: end;
  }

  #w-node-_67458f64-656f-cbaa-70ed-2703163311c2-ce72c73e, #w-node-_67458f64-656f-cbaa-70ed-2703163311c4-ce72c73e, #w-node-_67458f64-656f-cbaa-70ed-2703163311c6-ce72c73e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


