:root {
  --red: #d90007;
}

.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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.link-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: .5px solid #ffffff63;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 60%;
  padding: 0 0 4px;
  text-decoration: none;
  display: block;
}

.block-ph-main {
  background-image: url('../images/dim2.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.block-heading-1 {
  margin-left: 0%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  min-height: 100vh;
}

.block-txt {
  z-index: 1;
  background-color: #421cb1;
  background-image: linear-gradient(135deg, #ffbc0d, #ce9500);
  flex-flow: column;
  justify-content: space-between;
  padding: 2%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-logo {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.link-block {
  width: 127px;
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 150%;
}

.image-8 {
  opacity: .45;
  max-width: 100%;
}

.block-fl {
  z-index: -1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.main-wrapper-2 {
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.body {
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.block-1 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.grt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.newt {
  color: #333;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.dtop {
  color: #333;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.text-span {
  color: var(--red);
}

.block-2 {
  padding-top: 0;
  padding-bottom: 32px;
}

.question {
  background-color: #f7f7f7;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 20px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 9.5fr;
}

.text-block {
  text-transform: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-2 {
  margin-bottom: 24px;
  line-height: 150%;
}

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

.block-photos-big {
  margin-top: 32px;
  margin-bottom: 32px;
}

.container-2 {
  max-width: 1100px;
}

.image-9, .image-10, .image-11, .image-12 {
  border-radius: 8px;
  box-shadow: 0 2px 9px #0003;
}

.block-ph-small {
  margin-top: 32px;
  margin-bottom: 32px;
}

.image-13 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block_footer {
  text-align: center;
  background-color: #421cb100;
  background-image: linear-gradient(135deg, #ffbc0d, #ce9500);
  padding-top: 32px;
  padding-bottom: 32px;
}

.container_footer {
  max-width: 940px;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  font-size: 12px;
  line-height: 150%;
}

.text-span-2 {
  color: var(--red);
}

.text-block-7, .block-ph-grid {
  margin-bottom: 24px;
}

.grid-7 {
  grid-template-rows: auto;
}

.block-bold {
  background-color: #8ee7f8;
  border: 2px solid #8ee7f8;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 20px;
}

.text-block-8 {
  font-style: italic;
}

.text-span-3 {
  color: #8ee7f8;
}

.zts-slider-1801-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.zts-slider-1801-swiper {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.zts-slider-1801-navigation-next-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  right: 10px;
  transform: translateY(-50%);
}

.zts-slider-1801-navigation-next-button:hover {
  background-color: #222c;
}

.zts-slider-1801-wrapper {
  box-sizing: content-box;
  will-change: transform;
  flex-direction: row;
  height: 100%;
  transition-property: transform;
  display: flex;
}

.zts-slider-1801-pagination-bullet {
  opacity: .5;
  background-color: #222;
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.zts-slider-1801-pagination-bullet.zts-slider-1801-pagination-bullet-active {
  background-color: #f5f5f5cc;
}

.zts-slider-1801-navigation-prev-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  left: 10px;
  transform: translateY(-50%);
}

.zts-slider-1801-navigation-prev-button:hover {
  background-color: #222c;
}

.zts-slider-1801-slide {
  box-sizing: border-box;
  color: #bdbdbd;
  background-color: #555;
  background-image: url('../images/ph11.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.zts-slider-1801 {
  color: #a3a3a3;
  margin: 10px;
  position: relative;
}

.zts-slider-1801-pagination {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  min-width: 100%;
  min-height: 14px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.slide-nav-hidden {
  display: none;
}

.slider-arrow-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  white-space: nowrap;
  background-color: #fff0;
  border: .1px solid #dfa306;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slider-wrapper {
  width: 100%;
  max-width: 990px;
  margin: 32px auto;
  position: relative;
}

.right-arrow-hidden {
  display: none;
}

.slider-nav-active {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #dfa306;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: inset 0 4.8px 14.4px #9b8eff4d, inset 0 1.2px #9b8eff99, 0 1.2px 1.2px #5b29ffcc, 0 0 0 1.2px #0a2d1a;
}

.slider-nav-inactive {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff0;
  border: .1px solid #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: 0 2.4px 7.2px #122b690a, 0 1.2px 2.4px #122b6914, 0 0 0 1.2px #122b6914;
}

.slider-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.block-slider-img {
  z-index: 1;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.youtube {
  z-index: auto;
  border-radius: 12px;
}

.left-arrow-hidden {
  display: none;
}

.slider-testimonial {
  background-color: #ddd0;
  height: auto;
}

.slide {
  height: auto;
}

.slider-arrow-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #dfa306;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: none;
}

.slider-control-row {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.slider-arrow-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.image-26, .image-27, .image-28, .image-29 {
  border-radius: 8px;
}

.lock-line {
  background-color: #dfa207;
  width: 32px;
  height: 4px;
  margin-bottom: 12px;
}

.minidescrp_text, .little_text {
  padding-top: 4px;
  font-size: 12px;
}

@media screen and (min-width: 1440px) {
  .block-ph-main {
    background-position: 50% 0;
  }

  .link-block {
    width: 140px;
  }

  .heading-3 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1920px) {
  .block-heading-1 {
    margin-left: 0%;
  }

  .link-block {
    width: 180px;
  }

  .heading-3 {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .heading-3 {
    font-size: 32px;
  }

  .container_footer {
    max-width: 680px;
  }

  .zts-slider-1801-slide {
    width: 50%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading-3 {
    font-size: 27px;
  }

  .image-8 {
    max-width: 100%;
  }

  .block-fl {
    bottom: 0%;
  }

  .container_footer {
    margin-left: 5%;
    margin-right: 5%;
  }

  .zts-slider-1801-slide {
    width: 76.92%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .block-ph-main {
    background-position: 50% 0;
    height: 500px;
  }

  .block-heading-1 {
    margin-left: 5%;
    margin-right: 5px;
  }

  .grid-2 {
    flex-flow: column;
    min-height: auto;
    display: flex;
  }

  .block-txt {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .block-logo {
    justify-content: space-between;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-3 {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 20px;
  }

  .image-8 {
    opacity: 1;
    width: 300px;
    max-width: 100%;
  }

  .block-fl {
    bottom: 0%;
  }

  .main-wrapper-2 {
    min-height: auto;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .grid-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .icon {
    align-self: flex-start;
  }

  .txt-grid {
    align-self: center;
  }

  .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25 {
    width: 32px;
  }

  .grid-4, .grid-5, .grid-6, .grid-7 {
    flex-flow: column;
    display: flex;
  }

  .slider-arrow-left {
    background-color: #dfa306;
    border-style: none;
  }

  .slider-arrow-icon {
    color: #fff;
  }
}

#w-node-c9cb5a81-237b-85c0-7d18-9d1b5a30a3b5-7df05d35 {
  align-self: center;
}

#w-node-_01b34086-666a-d9a7-9e69-c7088df6b76c-7df05d35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd85af03-f727-78c8-112e-85742fd8cc92-7df05d35, #w-node-cd85af03-f727-78c8-112e-85742fd8cc94-7df05d35, #w-node-a37f4cf9-44e1-b104-1bb2-66afd6b948b1-7df05d35, #w-node-a37f4cf9-44e1-b104-1bb2-66afd6b948b3-7df05d35, #w-node-_499b3797-4c53-6dd1-3650-7d7265ba1b0b-7df05d35, #w-node-_51adcd66-82af-4c6c-22e2-375266e785c5-7df05d35, #w-node-_51adcd66-82af-4c6c-22e2-375266e785c7-7df05d35, #w-node-a346a49e-dc56-4d43-64fd-21ad7eae83ed-7df05d35, #w-node-c3af053a-e7ad-d56a-62de-82d157cf8cba-7df05d35, #w-node-c3af053a-e7ad-d56a-62de-82d157cf8cbc-7df05d35, #w-node-_8d8bfc84-9b5b-fdd6-ea85-02bd6a5c5955-7df05d35, #w-node-_8d8bfc84-9b5b-fdd6-ea85-02bd6a5c5957-7df05d35 {
  align-self: center;
}

#w-node-e098f68c-86af-5c6f-274e-b575482a2a47-7df05d35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03ec5e13-cad0-c587-2e99-1b569d947f65-7df05d35, #w-node-_03ec5e13-cad0-c587-2e99-1b569d947f67-7df05d35 {
  align-self: center;
}

#w-node-_36b83240-c42e-adc0-938d-cf1344b62c3f-7df05d35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3783b52f-c77e-fecb-08f6-4ddb549e56e7-94e18abb {
  align-self: center;
}

#w-node-_3783b52f-c77e-fecb-08f6-4ddb549e56fd-94e18abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3783b52f-c77e-fecb-08f6-4ddb549e5710-94e18abb, #w-node-_3783b52f-c77e-fecb-08f6-4ddb549e5712-94e18abb, #w-node-_3783b52f-c77e-fecb-08f6-4ddb549e5723-94e18abb, #w-node-_3783b52f-c77e-fecb-08f6-4ddb549e5725-94e18abb, #w-node-_3783b52f-c77e-fecb-08f6-4ddb549e5777-94e18abb, #w-node-_3783b52f-c77e-fecb-08f6-4ddb549e5783-94e18abb, #w-node-_3783b52f-c77e-fecb-08f6-4ddb549e5785-94e18abb, #w-node-_3783b52f-c77e-fecb-08f6-4ddb549e57fc-94e18abb, #w-node-_3783b52f-c77e-fecb-08f6-4ddb549e580d-94e18abb, #w-node-_3783b52f-c77e-fecb-08f6-4ddb549e580f-94e18abb, #w-node-_3783b52f-c77e-fecb-08f6-4ddb549e581f-94e18abb, #w-node-_3783b52f-c77e-fecb-08f6-4ddb549e5821-94e18abb {
  align-self: center;
}

#w-node-_3783b52f-c77e-fecb-08f6-4ddb549e5827-94e18abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3783b52f-c77e-fecb-08f6-4ddb549e5836-94e18abb, #w-node-_3783b52f-c77e-fecb-08f6-4ddb549e5838-94e18abb {
  align-self: center;
}

#w-node-_3783b52f-c77e-fecb-08f6-4ddb549e584d-94e18abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


