@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff; 
}

body {
  position: relative;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.page {
  background: #fff;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1420px;
  }
}

.hidden {
  display: none;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #575756;
  appearance: none;
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 0;
  text-align: center;
  transition: 0.3s;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .btn {
    font-size: 1.6rem;
  }
}
.btn span {
  display: block;
  padding: 1.2rem 2.5rem;
}
@media only screen and (min-width: 991px) {
  .btn span {
    min-width: 25rem;
    padding: 1.5rem 3.5rem;
  }
}
.btn:hover {
  text-decoration: none;
}

.btn-primary {
  position: relative;
}
.btn-primary span {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #575756 !important;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  transition: 0.3s;
}
.btn-primary:hover span {
  background: #575756;
  color: #fff !important;
}

.btn-secondary {
  position: relative;
}
.btn-secondary span {
  position: relative;
  z-index: 2;
  background: #e30613;
  color: #fff !important;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  transition: 0.3s;
}
.btn-secondary:hover span {
  background: #575756;
  color: #fff !important;
}

.m-0 {
  margin: 0 !important;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
}
.header__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__l {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}
@media (min-width: 1500px) {
  .header__l {
    padding: 2.3rem 0;
  }
}
.header__logo {
  position: relative;
  z-index: 2;
}
.header__logo img {
  display: block;
  max-width: 17rem;
}
@media (min-width: 1200px) {
  .header__logo img {
    max-width: 25rem;
  }
}
@media (min-width: 1500px) {
  .header__logo img {
    max-width: 25rem;
  }
}
.header__contact {
  position: relative;
  z-index: 2;
  border-left: 0.3rem solid #e30613;
  padding: 0 0 0 1.5rem;
  margin: 0 0 0 1.5rem;
  line-height: 1.3;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #575756;
}
@media only screen and (max-width: 400px) {
  .header__contact {
    display: none;
  }
}
@media (min-width: 1500px) {
  .header__contact {
    font-size: 1.6rem;
    padding: 0 0 0 2.5rem;
    margin: 0 0 0 2.5rem;
  }
}
@media (min-width: 1500px) {
  .header__contact {
    font-size: 1.8rem;
    padding: 0 0 0 3.5rem;
    margin: 0 0 0 3.5rem;
  }
}
.header__contact a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s;
}
.header__contact a:hover {
  color: #e30613;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 0.2rem;
}
.header__contact a:hover strong {
  color: #e30613;
}
.header__contact strong {
  color: #e30613;
  font-weight: 700;
  transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    display: flex !important;
    align-items: center;
    column-gap: 2rem;
  }
  .header__nav .btn span {
    padding-left: 0;
    padding-right: 0;
    min-width: 20rem;
  }
}
@media (min-width: 1500px) {
  .header__nav {
    column-gap: 3rem;
  }
  .header__nav .btn span {
    padding-left: 0;
    padding-right: 0;
    min-width: 26rem;
  }
}
.header__toggle {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
}
@media (min-width: 1200px) {
  .header__toggle {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header__toggle.open {
    opacity: 0;
  }
}
.header__toggle img {
  width: 3.2rem;
}

.header-mobile-nav {
  display: none;
}
.header-mobile-nav.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(4px);
}
@media only screen and (min-width: 1200px) {
  .header-mobile-nav {
    display: none !important;
  }
}
.header-mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}
@media (min-width: 1200px) {
  .header-mobile-nav__top {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1550px) {
  .header-mobile-nav__top {
    padding: 2.5rem 0;
  }
}
.header-mobile-nav__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-mobile-nav__logo img {
  display: block;
  max-width: 10rem;
}
@media (min-width: 1200px) {
  .header-mobile-nav__logo img {
    max-width: 10rem;
  }
}
@media (min-width: 1500px) {
  .header-mobile-nav__logo img {
    max-width: 13.9rem;
  }
}
.header-mobile-nav__close {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  margin: 0 0.5rem 0 0;
}
.header-mobile-nav__close img {
  width: 2.2rem;
}
.header-mobile-nav .btn-header-career {
  margin: 0 0 3.5rem 0;
}

.navigation > ul {
  list-style: none;
  margin: 0;
  padding: 3rem 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .navigation > ul {
    padding: 4rem 0 2rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation > ul {
    display: flex;
    column-gap: 3rem;
    padding: 0;
  }
}
@media only screen and (min-width: 1500px) {
  .navigation > ul {
    column-gap: 4rem;
  }
}
.navigation > ul > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.navigation > ul > li.has-childs > a span {
  position: relative;
  padding: 0 2rem 0 0;
}
.navigation > ul > li.has-childs > a span::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  right: 0;
  border-top: 0.5rem solid #e30613;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
@media only screen and (min-width: 1200px) {
  .navigation > ul > li.has-childs > a span::after {
    top: 0.8rem;
  }
}
.navigation > ul > li.has-childs:hover ul {
  display: block;
}
.navigation > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .navigation > ul > li > ul {
    display: none;
    background: #fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    padding: 1.2rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation > ul > li > ul {
    position: absolute;
    top: 100%;
    left: -3rem;
    min-width: calc(100% + 6rem);
  }
}
.navigation > ul > li > ul > li {
  margin: 0;
  padding: 0;
}
.navigation > ul > li > ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 0.8rem 3rem;
  transition: 0.3s;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Prompt", sans-serif;
  color: #575756;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .navigation > ul > li > ul > li > a {
    text-align: left;
  }
}
.navigation > ul > li > ul > li > a span {
  position: relative;
}
.navigation > ul > li > ul > li > a:hover {
  color: #e30613;
}
.navigation > ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 1.4rem 0;
  transition: 0.3s;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  color: #575756;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .navigation > ul > li > a {
    padding: 0.4rem 0;
    color: #575756;
    font-size: 1.6rem;
  }
  .navigation > ul > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.2rem;
    width: 0px;
    background: #e30613;
    transition: 0.3s;
  }
}
.navigation > ul > li > a:hover {
  color: #e30613;
}
.navigation > ul > li > a:hover::before {
  width: calc(100% + 1rem);
}
.navigation > ul > li > a.current {
  color: #575756;
}
.navigation > ul > li > a.current::before {
  width: calc(100% + 1rem);
}

.base-section-title, .intro-usage__title, .intro-points__title {
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #575756;
}
@media only screen and (min-width: 991px) {
  .base-section-title, .intro-usage__title, .intro-points__title {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .base-section-title, .intro-usage__title, .intro-points__title {
    font-size: 4rem;
  }
}
.base-section-title strong, .intro-usage__title strong, .intro-points__title strong {
  font-weight: 700;
  color: #e30613;
}

.base-section-text, .intro-usage__col, .intro-usage__text, .intro-points__text, .intro-header__text {
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: #575756;
}
.base-section-text h2, .intro-usage__col h2, .intro-usage__text h2, .intro-points__text h2, .intro-header__text h2 {
  margin: 0 0 2rem 0;
  font-weight: 400;
  font-family: "Prompt", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #575756;
}
@media only screen and (min-width: 991px) {
  .base-section-text h2, .intro-usage__col h2, .intro-usage__text h2, .intro-points__text h2, .intro-header__text h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .base-section-text h2, .intro-usage__col h2, .intro-usage__text h2, .intro-points__text h2, .intro-header__text h2 {
    font-size: 2.4rem;
  }
}
.base-section-text strong, .intro-usage__col strong, .intro-usage__text strong, .intro-points__text strong, .intro-header__text strong {
  font-weight: 700;
}
.base-section-text p, .intro-usage__col p, .intro-usage__text p, .intro-points__text p, .intro-header__text p {
  margin: 0 0 3rem 0;
}

.page-section-text, .page-panel, .base-section-text, .intro-usage__col, .intro-usage__text, .intro-points__text, .intro-header__text {
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: #575756;
}
.page-section-text strong, .page-panel strong, .base-section-text strong, .intro-usage__col strong, .intro-usage__text strong, .intro-points__text strong, .intro-header__text strong {
  font-weight: 700;
}
.page-section-text u, .page-panel u, .base-section-text u, .intro-usage__col u, .intro-usage__text u, .intro-points__text u, .intro-header__text u {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.page-section-text u::before, .page-panel u::before, .base-section-text u::before, .intro-usage__col u::before, .intro-usage__text u::before, .intro-points__text u::before, .intro-header__text u::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background: rgba(38, 38, 94, 0.2);
  border-radius: 0.6rem;
}
.page-section-text ul, .page-panel ul, .base-section-text ul, .intro-usage__col ul, .intro-usage__text ul, .intro-points__text ul, .intro-header__text ul {
  text-align: left;
  list-style: none;
  margin: 0 0 3rem 0;
  padding: 0;
}
.page-section-text ul li, .page-panel ul li, .base-section-text ul li, .intro-usage__col ul li, .intro-usage__text ul li, .intro-points__text ul li, .intro-header__text ul li {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0 0 0 2.2rem;
}
@media only screen and (min-width: 550px) {
  .page-section-text ul li, .page-panel ul li, .base-section-text ul li, .intro-usage__col ul li, .intro-usage__text ul li, .intro-points__text ul li, .intro-header__text ul li {
    padding: 0 0 0 3rem;
  }
}
.page-section-text ul li::before, .page-panel ul li::before, .base-section-text ul li::before, .intro-usage__col ul li::before, .intro-usage__text ul li::before, .intro-points__text ul li::before, .intro-header__text ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.7rem;
  left: 0;
  border-radius: 50%;
  background: #575756;
}
.page-section-text ol, .page-panel ol, .base-section-text ol, .intro-usage__col ol, .intro-usage__text ol, .intro-points__text ol, .intro-header__text ol {
  margin: 4rem 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}
.page-section-text ol li, .page-panel ol li, .base-section-text ol li, .intro-usage__col ol li, .intro-usage__text ol li, .intro-points__text ol li, .intro-header__text ol li {
  margin: 0 0 2rem 0;
  padding: 0 0 0 4.5rem;
  position: relative;
  counter-increment: ol-counter;
  font-family: "Prompt", sans-serif;
}
.page-section-text ol li::before, .page-panel ol li::before, .base-section-text ol li::before, .intro-usage__col ol li::before, .intro-usage__text ol li::before, .intro-points__text ol li::before, .intro-header__text ol li::before {
  position: absolute;
  top: -0.3rem;
  left: 0;
  content: counter(ol-counter);
  width: 3rem;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 100%;
  background: #575756;
  text-align: center;
  color: #fff;
  font-family: "Prompt", sans-serif;
}
.page-section-text a, .page-panel a, .base-section-text a, .intro-usage__col a, .intro-usage__text a, .intro-points__text a, .intro-header__text a {
  color: inherit;
}
.page-section-text a:hover, .page-panel a:hover, .base-section-text a:hover, .intro-usage__col a:hover, .intro-usage__text a:hover, .intro-points__text a:hover, .intro-header__text a:hover {
  text-decoration: none;
}

.section-intro-header {
  position: relative;
  background: #fff;
  padding-top: 8rem;
}
@media only screen and (min-width: 1200px) {
  .section-intro-header {
    padding-top: 10rem;
  }
}
.section-intro-header__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: 0.3;
}
.section-intro-header .container {
  position: relative;
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}




.page-header {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  padding: 3rem 0 0 0;
}
@media only screen and (min-width: 991px) {
  .page-header {
    padding: 2rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .page-header {
    padding: 3rem 0 0 0;
  }
}
@media (min-width: 1500px) {
  .page-header {
    padding: 3rem 0 0 0;
  }
}




.intro-header {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  padding: 4rem 0;
}
@media only screen and (min-width: 991px) {
  .intro-header {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-header {
    padding: 8rem 0;
  }
}
@media (min-width: 1500px) {
  .intro-header {
    padding: 2rem 0;
  }
}
.intro-header__content {
  position: relative;
  z-index: 2;
  width: 100%;
  opacity: 0;
  transform: translateX(100px);
  filter: blur(5px);
  padding: 0 2rem;
  animation: 0.5s ease-in fade-in-right forwards;
}
@media only screen and (min-width: 768px) {
  .intro-header__content {
    width: 50%;
    padding: 0 2rem 0 0;
  }
}
.intro-header__image {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .intro-header__image {
    width: 50%;
    text-align: center;
  }
}
.intro-header__image img {
  display: inline-block !important;
  max-width: 90%;
  max-height: 24rem;
}
@media only screen and (min-width: 991px) {
  .intro-header__image img {
    max-height: 34rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-header__image img {
    max-height: 38rem;
  }
}
@media only screen and (min-width: 1500px) {
  .intro-header__image img {
    max-height: unset;
  }
}
.intro-header__title {
  margin: 0 0 2.5rem 0;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  font-size: 3.2rem;
  line-height: 1.17;
  color: #575756;
  text-align: center;
}
.intro-header__title strong {
  color: #e30613;
}
@media only screen and (min-width: 768px) {
  .intro-header__title {
    text-align: left;
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 991px) {
  .intro-header__title {
    font-size: 4.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-header__title {
    font-size: 5.4rem;
  }
}
@media only screen and (min-width: 1500px) {
  .intro-header__title {
    font-size: 5rem;
  }
}
.intro-header__text {
  margin: 0 0 3rem 0;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .intro-header__text {
    text-align: left;
    margin: 0 0 3.5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-header__text {
    margin: 0 0 4.5rem 0;
  }
}
.intro-header__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .intro-header__controls {
    justify-content: center;
  }
}

.section-bg {
  background: url(../images/section-bg.jpg) no-repeat top center;
}

.intro-points {
  padding: 6rem 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .intro-points {
    padding: 13rem 0 0 0;
  }
}
.intro-points__title {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .intro-points__title {
    margin: 0 auto 3.5rem auto;
  }
}
.intro-points__text {
  width: 100%;
  max-width: 58rem;
  margin: 0 auto 4rem auto;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .intro-points__text {
    margin: 0 auto 8rem auto;
  }
}
.intro-points__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 5rem 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .intro-points__controls {
    padding: 10rem 0 0 0;
  }
}
.intro-points__list {
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .intro-points__list {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .intro-points__list {
    padding: 0;
  }
}
.intro-points__item {
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 991px) {
  .intro-points__item {
    position: absolute;
    margin: 0;
  }
}
@media only screen and (min-width: 991px) {
  .intro-points__item--1 {
    top: 4rem;
    left: 0;
    max-width: 29rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-points__item--1 {
    top: 6rem;
    max-width: 31rem;
  }
}
@media only screen and (min-width: 991px) {
  .intro-points__item--1 .intro-points-card__text {
    text-align: right;
  }
}
.intro-points__item--1 .intro-points-card__line {
  top: 60%;
  left: calc(100% + 2.5rem);
}
.intro-points__item--1 .intro-points-card__line::before {
  top: -8%;
  right: 96%;
}
@media only screen and (min-width: 991px) {
  .intro-points__item--2 {
    top: 3rem;
    right: 0;
    max-width: 26rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-points__item--2 {
    max-width: 28.6rem;
  }
}
.intro-points__item--2 .intro-points-card__line {
  top: 45%;
  right: calc(100% + 2.5rem);
}
.intro-points__item--2 .intro-points-card__line::before {
  top: -8%;
  left: 97%;
}
@media only screen and (min-width: 991px) {
  .intro-points__item--3 {
    top: 15rem;
    left: 0;
    max-width: 26rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-points__item--3 {
    top: 20rem;
    max-width: 29.6rem;
  }
}
@media only screen and (min-width: 1500px) {
  .intro-points__item--3 {
    left: 5.8%;
  }
}
@media only screen and (min-width: 991px) {
  .intro-points__item--3 .intro-points-card__text {
    text-align: right;
  }
}
.intro-points__item--3 .intro-points-card__line {
  top: 5%;
  left: calc(100% + 2.5rem);
}
.intro-points__item--3 .intro-points-card__line::before {
  top: 20%;
  right: 97%;
}
@media only screen and (min-width: 991px) {
  .intro-points__item--4 {
    top: 15rem;
    right: 2.5%;
    max-width: 24rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-points__item--4 {
    top: 20rem;
    max-width: 26.5rem;
  }
}
@media only screen and (min-width: 1500px) {
  .intro-points__item--4 {
    right: 4.5%;
  }
}
.intro-points__item--4 .intro-points-card__line {
  top: -13%;
  right: calc(100% + 2.5rem);
}
.intro-points__item--4 .intro-points-card__line::before {
  top: 28%;
  left: 98%;
}
.intro-points__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .intro-points__image {
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .intro-points__image {
    position: relative;
    margin: 0;
    top: unset;
    right: unset;
    transform: none;
  }
}
.intro-points__image img {
  max-width: 28rem;
  display: inline-block;
}
@media only screen and (min-width: 991px) {
  .intro-points__image img {
    max-width: 34rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-points__image img {
    max-width: 44rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-points__image img {
    max-width: 100%;
  }
}

.intro-points-card {
  position: relative;
}
.intro-points-card__text {
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #575756;
}
@media only screen and (max-width: 767px) {
  .intro-points-card__text {
    text-align: center;
  }
}
@media only screen and (min-width: 991px) {
  .intro-points-card__text {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-points-card__text {
    font-size: 2.4rem;
  }
}
.intro-points-card__text strong {
  font-weight: 700;
  color: #e30613;
}
.intro-points-card__line {
  position: absolute;
}
@media only screen and (max-width: 990px) {
  .intro-points-card__line {
    display: none;
  }
}
.intro-points-card__line::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background: #e30613;
  border-radius: 50%;
}

.intro-usage {
  padding: 8rem 0;
}
@media only screen and (min-width: 1200px) {
  .intro-usage {
    padding: 13rem 0;
  }
}
.intro-usage__title {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .intro-usage__title {
    margin: 0 auto 3.5rem auto;
  }
}
.intro-usage__text {
  width: 100%;
  max-width: 58rem;
  margin: 0 auto 4rem auto;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .intro-usage__text {
    margin: 0 auto 8rem auto;
  }
}
.intro-usage__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 4rem 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .intro-usage__controls {
    padding: 8rem 0 0 0;
  }
}
.intro-usage__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2rem;
  width: calc(100% + 2.4rem);
  margin: 0 -1.2rem;
}
@media only screen and (min-width: 1200px) {
  .intro-usage__list {
    width: calc(100% + 3.4rem);
    margin: 0 -1.7rem;
  }
}
.intro-usage__item {
  padding: 0 1.2rem;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .intro-usage__item {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .intro-usage__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-usage__item {
    padding: 0 1.7rem;
  }
}
.intro-usage__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 4rem;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  padding: 4rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-usage__row {
    flex-direction: row;
    padding: 6rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-usage__row {
    padding: 10rem 0 0 0;
  }
}
.intro-usage__col {
  flex: 1;
}
.intro-usage__col > *:last-child {
  margin-bottom: 0 !important;
}
.intro-usage__separator {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .intro-usage__separator {
    margin: -8rem 0;
    transform: rotate(90deg);
  }
}
.intro-usage__separator::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background: #e30613;
  border-radius: 50%;
  top: 0;
  left: 8%;
}
.intro-usage__separator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 1.4rem;
  height: 1.4rem;
  background: #e30613;
  border-radius: 50%;
}

.intro-usage-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer !important;
}
.intro-usage-card:hover {
  cursor: pointer !important;
}
.intro-usage-card:hover .intro-usage-card__text {
  background: #e30613 url(../images/15592517_5629142.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.intro-usage-card__image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 17.4rem;
}
.intro-usage-card__image img {
  max-width: 100%;
  max-height: 100%;
}
.intro-usage-card__text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  background: #fff;
  border-radius: 1rem;
  color: #575756;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .intro-usage-card__text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .intro-usage-card__text {
    padding: 2rem;
    min-height: 9.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-usage-card__text {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1500px) {
  .intro-usage-card__text {
    padding: 4.5rem 5rem;
    min-height: 14.8rem;
  }
}

.page-panel {
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000000;
  padding: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .page-panel {
    padding:12rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .page-panel {
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .page-panel {
    padding: 1rem 0;
  }
}

.page-panel__title {
  margin: 0 0 0 0;
  padding: 0;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #e30613;
}
@media only screen and (min-width: 991px) {
  .page-panel__title {
    margin: 0 0 0 0;
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-panel__title {
    margin: 0 0 0 0;
    font-size: 4rem;
  }
}
.page-panel__title strong {
  font-weight: 700;
  color: #e30613;
}
.page-panel__caption {
  margin: 0 0 2rem 0;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #575756;
}
@media only screen and (min-width: 991px) {
  .page-panel__caption {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-panel__caption {
    font-size: 2.4rem;
  }
}
.page-panel__caption strong {
  font-weight: 700;
  color: #e30613;
}
.page-panel__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
  row-gap: 4rem;
}
.page-panel__row--2 .page-panel__col {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-panel__row--2 .page-panel__col {
    width: 50%;
  }
}
.page-panel__row--3 .page-panel__col {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-panel__row--3 .page-panel__col {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .page-panel__row--3 .page-panel__col {
    width: 33.33%;
  }
}
.page-panel__row--4 .page-panel__col {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-panel__row--4 .page-panel__col {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .page-panel__row--4 .page-panel__col {
    width: 25%;
  }
}
.page-panel__col {
  padding: 0 2rem;
}
.page-panel__col > *:last-child {
  margin: 0;
}
.page-panel__center-container {
  margin: 0 auto;
  width: 100%;
  max-width: 72rem;
}
.page-panel__center-container h3 {
  margin: 0 0 3.3rem 0;
}
.page-panel__half-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 4rem;
}
.page-panel__half-part {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-panel__half-part {
    width: calc(50% - 2.5rem);
  }
}
@media only screen and (min-width: 991px) {
  .page-panel__half-part {
    width: calc(50% - 3.5rem);
  }
}
@media only screen and (min-width: 1600px) {
  .page-panel__half-part {
    width: calc(50% - 5.5rem);
  }
}
.page-panel__half-part > *:last-child {
  margin: 0;
}
.page-panel p {
  margin: 0 0 2.5rem 0;
}
.page-panel img {
  max-width: 100%;
}
.page-panel blockquote {
  font-weight: 500;
  font-style: italic;
  color: #575756;
  border: 0 solid #e5e7eb;
  border-left-width: 0.25rem;
  border-left-color: rgba(38, 38, 94, 0.2);
  quotes: "“" "”" "‘" "’";
  margin: 0;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
@media (min-width: 1024px) {
  .page-panel blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }
}
.page-panel blockquote p:first-of-type::before {
  content: open-quote;
}
.page-panel blockquote p:last-of-type::after {
  content: close-quote;
}

.page-panel.bg-creme {
  background: #fff;
}

.page-panel.bg-blue {
  background: #575756;
  border-radius: 2rem;
  color: #fff;
}
.page-panel.bg-blue .page-panel__title,
.page-panel.bg-blue .page-panel__caption {
  color: #fff;
}

.page-panel.bg-blue,
.page-panel.bg-creme {
  position: relative;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .page-panel.bg-blue,
  .page-panel.bg-creme {
    padding: 2.5rem 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .page-panel.bg-blue,
  .page-panel.bg-creme {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-panel.bg-blue,
  .page-panel.bg-creme {
    padding: 1rem 3rem;
  }
}
.page-panel.bg-blue--sides::before,
.page-panel.bg-creme--sides::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  width: 100vw;
  height: 100%;
  background: inherit;
}
.page-panel.bg-blue--sides::after,
.page-panel.bg-creme--sides::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: 100vw;
  height: 100%;
  background: inherit;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
@media (min-width: 768px) {
  .gallery-list {
    padding: 0 0 2rem 0;
  }
}
.gallery-list__item {
  width: 50%;
  padding: 0 1rem;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .gallery-list__item {
    width: 33.33%;
  }
}
.gallery-list__card {
  display: block;
}
.gallery-list__card img {
  display: block;
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  position: relative;
  background: #575756;
}
.footer__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: 0.15;
}
.footer__separator {
  width: 100%;
  height: 0.1rem;
  background: #fff;
  opacity: 0.2;
}

.footer-top {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 3rem;
  row-gap: 4rem;
  width: 100%;
  padding: 5rem 0;
}
@media only screen and (min-width: 1200px) {
  .footer-top {
    padding: 8rem 0;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-top__info {
    width: 100%;
  }
}
.footer-top__logo {
  margin: 0 0 2rem 0;
}
.footer-top__texts {
  max-width: 33rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer-contact {
  display: flex;
  align-items: flex-start;
  column-gap: 2rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) {
  .footer-contact {
    padding: 2rem 0 0 0;
  }
}
.footer-contact__icon {
  position: relative;
  z-index: 3;
}
.footer-contact__icon span {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background: #fff;
  border-radius: 1rem;
}
@media only screen and (min-width: 550px) {
  .footer-contact__icon span {
    width: 7rem;
    height: 7rem;
  }
}
.footer-contact__icon img {
  max-width: 75%;
}
.footer-contact__title {
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #575756;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  color: #fff;
  margin: -0.5rem 0 1.2rem 0;
}
@media (min-width: 1200px) {
  .footer-contact__title {
    font-size: 1.6rem;
  }
}
.footer-contact a {
  color: #fff;
  transition: 0.3s;
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: normal;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
}
.footer-contact a:hover {
  color: #e30613;
}
.footer-contact p {
  margin: 0;
  line-height: 1.5;
}

.footer-bottom {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 4rem;
  row-gap: 1.5rem;
  width: 100%;
  padding: 1.2rem 0;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: #fff;
}
.footer-bottom a {
  color: inherit;
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */
