@font-face {
  font-family: Titilliumweb;
  src: url('../fonts/TitilliumWeb-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Titilliumweb;
  src: url('../fonts/TitilliumWeb-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Titilliumweb;
  src: url('../fonts/TitilliumWeb-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Titilliumweb;
  src: url('../fonts/TitilliumWeb-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --swatches--white: white;
  --swatches--black: #303030;
  --swatches--gray: #616a77;
  --white: white;
  --padding-left_right: 1rem;
  --black: black;
  --swatches--orange: #f08100;
  --swatches--green: #03a881;
  --swatches--blue: #196ec0;
  --swatches--backgrounds--bg-orange: #fdf2e5;
  --swatches--backgrounds--bg-blue: #e8f0f8;
  --swatches--backgrounds--bg-green: #e6f6f2;
  --swatches--backgrounds--bg-graphic: white;
  --swatches--backgrounds--bg-gray: #dee0e2;
  --swatches--brand--agv-green-light: #00b393;
  --swatches--brand--agv-green-dark: #006464;
  --swatches--brand--bwv-green: #009530;
  --swatches--brand--bwv-blue: #003798;
}

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

body {
  background-color: var(--swatches--white);
  color: var(--swatches--black);
  justify-content: center;
  align-items: center;
  font-family: Titilliumweb, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 115%;
}

h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 300;
  line-height: 120%;
}

h5 {
  color: var(--swatches--gray);
  margin-top: 0;
  margin-bottom: 4px;
  font-size: .88rem;
  font-weight: 400;
  line-height: 120%;
}

p {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 120%;
}

a {
  color: inherit;
  text-decoration: none;
}

code {
  white-space: nowrap;
  font-family: Titillium Web;
}

.sg-section {
  flex: 1;
}

.sg-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.sg-divider {
  background-color: var(--swatches--gray);
  height: 1px;
}

.sg-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.btn-wrap {
  background-color: var(--swatches--black);
  color: var(--white);
  border-radius: 100vh;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 1.63rem;
  line-height: 1.63rem;
  text-decoration: none;
  display: flex;
}

.txt-menu_h2 {
  border-top: 1px solid var(--swatches--black);
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4rem;
  display: flex;
}

.txt-menu_h3 {
  font-size: 1.25rem;
  line-height: 1.3rem;
}

.navbar {
  z-index: 10;
  justify-content: space-between;
  align-self: flex-start;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-menu-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  max-width: 2rem;
  display: flex;
}

.nav-logo-wrap {
  z-index: 7;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  height: 100px;
  display: flex;
  position: absolute;
  bottom: 100%;
  left: auto;
  right: 40px;
}

.nav-logo-wrap.is-cover {
  top: 0%;
  bottom: auto;
}

.nav-logo {
  max-width: 6rem;
}

.section {
  flex-flow: column;
  justify-content: space-between;
  width: 1440px;
  height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 40px 8px #0000001a;
}

.menu-wrap {
  z-index: 900;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fffffff2;
  flex-flow: column;
  order: -1;
  width: 450px;
  height: 100%;
  padding-top: 32px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-1000px);
  box-shadow: 8px 0 2px #00000026;
}

.menu-btn-wrap {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: flex;
}

.menu-content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-top: -20px;
  display: flex;
}

.menu-h3_wrap {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
  font-size: .8rem;
  transition: all .15s ease-out;
  display: flex;
}

.menu-h3_wrap:hover, .menu-h3_wrap.is-active {
  font-weight: 700;
}

.footer {
  z-index: 800;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  height: 100px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.footer-left_col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-wrap {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-icon {
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30px;
  height: 30px;
}

.swiper-slide {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-self: stretch;
  min-width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: relative;
}

.swiper-slide.cover {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  display: none;
  position: static;
}

.swiper-slide.back {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
  position: static;
}

.content-left_col {
  z-index: 2;
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: space-between;
  width: 30%;
  height: 100%;
  display: flex;
  position: relative;
}

.content-right_col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(90deg, var(--white), white 0%, #fff0);
  flex-flow: column;
  justify-content: space-between;
  width: 70%;
  padding: 32px 32px 0;
  display: flex;
  position: relative;
}

.top-wrap {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.bottom-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  min-height: 0%;
  display: flex;
}

.img-slide-wrap {
  justify-content: center;
  align-items: center;
  min-height: 0%;
  display: flex;
  position: relative;
}

.content-right-wrap {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  min-height: 50%;
  padding-bottom: 1.88rem;
  display: flex;
  position: relative;
}

.notes-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 6.25rem;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 100% 400px 0% 0%;
}

.img-slide {
  max-height: 100%;
}

.lottie-slide {
  object-fit: scale-down;
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

.menu-btn-close {
  max-width: 40px;
}

.slide-num {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.swiper-wrapper {
  flex-flow: column;
  flex: 1;
  max-height: 700px;
  display: flex;
}

.svg-anim {
  height: 100%;
}

.footer-share-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: none;
  position: absolute;
  inset: auto 0% 60px auto;
  overflow: hidden;
}

.facts-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.popup-icon {
  background-color: var(--swatches--black);
  cursor: pointer;
  border-radius: 100vh;
  flex: none;
  width: 30px;
  height: 30px;
  padding: 6px;
  display: flex;
  position: relative;
}

.popup-icon.is-right_col {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0% auto;
}

.popup-icon.is-facts {
  z-index: 1;
}

.popup-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #ffffffe6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 400px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 40px;
  box-shadow: 4px 4px 1px #0000001a;
}

.popup-wrapper.is-right_col {
  display: flex;
  bottom: 40px;
  right: 0;
}

.popup-svg {
  color: var(--white);
}

.h2-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.cover-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.cover-col.is-left {
  align-self: center;
}

.cover-col.is-right {
  z-index: 2;
  align-self: center;
  max-width: 50%;
}

.cover-col.is-right.back {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.cover-col.cov-text-h1 {
  flex: 0 auto;
  align-self: stretch;
  container-type: inline-size;
}

.cover-h1 {
  text-align: right;
  will-change: transform;
  font-size: 9.8cqw;
  font-weight: 700;
  line-height: 110%;
}

.cover-btn-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.back_cover-txt-wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  text-align: right;
  flex-flow: column;
  display: flex;
}

.back_cover-popup-txt {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.back_cover-popup-txt.bold {
  font-weight: 700;
}

.back_cover_link-icon {
  width: .5rem;
}

.back_cover-link-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.back_cover-popup-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding: 6.25rem 5rem 5rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.back_cover-popup-contain {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  background-color: #ffffffe6;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  margin-top: -32px;
  padding: 2.5rem;
  display: flex;
  box-shadow: 8px 8px 2px #00000026;
}

.back_cover-popup-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.back_cover-popup-top {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.back_cover-popup-btn_close {
  cursor: pointer;
  max-width: 40px;
}

.back_cover-link-txt {
  text-decoration: underline;
  transition: all .3s;
}

.back_cover-link-txt:hover {
  font-weight: 700;
}

.back_cover-popup-h1 {
  font-size: 1.5rem;
  font-weight: 700;
}

.cover-bg {
  z-index: -1;
  background-image: url('../images/bg-shape.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.footer_btn {
  background-color: var(--white);
  border-radius: 100vh;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 10px;
  display: flex;
}

.footer_btn.is-download {
  background-color: #fff0;
}

.footer_btn.is-share {
  cursor: pointer;
  background-color: #fff0;
  position: relative;
}

.img-slide_bg {
  z-index: -2;
  max-height: 100%;
  position: absolute;
}

.popup-btn-close {
  width: 24px;
  height: 24px;
}

.is-active {
  display: flex;
}

.svg-wrapper {
  flex: 1;
}

.rich-text-block, .rich-text-block-2, .rich-text-block-3 {
  font-family: Titilliumweb, Verdana, sans-serif;
}

.site-header {
  font-size: clamp(1rem, 9.8cqw, 3rem);
}

.preloader {
  z-index: 99999;
  background-color: #f9fafa;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading, .heading-2, .rich-text-block-5, .rich-text-block-6 {
  font-size: .9rem;
}

@media screen and (max-width: 991px) {
  .sg-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .txt-menu_h2, .txt-menu_h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-logo-wrap {
    padding-right: var(--padding-left_right);
    right: 16px;
  }

  .section {
    box-shadow: none;
    width: 100vw;
    height: auto;
    min-height: 100vh;
  }

  .menu-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    transform: translate(0, -1000px);
    box-shadow: 0 8px 2px #00000026;
  }

  .menu-h3_wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .footer {
    padding-right: var(--padding-left_right);
    padding-left: var(--padding-left_right);
    justify-content: space-between;
    align-self: stretch;
  }

  .footer-left_col {
    padding-right: var(--padding-left_right);
  }

  .footer-social-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 0;
  }

  .footer-icon.btn-desktop {
    display: none;
  }

  .swiper-slide {
    padding-top: 20px;
    padding-right: var(--padding-left_right);
    padding-left: var(--padding-left_right);
    flex-flow: column;
    grid-template-rows: .25fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .swiper-slide.cover, .swiper-slide.back {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .content-left_col {
    padding-right: var(--padding-left_right);
    padding-left: var(--padding-left_right);
    width: 100%;
  }

  .content-right_col {
    padding-right: var(--padding-left_right);
    padding-left: var(--padding-left_right);
    background-image: linear-gradient(180deg, var(--white), white 0%, #fff0);
    width: 100%;
    position: static;
  }

  .img-slide-wrap {
    height: 300px;
  }

  .content-right-wrap {
    padding-top: var(--padding-left_right);
    padding-bottom: var(--padding-left_right);
  }

  .notes-wrapper {
    padding-right: var(--padding-left_right);
    padding-left: var(--padding-left_right);
    height: auto;
    display: block;
    position: static;
  }

  .swiper-wrapper {
    max-height: none;
  }

  .footer-share-wrap {
    flex-flow: row;
    display: flex;
    position: static;
  }

  .popup-icon.is-facts {
    justify-content: center;
  }

  .cover-col {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .cover-col.is-left {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .cover-col.is-right {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
  }

  .cover-col.is-right.back {
    justify-content: center;
    align-items: flex-end;
  }

  .cover-btn-wrap {
    flex-flow: row;
  }

  .cover-img {
    width: 100%;
  }

  .back_cover-popup-wrap {
    align-self: stretch;
    padding: 0;
    position: static;
  }

  .back_cover-popup-contain {
    align-self: flex-start;
  }

  .back_cover-popup-bottom {
    flex-flow: column;
    justify-content: flex-start;
  }

  .cover-bg {
    background-position: -20% 100%;
    background-size: cover;
  }

  .footer_btn {
    background-color: #fff0;
  }

  .footer_btn.is-share {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    position: static;
  }
}

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

  .sg-wrapper {
    flex-flow: column;
  }

  .menu-wrap {
    padding-bottom: 1rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-left_col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content-right_col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .top-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
  .popup-wrapper {
  min-width: 300px;
  }

  .popup-wrapper.is-right_col {
    width: calc(100vw - 4rem);
  }

  .cover-btn-wrap {
    flex-flow: column;
  }

  .back_cover-popup-contain {
    padding: 1.5rem;
  }

  .cover-bg {
    background-position: -10% 100%;
  }
}

@media screen and (max-width: 479px) {
  .btn-wrap {
    flex: 1;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.2rem;
  }

  .nav-logo-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-logo {
    max-width: 4rem;
  }

  .footer {
    padding-top: var(--padding-left_right);
    flex-flow: column;
    height: auto;
    padding-bottom: 2rem;
  }

  .footer-left_col {
    padding-right: 0;
  }

  .footer-social-wrap {
    order: 1;
    justify-content: space-between;
    width: 100%;
  }

  .swiper-slide.cover, .swiper-slide.back {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .notes-wrapper {
    margin-bottom: 2rem;
  }

  .popup-icon.is-facts {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .popup-wrapper {
  min-width: 300px;
  }
  .popup-wrapper.is-right_col {
    width: auto;
  }

  .popup-wrapper.is-left-col {
    flex-flow: column;
    justify-content: flex-end;
    width: auto;
    margin-left: auto;
  }

  .cover-btn-wrap {
    align-self: stretch;
  }

  .cover-bg {
    background-position: 0 100%;
  }

  .img-slide_bg {
    max-height: 240px;
  }

  .rich-text-block-4 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    min-width: 100%;
  }
}


@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}