.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;
}

.main {
  background-color: transparent;
}

.brand-link {
  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;
  font-size: 23px;
  font-weight: 700;
}

.brand-link.in-footer {
  margin-bottom: 0px;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding-top: 50px;
  padding-bottom: 10px;
  -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;
}

.globe {
  max-width: 70px;
  margin-right: 10px;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid transparent;
  background-color: transparent;
}

.nav-link-2 {
  padding: 15px 25px;
  border: 1px none #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: B, sans-serif;
  color: #f8e5de;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
}

.nav-link-2:hover {
  border-style: none;
  border-color: #000;
  border-radius: 0px;
  color: #d6480b;
}

.nav-link-2.w--current {
  color: #3b2ae5;
}

.button {
  padding: 13px 22px;
  border-radius: 0px;
  background-color: #d6480b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: B, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: none;
}

.button:hover {
  opacity: 0.8;
}

.button.nav {
  padding: 15px 25px;
  border-radius: 0px;
  background-color: #d6480b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: B, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
}

.button.nav:hover {
  background-color: #f8e5de;
  opacity: 1;
  color: #311306;
  font-weight: 500;
}

.body {
  background-color: #f8e5de;
  font-family: B, sans-serif;
  font-weight: 300;
}

.about-section-grid-container {
  display: block;
  padding-right: 40px;
  -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;
}

.regular-12-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.about-section-header {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: B, sans-serif;
  color: #311306;
  font-size: 42px;
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: -0.1vw;
  white-space: normal;
}

.hero-grid-text-left {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-grid-header {
  position: absolute;
  font-family: B, sans-serif;
  color: #f8e5de;
  font-size: 120px;
  line-height: 120px;
  font-weight: 500;
}

.hero-grid-header.blue {
  position: relative;
  left: auto;
  top: auto;
  margin-bottom: 0px;
  padding-top: 220px;
  color: #f8e5de;
  font-size: 14vw;
  line-height: 0.9;
  letter-spacing: -0.5vw;
}

.hero-grid-header.bottom {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 0px;
  padding-left: 60px;
  color: #f8e5de;
  font-size: 14vw;
  line-height: 0.9;
  letter-spacing: -0.5vw;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  -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: #f8e5de;
}

.hero-section {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 6rem;
  background-color: #f3f1f1;
}

.hero-section.bg-light {
  background-color: #fafafa;
}

.hero-section.bg-light.hero-top.fixpaddinghero {
  padding-top: 2rem;
  background-color: #fafafa;
}

.hero-section.bg-light.hero-top.fixpaddinghero.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  -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: #311306;
}

.hero-grid {
  width: 100%;
  height: 100vh;
  max-width: 1440px;
  padding-top: 180px;
  padding-bottom: 180px;
  grid-auto-columns: 0.5fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: 0.5fr 0.5fr 0.5fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr;
}

.hero-grid-image-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -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;
}

.hero-grid-image-right.standard {
  z-index: 4;
  background-image: url('../images/hero3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider__arrow {
  z-index: 1;
  width: 18vw;
}

.slide__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64vw;
  height: 36vw;
  -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;
  -o-object-fit: cover;
  object-fit: cover;
}

.legal-info {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  opacity: 1;
  font-family: B, sans-serif;
  color: #311306;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.globe-2 {
  max-width: 40px;
  margin-right: 10px;
}

.logo-txt {
  margin-top: 0px;
  font-family: B, sans-serif;
  color: #f8e5de;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}

.blue {
  color: #311306;
  font-weight: 500;
}

.services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 220px 6em 140px;
  -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;
  background-color: #f8e5de;
}

.services-grid-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -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;
}

.services-grid-image-block.services-1 {
  z-index: 10;
  background-image: url('../images/about-1.2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-grid-image-block.service-2 {
  z-index: 10;
  background-image: url('../images/about-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-grid-image-block.services-3 {
  z-index: 10;
  background-image: url('../images/about-6.1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-grid-grid-color-block {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  background-color: #d6480b;
}

.gallery-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 220px 6em;
  -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;
  background-color: #311306;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60vh;
  padding: 140px 0em 220px;
  -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;
  background-color: #f8e5de;
}

.gallery-grid {
  width: 100%;
  max-width: 1440px;
  min-height: 130vh;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-auto-columns: 0.5fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
}

.gallery-grid-color-block {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  background-color: #d6480b;
}

.gallery-grid-color-block.black {
  background-color: #311306;
}

.gallery-grid-color-block.orange-above {
  z-index: 100;
}

.gallery-grid-color-block.orange-above.image1 {
  background-image: url('../images/sun-pink.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-grid-color-block.orange-above.image2 {
  background-image: url('../images/eye-pink.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-lightbox-block._1 {
  position: relative;
  z-index: 99;
  background-image: url('../images/gallery-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox-block._2 {
  position: relative;
  z-index: 90;
  background-image: url('../images/gallery-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox-block._3 {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox-block._4 {
  position: relative;
  z-index: 99;
  background-image: url('../images/gallery-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox-block._5 {
  position: relative;
  z-index: 99;
  background-image: url('../images/gallery-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox-block._6 {
  position: relative;
  background-image: url('../images/gallery-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox-block._7 {
  position: relative;
  z-index: 99;
  background-image: url('../images/gallery-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-lightbox-block._8 {
  position: relative;
  z-index: 99;
  background-image: url('../images/about-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-section-inner-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 80%;
  min-height: 30vh;
  margin-top: 0px;
  padding: 60px 50px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: #311306;
  text-align: left;
}

.big-image-form-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1440px;
  min-height: 50vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-image: url('../images/pattern1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.heading-2 {
  margin-top: 0px;
  font-family: B, sans-serif;
  color: #f8e5de;
  font-size: 28px;
  line-height: 45px;
  font-weight: 300;
}

.footer-link-wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: B, sans-serif;
  font-weight: 500;
}

.footer-4-link {
  margin-right: 30px;
  font-family: B, sans-serif;
  color: #f8e5de;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.footer-4-link.w--current {
  margin-right: 0px;
}

.services-two-section {
  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: 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: #f8e5de;
}

.services-two-grid {
  width: 100%;
  height: 50vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-main-grid {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-header {
  font-family: B, sans-serif;
  color: #311306;
  font-size: 42px;
  line-height: 1.4;
  font-weight: 300;
}

.services-block-1 {
  padding: 40px;
}

.services-header-2 {
  margin-top: 10px;
  font-family: B, sans-serif;
  color: #311306;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}

.services-header-2.sedrvices-bold {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 500;
}

.services-icon._1 {
  width: 200px;
  height: 200px;
  background-image: url('../images/Artboard-2-80.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-icon._2 {
  width: 200px;
  height: 200px;
  background-image: url('../images/Artboard-4-80.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-icon._3 {
  width: 200px;
  height: 200px;
  background-image: url('../images/Artboard-2-80.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-icon._4 {
  width: 200px;
  height: 200px;
  background-image: url('../images/Artboard-3-80.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.owner-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 220px;
  padding-bottom: 140px;
  -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: #f8e5de;
}

.owner-grid {
  width: 100%;
  max-width: 1440px;
  min-height: 40vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 0.5fr 0.5fr 0.5fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr;
}

.owner-grid-block1 {
  background-image: url('../images/alicia-portriat.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.owner-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
}

.owner-header {
  font-family: B, sans-serif;
  color: #311306;
  font-size: 42px;
  line-height: 1.6;
  font-weight: 500;
}

.owner-text {
  font-family: B, sans-serif;
  color: #311306;
  font-size: 22px;
  line-height: 1.7;
  font-weight: 300;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 20px 140px;
  -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: #d6480b;
}

.footer-grid {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block-1 {
  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;
}

.footer-block-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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.email-container {
  padding-top: 10px;
}

.email-link {
  color: #d6480b;
  font-size: 56px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #f8e5de;
  }

  .nav-inner {
    padding: 10px 20px;
  }

  .globe {
    max-width: 60px;
  }

  .nav-menu {
    background-color: #d6480b;
    box-shadow: 0 14px 13px -3px rgba(0, 0, 0, 0.11);
  }

  .navigation {
    padding-top: 40px;
  }

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-2:hover {
    color: #311306;
  }

  .button.nav {
    display: none;
  }

  .about-section-grid-container {
    margin-bottom: 20px;
  }

  .regular-12-grid {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .about-section-header {
    font-size: 38px;
  }

  .hero-grid-text-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-grid-header.blue {
    font-size: 16vw;
  }

  .hero-grid-header.bottom {
    font-size: 16vw;
  }

  .hero-section {
    padding: 3rem;
  }

  .hero-grid-image-right {
    height: auto;
    min-height: 512px;
  }

  .hero-grid-image-right.standard {
    height: auto;
  }

  .legal-info {
    padding-top: 20px;
    font-size: 16px;
  }

  .logo-txt {
    font-size: 28px;
  }

  .blue {
    font-size: 28px;
  }

  .services-section {
    padding: 100px 2em;
  }

  .services-grid-image-block {
    height: auto;
    min-height: 512px;
  }

  .services-grid-image-block.service-2 {
    background-position: 30% 50%;
  }

  .services-grid-image-block.services-3 {
    background-position: 90% 50%;
  }

  .gallery-section {
    padding: 140px 2em;
  }

  .contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .footer-4-link {
    font-size: 16px;
  }

  .services-header {
    font-size: 38px;
  }

  .services-block-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .services-icon._1 {
    width: 150px;
  }

  .services-icon._2 {
    width: 150px;
  }

  .services-icon._3 {
    width: 150px;
  }

  .services-icon._4 {
    width: 150px;
  }

  .owner-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .owner-header {
    font-size: 38px;
    line-height: 1.4;
  }

  .footer-section {
    padding-right: 2em;
    padding-left: 2em;
  }

  .image-13 {
    width: 25px;
  }

  .email-link {
    font-size: 40px;
  }
}

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

  .about-section-grid-container {
    padding-right: 0px;
  }

  .regular-12-grid {
    max-width: none;
    padding: 100px 40px;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .about-section-header {
    font-size: 34px;
    line-height: 1.7;
  }

  .hero-grid-header.bottom {
    margin-top: 10px;
  }

  .hero-section {
    padding: 2rem;
  }

  .hero-grid-image-right {
    min-height: 256px;
  }

  .services-grid-image-block {
    min-height: 256px;
  }

  .form-section-inner-02 {
    max-width: 90%;
    padding: 40px 20px;
  }

  .big-image-form-02 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .service-text-block {
    padding-bottom: 20px;
  }

  .services-block-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-icon._1 {
    width: 200px;
  }

  .services-icon._2 {
    width: 200px;
  }

  .services-icon._3 {
    width: 200px;
  }

  .services-icon._4 {
    width: 200px;
  }

  .owner-section {
    padding-top: 100px;
  }

  .owner-text {
    font-size: 18px;
  }

  .footer-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .footer-block-2 {
    padding-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .email-link {
    font-size: 34px;
  }
}

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

  .brand-link.in-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .nav-menu {
    background-color: #d6480b;
  }

  .about-section-grid-container {
    padding-right: 0px;
  }

  .regular-12-grid {
    padding-top: 40px;
    padding-bottom: 40px;
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .about-section-header {
    font-size: 22px;
    text-align: center;
  }

  .hero-grid-header.blue {
    line-height: 1;
  }

  .hero-grid-header.bottom {
    line-height: 1;
  }

  .about-section {
    min-height: 60vh;
  }

  .hero-section {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .legal-info {
    font-size: 14px;
    text-align: center;
  }

  .logo-txt {
    font-size: 24px;
  }

  .blue {
    font-size: 24px;
  }

  .gallery-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-section {
    min-height: 50vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery-grid {
    min-height: 160vh;
  }

  .gallery-lightbox-block._2 {
    z-index: 101;
  }

  .form-section-inner-02 {
    width: 100%;
    max-width: 100%;
    min-height: 20vh;
    padding: 20px;
  }

  .big-image-form-02 {
    min-height: 40vh;
  }

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

  .footer-link-wrap {
    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;
  }

  .footer-4-link {
    padding-top: 10px;
    font-size: 14px;
  }

  .services-two-grid {
    height: auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .services-main-grid {
    margin-bottom: -40px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .service-text-block {
    padding-bottom: 0px;
  }

  .services-header {
    font-size: 22px;
    text-align: center;
  }

  .services-block-1 {
    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: 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;
    text-align: center;
  }

  .services-header-2 {
    font-size: 16px;
  }

  .services-header-2.sedrvices-bold {
    font-size: 16px;
  }

  .services-icon._3 {
    text-align: left;
  }

  .owner-section {
    padding-bottom: 0px;
  }

  .owner-grid {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .owner-grid-block1 {
    min-height: 20vh;
  }

  .owner-grid-block2 {
    text-align: center;
  }

  .owner-text-container {
    padding: 10px 20px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .owner-header {
    margin-bottom: 0px;
    font-size: 24px;
    text-align: center;
  }

  .owner-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }

  .email-container {
    padding-top: 0px;
  }

  .email-link {
    font-size: 20px;
  }
}

#w-node-_925611d2-7b6b-e1ba-5ce7-e3db038ada52-0e5b28d4 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 8;
  grid-column-end: 9;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-c30cfb61-e9d6-bdaf-2cd5-bc700e85bfe3-0e5b28d4 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
}

#w-node-e9f5cf4c-52e3-7c00-d5c8-177bfc7a27e0-0e5b28d4 {
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-eda45da6-63a3-ceac-71bd-8134f00d5ea6-0e5b28d4 {
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d4f5c782-1f94-1ffe-f4a8-93312cacfb13-0e5b28d4 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 4;
  grid-column-end: 9;
}

#w-node-_6c54d579-2d5d-78df-2ae6-858bfcc1b2ff-0e5b28d4 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
}

#w-node-e716a79b-c34b-7c29-cbc9-e07449614679-0e5b28d4 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}

#w-node-_9976bdc8-d476-ff4d-2ca8-0f35a4e18472-0e5b28d4 {
  -ms-grid-column-span: 8;
  grid-column-end: 9;
  -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-_22c2ea29-36a1-c61b-af10-fdf562e02696-0e5b28d4 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -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-ed7bda8b-9107-1182-c214-807cbbdd3a40-0e5b28d4 {
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ded54321-0b72-aa80-62c4-430984d377ae-0e5b28d4 {
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2deb7bb9-3d77-e95c-204f-8f2bc7c74e32-0e5b28d4 {
  -ms-grid-column-span: 3;
  grid-column-end: 10;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bd5f745f-b682-3c04-bdfd-2ea7af5918ae-0e5b28d4 {
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c902647f-4232-8a3c-ce0d-bd38b35d5c1c-0e5b28d4 {
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 5;
  grid-row-end: 12;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-_2d5695bf-1773-36ac-3cf0-57b0c2705185-0e5b28d4 {
  -ms-grid-column-span: 4;
  grid-column-end: 8;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 4;
  grid-row-end: 8;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-cb3a9c5e-be9b-5d6f-2132-949fdde6cbd7-0e5b28d4 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 11;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-_1ea7f9ff-f23a-a0eb-8363-0bfcae484572-0e5b28d4 {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 17;
  -ms-grid-row: 12;
  grid-row-start: 12;
}

#w-node-e9c5856d-8f67-173d-aa93-72c23e200629-0e5b28d4 {
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 5;
  grid-row-end: 18;
  -ms-grid-row: 13;
  grid-row-start: 13;
}

#w-node-d5e5c86f-d05b-e8ce-e20b-4b8768666520-0e5b28d4 {
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bccdb51d-a2cc-5d1d-bd71-f33ec8ad944a-0e5b28d4 {
  -ms-grid-column-span: 3;
  grid-column-end: 8;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 5;
  grid-row-end: 14;
  -ms-grid-row: 9;
  grid-row-start: 9;
}

#w-node-_28279d22-d5b7-7f7b-8827-90509c35e57a-0e5b28d4 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 12;
  -ms-grid-row: 10;
  grid-row-start: 10;
}

#w-node-_7d1f96a2-49fc-5c6f-e778-b82ce71cdaf0-0e5b28d4 {
  -ms-grid-column-span: 1;
  grid-column-end: 10;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-fcfa5f38-6c6b-b937-bc0d-62150233aba2-0e5b28d4 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 14;
  -ms-grid-row: 12;
  grid-row-start: 12;
}

#w-node-_3e7c1c6c-b4e1-740d-78f6-376b418b607f-0e5b28d4 {
  -ms-grid-column-span: 9;
  grid-column-end: 10;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_89d2490a-f899-630c-6477-d80b55a7486c-0e5b28d4 {
  -ms-grid-column-span: 3;
  grid-column-end: 10;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 6;
  grid-row-end: 16;
  -ms-grid-row: 10;
  grid-row-start: 10;
}

#w-node-_9e45943d-39a2-0bf3-50e1-1baf66220805-0e5b28d4 {
  -ms-grid-column-span: 1;
  grid-column-end: 13;
  -ms-grid-column: 12;
  grid-column-start: 12;
  -ms-grid-row-span: 2;
  grid-row-end: 9;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-c50a0f8e-006b-15fc-fc00-f1d6babcdc60-0e5b28d4 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 18;
  -ms-grid-row: 14;
  grid-row-start: 14;
}

#w-node-_7be754c6-5ffd-ccc7-1979-4e86e01862e3-0e5b28d4 {
  -ms-grid-column-span: 6;
  grid-column-end: 10;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 3;
  grid-row-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_276ae521-e8f1-f210-76a8-c3a46fbd3dc8-0e5b28d4 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-b58eb433-67f0-af67-c501-cd8e529deda3-0e5b28d4 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 18;
  -ms-grid-row: 14;
  grid-row-start: 14;
}

#w-node-a0f78cdc-bde9-d2e7-5f46-684f88941afc-0e5b28d4 {
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -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-b6f86efe-cef1-ae25-5b4f-d989676566f8-0e5b28d4 {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_43dfd8ce-2143-712a-98e0-6f8b05fb4ff3-0e5b28d4 {
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_23f0669f-6ff8-2b1c-bcaf-7dc5a5c11973-0e5b28d4 {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -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-ea3ebd6e-aea1-2ba0-f52b-304812eb22cd-0e5b28d4 {
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-_925611d2-7b6b-e1ba-5ce7-e3db038ada52-0e5b28d4 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-c30cfb61-e9d6-bdaf-2cd5-bc700e85bfe3-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 13;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 6;
    grid-column-start: 6;
  }

  #w-node-e9f5cf4c-52e3-7c00-d5c8-177bfc7a27e0-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d4f5c782-1f94-1ffe-f4a8-93312cacfb13-0e5b28d4 {
    -ms-grid-column-span: 4;
    grid-column-end: 9;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 5;
    grid-column-start: 5;
  }

  #w-node-_6c54d579-2d5d-78df-2ae6-858bfcc1b2ff-0e5b28d4 {
    -ms-grid-column-span: 4;
    grid-column-end: 13;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 9;
    grid-column-start: 9;
  }

  #w-node-e716a79b-c34b-7c29-cbc9-e07449614679-0e5b28d4 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_9976bdc8-d476-ff4d-2ca8-0f35a4e18472-0e5b28d4 {
    -ms-grid-column-span: 10;
    grid-column-end: 11;
    -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-_22c2ea29-36a1-c61b-af10-fdf562e02696-0e5b28d4 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -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-bd5f745f-b682-3c04-bdfd-2ea7af5918ae-0e5b28d4 {
    -ms-grid-column-span: 4;
    grid-column-end: 13;
    -ms-grid-column: 9;
    grid-column-start: 9;
    -ms-grid-row-span: 3;
    grid-row-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_2d5695bf-1773-36ac-3cf0-57b0c2705185-0e5b28d4 {
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 4;
    grid-row-end: 8;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_1ea7f9ff-f23a-a0eb-8363-0bfcae484572-0e5b28d4 {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 5;
    grid-row-end: 17;
    -ms-grid-row: 12;
    grid-row-start: 12;
  }

  #w-node-e9c5856d-8f67-173d-aa93-72c23e200629-0e5b28d4 {
    -ms-grid-column-span: 5;
    grid-column-end: 13;
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-row-span: 4;
    grid-row-end: 18;
    -ms-grid-row: 14;
    grid-row-start: 14;
  }

  #w-node-d5e5c86f-d05b-e8ce-e20b-4b8768666520-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 5;
    grid-row-end: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-bccdb51d-a2cc-5d1d-bd71-f33ec8ad944a-0e5b28d4 {
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 4;
    grid-row-end: 13;
    -ms-grid-row: 9;
    grid-row-start: 9;
  }

  #w-node-_28279d22-d5b7-7f7b-8827-90509c35e57a-0e5b28d4 {
    -ms-grid-column-span: 2;
    grid-column-end: 9;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_7d1f96a2-49fc-5c6f-e778-b82ce71cdaf0-0e5b28d4 {
    -ms-grid-column-span: 4;
    grid-column-end: 13;
    -ms-grid-column: 9;
    grid-column-start: 9;
    -ms-grid-row-span: 2;
    grid-row-end: 13;
    -ms-grid-row: 11;
    grid-row-start: 11;
  }

  #w-node-fcfa5f38-6c6b-b937-bc0d-62150233aba2-0e5b28d4 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_3e7c1c6c-b4e1-740d-78f6-376b418b607f-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_89d2490a-f899-630c-6477-d80b55a7486c-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_9e45943d-39a2-0bf3-50e1-1baf66220805-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c50a0f8e-006b-15fc-fc00-f1d6babcdc60-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_7be754c6-5ffd-ccc7-1979-4e86e01862e3-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_276ae521-e8f1-f210-76a8-c3a46fbd3dc8-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-b58eb433-67f0-af67-c501-cd8e529deda3-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a0f78cdc-bde9-d2e7-5f46-684f88941afc-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ea3ebd6e-aea1-2ba0-f52b-304812eb22cd-0e5b28d4 {
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eda45da6-63a3-ceac-71bd-8134f00d5ea6-0e5b28d4 {
    -ms-grid-column-span: 11;
    grid-column-end: 12;
    -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-_9976bdc8-d476-ff4d-2ca8-0f35a4e18472-0e5b28d4 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_22c2ea29-36a1-c61b-af10-fdf562e02696-0e5b28d4 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -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-ed7bda8b-9107-1182-c214-807cbbdd3a40-0e5b28d4 {
    -ms-grid-column-span: 3;
    grid-column-end: 6;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ded54321-0b72-aa80-62c4-430984d377ae-0e5b28d4 {
    -ms-grid-column-span: 3;
    grid-column-end: 6;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_2deb7bb9-3d77-e95c-204f-8f2bc7c74e32-0e5b28d4 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-bd5f745f-b682-3c04-bdfd-2ea7af5918ae-0e5b28d4 {
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 3;
    grid-row-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c902647f-4232-8a3c-ce0d-bd38b35d5c1c-0e5b28d4 {
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 6;
    grid-row-end: 12;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  #w-node-_2d5695bf-1773-36ac-3cf0-57b0c2705185-0e5b28d4 {
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 8;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-cb3a9c5e-be9b-5d6f-2132-949fdde6cbd7-0e5b28d4 {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 10;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }

  #w-node-_1ea7f9ff-f23a-a0eb-8363-0bfcae484572-0e5b28d4 {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 17;
    -ms-grid-row: 13;
    grid-row-start: 13;
  }

  #w-node-e9c5856d-8f67-173d-aa93-72c23e200629-0e5b28d4 {
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-row-span: 3;
    grid-row-end: 18;
    -ms-grid-row: 15;
    grid-row-start: 15;
  }

  #w-node-d5e5c86f-d05b-e8ce-e20b-4b8768666520-0e5b28d4 {
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-bccdb51d-a2cc-5d1d-bd71-f33ec8ad944a-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 9;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 3;
    grid-row-end: 13;
    -ms-grid-row: 10;
    grid-row-start: 10;
  }

  #w-node-_28279d22-d5b7-7f7b-8827-90509c35e57a-0e5b28d4 {
    -ms-grid-column-span: 3;
    grid-column-end: 13;
    -ms-grid-column: 10;
    grid-column-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_7d1f96a2-49fc-5c6f-e778-b82ce71cdaf0-0e5b28d4 {
    -ms-grid-column-span: 4;
    grid-column-end: 13;
    -ms-grid-column: 9;
    grid-column-start: 9;
    -ms-grid-row-span: 2;
    grid-row-end: 15;
    -ms-grid-row: 13;
    grid-row-start: 13;
  }

  #w-node-fcfa5f38-6c6b-b937-bc0d-62150233aba2-0e5b28d4 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-b6f86efe-cef1-ae25-5b4f-d989676566f8-0e5b28d4 {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_23f0669f-6ff8-2b1c-bcaf-7dc5a5c11973-0e5b28d4 {
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -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-ea3ebd6e-aea1-2ba0-f52b-304812eb22cd-0e5b28d4 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c30cfb61-e9d6-bdaf-2cd5-bc700e85bfe3-0e5b28d4 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 10;
    grid-column-end: 13;
  }

  #w-node-e9f5cf4c-52e3-7c00-d5c8-177bfc7a27e0-0e5b28d4 {
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d4f5c782-1f94-1ffe-f4a8-93312cacfb13-0e5b28d4 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
  }

  #w-node-_6c54d579-2d5d-78df-2ae6-858bfcc1b2ff-0e5b28d4 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
  }

  #w-node-e716a79b-c34b-7c29-cbc9-e07449614679-0e5b28d4 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
  }

  #w-node-_9976bdc8-d476-ff4d-2ca8-0f35a4e18472-0e5b28d4 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_22c2ea29-36a1-c61b-af10-fdf562e02696-0e5b28d4 {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -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-ed7bda8b-9107-1182-c214-807cbbdd3a40-0e5b28d4 {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ded54321-0b72-aa80-62c4-430984d377ae-0e5b28d4 {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_2deb7bb9-3d77-e95c-204f-8f2bc7c74e32-0e5b28d4 {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-bd5f745f-b682-3c04-bdfd-2ea7af5918ae-0e5b28d4 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-c902647f-4232-8a3c-ce0d-bd38b35d5c1c-0e5b28d4 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 11;
    -ms-grid-row: 9;
    grid-row-start: 9;
  }

  #w-node-_2d5695bf-1773-36ac-3cf0-57b0c2705185-0e5b28d4 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-cb3a9c5e-be9b-5d6f-2132-949fdde6cbd7-0e5b28d4 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 9;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }

  #w-node-_1ea7f9ff-f23a-a0eb-8363-0bfcae484572-0e5b28d4 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 16;
    -ms-grid-row: 14;
    grid-row-start: 14;
  }

  #w-node-e9c5856d-8f67-173d-aa93-72c23e200629-0e5b28d4 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 18;
    -ms-grid-row: 16;
    grid-row-start: 16;
  }

  #w-node-d5e5c86f-d05b-e8ce-e20b-4b8768666520-0e5b28d4 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-bccdb51d-a2cc-5d1d-bd71-f33ec8ad944a-0e5b28d4 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 14;
    -ms-grid-row: 11;
    grid-row-start: 11;
  }

  #w-node-_28279d22-d5b7-7f7b-8827-90509c35e57a-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_7d1f96a2-49fc-5c6f-e778-b82ce71cdaf0-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-fcfa5f38-6c6b-b937-bc0d-62150233aba2-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_3e7c1c6c-b4e1-740d-78f6-376b418b607f-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_89d2490a-f899-630c-6477-d80b55a7486c-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_9e45943d-39a2-0bf3-50e1-1baf66220805-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c50a0f8e-006b-15fc-fc00-f1d6babcdc60-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_7be754c6-5ffd-ccc7-1979-4e86e01862e3-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_276ae521-e8f1-f210-76a8-c3a46fbd3dc8-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-b58eb433-67f0-af67-c501-cd8e529deda3-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a0f78cdc-bde9-d2e7-5f46-684f88941afc-0e5b28d4 {
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-b6f86efe-cef1-ae25-5b4f-d989676566f8-0e5b28d4 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -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-_43dfd8ce-2143-712a-98e0-6f8b05fb4ff3-0e5b28d4 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_23f0669f-6ff8-2b1c-bcaf-7dc5a5c11973-0e5b28d4 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -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;
  }
}

@font-face {
  font-family: 'B';
  src: url('../fonts/B-Light.woff2') format('woff2'), url('../fonts/B-Light.eot') format('embedded-opentype'), url('../fonts/B-Light.woff') format('woff'), url('../fonts/B-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'B';
  src: url('../fonts/B-Medium.woff2') format('woff2'), url('../fonts/B-Medium.eot') format('embedded-opentype'), url('../fonts/B-Medium.woff') format('woff'), url('../fonts/B-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'P';
  src: url('../fonts/P-Light.woff2') format('woff2'), url('../fonts/P-Light.eot') format('embedded-opentype'), url('../fonts/P-Light.woff') format('woff'), url('../fonts/P-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}