@import 'https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900';
@import 'https://fonts.googleapis.com/css?family=Dancing+Script:regular,500,600,700';
@font-face {
  font-family: 'Regular';
  src: url('../../fonts/Roboto-Regular.woff2');
}
@font-face {
  font-family: 'Bold';
  src: url('../../fonts/Roboto-Bold.woff2');
}
._btn {
  background: #f7d6e0;
  color: #a01e66;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out 0s;
}
._btn:hover {
  background: #fff;
  color: #a01e66;
}
._input {
  background-color: #f7d6e0;
  border: 1px solid #a01e66;
  border-radius: 10px;
  font-size: 16px;
  opacity: 0.5;
  width: 100%;
  padding: 15px;
  color: #a01e66;
  width: 100%;
}
._text {
  font-weight: 400;
  font-size: 16px;
}
._logo {
  display: block;
  max-width: 124px;
  height: 70px;
}
._logo svg {
  width: 100%;
  height: 100%;
}
._outline-btn {
  border-radius: 30px;
  padding: 7px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #f7d6e0;
  width: 100%;
  max-width: 450px;
  color: #a01e66;
}
._outline-btn:hover {
  border: 1px solid #fff;
  color: #a01e66;
}
._outline-btn button {
  background: #f7d6e0;
  color: #a01e66;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  font-size: 18px;
}
._outline-btn button:hover {
  background: #fff;
  color: #a01e66;
}
.row {
  display: flex;
  justify-content: space-between;
}
.row__label {
  display: flex;
  gap: 15px;
  padding-bottom: 10px;
  max-width: 217px;
  height: 112px;
  border-bottom: 1px solid #c2d1c4;
}
.row__label img {
  width: 101px;
  height: 101px;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}
.row__info {
  width: 100%;
  max-width: 799px;
}
.row__margin {
  margin-top: 15px;
}
.beginning .row__head {
  max-width: 1130px;
}
.international .row__head {
  max-width: 1050px;
}
.process .row__head {
  max-width: 789px;
}
.dreamed .row__head {
  max-width: 963px;
}
.about .row__head {
  max-width: 783px;
}
.blueprint .row__head {
  max-width: 776px;
}
._signature {
  font-style: italic;
  font-weight: 200;
  font-size: 16px;
  line-height: 100%;
  color: #a01e66;
  margin-top: 14px;
}
._section-title {
  position: relative;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  padding-left: 116px;
  display: inline-block;
}
._section-title span {
  font-family: 'Dancing Script', sans-serif;
  font-weight: 800;
  color: #a01e66;
  display: inline-block;
}
._section-title_wrap {
  margin-left: -116px;
}
@media (max-width: 769px) {
  ._section-title {
    font-size: 32px;
  }
}
@media (max-width: 567px) {
  ._section-title {
    font-size: 28px;
  }
}
._section-padding {
  padding-bottom: 140px;
}
@media (max-width: 992px) {
  ._section-padding {
    padding-bottom: 70px;
  }
}
.flex {
  display: flex;
}
.column {
  flex-direction: column;
}
.justify-content-sb {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.margin-center {
  margin: 0 auto;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.flex-wrap {
  flex-wrap: wrap;
}
.grid {
  display: grid;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.gap-15 {
  gap: 15px;
}
* {
  font-size: 16px;
  font-weight: 400;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'Inter', sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img,
embed,
object,
video {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
  font-family: 'Inter', sans-serif;
}
ol,
ul {
  list-style: none;
}
address {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body {
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
}
mark {
  background-color: rgba(0, 0, 0, 0);
}
button {
  padding: 0;
  background: none;
  cursor: pointer;
  border: none;
  font-family: 'Inter', sans-serif;
}
textarea {
  resize: none;
  font-family: 'Inter', sans-serif;
}
svg {
  display: inline-block;
  vertical-align: middle;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Inter', sans-serif;
}
[hidden] {
  display: none !important;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
[class*='__container'] {
  max-width: 1380px;
  margin: 0 auto;
}
@media (max-width: 1380px) {
  [class*='__container'] {
    padding: 0 10px;
  }
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex-grow: 1;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
}
.arrowUp {
  position: fixed;
  bottom: 50px;
  right: 35px;
  z-index: 98;
}
.header {
  background-color: rgba(0, 0, 0, 0);
}
.header__container {
  display: grid;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .header__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-nav__left {
    justify-content: flex-end;
  }
  .header ._logo {
    grid-column: 1/2;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header__container {
    grid-template-columns: repeat(6, 1fr);
  }
  .header-nav__left {
    grid-column: 1/3;
  }
  .header ._logo {
    grid-column: 3/5;
    margin: 0 auto;
  }
  .header .two {
    grid-column: 5/7;
    justify-content: flex-end;
  }
}
@media (min-width: 1201px) {
  .header__container {
    grid-template-columns: repeat(12, 1fr);
  }
  .header-nav__left {
    grid-column: 1/6;
  }
  .header ._logo {
    grid-column: 6/8;
    margin: 0 auto;
  }
  .header .two {
    grid-column: 8/13;
    justify-content: flex-end;
  }
}

.header .burger {
  display: none;
}
.header nav {
  display: flex;
  gap: 20px;
}
.header nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header nav ul li a {
  color: #fff;
}
@media (max-width: 1440px) {
  .header {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .header {
    position: relative;
  }
  .header .burger {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
  }
  .header nav ul {
    display: none;
  }
}
@media (max-width: 769px) {
  .header nav ul {
    display: none;
  }
  .header .burger {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .header .two {
    display: none !important;
  }
  .header nav {
    order: 1;
  }
}
@media (max-width: 769px) {
  .header .burger {
    flex-direction: row-reverse !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 100;
  transform: translateY(0);
  transition: 0.3s all;
}

.header--hidden {
  transform: translateY(-100%);
}

._logo-scroll {
  display: none;
}
.header.scrolled {
  position: fixed;
  background-color: #a01e66 !important;
}
.header.scrolled .header__container {
  border-bottom: none;
}
.header.scrolled {
  position: fixed;
  background-color: #a01e66 !important;
}
.header.scrolled nav ul li a {
  color: #fff !important;
}
.header.scrolled ._logo-dn {
  display: none;
}
.header.scrolled ._logo-scroll {
  display: block;
}
.header.scrolled .burger span {
  color: #fff !important;
}
.header.scrolled ._btn {
  background-color: #f7d6e0 !important;
  color: #a01e66 !important;
}
.header {
  background-color: #fff;
}
.header nav {
  display: flex;
  gap: 20px;
}
.header nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header nav ul li a {
  color: #a01e66;
}
.header a._btn {
  background-color: #a01e66;
  color: #fff;
}
@media (max-width: 1440px) {
  .header {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .header {
    position: relative;
  }
  .header .burger {
    align-items: center;
    gap: 5px;
    flex-direction: row;
  }
  .header .burger span {
    color: #a01e66;
  }
  .header nav ul {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .burger {
    flex-direction: row;
  }
}
.heroHome {
  min-height: 810px;
  padding-top: 116px;
}
.heroHome .hero__container {
  height: calc(810px - (96px + 20px));
  padding-top: 0;
}
.heroHome .hero__content {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .heroHome {
    padding-top: 116px !important;
    min-height: 580px;
  }
  .heroHome .hero__container {
    height: 464px;
  }
}
.hero {
  padding-top: 116px;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-align: center;
  min-height: 478px;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .hero {
    padding-top: 0;
  }
}
@media (max-width: 450px) {
  .hero {
    min-height: 346px;
  }
}
.hero__container {
  height: calc(478px + 20px);
  padding-top: 20px;
  width: 100%;
}
@media (max-width: 450px) {
  .hero__container {
    height: 366px;
  }
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero__title {
  font-family: 'Dancing Script', sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 100%;
}
@media (max-width: 769px) {
  .hero__title {
    font-size: 68px;
  }
}
@media (max-width: 600px) {
  .hero__title {
    font-size: 42px;
  }
}
.hero p {
  font-weight: 400;
  margin-top: 10px;
  line-height: 100%;
  font-size: 18px;
  margin-bottom: 25px;
}
.hero__content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hero__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 915px;
  text-align: center;
}
.hero__elipse {
  position: absolute;
  top: 0;
  min-width: 1440px;
  height: 100%;
}
.hero ._outline-btn {
  position: relative;
  z-index: 99;
}
.beginning .row p {
  max-width: 683px;
}
.beginning .row ._section-title .dn {
  display: none;
}
.beginning .row ._section-title .db {
  display: block;
}
.beginning .row ._section-title__wrap {
  display: inline-block;
}
.beginning__image {
  margin-left: auto;
  border-left: 1px solid #c2d1c4;
  padding-left: 14px;
  max-width: 799px;
  margin-top: 20px;
}
.beginning__image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .beginning__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
  .beginning__wrapper .row__label {
    min-width: 217px;
  }
  .beginning__wrapper .row__info:nth-child(2) p {
    margin-left: auto;
  }
}
@media (max-width: 992px) {
  .beginning .row.row__head {
    flex-direction: column;
    gap: 15px;
  }
  .beginning ._section-title {
    margin-left: auto;
  }
}
@media (max-width: 769px) {
  .beginning ._section-title {
    padding: 0 !important;
  }
  .beginning ._section-title_wrap {
    margin: 0;
    display: inline;
    margin-left: 10px;
  }
  .beginning ._section-title_wrap br {
    display: none;
  }
  .beginning__image {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 769px) {
  .beginning__wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.international {
  min-height: 456px;
}
.international__wrapper {
  height: 370px;
  gap: 15px;
}
.international__container {
  position: relative;
}
.international ._signature {
  position: absolute;
  top: 0;
  left: 0;
}
.international ._section-title {
  margin-left: auto;
  margin-right: 20px;
}
@media (max-width: 769px) {
  .international ._signature {
    position: static;
  }
  .international ._section-title {
    margin-left: 0;
    margin-right: 0;
    padding: 0 !important;
  }
  .international ._section-title_wrap {
    margin: 0;
    display: inline;
    margin-left: 10px;
  }
  .international ._section-title_wrap br {
    display: none;
  }
}
.international__img {
  max-width: 566px;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 769px) {
  .international__img {
    max-width: 298px;
    border-radius: 7px;
  }
}
.international__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.international__info {
  width: 100%;
  max-width: 789px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.international__info-text {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
.international__info-text .international__more {
  display: none;
}
@media (max-width: 769px) {
  .international__info-text {
    justify-content: space-between;
    flex-direction: column;
  }
  .international__info-text .international__more {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.international__info-text p {
  max-width: 334px;
}
.international__more {
  margin-top: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #a01e66;
  text-decoration: underline;
}
.international__more:hover {
  color: #000;
}
@media (max-width: 769px) {
  .international__more {
    display: none;
    color: #a01e66;
  }
}
.international__image {
  width: 204px;
  height: 204px;
  position: relative;
}
.international__image::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c2d1c4;
  width: 193px;
  position: absolute;
  top: 0;
  right: 0;
}
.international__image::after {
  content: '';
  display: block;
  width: 1px;
  height: 193px;
  background-color: #c2d1c4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.international__image img {
  display: block;
  margin: 12px;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 10px;
  width: 193px;
  height: 193px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .international__wrapper {
    height: 204px;
  }
  .international__wrapper .row {
    width: 100%;
  }
  .international__wrapper p {
    max-width: 297px;
  }
}
.international.md {
  display: none;
}
@media (max-width: 768px) {
  .international.md {
    display: block;
  }
  .international.md .row.row__head {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .international.md .row.row__head ._section-title {
    margin-left: auto;
  }
  .international.md .row.row__head ._section-title br {
    display: none;
  }
  .international.md .row.row__head ._section-title_wrap {
    display: inline;
  }
  .international.md .international__wrapper {
    flex-direction: column;
    min-height: 200px;
    height: auto;
  }
  .international.md .international__wrapper p {
    max-width: 100%;
  }
  .international.md .international__wrapper .international__img {
    max-width: 100%;
  }
  .international.md .international__wrapper .international__img img {
    object-fit: cover;
  }
  .international.md .international__wrapper-two .row {
    flex-direction: row-reverse;
    padding: 0 10px;
    gap: 15px;
  }
  .international.md .international__wrapper-two .row p {
    max-width: 100%;
  }
  .international.md .international__wrapper-two .row .international__image {
    min-width: 145px;
    height: 145px;
    width: 145px;
  }
  .international.md
    .international__wrapper-two
    .row
    .international__image::before {
    content: '';
    display: block;
    width: 134px;
    height: 1px;
    background-color: #c2d1c4;
    position: absolute;
    top: 0;
    right: 0;
  }
  .international.md
    .international__wrapper-two
    .row
    .international__image::after {
    content: '';
    display: block;
    width: 1px;
    height: 134px;
    background-color: #c2d1c4;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .international.md .international__wrapper-two .row .international__image img {
    width: 100%;
    height: 100%;
    width: 134px;
    height: 134px;
  }
  .international.md .international__wrapper-two .row .international__more {
    margin-right: auto;
  }
  .international.fullwidth {
    display: none;
  }
}
.process__container {
  position: relative;
}
.process__container ._signature {
  margin: 0;
  position: absolute;
  top: 14px;
  left: 0;
}
@media (max-width: 992px) {
  .process__container ._signature {
    position: static;
  }
}
.process ul.row__margin {
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.process ul.row__margin .process__item {
  padding: 6px;
  border: 1px solid #f7d6e0;
  border-radius: 10px;
}
.process ul.row__margin .process__item .process__item-body {
  width: 100%;
  min-height: 320px;
  border-radius: 10px;
  height: 100%;
  background-color: #ffeff4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
}
@media (max-width: 992px) {
  .process ul.row__margin .process__item .process__item-body {
    max-width: 100%;
  }
}
.process ul.row__margin .process__item h2 {
  margin-top: 50px;
  font-family: 'Dancing Script', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 10px;
}
.process ul.row__margin .process__item span {
  font-style: italic;
  font-weight: 300;
  padding-bottom: 5px;
  font-size: 26px;
  line-height: 100%;
  color: #a01e66;
  display: block;
  border-bottom: 1px solid #a01e66;
}
.process ul.row__margin .process__item ol {
  padding-left: 15px;
}
.process ul.row__margin .process__item ol li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}
.process ul.row__margin .process__item ol li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
}
.process .row.row__head {
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.process ._section-title {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 400px) {
  .process ul.row__margin {
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.dreamed__wrapper {
  gap: 132px;
}
.dreamed__left img {
  border-radius: 10px;
  max-width: 566px;
  max-height: 360px;
}
.dreamed__left p {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #a01e66;
}
.dreamed__right {
  padding-top: 40px;
  margin-right: 146px;
}
.dreamed__right .swiper {
  max-width: 566px;
}
.dreamed__right .swiper-slide p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
.dreamed__right .swiper-slide h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
@media (max-width: 1380px) {
  .dreamed__wrapper {
    gap: 0;
  }
  .dreamed__right {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .dreamed__wrapper {
    gap: 0;
  }
  .dreamed__left img {
    max-height: 258px;
  }
  .dreamed__right {
    padding: 0;
    margin-right: 20px;
  }
  .dreamed__right .swiper {
    max-width: 466px;
  }
}
@media (max-width: 992px) {
  .dreamed__wrapper {
    flex-direction: column;
    gap: 15px;
  }
  .dreamed__left {
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
  .dreamed__right {
    margin-right: 0;
  }
  .dreamed__right .swiper {
    max-width: 100%;
  }
}
@media (max-width: 769px) {
  .dreamed .row__head {
    flex-direction: column;
    gap: 15px;
  }
  .dreamed .row__head ._section-title {
    padding: 0;
  }
  .dreamed .row__head ._section-title_wrap {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .dreamed__left {
    flex-direction: column-reverse;
  }
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  margin-top: 90px;
  height: 2px;
  background-color: #c2d1c4;
}
@media (max-width: 1200px) {
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-top: 30px;
  }
}
.swiper-scrollbar-drag {
  background-color: #a01e66;
  border-radius: 0;
}
.swiper-controls {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 15px;
}
@media (max-width: 600px) {
  .swiper-controls {
    margin: 0 auto;
    max-width: 105px;
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .swiper-counter {
    margin: 0 auto;
    max-width: 105px;
  }
}
.swiper-counter span {
  font-family: 'Dancing Script', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #000;
}
.feedback__container {
  position: relative;
}
.feedback__container ._signature {
  margin: 0;
  position: absolute;
  top: 14px;
  left: 0;
}
@media (max-width: 992px) {
  .feedback__container ._signature {
    position: static;
    margin-bottom: 15px;
  }
}
.notFound {
  text-align: center;
}
.notFound__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 190px 0;
}
@media (max-width: 1250px) {
  .notFound__container {
    padding: 117px 0;
  }
}
.notFound__container h1 {
  font-size: 70px;
  font-family: 'Dancing Script', sans-serif;
  color: #a01e66;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
}
.notFound__container p {
  line-height: 100%;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 25px;
}
.notFound__container button {
  position: relative;
}
.notFound__container button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.templateText {
  padding-top: 130px;
}
.templateText h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  color: #a01e66;
  margin-bottom: 22px;
}
.templateText p {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
.about {
  overflow: hidden;
}
.about__container {
  position: relative;
  padding-top: 40px;
}
.about__container ._signature {
  position: absolute;
  top: 0;
  left: 10px;
}
.about__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about ._section-title {
  margin-bottom: 20px;
  padding: 0;
}
.about__content {
  position: relative;
}
.about__content-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 805px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about__content .row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 15px;
}
.about__content img {
  width: 100%;
}
.about__card {
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 334px;
  height: 158px;
  background: #c2d1c4;
}
.about__card h4 {
  font-family: 'Dancing Script', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
}
.about__card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.about__card.first {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .about__card.first {
    margin-top: -58px;
  }
}
.row.md-1250 {
  display: none;
}
@media (max-width: 1250px) {
  .row.lg-fullwidth {
    display: none;
  }
  .row.md-1250 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .about ._section-title {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .about ._section-title {
    margin-bottom: 80px !important;
  }
  .about__card {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .about__content img {
    max-width: 100%;
    margin: 0 auto;
  }
  .about__card.first {
    margin-top: -138px;
  }
  .about .process ul.row__margin .process__item .process__item-body {
    max-width: 300px;
  }
  .about ._section-title {
    margin-bottom: 162px !important;
  }
}
.blueprint ._signature {
  margin: 0;
  margin-bottom: -28px;
}
@media (max-width: 769px) {
  .blueprint ._signature {
    margin-bottom: 15px;
  }
}
.blueprint__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.blueprint__wrapper p {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.blueprint__wrapper img {
  border-radius: 10px;
  width: 450px;
  height: auto;
}
@media (max-width: 769px) {
  .blueprint__wrapper img {
    width: 100%;
    max-width: 506px;
  }
}

@media (max-width: 1036px) {
  .blueprint__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.blueprint__text {
  width: 100%;
  max-width: 450px;
}
.blueprint__text ._section-title {
  padding: 0;
}
@media (max-width: 769px) {
  .blueprint__text {
    max-width: 506px;
  }
}
.steps__container {
  position: relative;
}
.steps__container ._signature {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1250px) {
  .steps__container ._signature {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .steps__container ._signature {
    position: static;
    margin-bottom: 15px;
  }
}
.steps__none {
  display: none;
}
@media (max-width: 767px) {
  .steps__none {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}
.steps__body {
  width: 100%;
  max-width: 100%;
}
.steps__body ._section-title {
  padding: 0;
}
@media (max-width: 767px) {
  .steps__body {
    margin: 0 auto;
  }
  .steps__body ._section-title {
    display: none;
  }
}
.steps__body p {
  margin-top: 15px;
}
.steps__body .steps__image-one {
  display: none;
  width: 100%;
  max-width: 391px;
  height: 281px;
  padding: 0;
}
@media (max-width: 1250px) {
  .steps__body .steps__image-one {
    display: block;
    margin-top: 15px;
  }
}
.steps__body .steps__image-one::before {
  width: 100%;
}
.steps__body .steps__image-one:after {
  display: none;
}
.steps__body .steps__image-one img {
  margin-left: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
}

.steps__container .row {
  display: grid;
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .steps__container .row {
    grid-template-columns: repeat(6, 1fr);
  }
  .steps__container .row *:first-child {
    grid-column: 1/3;
  }
  .steps__container .row *:nth-child(2) {
    grid-column: 3/7;
  }
  .steps__container .row *:last-child {
    grid-column: 3/7;
  }
}
@media (min-width: 1201px) {
  .steps__container .row {
    grid-template-columns: repeat(12, 1fr);
  }
  .steps__container .row *:first-child {
    grid-column: 1/4;
  }
  .steps__container .row *:nth-child(2) {
    grid-column: 5/9;
  }
  .steps__container .row *:last-child {
    grid-column: 11/13;
  }
}

@media (max-width: 767px) {
  .steps .steps-md-none {
    display: none;
  }
}
.steps__image-one {
  margin-top: 51px;
  width: 334px;
  height: 245px;
  position: relative;
}
@media (max-width: 1250px) {
  .steps__image-one {
    display: none;
  }
}
.steps__image-one::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c2d1c4;
  width: 318px;
  position: relative;
  top: 0;
  right: 0;
  margin-left: auto;
}
.steps__image-one::after {
  content: '';
  display: block;
  width: 1px;
  height: 229px;
  background-color: #c2d1c4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.steps__image-one img {
  display: block;
  margin: 15px;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  width: 318px;
  height: 229px;
}
.steps__image-two {
  position: relative;
  width: 217px;
  height: 217px;
}
.steps__image-two::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c2d1c4;
  width: 201px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: auto;
}
.steps__image-two::after {
  content: '';
  display: block;
  width: 1px;
  height: 201px;
  background-color: #c2d1c4;
  position: absolute;
  top: 0;
  right: 0;
}
.steps__image-two img {
  display: block;
  margin: 15px;
  margin-top: 0;
  margin-left: 0;
  border-radius: 10px;
  overflow: hidden;
  width: 201px;
  height: 201px;
}
@media (max-width: 1250px) {
  .steps .db-col {
    display: none;
  }
}
.steps__image-two.col {
  display: none;
}
@media (max-width: 1250px) {
  .steps__image-two.col {
    display: block;
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .steps__image-two.col {
    display: none;
  }
}
.steps ul {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.steps ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.steps ul li span {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #c2d1c4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Dancing Script', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #a01e66;
}
.steps ul li i {
  display: block;
  width: 61px;
  min-width: 61px;
  border: 1px dashed #c2d1c4;
}
.support__container {
  position: relative;
  padding-top: 40px;
}
.support__body {
  width: 100%;
  max-width: 457px;
}
@media (max-width: 992px) {
  .support__body {
    margin: 0 auto;
  }
}
.support__body ._section-title {
  padding: 0;
}
.support__body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  max-width: 450px;
  margin-top: 15px;
}
.support__body p:last-of-type {
  margin-bottom: 20px;
}
.support__body img {
  margin: 0 auto;
  width: 450px;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}
.support__body .support__image {
  display: none;
  margin-top: 15px;
  width: 101px;
  height: 101px;
}
.support__body .support__image img {
  width: 90px;
  height: 90px;
}
@media (max-width: 992px) {
  .support__body .support__image {
    display: block;
  }
}
@media (max-width: 992px) {
  .support__image {
    display: none;
  }
}
@media (max-width: 992px) {
  .support__col {
    display: none;
  }
}
@media (max-width: 992px) {
  .pos-ab {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 400px) {
  .choice__container ul {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.maxw-one {
  width: 100%;
  width: 450px;
}
.maxw-one img {
  max-width: 450px;
}
.maxw-two {
  width: 100%;
  max-width: 916px;
}
.maxw-two ._section-title {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.answered__container img {
  margin-top: 0;
}
.answered .dn {
  display: none;
}
.answered__container {
  position: relative;
}
.answered__container ._signature {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1250px) {
  .answered__container ._signature {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .answered__container ._signature {
    position: static;
    margin-bottom: 15px;
  }
}
@media (max-width: 769px) {
  .answered__container ._section-title {
    padding: 0;
  }
  .answered__container ._section-title_wrap {
    margin: 0;
    display: inline;
    margin-left: 10px;
  }
  .answered__container ._section-title_wrap br {
    display: none;
  }
  .answered__container .maxw-one {
    width: 100%;
    max-width: 193px;
    min-height: 145px;
  }
  .answered__container .maxw-one img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
  }
}
@media (max-width: 769px) {
  .answered__box,
  .answered ._section-title {
    width: 100%;
    margin: 0;
    max-width: 506px;
    margin-left: auto;
  }
}
.answered__wrapper {
  margin-top: 26px;
  gap: 15px;
}
@media (max-width: 1250px) {
  .answered__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 769px) {
  .answered__wrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 690px) {
  .answered button {
    display: none;
  }
  .answered button.dn {
    display: block;
    margin-left: auto;
  }
  .answered__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.answered__accordion {
  display: flex;
  flex-direction: column;
}
.answered__accordion-head {
  display: flex;
  align-items: flex-start;
}
.answered__accordion-head span {
  display: block;
  width: 100%;
  max-width: 116px;
  min-width: 116px;
  font-style: italic;
  font-weight: 200;
  font-size: 24px;
  line-height: 100%;
  color: #a01e66;
}
.answered__accordion-head button {
  margin-left: auto;
}
@media (max-width: 690px) {
  .answered__accordion-head {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    gap: 12px;
    padding: 15px;
  }
}
.answered__accordion-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #c2d1c4;
  cursor: pointer;
  padding-top: 15px;
}
.answered__accordion-item:first-child {
  padding-top: 0;
}
@media (max-width: 690px) {
  .answered__accordion-body {
    width: 100%;
    max-width: 100%;
  }
}
.answered__accordion-body h2 {
  font-weight: 600;
}
.answered__accordion-body p {
  transition: all 0.4s ease-in-out 0s;
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
}
.answered__accordion-head button.open svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.mission__container {
  position: relative;
}
.mission ._signature {
  margin-top: 0;
  position: absolute;
  top: 15px;
  left: 0;
}
@media (max-width: 769px) {
  .mission ._signature {
    position: static;
  }
}
.mission ._section-title {
  padding: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.mission p {
  width: 100%;
  margin: 0 auto;
  max-width: 915px;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}
.mission img {
  margin-top: 20px;
  max-width: 100%;
  max-height: 572px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 769px) {
  .mission__container ._section-title {
    margin-top: 15px;
  }
}
.choice__container {
  position: relative;
}
.choice__container ._signature {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1380px) {
  .choice__container ._signature {
    left: 20px;
  }
}
@media (max-width: 992px) {
  .choice__container ._signature {
    position: static;
  }
}
.choice__container ._section-title {
  padding: 0;
  width: 100%;
  text-align: center;
}
.choice__container p {
  width: 100%;
  max-width: 569px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-top: 15px;
  text-align: center;
}
.choice__container ul {
  margin-top: 20px;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(324px, 1fr));
}
.choice__container ul li {
  height: 334px;
  padding: 7px;
  border: 1px solid #c2d1c4;
  border-radius: 10px;
}
.choice__container ul li img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  max-height: 320px;
  object-fit: cover;
}
.choice__container ul li h2 {
  margin-top: 50px;
  font-family: 'Dancing Script', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 10px;
}
.choice__container ul li span {
  font-style: italic;
  font-weight: 300;
  padding-bottom: 5px;
  font-size: 26px;
  line-height: 100%;
  color: #a01e66;
  display: block;
  border-bottom: 1px solid #a01e66;
}
.choice__container ul li p {
  text-align: left;
}
.choice__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #c2d1c4;
  border-radius: 10px;
  height: 100%;
  padding: 15px;
  padding-bottom: 83px;
}
@media (max-width: 769px) {
  .choice__container ._section-title {
    margin-top: 15px;
  }
}
@media (max-width: 650px) {
  .choice__container ._section-title {
    margin: 0;
    margin-top: 15px;
    text-align-last: left;
  }
}
.videoCard__container {
  position: relative;
}
.videoCard ._signature {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 769px) {
  .videoCard ._signature {
    position: static;
    margin-bottom: 15px;
  }
}
.videoCard__slider {
  margin-top: 20px;
}
.videoCard__slider .swiper-slide {
  height: 545px;
}
@media (max-width: 1050px) {
  .videoCard__slider .swiper-slide {
    height: 442px;
  }
}
.videoCard__slide {
  background: #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: pink;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: darkred;
  cursor: pointer;
  z-index: 2;
}
.destination__container {
  position: relative;
}
.destination ._signature {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 769px) {
  .destination ._signature {
    position: static;
  }
}
.destination ._section-title {
  margin: 0 auto;
}
@media (max-width: 557px) {
  .destination ._section-title {
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .destination ._section-title_wrap {
    margin: 0;
    display: inline;
    margin-left: 5px;
  }
  .destination ._section-title br {
    display: none;
  }
}
.destination__body p {
  max-width: 516px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin: 0 auto;
  margin-top: 15px;
}
.destinationGallery__container {
  position: relative;
}
.destinationGallery ._signature {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 769px) {
  .destinationGallery ._signature {
    position: static;
  }
}
.destinationGallery ._section-title {
  margin: 0 auto;
}
@media (max-width: 557px) {
  .destinationGallery ._section-title {
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .destinationGallery ._section-title_wrap {
    margin: 0;
    display: inline;
    margin-left: 5px;
  }
  .destinationGallery ._section-title br {
    display: none;
  }
}
.destinationGallery__slider {
  max-width: 1148px;
  margin: 0 auto;
}
.destinationGallery__slider .swiper-slide {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  max-height: 639px;
}
.destinationGallery__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.destinationGallery__slider .swiper-controls {
  justify-content: center;
  margin-top: 30px;
}
.expertise__container {
  position: relative;
}
.expertise__container ._signature {
  position: absolute;
  top: 0;
  left: 10px;
}
.expertise__container .flex.justify-content-sb.dn {
  display: none;
}
@media (max-width: 640px) {
  .expertise__container .flex.justify-content-sb.dn {
    display: flex;
    margin-top: 15px;
    flex-direction: row-reverse;
  }
  .expertise__container .flex.justify-content-sb.dn .expertise__image.three,
  .expertise__container .flex.justify-content-sb.dn .expertise__image.one {
    display: flex;
    padding: 0;
    border: none;
    flex-direction: row;
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .expertise__container
    .flex.justify-content-sb.dn
    .expertise__image.three::before,
  .expertise__container
    .flex.justify-content-sb.dn
    .expertise__image.one::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c2d1c4;
    width: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .expertise__container
    .flex.justify-content-sb.dn
    .expertise__image.three::after,
  .expertise__container
    .flex.justify-content-sb.dn
    .expertise__image.one::after {
    content: '';
    display: block;
    width: 1px;
    height: 57px;
    background-color: #c2d1c4;
    position: absolute;
    top: 0;
    left: 0;
  }
  .expertise__container .flex.justify-content-sb.dn .expertise__image.three img,
  .expertise__container .flex.justify-content-sb.dn .expertise__image.one img {
    border-radius: 7px;
    width: 57px;
    height: 57px;
    margin: 0;
  }
  .expertise__container .flex.justify-content-sb.dn .expertise__image.three {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 10px;
    padding-right: 10px;
    position: relative !important;
  }
  .expertise__container
    .flex.justify-content-sb.dn
    .expertise__image.three::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c2d1c4;
    width: 57px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .expertise__container
    .flex.justify-content-sb.dn
    .expertise__image.three::after {
    content: '';
    display: block;
    width: 1px;
    height: 57px;
    background-color: #c2d1c4;
    position: absolute;
    top: 13px;
    left: 100%;
  }
}
@media (max-width: 1100px) {
  .expertise__container ._section-title {
    font-size: 32px;
  }
  .expertise__container ._signature {
    position: static;
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .expertise__container ._section-title {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .expertise__container ._section-title br {
    display: none;
  }
  .expertise__container ._section-title_wrap {
    margin: 0;
    display: inline;
  }
  .expertise__container .flex.justify-content-center {
    justify-content: flex-start;
  }
}
.expertise__image {
  gap: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2d1c4;
  max-width: 217px;
  margin-top: auto;
}
.expertise__image img {
  border-radius: 10px;
  width: 101px;
  height: 101px;
}
@media (max-width: 1100px) {
  .expertise__image.one {
    order: 3;
    margin: 0;
    flex-direction: column;
    position: absolute;
    top: 15px;
    right: 0;
  }
}
.expertise__image.three {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid #c2d1c4;
  margin-top: 0;
  margin-bottom: auto;
}
@media (max-width: 1100px) {
  .expertise__image.three {
    order: 1;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.expertise__wrapper {
  position: relative;
}
@media (max-width: 640px) {
  .expertise__wrapper {
    flex-direction: column-reverse;
  }
  .expertise__wrapper .expertise__image.three,
  .expertise__wrapper .expertise__image.one {
    display: none;
  }
}
.expertise__wrapper p {
  max-width: 661px;
  margin: 0 auto;
  margin-top: 15px;
}
@media (max-width: 1100px) {
  .expertise__wrapper p {
    max-width: 402px;
    order: 2;
  }
}
@media (max-width: 640px) {
  .expertise__wrapper p {
    max-width: 100%;
    order: 1;
  }
}
.people__container {
  position: relative;
}
.people__container ._signature {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .people__container ._signature {
    position: static;
  }
  .people__container ._section-title {
    margin: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .people__container ._signature {
    position: static;
  }
  .people__container ._section-title {
    margin: 0;
    padding: 0;
    margin-right: auto;
  }
  .people__container ._section-title br {
    display: none;
  }
  .people__container ._section-title_wrap {
    display: inline;
    margin: 0;
  }
}
.people__slider {
  margin-top: 20px;
}
.people .swiper-scrollbar {
  margin-top: 30px;
}
.people__slide {
  background-color: #c2d1c4;
  border-radius: 10px;
  padding: 20px 15px;
  height: 100%;
  min-height: 526px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.people__slide h3 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
.people__slide ul {
  margin: 10px 0;
  padding-left: 12px;
}
.people__slide ul li {
  position: relative;
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}
.people__slide ul li::before {
  content: '';
  display: block;
  min-width: 4px;
  max-height: 4px;
  border-radius: 100%;
  background-color: #000;
  margin-right: 10px;
  margin-top: 4px;
}
.people__slide button {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin-top: auto;
  margin-right: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.people__image {
  width: 304px;
  height: 304px;
  border-radius: 100%;
  padding: 10px;
  border: 1px solid #a01e66;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .people__image {
    width: 278px;
    height: 278px;
  }
}
.contactProfile__body {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .contactProfile__body {
    max-width: 690px;
    margin: 20px auto 90px;
  }
}
@media (max-width: 769px) {
  .contactProfile__body {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
@media (max-width: 710px) {
  .contactProfile__body {
    flex-direction: column;
  }
}
@media (max-width: 769px) {
  .contactProfile .row__head {
    flex-direction: column;
  }
}
.contactProfile__container {
  position: relative;
}
@media (max-width: 769px) {
  .contactProfile ._signature {
    position: static;
  }
}
.contactProfile ._section-title {
  margin: 0 auto;
}
@media (max-width: 769px) {
  .contactProfile ._section-title {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .contactProfile ._section-title {
    padding: 0;
  }
}
.contactProfile__image {
  padding-left: 10px;
  border-left: 1px solid #c2d1c4;
  min-width: 323px;
  width: 323px;
  height: 400px;
}
@media (max-width: 710px) {
  .contactProfile__image {
    border-radius: 7px;
    padding: 0;
    border: none;
  }
}
@media (max-width: 500px) {
  .contactProfile__image {
    border-radius: 7px;
    width: 224px;
    min-width: 224px;
    height: 279px;
  }
}
.contactProfile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.contactProfile__info {
  margin-top: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
.contactProfile__info strong {
  font-weight: 600;
}
.contactProfile__info a {
  transition: 0.3s color;
}
.contactProfile__info a:hover {
  color: #a01e66;
}

@media (max-width: 600px) {
  .contactProfile__info {
    font-size: 16px;
  }
}
.contactProfile__info h2 {
  font-family: 'Dancing Script', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #a01e66;
}
@media (max-width: 600px) {
  .contactProfile__info h2 {
    font-size: 24px;
  }
}
.contactProfile__info h3 {
  margin-top: 10px;
}
.contactProfile__info span {
  margin-top: 10px;
  width: 217px;
  height: 1px;
  display: block;
  background: #c2d1c4;
}
.contactProfile__info P {
  margin-top: 15px;
}
.roots__container {
  position: relative;
}
.roots__container ._signature {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .roots__container ._signature {
    position: static;
  }
  .roots__container ._section-title {
    margin: 0;
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .roots__container ._signature {
    position: static;
  }
  .roots__container ._section-title {
    margin: 0;
    padding: 0;
    margin-right: auto;
  }
  .roots__container ._section-title br {
    display: none;
  }
  .roots__container ._section-title_wrap {
    display: inline;
    margin: 0;
  }
}
.roots__container .flex {
  margin-top: 15px;
  gap: 15px;
}
.roots__image {
  padding-left: 10px;
  min-width: 323px;
  width: 323px;
  height: 373px;
  border-left: 1px solid #c2d1c4;
}
.roots__image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roots__image-dn {
  display: none;
}
@media (max-width: 992px) {
  .roots__image {
    display: none;
  }
  .roots__image-dn {
    display: block;
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  .roots__image {
    display: block;
    min-width: 100%;
    max-width: 323px;
  }
  .roots__image-dn {
    display: none;
  }
}
.roots__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 799px;
}
@media (max-width: 992px) {
  .roots__info {
    max-width: 100%;
  }
  .roots__info .roots__flex {
    margin-top: 10px;
    display: flex;
  }
}
.roots__info p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: justify;
  color: #000;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.roots__info p:not(:first-child) {
  margin-top: 15px;
}
.roots__flex {
  margin-top: 15px;
}
.roots__info p strong {
  margin-top: auto;
  margin-left: auto;
  display: block;
  color: #a01e66;
}
@media (max-width: 992px) {
  .roots__info p strong {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .roots__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.footer {
  padding: 10px;
  padding-top: 0;
  border-top: 2px solid #a01e66;
  background-color: #ffeff4;
}
.footer__container {
  padding: 0;
}
.footer__col {
  order: 3;
}
.footer__col h2 {
  color: #a01e66;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 769px) {
  .footer__col h2 {
    margin-bottom: 5px;
  }
}
.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__col ul li a:hover {
  color: #a01e66;
}
@media (max-width: 769px) {
  .footer__col ul {
    gap: 5px;
  }
}
.footer__columns {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 80%;
  margin-top: 51px;
  flex-wrap: wrap;
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
}
.footer__wrap ._logo {
  margin-top: 25px;
}
.footer__info {
  margin-top: 80px;
  border-top: 2px solid #a01e66;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__wrap {
    flex-direction: column;
    gap: 32px;
  }
  .footer__columns {
    width: 100%;
    margin-top: 0;
  }
  .footer__columns .footer__col:nth-child(2) {
    order: 3;
  }
  .footer__info {
    margin-top: 90px;
  }
}
.form {
  width: 100%;
  max-width: 566px;
  margin: 0 auto;
  text-align: center;
}
.form__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.form ._btn {
  background-color: #a01e66;
  border-radius: 30px;
  padding: 14px 30px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 15px;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.form ._btn:hover {
  background-color: #f7d6e0;
  color: #a01e66;
}
.form p {
  font-weight: 400;
  max-width: 450px;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  margin: 0 auto;
  color: #c2d1c4;
}
.form p a {
  text-decoration: underline;
}
.form__input {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.form__input input {
  box-sizing: border-box;
  color: #a01e66;
}
.form__input input::placeholder {
  color: #a01e66;
}
.form__input textarea {
  box-sizing: border-box;
  color: #a01e66;
  resize: none;
  height: 79px;
}
.form__input textarea::placeholder {
  color: #a01e66;
}
.form ._section-title {
  margin-bottom: 20px;
  text-align: center;
  padding-left: 0;
  width: 100%;
}
.form ._section-title_wrap {
  margin: 0;
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .modal {
    padding-top: 20px;
    justify-content: center;
    align-items: flex-start;
  }
}
.modal__body {
  position: relative;
  padding: 30px 58px;
  width: 100%;
  max-width: 682px;
  border-radius: 10px;
  background: #fff;
  overflow: auto;
}
@media (max-width: 768px) {
  .modal__body {
    padding: 0 10px;
    padding-top: 61px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 100%;
  }
}
.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 600px) {
  .modal__close {
    top: 10px;
    right: 10px;
  }
}
.form-send {
  display: none;
  width: 100%;
  max-width: 566px;
  margin: 20px auto 0;
  text-align: center;
}
.form-send.show {
  display: block;
}
.form-send h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 15px;
}
.form-send p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.form-send p span {
  display: block;
  height: 10px;
}
body._lock {
  overflow: hidden;
}
.modal.open {
  display: flex;
}
#aboutModal .modal__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 25px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  #aboutModal .modal__body {
    height: 100vh;
  }
}
#aboutModal .people__image {
  width: 202px;
  height: 202px;
  margin: 0;
}
#aboutModal h3 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
#aboutModal ul {
  margin: 10px 0;
  padding-left: 12px;
}
#aboutModal ul li {
  position: relative;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}
#aboutModal ul li::before {
  content: '';
  display: block;
  min-width: 4px;
  max-height: 4px;
  border-radius: 100%;
  background-color: #000;
  margin-right: 10px;
  margin-top: 4px;
}
.mobileNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 122;
  display: flex;
  justify-content: flex-start;
}
.mobileNav__body {
  background: #ffeff4;
  padding: 15px 15px 35px;
  width: 100%;
  max-width: 417px;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobileNav__head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.mobileNav ul {
  text-align: left;
  width: 100%;
  max-width: 298px;
  padding-bottom: 30px;
  border-bottom: 2px solid #a01e66;
  padding-top: 20px;
  gap: 15px;
}
.mobileNav ul:first-child {
  padding: 0;
}
.mobileNav ul:last-child {
  border: 0;
}
.mobileNav ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000 !important;
  display: flex;
  align-items: center;
  gap: 7px;
}
.mobileNav.open {
  opacity: 1;
  pointer-events: auto;
}
.mobileNav.open .mobileNav__body {
  transform: translateX(0);
}

@media (max-width: 992px) {
  .contact-row {
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 993px) {
  .contactProfile {
    margin-top: 140px;
  }
  .contact-row ._signature,
  .contact-row ._section-title {
    display: none;
  }
  .contact-row {
    margin-top: 20px;
    justify-content: space-between;
  }
  .contact-row .form,
  .contact-row .form-send {
    margin: 0;
  }
  .contact-row .feedback__container {
    margin: 0;
    align-self: flex-end;
  }
}

.templateText h3 {
  margin-top: 20px;
  font-size: 20px;
  color: #a01e66;
}

.templateText p:not(:first-child) {
  margin-top: 10px;
  font-size: 18px;
}

.templateText ul,
.templateText ol {
  font-size: 18px;
  list-style: inherit;
  padding-left: 20px;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) input,
.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) textarea {
  border-color: #ff4646;
}
.wpcf7 .screen-reader-response,
.wpcf7-response-output {
  display: none;
}
.wpcf7-form.sent {
  .form {
    display: none;
  }
}
.wpcf7-not-valid-tip {
  display: block;
  text-align: left;
  color: #ff4646;
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
