:root {
  --white: #f2f2f2;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.page {
  border-radius: 50px;
  height: 100vh;
  font-family: Lexend Deca, sans-serif;
  display: block;
}

.hero {
  width: 100%;
  height: 100vh;
  margin-bottom: -6rem;
  overflow: hidden;
}

.wrapper {
  background-color: #f2f2f200;
}

.section {
  width: 100%;
  padding-top: 10vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

.section.lg {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.section.lg.no-lg {
  background-color: var(--white);
  padding-top: 4vh;
}

.section.lg.benefits-style {
  padding-top: 14vh;
}

.container {
  max-width: 100%;
}

.h1 {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  font-weight: 400;
}

.heading {
  font-size: 62px;
  line-height: 135%;
}

.heading.white-color {
  font-family: Montserrat, sans-serif;
  font-size: 6vh;
  font-weight: 600;
  line-height: 135%;
}

.hero_buttons {
  z-index: 1;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  padding-top: 2vh;
  font-family: Lexend Deca, sans-serif;
  display: flex;
  position: relative;
}

.button.button-second {
  background-color: #ffffffe6;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
}

.button.button-second.about_style.dd-button {
  width: auto;
}

.button.button-first {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.button-first.about_style {
  opacity: 1;
}

.button.button-first.about_style.display-none {
  opacity: 0;
}

.image {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  background-color: #ffffffe6;
  background-clip: border-box;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 1.5rem;
  font-size: 14px;
  line-height: 0;
  display: inline-block;
}

.image.svg-icon-first {
  background-color: #fff0;
}

.border-radius-circle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f2f2f2e6;
  border-radius: 50rem;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.border-radius-circle.dark {
  background-color: #323232;
}

.text-block {
  padding: 1.5rem;
}

.text-block.white-color {
  text-decoration: none;
}

.text-block.black-color {
  color: #323232;
  width: 100%;
  padding-right: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
}

.text-block.black-color.n-b {
  width: 100%;
  font-weight: 500;
}

.text-block-2 {
  background-color: #f2f2f2;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.white-color {
  color: #f2f2f2;
  -webkit-text-fill-color: inherit;
  background-color: #d0515100;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 1.1vw;
  line-height: 135%;
}

.hero_subtitle {
  font-size: 17px;
}

.hero_subtitle.white-color {
  text-align: center;
  font-size: 1.2vw;
}

.hero_second {
  z-index: 1;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  inset: auto auto 5vh 50%;
  transform: translate(-50%);
}

.hero_first {
  z-index: 1;
  padding-top: 20vh;
  padding-bottom: 0;
  position: relative;
}

.hero_background {
  z-index: 0;
  background-color: #f2f2f200;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video {
  z-index: 0;
  aspect-ratio: auto;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.about {
  background-color: #f2f2f2;
  padding-top: 6vh;
}

.about.r-b {
  flex-flow: column;
  padding-top: 4vh;
  padding-bottom: 10vh;
  display: flex;
}

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

.flex-block.big_flex_block {
  grid-template-columns: 2fr 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
}

.flex-block.big_flex_block.b-f2 {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4vh;
  display: grid;
  position: relative;
}

.flex-block.big_flex_block.b-f2._2-grid {
  grid-template-columns: 1fr 1fr;
}

.flex-block.big_flex_block.n-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-block-2.main-flex_block {
  padding-right: 8vw;
  display: flex;
}

.flex-block-2.main-flex_block.case-c-5 {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 4vh;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.flex-block-3 {
  z-index: 1;
  flex-flow: column;
  position: relative;
}

.flex-block-3.n-flex-left {
  width: 100%;
  padding-left: 8vw;
}

.section-2 {
  width: 100%;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-2 {
  height: auto;
  position: static;
}

.image-2.benefit-img {
  z-index: 0;
  position: absolute;
  left: 50%;
  right: 80px;
}

.full-width {
  width: 100%;
}

.full-width.two-column {
  padding-top: 2vh;
  font-family: Montserrat, sans-serif;
}

.full-width.two-column.no-padding {
  padding-top: 0;
}

.image-3 {
  width: 100%;
}

.main-style-text {
  padding-bottom: 1vh;
  font-family: Montserrat, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 155%;
}

.main-style-text.column-style-1 {
  color: var(--white);
  font-weight: 600;
}

.main-style-text.padding-bottom-0 {
  padding-bottom: 0;
}

.main-style-text.padding-bottom-0.color-white {
  color: var(--white);
  font-weight: 600;
}

.main-style-text.soon {
  color: var(--white);
}

.main-style-text.sub-benefit-text {
  font-size: 1.4vw;
}

.main-style-text.sub-benefit-text.title-news-h4 {
  color: #323232;
  font-size: 2vw;
  font-weight: 600;
}

.main-style-text.big-benefit-text {
  text-align: right;
  border-bottom: 1px solid #000;
  margin-bottom: 1vh;
  font-size: 7vw;
  font-weight: 600;
}

.main-style-text.add-style {
  font-weight: 600;
}

.main-style-text.padding-bottom-1rem {
  padding-bottom: 1rem;
  font-weight: 600;
}

.heading-2 {
  width: 80%;
  margin-top: 1vh;
  margin-bottom: 0;
  padding-bottom: 2vh;
  padding-right: 4vw;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 125%;
}

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

.heading-2.center._100-pc {
  width: 100%;
}

.section-4 {
  padding-right: 0;
}

.img_iso {
  width: 20vw;
  padding-right: 6vh;
}

.about_img_right {
  width: 100%;
  height: 100%;
  position: static;
}

.about_img_right.n-image {
  width: 100%;
}

.about_button {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  padding-top: 2vh;
  display: flex;
}

.about_button.no-padding {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
}

.dark-color {
  color: #323232;
  font-family: Montserrat, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
}

.lightbox-link {
  width: 100%;
}

.lightbox-link.display-none {
  opacity: 0;
}

.portfolio {
  background-color: #f2f2f2;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.flex-block-5 {
  align-items: flex-start;
}

.flex-block-6 {
  justify-content: flex-end;
}

.casle-column-1 {
  justify-content: space-between;
  align-items: flex-start;
  width: 14vw;
  padding-right: 6vw;
}

._1-c-l-t {
  padding-bottom: 2vh;
}

._1-c-l-b {
  justify-content: flex-end;
  padding-top: 4vh;
}

.col-6-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pull {
  color: #323232;
  width: 100%;
  height: 15vh;
}

.pull.link {
  border: 1px #f2f2f2;
  border-style: solid none none solid;
  border-radius: 1px;
  height: 25vh;
  font-family: Montserrat, sans-serif;
}

.pull.link:hover {
  background-image: linear-gradient(#32323233, #32323200);
}

.link-block {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 2vh;
  padding-left: 2vw;
  text-decoration: none;
  display: flex;
}

.section-5 {
  border-right: 1px solid #f2f2f2;
  width: 100%;
}

.section-6 {
  z-index: 0;
  margin-top: -60vh;
  position: absolute;
}

.image-4 {
  box-sizing: border-box;
  aspect-ratio: 2;
  opacity: 1;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.image-4.bg-gradient {
  background-color: #c03f3f00;
}

.bg-full-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  border: 1px solid #f2f2f2;
  border-style: solid none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50vh;
  margin-top: -56vh;
  display: block;
  overflow: hidden;
}

.benefits {
  background-color: var(--white);
}

.section-7 {
  width: 100%;
}

.section-7.bf-22 {
  background-color: #f5f5f5;
  padding: 4vh 4vh 4vh 4vw;
}

.section-7._70-pc {
  width: 70%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-5 {
  background-image: linear-gradient(#00000059, #00000059);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-8 {
  z-index: 1;
  mix-blend-mode: normal;
  background-color: #32323226;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
  position: absolute;
  top: 138px;
}

.brand {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Friendly-Firm-Block-en-cmyk_03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  width: 220px;
}

.new-tt1 {
  width: 100%;
  margin-left: 45px;
  margin-right: 45px;
}

.pc-nav {
  z-index: 4;
  position: relative;
}

.pc-nav-list {
  color: #f2f2f2;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.pc-nav-list.black-color {
  color: #333;
}

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

.nav-link.nn-h {
  font-size: 1.1vw;
}

.flex-block-7 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2rem;
  text-decoration: none;
}

.flex-block-7.nav-style-footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.nav-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  height: 4rem;
  padding: 1rem 4vw 2rem;
  display: block;
}

.overlay-gradient {
  z-index: 1;
  background-color: #6a202000;
  background-image: linear-gradient(#2b5da680 40%, #0e326433);
  position: absolute;
  inset: 0%;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
}

.partners {
  background-color: var(--white);
}

.logos {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
}

.logos.flex {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
}

.link-block-2 {
  flex-flow: column;
  display: flex;
}

.block-logo-big {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-6 {
  width: 70%;
  overflow: visible;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
}

.image-7 {
  position: absolute;
}

.arrow-w {
  clear: none;
  font-family: Montserrat, sans-serif;
  position: static;
}

.mini-logo-text {
  font-family: Montserrat, sans-serif;
  font-size: 1.3vw;
  font-weight: 600;
}

.mini-logo-text.lg {
  font-size: 1.1vw;
}

.flex-block-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.footer {
  padding-bottom: 0;
}

.footer-bar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-around;
  padding-top: 12vh;
  display: flex;
}

.link-block-3 {
  width: 20%;
}

.container-2 {
  width: 25%;
}

.footer-column {
  width: 20%;
}

.line-footer {
  background-color: var(--white);
  height: auto;
  padding-top: 2vh;
  padding-bottom: 2vh;
  font-family: Montserrat, sans-serif;
}

.flex-footer-cor {
  justify-content: space-between;
  padding-bottom: 0;
}

.news.r-b {
  background-color: #f2f2f2;
}

.item-news {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.u-grid-column-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.link-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.navbar-2 {
  opacity: 0;
}

.div-logo-header {
  width: 17.1rem;
  height: 5rem;
  position: absolute;
}

.navbar-3 {
  background-color: #ddd0;
}

.nav-menu-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  height: 5rem;
  display: flex;
}

.header-nav-new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  display: block;
}

@media screen and (min-width: 1440px) {
  .section.lg {
    padding-top: 8vh;
  }

  .heading.white-color {
    font-size: 7vh;
  }

  .border-radius-circle.dark {
    background-color: #323232;
  }

  .main-style-text {
    font-size: 1.2vw;
  }

  .heading-2 {
    font-size: 3.2vw;
  }

  .about_button {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
  }

  .dark-color {
    font-size: 1.1vw;
  }

  .div-logo-header {
    width: 17rem;
  }
}

@media screen and (min-width: 1920px) {
  .heading.white-color {
    font-size: 8vh;
  }

  .text-block.black-color {
    padding-right: 1rem;
  }

  .hero_second {
    z-index: 1;
  }

  .hero_first {
    padding-top: 30vh;
  }

  .video {
    width: 102%;
    height: 100%;
  }

  .flex-block {
    box-sizing: border-box;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    aspect-ratio: auto;
    object-fit: fill;
  }

  .flex-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-3, .image-2 {
    width: 100%;
    height: 100%;
  }

  .image-2.benefit-img {
    width: 44%;
    height: auto;
    left: 50%;
    right: 0;
    transform: translate(43px, -74px);
  }

  .full-width {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: block;
  }

  .news.r-b {
    background-color: var(--white);
  }

  .div-logo-header {
    width: 23rem;
  }

  .nav-menu-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: 6rem;
  }
}

@media screen and (max-width: 991px) {
  .section.lg {
    padding: 6rem 2rem 2rem;
  }

  .section.lg.no-lg.footer-style {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.lg.benefits-style {
    padding-top: 8rem;
  }

  .heading.white-color {
    font-size: 3rem;
  }

  .text-block.black-color {
    font-size: 1rem;
  }

  .white-color {
    font-size: 1rem;
    font-weight: 500;
  }

  .hero_subtitle.white-color {
    font-size: 1rem;
  }

  .hero_first {
    padding-top: 2rem;
  }

  .about.r-b.partners {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .flex-block.big_flex_block.b-f2 {
    grid-template-columns: 1fr 1fr;
  }

  .flex-block.big_flex_block.n-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flex-block-2.main-flex_block {
    flex-flow: column;
    padding-right: 0;
  }

  .image-2 {
    width: 100%;
  }

  .image-2.benefit-img {
    left: 15%;
    right: 52px;
  }

  .full-width.two-column {
    padding-top: 0;
  }

  .image-3 {
    width: 100%;
  }

  .main-style-text {
    font-size: .9rem;
  }

  .main-style-text.column-style-1 {
    color: #323232;
    text-align: left;
    padding-bottom: 0;
  }

  .main-style-text.padding-bottom-0.color-white {
    color: #323232;
    font-size: 1rem;
  }

  .main-style-text.soon {
    font-size: 1rem;
  }

  .main-style-text.sub-benefit-text {
    font-size: .9rem;
  }

  .heading-2 {
    width: 100%;
    font-size: 2rem;
  }

  .img_iso {
    width: 10rem;
  }

  .about_img_right.n-image {
    width: 100%;
  }

  .dark-color {
    font-size: 1rem;
  }

  .casle-column-1.color-black {
    flex-flow: row;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  ._1-c-l-t {
    padding-bottom: 0;
  }

  ._1-c-l-b {
    padding-top: 0;
  }

  .bg-full-img {
    margin-top: -30rem;
  }

  .section-7.bf-22 {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-7._70-pc {
    width: 100%;
  }

  .pc-nav-list.black-color {
    opacity: 1;
  }

  .pc-nav-list.nav-h-d {
    color: #323232;
    text-align: center;
    height: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 2rem;
    line-height: 135%;
  }

  .nav-link {
    font-size: .9rem;
  }

  .nav-link.nn-h {
    font-size: 2rem;
  }

  .flex-block-7 {
    opacity: 0;
  }

  .flex-block-7.nav-style-footer {
    opacity: 100;
  }

  .nav-body {
    opacity: 0;
  }

  .heading-3 {
    font-size: 1.1rem;
  }

  .logos.flex {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .mini-logo-text {
    text-align: center;
    font-size: 1rem;
  }

  .mini-logo-text.lg {
    font-size: 1rem;
  }

  .footer-bar {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto minmax(auto, 1fr) auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 1rem;
    display: grid;
  }

  .link-block-3 {
    width: 80%;
  }

  .footer-column {
    width: 100%;
  }

  .cop {
    opacity: 1;
  }

  .heading-4 {
    font-size: 1.1rem;
  }

  .navbar-2 {
    opacity: 100;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    display: block;
  }

  .div-logo-header {
    width: 13rem;
    height: 3.7rem;
  }

  .navbar-3 {
    background-color: #ddd0;
  }

  .nav-menu-2 {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    background-color: var(--white);
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 4rem;
  }

  .header-nav-new {
    opacity: .94;
  }

  .menu-button {
    max-height: 100vh;
  }

  .icon {
    color: #fff;
    font-size: 2.2rem;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 40rem;
  }

  .wrapper {
    opacity: 1;
  }

  .heading.white-color {
    font-size: 2.2rem;
  }

  .hero_second {
    position: relative;
    top: 5rem;
    bottom: 0;
    left: 0%;
    transform: none;
  }

  .hero_background {
    height: 40rem;
  }

  .flex-block.big_flex_block.n-left {
    grid-template-columns: 1fr;
  }

  .flex-block-3.n-flex-left {
    padding-top: 2rem;
    padding-left: 0;
  }

  .bg-full-img {
    margin-top: -34rem;
  }

  .brand, .pc-nav {
    opacity: 1;
  }

  .pc-nav-list.nav-h-d {
    height: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-link.nn-h {
    font-size: 1.5rem;
  }

  .logos.flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .coc-c1 {
    text-align: center;
  }

  .cop {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .image-8 {
    opacity: 1;
  }

  .div-logo-header {
    width: 13rem;
    height: 4.5rem;
    padding-top: .5rem;
  }

  .header-nav-new {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .page {
    background-color: var(--white);
  }

  .hero {
    height: 45rem;
  }

  .section.lg {
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.lg.no-lg.p-no-padding-m {
    margin-top: -4rem;
    padding-bottom: 4rem;
  }

  .section.lg.benefits-style {
    padding-top: 6rem;
  }

  .heading.white-color {
    font-size: 2rem;
  }

  .heading.white-color.soon {
    margin-top: 15px;
    font-size: 1.8rem;
  }

  .hero_buttons {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .text-block.black-color, .white-color {
    font-size: .9rem;
  }

  .hero_subtitle.white-color {
    text-align: left;
    margin-left: 4vw;
    font-size: .8rem;
  }

  .hero_second {
    position: relative;
    top: 4rem;
    bottom: 0;
    left: 0%;
    transform: none;
  }

  .hero_first {
    padding-top: 5rem;
  }

  .hero_background {
    height: 45rem;
  }

  .about.m-20vh {
    margin-top: 0;
    padding-top: 2rem;
  }

  .flex-block.big_flex_block {
    flex-flow: column;
    display: flex;
  }

  .flex-block.big_flex_block.b-f2._2-grid, .flex-block.big_flex_block.n-left {
    grid-template-columns: 1fr;
  }

  .flex-block-2.main-flex_block.case-c-5 {
    padding-top: 0;
  }

  .flex-block-2.main-flex_block.about-add-padding-mobile {
    padding-top: 1rem;
  }

  .flex-block-3.n-flex-left {
    padding-top: 4rem;
    padding-left: 0;
  }

  .image-2.benefit-img {
    transition: opacity .2s;
    transform: translate(-70px, -237px);
  }

  .main-style-text.soon {
    padding-bottom: 0;
    font-size: .8rem;
  }

  .main-style-text.big-benefit-text {
    font-size: 2rem;
  }

  .heading-2 {
    font-size: 1.8rem;
  }

  .heading-2.center._100-pc {
    font-size: 1.4rem;
  }

  .img_iso {
    padding-right: 0;
  }

  .about_button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .col-6-6 {
    grid-template-columns: 1fr 1fr;
  }

  .pull.link {
    height: 6rem;
  }

  .link-block, .link-block.link-product-11 {
    font-size: 1rem;
  }

  .bg-full-img {
    height: 24rem;
    margin-top: -26rem;
  }

  .pull-h4 {
    font-size: 1rem;
  }

  .pc-nav-list.nav-h-d {
    height: auto;
    padding-top: 0;
    padding-bottom: 1rem;
    font-size: 1.6rem;
  }

  .nav-link.nn-h {
    font-size: 1.3rem;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .logos.flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .block-logo-big.bottom-line-1 {
    border-bottom: 1px dotted #0003;
    margin-bottom: 0;
    padding-bottom: 3rem;
  }

  .arrow-w {
    position: relative;
  }

  .flex-block-8 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .footer-bar {
    grid-template-columns: 1fr;
  }

  .line-footer {
    padding-top: 2rem;
  }

  .heading-4 {
    font-size: 1rem;
  }

  .div-logo-header {
    width: 12rem;
    height: 3.1rem;
  }

  .navbar-3 {
    z-index: 5;
    width: 100%;
    position: relative;
  }

  .header-nav-new {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .icon {
    color: #fff;
  }

  .heading-5, .heading-6, .heading-7, .heading-8, .heading-9 {
    font-size: 1rem;
  }
}

#w-node-_894343da-092c-b39c-bc5c-b5f0841f1ed0-5e9fc345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00ae1b1-e821-a7f0-9a45-42b004e10362-5e9fc345 {
  place-self: auto;
}

#w-node-b30eb58c-878e-7851-2eae-1d359770a987-5e9fc345, #w-node-c9cd2320-70d1-bc86-d17f-1433038c0fa7-5e9fc345, #w-node-fe9ddfbc-4e3d-9a48-1456-cf4c030471d1-5e9fc345, #w-node-_894343da-092c-b39c-bc5c-b5f0841f1ed0-fd650028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00ae1b1-e821-a7f0-9a45-42b004e10362-fd650028 {
  place-self: auto;
}

#w-node-b30eb58c-878e-7851-2eae-1d359770a987-fd650028, #w-node-c9cd2320-70d1-bc86-d17f-1433038c0fa7-fd650028, #w-node-fe9ddfbc-4e3d-9a48-1456-cf4c030471d1-fd650028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d2d52513-58f7-0e7f-51c5-7d969d77be28-5e9fc345, #w-node-d2d52513-58f7-0e7f-51c5-7d969d77be28-fd650028 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


