:root {
  --font-family-pathway: "Pathway Extreme", sans-serif;
}

.page-wrapper {
  width: 100%;
  padding: 38px 34px;
  max-width: 1920px;
  margin: 0 auto;
}
.page-wrapper .heading {
  width: 100%;
  margin: 0 0 20vw 0;
}
.page-wrapper .heading .logo {
  display: block;
}
.page-wrapper .heading-content {
  display: flex;
  width: 100%;
}
.page-wrapper .heading-content h1 {
  color: #1A1D24;
  font-family: var(--font-family-pathway);
  font-size: 4.375vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 5.9375vw;
  margin: 0;
  z-index: 50;
}
.page-wrapper .heading-content .fish-wrapper {
  z-index: 25;
  width: 58vw;
  position: absolute;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 470px;
}
.page-wrapper .heading-content .fish-wrapper .bubble {
  width: 100%;
  position: absolute;
  z-index: 25;
  max-width: 1156px;
}
.page-wrapper .heading-content .fish-wrapper .fish {
  position: absolute;
  z-index: 50;
  width: 90%;
  height: auto;
  margin: 120px 0 0 0;
  right: 0;
}
.page-wrapper .heading-content .fish-wrapper span {
  display: block;
  width: 100%;
}
@media (max-width: 1520px) {
  .page-wrapper .heading-content .fish-wrapper {
    top: 440px;
  }
}
@media (max-width: 1440px) {
  .page-wrapper .heading .logo img {
    width: 160px;
    height: auto;
  }
  .page-wrapper .heading-content .fish-wrapper {
    top: 350px;
    right: 10px;
  }
}
@media (max-width: 1023px) {
  .page-wrapper .heading-content .fish-wrapper {
    top: 310px;
  }
}
@media (max-width: 850px) {
  .page-wrapper .heading-content {
    flex-direction: column;
    margin: 20px 0 0 0;
  }
  .page-wrapper .heading-content h1 {
    font-size: 7.0588235294vw;
    line-height: 9.4117647059vw;
  }
  .page-wrapper .heading-content .fish-wrapper {
    position: relative;
    top: 0;
    width: 70vw;
    margin: 18.8235294118vw 0 0 auto;
  }
  .page-wrapper .heading {
    margin: 0 0 30vw 0;
  }
  .page-wrapper .heading .logo img {
    width: 80px;
  }
}
@media (max-width: 500px) {
  .page-wrapper .heading-content h1 {
    font-size: 8.3333333333vw;
    line-height: 9.6666666667vw;
    text-align: center;
  }
  .page-wrapper .heading-content .fish-wrapper {
    width: 70vw;
    margin: 18.8235294118vw 0 0 auto;
  }
  .page-wrapper .heading-content .fish-wrapper .fish {
    width: 100%;
    margin: 80px 0 0 0;
  }
}
.page-wrapper .welcome {
  width: 100%;
  border: 2px solid #1A1D24;
  background-color: #F6F4ED;
  margin: 120px 0;
  overflow: hidden;
}
.page-wrapper .welcome-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.page-wrapper .welcome-heading > span {
  display: block;
  width: 118px;
  height: 106px;
  position: relative;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), black 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
}
.page-wrapper .welcome-heading h2 {
  color: #205BEF;
  font-family: var(--font-family-pathway);
  font-size: 151px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 100px;
  margin: 0;
  text-align: left;
  padding: 0;
  position: relative;
  top: -6px;
  left: -3px;
  -webkit-text-fill-color: #F6F4ED;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  text-transform: lowercase;
}
.page-wrapper .welcome-heading h2 span {
  color: #205BEF;
  font-family: var(--font-family-pathway);
  -webkit-text-fill-color: #205BEF;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}
.page-wrapper .welcome-content {
  border-top: 2px solid #1A1D24;
  padding: 210px 20px 330px 20px;
}
.page-wrapper .welcome-content-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  color: #1A1D24;
  font-family: var(--font-family-pathway);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 60px;
  position: relative;
}
.page-wrapper .welcome-content-wrapper .quote-top {
  position: absolute;
  right: 100%;
  top: -70px;
}
.page-wrapper .welcome-content-wrapper .quote-bottom {
  position: absolute;
  margin: 0 0 0 20px;
}
.page-wrapper .welcome-content-wrapper .highlight {
  color: #205BEF;
}
@media (max-width: 1800px) {
  .page-wrapper .welcome-content-wrapper .quote-top {
    top: -30px;
    width: 130px;
    height: auto;
  }
  .page-wrapper .welcome-content-wrapper .quote-bottom {
    width: 130px;
    height: auto;
  }
}
@media (max-width: 1600px) {
  .page-wrapper .welcome-content-wrapper {
    max-width: calc(100% - 280px);
  }
}
@media (max-width: 1440px) {
  .page-wrapper .welcome-content {
    padding: 120px 20px 120px 20px;
  }
}
@media (max-width: 1023px) {
  .page-wrapper .welcome {
    margin: 120px 0 60px 0;
  }
  .page-wrapper .welcome-content-wrapper {
    max-width: 100%;
  }
  .page-wrapper .welcome-content-wrapper .quote-top {
    position: relative;
    top: 0;
    right: 0;
    margin: -60px 0 0 0;
  }
}
@media (max-width: 768px) {
  .page-wrapper .welcome-content {
    padding: 60px 20px 40px 20px;
  }
  .page-wrapper .welcome-content-wrapper {
    font-size: 24px;
    line-height: 46px;
  }
  .page-wrapper .welcome-content-wrapper .quote-top {
    margin: -40px 0 0 0;
    width: 80px;
  }
  .page-wrapper .welcome-content-wrapper .quote-bottom {
    width: 80px;
    position: relative;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .page-wrapper .welcome-heading h2 {
    font-size: 25vw;
    line-height: 16.6666666667vw;
  }
  .page-wrapper .welcome-heading > span {
    height: 17.6666666667vw;
  }
}
@media (max-width: 400px) {
  .page-wrapper .welcome-content-wrapper {
    font-size: 20px;
    line-height: 30px;
  }
}
.page-wrapper .features {
  width: 100%;
}
.page-wrapper .features h2 {
  width: 100%;
  color: #1A1D24;
  font-family: var(--font-family-pathway);
  font-size: 56px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 61px;
  text-align: center;
  margin: 0 0 110px 0;
  padding: 0;
}
.page-wrapper .features-grid {
  width: 100%;
  display: grid;
  gap: 50px 40px;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
}
.page-wrapper .features-grid .feature-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.page-wrapper .features-grid .feature-block img {
  display: block;
  height: 300px;
  object-fit: contain;
  object-position: center bottom;
  margin: 0 0 30px 0;
}
.page-wrapper .features-grid .feature-block h3 {
  color: #1A1D24;
  font-family: var(--font-family-pathway);
  font-size: 1.6666666667vw;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 43px;
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #1A1D24;
  white-space: nowrap;
  width: 100%;
}
.page-wrapper .features-grid .feature-block ul {
  color: #1A1D24;
  font-family: var(--font-family-pathway);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
  width: 100%;
  text-align: left;
}
.page-wrapper .features-grid .feature-block ul li {
  margin: 0 0 10px 0;
}
@media (max-width: 1550px) {
  .page-wrapper .features-grid .feature-block img {
    height: 200px;
    max-width: 200px;
  }
}
@media (max-width: 1440px) {
  .page-wrapper .features h2 {
    font-size: 36px;
    line-height: 50px;
    margin: 0 0 80px 0;
  }
}
@media (max-width: 1280px) {
  .page-wrapper .features-grid {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }
  .page-wrapper .features-grid .feature-block h3 {
    font-size: 1.875vw;
  }
  .page-wrapper .features-grid .feature-block ul {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .page-wrapper .features-grid {
    gap: 20px;
  }
  .page-wrapper .features-grid .feature-block h3 {
    line-height: 15px;
    font-size: 18px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 768px) {
  .page-wrapper .features-grid {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
  .page-wrapper .features h2 {
    margin: 0 0 20px 0;
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 620px) {
  .page-wrapper .features-grid .feature-block img {
    height: 120px;
    max-width: 120px;
  }
  .page-wrapper .features-grid .feature-block h3 {
    line-height: 22px;
    font-size: 18px;
    white-space: normal;
  }
  .page-wrapper .features-grid .feature-block ul {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 850px) {
  .page-wrapper {
    padding: 20px;
  }
}

/*# sourceMappingURL=update-2023.css.map */
