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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
  letter-spacing: 4px;
}

h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #25313c;
  font-size: 30px;
  line-height: 135%;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  color: rgba(37, 49, 60, 0.8);
}

a {
  color: rgba(37, 49, 60, 0.8);
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

a:hover {
  color: #5cc0ff;
}

a.w--current {
  color: #5cc0ff;
  text-decoration: none;
}

label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 700;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  padding-right: 30px;
  padding-bottom: 120px;
  padding-left: 30px;
  background-image: url('../images/hero-bg-linear-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-2 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-2.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-2.hero-content {
  padding-bottom: 30px;
}

.heading {
  width: 540px;
  margin-top: 80px;
  padding-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
  letter-spacing: 1px;
}

.heading-2 {
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  color: rgba(37, 49, 60, 0.8);
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 2px;
}

.button {
  margin-top: 35px;
  padding: 16px 45px;
  border-radius: 4px;
  background-color: #5cc0ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.button:hover {
  background-color: rgba(92, 192, 255, 0.6);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.body {
  background-color: #fafafa;
  font-family: Poppins, sans-serif;
  color: #25313c;
  font-size: 16px;
  line-height: 195%;
  letter-spacing: 2px;
}

.services-section {
  overflow: hidden;
  padding-bottom: 120px;
}

.heading-3 {
  margin-top: 35px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}

.heading-3.contact-heading {
  text-align: left;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flexbox.footer-content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.service-card {
  position: static;
  overflow: hidden;
  margin-top: 40px;
  margin-left: 30px;
  padding: 30px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.service-card:hover {
  box-shadow: 0 5px 10px 1px rgba(37, 49, 60, 0.1);
}

.icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-text {
  color: rgba(37, 49, 60, 0.8);
}

.statement-section {
  position: static;
  overflow: hidden;
  padding-left: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.statement {
  max-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: rgba(37, 49, 60, 0.8);
  font-size: 26px;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: 4px;
}

.statement-container {
  overflow: hidden;
  max-height: 350px;
  max-width: 496px;
  margin-top: 20vh;
  margin-right: 100px;
  margin-left: 0px;
}

.image-container {
  position: static;
  margin-right: -350px;
}

.image {
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-section {
  overflow: hidden;
  min-height: 540px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  background-color: #fff;
  color: rgba(37, 49, 60, 0.8);
}

.hours-container {
  height: 100%;
}

.border-line {
  max-width: 1200px;
  margin: 45px auto;
  border-bottom: 1px solid rgba(37, 49, 60, 0.8);
  color: rgba(37, 49, 60, 0.8);
}

.paragraph {
  text-align: center;
}

.contacts-container {
  height: 100%;
  padding-left: 45px;
}

.email-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(37, 49, 60, 0.8);
  font-size: 16px;
  text-decoration: none;
}

.email-link:hover {
  color: #5cc0ff;
}

.phone-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(37, 49, 60, 0.8);
  font-size: 16px;
  text-decoration: none;
}

.phone-link:hover {
  color: #5cc0ff;
}

.card-content-container {
  overflow: visible;
  max-width: 305px;
}

.footer-logo-container {
  margin-top: 20px;
  margin-bottom: 10px;
}

.paragraph-2 {
  margin-top: -7px;
  margin-bottom: 10px;
}

.link {
  color: rgba(37, 49, 60, 0.8);
  font-size: 16px;
  text-decoration: none;
  cursor: default;
}

.link:hover {
  color: rgba(37, 49, 60, 0.8);
}

.cta7-map-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-field-2 {
  width: 100%;
  margin-bottom: 0px;
  padding: 30px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: none;
  border-radius: 0px;
  background-color: #f5f5f5;
  color: #18181d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.text-field-2:hover {
  background-color: #f0f0f0;
}

.text-field-2:active {
  background-color: #ececec;
}

.text-field-2:focus {
  background-color: #ececec;
  color: #18181d;
}

.text-field-2.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-area {
  min-height: 170px;
  padding: 14px 20px 18px;
  border-style: none;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active {
  background-color: #ececec;
}

.text-area:focus {
  background-color: #ececec;
}

.section {
  padding-right: 36px;
  padding-left: 36px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.error-message {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 20px;
  border-bottom: 3px solid #db4b68;
  background-color: rgba(219, 75, 104, 0.05);
  color: #db4b68;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.cta7-form-wrap {
  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;
}

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

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #18181d;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.form-centered-button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #25313c;
}

.button-small.form-centered-button:hover {
  background-color: rgba(37, 49, 60, 0.8);
}

.success-message {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
  border-bottom: 3px solid #12b878;
  background-color: rgba(18, 184, 120, 0.1);
  color: #12b878;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.cta7-map {
  height: 100%;
  line-height: 20px;
}

.cta7-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -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;
}

.cta7-form {
  margin-top: 50px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-3 {
  max-width: 1200px;
}

.container-3.nav-flex {
  position: relative;
  -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;
}

.navbar-2 {
  background-color: transparent;
}

.brand {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-menu {
  margin-top: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-link-5 {
  color: rgba(37, 49, 60, 0.8);
}

.nav-link-5.w--current {
  color: #5cc0ff;
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 500;
}

.nav-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.heading-4 {
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.logo-link {
  display: inline-block;
  cursor: pointer;
}

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 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;
  background-color: rgba(37, 49, 60, 0.8);
}

.modal {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  max-width: 500px;
  padding: 30px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #fafafa;
  color: #25313c;
}

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

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.textarea {
  margin-bottom: 0px;
}

.close-modal-bg {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.modal-btn {
  margin-top: 20px;
  padding: 10px 30px;
  border-radius: 4px;
  background-color: #5cc0ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.modal-btn:hover {
  background-color: rgba(92, 192, 255, 0.6);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.close-modal-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 20px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.close-modal-icon:hover {
  opacity: 1;
}

.statement-section-logo {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.heading-5 {
  font-family: 'Playfair Display', sans-serif;
}

.scroll-icon-container {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 0%;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .heading-3.contact-heading {
    margin-top: 0px;
    text-align: center;
  }

  .flexbox {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flexbox.footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .service-card {
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .service-card.last {
    margin-right: 0px;
  }

  .icon-container {
    margin-top: 0px;
  }

  .statement-section {
    background-color: transparent;
  }

  .statement {
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 140%;
    letter-spacing: 2px;
  }

  .statement-container {
    margin-top: auto;
    margin-right: 30px;
    margin-bottom: auto;
  }

  .image-container {
    margin-right: -150px;
  }

  .image {
    max-width: 450px;
  }

  .image-3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .card-content-container {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .cta7-map-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 360px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .error-message {
    max-width: 738px;
  }

  .success-message {
    max-width: 738px;
  }

  .cta7-map {
    height: auto;
  }

  .cta7-grid {
    width: 100%;
    max-width: 738px;
    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;
  }

  .nav-menu {
    margin-top: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #25313c;
  }

  .image-4 {
    margin-top: 11px;
  }

  .nav-link-5 {
    color: #fafafa;
  }

  .nav-link {
    color: #fafafa;
  }

  .nav-link-7 {
    color: #fafafa;
  }

  .menu-button {
    margin-top: 27px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .menu-button.w--open {
    background-color: rgba(37, 49, 60, 0.8);
  }

  .icon {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    width: 100%;
    margin-top: 20px;
    font-size: 40px;
    line-height: 50px;
  }

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

  .flexbox.footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-card {
    margin-right: 30px;
  }

  .service-card.last {
    margin-right: 30px;
  }

  .statement {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 195%;
    letter-spacing: 2px;
  }

  .image-container {
    margin-top: auto;
    margin-right: -230px;
    margin-bottom: 60px;
  }

  .contacts-container {
    margin-top: 20px;
    padding-left: 0px;
  }

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

  .error-message {
    width: 100%;
    max-width: none;
  }

  .contact-map-section.m100-50 {
    padding-top: 50px;
  }

  .success-message {
    width: 100%;
    max-width: none;
  }

  .cta7-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .contact-form {
    padding: 40px 20px;
  }
}

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

  .container-2.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 2px;
  }

  .services-section {
    padding-bottom: 55px;
  }

  .heading-3.contact-heading {
    font-size: 40px;
    font-weight: 600;
  }

  .flexbox {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .statement-container {
    padding-top: 25px;
  }

  .image-container {
    overflow: hidden;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer-logo-container {
    text-align: center;
  }

  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-small {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta7-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .modal {
    padding: 40px 20px 20px;
  }
}

#message-form.w-node-_411d4720-428e-3325-a46f-262a830767bf-c533b83d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-_411d4720-428e-3325-a46f-262a830767d3-c533b83d {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
}

@media screen and (max-width: 991px) {
  #message-form.w-node-_411d4720-428e-3325-a46f-262a830767bf-c533b83d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_411d4720-428e-3325-a46f-262a830767d3-c533b83d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_411d4720-428e-3325-a46f-262a830767d3-c533b83d {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -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-_411d4720-428e-3325-a46f-262a830767d3-c533b83d {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

