:root {
  --dark-slate-blue: #2d547e;
  --deep-sky-blue: #009dd9;
  --white: white;
  --sky-blue: #5ccef9;
  --light-grey: #d4d4d4;
  --dark-grey: #9b9b9b;
  --section-background-2: #e5f7fe;
  --section-background: #19b1fc1a;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

h1 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  line-height: 1.25;
}

h2 {
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 44px;
  line-height: 1.25;
}

h3 {
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 29px;
  line-height: 1.25;
}

h4 {
  font-size: 26px;
  line-height: 1.25;
}

h5 {
  font-size: 20px;
  line-height: 1.25;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.paragraph {
  text-align: left;
}

.paragraph.testimonial {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.paragraph.testimonial.right {
  text-align: right;
}

.form-block {
  width: 100%;
  margin-top: 20px;
}

.hero-quote-text {
  color: #00a6ff;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-style: italic;
}

.hero-quote-text.main {
  color: #2d547e;
  text-align: center;
}

.hero-quote-text.main._3 {
  font-size: 34px;
}

.card-wrapper {
  perspective: 1200px;
  justify-content: center;
  position: relative;
}

.flip-card {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  box-shadow: 3px 3px 10px 2px #00000029;
}

.card-front {
  backface-visibility: hidden;
  background-color: #5ccef9;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  transform: rotate(0);
}

.card-front._2 {
  background-color: #fff;
  background-image: linear-gradient(#fffafa99, #fffafa99), url('../images/Atlantis120-Table-topthumbnail-187x250.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
}

.card-front._3 {
  align-items: center;
}

.card-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.hero-card-heading {
  color: #2d547e;
  text-align: center;
  font-size: 22px;
}

.card-text {
  color: #2d547e;
  text-align: center;
  font-size: 14px;
}

.card-back-text {
  color: var(--dark-slate-blue);
  font-size: 25px;
}

.card-link-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-icon {
  margin-left: 20px;
}

.footer-link {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  transition: color .2s;
}

.flex-row {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.flex-row.right {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
}

.footer-flex-col {
  flex-direction: column;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.link-block {
  color: var(--dark-slate-blue);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}

.slider {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  box-shadow: 0 10px 10px 10px #0003;
}

.slide-content-wrapper {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.slide-content-wrapper._2 {
  background-color: var(--sky-blue);
  align-items: flex-end;
}

.slide-content-wrapper._3 {
  background-color: var(--deep-sky-blue);
}

.mask {
  border-radius: 10px;
}

.product-image {
  background-image: url('../images/4919_1354958599_31_49191.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-text {
  color: var(--white);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.25;
}

.cta-button {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 4px;
  transition: all .35s;
}

.cta-button:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.cta-button.ghost-button {
  border: 1px solid var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #0000;
}

.cta-button.ghost-button:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-color: #25bcca;
}

.cta-button.ghost-button.inverse-ghost {
  color: #fff;
  border-color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover {
  color: #5ccef9;
  background-color: #fff;
}

.cta-button.inverse-button {
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.cta-button.inverse-button:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.cta-button.phone {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-button.form-submit {
  width: 50%;
}

.text-centered {
  text-align: center;
}

.flex-2-col {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-2-col.contact-form {
  padding-right: 20px;
}

.flex-2-col.gallery {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.col-dummy-colour {
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  display: flex;
}

.flex-col-wrapper {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.flex-col-wrapper.inverse-colours {
  background-color: #5ccef9;
  padding-top: 26px;
  padding-bottom: 0;
}

.flex-3-col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.flex-3-col.text-link-col {
  margin-top: 19px;
}

.flex-3-col.footer {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.flex-3-col.text-centered.footer {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
}

.inverse-link {
  color: #fff;
}

.flex-row-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.flex-row-wrapper.about-us {
  flex-direction: row;
  flex: 1;
  padding-top: 20px;
}

.flex-row-wrapper.about-us.text {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-left: 20px;
}

.flex-row-wrapper.gallery {
  justify-content: flex-start;
  padding-left: 20px;
}

.flex-row-wrapper.gallery.rtl {
  padding-left: 0;
}

.flex-wrapper-centered {
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.flex-wrapper-centered.slider {
  border-radius: 10px;
  margin-top: 20px;
  padding-bottom: 0;
}

.pop-up-window {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 17px;
  display: flex;
}

.wrapper-large-screen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 2000px;
  display: flex;
}

.small-paragraph-text {
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 1.5;
}

.flex-wrapper-left {
  width: 100%;
  display: flex;
}

.flex-wrapper-right {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.pop-up-bg {
  z-index: 500;
  opacity: 0;
  background-color: #000000c4;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.flex-4-col {
  width: 25%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.section {
  width: 100%;
  padding: 20px 20px 40px;
}

.section.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.section.footer {
  background-color: var(--sky-blue);
}

.section.products {
  background-color: var(--section-background-2);
}

.section.gallery {
  min-height: auto;
  display: none;
}

.section.testimonials {
  background-color: var(--section-background-2);
}

.colour-box {
  width: 10vw;
  height: 10vw;
  margin-right: 25px;
  display: inline-block;
}

.colour-box.brand-main-colour {
  background-color: var(--deep-sky-blue);
}

.colour-box.dark-grey-colour {
  background-color: #9b9b9b;
}

.colour-box.black-colour {
  background-color: #000;
  margin-left: 0;
}

.colour-box.light-grey-colour {
  background-color: var(--light-grey);
}

.colour-box.brand-2nd-colour {
  background-color: #5ccef9;
}

.my-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.my-container.nav {
  flex-direction: row;
  justify-content: space-between;
}

.my-container.footer {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}

.my-container.hero {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.my-container.about-us {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: .25fr .25fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.style-name-2 {
  color: #d4d4d4;
  text-transform: uppercase;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0 #d4d4d4;
  margin-top: 20px;
}

.style-title-2 {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.image-holder.hero {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-holder.products {
  order: -1;
}

.hero-image {
  width: 100%;
}

.map {
  width: 100%;
  height: 100%;
}

.navbar-link {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px;
  line-height: 1.4;
}

.navbar-link:hover {
  border-color: var(--dark-slate-blue);
  background-color: var(--white);
  color: var(--dark-slate-blue);
}

.navbar-link.w--current {
  border-color: var(--white);
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

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

.navbar {
  background-color: var(--sky-blue);
  width: 100%;
  padding: 10px 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  width: 100%;
}

.flex-wrapper {
  flex-direction: column;
  display: flex;
}

.flex-wrapper.about-us {
  align-self: auto;
  width: 100%;
  margin-top: 20px;
}

.left-arrow, .right-arrow {
  width: 8%;
}

.card-block-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  margin-left: 20px;
  display: grid;
}

.hero-image-text-wrapper {
  justify-content: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.product-item-wrapper {
  display: none;
}

.link-block-2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-2 {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.brand {
  width: 10%;
}

.h3-gallery {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.product-info-sub-heading {
  margin-bottom: 40px;
}

.product-wrapper {
  flex-direction: row;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.about-us-quote {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.paragraph-no-padding {
  margin-bottom: 0;
}

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

.product-img {
  width: 100%;
}

.download {
  margin-top: 40px;
}

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

  h2 {
    text-align: center;
    font-size: 36px;
  }

  h3 {
    margin-top: 0;
    font-size: 22px;
  }

  h4 {
    text-align: center;
  }

  .hero-quote-text {
    text-align: right;
    text-transform: none;
    font-size: 24px;
  }

  .hero-quote-text.main._3 {
    font-size: 30px;
  }

  .card-wrapper {
    flex-direction: row;
  }

  .card-front._2 {
    justify-content: center;
    align-items: stretch;
    inset: 0;
  }

  .hero-card-heading {
    font-size: 16px;
  }

  .card-text {
    display: none;
  }

  .flex-row.right {
    width: 100%;
  }

  .footer-flex-col {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .footer-flex-col.links {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    text-decoration: none;
    inset: 0;
  }

  .link-text {
    font-size: 15px;
  }

  .flex-2-col {
    width: 100%;
  }

  .flex-2-col.contact-form {
    padding-right: 0;
  }

  .flex-col-wrapper.contact-us {
    flex-direction: column;
  }

  .flex-3-col {
    width: 100%;
    padding-right: 0;
  }

  .flex-3-col.footer, .flex-3-col.text-centered.footer {
    width: 100%;
  }

  .flex-row-wrapper.about-us {
    flex-direction: column;
  }

  .flex-row-wrapper.about-us.text {
    text-align: center;
    padding-left: 0;
  }

  .flex-wrapper-left {
    flex-direction: column;
  }

  .colour-box {
    width: 12vw;
    height: 12vw;
  }

  .my-container.nav {
    padding-left: 10px;
  }

  .my-container.footer {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .my-container.about-us {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
  }

  .logo {
    width: 120px;
  }

  .image-holder.products {
    align-self: center;
    height: 100%;
  }

  .map {
    height: 400px;
  }

  .navbar-link {
    background-color: var(--deep-sky-blue);
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .menu-btn {
    font-size: 32px;
  }

  .menu-btn.w--open {
    background-color: var(--dark-slate-blue);
  }

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

  .left-arrow, .right-arrow {
    width: 8%;
    font-size: 18px;
  }

  .brand {
    width: auto;
  }

  .nav-menu {
    background-color: var(--sky-blue);
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    text-align: center;
    font-size: 36px;
  }

  h3 {
    text-align: center;
    font-size: 26px;
  }

  h4 {
    text-align: center;
    font-size: 22px;
  }

  .paragraph.testimonial {
    font-size: 16px;
  }

  .paragraph.testimonial.right, .text-field, .form-block {
    text-align: center;
  }

  .flip-card {
    flex-direction: column;
    align-items: center;
  }

  .hero-card-heading {
    font-size: 30px;
  }

  .footer-icon {
    margin-bottom: 15px;
    margin-left: 0;
  }

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

  .footer-flex-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-flex-col.links {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .link-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .link-block.w--current {
    width: 100%;
    height: 100%;
  }

  .text-field-2, .textarea {
    text-align: center;
  }

  .link-text {
    font-size: 28px;
  }

  .cta-button.form-submit {
    width: 50%;
  }

  .flex-2-col {
    width: 100%;
  }

  .flex-2-col.gallery {
    text-align: center;
    margin-bottom: 40px;
  }

  .flex-col-wrapper {
    flex-direction: column;
  }

  .flex-3-col {
    width: 100%;
    padding-right: 0;
  }

  .flex-3-col.footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    display: flex;
  }

  .flex-row-wrapper.about-us {
    flex-direction: column;
  }

  .flex-row-wrapper.gallery {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .flex-row-wrapper.product {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .flex-row-wrapper.footer {
    flex-direction: row;
    justify-content: space-between;
  }

  .flex-wrapper-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .flex-4-col {
    width: 100%;
  }

  .colour-box {
    width: 20%;
    height: 16vw;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .colour-box.brand-main-colour {
    width: 16vw;
    height: 16vw;
  }

  .colour-box.black-colour {
    margin-left: 10px;
  }

  .my-container.footer {
    flex-direction: column;
    grid-template-rows: auto auto auto;
  }

  .my-container.hero {
    flex-direction: column;
    align-items: center;
  }

  .logo {
    width: 80px;
  }

  .image-holder.hero {
    margin-bottom: 20px;
  }

  .image-holder.products {
    border-bottom: 1px solid #000;
    margin-bottom: 60px;
  }

  .left-arrow {
    font-size: 18px;
  }

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

  .card-block-wrapper {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100vh;
    padding-left: 0;
  }

  .hero-image-text-wrapper {
    width: 100%;
  }

  .link-block-2 {
    flex-direction: column;
  }

  .text-block-2 {
    text-align: center;
    order: 1;
  }

  .h3-gallery {
    margin-bottom: 20px;
  }

  .product-info-sub-heading {
    text-align: center;
    font-size: 20px;
  }

  .product-wrapper {
    flex-direction: column;
  }

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

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

  h2 {
    font-size: 40px;
  }

  h3 {
    text-align: center;
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  p {
    margin-top: 10px;
  }

  .paragraph {
    text-align: center;
    margin-left: 0;
  }

  .paragraph.testimonial {
    font-size: 12px;
  }

  .card-front {
    justify-content: center;
  }

  .hero-card-heading {
    font-size: 26px;
  }

  .card-text {
    justify-content: center;
    display: block;
  }

  .footer-icon {
    margin-bottom: 0;
  }

  .footer-link {
    padding-top: 15px;
  }

  .flex-row.right {
    margin-bottom: 40px;
  }

  .link-block {
    justify-content: space-between;
  }

  .product-image {
    width: 100%;
  }

  .link-text {
    font-size: 24px;
  }

  .cta-button {
    font-size: 15px;
  }

  .cta-button.phone, .cta-button.form-submit {
    width: 100%;
  }

  .flex-2-col.contact-form {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .flex-col-wrapper {
    flex-direction: column;
  }

  .flex-3-col {
    text-align: center;
  }

  .flex-3-col.footer {
    flex-direction: column;
  }

  .flex-row-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .flex-row-wrapper.footer, .flex-wrapper-centered {
    flex-direction: column;
  }

  .section {
    padding-top: 60px;
  }

  .my-container.nav {
    padding-left: 0;
  }

  .my-container.footer {
    grid-template-rows: auto auto auto;
  }

  .right-arrow {
    font-size: 16px;
  }

  .card-block-wrapper {
    height: 150vh;
  }

  .brand {
    padding-left: 0;
  }

  .product-info-sub-heading {
    text-align: center;
  }
}

#w-node-_0ed83fc8-8b9a-6d05-874d-0f411f66d54c-565f119a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0ed83fc8-8b9a-6d05-874d-0f411f66d549-565f119a {
  order: 0;
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4dad114a-0a05-a302-a510-e436f3dda6cf-565f119a {
  order: 0;
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c09fc039-762f-fd69-c20c-6395515037f2-565f119a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-b1c5322a-9f1f-d2e2-05f7-49aaf62be55e-565f119a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e52c1344-d3ef-60e2-25f6-495c397f4be0-565f119a {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-cb55f52f-f1e8-aee2-88fe-bdd225395e64-565f119a {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center;
}

#w-node-_98af97cd-deda-ceb1-bd29-dc6536e7ba01-565f119a {
  grid-area: 3 / 1 / 3 / 3;
}

#w-node-b562c438-775f-a738-89d2-de66083d40f4-565f119a {
  grid-area: 3 / 3 / 4 / 4;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_0ed83fc8-8b9a-6d05-874d-0f411f66d54c-565f119a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98af97cd-deda-ceb1-bd29-dc6536e7ba01-565f119a {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-b562c438-775f-a738-89d2-de66083d40f4-565f119a {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_5ff725e5-6904-47ab-264f-4f5068f58399-565f119a {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4dad114a-0a05-a302-a510-e436f3dda6d1-565f119a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4dad114a-0a05-a302-a510-e436f3dda6cf-565f119a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_51509377-1942-186a-70d5-1c85333cbc63-565f119a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be0a15ed-bbc6-6e02-6d32-6a62253c16ec-565f119a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_5ff725e5-6904-47ab-264f-4f5068f58399-565f119a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_5ff725e5-6904-47ab-264f-4f5068f583a2-565f119a {
    grid-area: 3 / 1 / 4 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3138f6f7-148d-ced8-d4b6-d487a3e94354-565f119a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_03c08bca-45a4-c8be-2f36-bbb9446031e3-565f119a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ac9d5a08-2254-ee37-c35b-81ed3d5a9f10-565f119a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c6d38c4f-025a-f616-0f36-0824d10c6bc7-565f119a {
    grid-area: 4 / 1 / 5 / 2;
  }
}


