@font-face {
  font-family: Montserrat variablefont wght;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat variablefont wght;
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter variablefont slnt wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #44d9f2;
  --green: #18c988;
  --light-blue: #f4fdff;
  --white: white;
  --black-40a: #0006;
  --new-blue: #404692;
  --gray-808080: grey;
  --dark-blue: #1695aa;
  --black: black;
  --light-goldenrod-yellow: #f5ffd6;
}

body {
  color: #333;
  flex-direction: column;
  font-family: Inter;
  font-size: 17px;
  line-height: 1.5;
  display: flex;
}

h1 {
  color: var(--blue);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  color: var(--blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  color: var(--blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  font-variation-settings: normal;
  text-align: left;
  max-width: 100ch;
  margin-bottom: 10px;
}

a {
  color: var(--green);
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.main {
  background-color: var(--light-blue);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.header {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.section {
  font-variation-settings: normal;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: block;
}

.footer {
  background-color: var(--white);
  box-shadow: 0 0 20px 0 var(--black-40a);
  margin-top: auto;
  padding: 20px;
  position: sticky;
}

.article {
  border-style: solid solid none;
  border-width: 0 1px;
  border-color: var(--blue);
  background-color: var(--white);
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  width: 90vw;
  max-width: 1200px;
  height: auto;
  max-height: none;
  margin: 20px auto 60px;
  padding: 10px 40px 40px;
  display: block;
}

.figcaption {
  max-width: 70ch;
  font-size: 16px;
  line-height: 1.3;
}

.address {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60vw;
  max-width: 1280px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_text-block {
  color: var(--new-blue);
  text-align: center;
  letter-spacing: .5px;
  text-indent: 10px;
  text-transform: uppercase;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.head_h2 {
  z-index: 10;
  color: var(--gray-808080);
  font-variation-settings: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  position: static;
  top: 63px;
}

.nav_content-wrapper {
  background-color: #0000;
  justify-content: space-around;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: transparent transparent var(--gray-808080);
  background-color: var(--white);
  box-shadow: 0 0 20px 0 var(--gray-808080);
  position: sticky;
  top: 0;
}

.nav_dropdown-icon {
  margin-top: 45px;
}

.nav_brand-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100px;
  display: flex;
  position: static;
}

.nav_brand-link.w--current {
  width: 356px;
}

.nav_link {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.nav_link:hover {
  color: #3898ec;
}

.nav_link.w--current {
  padding-top: 40px;
}

.nav_dropdown-list {
  background-color: #0000;
  margin-top: 0;
}

.nav_dropdown-list.w--open {
  background-color: #fff;
  margin-top: -10px;
}

.nav_menu {
  background-color: #0000;
}

.nav_dropdown-link {
  color: #636363;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  padding: 0 20px 10px;
  text-decoration: none;
  display: block;
}

.nav_dropdown-link:hover {
  color: #3898ec;
  background-color: #eef2ff;
}

.nav_link-label {
  color: var(--green);
  font-variation-settings: normal;
  font-weight: 700;
}

.nav_brand-image {
  background-color: #0000001a;
  width: 285px;
  max-width: none;
  height: 80px;
  margin-top: 15px;
  display: block;
}

.figure {
  display: block;
}

.h1 {
  z-index: 0;
  color: #9a94cc;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 15px;
  font-family: Bitter Thin;
  font-style: italic;
  font-weight: 300;
  position: static;
  inset: auto;
}

.paragraph {
  font-weight: 400;
}

.text-block {
  font-family: Inter;
}

.img {
  cursor: pointer;
}

.collection-item {
  margin: 8px 1px;
}

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

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

.div-block {
  padding-top: 54px;
  padding-bottom: 54px;
}

.heading, .heading-2, .heading-3 {
  color: #3dd3f1;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.heading-4 {
  color: #3dd3f1;
  font-family: Inter variablefont slnt wght, sans-serif;
}

.heading-5 {
  color: #3dd3f1;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-weight: 600;
}

.heading-6 {
  color: #3dd3f1;
  font-family: Inter variablefont slnt wght, sans-serif;
}

.rich-text-block {
  background-color: #fff;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 500;
}

.rich-text-block a {
  color: var(--green);
  text-decoration: none;
}

.rich-text-block p {
  max-width: 80ch;
  font-size: 20px;
}

.paragraph-2 {
  color: #188a96;
}

.text_nameplate {
  color: var(--blue);
  margin-top: 19px;
  margin-left: 0;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}

.link_footer, .bold-text, .link {
  color: var(--green);
  text-decoration: none;
}

.text {
  color: #1695aa;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text.larger {
  max-width: 80ch;
  font-size: 20px;
}

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

.rtb {
  text-transform: none;
}

.rtb h3 {
  color: var(--new-blue);
}

.rtb h2 {
  color: var(--new-blue);
  text-transform: none;
}

.rtb h1 {
  color: var(--new-blue);
}

.rtb p, .rtb li {
  color: var(--dark-blue);
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.rtb blockquote {
  color: var(--dark-blue);
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  border-right: 5px solid #e2e2e2;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
}

.rtb a:hover {
  background-color: var(--green);
  color: var(--white);
}

.caption {
  text-align: right;
  padding-top: 6px;
  font-family: Inter variablefont slnt wght, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.image-2 {
  width: 100%;
}

.code-embed {
  margin-top: -10px;
}

.callout {
  background-color: var(--green);
  border: 1px solid #777;
  min-height: 100px;
  margin: 10px 29px;
  padding: 12px;
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  color: var(--white);
  font-weight: 500;
}

.link-2 {
  color: var(--white);
}

.rtb-callout {
  color: var(--white);
  font-weight: 500;
}

.bold-text-2 {
  color: var(--white);
}

.rent-head {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
}

.rent-text {
  color: var(--white);
  margin-bottom: 5px;
  font-weight: 500;
}

.rent-link {
  color: var(--white);
  font-weight: 600;
}

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

  .article {
    width: 90vw;
  }

  .figcaption {
    font-size: 15px;
  }

  .head_h2 {
    font-size: 30px;
    top: 148px;
  }

  .nav_menu-button, .nav_menu-button.w--open {
    background-color: #0000;
  }

  .nav_dropdown {
    background-color: #f3f3f5;
  }

  .nav {
    background-color: var(--white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-color: #fff;
    flex: 0 auto;
  }

  .nav:hover {
    border-color: #fff;
  }

  .nav_dropdown-icon {
    margin-top: 5px;
    inset: 0%;
  }

  .nav_brand-link {
    height: 90px;
  }

  .icon {
    background-color: #eef2ff;
    font-size: 30px;
  }

  .nav_link {
    padding: 0 140px 10px 10px;
  }

  .nav_link.w--current {
    padding-top: 0;
  }

  .nav_link.w--open {
    margin-top: 0;
  }

  .nav_dropdown-list {
    background-color: #eef2ff;
    margin-top: -10px;
  }

  .nav_dropdown-list.w--open {
    margin-top: -10px;
    inset: 0%;
  }

  .nav_menu {
    background-color: #eef2ff;
    margin-top: 23px;
    inset: 0% 0% auto;
  }

  .nav_dropdown-link {
    background-color: #eef2ff;
    margin-top: -10px;
    padding: 0 0 10px 20px;
    top: 30px;
  }

  .nav_brand-image {
    width: 285px;
    height: 80px;
    margin-top: 10px;
  }

  .h1 {
    z-index: 0;
    color: #00000054;
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
    left: auto;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block {
    padding-top: 38px;
    padding-bottom: 38px;
  }

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

  .text_nameplate {
    font-size: 48px;
  }
}

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

  p {
    font-size: 16px;
  }

  .article {
    width: 95vw;
  }

  .footer_text-block {
    font-size: 15px;
    line-height: 1.2;
  }

  .head_h2 {
    font-size: 28px;
  }

  .nav_brand-link {
    height: 80px;
  }

  .nav_dropdown-list.w--open {
    background-color: #eef2ff;
  }

  .nav_brand-image {
    width: 250px;
    height: 70px;
    margin-top: 10px;
  }

  .h1 {
    top: -54px;
    left: 14px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .heading {
    margin-top: 10px;
  }

  .rich-text-block {
    margin-top: 20px;
  }

  .text_nameplate {
    font-size: 36px;
  }

  .caption {
    font-size: 14px;
  }
}

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

  p {
    font-size: 15px;
  }

  .article {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .figcaption {
    font-size: 14px;
  }

  .address {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer_text-block {
    font-size: 14px;
    line-height: 1.2;
  }

  .head_h2 {
    margin-bottom: 10px;
    font-size: 22px;
    position: static;
    top: 181px;
    left: 6px;
  }

  .nav_content-wrapper {
    width: 100vw;
  }

  .nav_brand-link {
    height: 50px;
    padding-left: 5px;
  }

  .nav_brand-link.w--current {
    width: 250px;
    height: 70px;
  }

  .icon {
    font-size: 24px;
    line-height: 1;
  }

  .nav_dropdown-list {
    margin-top: -16px;
  }

  .nav_brand-image {
    width: 200px;
    height: 60px;
    margin-top: 10px;
  }

  .h1 {
    margin-bottom: 0;
    position: relative;
    top: -62px;
    left: 9px;
  }

  .text_nameplate {
    letter-spacing: -.5px;
    font-size: 24px;
    font-weight: 700;
  }

  .rtb blockquote {
    font-size: 17px;
  }

  .caption {
    font-size: 13px;
  }
}


@font-face {
  font-family: 'Montserrat variablefont wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat variablefont wght';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter variablefont slnt wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}