.content:not(.archive-services__content-wrap) > *:first-child {
  margin-top: 0 !important;
}
.content-wrap {
  padding-bottom: max( 100 / 19.2 * 1vw, 40px);
}
.content__padding {
  padding-bottom: 80px;
}
.content-sidebar {
  display: flex;
  justify-content: space-between;
}
.content-sidebar > *:first-child {
  flex: 0 0 74.4%;
}
.content-columns {
  display: flex;
  justify-content: space-between;
}
.content-columns .content-text {
  flex: 0 0 49%;
}
.content-columns .content-image {
  flex: 1;
  margin-left: 130px;
  position: sticky;
  top: 15px;
  height: 100%;
}
.content-columns .content-image:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.content-columns .content-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.content .wp-block-image {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: max( 30 / 19.2 * 1vw, 15px);
}
.content .wp-block-image:after {
  content: "";
  padding-bottom: 38.5%;
  display: block;
}
.content .wp-block-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .wp-block-columns {
  padding: 60px 0;
  margin-bottom: 0;
}
.content .wp-block-columns.is-layout-flex {
  gap: 30px;
}
.content > p:not(:last-child) {
  margin-bottom: max( 15 / 19.2 * 1vw, 15px);
}
.content > h1 {
  margin-bottom: max( 40 / 19.2 * 1vw, 20px);
}
.content > h2 {
  margin-top: max( 25 / 19.2 * 1vw, 15px);
  margin-bottom: max( 35 / 19.2 * 1vw, 20px);
}
.content > h3 {
  margin-top: max( 20 / 19.2 * 1vw, 10px);
  margin-bottom: max( 30 / 19.2 * 1vw, 15px);
}
.content > h4 {
  margin-top: max( 15 / 19.2 * 1vw, 5px);
  margin-bottom: max( 25 / 19.2 * 1vw, 10px);
}
.content > h5 {
  margin-top: max( 10 / 19.2 * 1vw, 5px);
  margin-bottom: max( 20 / 19.2 * 1vw, 5px);
}
.content > h6 {
  margin-top: max( 5 / 19.2 * 1vw, 5px);
  margin-bottom: max( 15 / 19.2 * 1vw, 5px);
}

.content-text .wp-block-image {
  position: sticky;
  top: 15px;
  overflow: hidden;
  border-radius: 130px;
}
.content-text .wp-block-image img {
  width: 100%;
}
.content-text .wp-block-columns {
  margin: 0 -65px 80px;
}
.content-text > *:last-child {
  margin-bottom: 0 !important;
}
.content-text .wp-block-column {
  padding: 0 65px;
}

.text-block > *:first-child,
.wp-block-column > *:first-child {
  padding-top: 0 !important;
}
.text-block > p,
.wp-block-column > p {
  font-weight: 400;
  font-size: max( 16 / 19.2 * 1vw, 16px);
  line-height: 150%;
  color: var(--color, var(--color6E));
}
.text-block > p:not(:last-child),
.wp-block-column > p:not(:last-child) {
  margin-bottom: 15px;
}
.text-block > h1,
.wp-block-column > h1 {
  margin-bottom: max( 40 / 19.2 * 1vw, 20px);
}
.text-block > h2,
.wp-block-column > h2 {
  margin-top: max( 25 / 19.2 * 1vw, 15px);
  margin-bottom: max( 35 / 19.2 * 1vw, 20px);
}
.text-block > h3,
.wp-block-column > h3 {
  margin-top: max( 20 / 19.2 * 1vw, 10px);
  margin-bottom: max( 30 / 19.2 * 1vw, 15px);
}
.text-block > h4,
.wp-block-column > h4 {
  margin-top: max( 15 / 19.2 * 1vw, 5px);
  margin-bottom: max( 25 / 19.2 * 1vw, 10px);
}
.text-block > h5,
.wp-block-column > h5 {
  margin-top: max( 10 / 19.2 * 1vw, 5px);
  margin-bottom: max( 20 / 19.2 * 1vw, 5px);
}
.text-block > h6,
.wp-block-column > h6 {
  margin-top: max( 5 / 19.2 * 1vw, 5px);
  margin-bottom: max( 15 / 19.2 * 1vw, 5px);
}
.text-block ul,
.wp-block-column ul {
  margin-left: max( 8 / 19.2 * 1vw, 2px);
}
.text-block ul:not(:last-child),
.wp-block-column ul:not(:last-child) {
  margin-bottom: max( 40 / 19.2 * 1vw, 20px);
}
.text-block ol,
.wp-block-column ol {
  counter-reset: num;
}
.text-block ol:not(:last-child),
.wp-block-column ol:not(:last-child) {
  margin-bottom: max( 40 / 19.2 * 1vw, 20px);
}

table {
  margin-top: 20px;
  margin-bottom: 30px;
}
table tr {
  height: auto !important;
  border-top: 1px solid #D9D9D9;
}
table td {
  padding: 20px 0;
  height: auto !important;
  min-width: 100px;
  font-weight: 400;
  font-size: max( 16 / 19.2 * 1vw, 16px);
  line-height: 150%;
  color: var(--color, var(--color6E));
}
table td:last-child {
  text-align: end;
}
table td:not(:last-child) {
  padding-right: 53px;
  min-width: -moz-max-content;
  min-width: max-content;
}
table td:first-child {
  --color: #828282;
}

.table__responsive {
  width: 100%;
  overflow: auto;
}

.table:last-of-type tr:last-child {
  border-bottom: 0;
}

#text-image-block {
  padding: 80px 0;
}

.seo-block {
  margin-top: max( 60 / 19.2 * 1vw, 20px);
}
.seo-block__text.scroll-block {
  height: max( 540 / 19.2 * 1vw, 300px);
  overflow: auto;
  direction: rtl;
  padding-left: max( 40 / 19.2 * 1vw, 10px);
}
.seo-block__text.scroll-block > * {
  direction: ltr;
}
.seo-block__text.scroll-block::-webkit-scrollbar {
  width: 14px;
}
.seo-block__text.scroll-block::-webkit-scrollbar-thumb {
  background: var(--colorB0);
  border-radius: 41px;
}
.seo-block__text.scroll-block::-webkit-scrollbar-track {
  background-color: #CBCFCF;
  border-radius: 0px;
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
  background-clip: padding-box;
}

@media (max-width: 1280px) {
  .content-columns .content-text {
    flex: 0 0 57%;
  }
  .content-columns .content-image {
    margin-left: 80px;
  }
}
@media (max-width: 1199px) {
  .content-sidebar > *:first-child {
    flex: 0 0 70%;
  }
}
@media (max-width: 991px) {
  .content-columns {
    flex-direction: column;
  }
  .content-columns .content-image {
    width: 50%;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  table td:not(:last-child) {
    padding-right: 20px;
  }
  .content__padding {
    padding-bottom: 40px;
  }
  .content .wp-block-columns.is-layout-flex {
    gap: 15px;
  }
  .content .wp-block-columns {
    padding: 30px 0;
  }
}
@media (max-width: 375px) {
  .content-columns .content-image {
    width: 100%;
  }
}/*# sourceMappingURL=content.css.map */