@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  min-width: 320px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  text-rendering: optimizeSpeed;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  margin: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

button {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: not-allowed;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
}
a:hover, a:focus {
  outline: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 0;
  text-align: left;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input,
textarea {
  font: inherit;
  color: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #ccc;
  opacity: 1;
}

textarea {
  resize: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden,
[hidden] {
  display: none !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

:focus-visible {
  outline: 2px dashed #005fcc;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 1rem 0;
}

code,
pre {
  font-family: monospace, monospace;
  font-size: 1rem;
  overflow-x: auto;
}

strong {
  font-weight: 600;
}

address {
  font-style: normal;
}

@font-face {
  font-family: "Parkinsans";
  src: url("../fonts/Parkinsans-Regular.woff2") format("woff2"), url("../fonts/Parkinsans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Parkinsans";
  src: url("../fonts/Parkinsans-SemiBold.woff2") format("woff2"), url("../fonts/Parkinsans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Parkinsans";
  src: url("../fonts/Parkinsans-Bold.woff2") format("woff2"), url("../fonts/Parkinsans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Parkinsans";
  src: url("../fonts/Parkinsans-ExtraBold.woff2") format("woff2"), url("../fonts/Parkinsans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Parkinsans";
  src: url("../fonts/Parkinsans-Light.woff2") format("woff2"), url("../fonts/Parkinsans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Parkinsans";
  src: url("../fonts/Parkinsans-Medium.woff2") format("woff2"), url("../fonts/Parkinsans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sfizia Regular Italic #2";
  src: url("../fonts/Sfizia-RegularItalic2.woff2") format("woff2"), url("../fonts/Sfizia-RegularItalic2.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sfizia";
  src: url("../fonts/Sfizia-Bold.woff2") format("woff2"), url("../fonts/Sfizia-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sfizia";
  src: url("../fonts/Sfizia-Regular.woff2") format("woff2"), url("../fonts/Sfizia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sfizia Regular";
  src: url("../fonts/Sfizia-RegularItalic.woff2") format("woff2"), url("../fonts/Sfizia-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 100%;
}
@media (min-width: 575px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 820px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1600;
  }
}

body {
  color: #590129;
  font-size: 18px;
  font-family: "Parkinsans", sans-serif;
}

html :where(.wp-block) {
  max-width: 90% !important;
}

.editor-styles-wrapper {
  padding-bottom: 0 !important;
  overflow: hidden;
}

html {
  margin-top: 0 !important;
}

@media (max-width: 576px) {
  .container {
    padding: 0 22px;
  }
}

.overflow_body {
  overflow: hidden;
}

.btn-up {
  position: fixed;
  right: 20px;
  bottom: 190px;
  width: 39px;
  height: 39px;
  background: #98AE35;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
@media (max-width: 1919px) {
  .btn-up {
    right: calc(100vw / 1600 * 20);
  }
}
@media (max-width: 1919px) {
  .btn-up {
    bottom: calc(100vw / 1600 * 190);
  }
}
@media (max-width: 1919px) {
  .btn-up {
    width: calc(100vw / 1600 * 39);
  }
}
@media (max-width: 1919px) {
  .btn-up {
    height: calc(100vw / 1600 * 39);
  }
}
@media (max-width: 576px) {
  .btn-up {
    right: 8px;
  }
}
.btn-up.show {
  opacity: 1;
  pointer-events: visible;
}
.btn-up:hover {
  opacity: 0.7;
}

.m-contact {
  display: flex;
  flex-direction: column;
  gap: 10px 10px;
}
@media (max-width: 1920px) {
  .m-contact {
    gap: calc(100vw / 1600 * 10) calc(100vw / 1600 * 10);
  }
}
.m-contact a {
  color: #3C4348;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: 0.3s;
}
.m-contact a img {
  margin: 0 calc(100vw / 1600 * 10) 0 0;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 1919px) {
  .m-contact a img {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 1919px) {
  .m-contact a img {
    width: calc(100vw / 1600 * 18);
  }
}
@media (max-width: 1919px) {
  .m-contact a img {
    height: calc(100vw / 1600 * 18);
  }
}
.m-contact a:hover {
  opacity: 0.7;
}

.s-content-page {
  margin: clamp(60px, 100vw / 1600 * 87, 87px) 0 clamp(60px, 100vw / 1600 * 162, 162px) 0;
}
@media (min-width: 1919px) {
  .s-content-page {
    margin: 87px 0 162px 0;
  }
}
.s-content-page h1 {
  font-size: 40px;
  margin: 0 0 clamp(15px, 100vw / 1600 * 15, 15px) 0;
}
@media (max-width: 1919px) {
  .s-content-page h1 {
    font-size: clamp(27px, 100vw / 1600 * 40, 40px);
  }
}
@media (min-width: 1919px) {
  .s-content-page h1 {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 576px) {
  .s-content-page h2 {
    font-size: 35px;
  }
}
@media (max-width: 576px) and (max-width: 1919px) {
  .s-content-page h2 {
    font-size: clamp(22px, 100vw / 1600 * 35, 35px);
  }
}
.s-content-page h2, .s-content-page h3, .s-content-page h4, .s-content-page h5, .s-content-page h6 {
  margin: 0 0 calc(100vw / 1600 * 30) 0;
}
@media (min-width: 1919px) {
  .s-content-page h2, .s-content-page h3, .s-content-page h4, .s-content-page h5, .s-content-page h6 {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 576px) {
  .s-content-page h2, .s-content-page h3, .s-content-page h4, .s-content-page h5, .s-content-page h6 {
    margin: 0 0 calc(100vw / 1600 * 15) 0;
  }
}
@media (max-width: 576px) and (min-width: 1919px) {
  .s-content-page h2, .s-content-page h3, .s-content-page h4, .s-content-page h5, .s-content-page h6 {
    margin: 0 0 15px 0;
  }
}
.s-content-page a {
  color: #590129;
  transition: 0.3s;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .s-content-page a {
    word-break: break-all;
  }
}
.s-content-page a:hover {
  text-decoration: none;
}
.s-content-page p {
  margin: 0 0 clamp(22px, 100vw / 1600 * 22, 22px) 0;
}
@media (min-width: 1919px) {
  .s-content-page p {
    margin: 0 0 22px 0;
  }
}
.s-content-page ul {
  list-style-type: disc;
}
.s-content-page ol {
  list-style-type: decimal;
}
.s-content-page ul, .s-content-page ol {
  margin: 0 0 calc(100vw / 1600 * 30) 0;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 1919px) {
  .s-content-page ul, .s-content-page ol {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1919px) {
  .s-content-page ul, .s-content-page ol {
    font-size: clamp(16px, 100vw / 1600 * 18, 18px);
  }
}
@media (max-width: 576px) {
  .s-content-page ul, .s-content-page ol {
    margin: 0 0 calc(100vw / 1600 * 15) 0;
  }
}
@media (max-width: 576px) and (min-width: 1919px) {
  .s-content-page ul, .s-content-page ol {
    margin: 0 0 15px 0;
  }
}
.s-content-page ul li, .s-content-page ol li {
  margin: 0 0 calc(100vw / 1600 * 15) 0;
  list-style-position: inside;
}
@media (min-width: 1919px) {
  .s-content-page ul li, .s-content-page ol li {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 576px) {
  .s-content-page ul li, .s-content-page ol li {
    margin-bottom: 10px;
  }
}
.s-content-page ul li:last-child, .s-content-page ol li:last-child {
  margin-bottom: 0;
}
.s-content-page img {
  margin: 0 0 calc(100vw / 1600 * 30) 0;
}
@media (min-width: 1919px) {
  .s-content-page img {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 576px) {
  .s-content-page img {
    margin: 0 0 calc(100vw / 1600 * 15) 0;
  }
}
@media (max-width: 576px) and (min-width: 1919px) {
  .s-content-page img {
    margin: 0 0 15px 0;
  }
}

p a {
  font-weight: bold;
  text-decoration: underline;
  color: #590129;
  transition: 0.3s;
}
p a:hover {
  text-decoration: none;
}

.s-hero {
  position: relative;
  background: #ff6a66;
  overflow: hidden;
  padding: calc(100vw / 1600 * 190) 0 0 0;
}
@media (min-width: 1919px) {
  .s-hero {
    padding: 190px 0 0 0;
  }
}
@media (min-width: 1920px) {
  .s-hero {
    padding-top: 260px;
  }
}
.s-hero .hero-photo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 67px;
  width: 39.75%;
  margin: 0 0 0 calc(100vw / 1600 * 482);
  pointer-events: none;
}
@media (max-width: 1919px) {
  .s-hero .hero-photo {
    top: calc(100vw / 1600 * 67);
  }
}
@media (min-width: 1919px) {
  .s-hero .hero-photo {
    margin: 0 0 0 482px;
  }
}
@media (min-width: 1920px) {
  .s-hero .hero-photo {
    top: 100px;
  }
}
.s-hero .hero-photo-desktop {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.s-hero .hero-photo-mobile {
  display: none;
}
.s-hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: calc(100vw / 1600 * 150) 0 calc(100vw / 1600 * 120) 0;
}
@media (min-width: 1919px) {
  .s-hero .hero-content {
    padding: 150px 0 120px 0;
  }
}
@media (min-width: 1920px) {
  .s-hero .hero-content {
    padding: 200px 0 180px 0;
  }
}
.s-hero .hero-subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.35;
  margin-bottom: 0;
}
@media (max-width: 1919px) {
  .s-hero .hero-subtitle {
    font-size: clamp(13px, 100vw / 1600 * 30, 30px);
  }
}
.s-hero .hero-subtitle-mobile {
  display: none;
}
.s-hero .hero-title {
  color: #fff;
  line-height: 0;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto clamp(57px, 100vw / 1600 * 57, 57px) auto;
}
@media (min-width: 1919px) {
  .s-hero .hero-title {
    margin: 0 auto 57px auto;
  }
}
@media (max-width: 992px) {
  .s-hero .hero-title {
    max-width: none;
  }
}
.s-hero .hero-title em {
  display: block;
  font-family: "Sfizia Regular";
  font-size: 142px;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 1919px) {
  .s-hero .hero-title em {
    font-size: clamp(50px, 100vw / 1600 * 142, 142px);
  }
}
.s-hero .hero-title span {
  display: block;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  padding: clamp(20px, 100vw / 1600 * 45, 45px) 0 0 0;
}
@media (max-width: 1919px) {
  .s-hero .hero-title span {
    font-size: clamp(30px, 100vw / 1600 * 30, 30px);
  }
}
@media (min-width: 1919px) {
  .s-hero .hero-title span {
    padding: 45px 0 0 0;
  }
}
.s-hero .hero-title-mobile {
  display: none;
}
.s-hero .hero-btn-mobile {
  display: none;
}
.s-hero .hero-tags-mobile {
  display: none;
}
@media (max-width: 576px) {
  .s-hero .hero-content {
    padding: calc(100vw / 1600 * 160) 0 calc(100vw / 1600 * 80) 0;
  }
}
@media (max-width: 576px) and (min-width: 1919px) {
  .s-hero .hero-content {
    padding: 160px 0 80px 0;
  }
}
@media (max-width: 576px) {
  .s-hero {
    height: 975px;
  }
  .s-hero .hero-photo {
    left: 93px;
    top: 372px;
    width: 368px;
    height: 584px;
  }
}
@media (max-width: 576px) and (max-width: 1919px) {
  .s-hero .hero-photo {
    width: clamp(368px, 100vw / 1600 * 368, 368px);
  }
}
@media (max-width: 576px) and (max-width: 1919px) {
  .s-hero .hero-photo {
    height: clamp(584px, 100vw / 1600 * 584, 584px);
  }
}
@media (max-width: 576px) {
  .s-hero .hero-photo-desktop {
    display: none;
  }
  .s-hero .hero-photo-mobile {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .s-hero .hero-content {
    padding: clamp(135px, 100vw / 1600 * 166, 166px) 0 0 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) and (min-width: 1919px) {
  .s-hero .hero-content {
    padding: 166px 0 0 0;
  }
}
@media (max-width: 576px) {
  .s-hero .hero-subtitle-desktop {
    display: none;
  }
  .s-hero .hero-subtitle-mobile {
    display: block;
    font-size: 18px;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) and (max-width: 1919px) {
  .s-hero .hero-subtitle-mobile {
    font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  }
}
@media (max-width: 576px) {
  .s-hero .hero-title-desktop {
    display: none;
  }
  .s-hero .hero-title-mobile {
    display: block;
    margin-bottom: 0;
    padding: 0 calc(100vw / 1600 * 29) 0 calc(100vw / 1600 * 29);
  }
}
@media (max-width: 576px) and (min-width: 1919px) {
  .s-hero .hero-title-mobile {
    padding: 0 29px 0 29px;
  }
}
@media (max-width: 576px) {
  .s-hero .hero-title-mobile em {
    font-size: 70px;
    line-height: 0.2;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) and (max-width: 1919px) {
  .s-hero .hero-title-mobile em {
    font-size: clamp(58px, 100vw / 1600 * 70, 70px);
  }
}
@media (max-width: 576px) {
  .s-hero .hero-title-mobile span {
    font-size: 35px;
    line-height: 1.15;
    margin: 0 auto;
  }
}
@media (max-width: 576px) and (max-width: 1919px) {
  .s-hero .hero-title-mobile span {
    font-size: clamp(35px, 100vw / 1600 * 35, 35px);
  }
}
@media (max-width: 576px) {
  .s-hero .hero-btn-desktop {
    display: none;
  }
  .s-hero .hero-btn-mobile {
    display: inline-block;
    position: relative;
    z-index: 3;
    margin: clamp(245px, 100vw / 1600 * 393, 393px) 0 0 0;
    font-size: 18px;
    padding: clamp(15px, 100vw / 1600 * 15, 15px) clamp(25px, 100vw / 1600 * 25, 25px) clamp(18px, 100vw / 1600 * 18, 18px) clamp(25px, 100vw / 1600 * 25, 25px);
  }
}
@media (max-width: 576px) and (min-width: 1919px) {
  .s-hero .hero-btn-mobile {
    margin: 393px 0 0 0;
  }
}
@media (max-width: 576px) and (max-width: 1919px) {
  .s-hero .hero-btn-mobile {
    font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  }
}
@media (max-width: 576px) and (min-width: 1919px) {
  .s-hero .hero-btn-mobile {
    padding: 15px 25px 18px 25px;
  }
}
@media (max-width: 576px) {
  .s-hero .hero-tags-mobile {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 54px;
    z-index: 3;
  }
  .s-hero .hero-tag-row {
    display: flex;
    justify-content: center;
    gap: 12px 12px;
    margin-bottom: 13px;
  }
}
@media (max-width: 576px) and (max-width: 1920px) {
  .s-hero .hero-tag-row {
    gap: calc(100vw / 1600 * 12) calc(100vw / 1600 * 12);
  }
}
@media (max-width: 576px) {
  .s-hero .hero-tag-row:last-child {
    margin-bottom: 0;
  }
  .s-hero .hero-tag {
    display: inline-block;
    background: #590129;
    color: #eec3e5;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    padding: 5px 15px;
    border-radius: 50px;
    white-space: nowrap;
  }
}
@media (max-width: 576px) and (max-width: 1919px) {
  .s-hero .hero-tag {
    font-size: clamp(16px, 100vw / 1600 * 16, 16px);
  }
}

.s-breathwork {
  background: #eec3e5;
  text-align: center;
  padding: clamp(46px, 100vw / 1600 * 46, 46px) 0 clamp(62px, 100vw / 1600 * 62, 62px) 0;
}
@media (min-width: 1919px) {
  .s-breathwork {
    padding: 46px 0 62px 0;
  }
}
@media (max-width: 576px) {
  .s-breathwork {
    padding: 65px 0;
  }
}
.s-breathwork .breathwork-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 0 clamp(48px, 100vw / 1600 * 48, 48px) 0;
}
@media (min-width: 1919px) {
  .s-breathwork .breathwork-tags {
    margin: 0 0 48px 0;
  }
}
.s-breathwork .btag {
  display: inline-flex;
  align-items: center;
  background: #590129;
  color: #eec3e5;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  padding: clamp(5px, 100vw / 1600 * 5, 5px) clamp(15px, 100vw / 1600 * 15, 15px) clamp(5px, 100vw / 1600 * 5, 5px) clamp(15px, 100vw / 1600 * 15, 15px);
  transition: background 0.25s, color 0.25s;
}
@media (max-width: 1919px) {
  .s-breathwork .btag {
    font-size: clamp(16px, 100vw / 1600 * 16, 16px);
  }
}
@media (min-width: 1919px) {
  .s-breathwork .btag {
    padding: 5px 15px 5px 15px;
  }
}
.s-breathwork .btag.active {
  background: #ff6a66;
  color: #590129;
}
.s-breathwork .tabs-items {
  text-align: center;
}
.s-breathwork h2 {
  margin: 0 0 clamp(17px, 100vw / 1600 * 17, 17px) 0;
}
@media (min-width: 1919px) {
  .s-breathwork h2 {
    margin: 0 0 17px 0;
  }
}
.s-breathwork .breathwork-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  width: 917px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1919px) {
  .s-breathwork .breathwork-text {
    font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  }
}
@media (max-width: 1919px) {
  .s-breathwork .breathwork-text {
    width: clamp(500px, 100vw / 1600 * 917, 917px);
  }
}
@media (max-width: 576px) {
  .s-breathwork .breathwork-text {
    width: auto;
  }
}

.s-gedanken {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 1000px;
  padding: calc(100vw / 1600 * 96) 0 0 0;
}
@media (max-width: 1919px) {
  .s-gedanken {
    min-height: clamp(700px, 100vw / 1600 * 1000, 1000px);
  }
}
@media (min-width: 1919px) {
  .s-gedanken {
    padding: 96px 0 0 0;
  }
}
@media (min-width: 1920px) {
  .s-gedanken {
    min-height: 1050px;
  }
}
.s-gedanken .gedanken-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  pointer-events: none;
}
.s-gedanken .gedanken-bg-mobile {
  display: none;
}
.s-gedanken .gedanken-gradient {
  display: none;
}
.s-gedanken .gedanken-title {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 0;
  text-align: center;
}
.s-gedanken .gedanken-title em {
  font-family: "Sfizia Regular";
  font-size: 122px;
  line-height: 0.85;
  margin: 0 calc(100vw / 1600 * 20) 0 0;
}
@media (max-width: 1919px) {
  .s-gedanken .gedanken-title em {
    font-size: clamp(47px, 100vw / 1600 * 122, 122px);
  }
}
@media (min-width: 1919px) {
  .s-gedanken .gedanken-title em {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1920px) {
  .s-gedanken .gedanken-title em {
    margin: 0 20px 20px 0;
  }
}
.s-gedanken .gedanken-title span {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 1919px) {
  .s-gedanken .gedanken-title span {
    font-size: clamp(23px, 100vw / 1600 * 60, 60px);
  }
}
.s-gedanken .gedanken-sub {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 1919px) {
  .s-gedanken .gedanken-sub {
    font-size: clamp(13px, 100vw / 1600 * 35, 35px);
  }
}
.s-gedanken .gedanken-card {
  position: relative;
  width: 526px;
  padding: clamp(35px, 100vw / 1600 * 50, 50px) clamp(20px, 100vw / 1600 * 26, 26px) clamp(38px, 100vw / 1600 * 57, 57px) clamp(30px, 100vw / 1600 * 57, 57px);
  margin: auto auto 0 auto;
  background: #590129;
  border-radius: 30px 30px 0 0;
  z-index: 2;
  transform: translateX(23.125vw);
}
@media (max-width: 1919px) {
  .s-gedanken .gedanken-card {
    width: clamp(420px, 100vw / 1600 * 526, 526px);
  }
}
@media (min-width: 1919px) {
  .s-gedanken .gedanken-card {
    padding: 50px 26px 57px 57px;
  }
}
@media (min-width: 1920px) {
  .s-gedanken .gedanken-card {
    transform: translateX(370px);
  }
}
.s-gedanken .gedanken-card .card-title {
  font-family: "Sfizia Regular";
  font-size: 50px;
  color: #ff6a66;
  margin: 0 0 clamp(20px, 100vw / 1600 * 20, 20px) 0;
}
@media (max-width: 1919px) {
  .s-gedanken .gedanken-card .card-title {
    font-size: clamp(40px, 100vw / 1600 * 50, 50px);
  }
}
@media (min-width: 1919px) {
  .s-gedanken .gedanken-card .card-title {
    margin: 0 0 20px 0;
  }
}
.s-gedanken .gedanken-card .card-quotes {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.s-gedanken .gedanken-card .card-quotes li {
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.35;
  padding: 0 0 0 clamp(24px, 100vw / 1600 * 24, 24px);
  border-left: 4px solid #ff6a66;
}
@media (max-width: 1919px) {
  .s-gedanken .gedanken-card .card-quotes li {
    font-size: clamp(18px, 100vw / 1600 * 25, 25px);
  }
}
@media (min-width: 1919px) {
  .s-gedanken .gedanken-card .card-quotes li {
    padding: 0 0 0 24px;
  }
}
@media (max-width: 992px) {
  .s-gedanken .gedanken-card {
    transform: translateX(0);
  }
}
@media (max-width: 576px) {
  .s-gedanken {
    min-height: 1140px;
    padding-top: 62px;
  }
  .s-gedanken .gedanken-bg-desktop {
    display: none;
  }
  .s-gedanken .gedanken-bg-mobile {
    display: block;
    height: auto;
    top: 141px;
  }
  .s-gedanken .gedanken-gradient {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 278px;
    background: linear-gradient(180deg, #83878f 77.404%, rgba(131, 135, 143, 0) 100%);
    z-index: 1;
    pointer-events: none;
  }
}
@media (max-width: 576px) and (max-width: 1919px) {
  .s-gedanken .gedanken-gradient {
    height: clamp(278px, 100vw / 1600 * 278, 278px);
  }
}
@media (max-width: 576px) {
  .s-gedanken .gedanken-title {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .s-gedanken .gedanken-title em {
    font-size: 70px;
    line-height: 1;
  }
}
@media (max-width: 576px) and (max-width: 1919px) {
  .s-gedanken .gedanken-title em {
    font-size: clamp(70px, 100vw / 1600 * 70, 70px);
  }
}
@media (max-width: 576px) {
  .s-gedanken .gedanken-title span {
    font-size: 35px;
    line-height: 1.15;
  }
}
@media (max-width: 576px) and (max-width: 1919px) {
  .s-gedanken .gedanken-title span {
    font-size: clamp(35px, 100vw / 1600 * 35, 35px);
  }
}
@media (max-width: 576px) {
  .s-gedanken .gedanken-sub {
    font-size: 18px;
    line-height: 1.35;
    padding: 0 clamp(37px, 100vw / 1600 * 37, 37px) 0 clamp(37px, 100vw / 1600 * 37, 37px);
    margin: clamp(18px, 100vw / 1600 * 18, 18px) 0 0 0;
  }
}
@media (max-width: 576px) and (max-width: 1919px) {
  .s-gedanken .gedanken-sub {
    font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  }
}
@media (max-width: 576px) and (min-width: 1919px) {
  .s-gedanken .gedanken-sub {
    padding: 0 37px 0 37px;
  }
}
@media (max-width: 576px) and (min-width: 1919px) {
  .s-gedanken .gedanken-sub {
    margin: 18px 0 0 0;
  }
}
@media (max-width: 576px) {
  .s-gedanken .gedanken-card {
    width: 100%;
    transform: none;
    margin: auto 0 0 0;
  }
}

.s-helfe {
  position: relative;
  overflow: hidden;
  background: url("../img/helfe-bg.jpg") no-repeat;
  background-size: cover;
  padding: clamp(55px, 100vw / 1600 * 146, 146px) 0 clamp(146px, 100vw / 1600 * 146, 146px) 0;
}
@media (min-width: 1919px) {
  .s-helfe {
    padding: 146px 0 146px 0;
  }
}
.s-helfe .helfe-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
}
.s-helfe .helfe-photo {
  flex-shrink: 0;
  position: relative;
  width: 526px;
  height: 677px;
  border-radius: 0 36px 36px 0;
  overflow: hidden;
}
@media (max-width: 1919px) {
  .s-helfe .helfe-photo {
    width: calc(100vw / 1600 * 526);
  }
}
@media (max-width: 1919px) {
  .s-helfe .helfe-photo {
    height: calc(100vw / 1600 * 677);
  }
}
.s-helfe .helfe-photo > img:first-child {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-helfe .helfe-photo-mobile {
  display: none;
}
.s-helfe .helfe-online {
  position: absolute;
  bottom: 96px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
}
@media (max-width: 1919px) {
  .s-helfe .helfe-online {
    bottom: calc(100vw / 1600 * 96);
  }
}
.s-helfe .helfe-online span {
  display: block;
  font-weight: 400;
  font-size: 24px;
  margin: 0 calc(100vw / 1600 * 10) 0 0;
  color: #fff;
  line-height: 0.85;
}
@media (max-width: 1919px) {
  .s-helfe .helfe-online span {
    font-size: clamp(12px, 100vw / 1600 * 24, 24px);
  }
}
@media (min-width: 1919px) {
  .s-helfe .helfe-online span {
    margin: 0 10px 0 0;
  }
}
.s-helfe .helfe-online em {
  display: block;
  font-family: "Sfizia Regular";
  font-size: 50px;
  color: #fff;
  line-height: 0.85;
}
@media (max-width: 1919px) {
  .s-helfe .helfe-online em {
    font-size: clamp(20px, 100vw / 1600 * 50, 50px);
  }
}
.s-helfe .helfe-online em span {
  font-size: 24px;
  font-family: "Parkinsans";
  display: inline-block;
  margin: 0;
}
@media (max-width: 1919px) {
  .s-helfe .helfe-online em span {
    font-size: clamp(12px, 100vw / 1600 * 24, 24px);
  }
}
.s-helfe .helfe-photo-desktop .helfe-arrow {
  display: block;
  position: absolute;
  left: 366px;
  bottom: 171px;
  width: 73px;
  z-index: 2;
}
@media (max-width: 1919px) {
  .s-helfe .helfe-photo-desktop .helfe-arrow {
    left: calc(100vw / 1600 * 366);
  }
}
@media (max-width: 1919px) {
  .s-helfe .helfe-photo-desktop .helfe-arrow {
    bottom: calc(100vw / 1600 * 171);
  }
}
@media (max-width: 1919px) {
  .s-helfe .helfe-photo-desktop .helfe-arrow {
    width: calc(100vw / 1600 * 73);
  }
}
.s-helfe .helfe-content {
  padding: calc(100vw / 1600 * 88) 0 0 calc(100vw / 1600 * 119);
}
@media (min-width: 1919px) {
  .s-helfe .helfe-content {
    padding: 88px 0 0 119px;
  }
}
.s-helfe .helfe-title {
  font-family: "Sfizia Regular";
  font-size: 50px;
  color: #590129;
  line-height: 1.2;
  margin: 0 0 clamp(23px, 100vw / 1600 * 23, 23px) 0;
}
@media (max-width: 1919px) {
  .s-helfe .helfe-title {
    font-size: clamp(35px, 100vw / 1600 * 50, 50px);
  }
}
@media (min-width: 1919px) {
  .s-helfe .helfe-title {
    margin: 0 0 23px 0;
  }
}
.s-helfe .helfe-text {
  font-size: 20px;
  color: #590129;
  line-height: 1.5;
  margin: 0 0 clamp(35px, 100vw / 1600 * 35, 35px) 0;
  max-width: 83%;
}
@media (max-width: 1919px) {
  .s-helfe .helfe-text {
    font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .s-helfe .helfe-text {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 992px) {
  .s-helfe .helfe-text {
    max-width: 100%;
  }
}
.s-helfe .helfe-text p {
  margin: 0 0 calc(100vw / 1600 * 10) 0;
}
@media (min-width: 1919px) {
  .s-helfe .helfe-text p {
    margin: 0 0 10px 0;
  }
}
.s-helfe .helfe-text p:last-child {
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .s-helfe .helfe-inner {
    flex-direction: column;
    padding: calc(100vw / 1600 * 60) 0 0 0;
  }
}
@media (max-width: 820px) and (min-width: 1919px) {
  .s-helfe .helfe-inner {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 820px) {
  .s-helfe .helfe-photo-desktop {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    border-radius: 0;
  }
  .s-helfe .helfe-content {
    padding: calc(100vw / 1600 * 40) calc(100vw / 1600 * 20) calc(100vw / 1600 * 40) calc(100vw / 1600 * 20);
  }
}
@media (max-width: 820px) and (min-width: 1919px) {
  .s-helfe .helfe-content {
    padding: 40px 20px 40px 20px;
  }
}
@media (max-width: 820px) {
  .s-helfe {
    background: url("../img/helfe-bg-mob.jpg") no-repeat;
    background-size: cover;
    min-height: 1295px;
  }
}
@media (max-width: 820px) and (max-width: 1919px) {
  .s-helfe {
    min-height: clamp(1295px, 100vw / 1600 * 1295, 1295px);
  }
}
@media (max-width: 820px) {
  .s-helfe .helfe-inner {
    flex-direction: column;
    padding: calc(100vw / 1600 * 62) calc(100vw / 1600 * 29) 0 calc(100vw / 1600 * 29);
  }
}
@media (max-width: 820px) and (min-width: 1919px) {
  .s-helfe .helfe-inner {
    padding: 62px 29px 0 29px;
  }
}
@media (max-width: 820px) {
  .s-helfe .helfe-photo-desktop {
    display: none;
  }
  .s-helfe .helfe-photo-desktop .helfe-arrow {
    display: none;
  }
  .s-helfe .helfe-photo-mobile {
    display: block;
    position: relative;
    top: 78px;
    width: 490px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 469px;
    border-radius: 0 30px 30px 0;
    overflow: visible;
  }
}
@media (max-width: 820px) and (max-width: 1919px) {
  .s-helfe .helfe-photo-mobile {
    height: clamp(469px, 100vw / 1600 * 469, 469px);
  }
}
@media (max-width: 820px) {
  .s-helfe .helfe-photo-mobile > img:first-child {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 30px 30px 0;
  }
  .s-helfe .helfe-photo-mobile .helfe-arrow {
    position: absolute;
    right: 49px;
    bottom: 128px;
    width: 70px;
  }
  .s-helfe .helfe-online {
    max-width: 250px;
    display: block;
    white-space: nowrap;
    bottom: 45px;
  }
  .s-helfe .helfe-online span {
    font-size: 24px;
    display: contents;
  }
  .s-helfe .helfe-online em {
    font-size: 50px;
    display: contents;
  }
  .s-helfe .helfe-online em span {
    font-size: 24px;
  }
  .s-helfe .helfe-content {
    padding: 0;
  }
  .s-helfe .helfe-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 27px;
  }
}
@media (max-width: 820px) and (max-width: 1919px) {
  .s-helfe .helfe-title {
    font-size: clamp(40px, 100vw / 1600 * 40, 40px);
  }
}
@media (max-width: 820px) {
  .s-helfe .helfe-text {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 clamp(45px, 100vw / 1600 * 60, 60px) 0;
  }
}
@media (max-width: 820px) and (max-width: 1919px) {
  .s-helfe .helfe-text {
    font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  }
}
@media (max-width: 820px) and (min-width: 1919px) {
  .s-helfe .helfe-text {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 820px) {
  .s-helfe .helfe-text p {
    margin: 0 0 clamp(15px, 100vw / 1600 * 15, 15px) 0;
  }
}
@media (max-width: 820px) and (min-width: 1919px) {
  .s-helfe .helfe-text p {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 820px) {
  .s-helfe .btn {
    font-size: 20px;
  }
}
@media (max-width: 820px) and (max-width: 1919px) {
  .s-helfe .btn {
    font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  }
}
@media (max-width: 576px) {
  .s-helfe .helfe-photo-mobile {
    width: calc(100% + 32px);
    left: -32px;
    transform: none;
  }
}

.s-sicher {
  position: relative;
  background: #bf5a50;
  overflow: hidden;
  min-height: 1080px;
}
@media (max-width: 1919px) {
  .s-sicher {
    min-height: calc(100vw / 1600 * 1080);
  }
}
@media (min-width: 1920px) {
  .s-sicher {
    min-height: 1350px;
  }
}
.s-sicher .sicher-right {
  position: absolute;
  left: 43.6875%;
  top: 0;
  width: 46%;
  height: 100%;
  pointer-events: none;
}
.s-sicher .sicher-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.s-sicher .sicher-photo-mobile {
  display: none;
}
.s-sicher .sicher-caption {
  position: absolute;
  left: 134px;
  top: 170px;
  display: flex;
  align-items: center;
  gap: 0 34px;
}
@media (max-width: 1919px) {
  .s-sicher .sicher-caption {
    left: calc(100vw / 1600 * 134);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-caption {
    top: calc(100vw / 1600 * 170);
  }
}
@media (max-width: 1920px) {
  .s-sicher .sicher-caption {
    gap: 0 calc(100vw / 1600 * 34);
  }
}
.s-sicher .sicher-leaf {
  width: 108px;
  height: 88px;
  flex-shrink: 0;
  transform: rotate(-16.65deg);
}
@media (max-width: 1919px) {
  .s-sicher .sicher-leaf {
    width: calc(100vw / 1600 * 108);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-leaf {
    height: calc(100vw / 1600 * 88);
  }
}
.s-sicher .sicher-label {
  font-weight: 400;
  font-size: 30px;
  color: #590129;
  line-height: 1.35;
}
@media (max-width: 1919px) {
  .s-sicher .sicher-label {
    font-size: clamp(16px, 100vw / 1600 * 30, 30px);
  }
}
.s-sicher .sicher-sound {
  position: absolute;
  left: 243px;
  top: 359px;
  display: inline-flex;
  align-items: center;
  gap: 0 12px;
  background: #f9f25e;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  padding: calc(100vw / 1600 * 15) calc(100vw / 1600 * 25) calc(100vw / 1600 * 18) calc(100vw / 1600 * 25);
  transition: opacity 0.3s;
  z-index: 99;
}
@media (max-width: 1919px) {
  .s-sicher .sicher-sound {
    left: calc(100vw / 1600 * 243);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-sound {
    top: calc(100vw / 1600 * 359);
  }
}
@media (max-width: 1920px) {
  .s-sicher .sicher-sound {
    gap: 0 calc(100vw / 1600 * 12);
  }
}
@media (min-width: 1919px) {
  .s-sicher .sicher-sound {
    padding: 15px 25px 18px 25px;
  }
}
.s-sicher .sicher-sound .sound-text {
  font-weight: 600;
  font-size: 20px;
  color: #590129;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .s-sicher .sicher-sound .sound-text {
    font-size: clamp(12px, 100vw / 1600 * 20, 20px);
  }
}
.s-sicher .sicher-sound .sound-toggle {
  position: relative;
  width: 64px;
  height: 31px;
  background: #590129;
  border-radius: 50px;
  flex-shrink: 0;
  cursor: pointer;
}
@media (max-width: 1919px) {
  .s-sicher .sicher-sound .sound-toggle {
    width: clamp(40px, 100vw / 1600 * 64, 64px);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-sound .sound-toggle {
    height: clamp(11px, 100vw / 1600 * 31, 31px);
  }
}
.s-sicher .sicher-sound .toggle-dot {
  position: absolute;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #eec3e5;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  transition: left 0.25s ease;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .s-sicher .sicher-sound .toggle-dot {
    width: calc(100vw / 1600 * 23);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-sound .toggle-dot {
    height: calc(100vw / 1600 * 23);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-sound .toggle-dot {
    left: calc(100vw / 1600 * 4);
  }
}
.s-sicher .sicher-sound .toggle-label {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 12px;
  color: #eec3e5;
  transition: left 0.25s ease, right 0.25s ease;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .s-sicher .sicher-sound .toggle-label {
    font-size: clamp(8px, 100vw / 1600 * 12, 12px);
  }
}
.s-sicher .sicher-video {
  position: absolute;
  left: 378px;
  top: 300px;
  width: 416px;
  height: 540px;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  overflow: hidden;
}
@media (max-width: 1919px) {
  .s-sicher .sicher-video {
    left: calc(100vw / 1600 * 378);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-video {
    top: calc(100vw / 1600 * 300);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-video {
    width: calc(100vw / 1600 * 416);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-video {
    height: calc(100vw / 1600 * 540);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-video {
    border-top-left-radius: calc(100vw / 1600 * 36);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-video {
    border-top-right-radius: calc(100vw / 1600 * 36);
  }
}
.s-sicher .sicher-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-sicher .sicher-play {
  position: absolute;
  left: 28px;
  bottom: 23px;
  width: 26px;
  height: 26px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
@media (max-width: 1919px) {
  .s-sicher .sicher-play {
    left: calc(100vw / 1600 * 28);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-play {
    bottom: calc(100vw / 1600 * 23);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-play {
    width: calc(100vw / 1600 * 26);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-play {
    height: calc(100vw / 1600 * 26);
  }
}
.s-sicher .sicher-play:hover {
  opacity: 0.7;
}
.s-sicher .sicher-play svg {
  width: 100%;
  height: 100%;
}
.s-sicher .sicher-play line {
  transition: opacity 0.25s;
}
.s-sicher.sound-on .sicher-sound .sound-toggle {
  background: #BF5A50;
}
.s-sicher.sound-on .sicher-sound .toggle-dot {
  left: 37px;
}
@media (max-width: 1919px) {
  .s-sicher.sound-on .sicher-sound .toggle-dot {
    left: clamp(25px, 100vw / 1600 * 37, 37px);
  }
}
.s-sicher.sound-on .sicher-sound .toggle-label {
  right: 37px;
}
@media (max-width: 1919px) {
  .s-sicher.sound-on .sicher-sound .toggle-label {
    right: calc(100vw / 1600 * 37);
  }
}
.s-sicher.sound-on .sicher-play line {
  opacity: 0;
}
.s-sicher .sicher-title {
  position: absolute;
  bottom: 72px;
  left: -135px;
  right: 0;
  text-align: center;
  line-height: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media (max-width: 1919px) {
  .s-sicher .sicher-title {
    bottom: calc(100vw / 1600 * 72);
  }
}
@media (max-width: 1919px) {
  .s-sicher .sicher-title {
    left: calc(100vw / 1600 * -135);
  }
}
.s-sicher .sicher-title span {
  display: block;
  font-weight: 400;
  font-size: 72px;
  color: #fff;
  line-height: 1;
  margin: 0 calc(100vw / 1600 * 15) 0 0;
}
@media (max-width: 1919px) {
  .s-sicher .sicher-title span {
    font-size: clamp(30px, 100vw / 1600 * 72, 72px);
  }
}
@media (min-width: 1919px) {
  .s-sicher .sicher-title span {
    margin: 0 15px 0 0;
  }
}
.s-sicher .sicher-title em {
  display: block;
  font-family: "Sfizia Regular";
  font-size: 122px;
  color: #fff;
  line-height: 0.85;
}
@media (max-width: 1919px) {
  .s-sicher .sicher-title em {
    font-size: clamp(47px, 100vw / 1600 * 122, 122px);
  }
}
@media (max-width: 576px) {
  .s-sicher {
    min-height: auto;
    padding: 43px 29px 112px 29px;
    display: flex;
    flex-direction: column;
  }
  .s-sicher .sicher-right {
    display: none;
  }
  .s-sicher .sicher-caption {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 25px;
    order: 1;
  }
  .s-sicher .sicher-leaf {
    width: 129px;
    height: 116px;
  }
  .s-sicher .sicher-label {
    font-size: 30px;
    max-width: 353px;
    width: 100%;
    color: #590129;
    line-height: 1.35;
  }
  .s-sicher .sicher-video {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 336/436;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin: 0 0 33px 0;
    left: auto;
    top: auto;
    order: 2;
  }
  .s-sicher .sicher-play {
    left: 24px;
    bottom: 16px;
    width: 21px;
    height: 21px;
  }
  .s-sicher .sicher-sound {
    position: static;
    display: inline-flex;
    padding: 15px 25px 18px 25px;
    gap: 25px;
    margin: 0 auto 80px auto;
    align-self: flex-start;
    order: 3;
  }
  .s-sicher .sicher-sound .sound-text {
    font-size: 20px;
  }
  .s-sicher .sicher-sound .sound-toggle {
    width: 57px;
    height: 31px;
  }
  .s-sicher .sicher-sound .toggle-dot {
    width: 23px;
    height: 23px;
    left: 5px;
  }
  .s-sicher .sicher-sound .toggle-label {
    font-size: 10px;
  }
  .s-sicher.sound-on .sicher-sound .toggle-dot {
    left: 30px;
  }
  .s-sicher.sound-on .sicher-sound .toggle-label {
    right: 33px;
  }
  .s-sicher .sicher-title {
    display: block;
    padding: 0;
    order: 4;
    position: relative;
    z-index: 9;
    left: 0;
    bottom: 0;
  }
  .s-sicher .sicher-title span {
    font-size: 40px;
    line-height: 1.1;
    margin: 0;
  }
  .s-sicher .sicher-title em {
    font-size: 70px;
    line-height: 1;
  }
  .s-sicher .sicher-photo-mobile {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 336/492;
    order: 5;
    margin-top: -34px;
  }
  .s-sicher .sicher-photo-mobile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.s-courses {
  margin: calc(100vw / 1600 * 203) 0 calc(100vw / 1600 * 125) 0;
}
@media (min-width: 1919px) {
  .s-courses {
    margin: 203px 0 125px 0;
  }
}
@media (max-width: 820px) {
  .s-courses {
    margin: 65px 0 80px 0;
  }
}
.s-courses .courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 36px;
}
@media (max-width: 1920px) {
  .s-courses .courses-grid {
    gap: calc(100vw / 1600 * 36) calc(100vw / 1600 * 36);
  }
}
@media (max-width: 1280px) {
  .s-courses .courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .s-courses .courses-grid {
    display: flex;
    flex-direction: column;
    gap: 23px;
  }
}
.s-courses .course-card {
  display: flex;
  flex-direction: column;
}
@media (max-width: 820px) {
  .s-courses .course-card {
    position: relative;
  }
}
.s-courses .course-image {
  position: relative;
  width: 100%;
}
@media (max-width: 820px) {
  .s-courses .course-image {
    height: 191px;
  }
}
.s-courses .course-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.s-courses .course-image .course-badge {
  position: absolute;
  right: -6px;
  top: -58px;
  width: 162px;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: auto;
}
@media (max-width: 1919px) {
  .s-courses .course-image .course-badge {
    right: clamp(-6px, 100vw / 1600 * -6, -6px);
  }
}
@media (max-width: 1919px) {
  .s-courses .course-image .course-badge {
    top: clamp(-58px, 100vw / 1600 * -58, -58px);
  }
}
@media (max-width: 1919px) {
  .s-courses .course-image .course-badge {
    width: clamp(162px, 100vw / 1600 * 162, 162px);
  }
}
@media (max-width: 820px) {
  .s-courses .course-image .course-badge {
    left: 35px;
    right: auto;
    top: -22px;
    width: 162px;
    height: 162px;
  }
}
.s-courses .course-link-mobile {
  display: none;
}
@media (max-width: 820px) {
  .s-courses .course-link-mobile {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    font-size: 20px;
    color: #ff6a66;
    line-height: 1.35;
    text-decoration: none;
  }
  .s-courses .course-link-mobile .course-arrow {
    width: 26px;
    height: auto;
  }
}
.s-courses .course-info {
  flex-grow: 1;
  background: #590129;
  border-radius: 0 0 30px 30px;
  padding: clamp(26px, 100vw / 1600 * 26, 26px) clamp(25px, 100vw / 1600 * 25, 25px) clamp(40px, 100vw / 1600 * 40, 40px) clamp(25px, 100vw / 1600 * 25, 25px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1919px) {
  .s-courses .course-info {
    padding: 26px 25px 40px 25px;
  }
}
@media (max-width: 820px) {
  .s-courses .course-info {
    padding: 31px 30px 43px 30px;
  }
}
.s-courses .course-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 clamp(28px, 100vw / 1600 * 28, 28px) 0;
}
@media (min-width: 1919px) {
  .s-courses .course-tags {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 820px) {
  .s-courses .course-tags {
    gap: 5px;
    margin: 0 0 24px 0;
  }
}
.s-courses .course-tags .tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #590129;
  border: 1px solid #eec3e5;
  border-radius: 50px;
  padding: clamp(5px, 100vw / 1600 * 5, 5px) clamp(15px, 100vw / 1600 * 15, 15px) clamp(7px, 100vw / 1600 * 7, 7px) clamp(15px, 100vw / 1600 * 15, 15px);
  font-weight: 400;
  font-size: 16px;
  color: #eec3e5;
  line-height: 1.35;
  white-space: nowrap;
}
@media (min-width: 1919px) {
  .s-courses .course-tags .tag {
    padding: 5px 15px 7px 15px;
  }
}
@media (max-width: 1919px) {
  .s-courses .course-tags .tag {
    font-size: clamp(15px, 100vw / 1600 * 16, 16px);
  }
}
@media (max-width: 820px) {
  .s-courses .course-tags .tag {
    padding: 4px 13px;
    font-size: 15px;
    line-height: 1.35;
  }
}
.s-courses .course-tags .tag.tag-location img {
  width: 13px;
  height: 17px;
}
@media (max-width: 1919px) {
  .s-courses .course-tags .tag.tag-location img {
    width: clamp(13px, 100vw / 1600 * 13, 13px);
  }
}
@media (max-width: 1919px) {
  .s-courses .course-tags .tag.tag-location img {
    height: clamp(17px, 100vw / 1600 * 17, 17px);
  }
}
.s-courses .course-name {
  font-weight: 600;
  font-size: 22px;
  color: #eec3e5;
  line-height: 1.35;
  margin: 0 0 clamp(12px, 100vw / 1600 * 12, 12px) 0;
}
@media (max-width: 1919px) {
  .s-courses .course-name {
    font-size: clamp(20px, 100vw / 1600 * 22, 22px);
  }
}
@media (min-width: 1919px) {
  .s-courses .course-name {
    margin: 0 0 12px 0;
  }
}
@media (max-width: 820px) {
  .s-courses .course-name {
    font-size: 20px;
    line-height: 1.35;
    margin: 0 0 18px 0;
  }
}
.s-courses .course-desc {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 1.49;
  margin: 0 0 calc(100vw / 1600 * 20) 0;
  flex-grow: 1;
}
@media (max-width: 1919px) {
  .s-courses .course-desc {
    font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  }
}
@media (min-width: 1919px) {
  .s-courses .course-desc {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 820px) {
  .s-courses .course-desc {
    font-size: 18px;
    line-height: 1.49;
    margin: 0 0 35px 0;
  }
}
.s-courses .course-buttons {
  display: flex;
  gap: 10px 10px;
  margin-top: auto;
}
@media (max-width: 1920px) {
  .s-courses .course-buttons {
    gap: calc(100vw / 1600 * 10) calc(100vw / 1600 * 10);
  }
}
@media (max-width: 820px) {
  .s-courses .course-buttons {
    display: none;
  }
}
.s-courses .course-buttons .btn {
  padding: calc(100vw / 1600 * 10) calc(100vw / 1600 * 25) calc(100vw / 1600 * 10) calc(100vw / 1600 * 25);
  font-size: 18px;
}
@media (min-width: 1919px) {
  .s-courses .course-buttons .btn {
    padding: 10px 25px 10px 25px;
  }
}
@media (max-width: 1919px) {
  .s-courses .course-buttons .btn {
    font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  }
}
.s-courses .course-buttons .btn-accent {
  background: #ff6a66;
}
.s-courses .course-buttons .btn-secondary {
  background: #eec3e5;
}
.s-courses .course-buttons .btn-secondary-border {
  background: none;
  border: 1px solid #FF6A66;
  color: #FF6A66;
}
.s-courses .courses-cta {
  text-align: center;
  margin: clamp(48px, 100vw / 1600 * 70, 70px) 0 0 0;
}
@media (min-width: 1919px) {
  .s-courses .courses-cta {
    margin: 70px 0 0 0;
  }
}
@media (max-width: 820px) {
  .s-courses .courses-cta {
    margin: 48px 0 0 0;
    padding: 0 29px;
  }
}
.s-courses .courses-cta .btn {
  padding: clamp(15px, 100vw / 1600 * 15, 15px) clamp(25px, 100vw / 1600 * 25, 25px) clamp(18px, 100vw / 1600 * 18, 18px) clamp(25px, 100vw / 1600 * 25, 25px);
}
@media (min-width: 1919px) {
  .s-courses .courses-cta .btn {
    padding: 15px 25px 18px 25px;
  }
}
@media (max-width: 820px) {
  .s-courses .courses-cta .btn {
    width: 100%;
    font-size: 20px;
  }
}
.s-courses.s-courses-2 {
  margin: clamp(61px, 100vw / 1600 * 61, 61px) 0 clamp(61px, 100vw / 1600 * 130, 130px) 0;
}
@media (min-width: 1919px) {
  .s-courses.s-courses-2 {
    margin: 61px 0 130px 0;
  }
}
.s-courses.s-courses-2 h2 {
  font-weight: 400;
  font-size: 72px;
  text-align: center;
  color: #FF6A66;
  margin: 0 0 clamp(57px, 100vw / 1600 * 57, 57px) 0;
}
@media (max-width: 1919px) {
  .s-courses.s-courses-2 h2 {
    font-size: clamp(30px, 100vw / 1600 * 72, 72px);
  }
}
@media (min-width: 1919px) {
  .s-courses.s-courses-2 h2 {
    margin: 0 0 57px 0;
  }
}
.s-courses.s-courses-2 h2 em {
  font-family: "Sfizia Regular";
  font-size: 122px;
}
@media (max-width: 1919px) {
  .s-courses.s-courses-2 h2 em {
    font-size: clamp(47px, 100vw / 1600 * 122, 122px);
  }
}

.s-testimonials {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: calc(100vw / 1600 * 208) 0 0 0;
  background-image: url("../img/section7-sky-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1919px) {
  .s-testimonials {
    padding: 208px 0 0 0;
  }
}
@media (max-width: 576px) {
  .s-testimonials {
    padding: 117px 0 0 0;
    background-image: url("../img/testimonial-bg-mobile.jpg");
  }
}
.s-testimonials .testimonials-wrapper {
  margin-top: auto;
}
.s-testimonials .testimonials-wrapper .container {
  position: relative;
  background: #590129;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 576px) {
  .s-testimonials .testimonials-wrapper .container {
    margin-left: 29px;
    margin-right: 29px;
    width: calc(100% - 58px);
  }
}
.s-testimonials .testimonials-slider {
  position: relative;
  padding-top: 124px;
}
@media (max-width: 1919px) {
  .s-testimonials .testimonials-slider {
    padding-top: calc(100vw / 1600 * 124);
  }
}
@media (max-width: 576px) {
  .s-testimonials .testimonials-slider {
    padding-top: 77px;
  }
}
.s-testimonials .swiper-slide {
  text-align: center;
}
.s-testimonials .testimonial-quote {
  font-weight: 400;
  font-size: 30px;
  color: #ff6a66;
  line-height: 1.35;
  width: 845px;
  margin: calc(100vw / 1600 * 25) auto calc(100vw / 1600 * 38) auto;
  overflow: hidden;
}
@media (max-width: 1919px) {
  .s-testimonials .testimonial-quote {
    font-size: clamp(20px, 100vw / 1600 * 30, 30px);
  }
}
@media (max-width: 1919px) {
  .s-testimonials .testimonial-quote {
    width: clamp(270px, 100vw / 1600 * 845, 845px);
  }
}
@media (min-width: 1919px) {
  .s-testimonials .testimonial-quote {
    margin: 25px auto 38px auto;
  }
}
@media (max-width: 576px) {
  .s-testimonials .testimonial-quote {
    font-size: 20px;
    margin: 0 auto 41px auto;
  }
}
.s-testimonials .testimonial-author {
  font-weight: 400;
  font-size: 18px;
  color: #ff6a66;
  line-height: 1.35;
  width: 430px;
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .s-testimonials .testimonial-author {
    font-size: clamp(12px, 100vw / 1600 * 18, 18px);
  }
}
@media (max-width: 1919px) {
  .s-testimonials .testimonial-author {
    width: clamp(200px, 100vw / 1600 * 430, 430px);
  }
}
@media (max-width: 576px) {
  .s-testimonials .testimonial-author {
    font-size: 18px;
    width: 230px;
  }
}
.s-testimonials .testimonials-prev,
.s-testimonials .testimonials-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  width: 70px;
  height: 15px;
  z-index: 3;
}
@media (max-width: 1919px) {
  .s-testimonials .testimonials-prev,
  .s-testimonials .testimonials-next {
    width: calc(100vw / 1600 * 70);
  }
}
@media (max-width: 1919px) {
  .s-testimonials .testimonials-prev,
  .s-testimonials .testimonials-next {
    height: calc(100vw / 1600 * 15);
  }
}
@media (max-width: 576px) {
  .s-testimonials .testimonials-prev,
  .s-testimonials .testimonials-next {
    display: none;
  }
}
.s-testimonials .testimonials-prev:hover,
.s-testimonials .testimonials-next:hover {
  opacity: 0.7;
}
.s-testimonials .testimonials-prev.swiper-button-disabled,
.s-testimonials .testimonials-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.s-testimonials .testimonials-prev img,
.s-testimonials .testimonials-next img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.s-testimonials .testimonials-prev {
  left: 60px;
}
@media (max-width: 1919px) {
  .s-testimonials .testimonials-prev {
    left: calc(100vw / 1600 * 60);
  }
}
@media (max-width: 576px) {
  .s-testimonials .testimonials-prev {
    left: 20px;
  }
}
.s-testimonials .testimonials-next {
  right: 60px;
}
@media (max-width: 1919px) {
  .s-testimonials .testimonials-next {
    right: calc(100vw / 1600 * 60);
  }
}
@media (max-width: 576px) {
  .s-testimonials .testimonials-next {
    right: 20px;
  }
}

.testimonials-pagination.swiper-pagination {
  position: static;
  text-align: center;
  margin-top: 63px;
  padding-bottom: 87px;
}
@media (max-width: 1919px) {
  .testimonials-pagination.swiper-pagination {
    margin-top: calc(100vw / 1600 * 63);
  }
}
@media (max-width: 1919px) {
  .testimonials-pagination.swiper-pagination {
    padding-bottom: calc(100vw / 1600 * 87);
  }
}
@media (max-width: 576px) {
  .testimonials-pagination.swiper-pagination {
    margin-top: 76px;
    padding-bottom: 45px;
  }
}

.instagram-pagination.swiper-pagination {
  display: none;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 4.5625vw !important;
  z-index: 3;
  text-align: center;
  width: auto;
}
@media (min-width: 1921px) {
  .instagram-pagination.swiper-pagination {
    bottom: 73px !important;
  }
}
@media (max-width: 576px) {
  .instagram-pagination.swiper-pagination {
    display: block;
    bottom: 37px !important;
  }
}

.instagram-pagination.swiper-pagination .swiper-pagination-bullet,
.testimonials-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #EEC3E5 !important;
  opacity: 1 !important;
  margin: 0 6px;
  border: 4px solid transparent;
  transition: 0.3s;
}
@media (max-width: 1919px) {
  .instagram-pagination.swiper-pagination .swiper-pagination-bullet,
  .testimonials-pagination.swiper-pagination .swiper-pagination-bullet {
    width: clamp(14px, 100vw / 1600 * 18, 18px);
  }
}
@media (max-width: 1919px) {
  .instagram-pagination.swiper-pagination .swiper-pagination-bullet,
  .testimonials-pagination.swiper-pagination .swiper-pagination-bullet {
    height: clamp(14px, 100vw / 1600 * 18, 18px);
  }
}
@media (max-width: 1280px) {
  .instagram-pagination.swiper-pagination .swiper-pagination-bullet,
  .testimonials-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 4px;
    border: 3px solid transparent;
  }
}
.instagram-pagination.swiper-pagination .swiper-pagination-bullet-active,
.testimonials-pagination.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: transparent !important;
  border: 4px solid #EEC3E5;
}
@media (max-width: 1280px) {
  .instagram-pagination.swiper-pagination .swiper-pagination-bullet-active,
  .testimonials-pagination.swiper-pagination .swiper-pagination-bullet-active {
    border: 3px solid #EEC3E5;
  }
}

.s-cta {
  position: relative;
  background: #bf5a50;
  padding: calc(100vw / 1600 * 91) 0 calc(100vw / 1600 * 101) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 1919px) {
  .s-cta {
    padding: 91px 0 101px 0;
  }
}
@media (max-width: 992px) {
  .s-cta {
    padding: 80px 20px 85px 20px;
  }
}
@media (max-width: 576px) {
  .s-cta {
    padding: 60px 20px 60px 20px;
  }
}
.s-cta .cta-content {
  text-align: center;
  color: #fff;
  width: 895px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1919px) {
  .s-cta .cta-content {
    width: clamp(300px, 100vw / 1600 * 895, 895px);
  }
}
@media (max-width: 992px) {
  .s-cta .cta-content {
    width: 100%;
    max-width: 700px;
  }
}
@media (max-width: 576px) {
  .s-cta .cta-content {
    width: 100%;
  }
}
.s-cta .cta-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.35;
  color: #fff;
  margin: 0 0 calc(100vw / 1600 * 24) 0;
}
@media (max-width: 1919px) {
  .s-cta .cta-title {
    font-size: clamp(20px, 100vw / 1600 * 40, 40px);
  }
}
@media (min-width: 1919px) {
  .s-cta .cta-title {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 992px) {
  .s-cta .cta-title {
    font-size: 34px;
    margin: 0 0 22px 0;
  }
}
@media (max-width: 576px) {
  .s-cta .cta-title {
    font-size: 26px;
    margin: 0 0 18px 0;
  }
}
.s-cta .cta-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 calc(100vw / 1600 * 58) 0;
}
@media (max-width: 1919px) {
  .s-cta .cta-text {
    font-size: clamp(13px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .s-cta .cta-text {
    margin: 0 0 58px 0;
  }
}
@media (max-width: 992px) {
  .s-cta .cta-text {
    font-size: 18px;
    margin: 0 0 50px 0;
  }
}
@media (max-width: 576px) {
  .s-cta .cta-text {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
}

.s-instagram {
  position: relative;
  text-align: center;
  padding: calc(100vw / 1600 * 92) 0 calc(100vw / 1600 * 71) 0;
}
@media (min-width: 1919px) {
  .s-instagram {
    padding: 92px 0 71px 0;
  }
}
.s-instagram::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 567px;
  background: #bf5a50;
  z-index: -1;
}
@media (max-width: 1919px) {
  .s-instagram::before {
    height: calc(100vw / 1600 * 567);
  }
}
.s-instagram .instagram-title {
  text-align: center;
  width: 687px;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  line-height: 1.35;
  margin: 0 auto calc(100vw / 1600 * 53) auto;
}
@media (max-width: 1919px) {
  .s-instagram .instagram-title {
    width: clamp(300px, 100vw / 1600 * 687, 687px);
  }
}
@media (max-width: 1919px) {
  .s-instagram .instagram-title {
    font-size: clamp(30px, 100vw / 1600 * 40, 40px);
  }
}
@media (min-width: 1919px) {
  .s-instagram .instagram-title {
    margin: 0 auto 53px auto;
  }
}
.s-instagram .instagram-posts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 15px;
}
@media (max-width: 1920px) {
  .s-instagram .instagram-posts {
    gap: 0 calc(100vw / 1600 * 15);
  }
}
.s-instagram .instagram-posts .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 11px;
}
@media (max-width: 1920px) {
  .s-instagram .instagram-posts .swiper-wrapper {
    gap: 0 calc(100vw / 1600 * 11);
  }
}
.s-instagram .instagram-posts .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.s-instagram .instagram-post {
  width: 309px;
  height: 512px;
  border-radius: 30px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1919px) {
  .s-instagram .instagram-post {
    width: calc(100vw / 1600 * 309);
  }
}
@media (max-width: 1919px) {
  .s-instagram .instagram-post {
    height: calc(100vw / 1600 * 512);
  }
}
@media (max-width: 1919px) {
  .s-instagram .instagram-post {
    border-radius: calc(100vw / 1600 * 30);
  }
}
.s-instagram .instagram-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f9f25e;
  color: #590129;
  padding: clamp(13px, 100vw / 1600 * 13, 13px) clamp(21px, 100vw / 1600 * 21, 21px) clamp(15px, 100vw / 1600 * 15, 15px) clamp(21px, 100vw / 1600 * 21, 21px);
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  transition: opacity 0.3s;
  margin: clamp(83px, 100vw / 1600 * 63, 63px) 0 0 0;
}
@media (min-width: 1919px) {
  .s-instagram .instagram-btn {
    padding: 13px 21px 15px 21px;
  }
}
@media (max-width: 1919px) {
  .s-instagram .instagram-btn {
    font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .s-instagram .instagram-btn {
    margin: 63px 0 0 0;
  }
}
.s-instagram .instagram-btn:hover {
  opacity: 0.9;
}
.s-instagram .instagram-btn .instagram-icon {
  width: 33px;
  height: 33px;
}
@media (max-width: 1919px) {
  .s-instagram .instagram-btn .instagram-icon {
    width: clamp(33px, 100vw / 1600 * 33, 33px);
  }
}
@media (max-width: 1919px) {
  .s-instagram .instagram-btn .instagram-icon {
    height: clamp(33px, 100vw / 1600 * 33, 33px);
  }
}
@media (max-width: 576px) {
  .s-instagram {
    padding: 67px 0 82px 0;
    background: #bf5a50;
  }
  .s-instagram::before {
    content: none;
  }
  .s-instagram .instagram-title {
    width: auto;
    font-size: 30px;
    line-height: 1.35;
    margin: 0 0 50px 0;
    -webkit-hyphens: none;
    hyphens: none;
  }
  .s-instagram .instagram-posts {
    display: block;
    overflow: visible;
    margin: 0;
  }
  .s-instagram .instagram-posts .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .s-instagram .instagram-posts .swiper-slide {
    width: 336px;
    flex-shrink: 0;
  }
  .s-instagram .instagram-post {
    width: 336px;
    height: 556px;
    border-radius: 30px;
    display: block;
  }
  .s-instagram .instagram-pagination {
    display: block;
    text-align: center;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .s-instagram .instagram-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 0.5;
    margin: 0 6px;
    border-radius: 50%;
    display: inline-block;
  }
  .s-instagram .instagram-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .s-instagram .instagram-pagination.swiper-pagination {
    bottom: -43px !important;
  }
}

.s-faq {
  background: #fff;
  margin: calc(100vw / 1600 * 59) 0 calc(100vw / 1600 * 128) 0;
}
@media (min-width: 1919px) {
  .s-faq {
    margin: 59px 0 128px 0;
  }
}
.s-faq .faq-title {
  font-family: "Sfizia Regular";
  font-size: 60px;
  color: #ff6a66;
  line-height: 1.35;
  text-align: center;
  margin: 0 0 calc(100vw / 1600 * 45) 0;
}
@media (max-width: 1919px) {
  .s-faq .faq-title {
    font-size: clamp(40px, 100vw / 1600 * 60, 60px);
  }
}
@media (min-width: 1919px) {
  .s-faq .faq-title {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 576px) {
  .s-faq {
    margin: 93px 0 60px 0;
  }
  .s-faq .faq-title {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 19px 0;
  }
}

.s-freebie {
  background: #eec3e5;
  padding: calc(100vw / 1600 * 30) 0 calc(100vw / 1600 * 29) 0;
}
@media (min-width: 1919px) {
  .s-freebie {
    padding: 30px 0 29px 0;
  }
}
.s-freebie .freebie-inner {
  display: flex;
  align-items: center;
  gap: 0 61px;
}
@media (max-width: 1920px) {
  .s-freebie .freebie-inner {
    gap: 0 calc(100vw / 1600 * 61);
  }
}
.s-freebie .freebie-heading {
  flex-shrink: 0;
  width: 366px;
  line-height: 0;
  text-align: right;
}
@media (max-width: 1919px) {
  .s-freebie .freebie-heading {
    width: clamp(200px, 100vw / 1600 * 366, 366px);
  }
}
.s-freebie .freebie-heading .wrapper {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.s-freebie .freebie-heading .wrapper span {
  margin: 0 calc(100vw / 1600 * 10) 0 0;
}
@media (min-width: 1919px) {
  .s-freebie .freebie-heading .wrapper span {
    margin: 0 10px 0 0;
  }
}
.s-freebie .freebie-heading span {
  display: block;
  font-weight: 400;
  font-size: 40px;
  color: #590129;
  line-height: 1.1;
}
@media (max-width: 1919px) {
  .s-freebie .freebie-heading span {
    font-size: clamp(25px, 100vw / 1600 * 40, 40px);
  }
}
.s-freebie .freebie-heading em {
  display: block;
  font-family: "Sfizia Regular";
  font-size: 80px;
  color: #590129;
  line-height: 1;
}
@media (max-width: 1919px) {
  .s-freebie .freebie-heading em {
    font-size: clamp(40px, 100vw / 1600 * 80, 80px);
  }
}
.s-freebie .freebie-card {
  display: flex;
  align-items: center;
  gap: 0 65px;
}
@media (max-width: 1920px) {
  .s-freebie .freebie-card {
    gap: 0 calc(100vw / 1600 * 65);
  }
}
.s-freebie .freebie-photo {
  flex-shrink: 0;
  width: 149px;
  height: 191px;
}
@media (max-width: 1919px) {
  .s-freebie .freebie-photo {
    width: calc(100vw / 1600 * 149);
  }
}
@media (max-width: 1919px) {
  .s-freebie .freebie-photo {
    height: calc(100vw / 1600 * 191);
  }
}
.s-freebie .freebie-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-freebie .freebie-photo-mobile {
  display: none;
}
.s-freebie .freebie-subtitle {
  font-weight: 600;
  font-size: 20px;
  color: #590129;
  line-height: 1.35;
  margin: 0 0 calc(100vw / 1600 * 8) 0;
}
@media (max-width: 1919px) {
  .s-freebie .freebie-subtitle {
    font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .s-freebie .freebie-subtitle {
    margin: 0 0 8px 0;
  }
}
.s-freebie .freebie-text {
  font-weight: 400;
  font-size: 18px;
  color: #590129;
  line-height: 1.7;
  width: 523px;
  margin: 0 0 calc(100vw / 1600 * 24) 0;
}
@media (max-width: 1919px) {
  .s-freebie .freebie-text {
    font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  }
}
@media (max-width: 1919px) {
  .s-freebie .freebie-text {
    width: clamp(300px, 100vw / 1600 * 523, 523px);
  }
}
@media (min-width: 1919px) {
  .s-freebie .freebie-text {
    margin: 0 0 24px 0;
  }
}
.s-freebie .freebie-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #590129;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  transition: opacity 0.3s;
}
@media (max-width: 1919px) {
  .s-freebie .freebie-btn {
    font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  }
}
.s-freebie .freebie-btn:hover {
  opacity: 0.7;
}
.s-freebie .freebie-btn .freebie-icon {
  width: 28px;
  height: 27px;
}
@media (max-width: 1919px) {
  .s-freebie .freebie-btn .freebie-icon {
    width: calc(100vw / 1600 * 28);
  }
}
@media (max-width: 1919px) {
  .s-freebie .freebie-btn .freebie-icon {
    height: calc(100vw / 1600 * 27);
  }
}
@media (max-width: 820px) {
  .s-freebie {
    padding: 40px 0 40px 0;
  }
  .s-freebie .freebie-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 47px 34px;
  }
  .s-freebie .freebie-heading {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    position: relative;
    top: -11px;
  }
  .s-freebie .freebie-heading span {
    font-size: 25px;
    line-height: 1.1;
    max-width: 90%;
    margin-left: auto;
  }
  .s-freebie .freebie-heading em {
    font-size: 40px;
    line-height: 1;
  }
  .s-freebie .freebie-photo-mobile {
    display: block;
    grid-column: 2;
    grid-row: 1;
    width: 131px;
    height: 168px;
    flex-shrink: 0;
  }
  .s-freebie .freebie-photo-mobile img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .s-freebie .freebie-card {
    grid-column: 1/-1;
    grid-row: 2;
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .s-freebie .freebie-photo {
    display: none;
  }
  .s-freebie .freebie-content {
    width: 100%;
  }
  .s-freebie .freebie-subtitle {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .s-freebie .freebie-text {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 25px 0;
    width: 100%;
  }
  .s-freebie .freebie-btn {
    font-size: 20px;
  }
  .s-freebie .freebie-btn .freebie-icon {
    width: 30px;
    height: 28px;
  }
}

.s-about {
  position: relative;
  height: 1080px;
  overflow: hidden;
}
@media (max-width: 1919px) {
  .s-about {
    height: calc(100vw / 1600 * 1080);
  }
}
@media (max-width: 992px) {
  .s-about {
    height: 800px;
  }
}
@media (max-width: 576px) {
  .s-about {
    height: auto;
    min-height: 700px;
  }
}
.s-about .about-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.s-about .about-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 0 0 calc(100vw / 1600 * 373);
  bottom: 0;
  width: 526px;
  background: #590129;
  border-radius: 30px 30px 0 0;
  padding: calc(100vw / 1600 * 47) calc(100vw / 1600 * 42) calc(100vw / 1600 * 42) calc(100vw / 1600 * 42);
}
@media (min-width: 1919px) {
  .s-about .about-content {
    margin: 0 0 0 373px;
  }
}
@media (max-width: 1919px) {
  .s-about .about-content {
    width: calc(100vw / 1600 * 526);
  }
}
@media (min-width: 1919px) {
  .s-about .about-content {
    padding: 47px 42px 42px 42px;
  }
}
@media (max-width: 992px) {
  .s-about .about-content {
    width: 90%;
    max-width: 600px;
    height: auto;
    margin: 0;
    padding: 40px 30px;
  }
}
.s-about .about-quote-icon {
  width: 84px;
  height: 58px;
  margin: 0 0 calc(100vw / 1600 * 15) 0;
}
@media (max-width: 1919px) {
  .s-about .about-quote-icon {
    width: calc(100vw / 1600 * 84);
  }
}
@media (max-width: 1919px) {
  .s-about .about-quote-icon {
    height: calc(100vw / 1600 * 58);
  }
}
@media (min-width: 1919px) {
  .s-about .about-quote-icon {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 992px) {
  .s-about .about-quote-icon {
    width: 70px;
    height: 48px;
    margin: 0 0 12px 0;
  }
}
@media (max-width: 576px) {
  .s-about .about-quote-icon {
    width: 60px;
    height: 42px;
    margin: 0 0 10px 0;
  }
}
.s-about .about-text {
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  line-height: 1.35;
  text-align: center;
  width: 424px;
  margin: 0;
}
@media (max-width: 1919px) {
  .s-about .about-text {
    font-size: clamp(15px, 100vw / 1600 * 30, 30px);
  }
}
@media (max-width: 1919px) {
  .s-about .about-text {
    width: clamp(300px, 100vw / 1600 * 424, 424px);
  }
}
@media (max-width: 992px) {
  .s-about .about-text {
    width: 100%;
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .s-about .about-text {
    width: 100%;
    font-size: 20px;
  }
}

.s-about-intro {
  background: #bf5a50;
  padding: calc(100vw / 1600 * 146) 0 calc(100vw / 1600 * 146) 0;
}
@media (min-width: 1919px) {
  .s-about-intro {
    padding: 146px 0 146px 0;
  }
}
@media (max-width: 992px) {
  .s-about-intro {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .s-about-intro {
    padding: 60px 20px 40px 20px;
  }
}
.s-about-intro .about-intro-inner {
  display: flex;
  align-items: center;
  gap: 0 116px;
}
@media (max-width: 1920px) {
  .s-about-intro .about-intro-inner {
    gap: 0 calc(100vw / 1600 * 116);
  }
}
@media (max-width: 992px) {
  .s-about-intro .about-intro-inner {
    gap: 50px;
  }
}
@media (max-width: 820px) {
  .s-about-intro .about-intro-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.s-about-intro .about-intro-photo {
  flex-shrink: 0;
  width: 526px;
  height: 677px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1919px) {
  .s-about-intro .about-intro-photo {
    width: calc(100vw / 1600 * 526);
  }
}
@media (max-width: 1919px) {
  .s-about-intro .about-intro-photo {
    height: calc(100vw / 1600 * 677);
  }
}
@media (max-width: 1919px) {
  .s-about-intro .about-intro-photo {
    border-bottom-right-radius: calc(100vw / 1600 * 30);
  }
}
@media (max-width: 1919px) {
  .s-about-intro .about-intro-photo {
    border-top-right-radius: calc(100vw / 1600 * 30);
  }
}
@media (max-width: 992px) {
  .s-about-intro .about-intro-photo {
    width: 45%;
    height: auto;
    aspect-ratio: 526/677;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
  }
}
@media (max-width: 820px) {
  .s-about-intro .about-intro-photo {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
}
.s-about-intro .about-intro-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-about-intro .about-intro-content {
  flex: 1;
}
.s-about-intro .about-intro-title {
  font-family: "Sfizia Regular";
  font-size: 50px;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 calc(100vw / 1600 * 30) 0;
}
@media (max-width: 1919px) {
  .s-about-intro .about-intro-title {
    font-size: clamp(25px, 100vw / 1600 * 50, 50px);
  }
}
@media (min-width: 1919px) {
  .s-about-intro .about-intro-title {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 992px) {
  .s-about-intro .about-intro-title {
    font-size: 40px;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 576px) {
  .s-about-intro .about-intro-title {
    font-size: 35px;
    margin: 0 0 20px 0;
  }
}
.s-about-intro .about-intro-text {
  width: 523px;
  margin: 0 0 calc(100vw / 1600 * 40) 0;
}
@media (max-width: 1919px) {
  .s-about-intro .about-intro-text {
    width: clamp(300px, 100vw / 1600 * 523, 523px);
  }
}
@media (min-width: 1919px) {
  .s-about-intro .about-intro-text {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .s-about-intro .about-intro-text {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 576px) {
  .s-about-intro .about-intro-text {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.s-about-intro .about-intro-text p {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 calc(100vw / 1600 * 15) 0;
}
@media (max-width: 1919px) {
  .s-about-intro .about-intro-text p {
    font-size: clamp(13px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .s-about-intro .about-intro-text p {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 992px) {
  .s-about-intro .about-intro-text p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .s-about-intro .about-intro-text p {
    font-size: 16px;
    margin: 0 0 12px 0;
  }
}
.s-about-intro .about-intro-text p:last-child {
  margin-bottom: 0;
}
.s-about-intro.s-about-intro-2 {
  background: url("../img/helfe-bg.jpg") no-repeat;
  background-size: cover;
}
.s-about-intro.s-about-intro-2 h2, .s-about-intro.s-about-intro-2 p {
  color: #590129;
}

.s-about-gallery {
  background: #590129;
  padding: calc(100vw / 1600 * 152) 0 calc(100vw / 1600 * 50) 0;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 1919px) {
  .s-about-gallery {
    padding: 152px 0 50px 0;
  }
}
@media (max-width: 992px) {
  .s-about-gallery {
    padding: 80px 20px 50px 20px;
  }
}
@media (max-width: 576px) {
  .s-about-gallery {
    padding: 60px 20px 40px 20px;
  }
}
.s-about-gallery .about-gallery-title {
  line-height: 2;
  margin: 0 0 calc(100vw / 1600 * 108) 0;
  position: relative;
  z-index: 9;
}
@media (min-width: 1919px) {
  .s-about-gallery .about-gallery-title {
    margin: 0 0 108px 0;
  }
}
@media (max-width: 992px) {
  .s-about-gallery .about-gallery-title {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 576px) {
  .s-about-gallery .about-gallery-title {
    margin: 0 0 60px 0;
  }
}
.s-about-gallery .about-gallery-title span {
  font-weight: 400;
  font-size: 72px;
  color: #ff6a66;
  line-height: 0.85;
  margin: 0 0 calc(100vw / 1600 * 10) 0;
}
@media (max-width: 1919px) {
  .s-about-gallery .about-gallery-title span {
    font-size: clamp(30px, 100vw / 1600 * 72, 72px);
  }
}
@media (min-width: 1919px) {
  .s-about-gallery .about-gallery-title span {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 992px) {
  .s-about-gallery .about-gallery-title span {
    font-size: 50px;
    margin: 0 0 8px 0;
  }
}
@media (max-width: 576px) {
  .s-about-gallery .about-gallery-title span {
    font-size: 40px;
    margin: 0 0 5px 0;
  }
}
.s-about-gallery .about-gallery-title em {
  font-family: "Sfizia Regular";
  font-size: 122px;
  color: #ff6a66;
  line-height: 0.85;
}
@media (max-width: 1919px) {
  .s-about-gallery .about-gallery-title em {
    font-size: clamp(50px, 100vw / 1600 * 122, 122px);
  }
}
@media (max-width: 992px) {
  .s-about-gallery .about-gallery-title em {
    font-size: 85px;
  }
}
@media (max-width: 576px) {
  .s-about-gallery .about-gallery-title em {
    font-size: 60px;
  }
}
.s-about-gallery .about-gallery-photos {
  position: relative;
  width: 1274px;
  height: 916px;
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .s-about-gallery .about-gallery-photos {
    width: calc(100vw / 1600 * 1274);
  }
}
@media (max-width: 1919px) {
  .s-about-gallery .about-gallery-photos {
    height: calc(100vw / 1600 * 916);
  }
}
@media (max-width: 576px) {
  .s-about-gallery .about-gallery-photos {
    position: static;
    width: 100%;
    height: auto;
  }
}
.s-about-gallery .about-gallery-photo {
  position: absolute;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 576px) {
  .s-about-gallery .about-gallery-photo {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  .s-about-gallery .about-gallery-photo:last-child {
    margin-bottom: 0;
  }
}
.s-about-gallery .about-gallery-photo-1 {
  left: 0;
  top: 0;
  width: 630px;
  height: 408px;
}
@media (max-width: 1919px) {
  .s-about-gallery .about-gallery-photo-1 {
    width: calc(100vw / 1600 * 630);
  }
}
@media (max-width: 1919px) {
  .s-about-gallery .about-gallery-photo-1 {
    height: calc(100vw / 1600 * 408);
  }
}
@media (max-width: 576px) {
  .s-about-gallery .about-gallery-photo-1 {
    width: 100%;
    height: auto;
  }
}
.s-about-gallery .about-gallery-photo-2 {
  left: 644px;
  top: -154px;
  width: 630px;
  height: 562px;
}
@media (max-width: 1919px) {
  .s-about-gallery .about-gallery-photo-2 {
    left: calc(100vw / 1600 * 644);
  }
}
@media (max-width: 1919px) {
  .s-about-gallery .about-gallery-photo-2 {
    top: calc(100vw / 1600 * -154);
  }
}
@media (max-width: 1919px) {
  .s-about-gallery .about-gallery-photo-2 {
    width: calc(100vw / 1600 * 630);
  }
}
@media (max-width: 1919px) {
  .s-about-gallery .about-gallery-photo-2 {
    height: calc(100vw / 1600 * 562);
  }
}
@media (max-width: 576px) {
  .s-about-gallery .about-gallery-photo-2 {
    width: 100%;
    height: auto;
  }
}
.s-about-gallery .about-gallery-photo-3 {
  left: 109px;
  top: 419px;
  width: 1058px;
  height: 411px;
}
@media (max-width: 1919px) {
  .s-about-gallery .about-gallery-photo-3 {
    left: calc(100vw / 1600 * 109);
  }
}
@media (max-width: 1919px) {
  .s-about-gallery .about-gallery-photo-3 {
    top: calc(100vw / 1600 * 419);
  }
}
@media (max-width: 1919px) {
  .s-about-gallery .about-gallery-photo-3 {
    width: calc(100vw / 1600 * 1058);
  }
}
@media (max-width: 1919px) {
  .s-about-gallery .about-gallery-photo-3 {
    height: calc(100vw / 1600 * 411);
  }
}
@media (max-width: 576px) {
  .s-about-gallery .about-gallery-photo-3 {
    width: 100%;
    height: auto;
  }
}

.s-vita {
  background: #bf5a50;
  padding: calc(100vw / 1600 * 135) 0 calc(100vw / 1600 * 119) 0;
  text-align: center;
}
@media (min-width: 1919px) {
  .s-vita {
    padding: 135px 0 119px 0;
  }
}
@media (max-width: 992px) {
  .s-vita {
    padding: 90px 20px 70px 20px;
  }
}
@media (max-width: 576px) {
  .s-vita {
    padding: 60px 20px 40px 20px;
  }
}
.s-vita .vita-title {
  line-height: 0;
  margin: 0 0 calc(100vw / 1600 * 80) 0;
}
@media (min-width: 1919px) {
  .s-vita .vita-title {
    margin: 0 0 80px 0;
  }
}
@media (max-width: 992px) {
  .s-vita .vita-title {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 576px) {
  .s-vita .vita-title {
    margin: 0 0 50px 0;
  }
}
.s-vita .vita-title em {
  display: block;
  font-family: "Sfizia Regular";
  font-size: 122px;
  color: #eec3e5;
  line-height: 0.9;
}
@media (max-width: 1919px) {
  .s-vita .vita-title em {
    font-size: clamp(50px, 100vw / 1600 * 122, 122px);
  }
}
@media (max-width: 992px) {
  .s-vita .vita-title em {
    font-size: 90px;
  }
}
@media (max-width: 576px) {
  .s-vita .vita-title em {
    font-size: 70px;
  }
}
.s-vita .vita-title span {
  display: block;
  font-weight: 400;
  font-size: 60px;
  color: #eec3e5;
  line-height: 1.05;
}
@media (max-width: 1919px) {
  .s-vita .vita-title span {
    font-size: clamp(25px, 100vw / 1600 * 60, 60px);
  }
}
@media (max-width: 992px) {
  .s-vita .vita-title span {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .s-vita .vita-title span {
    font-size: 35px;
  }
}
.s-vita .vita-timeline {
  width: 630px;
  margin: 0 auto calc(100vw / 1600 * 50) auto;
}
@media (max-width: 1919px) {
  .s-vita .vita-timeline {
    width: clamp(300px, 100vw / 1600 * 630, 630px);
  }
}
@media (min-width: 1919px) {
  .s-vita .vita-timeline {
    margin: 0 auto 50px auto;
  }
}
@media (max-width: 992px) {
  .s-vita .vita-timeline {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 576px) {
  .s-vita .vita-timeline {
    width: 100%;
    margin: 0 auto 35px auto;
  }
}
.s-vita .vita-item {
  display: flex;
  align-items: center;
  gap: 0 30px;
  padding: calc(100vw / 1600 * 20) 0 calc(100vw / 1600 * 20) 0;
  border-top: 1px solid rgba(238, 195, 229, 0.3);
}
@media (max-width: 1920px) {
  .s-vita .vita-item {
    gap: 0 calc(100vw / 1600 * 30);
  }
}
@media (min-width: 1919px) {
  .s-vita .vita-item {
    padding: 20px 0 20px 0;
  }
}
@media (max-width: 992px) {
  .s-vita .vita-item {
    gap: 25px;
    padding: 18px 0;
  }
}
@media (max-width: 576px) {
  .s-vita .vita-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
  }
}
.s-vita .vita-item:last-child, .s-vita .vita-item:not(.vita-item-hidden):has(+ .vita-item-hidden) {
  border-bottom: 1px solid rgba(238, 195, 229, 0.3);
}
.s-vita .vita-item.vita-item-hidden {
  display: none;
}
.s-vita .vita-item:not(.vita-item-hidden) + .vita-item.vita-item-hidden {
  border-top: none;
}
.s-vita .vita-year {
  flex-shrink: 0;
  width: 200px;
  font-weight: 400;
  font-size: 65px;
  color: #590129;
  line-height: 1.35;
  text-align: right;
}
@media (max-width: 1919px) {
  .s-vita .vita-year {
    width: clamp(67px, 100vw / 1600 * 200, 200px);
  }
}
@media (max-width: 1919px) {
  .s-vita .vita-year {
    font-size: clamp(30px, 100vw / 1600 * 65, 65px);
  }
}
@media (max-width: 992px) {
  .s-vita .vita-year {
    width: 180px;
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .s-vita .vita-year {
    width: 100%;
    font-size: 40px;
    text-align: left;
  }
}
.s-vita .vita-content {
  flex: 1;
  text-align: left;
}
.s-vita .vita-event {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 1.35;
}
@media (max-width: 1919px) {
  .s-vita .vita-event {
    font-size: clamp(13px, 100vw / 1600 * 20, 20px);
  }
}
@media (max-width: 992px) {
  .s-vita .vita-event {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .s-vita .vita-event {
    font-size: 16px;
    margin: 0 0 6px 0;
  }
}
.s-vita .vita-details {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 1.35;
  margin: calc(100vw / 1600 * 10) 0 0 0;
}
@media (max-width: 1919px) {
  .s-vita .vita-details {
    font-size: clamp(12px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .s-vita .vita-details {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 992px) {
  .s-vita .vita-details {
    font-size: 18px;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 576px) {
  .s-vita .vita-details {
    font-size: 16px;
  }
}
.s-vita .vita-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (max-width: 1920px) {
  .s-vita .vita-toggle {
    gap: 0 calc(100vw / 1600 * 10);
  }
}
@media (max-width: 992px) {
  .s-vita .vita-toggle {
    gap: 8px;
  }
}
@media (max-width: 576px) {
  .s-vita .vita-toggle {
    gap: 8px;
  }
}
.s-vita .vita-toggle:hover {
  opacity: 0.8;
}
.s-vita .vita-toggle span {
  font-weight: 600;
  font-size: 20px;
  color: #eec3e5;
  line-height: 1.35;
}
@media (max-width: 1919px) {
  .s-vita .vita-toggle span {
    font-size: clamp(13px, 100vw / 1600 * 20, 20px);
  }
}
@media (max-width: 992px) {
  .s-vita .vita-toggle span {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .s-vita .vita-toggle span {
    font-size: 16px;
  }
}
.s-vita .vita-toggle .vita-arrow {
  width: 13px;
  height: 7px;
  transition: transform 0.3s;
}
@media (max-width: 1919px) {
  .s-vita .vita-toggle .vita-arrow {
    width: calc(100vw / 1600 * 13);
  }
}
@media (max-width: 1919px) {
  .s-vita .vita-toggle .vita-arrow {
    height: calc(100vw / 1600 * 7);
  }
}
@media (max-width: 992px) {
  .s-vita .vita-toggle .vita-arrow {
    width: 12px;
    height: 6px;
  }
}
@media (max-width: 576px) {
  .s-vita .vita-toggle .vita-arrow {
    width: 11px;
    height: 6px;
  }
}
.s-vita .vita-toggle.active .vita-arrow {
  transform: rotate(180deg);
}

.s-class-hero {
  background: #590129;
  padding: clamp(60px, 100vw / 1600 * 75, 75px) 0 clamp(70px, 100vw / 1600 * 70, 70px) 0;
}
@media (min-width: 1919px) {
  .s-class-hero {
    padding: 75px 0 70px 0;
  }
}
.s-class-hero .class-hero-inner {
  display: flex;
  gap: 0 50px;
}
@media (max-width: 1920px) {
  .s-class-hero .class-hero-inner {
    gap: 0 calc(100vw / 1600 * 50);
  }
}
@media (max-width: 992px) {
  .s-class-hero .class-hero-inner {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .s-class-hero .class-hero-inner {
    flex-direction: column;
  }
}
.s-class-hero .class-hero-content {
  flex: 1;
  padding: calc(100vw / 1600 * 72) 0 0 0;
}
@media (min-width: 1919px) {
  .s-class-hero .class-hero-content {
    padding: 72px 0 0 0;
  }
}
@media (max-width: 992px) {
  .s-class-hero .class-hero-content {
    padding: 0;
  }
}
.s-class-hero .class-hero-tags {
  display: flex;
  gap: 10px;
  margin: 0 0 calc(100vw / 1600 * 20) 0;
}
@media (min-width: 1919px) {
  .s-class-hero .class-hero-tags {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 992px) {
  .s-class-hero .class-hero-tags {
    gap: 8px;
    margin: 0 0 18px 0;
  }
}
.s-class-hero .class-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #590129;
  border: 1px solid #eec3e5;
  border-radius: 42px;
  padding: calc(100vw / 1600 * 4) calc(100vw / 1600 * 13) calc(100vw / 1600 * 4) calc(100vw / 1600 * 13);
  font-weight: 400;
  font-size: 16px;
  color: #eec3e5;
  line-height: 1.35;
}
@media (max-width: 1919px) {
  .s-class-hero .class-hero-tag {
    border-radius: calc(100vw / 1600 * 42);
  }
}
@media (min-width: 1919px) {
  .s-class-hero .class-hero-tag {
    padding: 4px 13px 4px 13px;
  }
}
@media (max-width: 1919px) {
  .s-class-hero .class-hero-tag {
    font-size: clamp(10px, 100vw / 1600 * 16, 16px);
  }
}
@media (max-width: 992px) {
  .s-class-hero .class-hero-tag {
    border-radius: 35px;
    padding: 3px 12px;
    font-size: 14px;
  }
}
.s-class-hero .class-hero-subtitle {
  font-family: "Sfizia Regular";
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 calc(100vw / 1600 * 20) 0;
}
@media (max-width: 1919px) {
  .s-class-hero .class-hero-subtitle {
    font-size: clamp(15px, 100vw / 1600 * 30, 30px);
  }
}
@media (min-width: 1919px) {
  .s-class-hero .class-hero-subtitle {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 992px) {
  .s-class-hero .class-hero-subtitle {
    font-size: 26px;
    margin: 0 0 18px 0;
  }
}
.s-class-hero .class-hero-title {
  font-weight: 400;
  font-size: 70px;
  color: #eec3e5;
  line-height: 1.09;
  margin: 0 0 calc(100vw / 1600 * 28) 0;
  max-width: 90%;
}
@media (max-width: 1919px) {
  .s-class-hero .class-hero-title {
    font-size: clamp(30px, 100vw / 1600 * 70, 70px);
  }
}
@media (min-width: 1919px) {
  .s-class-hero .class-hero-title {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 992px) {
  .s-class-hero .class-hero-title {
    font-size: 55px;
    margin: 0 0 24px 0;
    max-width: none;
  }
}
@media (max-width: 820px) {
  .s-class-hero .class-hero-title br {
    display: none;
  }
}
.s-class-hero .class-hero-text {
  width: 547px;
  margin: 0 0 calc(100vw / 1600 * 30) 0;
}
@media (max-width: 1919px) {
  .s-class-hero .class-hero-text {
    width: clamp(300px, 100vw / 1600 * 547, 547px);
  }
}
@media (min-width: 1919px) {
  .s-class-hero .class-hero-text {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 992px) {
  .s-class-hero .class-hero-text {
    width: 100%;
    margin: 0 0 26px 0;
  }
}
.s-class-hero .class-hero-text p {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 calc(100vw / 1600 * 15) 0;
}
@media (max-width: 1919px) {
  .s-class-hero .class-hero-text p {
    font-size: clamp(13px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .s-class-hero .class-hero-text p {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 992px) {
  .s-class-hero .class-hero-text p {
    font-size: 18px;
    margin: 0 0 13px 0;
  }
}
.s-class-hero .class-hero-text p:last-child {
  margin-bottom: 0;
}
.s-class-hero .class-hero-photo {
  position: relative;
  flex-shrink: 0;
  width: 526px;
  height: 677px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  overflow: visible;
}
@media (max-width: 1919px) {
  .s-class-hero .class-hero-photo {
    width: calc(100vw / 1600 * 526);
  }
}
@media (max-width: 1919px) {
  .s-class-hero .class-hero-photo {
    height: calc(100vw / 1600 * 677);
  }
}
@media (max-width: 1919px) {
  .s-class-hero .class-hero-photo {
    border-bottom-right-radius: calc(100vw / 1600 * 30);
  }
}
@media (max-width: 1919px) {
  .s-class-hero .class-hero-photo {
    border-top-right-radius: calc(100vw / 1600 * 30);
  }
}
@media (max-width: 992px) {
  .s-class-hero .class-hero-photo {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
}
.s-class-hero .class-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}
.s-class-hero .class-hero-price {
  position: absolute;
  left: -29px;
  top: 45px;
  width: 162px;
  height: 162px;
}
@media (max-width: 1919px) {
  .s-class-hero .class-hero-price {
    left: calc(100vw / 1600 * -29);
  }
}
@media (max-width: 1919px) {
  .s-class-hero .class-hero-price {
    top: calc(100vw / 1600 * 45);
  }
}
@media (max-width: 1919px) {
  .s-class-hero .class-hero-price {
    width: calc(100vw / 1600 * 162);
  }
}
@media (max-width: 1919px) {
  .s-class-hero .class-hero-price {
    height: calc(100vw / 1600 * 162);
  }
}
@media (max-width: 992px) {
  .s-class-hero .class-hero-price {
    right: 0;
    top: -40px;
    width: 130px;
    height: 130px;
    left: auto;
  }
}
.s-class-hero .class-hero-price img {
  display: block;
  width: 100%;
  height: 100%;
}

.s-class-intro {
  background: #fff;
  margin: clamp(60px, 100vw / 1600 * 132, 132px) 0 clamp(60px, 100vw / 1600 * 135, 135px) 0;
  text-align: center;
}
@media (min-width: 1919px) {
  .s-class-intro {
    margin: 132px 0 135px 0;
  }
}
.s-class-intro .class-intro-title {
  line-height: 0;
  margin: 0 0 calc(100vw / 1600 * 5) 0;
}
@media (min-width: 1919px) {
  .s-class-intro .class-intro-title {
    margin: 0 0 5px 0;
  }
}
@media (max-width: 992px) {
  .s-class-intro .class-intro-title {
    margin: 0 0 4px 0;
  }
}
@media (max-width: 576px) {
  .s-class-intro .class-intro-title {
    margin: 0 0 3px 0;
  }
}
.s-class-intro .class-intro-title em {
  font-family: "Sfizia Regular";
  font-size: 122px;
  color: #ff6a66;
  line-height: 0.85;
}
@media (max-width: 1919px) {
  .s-class-intro .class-intro-title em {
    font-size: clamp(50px, 100vw / 1600 * 122, 122px);
  }
}
@media (max-width: 992px) {
  .s-class-intro .class-intro-title em {
    font-size: 90px;
  }
}
@media (max-width: 576px) {
  .s-class-intro .class-intro-title em {
    font-size: 65px;
  }
}
.s-class-intro .class-intro-title span {
  font-weight: 400;
  font-size: 60px;
  color: #ff6a66;
  line-height: 1.35;
}
@media (max-width: 1919px) {
  .s-class-intro .class-intro-title span {
    font-size: clamp(25px, 100vw / 1600 * 60, 60px);
  }
}
@media (max-width: 992px) {
  .s-class-intro .class-intro-title span {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .s-class-intro .class-intro-title span {
    font-size: 35px;
  }
}
.s-class-intro .class-intro-subtitle {
  font-weight: 400;
  font-size: 35px;
  color: #ff6a66;
  line-height: 1.35;
  margin: 0 0 calc(100vw / 1600 * 47) 0;
}
@media (max-width: 1919px) {
  .s-class-intro .class-intro-subtitle {
    font-size: clamp(17px, 100vw / 1600 * 35, 35px);
  }
}
@media (min-width: 1919px) {
  .s-class-intro .class-intro-subtitle {
    margin: 0 0 47px 0;
  }
}
@media (max-width: 992px) {
  .s-class-intro .class-intro-subtitle {
    font-size: 30px;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 576px) {
  .s-class-intro .class-intro-subtitle {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
}
.s-class-intro .class-intro-text {
  width: 895px;
  margin: 0 auto calc(100vw / 1600 * 83) auto;
}
@media (max-width: 1919px) {
  .s-class-intro .class-intro-text {
    width: clamp(300px, 100vw / 1600 * 895, 895px);
  }
}
@media (min-width: 1919px) {
  .s-class-intro .class-intro-text {
    margin: 0 auto 83px auto;
  }
}
@media (max-width: 992px) {
  .s-class-intro .class-intro-text {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 70px auto;
  }
}
@media (max-width: 576px) {
  .s-class-intro .class-intro-text {
    width: 100%;
    margin: 0 auto 50px auto;
  }
}
.s-class-intro .class-intro-text p {
  font-weight: 400;
  font-size: 20px;
  color: #590129;
  line-height: 1.5;
  margin: 0 0 calc(100vw / 1600 * 15) 0;
}
@media (max-width: 1919px) {
  .s-class-intro .class-intro-text p {
    font-size: clamp(18px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .s-class-intro .class-intro-text p {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 992px) {
  .s-class-intro .class-intro-text p {
    margin: 0 0 13px 0;
  }
}
@media (max-width: 576px) {
  .s-class-intro .class-intro-text p {
    font-size: 16px;
    margin: 0 0 12px 0;
  }
}
.s-class-intro .class-intro-text p:last-child {
  margin-bottom: 0;
}
.s-class-intro .class-intro-text p strong {
  font-weight: 700;
}
.s-class-intro .class-intro-photos {
  display: flex;
  justify-content: center;
  gap: 0 15px;
  margin: calc(100vw / 1600 * 83) 0 0 0;
}
@media (max-width: 1920px) {
  .s-class-intro .class-intro-photos {
    gap: 0 calc(100vw / 1600 * 15);
  }
}
@media (min-width: 1919px) {
  .s-class-intro .class-intro-photos {
    margin: 83px 0 0 0;
  }
}
@media (max-width: 992px) {
  .s-class-intro .class-intro-photos {
    margin: 50px 0 0 0;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .s-class-intro .class-intro-photos {
    gap: 10px;
    padding: 0 10px;
  }
}
.s-class-intro .class-intro-photo {
  width: 309px;
  height: 512px;
  border-radius: 30px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1919px) {
  .s-class-intro .class-intro-photo {
    width: calc(100vw / 1600 * 309);
  }
}
@media (max-width: 1919px) {
  .s-class-intro .class-intro-photo {
    height: calc(100vw / 1600 * 512);
  }
}
@media (max-width: 1919px) {
  .s-class-intro .class-intro-photo {
    border-radius: calc(100vw / 1600 * 30);
  }
}
@media (max-width: 992px) {
  .s-class-intro .class-intro-photo {
    width: 32%;
    height: auto;
    aspect-ratio: 309/512;
    border-radius: 25px;
  }
}
@media (max-width: 576px) {
  .s-class-intro .class-intro-photo {
    width: 32%;
    height: auto;
    border-radius: 15px;
  }
}

.s-pricing {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 730px;
  padding-top: 150px;
}
@media (max-width: 1919px) {
  .s-pricing {
    min-height: clamp(730px, 100vw / 1600 * 730, 730px);
  }
}
@media (max-width: 1919px) {
  .s-pricing {
    padding-top: calc(100vw / 1600 * 150);
  }
}
@media (max-width: 576px) {
  .s-pricing {
    min-height: auto;
    padding-top: 0;
  }
}
.s-pricing .pricing-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  pointer-events: none;
}
@media (min-width: 1920px) {
  .s-pricing .pricing-bg {
    -o-object-position: center;
    object-position: center;
  }
}
@media (max-width: 576px) {
  .s-pricing .pricing-bg {
    display: none;
  }
}
.s-pricing .gedanken-card {
  position: relative;
  width: 525px;
  padding: calc(100vw / 1600 * 18) calc(100vw / 1600 * 63) calc(100vw / 1600 * 50) calc(100vw / 1600 * 45);
  margin: auto auto 0 auto;
  background: #590129;
  border-radius: 30px 30px 0 0;
  z-index: 2;
  transform: translateX(22.8125vw);
}
@media (max-width: 1919px) {
  .s-pricing .gedanken-card {
    width: clamp(320px, 100vw / 1600 * 525, 525px);
  }
}
@media (min-width: 1919px) {
  .s-pricing .gedanken-card {
    padding: 18px 63px 50px 45px;
  }
}
@media (min-width: 1920px) {
  .s-pricing .gedanken-card {
    transform: translateX(365px);
  }
}
@media (max-width: 992px) {
  .s-pricing .gedanken-card {
    width: 90%;
    max-width: 500px;
    padding: 20px 50px 45px 40px;
    transform: translateX(0);
  }
}
@media (max-width: 576px) {
  .s-pricing .gedanken-card {
    width: calc(100% - 44px);
    margin-left: 22px;
    margin-right: 22px;
  }
}
.s-pricing .card-title {
  font-family: "Sfizia Regular";
  font-size: 50px;
  color: #ff6a66;
  margin: 0 0 calc(100vw / 1600 * 20) 0;
}
@media (max-width: 1919px) {
  .s-pricing .card-title {
    font-size: clamp(23px, 100vw / 1600 * 50, 50px);
  }
}
@media (min-width: 1919px) {
  .s-pricing .card-title {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 992px) {
  .s-pricing .card-title {
    font-size: 42px;
    margin: 0 0 18px 0;
  }
}
@media (max-width: 576px) {
  .s-pricing .card-title {
    font-size: 35px;
    margin: 0 0 15px 0;
  }
}
.s-pricing .card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 calc(100vw / 1600 * 25) 0;
}
@media (min-width: 1919px) {
  .s-pricing .card-list {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 992px) {
  .s-pricing .card-list {
    margin: 0 0 22px 0;
  }
}
@media (max-width: 576px) {
  .s-pricing .card-list {
    margin: 0 0 20px 0;
  }
}
.s-pricing .card-list li {
  padding: 0 0 0 calc(100vw / 1600 * 24);
  border-left: 4px solid #ff6a66;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 calc(100vw / 1600 * 15) 0;
}
@media (min-width: 1919px) {
  .s-pricing .card-list li {
    padding: 0 0 0 24px;
  }
}
@media (max-width: 1919px) {
  .s-pricing .card-list li {
    font-size: clamp(13px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .s-pricing .card-list li {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 992px) {
  .s-pricing .card-list li {
    padding: 0 0 0 20px;
    font-size: 18px;
    margin: 0 0 13px 0;
  }
}
@media (max-width: 576px) {
  .s-pricing .card-list li {
    padding: 0 0 0 18px;
    font-size: 16px;
    margin: 0 0 12px 0;
  }
}
.s-pricing .card-list li:last-child {
  margin-bottom: 0;
}
.s-pricing .card-text {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 calc(100vw / 1600 * 25) 0;
}
@media (max-width: 1919px) {
  .s-pricing .card-text {
    font-size: clamp(18px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .s-pricing .card-text {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 992px) {
  .s-pricing .card-text {
    margin: 0 0 22px 0;
  }
}
@media (max-width: 576px) {
  .s-pricing .card-text {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
}
.s-pricing .card-divider {
  border: none;
  border-top: 1px solid white;
  margin: calc(100vw / 1600 * 25) 0 calc(100vw / 1600 * 25) 0;
}
@media (min-width: 1919px) {
  .s-pricing .card-divider {
    margin: 25px 0 25px 0;
  }
}
@media (max-width: 992px) {
  .s-pricing .card-divider {
    margin: 22px 0;
  }
}
@media (max-width: 576px) {
  .s-pricing .card-divider {
    margin: 20px 0;
  }
}
.s-pricing .card-rabatt {
  font-weight: 600;
  font-size: 30px;
  color: #ff6a66;
  line-height: 1.35;
  margin: 0 0 calc(100vw / 1600 * 20) 0;
}
@media (max-width: 1919px) {
  .s-pricing .card-rabatt {
    font-size: clamp(17px, 100vw / 1600 * 30, 30px);
  }
}
@media (min-width: 1919px) {
  .s-pricing .card-rabatt {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 992px) {
  .s-pricing .card-rabatt {
    font-size: 26px;
    margin: 0 0 18px 0;
  }
}
@media (max-width: 576px) {
  .s-pricing .card-rabatt {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
}
.s-pricing .card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 17px;
}
@media (max-width: 1920px) {
  .s-pricing .card-bottom {
    gap: 0 calc(100vw / 1600 * 17);
  }
}
@media (max-width: 992px) {
  .s-pricing .card-bottom {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .s-pricing .card-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.s-pricing .card-price {
  display: flex;
  flex-direction: column;
}
.s-pricing .card-price .price-main {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: 1.35;
}
@media (max-width: 1919px) {
  .s-pricing .card-price .price-main {
    font-size: clamp(13px, 100vw / 1600 * 20, 20px);
  }
}
@media (max-width: 992px) {
  .s-pricing .card-price .price-main {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .s-pricing .card-price .price-main {
    font-size: 16px;
  }
}
.s-pricing .card-price .price-main strong {
  font-size: 40px;
}
@media (max-width: 1919px) {
  .s-pricing .card-price .price-main strong {
    font-size: clamp(20px, 100vw / 1600 * 40, 40px);
  }
}
@media (max-width: 992px) {
  .s-pricing .card-price .price-main strong {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .s-pricing .card-price .price-main strong {
    font-size: 30px;
  }
}
.s-pricing .card-price .price-old {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 1919px) {
  .s-pricing .card-price .price-old {
    font-size: clamp(10px, 100vw / 1600 * 16, 16px);
  }
}
@media (max-width: 992px) {
  .s-pricing .card-price .price-old {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .s-pricing .card-price .price-old {
    font-size: 13px;
  }
}

.s-image {
  margin: clamp(60px, 100vw / 1600 * 130, 130px) 0 clamp(60px, 100vw / 1600 * 130, 130px) 0;
}
@media (min-width: 1919px) {
  .s-image {
    margin: 130px 0 130px 0;
  }
}
.s-image img {
  width: 957px;
  margin: 0 auto;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1919px) {
  .s-image img {
    width: clamp(300px, 100vw / 1600 * 957, 957px);
  }
}

.info-card {
  background: #590129;
  border-radius: 30px;
  padding: clamp(30px, 100vw / 1600 * 40, 40px) clamp(25px, 100vw / 1600 * 40, 40px) clamp(35px, 100vw / 1600 * 50, 50px) clamp(25px, 100vw / 1600 * 40, 40px);
  height: 100%;
}
@media (min-width: 1919px) {
  .info-card {
    padding: 40px 40px 50px 40px;
  }
}
.info-card .info-card-title {
  font-weight: 700;
  color: #ff6a66;
  text-align: center;
  margin: 0 0 clamp(20px, 100vw / 1600 * 25, 25px) 0;
}
@media (min-width: 1919px) {
  .info-card .info-card-title {
    margin: 0 0 25px 0;
  }
}
.info-card p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 calc(100vw / 1600 * 15) 0;
}
@media (max-width: 1919px) {
  .info-card p {
    font-size: clamp(18px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .info-card p {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 992px) {
  .info-card p {
    margin: 0 0 13px 0;
  }
}
@media (max-width: 576px) {
  .info-card p {
    margin: 0 0 12px 0;
    font-size: 16px;
  }
}
.info-card p:last-child {
  margin-bottom: 0;
}
.info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-card ul li {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 calc(100vw / 1600 * 15) 0;
  padding-left: 1.3em;
  position: relative;
}
@media (max-width: 1919px) {
  .info-card ul li {
    font-size: clamp(18px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .info-card ul li {
    margin: 0 0 15px 0;
  }
}
.info-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}
@media (max-width: 992px) {
  .info-card ul li {
    margin: 0 0 13px 0;
  }
}
@media (max-width: 576px) {
  .info-card ul li {
    font-size: 16px;
    margin: 0 0 12px 0;
  }
}
.info-card ul li:last-child {
  margin-bottom: 0;
}
.info-card .info-card-text {
  color: #fff;
  font-size: 20px;
  margin: 0 0 calc(100vw / 1600 * 15) 0;
}
@media (max-width: 1919px) {
  .info-card .info-card-text {
    font-size: clamp(18px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .info-card .info-card-text {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 992px) {
  .info-card .info-card-text {
    margin: 0 0 13px 0;
  }
}
@media (max-width: 576px) {
  .info-card .info-card-text {
    margin: 0 0 12px 0;
  }
}
.info-card .info-card-text:last-child {
  margin-bottom: 0;
}
.info-card .info-card-note {
  color: #fff;
  font-weight: 400;
  margin: clamp(15px, 100vw / 1600 * 20, 20px) 0 0 0;
}
@media (min-width: 1919px) {
  .info-card .info-card-note {
    margin: 20px 0 0 0;
  }
}

.s-benefits {
  margin: clamp(60px, 100vw / 1600 * 146, 146px) 0 clamp(60px, 100vw / 1600 * 146, 146px) 0;
}
@media (min-width: 1919px) {
  .s-benefits {
    margin: 146px 0 146px 0;
  }
}
.s-benefits .benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 820px) {
  .s-benefits .benefits-grid {
    grid-template-columns: 1fr;
  }
}

.s-plans {
  margin: clamp(60px, 100vw / 1600 * 146, 146px) 0 clamp(60px, 100vw / 1600 * 146, 146px) 0;
}
@media (min-width: 1919px) {
  .s-plans {
    margin: 146px 0 146px 0;
  }
}
.s-plans .plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 992px) {
  .s-plans .plans-grid {
    grid-template-columns: 1fr;
  }
}
.s-plans .plans-card {
  background: #590129;
  border-radius: 30px;
  padding: clamp(28px, 100vw / 1600 * 40, 40px) clamp(25px, 100vw / 1600 * 40, 40px) clamp(32px, 100vw / 1600 * 46, 46px) clamp(25px, 100vw / 1600 * 40, 40px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1919px) {
  .s-plans .plans-card {
    padding: 40px 40px 46px 40px;
  }
}
.s-plans .plans-title {
  font-weight: 700;
  color: #ff6a66;
  text-align: center;
  margin: 0 0 clamp(16px, 100vw / 1600 * 20, 20px) 0;
}
@media (min-width: 1919px) {
  .s-plans .plans-title {
    margin: 0 0 20px 0;
  }
}
.s-plans .plans-desc {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.55;
  text-align: center;
  margin: 0 0 calc(100vw / 1600 * 28) 0;
  flex-grow: 1;
}
@media (max-width: 1919px) {
  .s-plans .plans-desc {
    font-size: clamp(18px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .s-plans .plans-desc {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 992px) {
  .s-plans .plans-desc {
    margin: 0 0 22px 0;
  }
}
@media (max-width: 576px) {
  .s-plans .plans-desc {
    font-size: 16px;
    margin: 0 0 18px 0;
  }
}
.s-plans .plans-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.s-plans .plans-price .price-amount {
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  line-height: 1;
}
@media (max-width: 1919px) {
  .s-plans .plans-price .price-amount {
    font-size: clamp(40px, 100vw / 1600 * 40, 40px);
  }
}
.s-plans .plans-price .price-tax {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.35;
}
@media (max-width: 1919px) {
  .s-plans .plans-price .price-tax {
    font-size: clamp(15px, 100vw / 1600 * 16, 16px);
  }
}

.s-preparation {
  margin: clamp(60px, 100vw / 1600 * 146, 146px) 0 clamp(60px, 100vw / 1600 * 146, 146px) 0;
}
@media (min-width: 1919px) {
  .s-preparation {
    margin: 146px 0 146px 0;
  }
}
.s-preparation .preparation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 992px) {
  .s-preparation .preparation-grid {
    grid-template-columns: 1fr;
  }
}

main {
  position: relative;
  overflow: hidden;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

header {
  flex: 0 0 auto;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

.header-main {
  position: absolute;
  top: 59px;
  width: 100%;
  z-index: 999;
}
@media (max-width: 1919px) {
  .header-main {
    top: clamp(15px, 100vw / 1600 * 59, 59px);
  }
}
.header-main > .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .header-main > .container {
    padding: 0 12px;
  }
}
.header-main .logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 576px) {
  .header-main .logo {
    top: 31px;
  }
}
.header-main .logo img {
  width: 339px;
  height: auto;
}
@media (max-width: 1919px) {
  .header-main .logo img {
    width: clamp(241px, 100vw / 1600 * 339, 339px);
  }
}
.header-main .header-cta-btn {
  display: inline-flex;
  align-items: center;
  background: #eec3e5;
  border-radius: 50px;
  color: #590129;
  font-weight: 600;
  font-size: 20px;
  padding: calc(100vw / 1600 * 15) calc(100vw / 1600 * 25) calc(100vw / 1600 * 18) calc(100vw / 1600 * 25);
  white-space: nowrap;
  transition: opacity 0.3s;
  flex-shrink: 0;
}
@media (max-width: 1919px) {
  .header-main .header-cta-btn {
    border-radius: calc(100vw / 1600 * 50);
  }
}
@media (max-width: 1919px) {
  .header-main .header-cta-btn {
    font-size: clamp(12px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .header-main .header-cta-btn {
    padding: 15px 25px 18px 25px;
  }
}
.header-main .header-cta-btn:hover {
  opacity: 0.75;
}
@media (max-width: 820px) {
  .header-main .header-cta-btn {
    display: none;
  }
}
.header-main .burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.3s, all 0.3s;
}
.header-main .burger:hover {
  opacity: 0.75;
}
.header-main .burger img {
  width: 89px;
  height: auto;
}
@media (max-width: 1919px) {
  .header-main .burger img {
    width: clamp(67px, 100vw / 1600 * 89, 89px);
  }
}
.header-main .burger.fixed {
  position: fixed;
  z-index: 1000;
}
.header-main .close_menu {
  position: relative;
  width: 89px;
  flex-shrink: 0;
  transition: opacity 0.3s;
}
@media (max-width: 1919px) {
  .header-main .close_menu {
    width: clamp(67px, 100vw / 1600 * 89, 89px);
  }
}
@media (max-width: 820px) {
  .header-main .close_menu {
    position: fixed;
    top: 15px;
    right: 11.6px;
  }
}
.header-main.header-bg {
  position: static;
  background: #FF6A66;
  padding: clamp(30px, 100vw / 1600 * 59, 59px) 0 clamp(25px, 100vw / 1600 * 36, 36px) 0;
}
@media (min-width: 1919px) {
  .header-main.header-bg {
    padding: 59px 0 36px 0;
  }
}
@media (max-width: 576px) {
  .header-main.header-bg .logo {
    width: 339px;
  }
}
@media (max-width: 576px) and (max-width: 1919px) {
  .header-main.header-bg .logo {
    width: clamp(200px, 100vw / 1600 * 339, 339px);
  }
}

.input_def, textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #778186;
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 9px;
  transition: 0.3s;
}
@media (max-width: 1919px) {
  .input_def, textarea {
    height: calc(100vw / 1600 * 40);
  }
}
@media (max-width: 1919px) {
  .input_def, textarea {
    font-size: clamp(12px, 100vw / 1600 * 16, 16px);
  }
}

textarea {
  height: 172px;
  resize: none;
}
@media (max-width: 1919px) {
  textarea {
    height: calc(100vw / 1600 * 172);
  }
}

::-webkit-input-placeholder {
  color: #778186;
}

::-moz-placeholder {
  color: #778186;
}

:-ms-input-placeholder {
  color: #778186;
}

:-moz-placeholder {
  color: #778186;
}

.module-accordion {
  width: 844px;
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .module-accordion {
    width: clamp(300px, 100vw / 1600 * 844, 844px);
  }
}
.module-accordion .accordion-item {
  border: 1px solid #590129;
  border-radius: 13px;
  margin: 0 0 clamp(10px, 100vw / 1600 * 10, 10px) 0;
}
@media (min-width: 1919px) {
  .module-accordion .accordion-item {
    margin: 0 0 10px 0;
  }
}
.module-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.module-accordion .accordion-item.active {
  opacity: 1;
}
.module-accordion .accordion-item.active .head .arrow .line-v {
  transform: rotate(0deg);
}
.module-accordion .head {
  padding: calc(100vw / 1600 * 20) calc(100vw / 1600 * 28) calc(100vw / 1600 * 20) calc(100vw / 1600 * 28);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 17px;
}
@media (min-width: 1919px) {
  .module-accordion .head {
    padding: 20px 28px 20px 28px;
  }
}
@media (max-width: 576px) {
  .module-accordion .head {
    min-height: 76px;
  }
}
.module-accordion .head h3 {
  font-weight: 600;
  font-size: 20px;
  color: #590129;
  line-height: 1.35;
  margin: 0;
}
@media (max-width: 1919px) {
  .module-accordion .head h3 {
    font-size: clamp(18px, 100vw / 1600 * 20, 20px);
  }
}
.module-accordion .head .arrow {
  position: relative;
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}
@media (max-width: 1919px) {
  .module-accordion .head .arrow {
    width: clamp(19px, 100vw / 1600 * 19, 19px);
  }
}
@media (max-width: 1919px) {
  .module-accordion .head .arrow {
    height: clamp(19px, 100vw / 1600 * 19, 19px);
  }
}
.module-accordion .head .arrow img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.module-accordion .head .arrow .line-h {
  transform: rotate(0deg);
}
.module-accordion .head .arrow .line-v {
  transform: rotate(90deg);
}
.module-accordion .content {
  display: none;
  overflow: hidden;
  padding: 0 calc(100vw / 1600 * 28) calc(100vw / 1600 * 20) calc(100vw / 1600 * 28);
}
@media (min-width: 1919px) {
  .module-accordion .content {
    padding: 0 28px 20px 28px;
  }
}
.module-accordion .content p {
  font-weight: 400;
  font-size: 18px;
  color: #590129;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1919px) {
  .module-accordion .content p {
    font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  }
}
.module-accordion .content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: calc(100vw / 1600 * 15) 0 calc(100vw / 1600 * 15) 0;
}
@media (min-width: 1919px) {
  .module-accordion .content ul {
    margin: 15px 0 15px 0;
  }
}
.module-accordion .content ul li {
  font-weight: 400;
  font-size: 18px;
  color: #590129;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media (max-width: 1919px) {
  .module-accordion .content ul li {
    font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  }
}
.module-accordion .content ul li:last-child {
  margin-bottom: 0;
}
.module-accordion .content ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin: calc(100vw / 1600 * 15) 0 calc(100vw / 1600 * 15) 0;
}
@media (min-width: 1919px) {
  .module-accordion .content ol {
    margin: 15px 0 15px 0;
  }
}
.module-accordion .content ol li {
  font-weight: 400;
  font-size: 18px;
  color: #590129;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media (max-width: 1919px) {
  .module-accordion .content ol li {
    font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  }
}
.module-accordion .content ol li:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .module-accordion {
    width: 100%;
  }
  .module-accordion .accordion-item {
    border-radius: 13px;
    margin: 0 0 10px 0;
  }
  .module-accordion .head {
    padding: 14px 20px 14px 20px;
    gap: 10px;
  }
  .module-accordion .head h3 {
    font-size: 18px;
    line-height: 1.35;
  }
  .module-accordion .head .arrow {
    width: 20px;
    height: 20px;
  }
  .module-accordion .content {
    padding: 0 20px 20px 20px;
  }
  .module-accordion .content p {
    font-size: 18px;
  }
  .module-accordion .content ul, .module-accordion .content ol {
    padding-left: 20px;
    margin: 15px 0;
  }
  .module-accordion .content ul li, .module-accordion .content ol li {
    font-size: 18px;
  }
}

.module__check input, .module__radio input {
  display: none;
}

.module__check {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.module__check .text {
  font-size: 18px;
  color: #FFFFFF;
  padding-top: 3px;
}
@media (max-width: 1919px) {
  .module__check .text {
    font-size: clamp(12px, 100vw / 1600 * 18, 18px);
  }
}
.module__check .check {
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-left: 8px;
  flex-shrink: 0;
  border: 1px solid red;
}
@media (max-width: 1919px) {
  .module__check .check {
    width: calc(100vw / 1600 * 22);
  }
}
@media (max-width: 1919px) {
  .module__check .check {
    height: calc(100vw / 1600 * 22);
  }
}
.module__check input:checked + .check {
  background: #fff url("../img/checkbox-icon.svg") no-repeat center center;
}

.module__radio {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  direction: ltr;
}
.module__radio .text {
  font-size: 18px;
  line-height: 24px;
  color: #32313B;
}
@media (max-width: 1919px) {
  .module__radio .text {
    font-size: clamp(12px, 100vw / 1600 * 18, 18px);
  }
}
.module__radio .check {
  width: 21px;
  height: 21px;
  border: 2px solid #65656C;
  margin: 0 calc(100vw / 1600 * 11) 0 0;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1919px) {
  .module__radio .check {
    width: calc(100vw / 1600 * 21);
  }
}
@media (max-width: 1919px) {
  .module__radio .check {
    height: calc(100vw / 1600 * 21);
  }
}
@media (min-width: 1919px) {
  .module__radio .check {
    margin: 0 11px 0 0;
  }
}
.module__radio input:checked + .check {
  background: transparent;
  border: 2px solid #4BBD8C;
}
.module__radio input:checked + .check:before {
  content: "";
  background: #4BBD8C;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1919px) {
  .module__radio input:checked + .check:before {
    width: calc(100vw / 1600 * 12);
  }
}
@media (max-width: 1919px) {
  .module__radio input:checked + .check:before {
    height: calc(100vw / 1600 * 12);
  }
}

.module-tabs .tabs-nav {
  display: flex;
  align-items: center;
  margin: 0 0 clamp(38px, 100vw / 1600 * 38, 38px) 0;
}
@media (min-width: 1919px) {
  .module-tabs .tabs-nav {
    margin: 0 0 38px 0;
  }
}
.module-tabs .tabs-nav li {
  list-style: none;
  margin: 0 clamp(20px, 100vw / 1600 * 20, 20px) 0 0;
}
@media (min-width: 1919px) {
  .module-tabs .tabs-nav li {
    margin: 0 20px 0 0;
  }
}
.module-tabs .tabs-nav li:last-child {
  margin-right: 0;
}

.field-wrapper {
  position: relative;
}
.field-wrapper label {
  white-space: nowrap;
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 15px;
  color: #778186;
  transition: 0.3s;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .field-wrapper label {
    top: calc(100vw / 1600 * 12);
  }
}
@media (max-width: 1919px) {
  .field-wrapper label {
    font-size: clamp(10px, 100vw / 1600 * 15, 15px);
  }
}
.field-wrapper.focused label {
  transition: 0.3s;
  top: -8px;
  font-size: 10px;
  background: #fff;
  padding: 3px;
  z-index: 999;
}
@media (max-width: 1919px) {
  .field-wrapper.focused label {
    font-size: clamp(8px, 100vw / 1600 * 10, 10px);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f9f25e;
  border-radius: 50px;
  color: #590129;
  font-weight: 600;
  font-size: 20px;
  padding: clamp(15px, 100vw / 1600 * 15, 15px) clamp(25px, 100vw / 1600 * 25, 25px) clamp(18px, 100vw / 1600 * 18, 18px) clamp(25px, 100vw / 1600 * 25, 25px);
  white-space: nowrap;
  transition: opacity 0.3s;
}
@media (max-width: 1919px) {
  .btn {
    font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .btn {
    padding: 15px 25px 18px 25px;
  }
}
.btn:hover {
  opacity: 0.8;
}

p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 1919px) {
  p {
    font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  }
}
@media (max-width: 576px) {
  p {
    line-height: 1.5;
  }
}

h1 {
  font-weight: 400;
  font-size: 67px;
  color: #590129;
  line-height: 1.35;
}
@media (max-width: 1919px) {
  h1 {
    font-size: clamp(27px, 100vw / 1600 * 67, 67px);
  }
}

h2 {
  font-weight: 400;
  font-size: 40px;
  color: #590129;
  line-height: 1.35;
}
@media (max-width: 1919px) {
  h2 {
    font-size: clamp(22px, 100vw / 1600 * 40, 40px);
  }
}

h3 {
  font-weight: 400;
  font-size: 29px;
  color: #590129;
  line-height: 1.35;
}
@media (max-width: 1919px) {
  h3 {
    font-size: clamp(17px, 100vw / 1600 * 29, 29px);
  }
}

h4 {
  font-weight: 400;
  font-size: 21px;
  color: #590129;
  line-height: 1.35;
}
@media (max-width: 1919px) {
  h4 {
    font-size: clamp(13px, 100vw / 1600 * 21, 21px);
  }
}

.module__reviews {
  height: 357px;
  background: #FFFFFF;
  border: 2px solid #F0EBE6;
  border-radius: 30px;
  padding: calc(100vw / 1600 * 32) calc(100vw / 1600 * 32) calc(100vw / 1600 * 32) calc(100vw / 1600 * 32);
}
@media (max-width: 1919px) {
  .module__reviews {
    height: calc(100vw / 1600 * 357);
  }
}
@media (max-width: 1919px) {
  .module__reviews {
    border-radius: calc(100vw / 1600 * 30);
  }
}
@media (min-width: 1919px) {
  .module__reviews {
    padding: 32px 32px 32px 32px;
  }
}

.swiper-container {
  position: relative;
}

.slider_1_css .swiper-slide {
  width: 303.75px;
}

.slider_2_css {
  overflow: hidden;
}
.slider_2_css .swiper-pagination span {
  background: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: calc(100vw / 1600 * 20) calc(100vw / 1600 * 20) calc(100vw / 1600 * 20) calc(100vw / 1600 * 20);
  width: auto;
  width: 1200px;
  margin: calc(100vw / 1600 * 20) auto calc(100vw / 1600 * 20) auto;
  height: 600px;
}
@media (min-width: 1919px) {
  .white-popup {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 1919px) {
  .white-popup {
    width: clamp(320px, 100vw / 1600 * 1200, 1200px);
  }
}
@media (min-width: 1919px) {
  .white-popup {
    margin: 20px auto 20px auto;
  }
}
@media (max-width: 1919px) {
  .white-popup {
    height: calc(100vw / 1600 * 600);
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.main_menu {
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100vh;
  background: #ff6a66;
  transition: transform 0.4s ease-in-out;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
}
@media (max-width: 820px) {
  .main_menu {
    padding-left: 29px;
    padding-right: 29px;
    display: flex;
    flex-direction: column;
  }
}
.main_menu.active {
  pointer-events: visible;
  transform: translateX(0);
}
.main_menu .menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: clamp(15px, 100vw / 1600 * 59, 59px) 0 clamp(36px, 100vw / 1600 * 36, 36px) 0;
}
@media (min-width: 1919px) {
  .main_menu .menu-header {
    padding: 59px 0 36px 0;
  }
}
@media (max-width: 820px) {
  .main_menu .menu-header .empty {
    display: none;
  }
}
.main_menu .menu-logo {
  position: relative;
  left: 45px;
  width: 339px;
  height: 131px;
}
@media (max-width: 1919px) {
  .main_menu .menu-logo {
    left: calc(100vw / 1600 * 45);
  }
}
@media (max-width: 1919px) {
  .main_menu .menu-logo {
    width: calc(100vw / 1600 * 339);
  }
}
@media (max-width: 1919px) {
  .main_menu .menu-logo {
    height: calc(100vw / 1600 * 131);
  }
}
.main_menu .menu-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.main_menu .menu-nav {
  position: absolute;
  left: 122px;
  top: 315px;
}
@media (max-width: 1919px) {
  .main_menu .menu-nav {
    left: calc(100vw / 1600 * 122);
  }
}
@media (max-width: 1919px) {
  .main_menu .menu-nav {
    top: calc(100vw / 1600 * 315);
  }
}
.main_menu .menu-nav li {
  list-style: none;
  margin: 0 0 calc(100vw / 1600 * 40) 0;
}
@media (min-width: 1919px) {
  .main_menu .menu-nav li {
    margin: 0 0 40px 0;
  }
}
.main_menu .menu-nav li:last-child {
  margin-bottom: 0;
}
.main_menu .menu-nav li a {
  font-family: "Sfizia Regular";
  font-weight: 700;
  font-size: 60px;
  color: #590129;
  text-decoration: none;
  line-height: 1.35;
  transition: 0.3s;
}
@media (max-width: 1919px) {
  .main_menu .menu-nav li a {
    font-size: clamp(30px, 100vw / 1600 * 60, 60px);
  }
}
.main_menu .menu-nav li a.active {
  color: #fff;
}
.main_menu .menu-nav li a:hover {
  color: #fff;
}
@media (max-width: 576px) {
  .main_menu .menu-nav li a:hover {
    color: #590129;
  }
}
.main_menu .menu-nav li.current-menu-item a {
  color: #fff;
}
.main_menu .menu-profile {
  position: absolute;
  right: 0;
  top: 209px;
  width: 509px;
  border-radius: 30px 0 0 0;
}
@media (max-width: 1919px) {
  .main_menu .menu-profile {
    top: clamp(209px, 100vw / 1600 * 209, 209px);
  }
}
@media (max-width: 1919px) {
  .main_menu .menu-profile {
    width: clamp(336px, 100vw / 1600 * 509, 509px);
  }
}
@media (max-width: 820px) {
  .main_menu .menu-profile {
    position: static;
    width: auto;
  }
}
.main_menu .menu-profile-image {
  display: block;
  width: 509px;
  height: 477px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px 0 0 0;
}
@media (max-width: 1919px) {
  .main_menu .menu-profile-image {
    width: calc(100vw / 1600 * 509);
  }
}
@media (max-width: 1919px) {
  .main_menu .menu-profile-image {
    height: calc(100vw / 1600 * 477);
  }
}
@media (max-width: 820px) {
  .main_menu .menu-profile-image.pc {
    display: none;
  }
}
.main_menu .menu-profile-image.mob {
  display: none;
}
@media (max-width: 820px) {
  .main_menu .menu-profile-image.mob {
    display: block;
  }
}
.main_menu .menu-profile-content {
  background: #590129;
  padding: clamp(16px, 100vw / 1600 * 25, 25px) clamp(25px, 100vw / 1600 * 33, 33px) clamp(25px, 100vw / 1600 * 25, 25px) clamp(25px, 100vw / 1600 * 33, 33px);
}
@media (min-width: 1919px) {
  .main_menu .menu-profile-content {
    padding: 25px 33px 25px 33px;
  }
}
.main_menu .menu-instagram {
  display: flex;
  align-items: center;
  gap: 17px;
  text-decoration: none;
  margin: 0 0 clamp(30px, 100vw / 1600 * 60, 60px) 0;
  transition: opacity 0.3s;
}
@media (min-width: 1919px) {
  .main_menu .menu-instagram {
    margin: 0 0 60px 0;
  }
}
.main_menu .menu-instagram:hover {
  opacity: 0.7;
}
.main_menu .menu-instagram .menu-instagram-icon {
  flex-shrink: 0;
  width: 64px;
  height: 66px;
}
@media (max-width: 1919px) {
  .main_menu .menu-instagram .menu-instagram-icon {
    width: clamp(54px, 100vw / 1600 * 64, 64px);
  }
}
@media (max-width: 1919px) {
  .main_menu .menu-instagram .menu-instagram-icon {
    height: clamp(55px, 100vw / 1600 * 66, 66px);
  }
}
.main_menu .menu-instagram span {
  font-weight: 400;
  font-size: 20px;
  color: #eec3e5;
  line-height: 1.35;
}
@media (max-width: 1919px) {
  .main_menu .menu-instagram span {
    font-size: clamp(18px, 100vw / 1600 * 20, 20px);
  }
}
.main_menu .menu-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.main_menu .menu-badge {
  display: inline-block;
  border: 1px solid #eec3e5;
  border-radius: 50px;
  padding: clamp(4px, 100vw / 1600 * 4, 4px) clamp(13px, 100vw / 1600 * 13, 13px) clamp(4px, 100vw / 1600 * 4, 4px) clamp(13px, 100vw / 1600 * 13, 13px);
  font-weight: 400;
  font-size: 16px;
  color: #eec3e5;
  line-height: 1.35;
}
@media (min-width: 1919px) {
  .main_menu .menu-badge {
    padding: 4px 13px 4px 13px;
  }
}
@media (max-width: 1919px) {
  .main_menu .menu-badge {
    font-size: clamp(16px, 100vw / 1600 * 16, 16px);
  }
}
@media (max-width: 1280px) {
  .main_menu .menu-profile-image {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  .main_menu .menu-header {
    padding: calc(100vw / 1600 * 40) calc(100vw / 1600 * 20) 0 calc(100vw / 1600 * 20);
  }
}
@media (max-width: 992px) and (min-width: 1919px) {
  .main_menu .menu-header {
    padding: 40px 20px 0 20px;
  }
}
@media (max-width: 992px) {
  .main_menu .menu-logo {
    width: 339px;
    height: auto;
  }
}
@media (max-width: 992px) and (max-width: 1919px) {
  .main_menu .menu-logo {
    width: clamp(241px, 100vw / 1600 * 339, 339px);
  }
}
@media (max-width: 992px) and (max-width: 820px) {
  .main_menu .menu-logo {
    margin: 15px 0 50px 0;
    position: relative;
    left: -26px;
  }
}
@media (max-width: 992px) {
  .main_menu .menu-nav {
    left: 40px;
    top: 200px;
  }
}
@media (max-width: 992px) and (max-width: 1919px) {
  .main_menu .menu-nav {
    left: calc(100vw / 1600 * 40);
  }
}
@media (max-width: 992px) and (max-width: 1919px) {
  .main_menu .menu-nav {
    top: clamp(200px, 100vw / 1600 * 200, 200px);
  }
}
@media (max-width: 992px) and (max-width: 820px) {
  .main_menu .menu-nav {
    position: static;
    margin-top: -8px;
    margin-bottom: 14px;
  }
}
@media (max-width: 576px) {
  .main_menu .menu-nav {
    left: 20px;
  }
}
@media (max-width: 576px) and (max-width: 1919px) {
  .main_menu .menu-nav {
    left: calc(100vw / 1600 * 20);
  }
}
@media (max-width: 576px) {
  .main_menu .menu-nav li {
    margin: 0 0 calc(100vw / 1600 * 40) 0;
  }
}
@media (max-width: 576px) and (min-width: 1919px) {
  .main_menu .menu-nav li {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 576px) {
  .main_menu .menu-profile-image {
    height: 233px;
  }
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border-color: red;
}

.wpcf7 form .wpcf7-response-output {
  margin: calc(100vw / 1600 * 20) 0 0 0;
  padding: calc(100vw / 1600 * 13) calc(100vw / 1600 * 10) calc(100vw / 1600 * 13) calc(100vw / 1600 * 10);
}
@media (min-width: 1919px) {
  .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 1919px) {
  .wpcf7 form .wpcf7-response-output {
    padding: 13px 10px 13px 10px;
  }
}

.wpcf7-list-item {
  margin-left: 0;
}

.module__check, .wpcf7-list-item {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: calc(100vw / 1600 * 12) 0 calc(100vw / 1600 * 34) 0;
}
@media (min-width: 1919px) {
  .module__check, .wpcf7-list-item {
    margin: 12px 0 34px 0;
  }
}
.module__check .text, .wpcf7-list-item .text {
  font-size: 14px;
  line-height: 180%;
  color: #D9CDC7;
}
@media (max-width: 1919px) {
  .module__check .text, .wpcf7-list-item .text {
    font-size: clamp(10px, 100vw / 1600 * 14, 14px);
  }
}
.module__check .wpcf7-list-item-label, .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
}
.module__check .wpcf7-list-item-label:before, .wpcf7-list-item .wpcf7-list-item-label:before {
  width: 22px;
  height: 22px;
  border: 1px solid #D9CDC7;
  border-radius: 4px;
  margin: 0 calc(100vw / 1600 * 14) 0 0;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 1919px) {
  .module__check .wpcf7-list-item-label:before, .wpcf7-list-item .wpcf7-list-item-label:before {
    width: calc(100vw / 1600 * 22);
  }
}
@media (max-width: 1919px) {
  .module__check .wpcf7-list-item-label:before, .wpcf7-list-item .wpcf7-list-item-label:before {
    height: calc(100vw / 1600 * 22);
  }
}
@media (min-width: 1919px) {
  .module__check .wpcf7-list-item-label:before, .wpcf7-list-item .wpcf7-list-item-label:before {
    margin: 0 14px 0 0;
  }
}
.module__check input:checked + .wpcf7-list-item-label:before, .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background: url("../img/check.svg") no-repeat center center;
  border: 1px solid #219653;
}

.wpcf7-spinner {
  margin: 0;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
}
@media (max-width: 1919px) {
  .wpcf7-spinner {
    border-radius: calc(100vw / 1600 * 30);
  }
}
.wpcf7-spinner:before {
  content: none;
}

.footer {
  position: relative;
  background: #590129;
  overflow: hidden;
  padding: calc(100vw / 1600 * 81) 0 0 0;
}
@media (min-width: 1919px) {
  .footer {
    padding: 81px 0 0 0;
  }
}
@media (max-width: 576px) {
  .footer {
    padding: 60px 0 0 0;
  }
}
.footer .wrapper-top {
  padding: 0 0 calc(100vw / 1600 * 83) 0;
}
@media (min-width: 1919px) {
  .footer .wrapper-top {
    padding: 0 0 83px 0;
  }
}
@media (max-width: 576px) {
  .footer .wrapper-top {
    padding: 0 0 60px 0;
    min-height: 883px;
  }
}
.footer .footer-image {
  position: absolute;
  left: -20px;
  top: 26px;
  width: 591px;
  height: 751px;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .footer .footer-image {
    top: calc(100vw / 1600 * 26);
  }
}
@media (max-width: 1919px) {
  .footer .footer-image {
    width: calc(100vw / 1600 * 591);
  }
}
@media (max-width: 1919px) {
  .footer .footer-image {
    height: calc(100vw / 1600 * 751);
  }
}
@media (max-width: 576px) {
  .footer .footer-image {
    display: none;
  }
}
.footer .footer-image-mobile {
  display: none;
}
@media (max-width: 576px) {
  .footer .footer-image-mobile {
    display: block;
    position: absolute;
    left: 36%;
    transform: translateX(-50%);
    bottom: 31px;
    top: auto;
    width: 100%;
    max-width: 283px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
  }
}
.footer .footer-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.footer .footer-logo {
  display: inline-block;
  width: 339px;
  height: 131px;
  margin: 0 0 calc(100vw / 1600 * 70) 0;
}
@media (max-width: 1919px) {
  .footer .footer-logo {
    width: calc(100vw / 1600 * 339);
  }
}
@media (max-width: 1919px) {
  .footer .footer-logo {
    height: calc(100vw / 1600 * 131);
  }
}
@media (min-width: 1919px) {
  .footer .footer-logo {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 576px) {
  .footer .footer-logo {
    width: 254px;
    height: 98px;
    margin: 0 0 40px 0;
  }
}
.footer .footer-title {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  line-height: 1.35;
  margin: 0 0 calc(100vw / 1600 * 30) 0;
}
@media (max-width: 1919px) {
  .footer .footer-title {
    font-size: clamp(30px, 100vw / 1600 * 30, 30px);
  }
}
@media (min-width: 1919px) {
  .footer .footer-title {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 576px) {
  .footer .footer-title {
    line-height: 1.35;
    margin: 0 0 25px 0;
  }
}
.footer .footer-contact {
  margin: 0 0 calc(100vw / 1600 * 15) 0;
}
@media (min-width: 1919px) {
  .footer .footer-contact {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 576px) {
  .footer .footer-contact {
    margin: 0 0 15px 0;
  }
}
.footer .footer-contact a {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.35;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 1919px) {
  .footer .footer-contact a {
    font-size: clamp(13px, 100vw / 1600 * 25, 25px);
  }
}
@media (max-width: 576px) {
  .footer .footer-contact a {
    font-size: 22px;
  }
}
.footer .footer-contact a:hover {
  opacity: 0.7;
}
.footer .footer-btn {
  display: inline-block;
  background: #f9f25e;
  color: #590129;
  padding: clamp(13px, 100vw / 1600 * 13, 13px) clamp(21px, 100vw / 1600 * 21, 21px) clamp(15px, 100vw / 1600 * 15, 15px) clamp(21px, 100vw / 1600 * 21, 21px);
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  transition: opacity 0.3s;
  margin: calc(100vw / 1600 * 26) 0 0 0;
}
@media (min-width: 1919px) {
  .footer .footer-btn {
    padding: 13px 21px 15px 21px;
  }
}
@media (max-width: 1919px) {
  .footer .footer-btn {
    font-size: clamp(20px, 100vw / 1600 * 20, 20px);
  }
}
@media (min-width: 1919px) {
  .footer .footer-btn {
    margin: 26px 0 0 0;
  }
}
@media (max-width: 576px) {
  .footer .footer-btn {
    font-size: 20px;
    padding: 13px 21px 15px 21px;
    margin: 13px 0 0 0;
  }
}
.footer .footer-btn:hover {
  opacity: 0.9;
}
.footer .footer-instagram {
  width: 59px;
  height: 59px;
  margin: calc(100vw / 1600 * 20) 0 0 calc(100vw / 1600 * 20);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 0 0 calc(100vw / 1600 * 606);
  transition: opacity 0.3s;
}
@media (max-width: 1919px) {
  .footer .footer-instagram {
    width: calc(100vw / 1600 * 59);
  }
}
@media (max-width: 1919px) {
  .footer .footer-instagram {
    height: calc(100vw / 1600 * 59);
  }
}
@media (min-width: 1919px) {
  .footer .footer-instagram {
    margin: 20px 0 0 20px;
  }
}
@media (min-width: 1919px) {
  .footer .footer-instagram {
    margin: 0 0 0 606px;
  }
}
@media (max-width: 576px) {
  .footer .footer-instagram {
    position: static;
    transform: none;
    width: 59px;
    height: 59px;
    margin: 154px 54px 0 auto;
    display: block;
  }
}
.footer .footer-instagram:hover {
  opacity: 0.7;
}
.footer .footer-instagram img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .footer-links {
  background: #ff6a66;
  position: relative;
}
@media (max-width: 576px) {
  .footer .footer-links {
    padding: 0 29px;
  }
}
.footer .footer-links .menu-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 31px;
  padding: calc(100vw / 1600 * 31) 0 calc(100vw / 1600 * 34) 0;
}
@media (max-width: 1920px) {
  .footer .footer-links .menu-footer {
    gap: 0 calc(100vw / 1600 * 31);
  }
}
@media (min-width: 1919px) {
  .footer .footer-links .menu-footer {
    padding: 31px 0 34px 0;
  }
}
@media (max-width: 576px) {
  .footer .footer-links .menu-footer {
    justify-content: center;
    gap: 20px;
    padding: 25px 0 25px 0;
  }
}
.footer .footer-links a {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  line-height: 1.35;
  transition: opacity 0.3s;
}
@media (max-width: 1919px) {
  .footer .footer-links a {
    font-size: clamp(18px, 100vw / 1600 * 18, 18px);
  }
}
.footer .footer-links a:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=main.min.css.map */
