.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: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.navbar-no-shadow {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99999999;
  background-color: #fff;
}

.navbar-no-shadow-container {
  z-index: 9999;
  width: 100%;
  margin: 0px auto;
  padding: 15px 20px;
  background-color: transparent;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  display: flex;
  padding-bottom: 0px;
  justify-content: space-between;
  align-items: center;
}

.nav-menu {
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #213c76;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(33, 60, 118, 0.7);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-button-wrapper {
  margin-left: 70px;
}

.button-primary {
  padding: 12px 25px;
  border-radius: 500px;
  background-color: #213c76;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: rgba(33, 60, 118, 0.7);
  color: #fff;
}

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

.body {
  font-family: Inter, sans-serif;
  color: rgba(255, 255, 255, 0.95);
}

.header {
  height: 90vh;
}

.background-video {
  position: relative;
  width: 100%;
  height: 90vh;
  background-color: rgba(33, 60, 118, 0.65);
}

.container {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.header_inner {
  position: static;
  display: flex;
  width: 100%;
  height: 90vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.heading {
  position: static;
  color: #fff;
  font-size: 42px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.button-2 {
  margin-top: 32px;
  padding: 18px 35px;
  border-radius: 500px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #213c76;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.button-2:hover {
  background-color: #213c76;
  color: #fff;
}

._2nd_inner {
  display: flex;
  padding-top: 96px;
  padding-bottom: 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-2 {
  font-size: 36px;
}

.h2 {
  color: #213c76;
  text-align: left;
}

.h2.center {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

.h2.white {
  color: rgba(255, 255, 255, 0.95);
  font-size: 36px;
}

.h1 {
  position: static;
  color: rgba(255, 255, 255, 0.95);
  font-size: 42px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.paragraph {
  margin-top: 10px;
  color: rgba(0, 33, 46, 0.8);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.div-block {
  display: flex;
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

._3rd {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  background-color: #213c76;
}

._3rd_inner {
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 32px;
  padding-bottom: 32px;
  justify-content: center;
  align-items: center;
}

.left-side {
  width: 50%;
  margin-right: 24px;
}

.left-side.right {
  margin-right: 0px;
  margin-left: 24px;
}

.left-side.right.small {
  width: 45%;
}

.right-side {
  width: 50%;
  margin-left: 24px;
}

.right-side.left {
  margin-right: 24px;
  margin-left: 0px;
}

.right-side.left.small {
  width: 50%;
}

.right-side.left.big {
  width: 55%;
}

.h3 {
  color: rgba(255, 255, 255, 0.95);
}

.paragraph-2 {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  line-height: 24px;
}

.paragraph-2.black {
  color: rgba(0, 33, 46, 0.8);
}

.paragraph-2.center {
  text-align: left;
}

.text-block {
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.heading-3 {
  color: #fff;
  font-size: 24px;
}

.div-block-2 {
  height: 1px;
  border-top: 1px dashed #fff;
  background-color: transparent;
}

._3rd_inner_2 {
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 56px;
  padding-bottom: 56px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.image {
  width: 678px;
  margin-top: 24px;
}

.image-2 {
  width: 100%;
}

.separation-line {
  height: 1px;
  border-top: 1px dashed #acbdc5;
  background-color: transparent;
}

._4th_inner {
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.grid {
  margin-top: 10px;
}

.grid-2 {
  margin-top: 24px;
  align-items: start;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-copy {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  margin-top: 24px;
  align-items: start;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-4 {
  color: #213c76;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.paragraph-3 {
  color: rgba(0, 33, 46, 0.8);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.paragraph2 {
  margin-top: 64px;
  color: rgba(0, 33, 46, 0.8);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

._5th {
  background-color: #f2f2f2;
}

._5th_inner {
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
  justify-content: center;
  align-items: center;
}

.text-field {
  height: 55px;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  color: rgba(0, 33, 46, 0.8);
  font-size: 18px;
  line-height: 24px;
}

.submit-button {
  width: 100%;
  height: 55px;
  margin-top: 4px;
  border-radius: 500px;
  background-color: #213c76;
  font-size: 18px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: rgba(33, 60, 118, 0.7);
}

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

.footer-dark {
  position: relative;
  padding: 50px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrapper {
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  display: flex;
  margin-right: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.title-small {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.footer-link.w--current {
  color: rgba(255, 255, 255, 0.95);
}

.footer-link.w--current:hover {
  color: rgba(255, 255, 255, 0.75);
}

.footer-social-block {
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  justify-content: flex-start;
  align-items: center;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-social-link:hover {
  opacity: 0.7;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  background-color: #e0e8f1;
  opacity: 0.25;
}

.footer-copyright-center {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.footer {
  position: relative;
  padding: 50px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #213c76;
}

.div-block-4 {
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  border-top: 2px solid #fff;
}

.white-line {
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  border-top: 2px solid #fff;
}

.white-line.dash {
  margin-top: 10px;
  border-color: #000;
  border-right-style: dashed;
  border-right-width: 1px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-left-style: dashed;
  border-left-width: 1px;
}

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

.div-block-5.distance {
  margin-top: 12px;
  text-decoration: none;
}

.div-block-5.distance:hover {
  opacity: 0.7;
}

.div-block-6 {
  margin-left: 8px;
}

.text-block-2 {
  color: rgba(255, 255, 255, 0.95);
}

.dashline {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px dashed #6f7c8e;
}

.dashline.dash {
  margin-top: 10px;
  border-color: #000;
  border-right-style: dashed;
  border-right-width: 1px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-left-style: dashed;
  border-left-width: 1px;
}

._4th-mobile {
  display: none;
}

@media screen and (min-width: 1920px) {
  .navbar-no-shadow {
    top: auto;
    bottom: auto;
    display: flex;
    height: 10vh;
    justify-content: center;
    align-items: center;
  }

  .navbar-no-shadow-container {
    display: flex;
  }

  .container-regular {
    max-width: 1140px;
  }

  .background-video {
    background-color: rgba(33, 60, 118, 0.65);
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu {
    display: flex;
    padding-left: 0px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .h2.center {
    line-height: 40px;
  }

  .h1 {
    line-height: 57px;
  }

  .paragraph {
    line-height: 24px;
  }

  .div-block {
    width: 100%;
  }

  ._3rd_inner {
    flex-direction: column;
  }

  .left-side {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .left-side.right.small {
    width: 100%;
    margin-left: 0px;
  }

  .right-side {
    width: 100%;
    margin-top: 12px;
    margin-left: 0px;
  }

  .right-side.left.big {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
  }

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

  ._3rd_inner_2 {
    flex-direction: column-reverse;
  }

  ._5th_inner {
    flex-direction: column;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .image-4 {
    margin-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu {
    padding-bottom: 30px;
    padding-left: 0px;
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .h2.center {
    line-height: 42px;
  }

  .div-block {
    width: 100%;
  }

  ._4th.mobile {
    display: none;
  }

  .footer-dark {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-brand {
    display: flex;
  }

  .footer-content {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-link._4th-desktop {
    display: none;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer {
    padding-right: 15px;
    padding-left: 15px;
  }

  ._4th-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .header {
    height: 60vh;
  }

  .background-video {
    height: 60vh;
  }

  .header_inner {
    height: 60vh;
  }

  .button-2 {
    font-size: 18px;
  }

  ._2nd_inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .h2.center {
    font-size: 26px;
    line-height: 36px;
  }

  .h1 {
    font-size: 26px;
    line-height: 38px;
  }

  ._4th.mobile {
    display: none;
  }

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

  .container-2 {
    max-width: none;
  }

  .footer-wrapper {
    align-items: flex-start;
  }

  .footer-block {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }

  .footer-link.w--current:hover {
    color: rgba(255, 255, 255, 0.75);
  }

  .footer-copyright-center {
    line-height: 20px;
  }

  .div-block-5 {
    overflow: hidden;
  }

  ._4th-copy.mobile {
    display: none;
  }

  ._4th-mobile.mobile {
    display: none;
  }

  .image-6 {
    min-width: 40px;
  }

  .image-7 {
    min-width: 40px;
  }

  .image-8 {
    min-width: 40px;
  }
}

#w-node-_39977031-8914-72bf-c82e-468d777be232-0cf946f0 {
  -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-_39977031-8914-72bf-c82e-468d777be238-0cf946f0 {
  -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-_39977031-8914-72bf-c82e-468d777be23e-0cf946f0 {
  -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-a9d96f18-d585-666b-e512-9c23106e0a27-0cf946f0 {
  -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-_0dc1fcdf-6ef1-9e7c-b996-865bf1eb3f78-0cf946f0 {
  -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-ff3ad998-1bfe-d785-81a3-419a42955a07-0cf946f0 {
  -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-_4f002bb0-5f99-0f14-a0e5-223f1828251c-0cf946f0 {
  -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-_8ddda082-985d-0acb-3083-c7dfea6997c9-0cf946f0 {
  -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-_9dadf772-f83e-3f80-d683-21c09113549b-0cf946f0 {
  -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-_4e18948b-fd7f-6ff5-cbc7-2ab5ff65d794-0cf946f0 {
  -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-_17db22aa-610f-b6d9-7a17-8c1063a5cb76-0cf946f0 {
  -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-_17db22aa-610f-b6d9-7a17-8c1063a5cb8a-0cf946f0 {
  -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-a9d96f18-d585-666b-e512-9c23106e0a27-0cf946f0 {
    -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-_0dc1fcdf-6ef1-9e7c-b996-865bf1eb3f78-0cf946f0 {
    -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;
  }
}

