#page-services .section-hero .flex-wrapper .right-image img, #page-services .section-hero .flex-wrapper .right-image::before, #page-services .section-hero .flex-wrapper .right-image, .section-general-cta .wrapper-image img, .section-general-cta .wrapper-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-services .section-hero .flex-wrapper a.right-image::before, #page-services .section-hero .flex-wrapper a.right-image, .section-general-cta a.wrapper-image {
  text-indent: -999px;
  overflow: hidden;
}

#page-services .section-hero .flex-wrapper button.right-image::before, #page-services .section-hero .flex-wrapper button.right-image, .section-general-cta button.wrapper-image {
  text-indent: -999px;
  overflow: hidden;
}

.section-general-cta {
  position: relative;
  margin-top: -85rem;
}
.section-general-cta::before {
  content: "";
  background-color: #0e0e0e;
  position: absolute;
  top: 85rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.section-general-cta .container {
  position: relative;
  z-index: 2;
}
.section-general-cta .wrapper {
  position: relative;
  margin: 0 auto;
  width: 1010rem;
}
@media (max-width: 1023px) {
  .section-general-cta .wrapper {
    width: 100%;
  }
}
.section-general-cta .wrapper-image {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section-general-cta .wrapper-image {
    border-radius: 10px;
  }
}
.section-general-cta .wrapper-content {
  position: relative;
  width: 450rem;
  padding: 50rem 0 50rem 90rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  .section-general-cta .wrapper-content {
    width: 100%;
    padding: 30rem;
  }
}
.section-general-cta .wrapper-content--title {
  color: white;
  font-family: "Sewimple Pol";
  font-size: 36rem;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .section-general-cta .wrapper-content--title {
    font-size: 30rem;
  }
}
.section-general-cta .wrapper-content--description {
  margin-top: 20rem;
}
@media (max-width: 1023px) {
  .section-general-cta .wrapper-content--description {
    width: 300rem;
  }
}
.section-general-cta .wrapper-content--description p {
  color: white;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.4;
}
.section-general-cta .wrapper-content--cta {
  margin-top: 35rem;
}

#page-services {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#page-services .section-hero {
  position: relative;
}
@media (max-width: 1023px) {
  #page-services .section-hero {
    padding: 130rem 0 50rem;
  }
}
#page-services .section-hero .vector {
  position: absolute;
  top: 0;
  left: 70rem;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-services .section-hero .vector {
    display: none;
  }
}
#page-services .section-hero .vector svg {
  width: 665rem;
  height: unset;
}
#page-services .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-services .section-hero .flex-wrapper {
  padding-left: 30rem;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  #page-services .section-hero .flex-wrapper {
    padding-left: 0;
    flex-direction: column-reverse;
  }
}
#page-services .section-hero .flex-wrapper .left {
  width: 38%;
  flex-shrink: 0;
  padding-bottom: 120rem;
}
@media (max-width: 1023px) {
  #page-services .section-hero .flex-wrapper .left {
    margin-top: 30rem;
    padding-bottom: 50rem;
    width: 100%;
  }
}
#page-services .section-hero .flex-wrapper .left-small {
  color: #222221;
  font-family: "Sewimple Pol";
  font-size: 23rem;
  font-weight: 400;
}
#page-services .section-hero .flex-wrapper .left-title {
  margin-top: 5rem;
  color: #222221;
  font-family: "Sewimple Pol";
  font-size: 70rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  #page-services .section-hero .flex-wrapper .left-title {
    font-size: 50rem;
  }
}
#page-services .section-hero .flex-wrapper .left-cta {
  margin-top: 15rem;
}
#page-services .section-hero .flex-wrapper .left-cta a span {
  margin-left: 8rem;
}
#page-services .section-hero .flex-wrapper .left-cta a svg path {
  fill: #c7aa6b;
  transition-property: fill;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-services .section-hero .flex-wrapper .left-cta a:hover svg path {
  fill: white;
}
#page-services .section-hero .flex-wrapper .right {
  position: relative;
  width: 62vw;
  height: 590rem;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 0 0 0 100px;
}
@media (max-width: 1023px) {
  #page-services .section-hero .flex-wrapper .right {
    border-radius: 10px;
    width: 100%;
    height: 300rem;
  }
}
@media (max-width: 767px) {
  #page-services .section-hero .flex-wrapper .right {
    height: 200rem;
  }
}
#page-services .section-hero .flex-wrapper .right-image::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 2;
}
#page-services .section-dreams {
  position: relative;
  margin-top: -10rem;
}
@media (max-width: 1023px) {
  #page-services .section-dreams {
    margin-top: 0;
  }
}
#page-services .section-dreams .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-services .section-dreams .flex-wrapper {
    flex-direction: column;
  }
}
#page-services .section-dreams .flex-wrapper .left {
  position: relative;
  margin-left: -47rem;
}
@media (max-width: 1023px) {
  #page-services .section-dreams .flex-wrapper .left {
    margin-left: 0;
  }
}
#page-services .section-dreams .flex-wrapper .left-image {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#page-services .section-dreams .flex-wrapper .left-image img {
  width: 540rem;
  height: unset;
}
@media (max-width: 1023px) {
  #page-services .section-dreams .flex-wrapper .left-image img {
    width: 100%;
  }
}
#page-services .section-dreams .flex-wrapper .right {
  width: 765rem;
}
@media (max-width: 1023px) {
  #page-services .section-dreams .flex-wrapper .right {
    width: 100%;
    margin-top: 30rem;
  }
}
#page-services .section-dreams .flex-wrapper .right-description p {
  color: #6c6c6c;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-align: justify;
}
#page-services .section-dreams .flex-wrapper .right-description p:not(:last-child) {
  margin-bottom: 20rem;
}
#page-services .section-dreams.no-image {
  padding: 50rem 0;
  margin: 0;
}
#page-services .section-dreams.no-image .flex-wrapper .right {
  width: 100%;
  margin: 0;
  padding: 0;
}
#page-services .section-levels {
  padding: 95rem 0 110rem;
}
#page-services .section-levels .headline {
  text-align: center;
}
#page-services .section-levels .headline-title {
  color: #222221;
  font-family: "Sewimple Pol";
  font-size: 35rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  #page-services .section-levels .headline-title {
    font-size: 25rem;
  }
}
#page-services .section-levels .flex-wrapper {
  margin-top: 75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 120rem;
  grid-row-gap: 40rem;
}
@media (max-width: 1023px) {
  #page-services .section-levels .flex-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-services .section-levels .flex-wrapper .item-header {
  display: flex;
  align-items: flex-start;
}
#page-services .section-levels .flex-wrapper .item-header--label {
  color: #222221;
  font-size: 36rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.04em;
}
#page-services .section-levels .flex-wrapper .item-header--count {
  position: relative;
  top: 20rem;
  left: -45rem;
}
#page-services .section-levels .flex-wrapper .item-header--count span {
  color: #c7aa6b;
  font-size: 57rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
}
#page-services .section-levels .flex-wrapper .item-header--count span:nth-child(1) {
  position: relative;
  bottom: -10rem;
}
#page-services .section-levels .flex-wrapper .item-header--title {
  position: relative;
  top: 38rem;
  left: -15rem;
  color: #222221;
  font-size: 23rem;
  font-weight: 700;
}
#page-services .section-levels .flex-wrapper .item-description {
  margin-top: 40rem;
}
#page-services .section-levels .flex-wrapper .item-description ul li {
  position: relative;
  padding-left: 15rem;
  color: #222221;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
#page-services .section-levels .flex-wrapper .item-description ul li:not(:last-child) {
  margin-bottom: 10rem;
}
#page-services .section-levels .flex-wrapper .item-description ul li::before {
  content: "";
  position: absolute;
  top: 11rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50px;
  background-color: #222221;
  z-index: 1;
}
#page-services .section-levels .flex-wrapper .item-description ul li strong {
  font-weight: 600;
}
#page-services .section-grid {
  padding: 0 0 155rem;
}
#page-services .section-grid .flex-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20rem;
  grid-row-gap: 15rem;
}
@media (max-width: 1023px) {
  #page-services .section-grid .flex-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30rem;
  }
}
#page-services .section-grid .flex-wrapper .item-header {
  margin-bottom: 25rem;
  position: relative;
  display: flex;
  align-items: center;
}
#page-services .section-grid .flex-wrapper .item-header::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 55rem;
  right: 15rem;
  transform: translateY(-50%);
  height: 1rem;
  background-color: rgba(34, 34, 33, 0.5);
  z-index: 1;
}
#page-services .section-grid .flex-wrapper .item-header--count {
  color: #222221;
  font-family: "Sewimple Pol";
  font-size: 18rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
#page-services .section-grid .flex-wrapper .item-header--line {
  flex-grow: 1;
  background-color: rgba(34, 34, 33, 0.5);
}
#page-services .section-grid .flex-wrapper .item-title {
  margin-top: 15rem;
  color: #222221;
  font-family: "Sewimple Pol";
  font-size: 18rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
#page-services .section-grid .flex-wrapper .item-description {
  width: 350rem;
  margin-top: 30rem;
}
#page-services .section-grid .flex-wrapper .item-description p {
  color: #222221;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
/*# sourceMappingURL=services.min.css.map */
