:root {
  --cadet-blue: #219fa3;
  --medium-aquamarine: #5dc3a3;
  --medium-slate-blue: #281884;
  --white: #fff;
  --coral: #d34d51;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@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: #333;
  font-family: Exo, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: .9em;
}

li {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

._w-content {
  justify-content: center;
  align-items: center;
}

.help {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.c-help-btn {
  text-align: right;
  padding: 10px;
}

._w-help-btn {
  background-color: #13131326;
  border: 1px solid #ffffff80;
  border-radius: 5000px;
  padding: 5px;
  box-shadow: 0 0 15px #13131326;
}

._w-help-btn.menu-toggle {
  position: relative;
  overflow: hidden;
}

.b-help-btn {
  background-image: linear-gradient(45deg, var(--cadet-blue), var(--medium-aquamarine));
  border-radius: 5000px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.b-help-btn.open-menu {
  opacity: 0;
  display: none;
  position: absolute;
}

.b-help-btn.close-menu {
  position: relative;
}

.help-icon {
  z-index: 500;
  height: 25px;
}

.c-help-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

.help-text {
  color: #fff;
  white-space: nowrap;
  padding-left: 12px;
  font-weight: 500;
}

.c-help-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.b-nav-dropdown {
  background-color: #ffffff26;
  border-radius: 500px;
  padding: 3px;
  transition: all .25s;
}

.c-nav-dropdown-link {
  color: #333;
  text-transform: none;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: .9em;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.c-faq-btn {
  text-align: right;
  padding: 10px;
  position: relative;
}

.c-faq-btn.faq {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-faq {
  z-index: 99999;
  align-items: flex-start;
  width: 400px;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

._w-faq {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 10px #13131333;
}

.c-howto-header {
  padding-right: 40px;
}

.howto-header {
  color: var(--cadet-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

.c-howto-divider {
  border-bottom: 1px dashed #eee;
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.b-faq {
  height: 100%;
  padding: 10px;
  overflow: auto;
}

.c-howto-list {
  padding-left: 20px;
  list-style-type: square;
}

.c-howto-list-item {
  margin-bottom: 30px;
}

.howto-list-item-text {
  line-height: 1.2em;
}

.howto-list-item-img {
  border-radius: 5px;
  overflow: hidden;
}

.c-howto-close {
  cursor: pointer;
  position: absolute;
  inset: 10px 10px auto auto;
}

._w-howto-close {
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  display: flex;
}

.c-magnetic-btn-link {
  z-index: 100;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-help {
  padding-top: 20px;
  padding-bottom: 10px;
}

.c-help-open-nav {
  display: block;
  position: relative;
  overflow: hidden;
}

.c-created {
  z-index: 99998;
  opacity: .75;
  cursor: pointer;
  transition: all .25s;
}

.c-created:hover {
  opacity: 1;
}

._w-created {
  background-color: #333;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: center;
  padding: 7px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

._w-created:hover {
  padding-top: 15px;
}

.logo {
  height: 15px;
  margin-right: 5px;
}

.c-created-link {
  color: #fff;
  letter-spacing: .5px;
  font-size: .6em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.co-created {
  z-index: 99998;
  position: fixed;
  inset: 0% 10px auto auto;
  overflow: hidden;
}

.cloneable-area {
  display: block;
  position: relative;
}

.c-side-navbar {
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
}

._w-side-navbar {
  background-color: var(--cadet-blue);
  background-image: linear-gradient(to bottom, #6d76daf2, #6d76daf2), linear-gradient(to right, var(--medium-slate-blue), #fff0), url('../images/bg-pattern.svg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, contain;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.c-brand-logo {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-logo-img {
  width: 202px;
}

.c-nav-links-list {
  flex: 1;
}

.c-navlinks-item {
  position: relative;
  overflow: hidden;
}

.c-navlinks-item.hide {
  display: none;
}

.c-navlinks {
  color: #fff;
  background-color: #5b62b400;
  border-radius: 5px;
  text-decoration: none;
  transition: all .25s;
  display: block;
  position: relative;
}

.c-navlinks:hover {
  background-color: #5b62b480;
}

.c-navlinks.w--current {
  background-color: #5b62b4;
}

._w-navlinks {
  align-items: stretch;
  display: flex;
}

.c-navlink-icon {
  flex: none;
  padding: 10px;
}

.navlink-icon {
  width: 25px;
}

.c-navlink-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  flex: none;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navlink-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  white-space: nowrap;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}

.c-nav-extra-links {
  border-top: 1px solid #fff3;
  padding-top: 10px;
}

.c-nav-extra-links.hide {
  display: none;
}

._w-navlink-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  position: relative;
}

.c-body-content {
  background-image: linear-gradient(#fffffff2, #fffffff2), linear-gradient(to right, #fff, #fff0), url('../images/bg-pattern-blue.svg');
  background-position: 0 0, 0 0, 100%;
  background-size: auto, auto, contain;
  background-attachment: scroll, scroll, fixed;
  padding-left: 100px;
}

.c-hero-section {
  height: 100vh;
  margin-left: 152px;
}

._w-hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
  display: flex;
}

._w-hero-section.left {
  justify-content: flex-start;
  align-items: center;
}

._w-hero-section.left.registration {
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

._w-hero-section.left._100 {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.c-hero-content {
  text-align: center;
  flex-flow: column;
  width: 80%;
  padding-left: 0;
  font-weight: 400;
  display: flex;
}

.c-hero-header {
  margin-bottom: 20px;
}

.hero-header {
  color: var(--medium-slate-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
}

.hero-subheader {
  color: #8d97ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1em;
}

.hero-description {
  max-width: 650px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  position: relative;
}

.divider {
  background-color: var(--medium-slate-blue);
  width: 20%;
  height: 5px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.c-nav-menu {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.c-sidenavbar {
  position: fixed;
  inset: 0% auto 0% 0%;
}

.c-sidenavbar-container {
  background-color: var(--medium-slate-blue);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  height: 100%;
  padding: 10px 20px;
  display: flex;
}

.c-side-brand-logo {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.side-brand-logo {
  float: none;
  display: inline-block;
}

.c-side-navmenu {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.ci-side-navlinks {
  flex: 1;
}

.section {
  background-color: var(--medium-slate-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  justify-content: center;
  align-items: center;
  height: 7.6rem;
  display: flex;
}

.heading {
  text-align: center;
  margin-top: 10px;
  padding-left: 5px;
}

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

.quick-stack {
  width: 65vw;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  width: 65vw;
}

.red-block {
  color: red;
  background-color: red;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 3rem;
  display: flex;
}

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

.red {
  color: red;
}

.heading-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.bold-text {
  justify-content: center;
  align-items: center;
  font-size: 19px;
  display: block;
}

.bold-text-2 {
  vertical-align: middle;
  flex-flow: wrap;
  font-size: 18px;
  display: inline;
}

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

.paragraph {
  margin-right: 30px;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.cell-3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-2 {
  padding: 10px 9px;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 13px;
  flex: 0 auto;
  grid-template: ". ."
                 ". Area-2"
                 ". Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center start;
  width: 100%;
  display: grid;
}

.paragraph-2 {
  display: flex;
}

.cell-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quick-stack-3 {
  width: 100%;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.heading-3 {
  color: red;
}

.image {
  margin-top: 15px;
  margin-left: 15px;
}

.heading-4 {
  color: red;
  text-align: center;
}

.link {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5em;
}

.link.topics {
  font-size: 1.3em;
  line-height: 1.2em;
}

.bold-text-3 {
  color: var(--medium-slate-blue);
  text-align: left;
}

.paragraph-3 {
  text-align: left;
  padding-left: 10px;
}

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

.bold-text-4, .paragraph-4 {
  color: var(--medium-slate-blue);
}

.quick-stack-4 {
  width: 80%;
}

.date {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 82%;
  height: 225px;
  padding-left: 5px;
  display: flex;
}

.cell-6 {
  justify-content: center;
  align-items: center;
}

.heading-5 {
  color: var(--medium-slate-blue);
  margin-top: 0;
}

.italic-text {
  color: red;
}

.heading-6 {
  color: var(--medium-slate-blue);
  text-align: center;
}

.heading-6._2 {
  margin-bottom: 0;
}

.cell-7 {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.cell-7.centered {
  justify-content: center;
  align-items: center;
}

.link-2, .centered {
  text-align: center;
}

.bold-text-5, .bold-text-6 {
  color: var(--medium-slate-blue);
}

.heading-7 {
  text-align: left;
}

.paragraph-6 {
  color: var(--medium-slate-blue);
  font-size: 1.1em;
  line-height: 1.5em;
}

.text-span, .text-span-2 {
  color: red;
}

.container-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.bold-text-8 {
  font-size: 14px;
}

.text-span-3 {
  color: red;
}

.cell-8 {
  justify-content: center;
  align-items: center;
}

.container-6 {
  max-width: 100%;
}

.cell-9 {
  justify-content: center;
  align-items: center;
}

.cell-10 {
  justify-content: center;
  align-items: flex-start;
}

.cell-11 {
  justify-content: flex-start;
  align-items: flex-end;
}

.main-button {
  background-color: #c00c00;
  width: 100%;
  transition: all .3s;
}

.main-button:hover {
  background-color: #b80b00;
}

.text-field, .text-field::placeholder, .bold-text-9, .select-field {
  color: #000;
}

.main-heading {
  color: #000;
  margin-bottom: 20px;
}

.input-wrapper {
  padding-bottom: 10px;
}

.input-wrapper.half {
  width: 48%;
  padding-left: 10px;
  padding-right: 5px;
  display: inline-block;
}

.input-wrapper.half._25 {
  width: 25%;
}

.input-wrapper.half._25.center {
  vertical-align: middle;
}

.input-wrapper.half.last {
  padding-left: 5px;
  padding-right: 0;
}

.form-slider {
  background-color: #0000;
  height: 75%;
  padding-left: 110px;
  display: block;
}

.navigation-button {
  float: none;
  width: 35%;
  height: 35px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 14pt;
  display: inline-block;
  position: relative;
}

.navigation-button.previous {
  float: left;
  background-color: #b3b3b3;
  transition: all .3s;
}

.navigation-button.previous:hover {
  background-color: #9c9c9c;
}

.navigation-button.next {
  float: right;
  background-color: #c00c00;
  margin-right: auto;
  transition: all .3s;
  display: inline-block;
}

.navigation-button.next:hover {
  background-color: #b80b00;
}

.mask {
  position: relative;
}

.form-container {
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: block;
}

.heading-8 {
  color: red;
  text-align: center;
  font-size: 16px;
}

.slide-3 {
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}

.navigation-text {
  margin-top: 8px;
  display: inline-block;
}

.slide-2 {
  vertical-align: baseline;
  padding-left: 6px;
}

.heading-9 {
  color: #000;
  text-align: center;
}

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

.form-label {
  color: #000;
  font-weight: 400;
}

.form-label.space {
  line-height: 25px;
}

.all-fields, .all-fields::placeholder {
  color: #000;
}

.hamburger-menu {
  cursor: pointer;
  background-color: #151304;
  border-radius: 6.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  transition: transform .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.hamburger-menu:hover, .hamburger-menu:focus {
  transform: scale(.95);
}

.hero-shape-2 {
  z-index: 2;
  width: 18.5rem;
  height: 16.75rem;
  position: absolute;
  inset: auto auto -15rem -20.5rem;
}

.hero-shape-1 {
  z-index: 2;
  width: 8.25rem;
  height: 4.25rem;
  position: absolute;
  inset: -7rem auto auto -12.25rem;
}

.container-7 {
  width: 100%;
  max-width: 120rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-7.hero-container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content-block-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-bottom-content {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 12.5rem;
  font-size: 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 2rem;
}

.hero-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.medium-s-uppercase {
  color: #fff;
  letter-spacing: .0075rem;
  font-size: .75rem;
  line-height: 132%;
}

.medium-s-uppercase.hero-content-block-item {
  color: #151304;
  width: 10rem;
}

.medium-s-uppercase.hero-content-block-item.third-block-item, .medium-s-uppercase.hero-content-block-item.second-block-item, .medium-s-uppercase.hero-content-block-item.first-block-item {
  color: #fff;
}

.hamburger-menu-line-one {
  z-index: 1;
  background-color: #fff;
  width: 2rem;
  height: .09375rem;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 1.21875rem auto auto;
}

.hero {
  background-color: #281884;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 42.5rem;
  padding-top: 1.75rem;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.unique-button-text-wrapper {
  z-index: 2;
  text-align: center;
  border: .0625rem dashed #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  padding: .75rem;
  display: flex;
  position: relative;
}

.nav-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.regular-xl {
  letter-spacing: .03rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 98%;
}

.regular-xl.max-width-96 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  line-height: 98%;
  text-decoration: none;
}

.hero-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto -.3125rem -4rem auto;
}

.hero-shape-3 {
  z-index: 2;
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
  inset: -7.5rem -17.75rem auto auto;
}

.hamburger-menu-dropdown {
  z-index: 5;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #151304;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  display: none;
  position: absolute;
  inset: 3.5rem 0% auto;
}

.hero-content-block {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  border-left: .0625rem solid #151304;
  border-right: .0625rem solid #151304;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.nav-buttons-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hamburger-menu-line-two {
  z-index: 1;
  background-color: #fff;
  width: 2rem;
  height: .09375rem;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  bottom: 1.21875rem;
  left: auto;
  right: auto;
}

.nav-logo-block {
  transition: transform .25s cubic-bezier(.455, .03, .515, .955);
}

.nav-logo-block:hover, .nav-logo-block:focus {
  transform: scale(.95);
}

.nav {
  width: 100%;
  position: absolute;
  inset: 1.75rem 0% auto;
}

.unique-button-shape {
  z-index: 0;
  flex: none;
  width: 10.5rem;
  min-width: 10.5rem;
  height: 10.5rem;
  min-height: 10.5rem;
  margin: 0;
  position: absolute;
  inset: auto;
}

.adaptation-menu-buttons {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-logo {
  width: 4.8125rem;
  height: auto;
}

.hamburger-menu-link {
  letter-spacing: .02rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-weight: 400;
  line-height: 98%;
  transition: color .25s cubic-bezier(.455, .03, .515, .955);
}

.hamburger-menu-link:hover, .hamburger-menu-link:focus {
  color: #281884;
}

.h1.home-hero-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 96%;
}

.button {
  text-align: center;
  letter-spacing: .0075rem;
  border-radius: 6.25rem;
  padding: .75rem 1rem;
  font-size: .75rem;
  line-height: 132%;
}

.button.secondary {
  color: #fff;
  background-color: #fff0;
  border: .0625rem solid #151304;
  transition: color .25s cubic-bezier(.455, .03, .515, .955), background-color .25s cubic-bezier(.455, .03, .515, .955);
}

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

.button.secondary:focus {
  color: #281884;
  background-color: #151304;
}

.button.primary {
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  padding: .375rem 3rem .375rem 1.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.primary.primary-accent {
  color: #151304;
  background-color: #fff;
}

.button.form-button {
  color: #fff;
  background-color: #151304;
  padding: .875rem 1.125rem;
  transition: background-color .25s cubic-bezier(.455, .03, .515, .955);
}

.button.form-button:hover, .button.form-button:focus {
  background-color: #151304d9;
}

.nav-adaptation-menu {
  display: none;
}

.empty-section {
  pointer-events: none;
  height: 100vh;
  min-height: 46.5rem;
}

.contact-form-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #281884;
  flex-flow: column;
  padding: 3.5rem 2rem;
  display: flex;
}

.colored-chips {
  text-align: center;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.three-columns-grid-tablet-one {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.three-columns-grid-tablet-one.single {
  grid-template-columns: 1fr;
}

.highlights-block {
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .0625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card---brix {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px #080f340a;
}

.card---brix.testimonial-v2---brix {
  display: flex;
}

.success-message-text {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #151304;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 20rem;
  display: flex;
}

.error-message {
  color: #15130499;
  text-align: left;
  background-color: #1513040d;
  border-radius: .75rem;
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
}

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  border-radius: 50%;
  margin-right: 18px;
  box-shadow: 0 4px 14px #2427291a;
}

.image-wrapper---brix.lightbox-image-wrapper---brix {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.video {
  border-radius: 6rem;
  height: 100vh;
  min-height: 50rem;
}

.container-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  padding: 4rem 2rem;
  display: flex;
}

.chips {
  text-align: center;
  border: .03125rem dashed #fff;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.event-card-content {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  position: relative;
}

.image---brix.company-logo---brix {
  margin-bottom: 18px;
}

.image---brix.avatar---brix.testimonial-v1---brix {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.medium-m-uppercase {
  letter-spacing: .00875rem;
  font-size: .875rem;
  line-height: 132%;
}

.faq-section-wrapper {
  background-color: #281884;
  border-bottom-right-radius: 6rem;
  border-bottom-left-radius: 6rem;
  margin-top: .5rem;
  padding-top: 6.5rem;
  padding-bottom: 17.5rem;
  overflow: hidden;
}

.image-2.lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.about-events-shape-4 {
  width: 8.3125rem;
  height: 4.25rem;
  position: absolute;
  inset: auto -7rem -2rem auto;
}

.event-card-name {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-span-7 {
  color: #a52118;
}

.faq-answer {
  text-align: left;
  background-color: #1513040d;
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.subtitle---brix {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 500;
}

.faq-shape-1 {
  width: 18.375rem;
  height: 16.625rem;
  position: absolute;
  inset: auto auto -18.375rem -22.75rem;
}

.card-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bold-text-10 {
  color: var(--white);
  font-family: Anton, sans-serif;
  font-weight: 400;
}

.heading-and-badge-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 20.5rem;
  display: flex;
  position: relative;
}

.form-block {
  margin-bottom: 0;
}

.faq-ball-1 {
  background-image: radial-gradient(circle farthest-side, #a52118 30%, red);
  border-radius: 50%;
  width: 17.5rem;
  min-width: 17.5rem;
  height: 17.5rem;
  min-height: 17.5rem;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: -4.25rem auto auto -27.5rem;
  box-shadow: inset 0 2.1875rem 2.5rem #a52118;
}

.contact-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.service-card-illustration-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.h3.color-black.margin-bottom-12 {
  color: #fff;
}

.h3.max-width-240-mobile-216 {
  color: var(--white);
  font-family: Anton, sans-serif;
  font-weight: 400;
}

.sections-wrapper {
  z-index: 5;
  background-color: #151304;
  padding-top: 6.5rem;
  position: relative;
  overflow: hidden;
}

.icon-size-16 {
  width: 1rem;
  height: 1rem;
}

.contact-block-illustration-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-card-illustration {
  z-index: 1;
  width: 17.5rem;
  height: 17.5rem;
  position: relative;
}

.form-inputs-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.all-sections-wrapper {
  overflow: hidden;
}

.section-2 {
  z-index: 5;
  position: relative;
}

.section-2.upcoming-events {
  margin-top: 6.5rem;
  padding-top: 3.5rem;
}

.h2 {
  color: #fff;
}

.h2.max-width-328-tablet-280-mobile-232 {
  font-family: Anton, sans-serif;
}

.container-default---brix {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph---brix.testimonial-v2---brix {
  color: #151304;
  margin-bottom: 34px;
}

.three-columns-wide-grid-tablet-two {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer {
  background-color: #151304;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.title {
  white-space: break-spaces;
}

.title.avatar-name-v1---brix {
  color: #151304;
  margin-bottom: 0;
}

.event-card-author-and-date {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.semibold-l-uppercase {
  font-weight: 600;
}

.event-card {
  z-index: 1;
  flex-flow: column;
  height: 80vh;
  min-height: 42.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.success-message {
  background-color: #1513040d;
  border-radius: .75rem;
  padding: 0;
}

.heading-badge {
  background-color: #a52118;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
  position: absolute;
  inset: auto auto -1.25rem;
  transform: rotate(-7deg);
}

.service-card-highlight-circle {
  z-index: 0;
  background-color: #ffffff1a;
  border-radius: 50%;
  width: 14rem;
  height: 14rem;
  position: absolute;
}

.faq-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.highlights-block-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.split-content---brix.testimonials-client-info---brix {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.split-content---brix.lightbox-wrapper---brix {
  width: 100%;
  display: flex;
}

.split-content---brix.card-content-v2---brix {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-size-24 {
  width: 1.5rem;
  height: 1.5rem;
}

.event-card-main-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.two-sections-wrapper {
  z-index: 5;
  background-color: #151304;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 22.5rem;
  padding: 2rem;
  display: flex;
}

.display-none {
  display: none;
}

.absolute-block-icons-wrapper {
  width: 2rem;
  height: 2rem;
  position: relative;
  overflow: hidden;
}

.medium-m {
  letter-spacing: 0;
  text-transform: none;
  font-size: .875rem;
  line-height: 144%;
}

.medium-m.color-black {
  color: #fff;
}

.medium-m.faq-answer-text {
  max-width: 37.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.absolute-block-icon {
  width: 2rem;
  height: 2rem;
  position: absolute;
}

.absolute-block-icon.second-icon {
  top: 2rem;
  left: -2rem;
}

.footer-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: .0625rem solid #281884;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  display: flex;
}

.about-events-shape-1 {
  width: 6.5rem;
  height: 9.8125rem;
  position: absolute;
  inset: -1.25rem auto auto -6.75rem;
}

.footer-menu-item {
  color: #fff;
  letter-spacing: .02rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-weight: 400;
  line-height: 98%;
  transition: color .25s cubic-bezier(.455, .03, .515, .955);
}

.footer-menu-item:hover, .footer-menu-item:focus {
  color: #a52118;
}

.footer-text {
  color: #281884;
  text-align: center;
  letter-spacing: -.533438rem;
  font-size: 29.5vw;
  font-weight: 400;
  line-height: 96%;
}

.slider---brix {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slider---brix.testimonial-v2---brix {
  padding-top: 20px;
}

.section-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.three-columns-grid-tablet-two {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.person-block-content {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 2.5rem 2rem;
  display: flex;
  position: relative;
}

.contact-block-highlight-circle {
  z-index: 0;
  background-color: #ffffff1a;
  border-radius: 50%;
  width: 11rem;
  height: 11rem;
  position: absolute;
}

.contact-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 37.5rem;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-card.bg-color-coral {
  background-color: var(--coral);
}

.faq-shape-3 {
  width: 12.625rem;
  height: 12.625rem;
  position: absolute;
  inset: -1rem -16.125rem auto auto;
}

.button-icon-wrapper {
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: .375rem .375rem .375rem auto;
}

.button-icon-wrapper.primary-accent-icon {
  background-color: #151304;
}

.regular-xxl {
  letter-spacing: -.025rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 108%;
}

.regular-xxl.color-grey-60 {
  color: #fff;
}

.lightbox-video---brix {
  width: 100%;
  height: 100%;
}

.highlights-glow {
  z-index: 1;
  width: 40rem;
  min-width: 40rem;
  height: 40rem;
  min-height: 40rem;
  position: absolute;
  inset: auto;
}

.highlights-glow.coral-glow {
  background-image: linear-gradient(#d34d51 15%, #d34d5126 25% 75%, #d34d51 85%);
}

.highlights-glow.orange-glow {
  background-image: linear-gradient(#e88427 15%, #e8842726 25% 75%, #e88427 85%);
}

.highlights-glow.green-glow {
  background-image: linear-gradient(#37ba84 15%, #37ba8426 25% 75%, #37ba84 85%);
}

.highlights-glow.magenta-glow {
  background-image: linear-gradient(#cc72e3 15%, #cc72e326 25% 75%, #cc72e3 85%);
}

.highlights-glow.blue-glow {
  background-image: linear-gradient(#478ed3 15%, #478ed326 25% 75%, #478ed3 85%);
}

.highlights-glow.light-purple-glow {
  background-image: linear-gradient(#9792e3 15%, #9792e326 25% 75%, #9792e3 85%);
}

.testimonial-v2-content---brix {
  max-width: 357px;
  margin: 40px;
}

.highlights-block-content {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #151304;
  border-radius: 1.9375rem;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.9375rem;
  display: flex;
  position: relative;
}

.about-events-shape-2 {
  width: 9.5rem;
  height: 4.5625rem;
  position: absolute;
  inset: auto auto .25rem -10.5rem;
}

.success-message-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.5rem 3rem;
  display: flex;
}

.footer-text-and-button {
  position: relative;
}

.contact-video {
  width: 100%;
  height: 100%;
}

.person-block {
  flex-flow: column;
  height: 80vh;
  min-height: 42.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-events-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.absolute-card-image-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-block-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.form-input {
  color: #fff;
  letter-spacing: .00875rem;
  text-transform: uppercase;
  background-color: #1513040d;
  border: .0625rem #000;
  border-radius: .75rem;
  height: 4.125rem;
  margin-bottom: 0;
  padding: 1.5rem;
  font-size: .875rem;
  line-height: 132%;
  transition: background-color .25s cubic-bezier(.455, .03, .515, .955), color .25s cubic-bezier(.455, .03, .515, .955);
}

.form-input:hover {
  background-color: #15130414;
}

.form-input:active, .form-input:focus {
  color: #151304;
  background-color: #1513040d;
}

.form-input::placeholder {
  color: #fff;
}

.section-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer-text-wrapper {
  width: 100%;
  overflow: hidden;
}

.card-image-linear {
  z-index: 1;
  background-image: linear-gradient(#15130440, #15130400 50%, #15130440);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-menu-items {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-items-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.mask---brix {
  border-radius: 20px;
}

.mask---brix.testimonial-v2---brix {
  margin-left: 100px;
  margin-right: 100px;
}

.container-9 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.footer-content {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  display: flex;
}

.faq-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #151304;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 42.75rem;
  display: flex;
  position: relative;
}

.contact-block-illustration {
  z-index: 1;
  width: 11.5rem;
  height: 11.5rem;
  position: relative;
}

.faq-question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  border-bottom: .0625rem solid #151304;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  display: flex;
}

.about-events-shape-3 {
  width: 7.3125rem;
  height: 7.9375rem;
  position: absolute;
  inset: -2.5rem -8.0625rem auto auto;
}

.text-span-6 {
  color: #a52118;
}

.about-events-block {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 54rem;
  display: flex;
  position: relative;
}

.success-message-icon {
  background-color: #151304;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.medium-l-uppercase.section-description {
  text-align: right;
  max-width: 25rem;
}

.regular-s-uppercase {
  letter-spacing: .0075rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 132%;
}

.faq-ball-2 {
  box-shadow: none;
  background-image: radial-gradient(circle farthest-side, #a52118 31%, red);
  border-radius: 50%;
  width: 45rem;
  min-width: 45rem;
  height: 45rem;
  min-height: 45rem;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: auto -39.5rem -42.5rem auto;
}

.footer-menu-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.faq-shape-2 {
  width: 8.3125rem;
  height: 4.25rem;
  position: absolute;
  inset: auto auto -10.625rem;
}

.heading-10 {
  color: #fff;
  letter-spacing: .1rem;
  font-size: 3.5rem;
  line-height: 111%;
}

.footer-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 8rem -3rem auto;
}

.slide---brix.testimonial-v2---brix {
  width: 100%;
  max-width: 1014px;
  height: 100%;
  margin-right: 10%;
}

.slider-arrow---brix {
  background-color: #4a3aff;
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  box-shadow: 0 4px 4px #0c046633;
}

.slider-arrow---brix:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px #0c04661a;
}

.slider-arrow---brix:active {
  transform: scale(.94);
}

.slider-arrow---brix.testimonial-v2---brix {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 24px;
}

.slider-arrow---brix.testimonial-v2---brix.right---brix {
  background-color: #a52118;
  left: auto;
}

.slider-arrow---brix.testimonial-v2---brix.left---brix {
  background-color: #a52118;
  right: auto;
}

.highlights-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: .125rem;
}

.container-wide {
  width: 100%;
  max-width: 120rem;
  padding-left: 0;
  padding-right: 0;
}

.semibold-m-uppercase {
  letter-spacing: .00875rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 132%;
}

.text-span-5 {
  color: #a52118;
}

.form-area {
  color: #151304;
  letter-spacing: .00875rem;
  text-transform: uppercase;
  background-color: #1513040d;
  border: .0625rem #000;
  border-radius: .75rem;
  min-height: 10.5rem;
  margin-bottom: 0;
  padding: 1.5rem;
  font-size: .875rem;
  line-height: 132%;
  transition: background-color .25s cubic-bezier(.455, .03, .515, .955), color .25s cubic-bezier(.455, .03, .515, .955);
}

.form-area:hover {
  background-color: #15130414;
}

.form-area:active, .form-area:focus {
  color: #151304;
  background-color: #1513040d;
}

.form-area::placeholder {
  color: #fff;
}

.large-heding {
  color: #fff;
  letter-spacing: -.1rem;
  font-size: 5rem;
  font-weight: 400;
  line-height: 108%;
}

.contact-form {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text-11, .bold-text-12 {
  color: var(--white);
  font-family: Plus Jakarta Sans, sans-serif;
}

.container-10 {
  width: 100%;
  max-width: 120rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.bold-text-13, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14 {
  text-decoration: none;
}

.cell-12 {
  justify-content: center;
  align-items: flex-start;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

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

.submit-button {
  background-color: #291884;
}

.text-field-2 {
  border-radius: 7px;
}

.code-embed-2 {
  margin-top: 20px;
  padding-top: 0;
  font-size: 1.1em;
}

@media screen and (max-width: 991px) {
  .c-side-navbar, ._w-side-navbar {
    z-index: 9999;
  }

  .hero-shape-2 {
    width: 15rem;
    height: 13.5rem;
    inset: auto auto -14.8125rem -9rem;
  }

  .hero-shape-1 {
    inset: -10.5rem auto auto 2rem;
  }

  .hero-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .hero {
    min-height: 67.5rem;
    position: fixed;
    overflow: hidden;
  }

  .hero-button {
    position: static;
  }

  .hero-shape-3 {
    width: 10rem;
    height: 10rem;
    inset: -13rem 2.5rem auto auto;
  }

  .empty-section {
    min-height: 67.5rem;
  }

  .three-columns-grid-tablet-one {
    grid-template-columns: 1fr;
  }

  .card---brix.testimonial-v2---brix {
    flex-direction: column;
  }

  .video {
    border-radius: 4rem;
    height: 42.5rem;
    min-height: auto;
  }

  .faq-section-wrapper {
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .about-events-shape-4 {
    right: -2.75rem;
  }

  .faq-shape-1 {
    width: 12.5rem;
    height: 11.25rem;
    bottom: -16.625rem;
    left: -8.25rem;
  }

  .heading-and-badge-wrapper {
    max-width: 17.5rem;
  }

  .faq-ball-1 {
    width: 14.5rem;
    min-width: 14.5rem;
    height: 14.5rem;
    min-height: 14.5rem;
    top: -13.5rem;
    left: -9.25rem;
  }

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

  .service-card-illustration {
    width: 15rem;
    height: 15rem;
  }

  .section-2.upcoming-events {
    overflow: hidden;
  }

  .three-columns-wide-grid-tablet-two {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .event-card {
    height: 100vh;
    min-height: 45rem;
    max-height: 75rem;
  }

  .service-card-highlight-circle {
    width: 11.5rem;
    height: 11.5rem;
  }

  .split-content---brix.lightbox-wrapper---brix {
    max-height: 300px;
    display: flex;
  }

  .two-sections-wrapper {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .about-events-shape-1 {
    width: 4.5rem;
    height: 6.8125rem;
    top: -.5rem;
    left: 1.5rem;
  }

  .footer-text {
    letter-spacing: -.2975rem;
    font-size: 28.4vw;
  }

  .three-columns-grid-tablet-two {
    grid-template-columns: 1fr 1fr;
  }

  .service-card {
    height: 32.5rem;
  }

  .faq-shape-3 {
    width: 10.5rem;
    height: 10.5rem;
    top: -3.5rem;
    right: -6.75rem;
  }

  .regular-xxl {
    letter-spacing: -.02rem;
    font-size: 2rem;
  }

  .lightbox-video---brix {
    height: auto;
  }

  .testimonial-v2-content---brix {
    max-width: none;
  }

  .about-events-shape-2 {
    width: 7rem;
    height: 3.375rem;
    bottom: -1.5rem;
    left: -2rem;
  }

  .contact-video {
    height: 55rem;
  }

  .person-block {
    height: 100vh;
    min-height: 45rem;
    max-height: 75rem;
  }

  .footer-menu-items {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    max-width: 22.5rem;
  }

  .mask---brix {
    margin-left: 20px;
  }

  .mask---brix.testimonial-v2---brix {
    margin-left: 80px;
    margin-right: 80px;
  }

  .about-events-shape-3 {
    width: 5.5625rem;
    height: 6.0625rem;
    top: -1.5rem;
    right: 1rem;
  }

  .about-events-block {
    max-width: 42.5rem;
  }

  .faq-ball-2 {
    width: 30rem;
    min-width: 30rem;
    height: 30rem;
    min-height: 30rem;
    bottom: -33.75rem;
    right: -18.75rem;
  }

  .faq-shape-2 {
    bottom: -11.625rem;
  }

  .footer-button {
    bottom: -3.5rem;
    right: 2.5rem;
  }

  .large-heding {
    letter-spacing: -.075rem;
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .c-faq {
    width: 100%;
  }

  .c-side-navbar {
    height: auto;
    position: relative;
  }

  ._w-side-navbar {
    display: block;
  }

  .c-brand-logo {
    margin-bottom: 0;
  }

  .c-nav-extra-links {
    border-top-style: none;
    padding-top: 0;
  }

  .c-body-content {
    padding-left: 0;
  }

  ._w-hero-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .c-nav-menu {
    perspective-origin: 50% 0;
    transform-origin: 50% 0;
    display: block;
    overflow: hidden;
  }

  .c-nav-divider {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    display: flex;
  }

  .nav-divider {
    opacity: .2;
    background-color: #fff;
    flex: none;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .c-sidenavbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .c-sidenavbar-container {
    background-image: linear-gradient(to bottom, #6d76daf2, #6d76daf2), linear-gradient(to right, var(--medium-slate-blue), #fff0), url('../images/bg-pattern.svg');
    background-position: 0 0, 0 0, 100%;
    background-size: auto, auto, contain;
    background-attachment: scroll, scroll, fixed;
    display: block;
  }

  .c-side-brand-logo {
    flex: 1;
    margin-bottom: 0;
  }

  .c-side-navmenu {
    background-color: var(--medium-slate-blue);
    background-image: linear-gradient(to bottom, #6d76daf2, #6d76daf2), linear-gradient(to right, var(--medium-slate-blue), #fff0), url('../images/bg-pattern.svg');
    background-position: 0 0, 0 0, 100%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, contain;
    background-attachment: scroll, scroll, fixed;
    height: auto;
    padding: 10px;
    display: block;
  }

  .c-menu-btn {
    float: none;
    color: #fff;
    border: 2px solid #fff0;
    border-radius: 10px;
    transition: all .35s;
  }

  .c-menu-btn.w--open {
    background-color: #0000;
    border-color: #ffffffbf;
  }

  .c-menu-controls {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .hero-shape-2 {
    width: 5.5625rem;
    height: 5rem;
    bottom: -2rem;
    left: -2.5rem;
  }

  .hero-shape-1 {
    width: 4rem;
    height: 2.0625rem;
    top: -7rem;
    left: .5rem;
  }

  .container-7 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-bottom-content {
    display: none;
  }

  .hero-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .medium-s-uppercase.hero-content-block-item.third-block-item, .medium-s-uppercase.hero-content-block-item.second-block-item {
    display: none;
  }

  .hero {
    min-height: 42.5rem;
    position: fixed;
    overflow: hidden;
  }

  .unique-button-text-wrapper {
    width: 6rem;
    height: 6rem;
  }

  .nav-content {
    z-index: 1;
    justify-content: space-between;
    align-items: center;
  }

  .regular-xl {
    letter-spacing: .0225rem;
    font-size: 1.125rem;
  }

  .nav-adaptation-link {
    color: #151304;
    letter-spacing: -.0175rem;
    border-bottom: .0625rem solid #151304;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 108%;
  }

  .hero-shape-3 {
    width: 4.5rem;
    height: 4.5rem;
    top: -8.25rem;
    right: -1.875rem;
  }

  .hero-content-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-buttons-wrapper {
    display: none;
  }

  .nav-menu-and-links {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .nav {
    z-index: 10;
  }

  .unique-button-shape {
    width: 7.75rem;
    min-width: 7.75rem;
    height: 7.75rem;
    min-height: 7.75rem;
  }

  .nav-adaptation-links-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
    overflow: auto;
  }

  .adaptation-menu-buttons {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-adaptation-menu {
    z-index: 1;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    background-color: #281884;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 1.75rem 1.5rem;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .empty-section {
    min-height: 42.5rem;
    display: block;
  }

  .contact-form-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card---brix {
    border-radius: 12px;
  }

  .card---brix.testimonial-v2---brix {
    align-items: flex-start;
    overflow: visible;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .video {
    border-radius: 3rem;
  }

  .container-8, .event-card-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image---brix.company-logo---brix {
    margin-bottom: 16px;
  }

  .faq-section-wrapper {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    padding-top: 4.5rem;
  }

  .about-events-shape-4 {
    display: none;
  }

  .faq-shape-1 {
    width: 11.5rem;
    height: 10.375rem;
    bottom: -17.125rem;
    left: -4.5rem;
  }

  .heading-and-badge-wrapper {
    max-width: 14.5rem;
  }

  .faq-ball-1 {
    display: none;
  }

  .sections-wrapper {
    padding-top: 4.5rem;
  }

  .service-card-illustration {
    width: 13.5rem;
    height: 13.5rem;
  }

  .section-2.upcoming-events {
    margin-top: 4.5rem;
  }

  .three-columns-wide-grid-tablet-two {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .three-columns-wide-grid-tablet-two.larger-gap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .event-card {
    min-height: 37.5rem;
    max-height: 50rem;
  }

  .split-content---brix.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .two-sections-wrapper {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding-top: 0;
  }

  .contact-block {
    height: 24.5625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-menu {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-events-shape-1 {
    display: none;
  }

  .footer-text {
    letter-spacing: -.2375rem;
    font-size: 28.5vw;
  }

  .slider---brix.testimonial-v2---brix {
    margin-bottom: 85px;
  }

  .section-heading {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .three-columns-grid-tablet-two {
    grid-template-columns: 1fr;
  }

  .person-block-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .service-card {
    height: 30rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-shape-3 {
    display: none;
  }

  .highlights-glow {
    width: 47.5rem;
    min-width: 47.5rem;
    height: 47.5rem;
    min-height: 47.5rem;
  }

  .testimonial-v2-content---brix {
    margin-left: 24px;
    margin-right: 24px;
  }

  .highlights-block-content {
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
  }

  .about-events-shape-2 {
    display: none;
  }

  .footer-text-and-button {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .contact-video {
    height: 40rem;
  }

  .person-block {
    min-height: 37.5rem;
    max-height: 50rem;
  }

  .mask---brix {
    border-radius: 12px;
    margin-right: 20px;
  }

  .mask---brix.testimonial-v2---brix {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .faq-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    max-width: 100%;
  }

  .about-events-shape-3 {
    display: none;
  }

  .about-events-block {
    max-width: 30rem;
  }

  .medium-l-uppercase.section-description {
    text-align: left;
  }

  .faq-ball-2 {
    width: 20rem;
    min-width: 20rem;
    height: 20rem;
    min-height: 20rem;
    bottom: -25.25rem;
    right: -10.5rem;
  }

  .faq-shape-2 {
    display: none;
  }

  .footer-button {
    margin-left: 1rem;
    position: static;
  }

  .slider-arrow---brix {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .slider-arrow---brix.testimonial-v2---brix {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-bottom: -85px;
  }

  .slider-arrow---brix.testimonial-v2---brix.right---brix {
    right: 0;
  }

  .slider-arrow---brix.testimonial-v2---brix.left---brix {
    left: auto;
    right: 86px;
  }

  .highlights-icon {
    width: 2rem;
    height: 2rem;
  }

  .large-heding {
    letter-spacing: -.05rem;
    font-size: 2.5rem;
  }

  .container-10 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .brand-logo-img {
    width: 106px;
  }

  .c-hero-section {
    margin-left: 0;
  }

  ._w-hero-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  ._w-hero-section.left._100 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
  }

  .c-hero-content {
    width: 100%;
  }

  .c-hero-content.center {
    justify-content: center;
    align-items: center;
  }

  .c-hero-header {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-header {
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .hero-subheader {
    font-size: 1.5em;
  }

  .c-sidenavbar-container {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-side-brand-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-side-navmenu {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .container {
    height: 7rem;
  }

  .heading {
    text-align: center;
    padding-left: 0;
  }

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

  .quick-stack {
    width: 100vw;
  }

  .quick-stack-2 {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .red-block {
    height: 3.5rem;
  }

  .heading-2 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

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

  .link {
    font-size: 1em;
  }

  .link.topics {
    font-size: 1.7em;
  }

  .bold-text-3 {
    text-align: center;
    font-size: 30px;
  }

  .bold-text-3._3 {
    font-size: 26px;
  }

  .container-3 {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
  }

  .container-3.form.center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list {
    padding-left: 20px;
  }

  .quick-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-6 {
    justify-content: center;
    align-items: flex-start;
  }

  .container-4, .paragraph-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-7.margin {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-6 {
    font-size: 1.1em;
  }

  .bold-text-7 {
    padding-left: 10px;
  }

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

  .cell-11 {
    justify-content: space-between;
  }

  .main-heading {
    text-align: center;
    font-size: 22px;
  }

  .form-slider {
    padding-left: 0;
  }

  .slide-2 {
    padding-left: 10px;
  }

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

  .container-7.hero-container {
    justify-content: center;
    align-items: center;
  }

  .hero-bottom-content {
    display: block;
  }

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-bottom: 25px;
    padding-bottom: 0;
  }

  .nav-content {
    justify-content: center;
  }

  .hero-button {
    margin-bottom: 10px;
  }

  .hero-shape-3 {
    top: -7rem;
  }

  .h1.home-hero-text {
    font-size: 25vw;
  }

  .container-default---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default---brix.inner-container {
    margin-left: 0;
    margin-right: 0;
  }

  .split-content---brix.testimonials-client-info---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-text {
    letter-spacing: -.1325rem;
    font-size: 26.5vw;
  }

  .slider---brix.testimonial-v2---brix {
    margin-bottom: 75px;
  }

  .testimonial-v2-content---brix {
    margin-top: 32px;
    margin-bottom: 30px;
  }

  .mask---brix, .mask---brix.testimonial-v2---brix {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-arrow---brix.testimonial-v2---brix {
    margin-bottom: -24px;
  }

  .slider-arrow---brix.testimonial-v2---brix.right---brix {
    margin-bottom: -75px;
    right: 0;
  }

  .slider-arrow---brix.testimonial-v2---brix.left---brix {
    margin-bottom: -75px;
    left: auto;
    right: 80px;
  }

  .paragraph-8 {
    flex-flow: column;
    display: flex;
  }

  .bold-text-14 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    line-height: 1.5em;
    display: flex;
  }
}

#w-node-c273014b-266b-7eec-e856-54608017a670-b590fc91 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_90d95e0f-1cfa-0c9c-032e-76888ecbe732-b590fc91 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_90d95e0f-1cfa-0c9c-032e-76888ecbe734-b590fc91 {
  grid-row: span 2 / span 2;
}

#w-node-_1abd2197-ab0d-f02c-6297-2d47b689a549-b590fc91 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr;
}

#w-node-_1abd2197-ab0d-f02c-6297-2d47b689a54b-b590fc91 {
  grid-row: span 2 / span 2;
}

#w-node-_1f07ed0a-bbf7-ac0d-eb6b-96befad0d75a-f3277518, #w-node-f00e5e1a-8feb-ab56-76fb-537c3748c098-f3277518, #w-node-_1f786e8d-5cb9-7890-868a-9d6cd46d5c82-f3277518, #w-node-_34b1b069-5d19-26fc-3292-2f23d65dc3dd-f3277518 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e76bc96f-3c9a-5b29-c852-e9cea3619a0a-f3277518 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a6983826-8ca9-ad43-189d-076d69438e66-fca603b5, #w-node-fcf25c92-6dfb-0937-ca13-5ba775a7b094-fca603b5, #w-node-_333890f8-aed7-9b0a-c4b9-2ba8a5503057-fca603b5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_9d06dd9c-159c-e5ef-890e-4f3257c87451-9b30963d, #w-node-ed99c166-5aec-e56d-2674-30bddfef3a46-9b30963d, #w-node-_024d793f-f345-dbd2-b045-98de4159cda1-9b30963d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_43978f9c-7340-0985-cc40-743fb41258a7-9b30963d {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-aa1b82c3-44fb-abdf-5f66-294582f87da5-9b30963d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_54cab8ea-92c3-33ce-e702-583902154e07-d1aab834 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_54cab8ea-92c3-33ce-e702-583902154e07-d1aab834 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c273014b-266b-7eec-e856-54608017a670-b590fc91 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_90d95e0f-1cfa-0c9c-032e-76888ecbe732-b590fc91 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1f07ed0a-bbf7-ac0d-eb6b-96befad0d75a-f3277518, #w-node-f00e5e1a-8feb-ab56-76fb-537c3748c098-f3277518, #w-node-_1f786e8d-5cb9-7890-868a-9d6cd46d5c82-f3277518, #w-node-_34b1b069-5d19-26fc-3292-2f23d65dc3dd-f3277518, #w-node-a6983826-8ca9-ad43-189d-076d69438e66-fca603b5, #w-node-fcf25c92-6dfb-0937-ca13-5ba775a7b094-fca603b5, #w-node-_333890f8-aed7-9b0a-c4b9-2ba8a5503057-fca603b5, #w-node-_9d06dd9c-159c-e5ef-890e-4f3257c87451-9b30963d, #w-node-ed99c166-5aec-e56d-2674-30bddfef3a46-9b30963d, #w-node-_024d793f-f345-dbd2-b045-98de4159cda1-9b30963d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_43978f9c-7340-0985-cc40-743fb41258a7-9b30963d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-aa1b82c3-44fb-abdf-5f66-294582f87da5-9b30963d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


