:root {
  --black: #0a010c;
  --white: white;
  --purple: #892e99;
  --dark-background: #110518;
  --black-2: black;
  --light-pink: #ffe8f1;
  --yellow: #fdb627;
}

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

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

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.cta {
  background-color: var(--black);
  flex-direction: column;
  align-items: center;
  padding: 60px 25%;
  display: flex;
}

.cta.cc-cta {
  background-color: var(--black);
  background-image: url('../images/mediabil_december_cover_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.cta.cc-store-home-wrap {
  height: 90vh;
  background-color: var(--black);
  margin-left: 0;
  margin-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  color: var(--white);
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  color: var(--purple);
  font-size: 18px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: var(--black);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: var(--black);
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: var(--black);
  font-weight: 600;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  border-radius: 11px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.registration {
  z-index: 5;
  border: 1px solid var(--purple);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.button.registration:hover {
  background-color: var(--white);
  box-shadow: 0 0 15px 1px var(--purple);
  color: var(--black);
}

.button.registration.secondary {
  display: none;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.registration-footer {
  z-index: 5;
  background-color: var(--black-2);
  color: var(--white);
  border: 1px solid #75c043;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.button.registration-footer:hover {
  background-color: var(--white);
  box-shadow: 0 0 15px 1px var(--purple);
  color: var(--black);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  font-weight: 700;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  max-width: 1120px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-item {
  opacity: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--purple);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo {
  width: 300px;
  display: block;
}

.navigation-items {
  background-color: var(--light-pink);
  border-radius: 1em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 10px 6px #892e99;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
}

.cta-wrap {
  color: var(--purple);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.intro-header {
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
}

.image-wrapper {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.image-wrapper.cc-homepage {
  width: auto;
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin: 100px auto 40px;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 400px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 30px;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

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

.body {
  background-color: var(--dark-background);
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.div-block {
  width: 100%;
  max-width: 700px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  transition: opacity .5s;
  display: flex;
  box-shadow: 0 0 40px 2px #75c043;
}

.image {
  width: 900px;
  margin-top: 140px;
  padding-top: 60px;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #4e53d3;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.section-2.scroll {
  flex-direction: row;
  justify-content: space-between;
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.image-2 {
  height: 40px;
  margin: 20px;
}

.image-3 {
  height: 40px;
  margin: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-3 {
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.container-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-3 {
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

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

.speaker-info {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.speker-photo {
  width: 120px;
  height: 120px;
  min-width: 120px;
  border-radius: 60px;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.speaker-image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 40px;
  padding: 0;
}

.position {
  color: var(--purple);
  margin-top: 10px;
  font-size: 12px;
}

.position.big {
  text-transform: uppercase;
  margin-top: 60px;
  font-size: 16px;
  font-weight: 700;
}

.div-block-7 {
  width: 2px;
  height: 100%;
  background-color: var(--black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text {
  font-size: 21px;
}

.text-block-3 {
  font-size: 24px;
  font-weight: 700;
}

.div-block-8 {
  width: 1px;
  height: 100%;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-2 {
  color: var(--white);
}

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

.div-block-10 {
  background-color: var(--purple);
  border-radius: 50px;
}

.job-info {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.image-5 {
  mix-blend-mode: normal;
  margin-top: -75px;
  margin-left: 100px;
  padding-top: 0;
  padding-left: 0;
  transition: opacity .3s;
}

.section-footer {
  background-color: var(--black);
}

.event_item_name {
  text-transform: uppercase;
  font-size: 18px;
}

.div-block-11 {
  flex: 0 auto;
}

.text-block-6 {
  width: 400px;
}

.panel-item-name {
  width: auto;
  color: var(--white);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.image-7 {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.column-3 {
  margin-bottom: 60px;
}

.speaker-text-data {
  width: 100%;
  align-self: center;
}

.html-embed {
  margin-bottom: -10px;
}

.organizator {
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.logo-mdf {
  width: 300px;
  margin-top: 1em;
}

.logo-mdf.partner {
  width: 180px;
  height: 100%;
  width: 120px;
  height: 100%;
}

.logo-mdf.partner-2 {
  width: 180px;
  height: 100%;
}

.marquee {
  z-index: 1;
  max-height: none;
  grid-column-gap: 1rem;
  background-color: var(--purple);
  box-shadow: 0 0 20px 16px var(--purple);
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee.scroll {
  width: 100%;
  grid-row-gap: 1rem;
  background-color: var(--black);
  flex-direction: row;
  justify-content: flex-start;
}

.marquee-content {
  height: auto;
  min-width: 100%;
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.marquee-content.scroll {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.image-9 {
  width: 100px;
}

.marquee-string {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-10 {
  flex: 0 auto;
  display: block;
}

.image-11 {
  max-width: none;
}

.image-12 {
  width: 30%;
}

.image-13 {
  max-height: none;
  max-width: none;
}

.logo-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-section {
  height: 90vh;
  background-image: url('../images/mediabil_december_cover.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section.noise {
  height: 100vh;
  background-image: none;
  justify-content: center;
}

.container-3 {
  max-width: none;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo_hero {
  max-width: 700px;
}

.heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--light-pink);
  margin-top: -24px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.heading.caps {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 130%;
}

.image-17 {
  width: auto;
  margin-top: -36px;
  padding-top: 0;
}

.image-18 {
  z-index: 0;
  width: 340px;
  opacity: .43;
  padding-bottom: 104px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

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

.margin-top.margin-medium {
  margin-top: 1.5rem;
  display: flex;
}

.text-colour-lightgrey {
  color: rgba(255, 255, 255, .65);
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: #302133;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_progress-bar {
  z-index: 0;
  width: 3px;
  height: 50vh;
  background-color: var(--dark-background);
  background-image: linear-gradient(to bottom, var(--purple) 33%, var(--purple) 86%, #302133);
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.timeline_text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.timeline_component {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.event-item {
  margin-bottom: 0;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.overlay-fade-top {
  height: 80px;
  background-image: linear-gradient(#0a0a0a, rgba(10, 10, 10, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link {
  text-decoration: underline;
}

.link:hover {
  color: #eba901;
  text-decoration: none;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.container-4 {
  z-index: 0;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_progress {
  z-index: 0;
  width: 3px;
  height: 100%;
  background-color: #2a1d2b;
  display: block;
  position: absolute;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, rgba(0, 0, 0, 0) 28%), url('../images/Image-Background_1Image Background.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.speaker-name {
  color: var(--white);
  font-weight: 700;
}

.program-section {
  background-color: var(--dark-background);
}

.gradient-darker {
  width: 100%;
  height: 80px;
  background-image: linear-gradient(to top, var(--dark-background), var(--dark-background) 63%, rgba(0, 0, 0, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-darker.top {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--black), black 63%, rgba(0, 0, 0, 0));
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline-divider {
  width: 300px;
  height: 0;
  color: #5c5c5c;
  background-color: #363636;
  margin-top: 0;
}

.time {
  width: 80px;
}

.date {
  width: 320px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.hero-block {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -3em;
  display: flex;
  position: relative;
}

.adress {
  color: var(--white);
  font-weight: 600;
}

.page-wrapper {
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: var(--dark-background);
  position: absolute;
  top: 0;
}

.main-wrapper {
  width: 100%;
  height: 85vh;
  position: relative;
  overflow: hidden;
}

.section {
  width: 100%;
  height: 75vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.glow-circle {
  z-index: 1;
  width: 15rem;
  height: 15rem;
  opacity: 1;
  filter: blur(120px);
  mix-blend-mode: color-dodge;
  background-color: #9c6ca5;
  border-radius: 100vw;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  mix-blend-mode: normal;
  background-image: url('../images/background.png');
  background-size: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.grid-texture {
  width: 100%;
  height: 15vh;
  background-image: url('../images/grid.svg'), linear-gradient(#521a6d, #1e1a6d 60%, #101230);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-texture.secondary {
  height: 10vh;
  opacity: .65;
}

.image-19 {
  width: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 25%;
  right: 0%;
}

.city-silhoutte {
  z-index: 10;
  width: 70vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 15%;
  right: auto;
}

.image-21 {
  z-index: 2;
  width: 70%;
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: 15%;
  right: 0%;
}

.grid-decorate {
  width: 60vw;
  position: absolute;
}

.div-block-17 {
  width: 100%;
  height: 100vh;
  opacity: .4;
  background-image: url('../images/madiapain_november_2023-Recovered.svg'), url('../images/Background.svg');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
  position: absolute;
}

.ligh-blik {
  opacity: .5;
  border-radius: 0;
  position: absolute;
}

.ligh-blik:hover {
  opacity: .85;
}

.div-block-18 {
  height: 45px;
  border-radius: 4px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 24px;
}

.desription {
  z-index: 10;
  background-color: var(--dark-background);
  position: relative;
}

.container-5 {
  max-width: 800px;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--dark-background);
  flex-direction: column;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.paragraph {
  max-width: 40ch;
  opacity: .74;
  color: var(--white);
  text-align: center;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.5em;
}

.location-cta {
  background-color: #110518;
}

.clock-label {
  width: 100%;
  color: #535353;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 1em;
  margin-right: 0;
  padding-left: 0;
  font-size: 1em;
}

.button-2 {
  color: #0d0d0d;
  background-color: #a5cf4d;
  border: 1px solid #a5cf4d;
  padding-left: 30px;
  padding-right: 30px;
}

.button-2:hover {
  color: #fff;
  background-color: #0d0d0d;
  border: 1px solid #000;
  font-weight: 600;
}

.button-2.blackbig {
  color: #0d0d0d;
  background-color: #a5cf4d;
  font-size: 1.5em;
}

.button-2.blackbig:hover {
  color: #fff;
  background-color: #0d0d0d;
}

.box {
  width: 100%;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 2em;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #fff;
  text-align: center;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
}

.js-clock {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-small {
  font-size: 1em;
}

.text-size-small.padding-top {
  padding-top: 2em;
}

.timer-section {
  min-width: 100%;
  background-color: #110518;
  flex-direction: column;
  align-items: center;
  margin-bottom: auto;
  padding-top: 3em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.timer {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 3em;
  padding-top: 1em;
  padding-bottom: 3em;
  display: flex;
}

.div-block-19 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.location {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.location-icon {
  width: 24px;
}

.location-icon.big {
  width: 48px;
}

.div-block-20 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: linear-gradient(rgba(17, 5, 24, .6), rgba(17, 5, 24, .6)), url('../images/grid_background-07.svg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 3em;
  display: flex;
}

.background {
  width: 60vw;
  position: absolute;
}

.background-copy {
  z-index: -3;
  width: 70vw;
  opacity: .43;
  position: absolute;
  top: 0;
}

.higlight-text {
  color: var(--purple);
  font-weight: 600;
}

.about-text {
  color: var(--white);
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--light-pink);
  text-transform: uppercase;
  margin-top: -24px;
  margin-bottom: 2em;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
}

.about-text.caps {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 130%;
}

.container-6 {
  max-width: 1120px;
}

.footer-top-container {
  background-color: var(--black);
  padding-bottom: 3em;
  position: relative;
}

.footer-social-btm-link-r {
  grid-column-gap: 1em;
  color: #fff;
  align-items: flex-start;
  margin-left: 2em;
  display: flex;
}

.footer-social-parent {
  grid-column-gap: .6em;
  grid-row-gap: 0em;
  align-items: center;
  padding-left: 0;
}

.footer-social-btm-link {
  justify-content: space-between;
  display: flex;
}

.footer-social-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-hide {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.twitter-link, .facebook-link {
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
  padding-left: 0;
  padding-right: 0;
}

.heading-footer-cta {
  font-size: 4em;
  line-height: 1;
}

.footer-cta-l {
  position: relative;
}

.footer-arrow-icon {
  width: .8em;
  filter: invert(34%);
}

.text-link-footer {
  color: #fff;
}

.footer_bottom_social-links {
  width: auto;
  justify-content: center;
  margin-right: 0;
  display: flex;
  position: relative;
  left: 0;
}

.line-btm {
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-white {
  color: #fff;
  line-height: 1;
}

.footer-social-btm-parent {
  cursor: pointer;
  margin-bottom: 3em;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  position: relative;
}

.instagram-link {
  width: 1.5em;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-small {
  width: 100%;
  height: 100%;
  color: #000;
}

.footer-cta-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.line-btm-white {
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-2 {
  color: var(--purple);
}

.div-block-21 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .button {
    border-radius: 10px;
  }

  .button:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .div-block {
    max-width: 800px;
  }

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

@media screen and (max-width: 991px) {
  .cta {
    padding-left: 15%;
    padding-right: 15%;
  }

  .cta.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.registration {
    padding: 15px 10px;
    display: none;
  }

  .button.registration-footer {
    padding: 15px 10px;
    display: flex;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 0;
    margin-right: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
  }

  .navigation {
    padding: 10px 30px;
  }

  .navigation-item {
    padding-left: 10px;
    padding-right: 10px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    background-size: contain;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
    min-width: 300px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .image-3 {
    object-fit: fill;
  }

  .speaker-info {
    align-items: center;
    margin-top: 20px;
  }

  .speker-photo {
    width: 120px;
    height: 120px;
    min-height: 0;
    border-radius: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    display: flex;
  }

  .speaker-image {
    min-height: 100%;
    border-radius: 100px;
    margin-right: 0;
  }

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

  .image-5 {
    margin-top: -25px;
  }

  .columns {
    display: flex;
  }

  .column-2 {
    display: block;
  }

  .column-3 {
    margin-bottom: 40px;
  }

  .speaker-text-data {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .organizator {
    padding-top: 120px;
  }

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

  .hero-section {
    height: 60vh;
  }

  .hero-section.noise {
    height: 70vh;
  }

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

  .timeline_item {
    grid-template-columns: 1fr 90px 1fr;
  }

  .program-section {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 30px;
  }

  .text-block-7 {
    padding: 10px 20px;
    font-size: 20px;
  }

  .clock-number {
    font-size: 4rem;
  }

  .timer-wrapper {
    margin-bottom: 2em;
  }

  .timer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-social-parent {
    padding-left: 0;
  }

  .footer-social-container {
    grid-template-columns: 1.25fr;
  }

  .heading-footer-cta {
    font-size: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .cta {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .cta.cc-cta {
    padding: 15px;
  }

  .cta.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .cta.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation-wrap {
    grid-column-gap: 0px;
  }

  .navigation {
    padding: 5px 30px 5px 0;
  }

  .menu-button {
    background-color: var(--purple);
  }

  .navigation-items {
    background-color: var(--yellow);
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-wrapper {
    width: 80%;
  }

  .image-wrapper.cc-homepage {
    max-width: 500px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .intro-text {
    max-width: 300px;
    min-width: 250px;
    margin-top: 20px;
  }

  .div-block-2 {
    display: block;
  }

  .image-2 {
    display: none;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3 {
    margin-left: auto;
    padding-top: 10px;
  }

  .speker-photo {
    height: 120px;
  }

  .bold-text {
    font-size: 16px;
  }

  .div-block-8 {
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
  }

  .div-block-9 {
    text-align: left;
  }

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

  .panel-item-name {
    width: 250px;
  }

  .columns {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .column {
    text-align: left;
  }

  .column-2 {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-3 {
    text-align: left;
  }

  .organizator {
    padding-top: 80px;
  }

  .marquee-content.scroll {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .logo-wrapper {
    display: flex;
  }

  .hero-section {
    height: 50vh;
  }

  .hero-section.noise {
    height: 80vh;
  }

  .logo_hero {
    max-width: 100%;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
  }

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

  .timeline_text {
    font-size: 20px;
  }

  .event-item {
    margin-bottom: 48px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .program-section {
    padding-left: 25px;
  }

  .date {
    width: 280px;
  }

  .div-block-18 {
    padding-top: 10px;
  }

  .timer {
    margin-bottom: 0;
  }

  .about-text {
    text-align: center;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
  }

  .footer-social-parent {
    padding-left: 0;
    display: flex;
  }

  .footer-social-container {
    grid-template-columns: 1fr;
  }

  .heading-footer-cta {
    font-size: 8vw;
  }

  .heading-footer-cta.text-white {
    color: #fff;
  }

  .footer_bottom_social-links {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .cta {
    padding: 15px 0%;
  }

  .cta.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-bigger {
    margin-top: 40px;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 12px;
  }

  .button.registration {
    display: block;
  }

  .button.registration.hide {
    display: none;
  }

  .button.registration.secondary {
    border-width: 2px;
    border-color: var(--dark-background);
    background-color: var(--dark-background);
    display: block;
  }

  .button.registration.secondary:hover {
    border-color: var(--purple);
    background-color: var(--white);
    color: var(--purple);
  }

  .button.registration-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    display: block;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    flex-direction: column;
  }

  .navigation {
    box-shadow: none;
    padding: 0;
  }

  .menu-button {
    flex: none;
    display: block;
    overflow: visible;
  }

  .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding: 20px 15px;
  }

  .intro-header {
    height: 400px;
    justify-content: center;
    align-items: center;
    margin-top: -38px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .image-wrapper.cc-homepage {
    margin-bottom: 0;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .intro-text {
    min-width: 200px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .body {
    padding-top: 0;
  }

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

  .section-2 {
    margin-bottom: 40px;
  }

  .div-block-2 {
    width: 100%;
    flex: 0 auto;
    justify-content: center;
    display: block;
  }

  .image-2 {
    display: none;
    overflow: visible;
  }

  .image-3 {
    overflow: visible;
  }

  .section-3 {
    padding-bottom: 0;
  }

  .container-2 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 2px;
  }

  .div-block-3 {
    margin-left: auto;
    padding-top: 0;
  }

  .speaker-info {
    margin-right: 20px;
    display: block;
  }

  .speker-photo {
    width: 100px;
    height: 100px;
    min-width: 100px;
    background-image: none;
    border-radius: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .speaker-image {
    width: 100%;
    min-height: 100%;
  }

  .position {
    font-size: 12px;
  }

  .bold-text {
    font-size: 16px;
  }

  .div-block-8 {
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
    position: static;
  }

  .bold-text-2 {
    line-height: 16px;
  }

  .div-block-9 {
    text-align: left;
    margin-left: 10px;
  }

  .div-block-10 {
    border-radius: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .job-info {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }

  .image-5 {
    margin-top: -10px;
    margin-left: 20px;
  }

  .image-6 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .event_item_name {
    font-size: 16px;
  }

  .panel-item-name {
    width: 200px;
  }

  .columns {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .column {
    text-align: left;
  }

  .column-2 {
    flex: 0 auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .column-3 {
    text-align: left;
    margin-bottom: 20px;
  }

  .speaker-text-data {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-13 {
    width: 200px;
  }

  .organizator {
    padding-top: 60px;
  }

  .logo-mdf {
    width: 250px;
  }

  .marquee {
    max-width: 100%;
    min-width: 100%;
  }

  .marquee-content {
    width: auto;
  }

  .marquee-content.scroll {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-14 {
    width: auto;
    height: auto;
  }

  .image-15 {
    max-width: 200px;
    min-width: 0;
  }

  .hero-section.noise {
    height: 100vh;
    min-width: 100%;
    justify-content: center;
  }

  .logo_hero {
    max-width: 300px;
  }

  .heading {
    color: var(--white);
    text-align: center;
    letter-spacing: 0;
    margin-top: 3em;
    margin-bottom: 6em;
    font-size: 12px;
    line-height: 18px;
  }

  .heading.caps {
    font-size: 18px;
  }

  .image-17 {
    margin-top: -13px;
  }

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

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_date-text {
    font-size: 24px;
  }

  .timeline_item {
    max-width: none;
    grid-template-columns: 48px 240px;
  }

  .program-section {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .time {
    width: 60px;
  }

  .date {
    width: 190px;
  }

  .hero-block {
    margin-top: -5em;
  }

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

  .adress {
    font-size: 13px;
  }

  .page-wrapper {
    z-index: 1;
    height: 100vh;
  }

  .main-wrapper {
    height: 90vh;
    position: static;
  }

  .section {
    height: 90vh;
    background-size: cover;
  }

  .bg {
    background-image: url('../images/background.png');
    background-position: 0 0;
  }

  .grid-texture {
    height: 10vh;
  }

  .city-silhoutte {
    z-index: 10;
    width: 100vw;
    max-width: 100%;
    position: absolute;
    top: auto;
    bottom: 10vh;
    left: 0%;
    right: 0%;
  }

  .grid-decorate {
    width: 100vw;
    margin-bottom: 5em;
  }

  .div-block-18 {
    height: 30px;
    background-color: var(--purple);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    padding-top: 0;
    padding-left: 5px;
    display: flex;
    transform: none;
  }

  .paragraph {
    font-size: 16px;
  }

  .clock-label {
    font-size: 8px;
  }

  .button-2.blackbig {
    font-size: 1.3em;
  }

  .box {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 5px;
    padding: 5px 2px;
  }

  .clock-number {
    font-size: 2rem;
  }

  .timer-wrapper {
    width: 100%;
  }

  .js-clock {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-size-small.padding-top {
    padding-top: 4em;
  }

  .timer-section {
    text-align: center;
    margin-top: 0;
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .timer {
    margin-top: 1em;
    margin-bottom: 3em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-image: linear-gradient(rgba(17, 5, 24, .7), rgba(17, 5, 24, .7)), url('../images/grid_background-07.svg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding: 4em 1em 2em;
  }

  .about-text {
    color: var(--white);
    text-align: left;
    letter-spacing: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .about-text.caps {
    font-size: 18px;
  }

  .footer-social-parent {
    display: flex;
  }

  .heading-footer-cta {
    font-size: 12vw;
  }

  .footer_bottom_social-links {
    flex: 0 auto;
    margin-left: 0;
    display: flex;
  }

  .div-block-21 {
    flex-direction: column;
  }

  .div-block-22 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-23 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-24 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

#w-node-d27f8ae4-3f6c-4ac1-07e1-26b2e55195ea-98477e5d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2504abc7-6853-2240-a698-d4da742eceb2-98477e5d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2504abc7-6853-2240-a698-d4da742eceb3-98477e5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2504abc7-6853-2240-a698-d4da742eceb2-98477e5d {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_42bc8365-c477-0450-306d-9cb9ef7fce14-98477e5d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_42bc8365-c477-0450-306d-9cb9ef7fce17-98477e5d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_42bc8365-c477-0450-306d-9cb9ef7fce19-98477e5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42bc8365-c477-0450-306d-9cb9ef7fce2a-98477e5d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_42bc8365-c477-0450-306d-9cb9ef7fce2d-98477e5d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_42bc8365-c477-0450-306d-9cb9ef7fce40-98477e5d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_42bc8365-c477-0450-306d-9cb9ef7fce43-98477e5d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_42bc8365-c477-0450-306d-9cb9ef7fce4d-98477e5d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_42bc8365-c477-0450-306d-9cb9ef7fce50-98477e5d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_42bc8365-c477-0450-306d-9cb9ef7fce5a-98477e5d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_42bc8365-c477-0450-306d-9cb9ef7fce5d-98477e5d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_42bc8365-c477-0450-306d-9cb9ef7fce67-98477e5d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_42bc8365-c477-0450-306d-9cb9ef7fce6a-98477e5d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_30f8f694-4b56-a99f-7f74-a39de8f19c45-98477e5d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_30f8f694-4b56-a99f-7f74-a39de8f19c48-98477e5d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2504abc7-6853-2240-a698-d4da742eceb2-98477e5d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2504abc7-6853-2240-a698-d4da742eceb3-98477e5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


