:root {
  --dark-blue: #007dc4;
  --light-blue: #abe0f9;
  --ice-blue: #d7eef2;
  --white: white;
  --mid-blue: #38ace2;
  --medium-blue: var(--light-blue);
  --black: black;
}

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

body {
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 1.2;
}

h1 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.2em;
  line-height: 1.3;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  z-index: 1;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.page_wrapper {
  overflow: hidden;
}

.body {
  font-family: Montserrat, sans-serif;
}

.section_hero {
  flex-flow: column;
  justify-content: space-between;
  position: relative;
}

.section_main-info {
  z-index: 1;
  background-color: var(--light-blue);
  position: relative;
}

.section_contact {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -6em;
  padding-top: 3em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.section_footer {
  background-color: #ecf6f8;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.wrapper_hero-top {
  background-image: url('../images/blue-wobble-top.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 10em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.wrapper_hero-bottom {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.wrapper_hero-bottom.logo {
  z-index: 2;
}

.wobble_light-blue_shadow {
  width: 120%;
  max-width: none;
  position: absolute;
  inset: auto 0% -15%;
}

.wobble_white {
  z-index: 1;
  width: 150%;
  max-width: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.h2_hero-heading {
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: -1px;
  font-size: 3.5em;
  font-weight: 900;
  line-height: 1;
}

.wrapper_hero-logo {
  z-index: 1;
  width: 90%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper_hero-content {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  top: -4.5em;
}

.hero-logo {
  z-index: 2;
  width: 80%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -6.5em;
}

.image {
  width: 200%;
  max-width: none;
  position: relative;
  top: -63px;
}

.div-block {
  background-color: var(--light-blue);
  height: 10em;
  position: absolute;
  inset: auto 0% 0%;
}

.wrapper_hero_bottom {
  z-index: 1;
  background-image: url('../images/wobble_white.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 21em;
  display: flex;
  position: relative;
}

.background-colour_hero {
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: flex-start;
  height: 80%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.wrapper_content {
  background-color: var(--light-blue);
  padding-bottom: 1.1em;
  position: relative;
  top: -11em;
}

.wrapper_wobbly-shadow {
  background-image: url('../images/wobble_light-blue_shadow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 15em;
  padding-bottom: 0;
  position: absolute;
  inset: -8% 0% auto;
}

.grid_content {
  grid-column-gap: 5em;
  grid-row-gap: 0px;
  grid-template-rows: 10em auto auto;
  grid-template-columns: 1fr .7fr;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper_ice-list {
  background-color: var(--ice-blue);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.wrapper_list {
  z-index: 2;
  margin-top: 8.1em;
  margin-bottom: 0;
  position: relative;
  bottom: -4em;
}

.text_list {
  border-bottom: 3px solid var(--light-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: .5em;
  padding-bottom: .5em;
  font-size: 1.3em;
  font-weight: 600;
}

.text_list.top {
  border-top: 3px solid var(--light-blue);
  margin-top: 1em;
  padding-top: .5em;
}

.text_list.bottom {
  margin-bottom: 1em;
}

.text-block {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4em;
  line-height: 1.3;
}

.div-block-2 {
  padding-bottom: 100px;
}

.div-block-3 {
  background-color: var(--ice-blue);
}

.icy-drip {
  z-index: 1;
  position: absolute;
  inset: auto 0% -13%;
}

.grid {
  z-index: 5;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-content: center end;
  width: 90%;
  margin-top: 2em;
  margin-left: auto;
  position: relative;
}

.heading_page-top {
  color: var(--light-blue);
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}

.wrapper_header-contact {
  z-index: 10;
  float: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 1em;
  display: flex;
}

.link_icon {
  width: 2em;
  height: 3em;
  margin-left: .5em;
  transition: all .2s;
  display: none;
  transform: none;
}

.link_icon:hover {
  transform: scale(1.2);
}

.link_icon.phone {
  display: none;
}

.link-block {
  background-color: var(--light-blue);
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  margin-left: 1em;
  transition: all .3s;
}

.link-block:hover {
  background-color: var(--white);
}

.header_quote-link {
  color: #000;
  text-transform: uppercase;
  padding: .8em 2em;
}

.div-block-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.h3_heading {
  color: var(--dark-blue);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 2.8em;
  font-weight: 800;
  line-height: 1.1;
}

.wrapper_h2_heading {
  z-index: 1;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.h4_heading {
  margin-bottom: .5em;
  font-size: 1.7em;
  line-height: 1.2;
}

.paragraph {
  font-size: 1.4em;
}

.div-block-6 {
  margin-bottom: 2em;
}

.h5_heading {
  color: var(--mid-blue);
  text-transform: uppercase;
  margin-bottom: .25em;
  font-size: 2.3em;
  font-weight: 800;
  line-height: 1.1;
}

.wrapper_text {
  margin-bottom: 2em;
}

.button {
  z-index: 5;
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4em;
  margin-top: 0;
  padding: 1em 2.5em;
  font-size: 1.4em;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button:hover {
  background-color: var(--ice-blue);
  color: var(--dark-blue);
}

.button.blue {
  background-color: var(--ice-blue);
  color: var(--dark-blue);
  width: 60%;
  font-size: 1.1em;
}

.button.blue:hover {
  background-color: var(--medium-blue);
}

.button.blue.pad-right {
  margin-right: 2em;
  transition: all .3s;
}

.image-3 {
  position: absolute;
  inset: auto 0% -10%;
}

.wrapper_blue-wobble {
  z-index: -1;
  background-image: url('../images/wobble_light-blue.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  height: 10em;
  position: absolute;
  inset: auto 0% -9%;
}

.text_contact-leader {
  font-size: 1.8em;
}

.heading-2 {
  color: var(--dark-blue);
  margin-top: .5em;
  font-size: 2.6em;
  font-weight: 800;
  line-height: 1.4;
}

.link_phone {
  color: var(--dark-blue);
  font-size: 1.8em;
  line-height: .9;
}

.link_email {
  color: #000;
  font-weight: 600;
}

.wrapper_contact-buttons {
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  height: 3em;
  margin-top: 2em;
  display: flex;
}

.div-block-7 {
  z-index: 2;
  background-image: url('../images/wobble_ice-blue_footer-top.svg');
  background-position: 50%;
  background-size: cover;
  height: 8em;
  position: absolute;
  inset: auto 0% -13%;
}

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

.div-block-8 {
  z-index: 3;
  position: relative;
  top: -32px;
}

.image-4 {
  position: absolute;
  inset: auto 0% 0%;
}

.text_footer {
  font-size: 1em;
  font-weight: 500;
}

.text_footer-fineprint {
  color: #000;
  font-size: .8em;
}

.text-block-2 {
  color: var(--mid-blue);
  text-align: right;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 500;
}

.text-block-3 {
  color: #000;
  text-align: right;
  margin-top: 1em;
  font-size: .7em;
}

.text-block-4 {
  color: #000;
  margin-top: 1em;
  font-size: .7em;
}

.link_footer-text {
  color: #000;
}

.link_footer-text:hover {
  color: var(--dark-blue);
}

.paragraph-2 {
  font-size: 1.2em;
}

.footer-logo {
  transition: all .2s;
  transform: none;
}

.footer-logo:hover {
  transform: scale(1.02);
}

.text_hidden-page-title {
  z-index: 10;
  color: var(--dark-blue);
  position: absolute;
}

.h1_hidden-page-title {
  font-size: 1em;
  font-weight: 300;
  position: absolute;
}

.wrapper_header-links {
  display: flex;
}

.hero-logo_mobile {
  width: 90%;
  max-width: 1500px;
  display: none;
}

.logo_mobile {
  display: none;
}

.fineprint {
  color: #000;
  font-weight: 400;
}

.fineprint:hover {
  color: #000;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }

  .container {
    width: 90%;
  }

  .section_contact {
    padding-top: 6em;
  }

  .wrapper_hero-top {
    background-position: 50% 100%;
    background-size: cover;
    margin-bottom: -8em;
    position: relative;
  }

  .h2_hero-heading {
    font-size: 3.5vw;
  }

  .wrapper_hero-content {
    background-image: none;
    top: 0;
  }

  .hero-logo {
    width: 90%;
    display: none;
  }

  .wrapper_hero_bottom {
    height: 20em;
  }

  .wrapper_content {
    top: -8em;
  }

  .wrapper_wobbly-shadow {
    top: -5%;
  }

  .text_list {
    line-height: 1.2;
  }

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

  .icy-drip {
    bottom: -12%;
  }

  .grid {
    grid-template-columns: 1.5fr .75fr;
    align-content: start;
    width: 95%;
  }

  .heading_page-top {
    font-size: 1.5em;
    line-height: 1.3;
  }

  .wrapper_header-contact {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .link_icon {
    width: 4em;
    height: 4em;
    display: inline-flex;
  }

  .link_icon.phone {
    display: inline-flex;
  }

  .header_quote-link {
    font-size: 1.2em;
  }

  .h3_heading {
    font-size: 2.8em;
    line-height: .9;
  }

  .wrapper_h2_heading {
    width: 90%;
  }

  .h5_heading {
    font-size: 2em;
  }

  .button {
    width: 100%;
    line-height: 1.2;
  }

  .button.blue {
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.2;
  }

  .wrapper_blue-wobble {
    bottom: -8%;
  }

  .heading-2 {
    font-size: 2.3em;
  }

  .wrapper_contact-buttons {
    width: 60%;
  }

  .grid-2 {
    grid-template-columns: 1fr .25fr .25fr 1.25fr;
  }

  .div-block-8 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 400px;
    display: flex;
    top: -5px;
  }

  .image-4 {
    max-width: 350px;
    inset: auto 0% 0% auto;
  }

  .footer-logo.w--current {
    max-width: 350px;
  }

  .wrapper_header-links {
    margin-top: 1em;
    margin-right: 1em;
  }

  .hero-logo_mobile {
    z-index: 2;
    display: inline-flex;
    position: relative;
    bottom: -6.5em;
  }
}

@media screen and (max-width: 767px) {
  .wrapper_hero-top {
    background-size: cover;
    height: 10em;
    margin-bottom: -7.7em;
    inset: 0% 0% auto;
  }

  .h2_hero-heading {
    font-size: 2.7em;
  }

  .wrapper_hero-content {
    top: 1.1em;
  }

  .hero-logo {
    width: 90%;
  }

  .wrapper_hero_bottom {
    height: 17em;
    margin-top: 3px;
  }

  .wrapper_content {
    padding-bottom: 4em;
  }

  .wrapper_wobbly-shadow {
    top: -4%;
  }

  .grid_content {
    grid-column-gap: 2em;
    grid-template-rows: 14em auto auto auto;
  }

  .wrapper_ice-list {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .text_list {
    border-bottom-width: 1.5px;
    font-size: 1.1em;
  }

  .text_list.top {
    border-top-width: 1.5px;
  }

  .text-block {
    font-size: 1.2em;
  }

  .icy-drip {
    width: 100%;
    bottom: -9%;
  }

  .grid {
    grid-template-columns: 1fr .5fr;
  }

  .heading_page-top {
    padding-top: .5em;
    font-size: 1.2em;
    line-height: 1.2;
  }

  .wrapper_header-contact {
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .link_icon {
    width: 3em;
  }

  .header_quote-link {
    text-align: center;
    padding: .6em 2em;
    font-size: 1.1em;
    line-height: 1.2;
  }

  .h3_heading {
    font-size: 2.5em;
    line-height: 1;
  }

  .h5_heading {
    line-height: 1;
  }

  .wrapper_text {
    margin-top: 1em;
    margin-bottom: 0;
  }

  .button {
    font-size: 1.2em;
  }

  .text_contact-leader {
    line-height: 1.2;
  }

  .heading-2 {
    line-height: 1;
  }

  .link_phone {
    font-size: 1.5em;
    line-height: 1.1;
  }

  .wrapper_contact-buttons {
    flex-flow: wrap;
    width: 100%;
    max-width: 450px;
    display: flex;
  }

  .image-4 {
    min-width: 150px;
  }

  .wrapper_header-links {
    margin-top: 1em;
    margin-right: 1em;
  }

  .hero-logo_mobile {
    bottom: -4.9em;
  }
}

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

  .container {
    width: 85%;
  }

  .section_contact {
    margin-top: 0;
    padding-top: 0;
  }

  .wrapper_hero-top {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 1em;
  }

  .h2_hero-heading {
    font-size: 2.4em;
  }

  .wrapper_hero-content {
    margin-top: -6.5em;
  }

  .wrapper_hero_bottom {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 19px;
  }

  .wrapper_wobbly-shadow {
    top: -2%;
  }

  .grid_content {
    grid-row-gap: 2em;
    grid-template-rows: 10em auto auto auto;
    grid-template-columns: 1fr;
  }

  .wrapper_ice-list {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 0;
  }

  .wrapper_list {
    width: 90%;
    margin-top: 0;
    margin-bottom: 3.2em;
    bottom: -3.1em;
  }

  .text_list, .text_list.top {
    font-size: 1.4em;
  }

  .text-block {
    font-size: 1.3em;
  }

  .icy-drip {
    display: none;
  }

  .grid {
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }

  .heading_page-top {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4em;
  }

  .wrapper_header-contact {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .link_icon {
    width: 12vw;
    min-width: 30px;
    height: 12vw;
    min-height: 30px;
    margin-right: 6px;
  }

  .link-block {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    width: 100%;
    margin-bottom: .5em;
    margin-left: 0;
  }

  .header_quote-link {
    justify-content: center;
    align-items: center;
    padding: .9em 1.1em;
    font-size: 1.2em;
    display: flex;
  }

  .div-block-5 {
    margin-bottom: 2em;
    bottom: 0;
  }

  .h3_heading {
    text-align: center;
    font-size: 2.1em;
  }

  .wrapper_h2_heading {
    width: 85%;
  }

  .h4_heading {
    text-align: center;
  }

  .h5_heading {
    text-align: center;
    font-size: 1.7em;
  }

  .button {
    height: auto;
    margin-top: 2em;
    padding-top: 1.7em;
    padding-bottom: 1.7em;
    font-size: 1.5em;
    line-height: 1.2;
  }

  .button.blue {
    width: 100%;
    margin-top: 1em;
  }

  .button.blue.pad-right {
    margin-right: 0;
  }

  .wrapper_blue-wobble {
    background-position: 50%;
    background-size: cover;
    bottom: -4%;
  }

  .text_contact-leader {
    text-align: center;
    font-size: 1.3em;
  }

  .heading-2 {
    text-align: center;
    font-size: 2em;
    line-height: 1;
  }

  .link_phone {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .wrapper_contact-buttons {
    justify-content: center;
    align-items: center;
    margin-top: 1em;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: -72px;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .image-4 {
    position: static;
  }

  .text_footer {
    text-align: center;
    font-size: 1.1em;
  }

  .text_footer-fineprint {
    text-align: center;
    font-size: 1em;
  }

  .text-block-2 {
    text-align: center;
    line-height: 1.3;
  }

  .text-block-3 {
    text-align: center;
    font-size: .9em;
  }

  .text-block-4 {
    color: #000;
    text-align: center;
    font-size: .9em;
    line-height: 1.3;
  }

  .footer-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .wrapper_header-links {
    margin-top: .4em;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-logo_mobile {
    width: 90%;
    margin-top: 2em;
    display: none;
  }

  .icy-drip_mobile {
    width: 100%;
    position: absolute;
    inset: 99% 0% auto;
  }

  .logo_mobile {
    width: 90%;
    display: inline-flex;
  }
}

#w-node-_3d9d8725-adf6-96bc-d883-a2a75d4b52b3-3c461e19 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d29e8b30-ad63-278b-14f4-a78ebd7bee0b-3c461e19 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b8de9c0d-d1d6-a02a-36fe-4186d2eba260-3c461e19 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-dfc926ac-ff4d-1461-c43f-05723b88e5b3-3c461e19 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-eb225857-2663-fcc5-4183-c005b972055c-3c461e19 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9cf74d4e-d250-ed74-99fc-019326f10656-3c461e19 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2285f8ca-6527-e912-0f87-f0921c08e7f3-3c461e19 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-_07fb107b-6cd1-4274-04d8-e23466486816-3c461e19 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0947ab92-3525-638c-b7bb-11a079453be7-3c461e19 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_4ea006e6-e038-3f25-3bb3-4386ba75ef1b-3c461e19 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_3d9d8725-adf6-96bc-d883-a2a75d4b52b3-3c461e19 {
    align-self: start;
  }

  #w-node-_9cf74d4e-d250-ed74-99fc-019326f10656-3c461e19 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2285f8ca-6527-e912-0f87-f0921c08e7f3-3c461e19 {
    justify-self: end;
  }

  #w-node-_4ea006e6-e038-3f25-3bb3-4386ba75ef1b-3c461e19 {
    grid-area: 3 / 3 / 4 / 5;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b8de9c0d-d1d6-a02a-36fe-4186d2eba260-3c461e19 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-dfc926ac-ff4d-1461-c43f-05723b88e5b3-3c461e19 {
    align-self: end;
  }

  #w-node-eb225857-2663-fcc5-4183-c005b972055c-3c461e19 {
    grid-area: 4 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3d9d8725-adf6-96bc-d883-a2a75d4b52b3-3c461e19 {
    grid-row: 1 / 2;
  }

  #w-node-d29e8b30-ad63-278b-14f4-a78ebd7bee0b-3c461e19 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b8de9c0d-d1d6-a02a-36fe-4186d2eba260-3c461e19 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dfc926ac-ff4d-1461-c43f-05723b88e5b3-3c461e19 {
    grid-row: 2 / 3;
  }

  #w-node-eb225857-2663-fcc5-4183-c005b972055c-3c461e19 {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-_9cf74d4e-d250-ed74-99fc-019326f10656-3c461e19 {
    grid-row: 2 / 3;
    grid-column-end: 2;
    justify-self: center;
  }

  #w-node-_2285f8ca-6527-e912-0f87-f0921c08e7f3-3c461e19 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_07fb107b-6cd1-4274-04d8-e23466486816-3c461e19 {
    grid-row: 3 / 4;
  }

  #w-node-_0947ab92-3525-638c-b7bb-11a079453be7-3c461e19 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_4ea006e6-e038-3f25-3bb3-4386ba75ef1b-3c461e19 {
    grid-area: 5 / 1 / 6 / 2;
  }
}


