.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #303a45;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  line-height: 120%;
}

.ms_lp_header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.ms_lp_header-middle-col {
  margin-left: 16px;
}

.ms_lp_header-top {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.ms_lp_hamburger-menu-bar-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.ms_lp_header-logo-link {
  padding-left: 0;
}

.ms_lp_header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ms_lp_header-link-block-mob {
  display: none;
}

.ms_lp_header-nav-link {
  letter-spacing: .02em;
  cursor: pointer;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 146%;
}

.ms_lp_header-nav-link:hover {
  color: #0061af;
  -webkit-text-stroke-color: #52f3ed;
  text-shadow: 7px 9px 25px #52f3ed66;
}

.ms_lp_header-nav-link.w--current {
  color: #0061af;
}

.ms_lp_header-wrapper {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.ms_lp_header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 95px;
  display: flex;
}

.ms_lp_header-nav-list-item {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  list-style: none;
}

.ms_lp_container-default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ms_lp_hamburger-menu-bar-bottom {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.ms_lp_header-logo {
  width: 167px;
  max-width: none;
}

.ms_lp_header--left-col-top {
  align-items: center;
  display: flex;
}

.ms_lp_hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.ms_lp_hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.ms_lp_hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.ms_lp-btn {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0061af;
  border-radius: 40px;
  padding: 12px 32px;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 6px 22px #40629129;
}

.ms_lp-btn:hover {
  transform: translate(0, 1px);
  box-shadow: 0 6px 22px #40629152;
}

.ms_lp-btn.ms_lp-btn-padding {
  margin-top: 30px;
}

.ms_lp-about-date {
  white-space: nowrap;
  font-size: 42px;
  font-weight: 600;
}

.ms_lp-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.ms_lp-banner-label-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.ms_lp-about-info-price {
  font-size: 20px;
  font-weight: 600;
}

.ms_lp-banner-front {
  background-color: #fff;
  background-image: url('../images/Frame-1629_1Frame 1629.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  height: 75%;
  padding: 30px;
  font-size: 18px;
  display: flex;
}

.ms_lp-about-info-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.ms_lp-banner-description {
  font-size: 34px;
  font-weight: 600;
}

.text-block-2 {
  font-size: 14px;
}

.ms_lp-banner-back {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #85b8f21a;
  background-image: url('../images/main-background_1main-background.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 580px;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.ms_lp-about-info-distance {
  font-size: 84px;
  font-weight: 600;
}

.ms_lp-about-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f3f8fe;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px 70px 20px 40px;
  font-size: 18px;
  line-height: 130%;
  display: flex;
  position: relative;
}

.ms_lp-banner-label {
  color: #fff;
  background-color: #0061af;
  border-radius: 100px;
  padding: 12px 34px;
  font-size: 24px;
  font-weight: 500;
}

.ms_lp-about-label {
  background-color: #ddebf5;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
}

.ms_lp-about-info-price-items {
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.ms_lp-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 96px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ms_lp-info-img {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  margin-top: 96px;
  box-shadow: 0 2px 5px #0003;
}

.ms_lp-about-donat-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ms_lp-about-info-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f3f8fe;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  position: relative;
}

.ms_lp-about-info-item.ms_lp-about-info-item-donat {
  background-image: url('../images/Group-1321316279_1Group 1321316279.webp');
  background-position: 50% 98%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.ms_lp-about-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.ms_lp-about-date-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ms_lp-section-subtitle {
  color: #99a4af;
  letter-spacing: .02em;
  font-size: 16px;
  line-height: 24px;
}

.ms_lp-section-subtitle.ms_lp-section-subtitle-center {
  text-align: center;
}

.ms__popup-apps-item-mobile {
  display: none;
}

.ms_popup-reg {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms_popup-backdrop {
  z-index: 9;
  background-color: #14143761;
  width: 100%;
  height: 100%;
  position: fixed;
}

.ms_popup-ikon-close {
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 23px;
}

.ms__popup-body-subtitle {
  letter-spacing: .02em;
  font-size: 16px;
  line-height: 140%;
}

.ms__popup-apps-item-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #0061af;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 600;
  display: flex;
}

.ms__popup-apps {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.ms__popup-body-title {
  letter-spacing: .02em;
  margin-top: 31px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.ms__popup-apps-item-btn-beta {
  color: #fff;
  background-color: #0860c7;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  transition: all .5s;
  display: flex;
  position: relative;
}

.ms_popup-body {
  z-index: 10000;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  width: 490px;
  height: auto;
  max-height: 90vh;
  padding: 60px 37px;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: auto;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 22px #21436342;
}

.ms__popup-apps-item-btn-priv {
  color: #0061af;
  background-color: #fff;
  border: 2px solid #0061af;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  transition: all .5s;
  display: flex;
  position: relative;
}

.reg-label {
  color: #0061af;
  letter-spacing: .02em;
  background-color: #fce6eb;
  border-radius: 22px;
  padding: 6px 22px;
  font-weight: 700;
  line-height: 22px;
  position: absolute;
  top: -17px;
}

.ms__popup-apps-item-btn-block {
  position: relative;
}

.ms_lp_instruction {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.ms_lp-instruction-info-block {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  min-width: 256px;
  max-width: 256px;
  padding: 20px;
  position: relative;
  box-shadow: 0 6px 22px #40629129;
}

.ms_lp-link {
  color: #28d3a1;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.ms_lp-link:hover {
  color: #303a45;
}

.ms_lp-instruction-info-block-img {
  background-color: #f3f8fe;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 152px;
  margin-bottom: 22px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.ms_lp_section-subtitle {
  color: #99a4af;
  letter-spacing: .02em;
  font-size: 16px;
  line-height: 24px;
}

.ms_lp_section-subtitle.ms_lp_section-subtitle-center {
  text-align: center;
}

.ms_lp-section {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 15px 20px;
}

.ms_lp-section.background {
  background-color: #f3f8fe;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 48px;
  padding-bottom: 58px;
  position: relative;
}

.ms_lp_section-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
}

.ms_lp_section-title.ms_lp_section-title-center {
  text-align: center;
  margin-bottom: 20px;
}

.ms_lp-instruction-info--img {
  z-index: 1;
  width: 90px;
  height: auto;
  position: relative;
}

.ms_lp-instruction-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: minmax(auto, 390px);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 20px;
  display: grid;
  overflow: auto;
}

.ms_lp-instruction-select-number {
  color: #fff;
  letter-spacing: .02em;
  background-color: #28d3a1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.ms_lp_copyright {
  max-width: 415px;
}

.ms_lp-footer-block-link {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ms_lp-footer-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.ms_lp-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ms_lp-footer-politic-link-block {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  font-size: 16px;
  display: flex;
}

.ms_lp-footer-link-block {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  display: flex;
}

.footer-divider-two {
  background-color: #f3f8fe;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ms_lp-footer-link {
  color: #303a45;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.ms_lp-footer-link-file {
  color: #303a45;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  text-decoration: none;
}

.ms_lp-footer {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.ms_lp-rosigrash {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 96px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ms_lp-form--int {
  margin-top: 30px;
}

@media screen and (min-width: 1440px) {
  .ms_lp_header-nav-link.w--current {
    opacity: 1;
    -webkit-text-stroke-color: #0061af;
  }

  .ms_lp-banner-back {
    overflow: hidden;
  }

  .ms_popup-ikon-close {
    z-index: 11;
  }

  .ms_popup-body {
    width: 608px;
  }

  .ms_lp-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ms_lp-footer-link-block {
    color: #fff;
    -webkit-text-stroke-color: white;
    border: 1px solid #0000;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  .ms_lp_header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 15px;
  }

  .ms_lp_header-top {
    margin-bottom: 0;
  }

  .ms_lp_hamburger-menu-bar-top {
    background-color: #0860c7;
    width: 44px;
    height: 3px;
  }

  .ms_lp_header-logo-link.w--current {
    transition-property: none;
  }

  .ms_lp_header-logo-link.w--current:hover {
    transform: none;
  }

  .ms_lp_header-link-block-mob {
    cursor: pointer;
    border: 2px solid #0860c7;
    border-radius: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    display: flex;
  }

  .ms_lp_header-nav-link {
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 146%;
  }

  .ms_lp_header-nav-link:hover {
    color: #fff;
    -webkit-text-stroke-color: white;
    overflow-wrap: normal;
  }

  .ms_lp_header-wrapper {
    border: 1px #edeff3;
    height: 70px;
    padding: 0 15px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .ms_lp_header-content-wrapper {
    flex-flow: row-reverse wrap-reverse;
    place-content: stretch space-between;
    align-items: center;
    height: 70px;
  }

  .ms_lp_header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .ms_lp_container-default {
    max-width: 1180px;
    padding-left: 0;
    padding-right: 0;
  }

  .ms_lp_hamburger-menu-bar-bottom {
    background-color: #0860c7;
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .ms_lp_header-logo {
    width: 97px;
    max-width: none;
    margin-left: 0;
  }

  .ms_lp_hamburger-menu-wrapper {
    color: #0860c7;
    order: -1;
    transition-property: none;
  }

  .ms_lp_hamburger-menu-wrapper:hover {
    transform: none;
  }

  .ms_lp_hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .ms_lp_hidden-on-mbl {
    display: block;
  }

  .ms_lp_header-menu-wrapper {
    background-color: #fff;
    border-top: 1px #eff0f6;
    border-bottom: 1px #eff0f6;
    width: 100%;
    height: 100vh;
    margin-top: 70px;
    padding: 0;
    position: fixed;
  }

  .ms_lp_header-btn-ikon-mbl {
    width: 22px;
    height: 22px;
    margin-left: 0;
  }

  .ms_lp-btn {
    box-shadow: none;
    margin-left: 0;
  }

  .ms_lp-btn:hover {
    transform: none;
  }

  .ms_lp-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ms_lp-banner-front {
    background-size: cover;
  }

  .ms_lp-about, .ms_lp-info-img {
    margin-top: 48px;
  }

  .ms_lp-about-info-item.ms_lp-about-info-item-donat {
    background-position: 95% 95%;
    background-size: 250px;
    padding-bottom: 150px;
  }

  .ms_lp-about-wrapper.ms_lp-about-wrapper-second {
    flex-flow: column;
  }

  .ms_lp-section-subtitle.ms_lp-section-subtitle-center {
    line-height: 130%;
  }

  .ms__popup-apps-item-mobile {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    color: #0061af;
    border: 2px solid #0860c7;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 50px;
    padding-left: 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }

  .ms__popup-apps-item {
    display: none;
  }

  .ms__popup-apps {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .ms_lp_instruction {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .ms_lp-instruction-info-block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .ms_lp-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .ms_lp-section.background {
    margin-top: 48px;
  }

  .ms_lp_section-title.ms_lp_section-title-center {
    font-size: 28px;
    line-height: 38px;
  }

  .ms_lp-instruction-grid {
    width: 100%;
    padding-bottom: 0;
    overflow: auto;
  }

  .ms_lp-footer-block-link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ms_lp-footer-container {
    max-width: 728px;
  }

  .ms_lp-footer-link, .ms_lp-footer-link-file {
    color: #303a45;
    -webkit-text-stroke-color: #030407;
  }

  .ms_lp-rosigrash {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }

  .ms_lp_header-wrapper {
    position: fixed;
  }

  .ms_lp_header-logo {
    max-width: 90%;
  }

  .ms_lp_hidden-on-mbl {
    display: none;
  }

  .ms_lp-btn {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .ms_lp-banner-front {
    width: 95%;
    font-size: 16px;
  }

  .ms_lp-banner-description {
    font-size: 28px;
  }

  .ms_lp-banner-back {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ms_lp-about-info-distance {
    font-size: 54px;
  }

  .ms_lp-about-item {
    font-size: 16px;
  }

  .ms_lp-banner-label {
    font-size: 18px;
  }

  .ms_lp-about-wrapper {
    flex-flow: column;
  }

  .ms_lp-section-subtitle.ms_lp-section-subtitle-center {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .ms_popup-body {
    width: 90vw;
  }

  .ms_lp_section-subtitle.ms_lp_section-subtitle-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ms_lp-section {
    padding-bottom: 0;
  }

  .ms_lp_section-title.ms_lp_section-title-center {
    padding-left: 0;
    padding-right: 0;
  }

  .ms_lp-instruction-info--img {
    width: 75px;
  }

  .ms_lp-instruction-grid {
    align-items: stretch;
  }

  .ms_lp_copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .ms_lp-footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ms_lp-footer-politic-link-block {
    grid-row-gap: 5px;
    align-items: flex-start;
    margin-top: 15px;
    margin-left: 0;
  }

  .ms_lp-footer-link-block {
    color: #fff;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .ms_lp-footer-link {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .ms_lp-footer-link-file {
    margin-left: 0;
    margin-right: 0;
  }

  .ms_lp-footer {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    margin-bottom: 20px;
  }

  .ms_lp_header-nav-link:hover {
    color: #0061af;
  }

  .ms_lp_header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .ms_lp_container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .ms_lp_header-logo {
    width: 97px;
    max-width: none;
    margin-left: 0;
  }

  .ms_lp_hidden-on-mbl {
    display: block;
  }

  .ms_lp-container {
    margin-top: 80px;
  }

  .ms_lp-banner-label-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .ms_lp-banner-front {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-position: 100% 0;
    background-size: 545px;
    justify-content: flex-end;
    align-items: flex-start;
    height: 85%;
  }

  .ms_lp-banner-description {
    font-size: 22px;
  }

  .ms_lp-banner-back {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 680px;
  }

  .ms_lp-about-item, .ms_lp-about-info-item {
    padding: 20px;
  }

  .ms_popup-ikon-close {
    top: 13px;
    right: 13px;
  }

  .ms_popup-body {
    width: 95vw;
    max-height: 95vh;
  }

  .ms_lp_section-title.ms_lp_section-title-center {
    line-height: 32px;
  }

  .ms_lp-footer-container {
    max-width: none;
    display: block;
  }

  .ms_lp-footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ms_lp-footer-link-block {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-divider-two {
    margin-top: 32px;
    margin-bottom: 39px;
  }

  .ms_lp-rosigrash {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

#w-node-_4cc486b2-3fac-ed29-28b9-3027b0d03996-b12e7482 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4cc486b2-3fac-ed29-28b9-3027b0d0399d-b12e7482 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0c00b0e2-dfda-5bf9-8219-aecb64645f0c-b12e7482, #w-node-_4cc486b2-3fac-ed29-28b9-3027b0d039ab-b12e7482, #w-node-_4cc486b2-3fac-ed29-28b9-3027b0d03996-fd420428 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4cc486b2-3fac-ed29-28b9-3027b0d0399d-fd420428 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0c00b0e2-dfda-5bf9-8219-aecb64645f0c-fd420428, #w-node-_4cc486b2-3fac-ed29-28b9-3027b0d039ab-fd420428 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_4cc486b2-3fac-ed29-28b9-3027b0d03996-b12e7482, #w-node-_4cc486b2-3fac-ed29-28b9-3027b0d0399d-b12e7482, #w-node-_0c00b0e2-dfda-5bf9-8219-aecb64645f0c-b12e7482, #w-node-_4cc486b2-3fac-ed29-28b9-3027b0d039ab-b12e7482, #w-node-_4cc486b2-3fac-ed29-28b9-3027b0d03996-fd420428, #w-node-_4cc486b2-3fac-ed29-28b9-3027b0d0399d-fd420428, #w-node-_0c00b0e2-dfda-5bf9-8219-aecb64645f0c-fd420428, #w-node-_4cc486b2-3fac-ed29-28b9-3027b0d039ab-fd420428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c5c4d9ca-b82c-3acb-8e7e-127f3cf621e7-b12e7482, #w-node-c5c4d9ca-b82c-3acb-8e7e-127f3cf621e7-fd420428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


