:root {
  --_size---l-96px: 6rem;
  --_size---m-48px: 3rem;
  --_size---s-16px: 1rem;
  --_size---xs-8px: .5rem;
  --_size---xl-144px: 9rem;
  --_size---xxs-4px: .25rem;
}

.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 {
  margin-left: auto;
  margin-right: auto;
}

.section.is--bg {
  background-color: #effcff;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.is--background-image {
  background-image: linear-gradient(#0007194f, #0007194f), linear-gradient(#0000, #000719), url('../images/about.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-style {
  grid-row-gap: 32px;
  background-color: #effcff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 160px 187px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.header__heading-container {
  padding-bottom: var(--_size---l-96px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header__heading {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #1a3b8e, #0c2a74);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 120%;
}

.header__subtitle {
  color: #1a3b8e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.header__cta {
  padding-top: var(--_size---m-48px);
  grid-column-gap: var(--_size---m-48px);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.header__button {
  padding: var(--_size---xs-8px) var(--_size---m-48px);
  border-radius: var(--_size---m-48px);
  background-color: #00a450;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header__button.is--secondary {
  color: #0f2d79;
  background-color: #0000;
  border: 1px solid #0e2c77;
}

.rectangle-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 244px;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #dcffed;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-2 {
  color: #600c5f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.header__visual {
  padding-right: var(--_size---xl-144px);
  padding-left: var(--_size---xl-144px);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  height: 75svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header__images {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.header__gradient {
  object-fit: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1120px;
  height: 60%;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
}

.header {
  padding: var(--_size---l-96px) var(--_size---xl-144px);
  grid-row-gap: var(--_size---s-16px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150svh;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.body {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 135%;
}

.intro {
  padding: var(--_size---l-96px) var(--_size---xl-144px);
  grid-row-gap: 10px;
  background-image: linear-gradient(#0e2b76, #effcff);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.intro__about {
  padding: var(--_size---m-48px) var(--_size---l-96px) var(--_size---l-96px);
  grid-row-gap: var(--_size---m-48px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff80;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 32px #ffffff40;
}

.intro__heading {
  color: #01203f;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 110%;
  text-decoration: none;
}

.intro__paragraph-container {
  padding-right: var(--_size---m-48px);
  padding-left: var(--_size---m-48px);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.intro__paragraph {
  color: #01203f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
}

.about {
  padding-right: var(--_size---xl-144px);
  padding-bottom: var(--_size---m-48px);
  padding-left: var(--_size---xl-144px);
  grid-row-gap: var(--_size---m-48px);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
  height: 800px;
  display: flex;
  overflow: hidden;
}

.about__heading {
  color: #f2f9ff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 110%;
  text-decoration: none;
}

.about__paragraph-container {
  grid-row-gap: var(--_size---s-16px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.about__paragraph {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.products {
  padding: var(--_size---xl-144px) 0px;
  grid-row-gap: var(--_size---l-96px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.products__heading {
  color: #01203f;
  text-align: center;
  letter-spacing: 1px;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 110%;
  text-decoration: none;
}

.products__products-container {
  grid-column-gap: var(--_size---l-96px);
  grid-row-gap: var(--_size---l-96px);
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.products__product-card {
  aspect-ratio: 1;
  border-radius: var(--_size---m-48px);
  cursor: pointer;
  background-image: linear-gradient(249.87deg, #019341, #01792d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 460px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040, 0 20px 32px #0000000d;
}

.product-product-card-bg {
  object-fit: cover;
  position: absolute;
  inset: auto 0% 0%;
}

.products__product {
  z-index: 2;
  pointer-events: auto;
  object-fit: cover;
  position: absolute;
}

.products__product-name {
  z-index: 1;
  color: #b6fdd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 85%;
  text-decoration: none;
  position: absolute;
}

.products__product-card-2 {
  border-radius: var(--_size---m-48px);
  cursor: pointer;
  background-image: linear-gradient(249.87deg, #1e1e1e, #2f2f2f);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 460px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040, 0 20px 32px #0000000d;
}

.products__product-name-2 {
  z-index: 1;
  opacity: .8;
  color: #111;
  text-transform: uppercase;
  text-shadow: 0 0 12px #fff9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 85%;
  text-decoration: none;
  position: absolute;
}

.products__product-card-3 {
  border-radius: var(--_size---m-48px);
  cursor: pointer;
  background-image: linear-gradient(249.87deg, #013251, #014875);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 460px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040, 0 20px 32px #0000000d;
}

.products__product-card-4 {
  border-radius: var(--_size---m-48px);
  cursor: pointer;
  background-image: linear-gradient(249.87deg, #671565, #672864);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 460px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040, 0 20px 32px #0000000d;
}

.products__product-name-4 {
  z-index: 1;
  color: #ce96c2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 85%;
  text-decoration: none;
  position: absolute;
}

.heading-0 {
  color: #5ebee9;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 85%;
  text-decoration: none;
}

.heading-1 {
  color: #fbc460;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 85%;
  text-decoration: none;
}

.heading-2 {
  color: #ee6abf;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 85%;
  text-decoration: none;
  position: absolute;
  top: 205px;
  left: 220px;
}

.heading-3 {
  color: #30ded4;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 85%;
  text-decoration: none;
  position: absolute;
  top: 205px;
  left: 220px;
}

.heading-4 {
  color: #044690;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 85%;
  text-decoration: none;
  position: absolute;
  top: 205px;
  left: 220px;
}

.contact {
  padding-top: var(--_size---xl-144px);
  padding-bottom: var(--_size---xl-144px);
  grid-row-gap: var(--_size---l-96px);
  background-image: linear-gradient(#effcff, #0e2b76);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.contact__heading {
  color: #01203f;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 110%;
  text-decoration: none;
}

.contact__container {
  padding-right: var(--_size---xl-144px);
  padding-left: var(--_size---xl-144px);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
  text-decoration: none;
  display: flex;
}

.contact__contact {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon {
  object-fit: cover;
}

.contact__link {
  color: #01203f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.button {
  background-color: #00a450;
  border-radius: 16px;
  padding: 8px 32px;
}

.products__product-name-3 {
  z-index: 1;
  color: #111;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 85%;
  position: absolute;
}

.text-span {
  color: #5ebee9;
}

.text-span-2 {
  color: #fbc460;
}

.text-span-3 {
  color: #ee6abf;
}

.text-span-4 {
  color: #30ded4;
}

.text-span-5 {
  color: #044690;
}

.contact__contacts {
  grid-column-gap: var(--_size---s-16px);
  grid-row-gap: var(--_size---s-16px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.header__images-container {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 80%;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.header__image-1, .header__image-2, .header__image-3, .header__image-4 {
  height: 100%;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .header__heading-container {
    padding-bottom: var(--_size---l-96px);
  }

  .header__cta {
    padding-top: var(--_size---s-16px);
    padding-bottom: var(--_size---xs-8px);
  }

  .header__visual {
    padding-right: var(--_size---s-16px);
    padding-left: var(--_size---s-16px);
  }

  .header {
    padding-right: var(--_size---m-48px);
    padding-left: var(--_size---m-48px);
  }

  .products__product-card {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .product-product-card-bg {
    width: 100%;
  }

  .products__product {
    position: static;
  }

  .products__product-name {
    right: var(--_size---s-16px);
    position: sticky;
  }

  .products__product-card-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .products__product-name-2 {
    right: var(--_size---s-16px);
    position: sticky;
  }

  .products__product-card-3, .products__product-card-4 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .products__product-name-4 {
    right: var(--_size---s-16px);
    z-index: 1;
    position: sticky;
  }

  .products__product-name-3 {
    right: var(--_size---s-16px);
    position: sticky;
  }

  .header__image-1, .header__image-2, .header__image-3, .header__image-4 {
    height: 90%;
  }
}

@media screen and (max-width: 767px) {
  .header__heading-container {
    padding-bottom: var(--_size---m-48px);
    grid-column-gap: var(--_size---s-16px);
    grid-row-gap: var(--_size---s-16px);
  }

  .header__heading {
    line-height: 90%;
  }

  .header__subtitle {
    max-width: 75%;
  }

  .header__cta {
    grid-row-gap: var(--_size---s-16px);
    flex-flow: column;
  }

  .header__visual {
    height: 50svh;
  }

  .header {
    padding: var(--_size---m-48px) var(--_size---s-16px);
    justify-content: space-between;
    align-items: center;
    height: 100svh;
  }

  .intro {
    padding-right: var(--_size---s-16px);
    padding-left: var(--_size---s-16px);
  }

  .intro__about {
    padding-right: var(--_size---m-48px);
    padding-left: var(--_size---m-48px);
  }

  .intro__paragraph-container {
    padding-left: 0;
    padding-right: 0;
  }

  .about {
    padding-right: var(--_size---m-48px);
    padding-left: var(--_size---m-48px);
  }

  .products {
    padding-right: var(--_size---s-16px);
    padding-left: var(--_size---s-16px);
  }

  .products__products-container {
    padding-right: var(--_size---m-48px);
    padding-left: var(--_size---m-48px);
    flex-flow: column;
  }

  .products__product-card {
    width: 100%;
    height: 100%;
  }

  .product-product-card-bg {
    width: 100%;
  }

  .products__product-card-2, .products__product-card-3, .products__product-card-4 {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
  }

  .contact__container {
    padding-right: var(--_size---l-96px);
    padding-left: var(--_size---l-96px);
  }
}

@media screen and (max-width: 479px) {
  .header__heading {
    font-size: 64px;
  }

  .header__subtitle, .header__button {
    font-size: 14px;
  }

  .intro__about {
    padding-right: var(--_size---s-16px);
    padding-left: var(--_size---s-16px);
  }

  .intro__heading, .about__heading, .products__heading {
    font-size: 36px;
  }

  .products__products-container {
    padding-right: var(--_size---s-16px);
    padding-left: var(--_size---s-16px);
  }

  .products__product {
    aspect-ratio: 1;
    object-fit: contain;
    height: 50%;
    overflow: visible;
  }

  .products__product-name, .products__product-name-2, .products__product-name-4 {
    font-size: 36px;
    right: 32px;
  }

  .contact__heading {
    font-size: 36px;
  }

  .contact__container {
    padding-right: var(--_size---s-16px);
    padding-left: var(--_size---s-16px);
  }

  .contact__link {
    font-size: 16px;
  }

  .products__product-name-3 {
    font-size: 36px;
    right: 32px;
  }
}


