:root {
  --pale-violet-red: #d46e9e;
  --medium-violet-red: #98225a;
  --dark-slate-blue: #303a71;
  --white: white;
  --dark-orange: #f7941d;
  --black: black;
  --crimson: #d61f26;
  --medium-violet-red-2: #cb2d78;
  --light-sky-blue: #71bce8;
}

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

a {
  text-decoration: none;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-sec {
  width: 100%;
  max-width: 1920px;
  background-image: linear-gradient(to bottom, var(--pale-violet-red), white);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid {
  width: 85%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.newyear-img-desk {
  width: 100%;
  max-width: none;
  margin-top: 20px;
}

.newyear-h1 {
  color: var(--medium-violet-red);
  text-align: center;
  font-family: Courgette, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.woman-img-div, .type-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Sofia Sans Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.type-h1 {
  min-height: auto;
  color: var(--medium-violet-red);
  text-align: center;
  margin-top: 0;
  font-family: Courgette, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.heading-2 {
  text-align: center;
  font-family: Sofia Sans, sans-serif;
  font-weight: 600;
}

.heading-2-copy {
  text-align: center;
  font-family: Sofia Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

.section {
  width: 100%;
  max-width: 1920px;
}

.appointment-sec {
  width: 100%;
  max-width: 1920px;
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  width: 85%;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.book-appoint-form-div {
  background-color: var(--white);
}

.form-h1 {
  background-color: var(--dark-orange);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sofia Sans, sans-serif;
  font-weight: 600;
}

.newyear-img-mobile {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  display: none;
}

.text-block {
  text-align: center;
  font-family: Sofia Sans, sans-serif;
  font-weight: 400;
}

.text-span {
  color: var(--dark-orange);
}

.form-block {
  width: 80%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.field-label-2 {
  margin-bottom: 10px;
  font-family: Sofia Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.text-field-2 {
  border: 1.5px solid var(--dark-orange);
  border-radius: 13px;
  font-size: 1rem;
}

.field-label-3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sofia Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.text-field-3 {
  border: 1.5px solid var(--dark-orange);
  border-radius: 13px;
}

.textarea {
  border: 1.5px solid var(--dark-orange);
  border-radius: 13px 13px 0;
  margin-top: 40px;
  font-size: 1rem;
}

.submit-button {
  background-color: var(--dark-orange);
}

.text-span-2, .text-span-3, .text-span-4 {
  color: var(--dark-orange);
}

.select-field {
  border: 1.5px solid var(--dark-orange);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.form-h1-copy {
  background-color: var(--crimson);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sofia Sans, sans-serif;
  font-weight: 600;
}

.text-span-2-copy {
  color: var(--crimson);
}

.text-span-3-copy {
  color: var(--dark-orange);
}

.text-span-copy {
  color: var(--crimson);
}

.submit-button-mvi {
  background-color: var(--crimson);
}

.text-field-2-copy {
  border: 1.5px solid var(--crimson);
  border: 1.5px solid var(--crimson);
  border-radius: 13px;
  font-size: 1rem;
}

.text-field-3-copy {
  border: 1.5px solid var(--crimson);
  border: 1.5px solid var(--crimson);
  border-radius: 13px;
}

.select-field-copy {
  border: 1.5px solid var(--crimson);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.text-field-3-copy {
  border: 1.5px solid var(--dark-orange);
  border-radius: 13px;
}

.textarea-copy {
  border: 1.5px solid var(--crimson);
  border-radius: 13px 13px 0;
  margin-top: 40px;
  font-size: 1rem;
}

.text-field-3-copy-copy {
  border: 1.5px solid var(--crimson);
  border: 1.5px solid var(--crimson);
  border-radius: 13px;
}

.footer {
  width: 100%;
  max-width: 1920px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-slate-blue);
}

.h1-top-appoint {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: Sofia Sans Condensed, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.mvi-div {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 80%;
  max-width: none;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.address-phone-div {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Sofia Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.body-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.thank-you-sec {
  width: 100%;
  max-width: 1920px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thank-you-h1 {
  width: 75%;
  color: var(--crimson);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Courgette, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.buziko-link {
  width: 100%;
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: block;
}

.grid-4 {
  width: 90%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mvi-side-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 100%;
  max-width: none;
}

.heading-3 {
  line-height: 1.2;
}

.heading-4 {
  text-align: center;
  font-family: Sofia Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.button {
  background-color: var(--crimson);
  border-radius: 100px;
  padding: 15px 40px;
  font-family: Sofia Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.image-3 {
  width: 100%;
  max-width: none;
}

.medical-side-div {
  margin-top: 20px;
}

.nav-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  width: 100%;
  background-color: var(--medium-violet-red);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-right: 100px;
  display: block;
}

.nav-link {
  border-bottom: 3px solid var(--pale-violet-red);
  color: var(--white);
  margin-bottom: 10px;
  margin-right: 40px;
  padding-bottom: 10px;
}

.image-4 {
  width: 200px;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.slider-sec {
  width: 100%;
  height: auto;
  max-width: 1920px;
  min-height: 90vh;
  background-image: linear-gradient(to bottom, var(--pale-violet-red) 32%, white);
  overflow: hidden;
}

.grid-5 {
  width: 95%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.mask {
  overflow: visible;
}

.image-5 {
  margin-left: 40px;
}

.before-after-type-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 70%;
  max-width: none;
}

.image-7 {
  width: 40%;
  max-width: none;
  margin-top: 20px;
}

.image-8 {
  width: 75%;
  max-width: none;
  margin-top: 10px;
}

.image-9 {
  margin-top: 15px;
}

.navbar-2 {
  z-index: 2000;
  width: 100%;
}

.menu-button-2 {
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-button-2.w--open {
  z-index: 3500;
  background-color: rgba(0, 0, 0, 0);
}

.icon-3 {
  color: #f4d12b;
  -webkit-text-fill-color: transparent;
  background-color: #ff0;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3rem;
}

.icon-3.open-icon {
  background-color: var(--white);
  color: var(--white);
}

.nav-menu {
  z-index: 3400;
  height: 100vh;
  background-color: var(--pale-violet-red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 63px;
  padding-bottom: 0;
  display: flex;
}

.nav-link-2 {
  z-index: 2001;
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.slide, .slide-2 {
  overflow: hidden;
}

.infor-sec {
  width: 75%;
  max-width: 1920px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--medium-violet-red-2);
}

.checkmark-div {
  height: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  width: 10%;
  max-width: none;
  position: relative;
}

.info-div {
  border: 2px solid var(--white);
  border-radius: 30px;
  margin: 20px;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.info-left-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  width: 75%;
  border-bottom: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  font-family: Sofia Sans, sans-serif;
  font-weight: 600;
}

.heading-5-end {
  width: 75%;
  border-bottom: 0px solid var(--white);
  color: var(--white);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  font-family: Sofia Sans, sans-serif;
  font-weight: 600;
}

.info-right-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5-end-top {
  width: 75%;
  border-bottom: 0px solid var(--white);
  color: var(--white);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  font-family: Sofia Sans, sans-serif;
  font-weight: 600;
}

.heading-5-top-right {
  width: 75%;
  border-bottom: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  font-family: Sofia Sans, sans-serif;
  font-weight: 600;
}

.slider-h3 {
  width: 75%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Sofia Sans Condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.image-wow {
  width: 50%;
  max-width: none;
  margin-top: 10px;
}

.slide-3 {
  overflow: hidden;
}

.omg {
  width: 40%;
  max-width: none;
  margin-top: 10px;
}

.social-sec {
  width: 100%;
  max-width: 1920px;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.image-11 {
  width: 100%;
  max-width: none;
}

.social-link-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-9 {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.type-social-h1 {
  min-height: auto;
  color: var(--medium-violet-red);
  text-align: center;
  margin-top: 0;
  font-family: Courgette, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.link-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.facebook-img {
  width: 50%;
  max-width: none;
}

.insta-img {
  width: 45%;
  max-width: none;
}

.text-span-5, .text-span-6 {
  color: var(--medium-violet-red-2);
}

.banner-div {
  z-index: 10000;
  width: 50%;
  height: auto;
  background-color: #7f2630;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid-14 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-slate-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.image-12 {
  width: 100%;
  max-width: none;
  margin: 10px auto 0;
}

.hiring-link {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.wills-banner-heading-5 {
  color: #fff;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.image-13 {
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 5rem;
  }

  .type-h1 {
    font-size: 8rem;
  }

  .heading-2, .heading-2-copy {
    font-size: 2rem;
    line-height: 1.2;
  }

  .form-block {
    width: 70%;
  }

  .image-5 {
    width: 90%;
    max-width: none;
  }

  .image-6 {
    width: 80%;
    margin-top: 20px;
  }

  .heading-5, .heading-5-end, .heading-5-end-top, .heading-5-top-right {
    font-size: 2rem;
    line-height: 1.2;
  }

  .type-social-h1 {
    font-size: 8rem;
  }

  .facebook-img, .insta-img {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .newyear-h1 {
    margin-top: 10px;
    line-height: 1.2;
  }

  .heading {
    font-size: 2rem;
  }

  .type-h1 {
    font-size: 4rem;
  }

  .heading-2, .heading-2-copy {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }

  .mvi-div {
    margin-top: 40px;
  }

  .buziko-link {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .grid-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slider-sec {
    min-height: 65vh;
  }

  .image-6 {
    margin-top: 20px;
  }

  .image-7 {
    margin-bottom: 20px;
  }

  .image-8 {
    margin-top: 10px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .navbar-2 {
    z-index: 10000;
  }

  .menu-button-2 {
    z-index: 3500;
  }

  .menu-button-2.w--open {
    z-index: 40000;
  }

  .nav-menu {
    padding-top: 48px;
  }

  .image-10 {
    width: 15%;
  }

  .slider-h3 {
    font-size: 1.2rem;
  }

  .image-wow {
    width: 60%;
    margin-top: 10px;
  }

  .omg {
    margin-top: 10px;
  }

  .grid-9 {
    width: 95%;
  }

  .type-social-h1 {
    font-size: 3.5rem;
  }

  .banner-div {
    width: auto;
    height: auto;
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .newyear-img-desk {
    display: none;
  }

  .newyear-h1 {
    font-size: 3rem;
  }

  .type-h1 {
    font-size: 5rem;
  }

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

  .newyear-img-mobile {
    display: block;
  }

  .submit-button, .submit-button-mvi {
    width: 100%;
  }

  .thank-you-h1 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .buziko-link {
    margin-bottom: 0;
  }

  .slider-sec {
    min-height: 90vh;
  }

  .image-5 {
    margin-left: 10px;
  }

  .image-6 {
    margin-top: 10px;
  }

  .image-7 {
    margin-bottom: 30px;
  }

  .nav-link-2 {
    font-size: 3rem;
  }

  .image-10 {
    width: 20%;
  }

  .info-div {
    margin-top: 25px;
  }

  .heading-5 {
    margin-top: 20px;
  }

  .heading-5-end-top {
    border-bottom-width: 2px;
  }

  .heading-5-top-right {
    margin-top: 20px;
  }

  .slider-h3 {
    width: 85%;
    font-size: 26px;
  }

  .grid-9 {
    width: 80%;
  }

  .type-social-h1 {
    font-size: 5rem;
  }

  .banner-div {
    width: auto;
  }

  .grid-14 {
    grid-template-rows: auto;
  }
}

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

  .type-h1 {
    font-size: 50px;
  }

  .form-block {
    width: 90%;
    height: auto;
    margin: 44px 10px 37px;
  }

  .field-label-2, .field-label-3 {
    font-size: 1.5rem;
  }

  .h1-top-appoint {
    font-size: 30px;
  }

  .address-phone-div {
    font-size: 16px;
    line-height: 1.2;
  }

  .thank-you-h1 {
    font-size: 30px;
  }

  .buziko-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .medical-side-div {
    margin-top: 40px;
  }

  .link-block {
    width: 85%;
  }

  .image-4 {
    width: 150px;
  }

  .slider-sec {
    height: auto;
    min-height: 60vh;
  }

  .image-5 {
    width: 95%;
  }

  .image-6 {
    margin-top: 0;
  }

  .image-7 {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .image-8 {
    width: 85%;
  }

  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-2 {
    font-size: 1.5rem;
  }

  .infor-sec {
    width: 85%;
  }

  .image-10 {
    width: 30%;
  }

  .heading-5-top-right {
    margin-top: 10px;
  }

  .slider-h3 {
    margin-top: 10px;
    font-size: 20px;
  }

  .image-wow, .omg {
    width: 85%;
  }

  .type-social-h1 {
    font-size: 50px;
  }

  .banner-div {
    width: 90%;
    height: auto;
    max-width: 90%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-14 {
    width: 100%;
  }
}

#w-node-abd7064e-bee3-6277-a7d5-a6a1057511b3-0cca37ad {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-a56d8c3e-0047-b3e2-f4fa-c9c82697f86e-0cca37ad, #w-node-f59df792-fe61-3128-65f7-d7de599984b5-0cca37ad {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_67b15b28-6ede-1b64-eebe-617637d1f521-0cca37ad, #w-node-fcf395d3-3dce-97f5-92a9-ad4e79cd78e8-0cca37ad, #w-node-_6348c8d7-fee6-bde9-6717-ad65bcb6b48e-0cca37ad, #w-node-_6348c8d7-fee6-bde9-6717-ad65bcb6b490-0cca37ad, #w-node-c3d53dfc-00fb-b3b5-61bf-fb917f566166-0cca37ad, #w-node-c3d53dfc-00fb-b3b5-61bf-fb917f566168-0cca37ad, #w-node-f592da33-586b-c621-f583-b35ea5e0dab2-0cca37ad, #w-node-f592da33-586b-c621-f583-b35ea5e0dab4-0cca37ad, #w-node-_228b9cef-8644-0c0b-3454-7ea3b2dd2f23-0cca37ad, #w-node-_228b9cef-8644-0c0b-3454-7ea3b2dd2f25-0cca37ad, #w-node-_19a8197c-8511-2cb5-2c81-7304d6702fbf-0cca37ad, #w-node-_19a8197c-8511-2cb5-2c81-7304d6702fc1-0cca37ad {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6da47cd2-3576-66ef-2147-aecb973fa786-0cca37ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_793299e0-dfd9-2ae3-0249-837b0ce8862e-0cca37ad, #w-node-e9f263d5-02cd-c87d-9d75-cdf87b10882c-0cca37ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af8d72d8-dd1c-35d7-eb42-065003b6ee96-0cca37ad, #w-node-_58a08d08-85ee-765d-11bf-c8a0a6d574a8-0cca37ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1929757-1817-a3c3-447a-53cadde562d3-0cca37ad, #w-node-_32d78b78-809d-c83d-2022-12ac730ce664-0cca37ad, #w-node-_3f1b8d05-6078-62ba-360f-4b4dca62513e-0cca37ad, #w-node-_4a621d1f-f5b1-d65b-b165-b415daf3c03d-0cca37ad {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f71c6c8f-76e2-f3cf-8bc1-3aac309663ad-0cca37ad, #w-node-_73d745d2-3eeb-4cca-faff-5d722ec748f4-0cca37ad, #w-node-_99b1019b-045b-6c57-27d1-e240931247e4-0cca37ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58ebc203-ed8c-fed5-879e-9d16141465ff-0cca37ad, #w-node-_685da645-e54c-06a5-d005-10b7675c8ae4-0cca37ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35a6e934-dd11-81e2-607a-b4bdd8f22557-0cca37ad, #w-node-_8831ebf1-ec7b-25f4-5a98-507cb07a92e1-0cca37ad {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1601ef84-8c8f-c409-4398-db0a83c89ef5-0cca37ad, #w-node-_4e76b5d1-6927-0d92-a019-5037814088d8-0cca37ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#logo-div.w-node-_031c3b0f-e1ad-7502-cb7d-7578bc4c4bad-bc4c4bab, #w-node-_031c3b0f-e1ad-7502-cb7d-7578bc4c4baf-bc4c4bab {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6348c8d7-fee6-bde9-6717-ad65bcb6b490-0cca37ad, #w-node-c3d53dfc-00fb-b3b5-61bf-fb917f566168-0cca37ad, #w-node-f592da33-586b-c621-f583-b35ea5e0dab4-0cca37ad, #w-node-_228b9cef-8644-0c0b-3454-7ea3b2dd2f25-0cca37ad, #w-node-_19a8197c-8511-2cb5-2c81-7304d6702fc1-0cca37ad {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_35a6e934-dd11-81e2-607a-b4bdd8f22557-0cca37ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8831ebf1-ec7b-25f4-5a98-507cb07a92e1-0cca37ad, #logo-div.w-node-_031c3b0f-e1ad-7502-cb7d-7578bc4c4bad-bc4c4bab, #w-node-_031c3b0f-e1ad-7502-cb7d-7578bc4c4baf-bc4c4bab {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_67b15b28-6ede-1b64-eebe-617637d1f521-0cca37ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fcf395d3-3dce-97f5-92a9-ad4e79cd78e8-0cca37ad {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_6348c8d7-fee6-bde9-6717-ad65bcb6b48e-0cca37ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6348c8d7-fee6-bde9-6717-ad65bcb6b490-0cca37ad {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-c3d53dfc-00fb-b3b5-61bf-fb917f566166-0cca37ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c3d53dfc-00fb-b3b5-61bf-fb917f566168-0cca37ad {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f592da33-586b-c621-f583-b35ea5e0dab2-0cca37ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f592da33-586b-c621-f583-b35ea5e0dab4-0cca37ad {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_228b9cef-8644-0c0b-3454-7ea3b2dd2f23-0cca37ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_228b9cef-8644-0c0b-3454-7ea3b2dd2f25-0cca37ad {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_19a8197c-8511-2cb5-2c81-7304d6702fbf-0cca37ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_19a8197c-8511-2cb5-2c81-7304d6702fc1-0cca37ad {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_793299e0-dfd9-2ae3-0249-837b0ce8862e-0cca37ad, #w-node-e9f263d5-02cd-c87d-9d75-cdf87b10882c-0cca37ad, #w-node-d1929757-1817-a3c3-447a-53cadde562d3-0cca37ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32d78b78-809d-c83d-2022-12ac730ce664-0cca37ad {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_3f1b8d05-6078-62ba-360f-4b4dca62513e-0cca37ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a621d1f-f5b1-d65b-b165-b415daf3c03d-0cca37ad, #w-node-_35a6e934-dd11-81e2-607a-b4bdd8f22557-0cca37ad, #w-node-_8831ebf1-ec7b-25f4-5a98-507cb07a92e1-0cca37ad {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


