@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

h2 {
  color: #004379;
  font-size: clamp(22px, 1.6666vw, 100cqw) !important;
  font-weight: 600;
  line-height: 1.15625;
  margin-bottom: clamp(18px, 1.8vw, 100cqw) !important;
}

dl, ol, ul {
  margin-bottom: 0;
  list-style-position: outside;
  line-height: 1.6;
}

ul {
  margin-left: 0;
}

p {
  margin-bottom: 0;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gridbox {
  display: grid;
}

video {
  width: 100%;
}

.plain-text p {
  margin-bottom: 1em;
}
.plain-text p:last-of-type {
  margin-bottom: 0;
}

.width-content {
  width: 100%;
}

.mb-section {
  margin-bottom: clamp(70px, 6.96vw, 100cqw);
}

#sidebar-nav {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  z-index: 15;
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00a19a;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 50;
}
#sidebar-nav::before {
  content: "≡";
  position: absolute;
  top: 50%;
  left: 60%;
  font-size: 150%;
  color: #fff;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sidebar-nav:hover {
  max-width: 280px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  border-radius: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#sidebar-nav:hover::before {
  display: none;
}
#sidebar-nav:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
#sidebar-nav ul {
  display: none;
  opacity: 0;
  list-style-type: none;
  background: #F5F8FA;
  counter-reset: item;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#sidebar-nav ul li {
  counter-increment: item;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
#sidebar-nav ul li::before {
  content: "0" counter(item) ".";
  font-size: 16px;
  font-weight: 500;
}
#sidebar-nav ul li a {
  text-decoration: none;
  font-size: 12px;
  width: 100%;
}
#sidebar-nav ul li:hover {
  background: #CCECF6;
}

#service-hero {
  background-color: #F5F8FA;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 40%;
  padding-top: clamp(20px, 1.6vw, 100cqw);
  padding-bottom: clamp(50px, 6.8vw, 100cqw);
  margin-bottom: clamp(46px, 3.7vw, 100cqw);
}
#service-hero h1, #service-hero .text, #service-hero .p-text {
  max-width: clamp(400px, 45.2vw, 100cqw);
  width: 100%;
}
#service-hero h1 {
  margin-bottom: clamp(24px, 2.62vw, 100cqw);
}
#service-hero .text {
  margin-bottom: clamp(36px, 5.1vw, 100cqw);
}
#service-hero .p-text {
  margin-top: clamp(18px, 1.8vw, 100cqw);
}

#about-service {
  gap: clamp(24px, 4.42vw, 100cqw);
}
#about-service .image-box {
  width: clamp(280px, 40.655vw, 100cqw);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: clamp(204px, 16.72vw, 100cqw) clamp(48px, 3.9344vw, 100cqw) clamp(130px, 10.655vw, 100cqw);
  gap: clamp(14px, 1.1475vw, 100cqw);
  -ms-flex-negative: 0.5;
      flex-shrink: 0.5;
}
#about-service .image-box .image {
  border-radius: clamp(10px, 0.6944vw, 100cqw);
  overflow: hidden;
}
#about-service .image-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about-service .image-box .image:first-of-type {
  grid-row-start: 1;
  grid-row-end: 2;
}
#about-service .image-box .image:nth-of-type(2) {
  grid-row-start: 1;
  grid-row-end: 3;
}
#about-service .image-box .image:nth-of-type(3) {
  grid-row-start: 2;
  grid-row-end: 4;
}
#about-service .image-box .image:nth-of-type(4) {
  grid-row-start: 3;
  grid-row-end: 4;
}
#about-service .text-box {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
#about-service .text-box h2 {
  margin-bottom: clamp(24px, 3.1147vw, 100cqw);
}
#about-service .marker-plus {
  margin-top: clamp(18px, 2vw, 100cqw);
  list-style-type: none;
  -webkit-column-count: 2;
          column-count: 2;
  gap: clamp(16px, 1.311vw, 100cqw);
}
#about-service .marker-plus li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #009FD0;
  font-size: clamp(16px, 0.83333vw, 100cqw);
  font-weight: 500;
  margin-bottom: clamp(24px, 2vw, 100cqw);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: clamp(6px, 0.416666vw, 100cqw);
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}
#about-service .marker-plus li::before {
  content: "";
  width: clamp(14px, 0.729166vw, 100cqw);
  height: clamp(14px, 0.729166vw, 100cqw);
  background: url("/wp-content/uploads/2025/09/marker-plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#about-method .gridbox {
  margin-top: clamp(18px, 3.27vw, 100cqw);
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 1.639vw, 100cqw);
}
#about-method .gridbox .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 1.639vw, 100cqw);
}
#about-method .gridbox .item:first-of-type .text-box {
  background: #E2EAF0;
}
#about-method .gridbox .item:nth-of-type(2) .text-box {
  background: #00A19A;
  color: #fff;
}
#about-method .gridbox .item:nth-of-type(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#about-method .gridbox .item:nth-of-type(3) .text-box {
  background: #CCECF6;
}
#about-method .gridbox .item:nth-of-type(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#about-method .gridbox .item:nth-of-type(4) .text-box {
  background: #E2EAF0;
}
#about-method .gridbox .text-box {
  padding: clamp(24px, 2.459vw, 100cqw);
}
#about-method .gridbox .image, #about-method .gridbox .text-box {
  border-radius: clamp(10px, 0.6944vw, 100cqw);
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
#about-method .gridbox .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#our-results {
  overflow: hidden;
}
#our-results .swiper-slide .fc_button {
  -ms-flex-item-align: start;
      align-self: start;
}
#our-results .fc_button {
  margin-top: clamp(18px, 3.27vw, 100cqw);
  -ms-flex-item-align: center;
      align-self: center;
}

.result-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(24px, 3.5vw, 100cqw);
  background: #E2EAF0;
  border-radius: clamp(20px, 1.0416vw, 100cqw);
  margin-top: clamp(18px, 3.27vw, 100cqw);
  padding: clamp(18px, 2vw, 100cqw);
}
.result-slider .result-img-box {
  width: 61.5%;
}
.result-slider .result-img {
  overflow: hidden;
  border-radius: clamp(10px, 0.6944vw, 100cqw);
}
.result-slider .flexbox:has(.result-text) {
  width: 35%;
}
.result-slider .result-controls {
  gap: clamp(20px, 2vw, 100cqw);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.result-slider .result-controls .slider-nav-btn {
  cursor: pointer;
}
.result-slider .result-controls .slider-nav-btn .cls-1 {
  stroke: #706F6C;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}
.result-slider .result-controls .slider-nav-btn:hover .cls-1 {
  stroke: #004379;
}
.result-slider .result-text {
  overflow: hidden;
  width: 100%;
  margin-top: clamp(18px, 3.27vw, 100cqw);
}
.result-slider .result-text .swiper-slide {
  gap: clamp(7px, 0.4861111vw, 100cqw);
}
.result-slider .result-text .swiper-slide .result-title {
  font-size: clamp(32px, 1.66666vw, 100cqw);
  font-weight: 600;
  color: #004379;
}
.result-slider .result-text .swiper-slide p {
  font-weight: 200;
}

#method-benefits .gridbox {
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: auto;
  gap: clamp(20px, 1.63vw, 100cqw);
}
#method-benefits .gridbox .benefit-item {
  padding: clamp(18px, 3.27vw, 100cqw) clamp(18px, 2.295vw, 100cqw);
  background: #E2EAF0;
  position: relative;
  border-radius: clamp(10px, 0.6944vw, 100cqw);
  overflow: hidden;
}
#method-benefits .gridbox .benefit-item:first-of-type {
  background: #CCECF6;
  grid-column: 1/span 2;
  grid-row: 1;
}
#method-benefits .gridbox .benefit-item:nth-of-type(2) {
  grid-column: 3/span 2;
  grid-row: 1;
}
#method-benefits .gridbox .benefit-item:nth-of-type(3) {
  grid-column: 5/span 2;
  grid-row: 1;
}
#method-benefits .gridbox .benefit-item:nth-of-type(3)::before {
  content: "";
  width: clamp(18px, 4.8%, 100cqw);
  aspect-ratio: 1;
  background: url("/wp-content/uploads/2025/09/plus.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: clamp(60px, 27%, 100cqw);
  left: clamp(13px, 3.5%, 100cqw);
}
#method-benefits .gridbox .benefit-item:nth-of-type(3)::after {
  content: "";
  width: clamp(18px, 11.5%, 1000px);
  aspect-ratio: 1;
  background: url("/wp-content/uploads/2025/09/plus.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: clamp(18px, 11.5%, 100cqw);
  left: clamp(28px, 7.5%, 100cqw);
}
#method-benefits .gridbox .benefit-item:nth-of-type(4)::before {
  content: "";
  width: clamp(32px, 11.5%, 100cqw);
  aspect-ratio: 1;
  background: url("/wp-content/uploads/2025/09/plus.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: clamp(40px, 5cqw, 1000px);
  right: 0;
}
#method-benefits .gridbox .benefit-item:nth-of-type(4)::after {
  content: "";
  width: clamp(18px, 7.35%, 10000px);
  aspect-ratio: 1;
  background: url("/wp-content/uploads/2025/09/plus.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: clamp(15px, 6.5%, 10000px);
  right: clamp(50px, 11%, 10000px);
}
#method-benefits .gridbox .benefit-item:nth-of-type(4) {
  grid-column: 1/span 3;
  grid-row: 2;
}
#method-benefits .gridbox .benefit-item:nth-of-type(5) {
  grid-column: 4/span 3;
  grid-row: 2;
  background: #40B9B3;
  color: #fff;
}
#method-benefits .gridbox .benefit-item:nth-of-type(5) .cls-1 {
  fill: #fff;
}
#method-benefits .gridbox .benefit-item:last-of-type .benefit-title .cls-1 {
  fill: #fff;
}
#method-benefits .gridbox .benefit-title {
  font-size: clamp(20px, 1.8vw, 22px);
  font-weight: 600;
  margin-bottom: clamp(18px, 3.27vw, 100cqw);
  gap: clamp(10px, 0.6944vw, 100cqw);
}
#method-benefits .gridbox .benefit-title svg {
  width: clamp(32px, 2.62vw, 100cqw);
  height: clamp(32px, 2.62vw, 100cqw);
}
#method-benefits .gridbox .benefit-title .cls-1 {
  fill: #3A4447;
}

#about-service-2 .gridbox {
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(30px, 4.3442vw, 100cqw);
  margin-top: clamp(18px, 3.27vw, 100cqw);
}
#about-service-2 .gridbox .item {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  text-align: center;
}
#about-service-2 .gridbox .item::before {
  content: "";
  width: clamp(32px, 3.36vw, 52px);
  aspect-ratio: 4.5;
  background: url("/wp-content/uploads/2025/09/devider.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: absolute;
  top: 50%;
  right: 107%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#about-service-2 .gridbox .item:first-of-type::before {
  content: "";
  display: none;
}
#about-service-2 .gridbox .item:nth-of-type(3)::before {
  content: "";
  right: 100%;
}
#about-service-2 .gridbox .item:nth-of-type(even) {
  padding: clamp(24px, 2.786vw, 38px) clamp(17px, 1.393vw, 24px);
  background: #E2EAF0;
  border-radius: clamp(10px, 0.6944vw, 100cqw);
}
#about-service-2 .gridbox .item:nth-of-type(even)::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #40B9B3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: clamp(10px, 0.6944vw, 100cqw);
  -webkit-transform: rotate(-3.11deg) translateX(13px) scale(1.05);
          transform: rotate(-3.11deg) translateX(13px) scale(1.05);
  z-index: -1;
}

#steps .steps-box {
  margin: 0 auto;
  margin-top: clamp(18px, 3.27vw, 100cqw);
  gap: clamp(10px, 0.6944vw, 100cqw);
  max-width: 890px;
  width: 100%;
}
#steps .steps-box .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 1.639vw, 32px);
  -webkit-box-align: anchor-center;
      -ms-flex-align: anchor-center;
          align-items: anchor-center;
}
#steps .steps-box .step-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#steps .steps-box .step-item:nth-of-type(1) .text-box {
  width: 100%;
  max-width: 320px;
}
#steps .steps-box .step-item:nth-of-type(5) .text-box {
  width: 100%;
  max-width: 320px;
}
#steps .steps-box .step-item:nth-of-type(2) {
  margin-left: auto;
}
#steps .steps-box .step-item:nth-of-type(2) .text-box {
  max-width: 480px;
  width: 100%;
  text-align: right;
}
#steps .steps-box .step-item:nth-of-type(2) .step-number::after {
  right: unset;
  left: 5px;
}
#steps .steps-box .step-item:nth-of-type(4) {
  margin-left: auto;
}
#steps .steps-box .step-item:nth-of-type(4) .text-box {
  max-width: 480px;
  width: 100%;
  text-align: right;
}
#steps .steps-box .step-item:nth-of-type(4) .step-number::after {
  right: unset;
  left: 5px;
}
#steps .steps-box .step-number {
  font-size: clamp(60px, 10vw, 150px);
  font-weight: 500;
  color: #004379;
  position: relative;
  line-height: 0.7;
}
#steps .steps-box .step-number::after {
  content: "";
  width: clamp(80px, 6.55vw, 100px);
  aspect-ratio: 1;
  background: #CCECF6;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: -1;
}
#steps .steps-box .text-box {
  background: #E2EAF0;
  border-radius: clamp(10px, 0.6944vw, 100cqw);
  padding: clamp(24px, 2vw, 32px) clamp(20px, 1.639vw, 24px);
}
#steps .steps-box .step-title, #steps .steps-box h6 {
  font-weight: 600;
}
#steps .steps-box .text-block {
  margin-top: clamp(10px, 0.6944vw, 100cqw);
  gap: 60px;
}
#steps .steps-box .text-block:has(.image) {
  margin-top: clamp(20px, 1.6393vw, 24px);
}
#steps .steps-box .text-block:has(.image) p {
  margin-bottom: clamp(20px, 1.6393vw, 24px);
}
#steps h6 {
  font-size: 1rem;
  margin-bottom: clamp(20px, 1.6393vw, 24px);
}
#steps .imagebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(10px, 0.6944vw, 100cqw);
}
#steps .imagebox .image {
  border-radius: clamp(10px, 0.6944vw, 100cqw);
  overflow: hidden;
}
#steps .imagebox .image:last-child {
  width: 100%;
  max-width: 96px;
  margin-left: auto;
}

#service_faq .gridbox {
  margin-top: clamp(18px, 3.27vw, 100cqw);
  grid-template-columns: repeat(auto-fill, minmax(clamp(280px, 45%, 1000px), 1fr));
  gap: clamp(24px, 3.278vw, 40px);
}
#service_faq .image {
  border-radius: clamp(10px, 0.6944vw, 100cqw);
  overflow: hidden;
}
#service_faq .faq-item {
  border-top: 1px solid #EEEEEE;
  padding: 28px 0;
  overflow: hidden;
}
#service_faq .question {
  font-size: 20px;
  font-weight: 500;
  gap: 20px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
#service_faq .question span {
  background: transparent;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#service_faq .question:hover span {
  background: #004379;
}
#service_faq .question:hover .cls-1 {
  stroke: #fff;
}
#service_faq .question .cls-1 {
  stroke: #00A19A;
  stroke-width: 2;
  -webkit-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}
#service_faq .question span.rotate {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#service_faq .answer {
  max-height: 0;
  position: absolute;
  top: -100%;
  margin-top: 1.25rem;
  padding: 1rem;
  opacity: 0;
  -webkit-transition: max-height 2s ease-in-out, opacity 0.5s ease-in-out;
  transition: max-height 2s ease-in-out, opacity 0.5s ease-in-out;
}
#service_faq .answer.show {
  max-height: 5000px;
  position: relative;
  top: 0;
  opacity: 1;
}

.g_price_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.g_price_row span {
  width: 100% !important;
}

.minmax-box {
  margin: 0 auto;
  margin-top: clamp(18px, 3.27vw, 100cqw);
  border-radius: clamp(10px, 0.6944vw, 100cqw);
  background: #004379;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 3.688vw, 60px);
  padding: 34px 67px;
  max-width: 880px;
  width: 100%;
}
.minmax-box .col {
  text-align: center;
}
.minmax-box .st-text, .minmax-box .p-text {
  color: #fff;
}
.minmax-box .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.minmax-box .image img {
  width: clamp(34px, 2.786vw, 50px);
  height: clamp(34px, 2.786vw, 50px);
}

.licences_func .licence {
  padding: 63px 56px;
  margin-bottom: 20px;
}
.licences_func .licence:last-of-type {
  margin-bottom: 0;
}
.licences_func .licence .width-content {
  max-width: 100%;
  margin: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.licences_func .licence .grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.licences_func .licence h2 {
  margin-bottom: 0 !important;
  max-width: 20em;
}
.licences_func .grid-x > .small-7 {
  padding-right: 0;
  padding-left: 0;
  width: auto;
}
.licences_func .grid-x > .small-5 {
  padding-right: 0;
  padding-left: 0;
  width: auto;
}

#comparison-tab h2 {
  text-align: center;
  margin-bottom: clamp(18px, 3.27vw, 100cqw);
}
#comparison-tab .tab-nav {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: clamp(18px, 3.27vw, 100cqw);
}
#comparison-tab .tab-nav .tab-button {
  font-size: 20px;
  font-weight: 500;
  padding: 0 6%;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-wrap: balance;
}
#comparison-tab .tab-nav .tab-button.active {
  color: #004379;
  border-bottom: 3px solid #004379;
}
#comparison-tab .tab-content {
  position: relative;
}
#comparison-tab .tab-content .comparison-content {
  display: none;
  opacity: 0;
  position: absolute;
  top: -1000%;
  max-height: 0;
  height: 100%;
  -webkit-transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}
#comparison-tab .tab-content .comparison-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  position: relative;
  top: unset;
  max-height: 10000000px;
  height: 100%;
}
#comparison-tab .tab-content .comparison-content__tab {
  background: #F5F8FA;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}
#comparison-tab .tab-content .comparison-content__tab h4 {
  font-size: 27px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
#comparison-tab .tab-content .comparison-content__tab table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 0;
}
#comparison-tab .tab-content .comparison-content__tab table td {
  padding: 10px;
  vertical-align: middle;
  color: #303A3D;
}
#comparison-tab .tab-content .comparison-content__tab table th {
  width: 22%;
  border-bottom: 1px solid #D1D9E5;
}
#comparison-tab .tab-content .comparison-content__tab table thead {
  background: transparent;
  border-bottom: 1px solid #D1D9E5;
}
#comparison-tab .tab-content .comparison-content__tab table thead td {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
#comparison-tab .tab-content .comparison-content__tab table thead td span {
  display: none;
}
#comparison-tab .tab-content .comparison-content__tab table thead td:first-child {
  text-align: left;
}
#comparison-tab .tab-content .comparison-content__tab table thead td:nth-child(2) {
  border-radius: 10px 10px 0 0;
}
#comparison-tab .tab-content .comparison-content__tab table tbody {
  background: transparent;
}
#comparison-tab .tab-content .comparison-content__tab table tbody tr {
  border-bottom: 1px solid #D1D9E5;
}
#comparison-tab .tab-content .comparison-content__tab table tbody tr:nth-child(odd) {
  background: transparent;
}
#comparison-tab .tab-content .comparison-content__tab table tbody tr:nth-child(even) {
  background: transparent;
}
#comparison-tab .tab-content .comparison-content__tab table tbody tr:last-child {
  border-bottom: none;
}
#comparison-tab .tab-content .comparison-content__tab table tbody tr:last-child td:nth-child(2) {
  border-radius: 0 0 10px 10px;
}
#comparison-tab .tab-content .comparison-content__tab table tbody tr td:first-child {
  font-weight: 500;
}
#comparison-tab .tab-content .comparison-content__tab table td:nth-child(2), #comparison-tab .tab-content .comparison-content__tab table th:nth-child(2) {
  background: #CCECF6;
}
#comparison-tab h2.ta-left {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 40px !important;
}
#comparison-tab .which-choose {
  grid-template-columns: repeat(auto-fill, minmax(clamp(280px, 18.3vw, 100cqw), 1fr));
  gap: clamp(20px, 1.63vw, 100cqw);
}
#comparison-tab .which-choose .item {
  padding: clamp(18px, 3.27vw, 100cqw) clamp(18px, 2.295vw, 100cqw);
  background: #E2EAF0;
  position: relative;
  border-radius: clamp(10px, 0.6944vw, 100cqw);
  overflow: hidden;
}
#comparison-tab .which-choose .item:first-of-type {
  background: #CCECF6;
}
#comparison-tab .which-choose .item:nth-of-type(2) {
  background: #00A19A;
  color: #fff;
}
#comparison-tab .which-choose .item:nth-of-type(2) .cls-1 {
  fill: #fff !important;
}
#comparison-tab .which-choose .item:last-of-type {
  background: #ADE6F8;
}
#comparison-tab .which-choose .item .title {
  font-size: clamp(20px, 1.8vw, 22px);
  font-weight: 600;
  margin-bottom: clamp(18px, 3.27vw, 100cqw);
  gap: clamp(10px, 0.6944vw, 100cqw);
}
#comparison-tab .which-choose .item .title svg {
  width: clamp(32px, 2.62vw, 100cqw);
  height: clamp(32px, 2.62vw, 100cqw);
}
#comparison-tab .which-choose .item .title .cls-1 {
  fill: #3A4447;
}

@media (max-width: 768px) {
  #about-service-2 .gridbox .item::before {
    content: "";
    display: none;
  }
  #about-service-2 .gridbox .item:nth-of-type(3)::before {
    display: none;
  }

  #comparison-tab h2 {
    margin-bottom: 40px;
  }
  #comparison-tab .tab-nav {
    margin-bottom: 40px;
    overflow: auto;
  }
  #comparison-tab .tab-nav .tab-button {
    min-width: 250px;
  }
  #comparison-tab .tab-content {
    overflow: auto;
  }
  #comparison-tab .tab-content .comparison-content {
    min-width: 1200px;
  }
}
@media (max-width: 600px) {
  .licences_func {
    padding: 0;
    margin-bottom: 70px;
  }
  .licences_func .licence {
    padding: 40px 32px;
  }

  .services_faq_func {
    padding: 0;
    margin-bottom: 70px;
  }

  .services_faq_func h2 {
    padding: 0;
  }

  .author_func .free_consult {
    padding: 0;
  }
  .author_func .free_consult .czitata {
    padding: 0;
  }

  .fc_breadcrumbs p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fc_breadcrumbs span {
    white-space: break-spaces;
  }

  .max-width-60 {
    max-width: 100%;
  }

  #service-hero {
    background: unset !important;
    padding-bottom: 0;
    margin-bottom: 70px;
  }

  #about-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px;
  }
  #about-service .image-box {
    width: 100%;
  }
  #about-service .marker-plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  #about-method .gridbox {
    grid-template-columns: 1fr;
  }
  #about-method .gridbox .item {
    grid-template-columns: 1fr;
  }

  .result-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .result-slider .result-img-box {
    width: 100%;
  }
  .result-slider .flexbox:has(.result-text) {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  #method-benefits .gridbox {
    grid-template-columns: 1fr;
  }
  #method-benefits .gridbox .benefit-item:first-of-type {
    background: #CCECF6;
    grid-column: 1/span 1;
    grid-row: auto;
  }
  #method-benefits .gridbox .benefit-item:nth-of-type(2) {
    grid-column: 1/span 1;
    grid-row: auto;
  }
  #method-benefits .gridbox .benefit-item:nth-of-type(3) {
    grid-column: 1/span 1;
    grid-row: auto;
  }
  #method-benefits .gridbox .benefit-item:nth-of-type(3)::before {
    content: "";
    display: none;
  }
  #method-benefits .gridbox .benefit-item:nth-of-type(3)::after {
    content: "";
    display: none;
  }
  #method-benefits .gridbox .benefit-item:nth-of-type(4)::before {
    content: "";
    display: none;
  }
  #method-benefits .gridbox .benefit-item:nth-of-type(4)::after {
    content: "";
    display: none;
  }
  #method-benefits .gridbox .benefit-item:nth-of-type(4) {
    grid-column: 1/span 1;
    grid-row: auto;
  }
  #method-benefits .gridbox .benefit-item:nth-of-type(5) {
    grid-column: 1/span 1;
    grid-row: auto;
  }

  #about-service-2 .gridbox {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  #about-service-2 .gridbox .item:nth-of-type(even)::after {
    content: "";
    left: 50%;
    -webkit-transform: rotate(-3.11deg) translateX(-50%) scale(1.05);
            transform: rotate(-3.11deg) translateX(-50%) scale(1.05);
  }

  #steps .steps-box .text-block:has(.image) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main_grid_price_row {
    grid-template-columns: 1fr;
  }

  .minmax-box {
    grid-template-columns: 1fr;
  }

  .czitata_grisha_func {
    margin-bottom: 60px;
  }

  #comparison-tab .tab-nav {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
    border-radius: 10px;
    border: 1px solid #004379;
    padding: 16px 44px 16px 12px;
    position: relative;
  }
  #comparison-tab .tab-nav::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("/wp-content/uploads/2025/09/down-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 16px;
    right: 12px;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  #comparison-tab .tab-nav .tab-button {
    display: none;
    font-size: 15px;
    text-align: left;
    padding: 0 0;
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #comparison-tab .tab-nav .tab-button.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
  }
  #comparison-tab tr td:first-child {
    max-width: 100px !important;
  }

  #comparison-tab .tab-content .comparison-content {
    min-width: auto;
  }
  #comparison-tab .tab-content .comparison-content__tab table tbody tr td {
    display: none;
  }
  #comparison-tab .tab-content .comparison-content__tab table tbody tr td:first-child {
    font-size: 14px;
    display: table-cell !important;
  }
  #comparison-tab .tab-content .comparison-content__tab table tbody tr td.active {
    display: table-cell;
  }
  #comparison-tab .tab-content .comparison-content__tab table thead td {
    font-size: 16px;
    display: none;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
  }
  #comparison-tab .tab-content .comparison-content__tab table thead td span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #8B96A6;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #comparison-tab .tab-content .comparison-content__tab table thead td span:first-child {
    left: 16px;
  }
  #comparison-tab .tab-content .comparison-content__tab table thead td span:last-child {
    right: 16px;
  }
  #comparison-tab .tab-content .comparison-content__tab table thead td:first-child {
    display: table-cell !important;
  }
  #comparison-tab .tab-content .comparison-content__tab table thead td.active {
    display: table-cell;
  }
}
/*# sourceMappingURL=services.css.map */