.is-flex {
  display: flex;
}

.a-i-c {
  align-items: center;
}

.a-i-bl {
  align-items: baseline;
}

.a-i-s {
  align-items: start;
}

.a-i-e {
  align-items: end;
}

.j-c-sb {
  justify-content: space-between;
}

.j-c-s {
  justify-content: start;
}

.j-c-c {
  justify-content: center;
}

.gap4 {
  gap: 4px;
}

.gap5 {
  gap: 5px;
}

.gap6 {
  gap: 6px;
}

.gap8 {
  gap: 8px;
}

.gap10 {
  gap: 10px;
}

.gap13 {
  gap: 13px;
}

.gap16 {
  gap: 16px;
}

.gap24 {
  gap: 24px;
}

.gap30 {
  gap: 30px;
}

.gap32 {
  gap: 32px;
}

.gap40 {
  gap: 40px;
}

.gap56 {
  gap: 56px;
}

.flex1 {
  flex: 1;
}

.flex3 {
  flex: 3;
}

.f-d-c {
  flex-direction: column;
}

.w100 {
  width: 100%;
  max-width: 100%;
}

.w70 {
  width: 70%;
  max-width: 70%;
}

.w60 {
  width: 60%;
  max-width: 60%;
}

.w50 {
  width: 50%;
  max-width: 50%;
}

.w30 {
  width: 30%;
  max-width: 30%;
}

.white-box {
  background: #ffffff;
}

.br6 {
  border-radius: 6px;
}

.br8 {
  border-radius: 8px;
}

.br16 {
  border-radius: 16px;
}

.border {
  border: 1px #dfdfdf solid !important;
}

.border-top {
  border-top: 1px rgba(142.41, 143.21, 146.03, 0.4) solid;
}

.border-bottom {
  border-bottom: 1px rgba(142.41, 143.21, 146.03, 0.4) solid;
}


.page {
  background: #ffffff;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif;
  color: #282d33;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.main {
  flex-grow: 1;
  position: relative;
}

.container {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.section {
  padding: 64px 0;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px;
  background: #ffffff;
  color: #282d33;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn:hover {
  color: #e62c3a;
}

.text-lg {
  font-size: clamp(16px, 3vw, 20px);
}

.banner {
  background: #2c3139;
  color: #ffffff;
  position: relative;
  padding: 60px 0 70px;
  overflow: hidden;
}
.banner-wrap {
  max-width: 908px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner .text-lg {
  font-size: clamp(14px, 3vw, 20px);
}
.banner img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  height: 100%;
}
.banner h1 {
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 500;
  margin: 15px 0 0;
}

.drop-down-wrap .img-wrap {
  position: relative;
  overflow: hidden;
}
.drop-down-wrap .img-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 10%;
     object-position: 0 10%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.drop-down-wrap .img-wrap_op50 img {
  -o-object-position: 0 50%;
     object-position: 0 50%;
}

.drop-down-list li {
  padding: 24px 0;
}
.drop-down-list .title {
  cursor: pointer;
}
.drop-down-list .title p {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 500;
}
.drop-down-list .title svg {
  transition: transform 0.3s ease;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.drop-down-list .title:hover {
  opacity: 0.8;
}
.drop-down-list .content {
  display: none;
}
.drop-down-list .content p {
 font-size: 16px;
    margin: 15px 0 20px;
    color: #666666;
}

.services .cards {
  flex-wrap: wrap;
}
.services .card {
  width: calc(33% - 12px);
  padding: 24px;
}
.services .card:first-of-type, .services .card:nth-of-type(2) {
  width: calc(50% - 12px);
}
.services .card p:first-of-type {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 500;
}
.services .card svg {
  width: 40px;
  height: 40px;
}

.seo-block {
  padding-bottom: 75px;
}

.text-block {
  max-height: 100%;
  transition: max-height 0.5s ease-in-out;
}
.text-block.truncated {
  max-height: 120px;
  overflow: hidden;
  position: relative;
}
.text-block.truncated.truncated::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  transition: opacity 0.3s ease;
}
.text-block.truncated.expanded:after {
  opacity: 0;
}
.text-block ul {
  padding-left: 30px;
  list-style: disc;
}
.text-block a {
  text-decoration: none;
  color: #282d33;
}

.breadcrumbs {
  padding: 24px 0;
  position: relative;
  z-index: 1;
}
.breadcrumbs ul {
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  color: #ffffff;
}
.breadcrumbs ul li:not(:last-child):not(:nth-last-child(2))::after {
  content: "";
  background: url(images/arrow-right-s-line.svg) center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
}
.breadcrumbs ul li a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  opacity: 0.8;
}
.breadcrumbs .mobile-back {
  display: none;
}
.breadcrumbs .mobile-back::before {
  content: "";
  background: url(images/arrow-right-s-line.svg) center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  transform: rotate(180deg);
}

@media screen and (max-width: 1260px) {
  .services .card {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .section {
    padding: 40px 0;
  }
  .section-pt-0 {
    padding-top: 0;
  }
  .banner {
    padding: 60px 0;
  }
  .banner .btn {
    width: 100%;
  }
  .banner img {
    top: 7%;
    right: 10%;
    transform: scale(1.5);
  }
  .drop-down-wrap .container {
    flex-direction: column;
    gap: 32px;
  }
  .drop-down-wrap .img-wrap {
    width: 100%;
    max-width: 100%;
  }
  .drop-down-wrap .img-wrap img {
    position: static;
    height: 371px;
  }
  .drop-down-wrap .text-wrap {
    width: 100%;
    max-width: 100%;
  }
  .drop-down-wrap_rev .container {
    flex-direction: column-reverse;
    padding: 0;
    gap: 40px;
  }
  .drop-down-wrap_rev .img-wrap img {
    border-radius: 0;
    height: 354px;
  }
  .drop-down-wrap_rev .text-wrap {
    padding: 0 20px;
  }
  .services .cards {
    gap: 16px;
  }
  .services .card {
    width: 100% !important;
    padding: 16px;
  }
  .services .card .btn {
    width: 100%;
  }
  .breadcrumbs .mobile-back {
    display: flex;
  }
  .breadcrumbs ul li:not(.mobile-back) {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .drop-down-wrap .img-wrap img {
    height: 271px;
  }
  .drop-down-wrap_rev .img-wrap img {
    height: 254px;
  }
  .banner img {
    top: 26%;
    right: 13%;
  }
}/*# sourceMappingURL=style.css.map */


section, .banner, .breadcrumbs-wrap+* {margin:0 !important}
.breadcrumbs-wrap .wrap, .breadcrumbs, .breadcrumbs-wrap {padding:0 !important}
.grey {
  background: #f0f5f7; color:inherit !important
}
.drop-down-list .content p {
  font-size: 16px;
    margin: 15px 0 20px;
    color: #666666;
}