@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translateZ(0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerUltraLight-ocFGd60W.eot);
  src: local("Muller UltraLight"), local("MullerUltraLight"),
    url(../assets-front/fonts/MullerUltraLight-ocFGd60W.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerUltraLight-BHFj-Iuu.woff2) format("woff2"),
    url(../assets-front/fonts/MullerUltraLight-BGeHJB7U.woff) format("woff"),
    url(../assets-front/fonts/MullerUltraLight-rb5Wzq--.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerBoldItalic-Q9EnvVZZ.eot);
  src: local("Muller Bold Italic"), local("MullerBoldItalic"),
    url(../assets-front/fonts/MullerBoldItalic-Q9EnvVZZ.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerBoldItalic-CwzJyb8u.woff2) format("woff2"),
    url(../assets-front/fonts/MullerBoldItalic-C8bR77QF.woff) format("woff"),
    url(../assets-front/fonts/MullerBoldItalic-CiCtYMcz.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerMedium-DdtMoevy.eot);
  src: local("Muller Medium"), local("MullerMedium"),
    url(../assets-front/fonts/MullerMedium-DdtMoevy.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerMedium-C8gz8R5U.woff2) format("woff2"),
    url(../assets-front/fonts/MullerMedium-CKxH4xhU.woff) format("woff"),
    url(../assets-front/fonts/MullerMedium-DZPNy9j_.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerExtraBoldItalic-CBVnb_U7.eot);
  src: local("Muller ExtraBold Italic"), local("MullerExtraBoldItalic"),
    url(../assets-front/fonts/MullerExtraBoldItalic-CBVnb_U7.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerExtraBoldItalic-BVrjRiE1.woff2)
      format("woff2"),
    url(../assets-front/fonts/MullerExtraBoldItalic-BsXdTj2k.woff)
      format("woff"),
    url(../assets-front/fonts/MullerExtraBoldItalic-C-FnWN1c.ttf)
      format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerUltraLightItalic-DKhDj5e4.eot);
  src: local("Muller UltraLight Italic"), local("MullerUltraLightItalic"),
    url(../assets-front/fonts/MullerUltraLightItalic-DKhDj5e4.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerUltraLightItalic-mMUdp45d.woff2)
      format("woff2"),
    url(../assets-front/fonts/MullerUltraLightItalic-BHXCEu1K.woff)
      format("woff"),
    url(../assets-front/fonts/MullerUltraLightItalic-chr3ZX9w.ttf)
      format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerRegular-Dkzdk38b.eot);
  src: local("Muller Regular"), local("MullerRegular"),
    url(../assets-front/fonts/MullerRegular-Dkzdk38b.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerRegular-fHXAcR8Y.woff2) format("woff2"),
    url(../assets-front/fonts/MullerRegular-C4KiP-YZ.woff) format("woff"),
    url(../assets-front/fonts/MullerRegular-Dh9nBesQ.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerBlackItalic-Bj47rSv8.eot);
  src: local("Muller Black Italic"), local("MullerBlackItalic"),
    url(../assets-front/fonts/MullerBlackItalic-Bj47rSv8.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerBlackItalic-B8Yoe1gU.woff2) format("woff2"),
    url(../assets-front/fonts/MullerBlackItalic-BvuP-d-G.woff) format("woff"),
    url(../assets-front/fonts/MullerBlackItalic-BFDJp_Jn.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: Muller Hairline;
  src: url(../assets-front/fonts/MullerHairlineItalic-CM60X3qR.eot);
  src: local("Muller Hairline Italic"), local("MullerHairlineItalic"),
    url(../assets-front/fonts/MullerHairlineItalic-CM60X3qR.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerHairlineItalic-DLR9z7he.woff2)
      format("woff2"),
    url(../assets-front/fonts/MullerHairlineItalic-BwXHiR0a.woff) format("woff"),
    url(../assets-front/fonts/MullerHairlineItalic-KwhVUirX.ttf)
      format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerHeavyItalic-BER7i0sS.eot);
  src: local("Muller Heavy Italic"), local("MullerHeavyItalic"),
    url(../assets-front/fonts/MullerHeavyItalic-BER7i0sS.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerHeavyItalic-CCjhORJt.woff2) format("woff2"),
    url(../assets-front/fonts/MullerHeavyItalic-6COLtsEh.woff) format("woff"),
    url(../assets-front/fonts/MullerHeavyItalic-CQcUWH_x.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerThinItalic-gXh9FIZp.eot);
  src: local("Muller Thin Italic"), local("MullerThinItalic"),
    url(../assets-front/fonts/MullerThinItalic-gXh9FIZp.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerThinItalic-BJX49nbJ.woff2) format("woff2"),
    url(../assets-front/fonts/MullerThinItalic-DwLWqndz.woff) format("woff"),
    url(../assets-front/fonts/MullerThinItalic-DKB6nAwT.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: Muller Hairline;
  src: url(../assets-front/fonts/MullerHairline-Pn6Hk6LG.eot);
  src: local("Muller Hairline"), local("MullerHairline"),
    url(../assets-front/fonts/MullerHairline-Pn6Hk6LG.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerHairline-F3UA2Yuv.woff2) format("woff2"),
    url(../assets-front/fonts/MullerHairline-CZ9d6kFa.woff) format("woff"),
    url(../assets-front/fonts/MullerHairline-BUMQcg_N.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerHeavy-BuFjZiuI.eot);
  src: local("Muller Heavy"), local("MullerHeavy"),
    url(../assets-front/fonts/MullerHeavy-BuFjZiuI.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerHeavy-BdJzd5ar.woff2) format("woff2"),
    url(../assets-front/fonts/MullerHeavy-DmQCN-ah.woff) format("woff"),
    url(../assets-front/fonts/MullerHeavy-Ddh90XQd.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerThin-CxS7kJFZ.eot);
  src: local("Muller Thin"), local("MullerThin"),
    url(../assets-front/fonts/MullerThin-CxS7kJFZ.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerThin-BjtPguIN.woff2) format("woff2"),
    url(../assets-front/fonts/MullerThin-8ALse4PI.woff) format("woff"),
    url(../assets-front/fonts/MullerThin-4vR7wl1o.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerLightItalic-Rxu3c31j.eot);
  src: local("Muller Light Italic"), local("MullerLightItalic"),
    url(../assets-front/fonts/MullerLightItalic-Rxu3c31j.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerLightItalic-BuTmyTiV.woff2) format("woff2"),
    url(../assets-front/fonts/MullerLightItalic-C3a8yIp2.woff) format("woff"),
    url(../assets-front/fonts/MullerLightItalic-CmHplm-U.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerLight-COnZ8vEW.eot);
  src: local("Muller Light"), local("MullerLight"),
    url(../assets-front/fonts/MullerLight-COnZ8vEW.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerLight-CJO8GP4d.woff2) format("woff2"),
    url(../assets-front/fonts/MullerLight-YyLPr4UR.woff) format("woff"),
    url(../assets-front/fonts/MullerLight-BPXPrJ2P.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerBlack-BgSmtucG.eot);
  src: local("Muller Black"), local("MullerBlack"),
    url(../assets-front/fonts/MullerBlack-BgSmtucG.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerBlack-BB8y6iJe.woff2) format("woff2"),
    url(../assets-front/fonts/MullerBlack-CnQeSuxh.woff) format("woff"),
    url(../assets-front/fonts/MullerBlack-CHK60Qg8.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerBold-Cmh7DANf.eot);
  src: local("Muller Bold"), local("MullerBold"),
    url(../assets-front/fonts/MullerBold-Cmh7DANf.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerBold-BLZT8ZGw.woff2) format("woff2"),
    url(../assets-front/fonts/MullerBold-6HUv8H5f.woff) format("woff"),
    url(../assets-front/fonts/MullerBold-w1KtvLRm.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerExtraBold-DtzroCJ6.eot);
  src: local("Muller ExtraBold"), local("MullerExtraBold"),
    url(../assets-front/fonts/MullerExtraBold-DtzroCJ6.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerExtraBold-Cr3shuUb.woff2) format("woff2"),
    url(../assets-front/fonts/MullerExtraBold-BtU_XMt0.woff) format("woff"),
    url(../assets-front/fonts/MullerExtraBold-BOnx1gQ-.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Muller Regular;
  src: url(../assets-front/fonts/MullerRegularItalic-kebNd2Iq.eot);
  src: local("Muller Regular Italic"), local("MullerRegularItalic"),
    url(../assets-front/fonts/MullerRegularItalic-kebNd2Iq.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerRegularItalic-BI0GfbMi.woff2)
      format("woff2"),
    url(../assets-front/fonts/MullerRegularItalic-CpKxpZiV.woff) format("woff"),
    url(../assets-front/fonts/MullerRegularItalic-BaLC72-v.ttf)
      format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Muller;
  src: url(../assets-front/fonts/MullerMediumItalic-CbJQl2EP.eot);
  src: local("Muller Medium Italic"), local("MullerMediumItalic"),
    url(../assets-front/fonts/MullerMediumItalic-CbJQl2EP.eot?#iefix)
      format("embedded-opentype"),
    url(../assets-front/fonts/MullerMediumItalic-BYw_FaOX.woff2) format("woff2"),
    url(../assets-front/fonts/MullerMediumItalic-CEO-ZNyx.woff) format("woff"),
    url(../assets-front/fonts/MullerMediumItalic-C6BiDQwp.ttf)
      format("truetype");
  font-weight: 500;
  font-style: italic;
}

body {
  margin: 0;
  padding: 0;
  font-family: Muller, sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
  outline: none;
  line-height: 140%;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.5rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.ml-3 {
  margin-left: 1.5rem !important;
}

.ml-4 {
  margin-left: 2rem !important;
}

.ml-5 {
  margin-left: 2.5rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.5rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.mr-3 {
  margin-right: 1.5rem !important;
}

.mr-4 {
  margin-right: 2rem !important;
}

.mr-5 {
  margin-right: 2.5rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.5rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pl-3 {
  padding-left: 1.5rem !important;
}

.pl-4 {
  padding-left: 2rem !important;
}

.pl-5 {
  padding-left: 2.5rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.5rem !important;
}

.pr-2 {
  padding-right: 1rem !important;
}

.pr-3 {
  padding-right: 1.5rem !important;
}

.pr-4 {
  padding-right: 2rem !important;
}

.pr-5 {
  padding-right: 2.5rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.w-100 {
  width: 100%;
}

.header {
  background: #0003;
  padding: 10px;
  position: absolute;
  top: 0;
  z-index: 20;
  width: 100%;
}

.header__container {
  max-width: 1536px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
}

.header__logo svg,
.header__logo img {
  height: 60px;
  width: auto;
  float: left;
}

@media (max-width: 768px) {
  .header__logo svg,
  .header__logo img {
    height: 55px;
  }
}

.header__col {
  display: flex;
  align-items: center;
}

.header__menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

@media (max-width: 1200px) {
  /* .header__menu {
		display: none;
	} */
}

.header__menu li a {
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-style: none;
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: 0.2s;
  color: #fff;
}

.header__menu li a.active {
  color: #e649a2 !important;
}

.header__menu li a:hover {
  box-shadow: inset 0 0 0 2px #fff;
  scale: 1.05;
}

.header__socials {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 20px;
  margin: 0 20px;
}

@media (max-width: 768px) {
  .header__socials {
    display: none;
  }
}

.header__socials li a {
  color: #fff;
  transition: 0.2s;
}

.header__socials li a > svg {
  transition: 0.2s;
  width: 18px;
  height: 18px;
}

.header__socials li a:hover {
  color: #7261ef;
}

.header__socials li a:hover > svg {
  scale: 1.1;
}

.header__button {
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 30px !important;
  border: none;
  background: #fff;
  color: #000 !important;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .header__button {
    display: flex !important;
  }
}

.header__button:hover {
  background: #7261ef;
  color: #fff;
}

.header__prices {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  translate: 0 140%;
  font-family: Work Sans, sans-serif;
}

@media (max-width: 768px) {
  .header__prices {
    gap: 20px;
    translate: 0 120%;
  }
}

@media (max-width: 325px) {
  .header__prices {
    gap: 10px;
  }
}

.header__prices > div {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .header__prices > div {
    display: grid;
    grid-template-areas: "icon price" "icon price";
  }
}

@media (max-width: 325px) {
  .header__prices > div {
    font-size: 10px;
  }
}

.header__prices i {
  background: #7261ef;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  grid-area: icon;
}

@media (max-width: 325px) {
  .header__prices i {
    width: 24px;
    height: 24px;
  }
}

.header__prices i > svg {
  width: 14px;
  height: auto;
}

@media (max-width: 325px) {
  .header__prices i > svg {
    width: 10px;
  }
}

.toggle-menu {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  display: none;
  margin-left: 20px;
}

@media (max-width: 1200px) {
  .toggle-menu {
    display: block;
  }
}

.price-dir {
  margin-left: 5px;
}

.price-dir.--down {
  color: #dc2626;
}

.price-dir.--up {
  color: #16a44a;
}

.header-slider {
  height: 0 !important;
  min-height: 500px;
  touch-action: none !important;
  pointer-events: none !important;
}

@media (max-width: 768px) {
  .header-slider {
    height: 630px;
  }
}

.container {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.container-lg {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.container-sm {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.default-button {
  font-size: 14px;
  font-family: Work Sans, sans-serif;
  color: #fff;
  background: #7261ef;
  text-decoration: none;
  padding: 12px 20px;
  display: inline-flex;
  transition: 0.2s;
  justify-content: center;
  text-decoration: none !important;
}

.default-button:hover {
  scale: 1.05;
}

.default-button.--lg {
  padding: 15px 25px;
}

.default-button.--white {
  background: #fff;
  border: 1px solid #333;
  color: #333;
}

.default-button.--white:hover {
  background: #7261ef;
  border-color: transparent;
  color: #fff;
}

.main-bg {
  background-image: url(../assets-front/images/mainbg-DkxXGZ-t.png);
  background-size: contain !important;
  background-repeat: repeat !important;
  background-color: #ffffffb3;
  background-blend-mode: color;
  background-position: top center;
}

.default-bg {
  background-image: url(../assets-front/images/mainbg-DkxXGZ-t.png);
  background-size: cover !important;
  background-repeat: repeat !important;
  background-color: #ffffffb3;
  background-blend-mode: color;
  background-position: top center;
  position: relative;
}

.default-bg:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 800px;
  content: "";
  translate: -50% -50%;
  background-image: url(../assets-front/images/logo-black-BWzl1oy7.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.1;
}

@media (max-width: 640px) {
  .default-bg:before {
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
  }
}

.default-bg .default-block {
  background: transparent !important;
}

.default-block {
  padding: 120px 0 100px;
  background: #fff;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 2;
}

.default-block.--logo-bg {
  background-image: url(../assets-front/images/mainbg-DkxXGZ-t.png);
  background-size: cover !important;
  background-repeat: repeat !important;
  background-color: #ffffffb3;
  background-blend-mode: color;
  background-position: top center;
}

.default-block.--logo-bg:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 800px;
  content: "";
  translate: -50% -50%;
  background-image: url(../assets-front/images/logo-black-BWzl1oy7.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.1;
}

@media (max-width: 640px) {
  .default-block.--logo-bg:before {
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
  }
}

.default-block.--gold-bg {
  background-image: url(../assets-front/images/goldbg-hhL21qbt.png);
  background-size: auto !important;
  background-repeat: repeat !important;
  background-color: #ffffffe6;
  background-blend-mode: color;
  background-position: center bottom;
}

.default-block.--main-bg {
  background: transparent;
}

.default-block.--yellow {
  background: #fcfaf6;
}

@media (max-width: 768px) {
  .default-block {
    padding: 90px 0 100px;
  }
}

.default-block__row {
  display: flex;
  gap: 60px;
  align-items: center;
}

@media (max-width: 768px) {
  .default-block__row {
    flex-direction: column;
    gap: 20px;
  }
}

.default-block__col,
.default-block__cell {
  flex: 1;
}

.top-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  color: #7261ef;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}

.top-title:after {
  content: "";
  display: block;
  height: 0;
  border: 2px dashed rgb(75, 85, 99);
  width: 48px;
  translate: 0 -2px;
}

.top-title.--white {
  color: #fff;
}

.top-title.--white:after {
  border-color: #7261ef;
}

.main-title {
  font-size: 36px;
  font-weight: 800;
  margin: 20px 0;
  color: #1f2937;
}

.main-title.--sm {
  font-size: 30px;
}

.main-title.--mc {
  font-size: 24px;
}

.main-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #4b5563;
  letter-spacing: 0.6px;
}

.main-text > p {
  margin: 0;
  font-size: 16px;
  line-height: 140%;
}

.main-text > p b {
  color: #1f2937;
}

.main-text > p.--lg {
  font-size: 18px;
}

.main-text > p.--light {
  font-weight: 300;
}

.stars-list {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stars-list li {
  display: flex;
  gap: 10px;
}

.stars-list li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' fill='%237261EF'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.stars-list li b {
  color: #1f2937;
}

.footer {
  background-image: url(../assets-front/images/gold2-CehAIzY4.jpeg);
  background-position: center;
  background-blend-mode: color;
  background-color: #000c;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}

.footer.--lg {
  padding: 0 0 80px;
}

.footer__logo svg,
.footer__logo img {
  width: 190px;
  margin-bottom: 10px;
}

.footer__logo big {
  font-weight: 800;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 24px;
}

.footer__logo span {
  text-transform: uppercase;
  color: #7261ef;
  font-size: 15px;
  letter-spacing: 0.4px;
}

.footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin: 26px 0;
  padding: 0;
}

.footer__socials li a {
  color: #fff;
  text-decoration: none;
}

.footer__socials li a > svg {
  width: 30px;
  height: 30px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__contacts b {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.end {
  background: #000;
  padding: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000e6;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.mobile-menu__top {
  padding: 10px;
}

.mobile-menu__bottom {
  padding: 20px;
}

.mobile-menu__elements {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.mobile-menu__elements li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__elements li a {
  display: block;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}

.mobile-menu__elements li a.active {
  color: #7261ef;
}

.mobile-menu__socials {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.mobile-menu__socials li a {
  display: flex;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #fff9;
  gap: 10px;
}

.lg-page-title {
  padding: 140px 0 0;
  background-image: url(../assets-front/images/gold2-CehAIzY4.jpeg);
  background-position: center;
  background-blend-mode: color;
  background-size: cover;
  background-color: #0006;
}

@media (max-width: 768px) {
  .lg-page-title {
    padding: 100px 0 0;
  }
}

.lg-page-title:after {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}

.lg-page-title__container {
  max-width: 1536px;
  width: 100%;
  margin: auto;
  padding: 0 25px;
}

@media (max-width: 768px) {
  .lg-page-title__container {
    text-align: center;
  }
}

.lg-page-title h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
}

@media (max-width: 768px) {
  .lg-page-title h1 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.dots-loader {
  display: inline-flex;
}

.dots-loader span:nth-child(1) {
  animation: dot1 0.9s infinite linear;
}

.dots-loader span:nth-child(2) {
  animation: dot2 0.9s infinite ease;
}

.dots-loader span:nth-child(3) {
  animation: dot3 0.9s infinite ease;
}

@keyframes dot1 {
  0% {
    translate: 0% 0%;
  }

  12% {
    translate: 30% -15%;
  }

  25% {
    translate: 50% -20%;
  }

  37% {
    translate: 70% -15%;
  }

  50% {
    translate: 100% 0%;
  }

  62% {
    translate: 130% -15%;
  }

  75% {
    translate: 150% -20%;
  }

  87% {
    translate: 180% -15%;
  }

  to {
    translate: 200% 0%;
  }
}

@keyframes dot2 {
  0% {
    translate: 0% 0%;
  }

  25% {
    translate: -100% 0%;
  }

  50% {
    translate: -100% 0%;
  }

  75% {
    translate: -100% 0%;
  }

  to {
    translate: -100% 0%;
  }
}

@keyframes dot3 {
  0% {
    translate: 0% 0%;
  }

  25% {
    translate: 0% 0%;
  }

  50% {
    translate: 0% 0%;
  }

  75% {
    translate: -100% 0%;
  }

  to {
    translate: -100% 0%;
  }
}

.footer-path {
  margin-bottom: -200px;
  margin-top: -1px;
}

@media (max-width: 980px) {
  .footer-path {
    margin-bottom: 0;
  }
}

.first-block {
  margin-top: -6rem;
  padding-top: 0 !important;
  padding-bottom: 150px;
}

@media (max-width: 980px) {
  .first-block {
    margin-top: -0.5rem;
    padding-top: 30px !important;
  }
}

.default-image {
  border-radius: 5px;
  box-shadow: 0 0 50px #0003;
}

@media (max-width: 640px) {
  .default-image {
    width: 100% !important;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.figured-block {
  background-image: url(../assets-front/images/gold2-CehAIzY4.jpeg);
  background-size: cover;
  background-blend-mode: color;
  background-color: #000000b3;
  z-index: 2;
  position: relative;
}

.figured-block .container {
  margin-top: -30px;
}

@media (max-width: 768px) {
  .figured-block .container {
    margin-top: -200px;
  }
}

.figured-block > svg:first-child {
  margin-bottom: -370px;
}

@media (max-width: 1200px) {
  .figured-block > svg:first-child {
    margin-bottom: 0;
  }
}

.figured-block > svg:last-child {
  margin-top: 20px;
  margin-bottom: -0.5rem;
}

.yellow-block {
  padding: 35px 30px;
  background: #7261efe6;
  color: #fff;
}

.yellow-block__title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .mobile-sm-image {
    max-width: 160px;
  }
}

@media (max-width: 640px) {
  .dimg {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.lg-quote {
  color: #7261ef;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  padding-bottom: 80px;
}

.error-page {
  background: #000;
  display: flex;
  flex-direction: column;
  height: 100dvh;
}

.error-page__inset {
  display: flex;
  gap: 20px;
  align-items: center;
}

.error-page__text {
  color: #fff;
  margin: auto;
}

.error-page__text b {
  font-size: 20px;
}

.error-page__del {
  width: 1px;
  height: 40px;
  background: #ffffff1a;
  display: block;
}

.header-slider .swiper-pagination-bullet {
  background: #000;
}

.header-slider .swiper-pagination-bullet-active {
  background: #7261ef;
}

.header-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 100px 0;
  background-size: cover !important;
  background-position: center !important;
}

@media (max-width: 768px) {
  .header-slide {
    justify-content: center;
  }
  .offer-block__row {
    gap: 50px !important;
  }
}

.header-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0006;
}

.header-slide__inset {
  background: #0003;
  padding: 0px 60px 100px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .header-slide__inset {
    padding: 0;
    background: transparent;
    /* margin-top: 100px; */
  }
}

.header-slide__inset h1 {
  margin: 0;
  font-size: 50px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .header-slide__inset h1 {
    font-size: 24px;
    line-height: 130%;
  }
}

.header-slide__inset p {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin: 30px 0;
}

.offer-block {
  padding: 50px 0;
  background-color: #0009;
  background-image: url(../assets-front/images/gold1-B1_yH-9j.jpeg);
  background-blend-mode: color;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.offer-block__row {
  display: flex;
  align-items: center;
  gap: 100px;
}

@media (max-width: 768px) {
  .offer-block__row {
    flex-direction: column;
  }
}

.offer-block__col {
  flex: 1;
}

.offer-block__video {
  background: #7261efb3;
}

.offer-block__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.offer-block__video--info {
  padding: 30px 30px 50px;
}

.offer-block__video--title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
}

.offer-block__video--description {
  font-weight: 300;
  line-height: 140%;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 1200px) {
  .offer-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}

@media (max-width: 768px) {
  .offer-grid {
    display: flex;
    flex-direction: column;
  }
}

.offer-grid__element {
  background: #7261efb3;
  padding: 20px;
}

.offer-grid__element--title {
  font-weight: 800;
  margin-bottom: 20px;
}

.offer-grid__element--text {
  font-weight: 300;
  line-height: 140%;
}

.vision-block__top {
  padding-top: 50px;
  background-image: url(../assets-front/images/gd-Lf4Jq4Bl.png);
  background-blend-mode: color;
  background-size: contain;
  background-color: #fffc;
}

.vision-block__top.--no-bg {
  background: none;
}

.vision-block__title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 15px;
}

.vision-block__text {
  color: #4b5563;
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
  letter-spacing: 0.6px;
}

.vision-block__text > p {
  margin: 0;
  line-height: 140%;
}

.vision-block__text.--lg {
  font-size: 18px;
  font-weight: 300;
}

.vision-block__row {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

@media (max-width: 768px) {
  .vision-block__row {
    display: flex;
    flex-direction: column;
  }
  .vision-block__image {
    display: none;
  }
  .vision-block__row {
    gap: 30px;
  }
}

.vision-block__col {
  flex: 1;
}

.vision-block__image {
  width: 192px;
}

.vision-block__bottom {
  background-image: url(../assets-front/images/goldbg-hhL21qbt.png);
  background-repeat: repeat-x;
  background-blend-mode: color;
  background-position: bottom center;
  background-color: #fffc;
  padding: 50px 0;
}

.vision-block__bottom.--no-bg {
  background: none;
}

.social-block {
  padding: 60px 0;
  background: #fcfaf6;
}

.social-block.--white {
  background: #fff;
}

.social-block__row {
  display: flex;
  gap: 60px;
  align-items: center;
}

@media (max-width: 768px) {
  .social-block__row {
    display: flex;
    flex-direction: column;
  }
}

.social-block__col {
  flex: 1;
}

.social-block__col img {
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 0 50px #0003;
}

.social-block__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 15px;
  line-height: 140%;
}

.social-block__text {
  color: #4b5563;
  display: flex;
  flex-direction: column;
  gap: 10px;
  letter-spacing: 0.6px;
}

.social-block__text > p {
  margin: 0;
  line-height: 140%;
}

.social-block__text.--lg {
  font-size: 18px;
  font-weight: 300;
}

.about-vision-block {
  background: #4b5563cc;
  height: 200px;
  padding: 35px 30px 0;
  transition: 0.3s ease-in-out;
}

.about-vision-block:hover {
  scale: 1.1;
  background: #7261efcc;
}

.about-vision-block__title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

.about-vision-block__text {
  color: #fff;
  line-height: 140%;
  font-weight: 300;
}

.mob-menu,
.close-button {
  display: none;
  font-size: 20px;
  color: white;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.header__button {
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 30px !important;
  border: none;
  background: #fff;
  color: #000 !important;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none !important;
}
@media (max-width: 1200px) {
  .mob-menu {
    display: block;
  }

  .close-button {
    opacity: 0;
  }

  .close-button.active {
    display: block;
    position: fixed;
    z-index: 500;
    top: 27px;
    right: 31px;
    opacity: 1;
  }

  .root {
    position: relative;
  }

  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 200;
    display: flex !important;
    flex-direction: column;
    padding-top: 100px !important;
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .header__menu.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
}
