.fullscreen-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullwidth-loader {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.footer {
  height: 44px;
  margin: 0 -120px;
  padding: 0 120px;
  background-color: rgba(3, 15, 39, 0.0117647059);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 0 120px;
    height: 34px;
  }
}
.footer .footer-row {
  height: 100%;
}
.footer .footer-row .footer-text {
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  font-family: "Railway", sans-serif;
  font-size: 0.875rem;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  text-decoration: none;
  color: #666;
  display: block;
  line-height: 22px;
  margin-right: 10px;
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.block-title {
  line-height: 1.15 !important;
  -webkit-text-size-adjust: 100%;
  font-family: "Railway", sans-serif;
  color: #333 !important;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-size: 1.625rem !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  margin-top: 50px;
  text-align: center;
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.italian-card {
  -webkit-text-size-adjust: 100%;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 40px 60px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .italian-card {
    padding: 20px;
  }
}
.italian-card:before {
  left: 0;
  border-top: 10px solid #d2f1e5;
  border-bottom: 10px solid #d2f1e5;
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 33%;
  content: "";
}
.italian-card:after {
  right: 0;
  border-top: 10px solid #f5897f;
  border-bottom: 10px solid #f5897f;
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 33%;
  content: "";
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.content-paragraph {
  -webkit-text-size-adjust: 100%;
  font-family: "Railway", sans-serif;
  font-size: 0.875rem;
  color: #333;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  line-height: 22px;
  margin-bottom: 10px;
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.about-us-block {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  position: relative;
  max-width: 1480px;
  margin: 80px auto 80px;
  padding-top: 30px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background: url("/assets/about-us-6872bfe0.png") no-repeat;
}
@media screen and (max-width: 1200px) {
  .about-us-block {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
.about-us-block .about-us-image-container {
  position: relative;
}
.about-us-block .about-us-image-container:before {
  position: absolute;
  display: block;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  border: 25px solid #d2f1e5;
  background: #f2f8f6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}
.about-us-block .about-us-image-container .about-us-image {
  background: url("/assets/girl4-fb833197.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 540px;
  height: 540px;
  z-index: 2;
  position: relative;
}
.about-us-block .content-container {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding-top: 70px;
  width: 52%;
  flex-basis: 52%;
}
.about-us-block .content-container .content-text {
  margin-bottom: 30px;
}
.about-us-block .text-block-content .text-block-paragraph {
  margin-bottom: 10px;
  font-family: "Railway", sans-serif;
  font-size: 0.875rem;
  color: #333;
  line-height: 22px;
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.collage-block {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  color: #333;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  margin-top: 80px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.collage-block .gallery {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: "Railway", sans-serif;
  font-size: 0.875rem;
  color: #333;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 52%;
  flex-basis: 52%;
  position: relative;
  height: 750px;
}
@media screen and (max-width: 1200px) {
  .collage-block .gallery {
    height: 670px;
  }
}
.collage-block .gallery:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 60%;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f2f8f6;
  content: "";
}
.collage-block .gallery .gallery-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  border: 2px solid #fff;
  box-shadow: 0 0 60px 0 rgba(146, 150, 161, 0.2);
  z-index: 3;
}
.collage-block .gallery .gallery-item-1 {
  width: 354px;
  height: 502px;
  background: url("/assets/girl1-403cd580.jpg");
  top: 0;
  left: 15%;
}
.collage-block .gallery .gallery-item-2 {
  width: 326px;
  height: 500px;
  background: url("/assets/girl2-f10a6fce.jpg");
  top: 60px;
  right: 5%;
}
@media screen and (max-width: 1200px) {
  .collage-block .gallery .gallery-item-2 {
    right: 50%;
  }
}
.collage-block .gallery .gallery-item-3 {
  width: 564px;
  height: 344px;
  background: url("/assets/girl3-fa622d62.jpg");
  bottom: 60px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .collage-block .gallery .gallery-item-3 {
    bottom: 0;
    left: -40px;
  }
}
.collage-block .text-block {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: "Railway", sans-serif;
  font-size: 0.875rem;
  color: #333;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  position: relative;
}
.collage-block .text-block .text-block-heading {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: "Railway", sans-serif;
  font-size: 0.875rem;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  color: #f5897f;
  margin-bottom: 5px;
}
.collage-block .text-block .text-block-title {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: "Railway", sans-serif;
  color: #333;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-size: 2.25rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.collage-block .text-block .text-block-paragraph {
  margin-bottom: 10px;
  font-family: "Railway", sans-serif;
  font-size: 0.875rem;
  color: #333;
  line-height: 22px;
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.messenger-icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  object-fit: contain;
}
.messenger-icon.telegram {
  width: 34px;
  height: 34px;
  background-image: url(/assets/telegram-542ae339.svg);
}
.messenger-icon.viber {
  width: 32px;
  height: 32px;
  background-image: url(/assets/viber-68dff875.svg);
}
.messenger-icon.whatsapp {
  width: 30px;
  height: 30px;
  background-image: url(/assets/whatsapp-ce615a0b.svg);
}
.ital-moda-btn {
  background-color: #f5897f;
  outline: 0;
  color: white;
  border: none;
  border-radius: 0 !important;
  z-index: 1;
}
.ital-moda-btn.with-icon {
  height: auto;
  display: flex;
  align-items: center;
}
.ital-moda-btn:hover {
  color: #d2f1e5 !important;
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.contact-phone .phone-text {
  -webkit-text-size-adjust: 100%;
  font-family: "Railway", sans-serif;
  font-size: 0.875rem;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  text-decoration: none;
  color: #666;
  display: block;
  line-height: 22px;
  margin-right: 4px;
}
.contact-phone .phone-messenger-icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  object-fit: contain;
}
.contact-phone .phone-messenger-icon.telegram {
  width: 26px;
  height: 26px;
  background-image: url(/assets/telegram-542ae339.svg);
}
.contact-phone .phone-messenger-icon.viber {
  width: 24px;
  height: 24px;
  background-image: url(/assets/viber-68dff875.svg);
}
.contact-phone .phone-messenger-icon.whatsapp {
  width: 30px;
  height: 30px;
  background-image: url(/assets/whatsapp-ce615a0b.svg);
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.contacts-block {
  margin-bottom: 30px;
}
.contacts-block .service-title {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: "Railway", sans-serif;
  font-size: 0.875rem;
  color: #333;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 700;
}
.contacts-block .contact-text {
  -webkit-text-size-adjust: 100%;
  font-family: "Railway", sans-serif;
  font-size: 0.875rem;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  text-decoration: none;
  color: #666;
  display: block;
  line-height: 22px;
  margin-right: 10px;
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.howto-block {
  margin-top: 40px;
  margin-bottom: 20px;
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.counter-text {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: "Railway", sans-serif;
  font-size: 1.25rem;
  color: #333;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .counter-text {
    padding-top: 0;
  }
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.main-info-block {
  margin-bottom: 40px;
  margin-top: 30px;
}
.main-info-block .block-title {
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  .main-info-block .block-title {
    margin-top: 0;
  }
}
.main-info-block .brands-img {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .main-info-block .brands-img {
    width: 100%;
    margin-top: 10px;
  }
}
.main-info-block .main-info-card-col {
  padding: 0 15px;
}
.main-info-block .card-column {
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  .main-info-block .card-column {
    padding: 0;
  }
}
.main-info-block .card-column .card-column-title {
  line-height: 1.15;
  font-family: "Railway", sans-serif;
  color: #333;
  word-wrap: break-word;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
.main-info-block .card-column .card-column-title.next-purchase {
  margin-top: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .main-info-block .italian-card {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.stats-italian-card {
  padding: 60px;
  margin-bottom: 80px;
}
.stats-container {
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.stat-item {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 0.875rem;
  color: #333;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  position: relative;
  max-width: 250px;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .stat-item:not(:first-child) {
    margin-top: 50px;
  }
}
.stat-item:before {
  width: 100px;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAMElEQVQYlWP4//8/Ay4MBAQkwSQ+SZgCNPAfRQ5NASoHTQGKTrh1GHaiK4BJ4vINAMC9c40img/2AAAAAElFTkSuQmCC);
  opacity: 0.2;
  z-index: 0;
  position: absolute;
  top: 50%;
  content: "";
}
.stat-item:after {
  width: 60px;
  height: 1px;
  background: #bdbfc5;
  left: -65px;
  position: absolute;
  top: 50%;
  content: "";
}
.stat-item .stat-title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 30px;
  color: #333;
  font-family: "Railway", sans-serif;
}
.stat-item .stat-title .stat-title-main {
  font-size: 4.125rem;
  position: relative;
  font-weight: 600;
  line-height: 30px;
}
.stat-item .stat-caption {
  color: #333;
  font-family: "Railway", sans-serif;
  font-size: 0.938rem;
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.home-page {
  padding: 20px 120px 0;
  height: calc(100dvh - 96px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.home-page .home-doc-buttons {
  margin-top: 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  .home-page {
    height: calc(100dvh - 64px);
  }
}
@media screen and (max-width: 1200px) {
  .home-page {
    padding: 0 20px;
  }
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.page-header {
  height: 96px;
  padding: 0 120px;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #fff;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .page-header {
    height: 64px;
  }
}
.page-header:before {
  background: linear-gradient(270deg, #f5897f, #d2f1e5);
  content: "";
  inset: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding-bottom: 1px;
  position: absolute;
  height: 96px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .page-header:before {
    height: 64px;
  }
}
@media screen and (max-width: 1200px) {
  .page-header {
    padding: 0 20px;
  }
}
.page-header .header-row {
  height: 100%;
}
.page-header .header-row .logo {
  width: 40px;
  height: 40px;
  background: url(/assets/logo-74db1560.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .page-header .header-row .logo {
    width: 30px;
    height: 30px;
  }
}
.page-header .header-row .header-title {
  font-weight: 500;
  font-size: 2.25rem;
  font-weight: 400;
  font-family: "Railway", sans-serif;
  color: #666;
}
.page-header .header-row .header-btn {
  padding: 4px 8px;
}
.page-header .menu-icon {
  font-size: 1.25rem;
  color: #333;
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.layout {
  background-color: #fff;
}@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Regular-bc982994.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Medium-15a96164.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-SemiBold-b6c463f7.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Railway;
  src: url(/assets/Raleway-Bold-bb3ffb25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
.text {
  color: #333 !important;
  font-size: 1rem;
  font-family: "Railway", sans-serif;
}
.secondary-text {
  color: #dfdfdf !important;
  font-size: 1rem;
  font-family: "Railway", sans-serif;
}
.ant-btn {
  font-family: "Railway", sans-serif;
  font-size: 0.875rem;
}
.text-block-content {
  -webkit-text-size-adjust: 100%;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 310px;
  overflow-y: scroll;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .text-block-content {
    padding-right: 15px;
  }
}
.text-block-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}
.text-block-content::-webkit-scrollbar:vertical {
  width: 4px;
}
.text-block-content::-webkit-scrollbar:horizontal {
  height: 30px;
}
.text-block-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #f5897f;
}
.text-block-content::-webkit-scrollbar-track {
  background-color: rgba(146, 150, 161, 0.3);
  border-radius: 0;
}