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

body {
  font-family: 'Roboto Mono', sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 3.75em;
  line-height: 1.2;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1;
  font-weight: 900;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 1.75em;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5;
}

a {
  text-decoration: underline;
}

.stylesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #13106d;
}

.nav-link {
  padding: 1.25em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
}

.nav-link:hover {
  color: #13dbf2;
}

.link {
  margin-top: 0.25em;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 300;
}

.caption {
  padding-right: 2em;
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
}

.hero {
  height: 46em;
  padding: 0em 8em;
}

.navbar {
  width: 100%;
  padding-top: 1em;
  background-color: transparent;
}

.brand {
  width: 12em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button {
  padding: 1em 2.5em;
  border-radius: 0.25em;
  background-image: -webkit-gradient(linear, left top, right top, from(#3748e5), color-stop(50%, #9837e5), to(#e5378b));
  background-image: linear-gradient(90deg, #3748e5, #9837e5 50%, #e5378b);
  box-shadow: 0 0 0.5em 0 rgba(19, 219, 242, 0.47);
  outline-color: rgba(19, 219, 242, 0.2);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 0.05em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  -webkit-filter: hue-rotate(64deg);
  filter: hue-rotate(64deg);
}

.button.reverse {
  min-width: 14em;
  background-image: -webkit-gradient(linear, right top, left top, from(#3748e5), color-stop(50%, #9837e5), to(#e5378b));
  background-image: linear-gradient(270deg, #3748e5, #9837e5 50%, #e5378b);
  text-align: center;
}

.button.formbtn {
  width: 22em;
}

.button.navbutton.mobmenu {
  display: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 84em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  max-width: 84em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.rel {
  position: relative;
}

.div-block {
  position: relative;
  z-index: 2;
  padding-top: 12em;
}

.grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 45em 1fr;
  grid-template-columns: 45em 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heroimage {
  width: 54em;
  max-width: none;
  margin-top: -5em;
  margin-left: -12em;
}

.heading {
  padding-bottom: 0.5em;
}

.paragraphholder {
  padding-bottom: 3em;
}

.section {
  padding-top: 10em;
  padding-bottom: 12.5em;
}

.section.gradtop {
  position: relative;
  z-index: 2;
  min-height: 50em;
  padding-bottom: 0em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 21, 71, 0)), color-stop(10%, #211547), color-stop(100%, #211547), to(rgba(33, 21, 71, 0)));
  background-image: linear-gradient(180deg, rgba(33, 21, 71, 0), #211547 10%, #211547 100%, rgba(33, 21, 71, 0));
}

.section.nograd {
  min-height: 50em;
  padding-bottom: 6em;
  background-color: #211547;
}

.section.gradbtm {
  position: relative;
  z-index: 2;
  min-height: 50em;
  padding-bottom: 0em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 21, 71, 0)), color-stop(10%, #211547), color-stop(100%, #211547), to(rgba(33, 21, 71, 0)));
  background-image: linear-gradient(0deg, rgba(33, 21, 71, 0), #211547 10%, #211547 100%, rgba(33, 21, 71, 0));
}

.section.contacts {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#211547), to(hsla(0, 0%, 100%, 0))), url('../images/Contacts-bg.jpg');
  background-image: linear-gradient(180deg, #211547, hsla(0, 0%, 100%, 0)), url('../images/Contacts-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.body {
  background-color: #13106d;
}

.grid-2 {
  grid-column-gap: 3.5em;
  grid-row-gap: 1em;
  -ms-grid-columns: 36em 1fr;
  grid-template-columns: 36em 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  padding-bottom: 2.75em;
}

.image {
  position: relative;
  z-index: 1;
  max-width: 120%;
  margin-top: -3em;
  margin-left: -6em;
}

.image.hide {
  display: none;
}

.div-block-4 {
  position: relative;
  z-index: 2;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84em;
  padding-left: 3.5em;
  box-shadow: 1px 1px 60px 10px rgba(19, 219, 242, 0.4);
  outline-color: #3a95ff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32em;
  padding-top: 10.5em;
  padding-right: 3em;
  padding-bottom: 5.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 29em;
  height: auto;
  padding-left: 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.tab-link:hover {
  -webkit-transform: translate(1em, 0px);
  -ms-transform: translate(1em, 0px);
  transform: translate(1em, 0px);
}

.tab-link.w--current {
  background-color: transparent;
  color: #13dbf2;
}

.heading-2 {
  position: absolute;
}

.div-block-5 {
  position: absolute;
  left: 3.5em;
  top: 3em;
}

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

.div-block-7 {
  width: 100%;
  min-height: 17em;
  padding: 2em 2.5em;
  background-color: #fff;
}

.paragraph {
  color: #211547;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6em;
  height: 4em;
  padding-right: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 100%;
  height: 22em;
  -o-object-fit: cover;
  object-fit: cover;
}

.tabs-content {
  width: 100%;
  border-left: 1px none rgba(19, 219, 242, 0.3);
  background-color: #fff;
}

.image-3 {
  margin-left: 0.75em;
}

.image-4 {
  margin-left: 0.25em;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  padding-top: 0.5em;
  padding-left: 4.5em;
}

.centered {
  text-align: center;
}

.grid-4 {
  margin-top: 2em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flexcenter {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.iconholder {
  width: 7.5em;
  height: 7.5em;
  margin-bottom: 1em;
}

.div-block-11 {
  padding-bottom: 1.5em;
}

.image-5 {
  height: 3.5em;
}

.contactblock {
  width: 55em;
  height: auto;
  padding: 2em 4em 4em;
  background-color: #13106d;
}

.div-block-13 {
  padding-bottom: 2.5em;
}

.text-field {
  height: 4em;
  margin-bottom: 1em;
  padding: 0.5em 1.25em;
  border-style: solid;
  border-width: 2px;
  border-color: #969696;
  border-radius: 0.25em;
  color: #333;
  font-size: 1.25em;
}

.textarea {
  min-height: 8em;
  margin-bottom: 1.25em;
  padding: 0.5em 1.25em;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  color: #13dbf2;
}

.footer {
  height: 22em;
  padding-top: 3em;
  padding-bottom: 2em;
  background-color: #211547;
}

.footer.gradtop {
  position: relative;
  z-index: 2;
  min-height: 50em;
  padding-bottom: 0em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 21, 71, 0)), color-stop(10%, #211547), color-stop(100%, #211547), to(rgba(33, 21, 71, 0)));
  background-image: linear-gradient(180deg, rgba(33, 21, 71, 0), #211547 10%, #211547 100%, rgba(33, 21, 71, 0));
}

.footer.nograd {
  min-height: 50em;
  padding-bottom: 6em;
  background-color: #211547;
}

.footer.gradbtm {
  position: relative;
  z-index: 2;
  min-height: 50em;
  padding-bottom: 0em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 21, 71, 0)), color-stop(10%, #211547), color-stop(100%, #211547), to(rgba(33, 21, 71, 0)));
  background-image: linear-gradient(0deg, rgba(33, 21, 71, 0), #211547 10%, #211547 100%, rgba(33, 21, 71, 0));
}

.footer.contacts {
  height: 60em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#211547), to(hsla(0, 0%, 100%, 0))), url('../images/ContactBG.jpg');
  background-image: linear-gradient(180deg, #211547, hsla(0, 0%, 100%, 0)), url('../images/ContactBG.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.grid-5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 0.5fr 0.5fr 1fr;
  grid-template-columns: 0.5fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footercol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footercol.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-6 {
  width: 12.25em;
  margin-bottom: 1em;
}

.footeraddress {
  margin-top: 0.5em;
  line-height: 1.7;
}

.copyright {
  margin-top: 3em;
  color: #dadada;
}

.tabhead.blue {
  display: none;
}

.canvasholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/CubeBg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-button {
  display: none;
}

.div-block-17 {
  margin-top: 5em;
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .div-block-16 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  p {
    font-size: 16px;
  }

  .nav-link {
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  .link {
    text-align: center;
  }

  .caption.mob {
    padding-right: 0em;
    padding-bottom: 20px;
  }

  .hero {
    height: auto;
    max-height: 90vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar {
    padding-top: 20px;
  }

  .brand {
    z-index: 5;
    width: 175px;
    margin-left: 20px;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button.reverse {
    width: 100%;
    min-width: auto;
    padding: 20px 30px;
  }

  .button.formbtn {
    width: 100%;
  }

  .button.navbutton {
    display: none;
  }

  .button.navbutton.mobmenu {
    display: block;
    width: 80vw;
    margin-top: 40px;
    padding: 20px;
  }

  .nav-menu {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5642df), to(#211547));
    background-image: linear-gradient(90deg, #5642df, #211547);
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .container {
    max-width: none;
  }

  .div-block {
    margin-top: -130px;
    padding-top: 20px;
  }

  .grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heroimage {
    width: auto;
    max-height: 50vh;
    max-width: 140%;
    margin-top: 0em;
    margin-left: -40px;
  }

  .heading {
    padding-bottom: 20px;
  }

  .section.gradtop {
    min-height: auto;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.nograd {
    padding-top: 40px;
  }

  .section.nograd.mob {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .section.contacts {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#211547), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #211547, hsla(0, 0%, 100%, 0));
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: 200px auto;
    grid-template-rows: 200px auto;
  }

  .div-block-3 {
    padding-bottom: 20px;
  }

  .tabs {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu {
    width: auto;
    padding-top: 110px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tab-link {
    width: 25%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-link.w--current {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-5 {
    left: 20px;
  }

  .div-block-7 {
    min-height: auto;
    padding: 30px;
  }

  .div-block-8 {
    width: auto;
    height: auto;
    padding-right: 0em;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-5 {
    height: auto;
  }

  .image-5._2 {
    height: 40px;
  }

  .image-5._1 {
    height: 40px;
  }

  .contactblock {
    width: auto;
    padding: 40px 20px;
  }

  .div-block-13 {
    padding-bottom: 40px;
  }

  .text-field {
    height: 56px;
    font-size: 16px;
  }

  .textarea {
    min-height: 100px;
    margin-bottom: 20px;
    padding: 10px 20px;
  }

  .div-block-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    height: auto;
    padding: 40px 20px;
  }

  .grid-5 {
    justify-items: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .footercol {
    margin-bottom: 20px;
  }

  .footercol.left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footeraddress {
    text-align: center;
  }

  .copyright {
    text-align: center;
  }

  .tabhead {
    display: none;
  }

  .tabhead.blue {
    display: block;
    color: #13dbf2;
  }

  .canvasholder {
    min-height: 300px;
  }

  .menu-button {
    z-index: 5;
    display: block;
    margin-right: 0px;
    padding: 20px;
    cursor: pointer;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

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

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

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .webgl {
    overflow: visible;
    max-width: 100%;
  }

  .div-block-16 {
    display: block;
    padding: 20px;
    background-color: #211547;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#w-node-b03518a9-3634-1765-68c1-5b2008f867ba-2dcaa094 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a6d0285-73c4-18d4-dc40-7891c1adbdc7-2dcaa094 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92ddc8d0-6ee4-7952-45ed-3ac0d2ecb77a-2dcaa094 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ecd97ea1-0de5-958b-a9e7-5221887064b8-2dcaa094 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_152dbedb-3cb3-bf0d-df1e-40b6ebbf9532-2dcaa094 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e8ac1fa9-e464-97bd-6e5c-a416b1b2b061-2dcaa094 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f83c8f4b-97dc-1954-3903-5eeafe5209cf-2dcaa094 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c2292e9c-d06a-d773-9876-2d27c6b8fcb8-2dcaa094 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-edf00c5c-c187-a69e-257f-9f7dfcd3a5ca-fcd3a5c7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-edf00c5c-c187-a69e-257f-9f7dfcd3a5d3-fcd3a5c7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-edf00c5c-c187-a69e-257f-9f7dfcd3a5dc-fcd3a5c7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_7a6d0285-73c4-18d4-dc40-7891c1adbdc7-2dcaa094 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ecd97ea1-0de5-958b-a9e7-5221887064b8-2dcaa094 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

