:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ab00493 */.rs-intro,
.rs-intro * {
  box-sizing: border-box;
}

.rs-intro {
  position: relative;
  overflow: hidden;
  padding: 140px 30px;
  background: #ffffff;
  font-family: "Manrope", sans-serif;
}

.rs-intro::before {
  position: absolute;
  top: 80px;
  right: -180px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(22, 152, 213, 0.08);
  border-radius: 50%;
  content: "";
}

.rs-intro::after {
  position: absolute;
  top: 165px;
  right: -95px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(22, 152, 213, 0.07);
  border-radius: 50%;
  content: "";
}

.rs-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.rs-section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1698d5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rs-section-label::before {
  width: 36px;
  height: 2px;
  background: #1698d5;
  content: "";
}

.rs-intro h2 {
  max-width: 900px;
  margin: 24px 0 32px;
  color: #4c4a49;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.rs-intro-text {
  max-width: 820px;
  margin: 0;
  color: #66696c;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.75;
}

.rs-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 78px;
}

.rs-fact {
  position: relative;
  overflow: hidden;
  min-height: 265px;
  padding: 34px 30px;
  border: 1px solid rgba(76, 74, 73, 0.08);
  border-radius: 24px;
  background: #f7f9fb;
  transition:
    transform 300ms ease,
    background-color 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.rs-fact::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    #1698d5,
    rgba(22, 152, 213, 0.2)
  );
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 350ms ease;
}

.rs-fact::after {
  position: absolute;
  right: -55px;
  bottom: -65px;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(22, 152, 213, 0.13);
  border-radius: 50%;
  content: "";
  transition: transform 400ms ease;
}

.rs-fact:hover {
  transform: translateY(-8px);
  border-color: rgba(22, 152, 213, 0.18);
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(35, 46, 54, 0.11);
}

.rs-fact:hover::before {
  transform: scaleX(1);
}

.rs-fact:hover::after {
  transform: scale(1.2);
}

.rs-fact__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 38px;
  border: 1px solid rgba(22, 152, 213, 0.18);
  border-radius: 18px;
  background: rgba(22, 152, 213, 0.07);
  transition:
    transform 300ms ease,
    background-color 300ms ease,
    border-color 300ms ease;
}

.rs-fact:hover .rs-fact__icon {
  transform: translateY(-3px);
  border-color: rgba(22, 152, 213, 0.3);
  background: rgba(22, 152, 213, 0.12);
}

.rs-fact__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #1698d5;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rs-fact strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 9px;
  color: #4c4a49;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.rs-fact span {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 210px;
  color: #717477;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .rs-intro {
    padding: 110px 28px;
  }

  .rs-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rs-intro h2 {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .rs-intro {
    padding: 85px 20px;
  }

  .rs-intro h2 {
    margin-top: 20px;
    font-size: 44px;
    line-height: 1.1;
  }

  .rs-intro-text {
    font-size: 18px;
    line-height: 1.7;
  }

  .rs-facts {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 50px;
  }

  .rs-fact {
    min-height: 235px;
    padding: 30px 26px;
  }

  .rs-fact__icon {
    margin-bottom: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f46fe9 */.rs-philosophy,
.rs-philosophy * {
  box-sizing: border-box;
}

.rs-philosophy {
  position: relative;
  overflow: hidden;
  padding: 140px 30px 0;
  color: #ffffff;
  background:
    linear-gradient(
      135deg,
      #202d36 0%,
      #18252e 52%,
      #101b22 100%
    );
  font-family: "Manrope", sans-serif;
}

.rs-philosophy__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

.rs-philosophy__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}

.rs-philosophy__glow--one {
  top: -280px;
  right: -180px;
  width: 680px;
  height: 680px;
  background: radial-gradient(
    circle,
    rgba(22, 152, 213, 0.2) 0%,
    rgba(22, 152, 213, 0.06) 42%,
    transparent 72%
  );
}

.rs-philosophy__glow--two {
  bottom: 100px;
  left: -350px;
  width: 720px;
  height: 720px;
  background: radial-gradient(
    circle,
    rgba(22, 152, 213, 0.11) 0%,
    transparent 70%
  );
}

.rs-section-label--light {
  color: #63c9f4;
}

.rs-philosophy__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: 90px;
}

.rs-philosophy__intro h2 {
  max-width: 820px;
  margin: 24px 0 0;
  color: #ffffff;
  font-size: clamp(46px, 5.4vw, 76px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.rs-philosophy__intro-text {
  padding-bottom: 7px;
}

.rs-philosophy__intro-text p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 17px;
  line-height: 1.8;
}

.rs-philosophy__divider {
  width: 100%;
  height: 1px;
  margin: 75px 0 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.04)
  );
}

.rs-philosophy__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rs-philosophy-card {
  position: relative;
  min-height: 390px;
  padding: 58px 48px 52px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition:
    background-color 350ms ease,
    transform 350ms ease;
}

.rs-philosophy-card:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.rs-philosophy-card:hover {
  background: rgba(255, 255, 255, 0.035);
}

.rs-philosophy-card__number {
  position: absolute;
  top: 30px;
  right: 34px;
  color: rgba(255, 255, 255, 0.15);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.rs-philosophy-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 45px;
  border: 1px solid rgba(99, 201, 244, 0.38);
  border-radius: 50%;
  background: rgba(22, 152, 213, 0.06);
  transition:
    border-color 350ms ease,
    background-color 350ms ease,
    transform 350ms ease;
}

.rs-philosophy-card__icon svg {
  width: 31px;
  height: 31px;
  stroke: #63c9f4;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rs-philosophy-card:hover .rs-philosophy-card__icon {
  border-color: #1698d5;
  background: rgba(22, 152, 213, 0.15);
  transform: translateY(-5px);
}

.rs-philosophy-card h3 {
  margin: 0 0 17px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.rs-philosophy-card p {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.75;
}

.rs-philosophy__statement {
  position: relative;
  max-width: 980px;
  margin: 80px auto 110px;
  padding: 40px 50px;
  text-align: center;
}

.rs-philosophy__statement-mark {
  height: 50px;
  margin-bottom: 12px;
  color: #1698d5;
  font-family: Georgia, serif;
  font-size: 86px;
  line-height: 1;
}

.rs-philosophy__statement blockquote {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: -0.035em;
}

.rs-philosophy__statement-line {
  display: block;
  width: 42px;
  height: 2px;
  margin: 35px auto 17px;
  background: #1698d5;
}

.rs-philosophy__statement p {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rs-philosophy__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 65px max(30px, calc((100vw - 1380px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.035);
}

.rs-philosophy__footer-label {
  display: block;
  margin-bottom: 14px;
  color: #63c9f4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.rs-philosophy__footer h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(29px, 3vw, 44px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.rs-philosophy__button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
  min-height: 62px;
  padding: 9px 10px 9px 28px;
  border: 1px solid rgba(99, 201, 244, 0.45);
  border-radius: 999px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition:
    border-color 300ms ease,
    background-color 300ms ease,
    transform 300ms ease;
}

.rs-philosophy__button > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1698d5;
  transition: transform 300ms ease;
}

.rs-philosophy__button svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rs-philosophy__button:hover {
  border-color: #1698d5;
  background: rgba(22, 152, 213, 0.11);
  transform: translateY(-2px);
}

.rs-philosophy__button:hover > span {
  transform: translateX(3px);
}

@media (max-width: 1024px) {
  .rs-philosophy {
    padding: 110px 28px 0;
  }

  .rs-philosophy__intro {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .rs-philosophy__intro-text p {
    max-width: 680px;
  }

  .rs-philosophy-card {
    min-height: 380px;
    padding: 48px 30px;
  }

  .rs-philosophy__footer {
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media (max-width: 767px) {
  .rs-philosophy {
    padding: 85px 20px 0;
  }

  .rs-philosophy__intro h2 {
    font-size: 43px;
  }

  .rs-philosophy__intro-text p {
    font-size: 16px;
  }

  .rs-philosophy__divider {
    margin-top: 50px;
  }

  .rs-philosophy__grid {
    grid-template-columns: 1fr;
  }

  .rs-philosophy-card {
    min-height: 0;
    padding: 45px 25px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .rs-philosophy-card:first-child {
    border-left: 0;
  }

  .rs-philosophy-card__icon {
    margin-bottom: 30px;
  }

  .rs-philosophy__statement {
    margin: 60px auto 80px;
    padding: 20px 0;
  }

  .rs-philosophy__statement blockquote {
    font-size: 29px;
  }

  .rs-philosophy__footer {
    align-items: flex-start;
    flex-direction: column;
    margin-right: -20px;
    margin-left: -20px;
    padding: 50px 20px;
  }

  .rs-philosophy__button {
    width: 100%;
    justify-content: space-between;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9328419 */.rs-contact,
.rs-contact * {
  box-sizing: border-box;
}

.rs-contact {
  position: relative;
  overflow: hidden;
  padding: 140px 30px;
  background:
    linear-gradient(
      180deg,
      #f7f9fb 0%,
      #ffffff 100%
    );
  font-family: "Manrope", sans-serif;
}

.rs-contact__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

.rs-contact__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.rs-contact__glow--one {
  top: -360px;
  right: -280px;
  width: 760px;
  height: 760px;
  background:
    radial-gradient(
      circle,
      rgba(22, 152, 213, 0.12) 0%,
      rgba(22, 152, 213, 0.035) 48%,
      transparent 72%
    );
}

.rs-contact__glow--two {
  bottom: -460px;
  left: -330px;
  width: 850px;
  height: 850px;
  background:
    radial-gradient(
      circle,
      rgba(76, 74, 73, 0.06) 0%,
      transparent 70%
    );
}

/* Kopfbereich */

.rs-contact__header {
  display: grid;
  grid-template-columns:
    minmax(0, 1.35fr)
    minmax(320px, 0.65fr);
  align-items: end;
  gap: 90px;
  margin-bottom: 75px;
}

.rs-contact__headline h2 {
  max-width: 900px;
  margin: 24px 0 0;
  color: #4c4a49;
  font-size: clamp(46px, 5.5vw, 76px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.rs-contact__intro {
  padding-bottom: 7px;
}

.rs-contact__intro p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #74777b;
  font-size: 17px;
  line-height: 1.8;
}

.rs-contact__mail-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1698d5;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.rs-contact__mail-link span {
  font-size: 18px;
  transition: transform 250ms ease;
}

.rs-contact__mail-link:hover span {
  transform: translate(3px, -3px);
}

/* Hauptlayout */

.rs-contact__content {
  display: grid;
  grid-template-columns:
    minmax(330px, 0.75fr)
    minmax(0, 1.4fr);
  overflow: hidden;
  border: 1px solid rgba(76, 74, 73, 0.1);
  border-radius: 32px;
  background: #ffffff;
  box-shadow:
    0 30px 80px rgba(35, 46, 54, 0.09);
}

/* Linke Kontaktseite */

.rs-contact__details {
  position: relative;
  overflow: hidden;
  padding: 64px 52px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(22, 152, 213, 0.28),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #263640 0%,
      #16232c 100%
    );
}

.rs-contact__details::after {
  position: absolute;
  right: -100px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(99, 201, 244, 0.12);
  border-radius: 50%;
  content: "";
}

.rs-contact__details-header,
.rs-contact__info-list,
.rs-contact__note {
  position: relative;
  z-index: 2;
}

.rs-contact__details-label {
  display: block;
  margin-bottom: 19px;
  color: #63c9f4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.rs-contact__details-header h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.rs-contact__details-header p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.75;
}

.rs-contact__info-list {
  display: grid;
  gap: 0;
  margin-top: 52px;
}

.rs-contact__info-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rs-contact__info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(99, 201, 244, 0.3);
  border-radius: 50%;
  background: rgba(22, 152, 213, 0.08);
}

.rs-contact__info-icon svg {
  width: 21px;
  height: 21px;
  stroke: #63c9f4;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rs-contact__info-item span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rs-contact__info-item strong,
.rs-contact__info-item a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.rs-contact__info-item a {
  transition: color 250ms ease;
}

.rs-contact__info-item a:hover {
  color: #63c9f4;
}

.rs-contact__info-item p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.6;
}

.rs-contact__note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  padding: 17px 18px;
  border: 1px solid rgba(99, 201, 244, 0.2);
  border-radius: 14px;
  background: rgba(22, 152, 213, 0.07);
}

.rs-contact__note-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #63c9f4;
  box-shadow:
    0 0 0 5px rgba(99, 201, 244, 0.1);
}

.rs-contact__note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 13px;
  line-height: 1.5;
}

/* Formularseite */

.rs-contact__form-wrap {
  padding: 64px 64px 58px;
}

.rs-contact__form-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(76, 74, 73, 0.1);
}

.rs-contact__form-header span {
  color: #4c4a49;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.rs-contact__form-header p {
  margin: 0;
  color: #929699;
  font-size: 14px;
}

.rs-contact__form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
}

.rs-form-field {
  min-width: 0;
}

.rs-form-field--full {
  grid-column: 1 / -1;
}

.rs-form-field label {
  display: block;
  margin-bottom: 10px;
  color: #4c4a49;
  font-size: 13px;
  font-weight: 700;
}

.rs-form-field input,
.rs-form-field select,
.rs-form-field textarea {
  width: 100%;
  border: 1px solid rgba(76, 74, 73, 0.14);
  border-radius: 13px;
  outline: none;
  color: #3f3f3f;
  background: #f8fafb;
  font-family: inherit;
  font-size: 15px;
  transition:
    border-color 250ms ease,
    background-color 250ms ease,
    box-shadow 250ms ease;
}

.rs-form-field input,
.rs-form-field select {
  height: 58px;
  padding: 0 17px;
}

.rs-form-field textarea {
  min-height: 155px;
  padding: 17px;
  line-height: 1.65;
  resize: vertical;
}

.rs-form-field input::placeholder,
.rs-form-field textarea::placeholder {
  color: #a2a7aa;
  opacity: 1;
}

.rs-form-field input:hover,
.rs-form-field select:hover,
.rs-form-field textarea:hover {
  border-color: rgba(22, 152, 213, 0.4);
}

.rs-form-field input:focus,
.rs-form-field select:focus,
.rs-form-field textarea:focus {
  border-color: #1698d5;
  background: #ffffff;
  box-shadow:
    0 0 0 4px rgba(22, 152, 213, 0.1);
}

.rs-form-select {
  position: relative;
}

.rs-form-select select {
  appearance: none;
  padding-right: 52px;
  cursor: pointer;
}

.rs-form-select > span {
  position: absolute;
  top: 50%;
  right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translateY(-50%);
}

.rs-form-select svg {
  width: 20px;
  height: 20px;
  stroke: #74777b;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Formular-Fuß */

.rs-contact__form-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(76, 74, 73, 0.1);
}

.rs-contact__privacy {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  max-width: 540px;
  cursor: pointer;
}

.rs-contact__privacy input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rs-contact__privacy-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  border: 1px solid rgba(76, 74, 73, 0.25);
  border-radius: 6px;
  background: #ffffff;
  transition:
    border-color 250ms ease,
    background-color 250ms ease;
}

.rs-contact__privacy-box svg {
  width: 14px;
  height: 14px;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transform: scale(0.7);
  transition:
    opacity 200ms ease,
    transform 200ms ease;
}

.rs-contact__privacy input:checked +
.rs-contact__privacy-box {
  border-color: #1698d5;
  background: #1698d5;
}

.rs-contact__privacy input:checked +
.rs-contact__privacy-box svg {
  opacity: 1;
  transform: scale(1);
}

.rs-contact__privacy input:focus-visible +
.rs-contact__privacy-box {
  box-shadow:
    0 0 0 4px rgba(22, 152, 213, 0.12);
}

.rs-contact__privacy > span:last-child {
  color: #85898d;
  font-size: 12px;
  line-height: 1.65;
}

.rs-contact__privacy a {
  color: #4c4a49;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(76, 74, 73, 0.3);
  text-underline-offset: 3px;
}

.rs-contact__submit {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
  min-height: 60px;
  padding: 8px 9px 8px 27px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: #1698d5;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow:
    0 14px 30px rgba(22, 152, 213, 0.22);
  transition:
    background-color 250ms ease,
    transform 250ms ease,
    box-shadow 250ms ease;
}

.rs-contact__submit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.17);
  transition: transform 250ms ease;
}

.rs-contact__submit-icon svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rs-contact__submit:hover {
  background: #118bc4;
  transform: translateY(-2px);
  box-shadow:
    0 18px 35px rgba(22, 152, 213, 0.28);
}

.rs-contact__submit:hover .rs-contact__submit-icon {
  transform: translateX(3px);
}

/* Tablet */

@media (max-width: 1100px) {
  .rs-contact {
    padding: 110px 28px;
  }

  .rs-contact__header {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .rs-contact__intro p {
    max-width: 680px;
  }

  .rs-contact__content {
    grid-template-columns: 1fr;
  }

  .rs-contact__details {
    padding: 55px 45px;
  }

  .rs-contact__info-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 36px;
  }

  .rs-contact__form-wrap {
    padding: 55px 45px;
  }
}

/* Mobil */

@media (max-width: 767px) {
  .rs-contact {
    padding: 85px 20px;
  }

  .rs-contact__header {
    margin-bottom: 50px;
  }

  .rs-contact__headline h2 {
    font-size: 42px;
  }

  .rs-contact__intro p {
    font-size: 16px;
  }

  .rs-contact__content {
    border-radius: 23px;
  }

  .rs-contact__details {
    padding: 45px 25px;
  }

  .rs-contact__details-header h3 {
    font-size: 32px;
  }

  .rs-contact__info-list {
    grid-template-columns: 1fr;
  }

  .rs-contact__info-item {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .rs-contact__form-wrap {
    padding: 42px 22px;
  }

  .rs-contact__form-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
  }

  .rs-contact__form-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rs-form-field--full {
    grid-column: auto;
  }

  .rs-contact__form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .rs-contact__submit {
    justify-content: space-between;
    width: 100%;
  }
}/* End custom CSS */