:root {
  --purple: rgb(80, 26, 137);
  --purple-50: rgba(80, 26, 137, 0.5);
  --purple-25: rgba(80, 26, 137, 0.25);
  --purple-10: rgba(80, 26, 137, 0.1);
  --tag-red: rgb(219, 88, 88);
  --tag-red-50: rgba(219, 88, 88, 0.5);
  --tag-red-25: rgba(219, 88, 88, 0.25);
  --tag-orange: rgb(219, 135, 88);
  --tag-orange-50: rgba(219, 135, 88, 0.5);
  --tag-orange-25: rgba(219, 135, 88, 0.25);
  --tag-green: rgb(88, 218, 148);
  --tag-green-50: rgba(88, 218, 148, 0.5);
  --tag-green-25: rgba(88, 218, 148, 0.25);
}

body {
  margin: 0;
  font-family: "Gilroy", sans-serif;
}
body.landing .title-area.center .sm-title {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
body.landing .title-area.center .title {
  display: block;
  margin: 0 auto;
  width: 430px;
  text-align: center;
  font-weight: 700;
  font-size: 34px;
}
@media (max-width: 640px) {
  body.landing .title-area.center .title {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

nav {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: white;
  z-index: 9999;
}
nav .navbarUs {
  width: 1280px;
  padding: 20px 0;
  background-color: unset;
}
@media (max-width: 1480px) {
  nav .navbarUs {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  nav .navbarUs {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  nav .navbarUs {
    padding: 20px 25px;
  }
}
nav .navbarUs .flex .navbar-logoArea {
  width: 175px;
  height: auto;
}
@media (max-width: 1440px) {
  nav .navbarUs .flex .navbar-logoArea {
    height: 40px;
  }
}
@media (max-width: 520px) {
  nav .navbarUs .flex .navbar-logoArea {
    height: 40px;
  }
}
nav .navbarUs .flex .navbar-logoArea img {
  width: 100%;
  height: auto;
}
nav .navbarUs .flex .navbar-buttonArea {
  display: block;
}
nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button {
  color: var(--purple);
  font-size: 16px;
  margin: 0 25px;
  padding: 10px 0;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 1200px) {
  nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button {
    display: none;
  }
}
nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button.bg {
  background-color: var(--purple);
  color: white;
  border-radius: 10px;
}
@media (max-width: 1440px) {
  nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button.bg {
    padding: 10px !important;
  }
}
nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button.language {
  background-color: #f1f1f1;
  border-radius: 10px;
  position: relative;
  display: inline-block !important;
  cursor: pointer;
}
@media (max-width: 1440px) {
  nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button.language {
    padding: 10px !important;
  }
}
@media (max-width: 520px) {
  nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button.language {
    margin-left: 0;
  }
}
nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button.language .dropdown {
  right: 0;
  top: 50px;
}
nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button.language .dropdown .dropdown-card {
  border-radius: 10px;
}
nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button.language .dropdown .dropdown-card .actions {
  border-radius: 10px;
}
nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button.products {
  position: relative;
}
nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button.products .dropdown {
  left: -50px;
}
@media (max-width: 1440px) {
  nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button.products {
    padding: 10px !important;
  }
}
nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button.mobil {
  display: none;
}
@media (max-width: 1200px) {
  nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button.mobil {
    display: inline-block;
  }
}
@media (max-width: 520px) {
  nav .navbarUs .flex .navbar-buttonArea .navbar-buttonArea__button.mobil {
    margin-left: 10px;
  }
}
@media (max-width: 1200px) {
  nav .navbarUs .flex .navbar-buttonArea.navbar-actions {
    display: none;
  }
}
nav .navbarUs .flex .navbar-buttonArea.navbar-actions .navbar-buttonArea__button {
  margin: 0 15px;
}
nav .navbarUs .flex .navbar-buttonArea.navbar-actions .navbar-buttonArea__button.language {
  padding: 10px;
}
nav .navbarUs .flex .mobil-buttonArea {
  display: none;
}
@media (max-width: 1023px) {
  nav .navbarUs .flex .mobil-buttonArea {
    display: block;
  }
}
nav .mobil-navbar {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9998;
  top: 0;
  left: -100%;
  background-color: white;
  transition: all 1s;
}
nav .mobil-navbar.active {
  left: 0;
  box-shadow: 0 0 30px var(--purple);
}
nav .mobil-navbar .dropdown {
  display: none;
  position: relative;
  top: unset;
}
nav .mobil-navbar .dropdown.active {
  display: block;
}
nav .mobil-navbar .dropdown a {
  display: block;
  padding: 15px;
  padding-left: 30px;
  margin: 5px;
}
nav .mobil-navbar .mobil-navbar_top {
  width: 100%;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .mobil-navbar .mobil-navbar_top .mobil-navbar_title {
  font-size: 30px;
  color: var(--purple);
  font-weight: 700;
}
nav .mobil-navbar .mobil-navbar_top .mobil-navbar_cross {
  font-size: 20px;
}
nav .mobil-navbar .mobil-navbar_actions .mobil-navbar_button {
  padding: 25px;
  color: var(--purple);
  display: block;
}
nav .mobil-navbar .mobil-navbar_actions .mobil-navbar_button.active {
  background-color: var(--purple);
  color: white;
}
nav .mobil-navbar .mobil-navbar_actions .mobil-navbar_button.dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .mobil-navbar .mobil-navbar_actions .mobil-navbar_button:hover {
  background-color: #f1f1f1;
}

footer {
  width: 100%;
  background-color: var(--purple);
  margin-top: 100px;
}
footer > * {
  color: white;
}
footer .footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer .footer-top {
  padding: 75px 0;
}
footer .footer .footer-top .flex {
  justify-content: space-between;
}
@media (max-width: 800px) {
  footer .footer .footer-top .flex {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer .footer .footer-top .flex .footer-logoArea {
    order: 1;
  }
  footer .footer .footer-top .flex .certification-area {
    order: 2;
  }
  footer .footer .footer-top .flex .column-1 {
    order: 3;
  }
  footer .footer .footer-top .flex .column-2 {
    order: 4;
  }
  footer .footer .footer-top .flex .column-3 {
    order: 5;
  }
  footer .footer .footer-top .flex .column-4 {
    order: 6;
  }
}
@media (max-width: 520px) {
  footer .footer .footer-top .flex {
    flex-direction: column;
  }
}
footer .footer .footer-top .flex .footer-logoArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .footer .footer-top .flex .footer-logoArea .img-area img {
  width: 150px;
  height: auto;
}
footer .footer .footer-top .flex .footer-logoArea .social-area {
  margin-top: 45px;
}
footer .footer .footer-top .flex .footer-logoArea .social-area a {
  margin: 0 2.5px;
}
footer .footer .footer-top .flex .footer-logoArea .social-area a img {
  width: 30px;
  height: 30px;
}
footer .footer .footer-top .flex > div {
  margin-top: 20px;
}
@media (max-width: 800px) {
  footer .footer .footer-top .flex > div {
    width: 200px;
    margin: 0 20px;
    margin-top: 20px;
  }
}
footer .footer .footer-top .flex .column .footer-linkList .footer-title {
  font-size: 20px;
  color: white;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .footer .footer-top .flex .column .footer-linkList .footer-link__btn {
  color: white;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}
footer .footer .footer-top .flex .column .footer-linkList:not(:first-child) {
  margin-top: 30px;
}
footer .footer .footer-top .flex .certification-area {
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer .footer .footer-top .flex .certification-area img {
  margin: 20px 0;
}
@media (max-width: 520px) {
  footer .footer .footer-top .flex .certification-area {
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  footer .footer .footer-top .flex .footer-img {
    display: none;
  }
}
footer .footer .footer-top .flex .footer-img .box {
  width: 500px;
  height: 260px;
  background-color: #3b0d6b;
  border-radius: 20px;
}
@media (max-width: 1366px) {
  footer .footer .footer-top .flex .footer-img .box {
    width: 350px;
  }
}
footer .footer .footer-bottom {
  padding: 15px 0 25px 0;
  text-align: center;
  font-weight: bold;
}

.container-area {
  width: 1280px;
  display: block;
  margin: 0 auto;
}

a {
  text-decoration: unset;
}

nav {
  display: flex;
  justify-content: center;
}
nav .container-area .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}
nav .container-area .navbar .logo-area img {
  width: 175px;
  height: auto;
}
nav .container-area .navbar .actions-area {
  display: flex;
}
nav .container-area .navbar .actions-area a {
  color: var(--purple);
  font-size: 16px;
  margin: 0 35px;
  font-weight: 500;
}
nav .container-area .navbar .right-area {
  display: flex;
  align-items: center;
}
nav .container-area .navbar .right-area a {
  color: var(--purple);
  font-size: 16px;
}

.flex {
  display: flex;
}
.flex.align-center {
  align-items: center;
}
.flex.align-start {
  align-items: flex-start;
}
.flex.align-end {
  align-items: flex-end;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-between {
  justify-content: space-between;
}

.dropdown {
  position: absolute;
  top: 60px;
  z-index: 9999;
  display: none;
}
.dropdown.active {
  display: block;
}
.dropdown .dropdown-card {
  border-radius: 15px;
  background-color: white;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.dropdown .dropdown-card .actions {
  border-radius: 15px;
  overflow: hidden;
}
.dropdown .dropdown-card .actions .action {
  padding: 15px 25px;
  display: block;
}
.dropdown .dropdown-card .actions .action.active {
  background-color: #dfe0eb;
}
.dropdown .dropdown-card .actions .action label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.dropdown .dropdown-card .actions .action label input[type=checkbox] {
  width: auto;
}

input,
select,
textarea {
  outline: unset;
  font-family: "Gilroy", sans-serif !important;
  border-radius: 10px;
  background: #f2f3f9;
  padding: 18px 20px;
  border-style: none;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: var(--purple);
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--purple);
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--purple);
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--purple);
}
input.button,
select.button,
textarea.button {
  width: auto;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 4px;
  background-clip: content-box;
  border: 2.5px solid #bbbbbb;
  background-color: white;
  border-radius: 50%;
}

input[type=radio]:checked {
  background-color: #501a89;
  border-color: #501a89;
}

button,
a.btn {
  background-color: var(--purple);
  font-family: "Gilroy", sans-serif !important;
  padding: 18px 20px;
  color: white;
  border-radius: 10px;
  border: unset;
  cursor: pointer;
}
button.white,
a.btn.white {
  background-color: white;
  color: var(--purple);
}

.title {
  font-size: 60px;
  font-weight: 700;
}
.title.w600 {
  font-weight: 600;
}
.title.w500 {
  font-weight: 500;
}
.title.w400 {
  font-weight: 400;
}

@media (max-width: 1380px) {
  .container-area {
    width: 1200px;
  }
}
@media (max-width: 1300px) {
  .container-area {
    width: 900px;
  }
}
@media (max-width: 960px) {
  .container-area {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 585px) {
  .title {
    font-size: 50px !important;
  }
}
.carousel-item {
  height: 800px;
}
.carousel-item .carousel-caption {
  right: unset;
  top: 50%;
  left: unset;
  transform: translateY(-50%);
}
.carousel-item .carousel-caption h1 {
  font-size: 64px;
  text-align: left;
  width: 585px;
  font-weight: 700;
}
.carousel-item .carousel-caption p {
  text-align: left;
  font-size: 20px;
  margin-top: 20px;
  width: 585px;
}

.carousel-indicators {
  bottom: 50px;
}

.carousel {
  width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 7%;
}

@media (max-width: 1260px) {
  .carousel-indicators {
    bottom: 75px;
  }
}
#header {
  padding-top: 50px;
  min-height: 800px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-color: var(--purple);
}
#header .header {
  display: flex;
  height: 100%;
  position: relative;
}
#header .header .container-area {
  position: relative;
  height: 100%;
  display: flex;
}
#header .header .container-area .content {
  display: flex;
  align-items: center;
}
#header .header .container-area .content > div {
  width: 50%;
}
#header .header .container-area .content > :first-child {
  margin-right: 30px;
}
#header .header .container-area .content > :last-child {
  margin-left: 30px;
}
#header .header .container-area .content h1 {
  font-size: 64px;
  font-weight: 600;
  color: white;
  margin-bottom: 40px;
}
#header .header .container-area .content p {
  font-size: 20px;
  font-weight: 300;
  color: white;
}
#header .header .container-area .content .video-area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 337px;
  background-color: gray;
  border-radius: 10px;
}
@media (max-width: 960px) {
  #header .header .container-area .content .video-area {
    display: none;
  }
  #header .header .container-area .content .text-area {
    width: 100%;
  }
}

.services {
  position: relative;
  width: 1280px;
  height: auto;
  bottom: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services .service {
  width: 406.6666666667px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 30px;
  background-color: #fff;
}
.services .service img {
  height: 70px;
  width: auto;
  margin-bottom: 20px;
}
.services .service span {
  display: block;
  font-size: 24px;
  color: var(--purple);
  font-weight: 600;
}
@media (max-width: 1480px) {
  .services {
    width: 1200px;
  }
  .services .service {
    width: 380px;
  }
}
@media (max-width: 1260px) {
  .services {
    width: 900px;
  }
  .services .service {
    width: 285px;
  }
}
@media (max-width: 960px) {
  .services {
    flex-direction: column;
    width: 100%;
    transform: translate(-50%, 15%);
    padding: 0 30px;
  }
  .services .service {
    width: 100%;
    margin-bottom: 24px;
  }
}

#about {
  margin: 30px 0 150px 0;
}
#about .about .content-area {
  background-color: var(--purple);
  display: flex;
  border-radius: 15px;
  height: 390px;
  width: 100%;
}
#about .about .content-area .text-area {
  width: calc(100% - 470px);
  display: flex;
  align-items: center;
  padding: 40px 0px;
}
#about .about .content-area .text-area .text {
  width: 470px;
  margin-left: 10%;
  margin-right: 15px;
}
#about .about .content-area .text-area .text .h2 {
  font-weight: 600;
  font-size: 45px;
  color: white;
}
#about .about .content-area .text-area .text span {
  color: white;
  margin-top: 20px;
}
#about .about .content-area .img-area {
  width: 470px;
}
#about .about .content-area .img-area img {
  width: 100%;
  height: 100%;
}

#properties .properties {
  background-color: var(--purple);
  padding: 150px 0;
}
#properties .properties .container-area .title {
  color: white;
}
#properties .properties .container-area .properties-area {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#properties .properties .container-area .properties-area .property {
  width: 424.6666666667px;
  padding: 30px;
  background-color: unset;
  border-radius: 10px;
}
#properties .properties .container-area .properties-area .property .prop-title {
  margin: 15px 0;
  font-weight: 600;
  font-size: 34px;
  color: white;
}
#properties .properties .container-area .properties-area .property span {
  color: white;
}
#properties .properties .container-area .properties-area .property:hover {
  background-color: #fff;
}
#properties .properties .container-area .properties-area .property:hover .img svg path {
  stroke: #541795;
}
#properties .properties .container-area .properties-area .property:hover .prop-title,
#properties .properties .container-area .properties-area .property:hover span {
  color: var(--purple);
}

#requestDemo {
  margin: 75px 0;
}
#requestDemo .requestDemo .container-area .requestDemo--content {
  background-image: url("../img/requestDemo-bg.png");
  background-position: left;
  background-size: cover;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 60px 95px;
  justify-content: flex-end;
}
@media (max-width: 850px) {
  #requestDemo .requestDemo .container-area .requestDemo--content {
    padding: 40px 30px;
  }
}
#requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info {
  width: 680px;
}
#requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .title {
  font-weight: 700;
  font-size: 64px;
  color: #fff;
}
#requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .description {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
}
#requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .form-area {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 35px 45px;
  margin-top: 20px;
}
@media (max-width: 850px) {
  #requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .form-area {
    padding: 20px;
  }
}
#requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .form-area .form-flex {
  display: flex;
}
#requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .form-area .form-flex > div {
  width: 100%;
}
#requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .form-area .form-flex > div.left-area {
  margin-right: 10px;
}
#requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .form-area .form-flex > div.right-area {
  margin-left: 10px;
}
#requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .form-area .form-flex > div input {
  margin-top: 24px;
}
#requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .form-area .form-flex > div input:first-child {
  margin-top: 0;
}
#requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .form-area .form-flex > div button {
  margin-top: 24px;
  width: 100%;
}
@media (max-width: 585px) {
  #requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .form-area .form-flex {
    flex-direction: column;
  }
  #requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .form-area .form-flex .left-area {
    margin-right: 0 !important;
  }
  #requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .form-area .form-flex .right-area {
    margin-left: 0 !important;
  }
  #requestDemo .requestDemo .container-area .requestDemo--content .requestDemo--content__info .form-area .form-flex input:first-child {
    margin-top: 24px !important;
  }
}

#integrated {
  margin-top: 145px;
}
#integrated .integrated {
  background-color: var(--purple);
  padding: 75px 0;
}
#integrated .integrated .container-area .title {
  color: white;
  text-align: center;
}
#integrated .integrated .container-area .card-area {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#integrated .integrated .container-area .card-area .integrated-card {
  width: 351px;
  margin: 20px;
  position: relative;
}
#integrated .integrated .container-area .card-area .integrated-card .num {
  color: white;
  font-size: 40px;
  font-weight: 600;
}
#integrated .integrated .container-area .card-area .integrated-card .img-area {
  width: 100%;
  height: 275px;
  background-color: #081131;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-top: 15px;
}
#integrated .integrated .container-area .card-area .integrated-card .img-area .easy-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
#integrated .integrated .container-area .card-area .integrated-card .img-area .integrated-img-1 {
  position: relative;
  left: -38px;
}
#integrated .integrated .container-area .card-area .integrated-card .info {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
#integrated .integrated .container-area .card-area .integrated-card .info span {
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 270px;
}

#solutions {
  padding: 75px 0;
}
#solutions .solutions .solution-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#solutions .solutions .solution-area .solution {
  width: 550px;
  margin: 36px;
  text-align: center;
}
@media (max-width: 600px) {
  #solutions .solutions .solution-area .solution {
    margin: 36px 0;
  }
}
#solutions .solutions .solution-area .solution .sol-title {
  font-weight: 600;
  font-size: 36px;
  color: var(--purple);
}
#solutions .solutions .solution-area .solution img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
#solutions .solutions .solution-area .solution a {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 1480px) {
  #properties .properties .container-area .properties-area .property {
    width: 400px;
  }
  #integrated .integrated .container-area .card-area {
    justify-content: center;
  }
}
@media (max-width: 960px) {
  #about {
    margin: 200px 0 150px 0;
  }
  #about .about .content-area {
    height: auto;
  }
  #about .about .content-area .img-area {
    display: none;
  }
  #about .about .content-area .text-area {
    width: 100%;
    margin: 40px 30px;
  }
  #about .about .content-area .text-area .text {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 550px) {
  #integrated .integrated .container-area .card-area .integrated-card {
    margin: 20px 0;
  }
  #integrated .integrated .container-area .card-area .integrated-card .img-area .integrated-img-1 {
    left: unset;
    width: 100%;
  }
}/*# sourceMappingURL=product-detail.css.map */