@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html {
  line-height: 1.15
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: initial;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: initial
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: initial
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

.container,
.container-fluid,
.container-xl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-md: 720px;
  --bs-breakpoint-lg: 1000px;
  --bs-breakpoint-xl: 1360px
}

.row {
  --bs-gutter-x: 5vw;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x)*-.5);
  margin-right: calc(var(--bs-gutter-x)*-.5);
  margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%
}

.col {
  flex: 1 0 0%
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.33333333%
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-2 {
  flex: 0 0 auto;
  width: 33.33333333%
}

.col-3 {
  flex: 0 0 auto;
  width: 50%
}

.col-4 {
  flex: 0 0 auto;
  width: 66.66666667%
}

.col-5 {
  flex: 0 0 auto;
  width: 83.33333333%
}

.col-6 {
  flex: 0 0 auto;
  width: 100%
}

.offset-1 {
  margin-left: 16.66666667%
}

.offset-2 {
  margin-left: 33.33333333%
}

.offset-3 {
  margin-left: 50%
}

.offset-4 {
  margin-left: 66.66666667%
}

.offset-5 {
  margin-left: 83.33333333%
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem
}

.fade {
  transition: opacity .15s linear
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

.collapsing.collapse-horizontal {
  height: auto;
  transition: width .35s ease;
  width: 0
}

.order-first {
  order: -1 !important
}

.order-0 {
  order: 0 !important
}

.order-1 {
  order: 1 !important
}

.order-2 {
  order: 2 !important
}

.order-3 {
  order: 3 !important
}

.order-4 {
  order: 4 !important
}

.order-5 {
  order: 5 !important
}

.order-last {
  order: 6 !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

.d-none {
  display: none !important
}

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff")
}

:root {
  --swiper-theme-color: #007aff
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, #00000080, #0000)
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.swiper-free-mode>.swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out
}

:root {
  --white: #fff;
  --black: #3a434c;
  --blue: #009ee3
}

*,
:after,
:before {
  box-sizing: border-box
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: -.012em;
  line-height: 1.6;
  text-align: left
}

body,
html {
  height: 100%
}

body {
  overflow-x: hidden;
  width: 100vw
}

.root {
  display: flex;
  flex-direction: column;
  min-height: 100%
}

.content {
  flex: 1 0 auto
}

.container {
  padding-left: min(5vw, 80px);
  padding-right: min(5vw, 80px)
}

.row {
  margin-left: max(-1.875vw, -30px);
  margin-right: max(-1.875vw, -30px)
}

.col,
[class*=col-] {
  padding-left: min(1.875vw, 30px);
  padding-right: min(1.875vw, 30px)
}

.btn,
.main-timing .nav-tabs .nav-link {
  align-items: center;
  background-color: initial;
  background-image: none;
  border: 0;
  border-radius: 0;
  column-gap: .5em;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.5;
  padding: .25em 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  white-space: nowrap
}

.btn.disabled,
.btn:disabled,
.btn:focus,
.main-timing .nav-tabs .disabled.nav-link,
.main-timing .nav-tabs .nav-link:disabled,
.main-timing .nav-tabs .nav-link:focus {
  box-shadow: none
}

.btn:not(:disabled):not(.disabled),
.main-timing .nav-tabs .nav-link:not(:disabled):not(.disabled) {
  cursor: pointer
}

.main-timing .nav-tabs a.disabled.nav-link,
a.btn.disabled {
  pointer-events: none
}

.btn-fill {
  background-color: #166ca0;
  border-radius: 50%;
  display: block;
  filter: blur(1rem);
  height: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
  width: 0;
  z-index: -1
}

.btn:hover .btn-fill,
.main-timing .nav-tabs .nav-link:hover .btn-fill {
  transition-duration: .6s
}

.btn-primary {
  background-color: #009ee3;
  color: #fff
}

.btn-primary,
.btn-secondary {
  border-radius: 0.75rem;
  font-family: Montserrat Alternates, sans-serif;
  letter-spacing: normal;
  padding: 1rem 3rem
}

.btn-secondary {
  background-color: #fff;
  color: #166ca0;
  transition: color .3s
}

.btn-secondary:hover {
  color: #fff
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.main-hero__date,
.main-hero__location,
.main-hero__overline,
.main-price__value,
.main-program__link,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat Alternates, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0
}

.h1,
h1 {
  font-size: 1.875rem;
  margin-bottom: .625em
}

.h2,
h2 {
  font-size: 1.75rem;
  margin-bottom: .6875em
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  font-size: 1.375rem;
  margin-bottom: .75em
}

a {
  text-decoration: none
}

.main-callback__form-text a,
.modal-foot a,
.section-content a:not([class]) {
  box-shadow: inset 0 -1px var(--black);
  color: var(--black);
  transition: box-shadow .15s
}

.main-callback__form-text a:hover,
.modal-foot a:hover,
.section-content a:hover:not([class]) {
  box-shadow: none
}

p {
  margin-bottom: .8em;
  margin-top: 0
}

strong {
  font-weight: 600
}

ol,
ul {
  margin-top: 0
}

.section-content ul {
  list-style: none;
  margin-bottom: .8em;
  padding-left: 0
}

.section-content ul>li {
  margin-bottom: .8em;
  padding-left: 2em;
  position: relative
}

.section-content ul>li:last-child {
  margin-bottom: 0
}

.section-content ul>li:before {
  border: 1px solid var(--blue);
  border-radius: 50%;
  content: "";
  height: .8em;
  left: .6em;
  position: absolute;
  top: .4em;
  width: .8em
}

.section-content ul>li>ul {
  margin-bottom: 0;
  margin-top: .8em
}

.section-content ol {
  list-style: decimal;
  list-style-position: outside;
  margin-bottom: .8em;
  padding-left: 2em
}

.section-content ol>li {
  margin-bottom: .8em
}

.section-content ol>li:last-child {
  margin-bottom: 0
}

.section-content ol>li>ol {
  margin-bottom: 0;
  margin-top: .8em
}

.hide-scrollbar {
  --fancybox-scrollbar-compensate: 0
}

.fancybox__backdrop {
  --fancybox-bg: var(--overlay-black);
  backdrop-filter: blur(4px)
}

.fancybox__slide {
  padding: 3rem .5rem
}

.fancybox__carousel .fancybox__slide.has-ajax,
.fancybox__carousel .fancybox__slide.has-html,
.fancybox__carousel .fancybox__slide.has-iframe,
.fancybox__carousel .fancybox__slide.has-inline {
  overflow-x: hidden;
  padding: 60px 0
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-youtube .fancybox__content {
  height: 100%;
  width: 100%
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
  padding: 0
}

.modal {
  --fancybox-opacity: 1;
  --fancybox-color: var(--black);
  --fancybox-content-color: var(--black);
  --fancybox-content-bg: var(--white);
  border-radius: 1rem;
  box-shadow: 0 0 60px 0 #009ee369;
  flex-shrink: 0;
  max-width: 50vw;
  padding: 3rem;
  width: 100%
}

.modal .is-close-btn {
  --f-button-border-radius: 0 !important;
  --f-button-color: var(--fancybox-color) !important;
  --f-button-hover-color: var(--fancybox-color) !important;
  --f-button-bg: #0000 !important;
  --f-button-hover-bg: #0000 !important;
  --f-button-active-bg: #0000 !important;
  --f-button-width: 2rem !important;
  --f-button-height: 2rem !important;
  --f-button-svg-width: 1.5rem !important;
  --f-button-svg-height: 1.5rem !important;
  --f-button-svg-filter: none !important;
  --f-button-svg-disabled-opacity: 1 !important;
  --f-button-svg-stroke-width: 0 !important;
  --f-button-svg-fill: var(--fancybox-color) !important;
  opacity: 1 !important;
  position: absolute !important;
  right: 1rem !important;
  top: 1rem !important;
  z-index: 1 !important
}

.modal .is-close-btn svg {
  stroke-linejoin: miter;
  stroke-linecap: butt;
  transition: none
}

.modal-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  row-gap: 1.25rem
}

.modal-head>:last-child {
  margin-bottom: 0
}

.modal-body {
  flex: 1 0 auto
}

.modal-foot {
  font-size: .75rem;
  line-height: 1.33333333
}

.modal-foot>:last-child {
  margin-bottom: 0
}

.modal-title {
  font-size: 1.875rem
}

.modal-centered {
  text-align: center
}

.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}

.nav-link.disabled,
.nav-link:disabled {
  cursor: default
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.form-control {
  appearance: none;
  background-color: initial;
  border: solid #111;
  border-radius: 0;
  border-width: 0 0 2px;
  box-shadow: none;
  color: #111;
  display: block;
  font-size: .9375rem;
  font-weight: 400;
  height: 3.5rem;
  letter-spacing: -.012em;
  line-height: 1.6;
  padding: 1.25rem 0 .625rem;
  transition: border-color .15s;
  width: 100%
}

.form-control:disabled,
.form-control[readonly] {
  opacity: 1
}

.form-control:focus {
  outline: 0
}

.form-control~.error {
  color: #e8262c;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1.53846154;
  margin-top: .75rem;
  padding-left: 1.375rem;
  position: relative
}

.form-control~.error svg {
  fill: #e8262c;
  display: block;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25rem
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none
}

.form-floating {
  position: relative
}

.form-floating>label {
  border: solid #0000;
  border-width: 0 0 2px;
  color: #111;
  font-size: .9375rem;
  font-weight: 400;
  height: 100%;
  left: 0;
  letter-spacing: -.012em;
  line-height: 1.6;
  overflow: hidden;
  padding: 1.25rem 0 .625rem;
  pointer-events: none;
  position: absolute;
  text-align: start;
  text-overflow: ellipsis;
  top: 0;
  transform-origin: 0 0;
  transition: transform .15s ease-in-out;
  white-space: nowrap;
  width: 100%;
  will-change: transform
}

.form-floating>.form-control::placeholder {
  color: #0000
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
  transform: scale(.8125) translateY(-1rem) translateX(.1875rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  transform: scale(.8125) translateY(-1rem) translateX(.1875rem)
}

.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%
}

.input-group>.form-control {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%
}

.input-group-append,
.input-group-prepend {
  display: flex
}

.section {
  margin-bottom: 5rem
}

.section-content>:first-child {
  margin-top: 0
}

.section-content>:last-child {
  margin-bottom: 0
}

.section-content img {
  height: auto;
  max-width: 100%
}

.section-content figure img {
  display: block;
  width: 100%
}

.main-about__row {
  row-gap: 48px
}

.main-about__side {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem
}

.main-about__poster {
  background-color: #f0f6fa;
  border-radius: 1rem;
  padding: 2rem 1.5rem
}

.main-about__poster-head {
  color: #166ca0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 1.5rem
}

.main-about__poster-body {
  font-weight: 600;
  padding-top: 1.75rem;
  position: relative
}

.main-about__poster-body:before {
  background-color: #166ca0;
  content: "";
  height: .25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.75rem
}

.main-about__poster-foot {
  margin-top: 40px
}

.main-about__footnote {
  background-color: #9ee0fd;
  border-radius: 1rem;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.4;
  padding: 1.5rem
}

.main-advantages__list {
  row-gap: 1rem
}

.main-advantages__item-outer {
  align-items: flex-start;
  column-gap: .5rem;
  display: flex
}

.main-advantages__item-number {
  align-items: center;
  border: 1px solid #009ee3;
  border-radius: .5rem;
  display: flex;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem
}

.main-advantages__item-text {
  padding: .5rem 0
}

.main-audience__row {
  row-gap: 3rem
}

.main-audience__col {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.main-audience__video {
  display: block;
  position: relative
}

.main-audience__video-poster {
  border-radius: 1rem;
  overflow: hidden;
  position: relative
}

.main-audience__video-poster:before {
  background-color: #0000;
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%
}

.main-audience__video-poster img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.main-audience__video-poster img.lazyload,
.main-audience__video-poster img.lazyloading {
  opacity: 0;
  transition: opacity .15s
}

.main-audience__video-poster img.lazyloaded {
  opacity: 1
}

.main-audience__video-control {
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  bottom: 0;
  display: flex;
  height: 4.5rem;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5rem
}

.main-audience__video-control svg {
  fill: #3a434c;
  display: block;
  height: 1.625rem;
  width: 1.625rem
}

.main-audience__video-control:after,
.main-audience__video-control:before {
  border: 2px solid #ffffff80;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%
}

.main-audience__video-control:hover:after,
.main-audience__video-control:hover:before {
  animation: ripple 1s ease-out forwards
}

.main-audience__video-control:hover:after {
  animation-delay: .2s
}

@keyframes ripple {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(.5)
  }

  70% {
    opacity: .3
  }

  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3)
  }
}

.main-bonuses-slider {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%)
}

.main-bonuses-slider-item {
  height: auto;
  margin-right: min(3.75vw, 60px);
  max-width: 436px;
  width: 75vw
}

.main-bonuses-slider-item:last-child {
  margin-right: 0
}

.main-bonuses-slider-item__outer {
  background-color: #f0f6fa;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  row-gap: 3rem
}

.main-bonuses-slider-item__outer:before {
  aspect-ratio: 1/1;
  background-color: #2caeff33;
  border-radius: 50%;
  content: "";
  filter: blur(38px);
  position: absolute;
  width: 100%
}

.main-bonuses-slider-item:nth-child(odd) .main-bonuses-slider-item__outer:before {
  left: 50%;
  top: 50%
}

.main-bonuses-slider-item:nth-child(2n) .main-bonuses-slider-item__outer:before {
  bottom: 50%;
  left: 50%
}

.main-bonuses-slider-item__text {
  font-weight: 600
}

.main-bonuses-slider-item__number {
  font-size: 1rem;
  line-height: 1.7
}

.main-callback__outer {
  background-color: #f9f9f9;
  border-radius: 1rem;
  padding: 3rem 1.5rem
}

.main-callback__title {
  margin-bottom: 2rem;
  text-align: center
}

.main-callback__form {
  display: flex;
  flex-direction: column;
  row-gap: 2rem
}

.main-callback__form .btn,
.main-callback__form .main-timing .nav-tabs .nav-link,
.main-timing .nav-tabs .main-callback__form .nav-link {
  width: 100%
}

.main-callback__form-row {
  display: flex;
  flex-direction: column;
  row-gap: 1.75rem
}

.main-callback__form-text {
  font-size: 1rem
}

.main-contacts-map {
  border-radius: 1rem;
  height: 30rem;
  overflow: hidden
}

.main-contacts-map .placemark {
  height: 4.375rem;
  left: -1.8125rem;
  position: absolute;
  top: -4.375rem;
  width: 3.625rem
}

.main-contacts-map .placemark-label {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 3px 5px 0 #00000040;
  font-family: Montserrat Alternates, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
  margin-top: -5rem;
  padding: 1rem;
  transform: translate3d(-50%, -100%, 0);
  width: 16rem
}

.main-gallery-slider {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%)
}

.main-gallery-slider-item {
  border-radius: 1rem;
  margin-right: min(3.75vw, 60px)
}

.main-gallery-slider-item:last-child {
  margin-right: 0
}

.main-gallery-slider-item.horizontal {
  max-width: 436px;
  overflow: hidden;
  position: relative;
  width: 75vw
}

.main-gallery-slider-item.horizontal:before {
  background-color: #0000;
  content: "";
  display: block;
  padding-top: 75%;
  width: 100%
}

.main-gallery-slider-item.horizontal img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.main-gallery-slider-item.horizontal img.lazyload,
.main-gallery-slider-item.horizontal img.lazyloading {
  opacity: 0;
  transition: opacity .15s
}

.main-gallery-slider-item.horizontal img.lazyloaded {
  opacity: 1
}

.main-gallery-slider-item.vertical {
  max-width: 327px;
  overflow: hidden;
  position: relative;
  width: 56.25vw
}

.main-gallery-slider-item.vertical:before {
  background-color: #0000;
  content: "";
  display: block;
  padding-top: 133.33333333%;
  width: 100%
}

.main-gallery-slider-item.vertical img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%
}

.main-gallery-slider-item.vertical img.lazyload,
.main-gallery-slider-item.vertical img.lazyloading {
  opacity: 0;
  transition: opacity .15s
}

.main-gallery-slider-item.vertical img.lazyloaded {
  opacity: 1
}

.main-hero .container {
  max-width: none;
  padding: 2.5vw
}

.main-hero__outer {
  border-radius: 1rem;
  overflow: hidden;
  position: relative
}

.main-hero__back {
  z-index: -1
}

.main-hero__back,
.main-hero__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.main-hero__image img {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: -1
}

.main-hero__image:after {
  background-color: #0c153436;
  background-image: linear-gradient(180deg, #0000, #0000002e);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.main-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 5vw)
}

.main-hero__body {
  padding: 2rem 1rem 0
}

.main-hero__overline,
.main-hero__title {
  color: var(--white);
  text-align: center;
  text-shadow: 0 4px 4px #00000040
}

.main-hero__overline {
  font-size: 1.125rem;
  margin-bottom: 1rem
}

.main-hero__sticker {
  background-color: #3e64805c;
  padding: 1rem 1rem 2rem
}

.main-hero__date,
.main-hero__location {
  color: var(--white);
  font-size: 1.125rem;
  text-align: center
}

.main-hero__date {
  margin-bottom: .75rem;
  text-shadow: 0 4px 4px #00000040
}

.main-hero__foot {
  padding: 16px;
}

.main-hero__events {}

.main-hero__events-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 16px;
  row-gap: 16px;
}

.main-hero__events-item {
  flex-basis: 400px;
}

.event-card {
  font-family: Montserrat Alternates, sans-serif;
  height: 100%;
}

.event-card__outer {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.event-card__body {
  backdrop-filter: blur(4px);
  background-color: rgba(71, 121, 152, 0.44);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  flex-grow: 1;
}

.event-card__foot {
  backdrop-filter: blur(4px);
  background-color: rgba(32, 59, 75, 0.60);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
}

.event-card__date {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: #FFF;
  display: flex;
  column-gap: 12px;
}

.event-card__date svg {
  fill: currentColor;
  width: 23px;
  height: 23px;
}

.event-card__location {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  color: #FFF;
  display: flex;
  column-gap: 12px;
}

.event-card__location svg {
  fill: currentColor;
  width: 23px;
  height: 23px;
}

.event-card__stream {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  color: #FFF;
}

.event-card__status {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  color: #009EE3;
}

.event-card__status_disabled {
  color: #F64B4B;
}

.main-partners__list {
  row-gap: 1rem
}

.main-partners__item-outer {
  height: 100%
}

.main-partners__item-image {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: .75rem
}

.main-partners__item-image img {
  display: block;
  max-width: 100%
}

.main-price__row {
  row-gap: 1.25rem
}

.main-price__outer {
  background-color: #009ee3;
  border-radius: 1rem;
  box-shadow: 0 0 60px 0 #009ee369;
  padding: 1.25rem;
}

.main-price__title,
.main-price__value {
  color: var(--white);
}

.main-price__title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.25rem
}

.main-price__value {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.04em;
  display: flex;
  column-gap: 0.4em;
}

.main-price__value .muted {
  font-weight: 500;
  text-decoration-line: line-through;
  color: #CEEFFD;
}

.main-price__side {
  display: flex;
  flex-direction: column;
}

.main-price__note {
  font-family: Montserrat Alternates, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  color: var(--white);
}

.main-program__row {
  row-gap: 3rem
}

.main-program__side {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center
}

.main-program__link {
  align-items: center;
  color: var(--black);
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  row-gap: 1.5rem
}

.main-program__link svg {
  display: block;
  height: 5rem;
  width: 5rem
}

.main-program [data-bs-toggle=collapse] {
  box-shadow: inset 0 -1px #166ca0;
  color: #166ca0;
  font-weight: 600;
  margin-left: 2em;
  transition: box-shadow .15s
}

.main-program [data-bs-toggle=collapse]:hover {
  box-shadow: none
}

.main-speaker__row {
  row-gap: 48px
}

.main-speaker__photo {
  align-items: flex-end;
  background-color: #f0f6fa;
  border-radius: 1rem;
  display: flex;
  justify-content: center
}

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

.main-speaker__name {
  font-size: 1.125rem
}

.main-speaker__foot {
  margin-top: 2rem
}

.main-timing .nav-tabs {
  column-gap: .5rem;
  justify-content: center;
  margin-bottom: 2rem
}

.main-timing .nav-tabs .nav-link {
  border: 2px solid #009ee3;
  border-radius: 2rem;
  padding: .625rem 2rem;
  transition: color .15s, background-color .15s
}

.main-timing .nav-tabs .nav-link.active,
.main-timing .nav-tabs .nav-link:hover {
  background-color: #009ee3;
  color: #fff
}

.main-timing__title {
  text-align: center
}

.main-timing__table {
  display: flex;
  flex-direction: column;
  row-gap: .75rem
}

.main-timing__table-row {
  grid-column-gap: 1rem;
  grid-row-gap: 0;
  background-color: #f9f9f9;
  border-radius: .5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  padding: .5rem;
  position: relative
}

.main-timing__table-cell:first-child {
  grid-area: 1/1/3/2
}

.main-timing__table-cell:nth-child(2) {
  grid-area: 1/2/2/3
}

.main-timing__table-cell:nth-child(3) {
  grid-area: 2/2/3/3
}

.main-timing__table-mark {
  border-radius: .5rem 0 0 .5rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: .5rem
}

.footer {
  font-size: .875rem
}

.footer .row {
  row-gap: 1.5rem
}

.footer__outer {
  box-shadow: inset 0 1px #e6e6e6;
  padding-bottom: 3rem;
  padding-top: 1.5rem
}

.footer-nav {
  column-gap: 2rem;
  row-gap: 1rem
}

.footer-nav .nav-link {
  color: #3a434c;
  transition: box-shadow .15s
}

.footer-nav .nav-link:hover {
  box-shadow: inset 0 -1px #3a434c
}

.developer a {
  color: #3a434c;
  transition: box-shadow .15s
}

.developer a:hover {
  box-shadow: inset 0 -1px #3a434c
}

.social-list {
  filter: drop-shadow(0 0 20px rgba(0, 158, 227, 0.41));
  background-color: #FFF;
  border-radius: 50px;
  padding: 32px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  position: fixed;
  right: 2.5vw;
  bottom: 2.5vw;
  z-index: 1000
}

.social-link {
  display: block;
  will-change: transform;
  transition: transform .15s cubic-bezier(.35, .755, .42, .95);
}

.social-link:hover {
  transform: scale(.96);
}

.social-link svg {
  display: block;
}

@media (min-width: 720px) {
  .col-md {
    flex: 1 0 0%
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 16.66666667%
  }

  .offset-md-2 {
    margin-left: 33.33333333%
  }

  .offset-md-3 {
    margin-left: 50%
  }

  .offset-md-4 {
    margin-left: 66.66666667%
  }

  .offset-md-5 {
    margin-left: 83.33333333%
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem
  }

  .order-md-first {
    order: -1 !important
  }

  .order-md-0 {
    order: 0 !important
  }

  .order-md-1 {
    order: 1 !important
  }

  .order-md-2 {
    order: 2 !important
  }

  .order-md-3 {
    order: 3 !important
  }

  .order-md-4 {
    order: 4 !important
  }

  .order-md-5 {
    order: 5 !important
  }

  .order-md-last {
    order: 6 !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }

  .d-md-none {
    display: none !important
  }
}

@media (min-width: 1000px) {
  .col-lg {
    flex: 1 0 0%
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 16.66666667%
  }

  .offset-lg-2 {
    margin-left: 33.33333333%
  }

  .offset-lg-3 {
    margin-left: 50%
  }

  .offset-lg-4 {
    margin-left: 66.66666667%
  }

  .offset-lg-5 {
    margin-left: 83.33333333%
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem
  }

  .order-lg-first {
    order: -1 !important
  }

  .order-lg-0 {
    order: 0 !important
  }

  .order-lg-1 {
    order: 1 !important
  }

  .order-lg-2 {
    order: 2 !important
  }

  .order-lg-3 {
    order: 3 !important
  }

  .order-lg-4 {
    order: 4 !important
  }

  .order-lg-5 {
    order: 5 !important
  }

  .order-lg-last {
    order: 6 !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }

  .d-lg-none {
    display: none !important
  }

  body {
    font-size: 1.125rem
  }

  .btn,
  .main-timing .nav-tabs .nav-link {
    font-size: 1.125rem;
    line-height: 1.33333333
  }

  .btn-secondary {
    border-radius: .75rem;
    padding: 1.375rem 3rem
  }

  .h1,
  h1 {
    font-size: 4rem
  }

  .h2,
  h2 {
    font-size: 2.5rem
  }

  .h3,
  .h4,
  .h5,
  .h6,
  h3,
  h4,
  h5,
  h6 {
    font-size: 2rem
  }

  .form-control,
  .form-floating>label {
    font-size: 1.125rem;
    line-height: 1.33333333
  }

  .section {
    margin-bottom: 7.5rem
  }

  .main-about__side {
    padding: 0 3.125rem
  }

  .main-about__poster {
    padding: 3.5rem
  }

  .main-about__poster-head {
    font-size: 1rem
  }

  .main-about__footnote {
    font-size: 1.25rem;
    padding: 1.5rem 3.5rem
  }

  .main-advantages__list {
    row-gap: 2rem
  }

  .main-advantages__item-outer {
    align-items: center;
    column-gap: 1.25rem
  }

  .main-advantages__item-number {
    border-radius: 1rem;
    height: 3.75rem;
    width: 3.75rem
  }

  .main-advantages__item-text {
    padding: 0
  }

  .main-callback__outer {
    padding: 3.75rem 2.5rem
  }

  .main-callback__title {
    margin-bottom: 3.5rem
  }

  .main-callback__form {
    row-gap: 3.5rem
  }

  .main-hero__body {
    padding: 4.5rem 2.5rem 0
  }

  .main-hero__overline {
    font-size: 2rem;
    margin-bottom: 1.5rem
  }

  .main-hero__foot {
    padding: 0 2.5rem 3.25rem
  }

  .main-hero__sticker {
    border-radius: 1rem;
    padding: 1rem 3.75rem
  }

  .main-hero__date,
  .main-hero__location {
    font-size: 2rem
  }

  .main-hero__events-list {
    column-gap: 25px;
    row-gap: 25px;
  }

  .event-card__body {
    padding: 20px;
  }

  .event-card__foot {
    padding: 20px;
  }

  .event-card__date {
    font-size: 24px;
  }

  .event-card__date svg {
    width: 30px;
    height: 30px;
  }

  .event-card__location {
    font-size: 24px;
  }

  .event-card__location svg {
    width: 30px;
    height: 30px;
  }

  .event-card__stream {
    font-size: 24px;
  }

  .event-card__status {
    font-size: 24px;
  }

  .main-partners__item-image {
    padding: 2rem
  }

  .main-price__outer {
    padding: 1.5rem 2rem 2rem;
  }

  .main-price__foot {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
  }

  .main-price__note {
    max-width: 430px;
  }

  .main-price__title {
    font-size: 1.125rem;
  }

  .main-price__value {
    font-size: 2.5rem;
  }

  .main-program__link {
    font-size: 1.5rem
  }

  .main-program__link svg {
    height: 7.75rem;
    width: 7.75rem
  }

  .main-speaker__name {
    font-size: 1.5rem
  }

  .main-timing .nav-tabs {
    column-gap: 1rem;
    margin-bottom: 3.625rem
  }

  .main-timing .nav-tabs .nav-link {
    padding: 1rem 3rem
  }

  .main-timing__table-row {
    grid-column-gap: 2rem;
    border-radius: 1rem;
    grid-template-columns: auto 10rem 1fr;
    grid-template-rows: auto;
    padding: 1.25rem 1.5rem
  }

  .main-timing__table-cell:first-child {
    grid-area: 1/1/2/2
  }

  .main-timing__table-cell:nth-child(2) {
    grid-area: 1/2/2/3
  }

  .main-timing__table-cell:nth-child(3) {
    grid-area: 1/3/2/4
  }

  .main-timing__table-mark {
    border-radius: 1rem 0 0 1rem;
    width: 1.5rem
  }
}

@media (min-width: 1360px) {

  .container,
  .container-lg,
  .container-md,
  .container-xl {
    max-width: 1600px
  }

  .col-xl {
    flex: 1 0 0%
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 16.66666667%
  }

  .offset-xl-2 {
    margin-left: 33.33333333%
  }

  .offset-xl-3 {
    margin-left: 50%
  }

  .offset-xl-4 {
    margin-left: 66.66666667%
  }

  .offset-xl-5 {
    margin-left: 83.33333333%
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem
  }

  .order-xl-first {
    order: -1 !important
  }

  .order-xl-0 {
    order: 0 !important
  }

  .order-xl-1 {
    order: 1 !important
  }

  .order-xl-2 {
    order: 2 !important
  }

  .order-xl-3 {
    order: 3 !important
  }

  .order-xl-4 {
    order: 4 !important
  }

  .order-xl-5 {
    order: 5 !important
  }

  .order-xl-last {
    order: 6 !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }

  .d-xl-none {
    display: none !important
  }
}

@media (max-width: 719px) {

  .fancybox__carousel .fancybox__slide.has-ajax,
  .fancybox__carousel .fancybox__slide.has-html,
  .fancybox__carousel .fancybox__slide.has-iframe,
  .fancybox__carousel .fancybox__slide.has-inline {
    padding: 0
  }

  .modal {
    border: 0;
    flex-grow: 1;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem
  }
}

@media (prefers-reduced-motion:reduce) {

  .collapsing,
  .collapsing.collapse-horizontal,
  .fade {
    transition: none
  }
}

@media print {
  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-flex {
    display: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }

  .d-print-none {
    display: none !important
  }
}