body {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  color: #eeefef;
  font-size: 65px;
  line-height: 78px;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #b3b3b3;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.section.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-top: 20px;
  -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;
}

.section.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.container {
  width: 100%;
}

.container.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-top: 1px solid #0c4f7f;
}

.container.profile-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.container.profile-info {
  background-color: #000;
}

.container.vcf-mobile {
  display: none;
}

.container.link-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.container.profile {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000;
}

.footer_logo-img {
  height: 120px;
}

.header__logo-img {
  height: 120px;
}

.profile-wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.profile-wrapper.info {
  padding-bottom: 29px;
}

.profile-wrapper.map {
  max-width: none;
  padding: 0px;
}

.name-pos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -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;
}

.picture-vcf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-left: 60px;
  -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;
}

.name-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.name-divider.hide {
  display: none;
}

.name-position {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
}

.name-position.hide {
  display: none;
}

.name-position.divider {
  padding-right: 20px;
  padding-left: 20px;
}

.profile-picture-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 250px;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 4px 4px 6px -3px rgba(0, 0, 0, 0.2);
}

.prodile-vcf-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f33;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.prodile-vcf-link:hover {
  background-color: #00a99d;
}

.profile-vcf-image {
  height: 40px;
  margin-right: 30px;
}

.profile-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.profile-link-image {
  width: 40px;
  height: 40px;
}

.profile-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
  -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;
  border-radius: 100%;
  background-color: #00a99d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.profile-link:hover {
  background-color: #f33;
}

.profile-link.hide {
  display: none;
}

.profile-info {
  padding-top: 10px;
  padding-bottom: 10px;
}

.profile-info.hide {
  display: none;
}

.info-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #b3b3b3;
}

.profile-info-link {
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  text-decoration: none;
}

.profile-info-link:hover {
  color: #ffb200;
}

.profile-info-wrap {
  margin-right: 30px;
  margin-left: 30px;
}

.profile-info-wrap.phone {
  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;
}

.company-map {
  overflow: hidden;
}

.company-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  background-color: #ffb200;
}

.address-link {
  color: #232323;
  font-size: 32px;
  line-height: 42px;
  text-decoration: none;
}

.address-link:hover {
  color: #d9060f;
}

.container-gallery {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  cursor: default;
}

.gallery-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-picture {
  position: relative;
}

.gallery-picture-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -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;
  background-color: rgba(12, 79, 127, 0.4);
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
}

.vcf-mobile {
  position: static;
  left: 0%;
  top: -160px;
  right: 0%;
  bottom: auto;
  display: none;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.vcf-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 20px 30px;
  -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;
  background-color: #f33;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.vcf-link-mobile:hover {
  background-color: #00a99d;
}

.vcf-image-mobile {
  height: 40px;
  margin-right: 30px;
}

.footer__copyright-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  -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;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.footer__powerd {
  margin-left: 20px;
}

.footer__copyright-link {
  color: #0c4f7f;
  letter-spacing: 0px;
  text-decoration: none;
}

.footer__copyright-link:hover {
  color: #eb008b;
}

.intern-txt {
  color: #0c4f7f;
  font-size: 32px;
  line-height: 42px;
  text-decoration: none;
}

.page-not-found__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.page-not-found__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.page-not-found__button {
  margin-top: 20px;
  border-radius: 6px;
  background-color: #0c4f7f;
  color: #fff;
  text-transform: uppercase;
}

.link-home__button {
  margin-top: 20px;
  padding: 20px 60px;
  border-radius: 6px;
  background-color: #0c4f7f;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}

.link-home__button:hover {
  background-color: #eb008b;
}

.div-block {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-family: 'Bebas Neue', sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 40px;
}

.name-position-poswrapper {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: center;
  }

  .section.gallery {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile-links {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  h2 {
    margin-bottom: 0px;
  }

  .container.profile-links {
    padding: 20px 0px;
  }

  .name-pos {
    margin-top: 48px;
  }

  .picture-vcf {
    top: -89px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .name-divider {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .name-position {
    font-size: 24px;
    line-height: 32px;
  }

  .profile-picture-wrap {
    width: 150px;
    height: 150px;
  }

  .prodile-vcf-link {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 22px;
  }

  .profile-vcf-image {
    height: 25px;
    margin-right: 15px;
  }

  .profile-links {
    margin-bottom: 10px;
    padding: 0px;
  }

  .profile-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .profile-info {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .info-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .profile-info-link {
    font-size: 22px;
    line-height: 32px;
  }

  .profile-info-wrap {
    padding-bottom: 5px;
  }

  .address-link {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }

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

  .vcf-mobile {
    top: -89px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .vcf-link-mobile {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 22px;
  }

  .vcf-image-mobile {
    height: 25px;
    margin-right: 15px;
  }

  .footer__copyright-wrap {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer__powerd {
    margin-top: 10px;
    margin-left: 0px;
  }

  .intern-txt {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-family: 'Bebas Neue', sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .section.footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.gallery {
    margin-bottom: 40px;
  }

  .section.home {
    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;
  }

  .container.header {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.footer {
    padding-top: 20px;
    padding-bottom: 10px;
    border-top-color: #000;
  }

  .container.profile-info {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000;
  }

  .container.profile-map {
    padding-top: 10px;
  }

  .container.vcf-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .container.profile {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000;
  }

  .footer_logo-img {
    height: 40px;
  }

  .header__logo-img {
    height: 90px;
  }

  .profile-wrapper {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .profile-wrapper.map {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .name-pos {
    margin-top: 20px;
  }

  .picture-vcf {
    top: -115px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .name-divider {
    color: #fff;
  }

  .name-position {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .name-position.divider {
    display: none;
  }

  .profile-picture-wrap {
    width: 180px;
    height: 180px;
  }

  .prodile-vcf-link {
    display: none;
  }

  .profile-vcf-image {
    height: 20px;
    margin-right: 10px;
  }

  .profile-links {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .profile-link-image {
    width: 25px;
    height: 25px;
  }

  .profile-link {
    padding: 15px;
    background-color: #00a99d;
  }

  .profile-link:hover {
    background-color: #f33;
  }

  .profile-info-link {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    line-height: 28px;
  }

  .profile-info-link:hover {
    color: #00a99d;
  }

  .profile-info-wrap.phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .address-link {
    font-size: 16px;
    line-height: 24px;
  }

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

  .vcf-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .vcf-link-mobile {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0px;
    background-color: #f33;
  }

  .vcf-link-mobile:hover {
    background-color: #00a99d;
  }

  .vcf-image-mobile {
    height: 25px;
    margin-right: 20px;
  }

  .footer__copyright-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    line-height: 16px;
  }

  .intern-txt {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-family: 'Bebas Neue', sans-serif;
    color: #000;
    font-size: 28px;
    line-height: 34px;
  }

  .home-link {
    max-height: 90px;
  }

  .home-image {
    height: 90px;
  }

  .name-position-poswrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#w-node-_65edf8e7-0dcd-1cfc-e9ae-4e34e17dbf6c-e17dbf69 {
  -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-_65edf8e7-0dcd-1cfc-e9ae-4e34e17dbf6d-e17dbf69 {
  -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-_65edf8e7-0dcd-1cfc-e9ae-4e34e17dbf71-e17dbf69 {
  -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-_65edf8e7-0dcd-1cfc-e9ae-4e34e17dbf72-e17dbf69 {
  -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-_65edf8e7-0dcd-1cfc-e9ae-4e34e17dbf76-e17dbf69 {
  -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-_65edf8e7-0dcd-1cfc-e9ae-4e34e17dbf77-e17dbf69 {
  -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-_65edf8e7-0dcd-1cfc-e9ae-4e34e17dbf7b-e17dbf69 {
  -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-_65edf8e7-0dcd-1cfc-e9ae-4e34e17dbf7c-e17dbf69 {
  -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;
}

