/* cyrillic-ext */
@font-face {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/euclid-circular/euclid-circular-a-Regular.ttf);
}
@font-face {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/euclid-circular/euclid-circular-a-Medium.ttf);
}
@font-face {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/euclid-circular/euclid-circular-a-SemiBold.ttf);
}
@font-face {
  font-family: "Euclid Circular A";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/euclid-circular/euclid-circular-a-Bold.ttf);
}
:root {
  --fs-base: 16px;
  --fs-medium: 24px;
  --color-body: #010104;
  --color-text: #ffffff;
  --color-border: rgba(255, 255, 255, 0.50);
  --btn-background: linear-gradient(91deg, #3A85D3 0.1%, #BE6BD5 99.2%);
  --ff-primary: Euclid Circular A, sans-serif;
}

body {
  background-color: var(--color-body);
  color: var(--color-text);
  font-family: var(--ff-primary);
}

a {
  text-decoration: none;
  display: inline-block;
}

ul, li, p {
  padding: 0;
  margin: 0;
}

.md-header {
  position: absolute;
  padding: 10px 0;
  width: 100%;
  z-index: 1000;
}
.md-header--sticky {
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
}
.md-header__nav {
  column-gap: 32px;
}
.md-header__nav-link {
  color: #fff !important;
  opacity: 0.5;
}
.md-header__nav-link:hover, .md-header__nav-link:active, .md-header__nav-link.active {
  opacity: 1;
}
.md-header__mobile-btn {
  display: inline-flex;
  width: 24px;
  flex-direction: column;
}
.md-header__mobile-btn span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.md-header__mobile-btn span:not(:last-child) {
  margin-bottom: 4px;
}
.md-section {
  --md-section-title-fs: 36px;
  --md-section-spacing: 80px;
  padding-top: var(--md-section-spacing);
}
@media screen and (min-width: 992px) {
  .md-section {
    --md-section-spacing: 80px;
  }
}
.md-section:last-child {
  padding-bottom: var(--md-section-spacing);
}
.md-section__title {
  font-size: var(--md-section-title-fs);
  line-height: calc(var(--md-section-title-fs) + 8px);
  font-weight: 700;
}
.md-box {
  border: 1px solid var(--color-border);
}
.md-speakercard {
  --md-speaker-title-fs: 32px;
}
.md-speakercard__profile {
  margin-bottom: 24px;
}
.md-speakercard__title {
  font-size: var(--md-speaker-title-fs);
  line-height: calc(var(--md-speaker-title-fs) + 8px);
  margin-bottom: 12px;
}
.md-speakercard__designation {
  font-size: 22px;
  margin-bottom: 16px;
}
.md-speakercard__desc p {
  line-height: 164.8%;
  /* 1.648rem */
}
.md-text__medium {
  font-size: var(--fs-medium);
  line-height: calc(var(--fs-medium) + 8px);
}
.md-btn__primary {
  background: var(--btn-background);
  color: #0f0d0d;
  padding: 10px 24px;
  line-height: 26px;
  font-weight: bold;
}
.md-btn__primary:hover {
  color: #fff;
}
.md-hero {
  --md-hero-title-fs: 32px;
}
@media screen and (min-width: 768px) {
  .md-hero {
    --md-hero-title-fs: 48px;
  }
}
@media screen and (min-width: 992px) {
  .md-hero {
    --md-hero-title-fs: 76px;
  }
}
.md-hero__title {
  font-size: var(--md-hero-title-fs);
  line-height: normal;
}
.md-hero__title-highlight {
  opacity: 0.5;
}
.md-hero__desc {
  font-size: 24px;
  font-weight: 500;
}
.md-hero__venue-address {
  font-size: 32px;
}
.md-section--hero {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
.md-section--hero .md-herographic-design {
  position: relative;
  height: 18em;
}
@media screen and (min-width: 992px) {
  .md-section--hero .md-herographic-design {
    position: absolute;
    right: 0;
    top: 20%;
    width: 28em;
    height: 100%;
  }
}
.md-section--hero .md-herographic-design span {
  display: inline-block;
  position: absolute;
  width: 15em;
  height: 18em;
  background: linear-gradient(90deg, #DE70FF 0%, rgba(222, 112, 255, 0) 100%);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.md-section--hero .md-herographic-design span:nth-child(2) {
  left: 6em;
}
.md-section--hero .md-herographic-design span:nth-child(3) {
  left: 12em;
}
.md-section--about p {
  font-size: 20px;
}
.md-section--about .md-aboutgraphic-design {
  position: relative;
  width: 16em;
  height: 16em;
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .md-section--about .md-aboutgraphic-design {
    margin-bottom: 0;
  }
}
.md-section--about .md-aboutgraphic-design span {
  display: inline-block;
  position: absolute;
  width: 15em;
  height: 15em;
  border-radius: 99em;
  background: linear-gradient(198deg, #7BBAFF -12.99%, rgba(62, 133, 211, 0) 50.04%);
}
.md-section--about .md-aboutgraphic-design span:nth-child(2) {
  top: 3em;
  left: -1em;
}
.md-section--about .md-aboutgraphic-design span:nth-child(3) {
  top: 6em;
  left: -2em;
}
@media screen and (min-width: 992px) {
  .md-section--speakers {
    background: url("../images/speakers-bg-graphic.svg") right top no-repeat;
  }
}
.md-section--agenda .md-section__title + img {
  margin-left: 40px;
}
.md-section--agenda .md-agendagraphic-design {
  position: relative;
  margin-left: 40px;
}
.md-section--agenda .md-agendagraphic-design span {
  display: inline-block;
  position: absolute;
  width: 3em;
  height: 5.8em;
  background: linear-gradient(271deg, #7BBAFF -12.99%, rgba(62, 133, 211, 0) 112.04%);
}
.md-section--agenda .md-agendagraphic-design span:nth-child(2) {
  left: 2em;
}
.md-section--agenda .md-agendagraphic-design span:nth-child(3) {
  left: 4em;
}
.md-section--team {
  background: url("../images/team-bg-graphic.svg") right top no-repeat;
}
.md-teamprofile {
  width: 210px;
  margin: 0 auto;
}
.md-teamprofile img {
  height: 100%;
  object-fit: cover;
}
.md-teamprofile__imgwrap {
  height: 252px;
  padding: 1rem !important;
  overflow: hidden;
}
.md-timeline__time {
  font-size: 24px;
  width: 100%;
  margin-right: auto;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .md-timeline__time {
    width: 214px;
    margin-right: 24px;
  }
}
.md-timeline__title {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 24px;
  padding-left: calc(14px + 24px);
}
.md-timeline__title:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 22px;
  top: 8px;
  left: 0;
  background: url("../images/icons/arrow.svg") 0 0 no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 992px) {
  .md-timeline__title:before {
    height: 100%;
    top: 0;
    background-position: left center;
  }
}
.md-footer {
  background: #131317;
  padding: 32px 0 60px;
  font-weight: 600;
}
.md-footer h5 {
  opacity: 0.5;
  font-weight: 400;
  margin-bottom: 8px;
}
.md-footer__social {
  column-gap: 16px;
}
.md-mobilemenu__item {
  margin-bottom: 48px;
}
.md-mobilemenu__link {
  color: #fff !important;
  opacity: 0.5;
}
.md-mobilemenu__link:hover {
  opacity: 1;
}