@font-face {
  font-family: Reef;
  src: url('../fonts/Reef.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  background-color: #00a7c1;
  background-image: url('../images/Group-70_Nero_AI_Image_Upscaler_Photo_Face.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  max-width: none;
  height: auto;
  margin-bottom: 35px;
  display: flex;
}

.brand {
  background-color: #0078c1;
  width: 25vw;
  margin-top: 0;
  margin-bottom: 22px;
  padding: 60px 40px 0;
}

.heading {
  color: #fff;
  width: 30vw;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Reef, Verdana, sans-serif;
  font-size: 45px;
}

.heading.padding {
  color: #fff;
  margin-top: 46px;
  font-family: Reef, Verdana, sans-serif;
  font-size: 45px;
}

.heading.red {
  color: #fff;
  background-color: #e7252d;
  width: auto;
  padding: 10px 10px 20px;
  font-size: 45px;
}

.button {
  background-color: #0078c1;
  border-radius: 20px;
  margin-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Reef, Verdana, sans-serif;
  font-size: 22px;
}

.button:hover {
  opacity: .75;
  transform: scale(1.1);
}

.button.floating {
  z-index: 99;
  background-color: #e7242d;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 21px;
  margin-right: 0;
  font-size: 24px;
  display: inline-block;
  position: fixed;
  inset: 10% 0% auto auto;
}

.div-block {
  margin-top: 61px;
}

.section-2 {
  background-color: #005273;
  padding-bottom: 20px;
}

.div-block-2 {
  color: #fff;
  text-align: center;
  width: 90vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.heading-2.white {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
}

.heading-2.blue {
  color: #1178c1;
  margin-top: 21px;
  font-size: 18px;
  line-height: 22px;
}

.heading-3 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Reef, Verdana, sans-serif;
}

.heading-3.center {
  text-align: center;
  margin-top: 8px;
  font-family: Reef, Verdana, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.heading-3.center.blue {
  color: #1178c1;
  font-size: 32px;
}

.heading-3.space {
  padding-left: 20px;
}

.paragraph {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph.left {
  color: #fff;
  text-align: left;
  width: 90%;
  margin-top: 10px;
  padding-left: 20px;
}

.paragraph.grey {
  width: 80vw;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.paragraph.text {
  color: #fff;
  text-align: left;
  width: auto;
  margin: 0 auto;
  padding-left: 0;
}

.slider {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns {
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-3 {
  background-color: #0078c1;
}

.slide {
  background-color: #0078c1;
  padding-top: 0;
}

.icon, .icon-2 {
  font-size: 17px;
}

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

.columns-2 {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.column-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-4 {
  background-image: url('../images/Mask-Group-5.png');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 0;
}

.d-135-card-caption {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.d-135-card-caption.age {
  margin-top: 16px;
  font-weight: 700;
}

.demo-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-right: 0%;
  display: flex;
  position: relative;
  inset: 0%;
}

.d-135-view-project-underline {
  transform-origin: 0%;
  background-color: #87d6d7;
  border-radius: 20px;
  height: 10px;
  margin-top: -10px;
  position: relative;
}

.image-2 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.d-135-card-wrapper {
  background-color: #085273;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.d-135-card-wrapper._3 {
  background-color: #28bdbf;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
}

.d-135-card-wrapper._2 {
  background-color: #1facc0;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
}

.d-135-card-wrapper.preschool {
  background-color: #1278c1;
}

.d-135-color-overlay {
  background-color: #20acc0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.d-135-h3-heading {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Reef, Verdana, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.d-135-h3-heading.padding {
  margin-top: 7px;
  padding-left: 0;
}

.d-135-h3-heading.padding.quesries {
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.d-135-h3-heading.padding.center {
  margin-top: 17px;
  padding-left: 0;
  font-size: 17px;
}

.d-135-h3-heading.padding.center:hover {
  opacity: .7;
}

.d-135-h3-heading.center {
  text-align: center;
}

.d-135-view-project-text {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 19px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Reef, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.d-135-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.browser-top {
  z-index: 1;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.browser-demo {
  z-index: auto;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 800px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-135-view-project-wrapper {
  margin-top: 10px;
}

.div-block-3 {
  width: 90vw;
  height: auto;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.button-2 {
  color: #095273;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Reef, Verdana, sans-serif;
  font-size: 22px;
}

.button-2:hover {
  opacity: .65;
  transform: scale(1.1);
}

.navbar {
  background-color: #ad3e3e00;
  background-image: url('../images/Intersection-1.svg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  height: 13vh;
  padding-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  position: absolute;
  inset: 0% 0% auto;
}

.body {
  background-color: #fff;
}

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

.nav-link {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.nav-link:hover {
  color: #e7212d;
}

.nav-link-2 {
  font-family: Montserrat, sans-serif;
}

.container-2 {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-4 {
  background-image: url('../images/Mask-Group-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10vh;
  margin-top: 0;
}

.image-4 {
  max-width: 70%;
  margin-left: auto;
}

.section-5 {
  color: #005273;
  background-color: #005273;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-5 {
  background-image: url('../images/Mask-Group-2.svg');
  background-position: 50% 45%;
  background-size: cover;
}

.div-block-6 {
  background-color: #75dadb94;
  border: 1px solid #ffffff80;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.column-4 {
  padding-left: 0;
}

.paragraph-2 {
  color: #fff;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.image-5 {
  width: 2vw;
  max-width: 70%;
}

.image-6 {
  width: 2vw;
}

.columns-3 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.image-7 {
  color: #ff6b6b;
  padding-left: 0;
}

.image-7:hover {
  opacity: .61;
}

.column-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 10vh;
}

.div-block-7 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-6 {
  background-color: #87d6d7;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Reef, Verdana, sans-serif;
  font-size: 23px;
  line-height: 22px;
}

.columns-5 {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-8 {
  background-color: #0dacc0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
}

.column-9 {
  background-image: url('../images/mutzii-ii-PYL8RzFM6rw-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  text-align: center;
  background-color: #0dacc000;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.section-7 {
  margin-left: auto;
  margin-right: auto;
}

.section-8 {
  background-image: linear-gradient(#005273bf, #005273bf), url('../images/pexels-kindelmedia-9044049.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns-6 {
  justify-content: center;
  align-items: stretch;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-10 {
  border-left: 2px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-11 {
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.slide-2 {
  background-color: #0078c1;
}

.link, .link-2 {
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
}

.div-block-9 {
  color: #fff;
  background-color: #0078c1;
  border-radius: 20px;
  margin-top: 7px;
  font-family: Reef, Verdana, sans-serif;
  font-size: 21px;
  display: flex;
}

.text-block {
  padding: 10px 20px;
}

.text-block.opening025 {
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.image-9 {
  padding-left: 10px;
}

.italic-text {
  font-style: normal;
}

.bold-text {
  font-size: 32px;
}

.container-3 {
  background-color: #28bdbf;
}

@media screen and (max-width: 991px) {
  .brand {
    width: 35vw;
  }

  .section-2 {
    padding-bottom: 60px;
  }

  .div-block-2 {
    width: 90vw;
  }

  .heading-2.white, .heading-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3.space {
    margin-left: 20px;
    padding-left: 0;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .paragraph.grey {
    margin-bottom: 0;
  }

  .paragraph.text {
    padding-left: 40px;
  }

  .slider {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .columns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section-3 {
    flex-flow: column;
    display: flex;
  }

  .icon {
    margin-right: 10px;
  }

  .icon-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns-2 {
    justify-content: center;
    align-items: stretch;
  }

  .column-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .section-4 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .demo-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center stretch;
    margin: 20px auto 0;
    display: grid;
    position: static;
  }

  .image-2 {
    margin-right: 0;
  }

  .d-135-card-wrapper {
    height: 400px;
    margin-bottom: 60px;
  }

  .d-135-card-wrapper._3, .d-135-card-wrapper._2, .d-135-card-wrapper.preschool {
    height: 400px;
  }

  .d-135-h3-heading.padding, .d-135-h3-heading.padding.quesries {
    text-align: center;
    padding-left: 0;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .div-block-3 {
    width: 100vw;
    margin-top: 0;
  }

  .navbar {
    position: absolute;
  }

  .nav-link {
    color: #fff;
    text-align: center;
  }

  .container-2 {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-6 {
    margin-bottom: 22px;
  }

  .column-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .paragraph-2 {
    text-align: center;
    margin-bottom: 38px;
  }

  .image-5 {
    width: 3vw;
  }

  .columns-3 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    margin-bottom: 13px;
    margin-right: 11px;
    padding-left: 0;
  }

  .nav-menu {
    background-color: #1178c1;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fff;
  }

  .icon-3 {
    color: #1178c1;
  }

  .column-5 {
    text-align: center;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

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

  .columns-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column-7 {
    flex-flow: row;
  }

  .image-8 {
    margin-bottom: 26px;
  }

  .div-block-7 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: auto;
  }

  .container {
    height: auto;
    padding-bottom: 110px;
  }

  .brand {
    width: 45vw;
  }

  .div-block-2 {
    height: auto;
  }

  .heading-3 {
    margin-bottom: 37px;
  }

  .heading-3.space {
    margin-left: auto;
    margin-right: auto;
  }

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

  .paragraph.grey {
    width: 90vw;
  }

  .slider {
    height: auto;
    padding-top: 0;
    overflow: visible;
  }

  .columns {
    flex-flow: column;
    display: flex;
  }

  .section-3 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .slide {
    overflow: visible;
  }

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

  .columns-2 {
    flex-flow: column;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: visible;
  }

  .column-2 {
    flex-flow: column;
  }

  .column-3 {
    justify-content: center;
    align-items: center;
  }

  .demo-wrapper {
    margin-top: 40px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .d-135-card-wrapper {
    margin-bottom: 0;
  }

  .d-135-card-wrapper._3 {
    margin-bottom: 20px;
  }

  .d-135-card-wrapper._2 {
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .d-135-card-wrapper.preschool {
    margin-bottom: 20px;
  }

  .d-135-h3-heading.padding, .d-135-h3-heading.padding.quesries {
    padding-left: 0;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-4 {
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-6 {
    margin-top: 18px;
  }

  .column-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 26px;
    display: flex;
  }

  .paragraph-2 {
    text-align: center;
  }

  .image-5, .image-6 {
    width: 8vw;
  }

  .columns-3 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 0;
  }

  .menu-button {
    background-color: #fff0;
  }

  .column-6 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mask {
    height: auto;
    overflow: hidden;
  }

  .columns-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .brand {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

  .heading, .heading.padding {
    width: auto;
  }

  .heading.red {
    margin-bottom: 10px;
  }

  .button.floating {
    margin-top: 724px;
    position: absolute;
  }

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

  .heading-3 {
    margin-bottom: 25px;
  }

  .heading-3.space {
    padding-left: 0;
  }

  .paragraph {
    text-align: left;
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.left {
    padding-left: 0;
  }

  .paragraph.grey {
    width: 85vw;
  }

  .paragraph.text {
    padding-left: 0;
  }

  .slider {
    flex-flow: row;
    height: auto;
    overflow: visible;
  }

  .columns {
    flex-flow: column;
  }

  .icon, .icon-2 {
    margin-top: 140px;
  }

  .column {
    justify-content: center;
    align-items: center;
  }

  .columns-2 {
    flex-flow: column;
  }

  .column-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-3 {
    justify-content: center;
    align-items: center;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 20px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .d-135-card-wrapper, .d-135-card-wrapper._3, .d-135-card-wrapper._2, .d-135-card-wrapper.preschool {
    height: auto;
    margin-bottom: 20px;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .image-4 {
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .mask {
    overflow: hidden;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .columns-4 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .column-7 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-5 {
    margin-top: 32px;
    padding-left: 0;
  }

  .columns-6 {
    flex-flow: column;
    width: 85vw;
  }

  .column-10 {
    border-left-style: none;
    padding-left: 0;
  }

  .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block.opening025 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_17b7d723-ea24-3892-1c46-a3e8268a5232-824a7dc9, #w-node-_17b7d723-ea24-3892-1c46-a3e8268a523d-824a7dc9, #w-node-_17b7d723-ea24-3892-1c46-a3e8268a5248-824a7dc9, #w-node-_17b7d723-ea24-3892-1c46-a3e8268a5253-824a7dc9 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Reef';
  src: url('../fonts/Reef.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}