/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* ibm-plex-mono-regular - latin_latin-ext */
@import url("https://unpkg.com/swiper@11.2.4/swiper-bundle.min.css");
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ibm-plex-mono-v19-latin_latin-ext-regular.woff2")
    format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-mono-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ibm-plex-mono-v19-latin_latin-ext-500.woff2")
    format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin_latin-ext-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin_latin-ext-300italic.woff2")
    format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin_latin-ext-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin_latin-ext-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin_latin-ext-500italic.woff2")
    format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin_latin-ext-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin_latin-ext-700italic.woff2")
    format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.d-flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-end {
  justify-content: end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
@media screen and (max-width: 767px) {
  .p-sm-1 {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-2 {
    padding: 2rem !important;
  }
}
.p-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.relative {
  position: relative !important;
}
.gap-2 {
  gap: 2rem !important;
}
.min-h-75 {
  min-height: 75vh;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.word-wrap {
  word-wrap: break-word;
}
.text-white {
  color: #ffffff !important;
}
/* Сброс стилей */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Блок, который растягивается на всю ширину экрана */
.full-width-bg {
  width: 100%;
  /* Можно задать фон, который будет виден за пределами контейнера */
  background-color: #f1f1f1;
}
/* Контейнер с максимальной шириной 1200px, центрированный */
.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  /* чтобы абсолютное позиционирование дочерних элементов было относительно контейнера */
  padding: 20px 0;
  /* отступы по желанию */
}
/* Статичный блок, прижатый к левому верхнему углу контейнера */
.static-layer {
  position: absolute;
  top: 142px;
  left: 64px;
  /* Примерные размеры, их можно подстроить под нужды */
  z-index: 1;
}
/* Слайдер Swiper */
.swiper {
  width: 100%;
  height: 600px;
  /* задайте нужную высоту */
  margin-top: 50px;
  /* отступ сверху, если необходимо */
  z-index: 2;
}
/* Каждый слайд */
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Изображения в слайдах */
.swiper-slide img {
  max-width: 700px;
  max-height: 367px;
  border-radius: 5px;
  object-fit: cover;
  filter: drop-shadow(0px 0px 10px rgba(71, 37, 94, 0.28))
    drop-shadow(0px 0px 30px rgba(40, 13, 58, 0.36));
}
/* Родительский контейнер для всех элементов управления */
.slider-controls {
  position: absolute;
  /* чтобы "нависать" над слайдом */
  right: 42px;
  /* отступ от правого края слайдера */
  bottom: 64px;
  display: flex;
  /* делаем вертикальную колону */
  flex-direction: column;
  align-items: center;
  gap: 15px;
  /* промежуток между кнопками и пагинацией */
  z-index: 10;
  /* выше самих слайдов */
}
.bt-nav {
  display: flex;
  /* стрелки в одну строку */
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* промежуток между стрелками */
}
/* Убираем стандартное абсолютное позиционирование у стрелок и пагинации */
.slider-controls .swiper-button-prev,
.slider-controls .swiper-button-next,
.slider-controls .swiper-pagination {
  position: static;
  margin: 0;
  /* при желании можно задать свои отступы */
}
/* Дополнительно: делаем пагинацию вертикальной (если нужно) */
.slider-controls .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
/* Пример: стили для «точек» пагинации */
.slider-controls .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
}
.slider-controls .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 0.5;
}
/* Стрелки */
.slider-controls .swiper-button-prev,
.slider-controls .swiper-button-next {
  /* Круглая форма */
  width: 71px;
  height: 71px;
  border-radius: 50%;
  cursor: pointer;
  /* Цвет фона и рамка (по желанию) */
  border: 2px solid #fff;
  /* Ставим их поверх слайдов */
  z-index: 10;
  cursor: pointer;
  /* Выравниваем содержимое по центру */
  display: flex;
  align-items: center;
  justify-content: center;
  /* Убираем стандартный цвет иконок Swiper */
  color: #fff !important;
  opacity: 1 !important;
  /* делаем непрозрачным */
}
/* Настраиваем размер самой иконки (стрелки), которую Swiper добавляет через псевдоэлемент */
.slider-controls .swiper-button-prev::after {
  content: "<";
  font-size: 34px;
  /* можно увеличить/уменьшить по вкусу */
  color: #fff;
  /* цвет иконки стрелки */
}
.slider-controls .swiper-button-next::after {
  content: ">";
  font-size: 34px;
  /* можно увеличить/уменьшить по вкусу */
  color: #fff;
  /* цвет иконки стрелки */
}
/* Текстовый блок под слайдером */
.content {
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
  text-align: left;
}
.content h1 {
  color: var(--main-text-focused, #300e47);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  /* 145% */
}
.content span {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding: 0px 6px;
  color: var(--main-text-focused, #300e47);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.action-button {
  position: absolute;
  bottom: 142px;
  left: 124px;
  z-index: 10;
  display: flex;
  width: 300px;
  height: 75px;
  padding: 27px 50px 24px 50px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  border: 2px solid var(--supporting-text-inversion, #fff);
  background: var(--corporate-color-lilac, #782aac);
  color: white !important;
  /* button */
  box-shadow: 0px 4px 15px 0px rgba(42, 10, 63, 0.28),
    4px 4px 4px 0px rgba(103, 64, 129, 0.37);
  /* Text */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  cursor: pointer;
}
.action-button:hover {
  color: rgba(236, 238, 239, 0.8) !important;
}
/* Планшеты */
@media screen and (max-width: 1024px) {
  /* Убираем ограничение ширины и отступы у контейнера */
  /* Делаем слайдер на всю ширину, можно задать высоту (например, 700px или 100vh) */
  /* Каждый слайд растягиваем на всю доступную область */
  /* Картинка заполняет весь контейнер по ширине и высоте, обрезая лишнее (object-fit: cover) */
  /* Текстовый блок поверх изображения */
  /* Кнопка поверх изображения */
  /* Навигация (стрелки + пагинация) тоже поверх */
  .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .static-layer {
    display: none;
  }
  .swiper {
    width: 100%;
    height: 980px;
    /* высота экрана */
    margin-top: 0;
    position: relative;
    /* чтобы элементы внутри можно было позиционировать поверх */
  }
  .swiper-slide {
    position: relative;
    /* необязательно, но может пригодиться */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    /* убираем лишние отступы */
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    /* чтобы не сработал базовый max-width: 700px */
    max-height: none;
    /* убираем ограничение высоты */
    border-radius: 0;
    /* убираем скругления, если нужно */
    filter: none;
    /* по желанию можно убрать тень на планшете */
  }
  .content {
    position: absolute;
    bottom: 182px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    margin: 0;
    width: 572px;
  }
  .content h1 {
    font-size: 40px;
    line-height: 47.91px;
    color: #fff;
  }
  .content span {
    font-size: 40px;
    margin-top: 4px;
  }
  .action-button {
    position: absolute;
    bottom: 236px;
    /* или рядом с текстом, на ваше усмотрение */
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 75px;
    padding: 10px 20px;
    font-size: 16px;
    /* можно убрать box-shadow или оставить */
  }
  .slider-controls {
    position: absolute;
    left: 50%;
    bottom: 102px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
  }
}
/* Телефоны */
@media screen and (max-width: 576px) {
  /* Убираем ограничение ширины и отступы у контейнера */
  /* Делаем слайдер на всю ширину, можно задать высоту (например, 700px или 100vh) */
  /* Каждый слайд растягиваем на всю доступную область */
  /* Картинка заполняет весь контейнер по ширине и высоте, обрезая лишнее (object-fit: cover) */
  /* Текстовый блок поверх изображения */
  /* Кнопка поверх изображения */
  /* Навигация (стрелки + пагинация) тоже поверх */
  .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .static-layer {
    display: none;
  }
  .swiper {
    width: 100%;
    height: 640px;
    /* высота экрана */
    margin-top: 0;
    position: relative;
    /* чтобы элементы внутри можно было позиционировать поверх */
  }
  .swiper-slide {
    position: relative;
    /* необязательно, но может пригодиться */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    /* убираем лишние отступы */
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    /* чтобы не сработал базовый max-width: 700px */
    max-height: none;
    /* убираем ограничение высоты */
    border-radius: 0;
    /* убираем скругления, если нужно */
    filter: none;
    /* по желанию можно убрать тень на планшете */
  }
  .content {
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    margin: 0;
    width: auto;
  }
  .content h1 {
    font-size: 33px;
    line-height: 50px;
    color: #fff;
  }
  .contetn-h1-mob {
    display: none;
  }
  .content span {
    display: block;
    font-size: 33px;
    line-height: 50px;
    color: #fff;
    background-color: transparent !important;
  }
  .action-button {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 75px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .slider-controls {
    display: none;
  }
}
/* Сброс и базовые стили */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#g-header .g-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* Секция hero */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
  z-index: 1;
}
.hero__title {
  width: 1160px;
}
.hero__substrate {
  width: 1160px;
  height: 526px;
  background-color: #fff;
  border-radius: 18px 18px 0 0;
}
#g-full-width-layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  gap: 102px;
}
#g-full-width-layout .g-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
}
#g-full-width-layout .g-content {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
/* Сброс и базовые стили */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* Контейнер карточек */
.price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 66px;
  position: relative;
  margin-top: -480px;
  /* Настройте величину перекрытия при необходимости */
  z-index: 12;
  max-width: 1270px;
  width: 100%;
}
/* Карточка */
.price-card {
  display: flex;
  flex-direction: column;
  gap: 39px;
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
}
.price-card__header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 116px;
}
.price-card__title {
  font-size: 40px;
  line-height: 52px;
  margin: 0;
}
.price-card__subtitle {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
}
/* Тело карточки */
.price-card__body {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 30px rgba(40, 13, 58, 0.36), 0 0 10px rgba(71, 37, 94, 0.28);
}
/* Изображение */
.price-card__img {
  width: 514px;
  overflow: hidden;
  border-radius: 18px 5px 5px 18px;
}
.price-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Контент карточки */
.price-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 50px 110px 50px 40px;
}
/* Описание */
.price-card__description {
  display: flex;
  align-items: center;
  gap: 98px;
  align-self: stretch;
}
.price-card__info {
  width: 300px;
  /* Text */
  color: var(--main-text-focused, #300e47);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.price-card__info p {
  margin: 0;
}
.price-card__special {
  display: flex;
  flex-direction: column;
  width: 136px;
  gap: 10px;
  /* Text */
  color: var(--main-text-focused, #300e47);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.price-card__special-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3px;
  align-self: stretch;
}
.price-card__special-item h2,
.price-card__special-item p {
  margin: 0;
}
/* Футер карточки */
.price-card__footer {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 26px;
}
.price-card__price {
  display: flex;
  align-items: center;
  gap: 18px;
}
.price-card__price h2 {
  margin: 0;
}
.price-card__price span {
  align-self: flex-end;
  padding-bottom: 4px;
  font-family: "IBM Plex Mono";
  font-size: 24px;
  font-weight: 500;
}
/* Кнопки */
.btn {
  display: flex;
  width: 300px;
  height: 75px;
  padding: 27px 50px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 2px solid var(--supporting-text-inversion, #fff);
  background: var(--corporate-color-lilac, #782aac);
  color: #fff;
  box-shadow: 0 4px 15px rgba(42, 10, 63, 0.28),
    4px 4px 4px rgba(103, 64, 129, 0.37);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  cursor: pointer;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* Geschenk block */
.geschenk-block {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 42px 0;
}
.geschenk-block__red-bar {
  position: absolute;
  top: 0;
  left: 0;
  /* Если вам нужно, чтобы элемент занимал 60% от ширины экрана, используйте 60vw:
       width: 60vw;
       Если же 60% от ширины родительского блока, тогда:
    */
  width: 54%;
  background-color: #db3326;
  height: 100%;
  /* Или можно задать конкретную высоту, если это требуется */
  z-index: 0;
  /* Отправляем элемент на задний план, чтобы основной контент был виден */
}
.geschenk-block-container {
  display: flex;
  width: 1160px;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.geschenk-block-title {
  display: flex;
  /* width: 60%; */
  align-items: center;
  background: var(--duplicate-color-red-text, #db3326);
}
.geschenk-block-title-text {
  display: flex;
  width: 525px;
  padding-top: 91px;
  padding-bottom: 84px;
  color: var(--supporting-text-inversion, #fff);
  font-family: "IBM Plex Mono";
  font-size: 53px;
  font-style: normal;
  font-weight: 500;
  line-height: 71.128px;
  /* 133.985% */
}
.geschenk-block-description {
  display: flex;
  flex-direction: column;
  gap: 67px;
}
.geschenk-description-text {
  display: flex;
  width: 400px;
  padding-top: 50px;
  color: var(--main-text-focused, #300e47);
  /* Text */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* Geburstags block */
.geburstags-block-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 42px 0;
}
.geburstags-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--duplicate-color-red-text, #db3326);
}
.geburstags-block-title {
  display: flex;
  width: 1160px;
  align-items: center;
}
.geburstags-block-title-text {
  display: flex;
  width: 795px;
  padding-top: 45px;
  padding-bottom: 45px;
  color: var(--supporting-text-inversion, #fff);
  font-family: "IBM Plex Mono";
  font-size: 53px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}
.geburstags-block-description {
  display: flex;
  width: 1160px;
  /* justify-content: center; */
  align-items: center;
  gap: 114px;
  padding: 51px 0;
}
.geburstags-description-text {
  display: flex;
  width: 685px;
  color: var(--main-text-focused, #300e47);
  /* Text */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* immer bei mir */
.immer-bei-mir-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 42px 0;
}
.immer-bei-mir-block-title {
  display: flex;
  width: 1160px;
}
.immer-bei-mir-block-title-text {
  color: var(--main-text-focused, #300e47);
  font-family: "IBM Plex Mono";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  /* 130% */
}
.immer-bei-mir-block-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1160px;
  margin-top: 41px;
  gap: 100px;
}
.immer-bei-mir-description-row {
  position: relative;
  display: flex;
  width: 100%;
  gap: 40px;
}
.immer-bei-mir-description-item {
  display: flex;
  flex-direction: column;
  width: 260px;
  gap: 22px;
}
.immer-bei-mir-description-item-title {
  color: var(--main-text-focused, #300e47);
  /* Headings Blog */
  font-family: "IBM Plex Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.immer-bei-mir-description-item-text {
  margin-top: 17px;
  color: var(--main-text-focused, #300e47);
  /* Text */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.immer-bei-mir-block-bg-element {
  position: absolute;
  bottom: -42px;
  right: 0px;
  width: 260px;
  height: 162px;
  background-color: #71d154;
  border-radius: 5px;
  z-index: 0;
}
.immer-bei-mir-block-bg-img {
  position: absolute;
  top: 0;
  right: -124px;
  width: 344px;
  height: 298px;
  border-radius: 5px;
  z-index: 1;
}
ul {
  margin: 0;
}
ul > li {
  list-style: none;
}
.link-heading::after {
  content: "›";
}
.button {
  border-radius: 5px;
  padding: 1.25rem 3.125rem;
  text-transform: none;
  font-size: 1rem;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 4px 0px #6740815e;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #782aac;
}
.image-position-right {
  order: 1;
}
.link-opaque {
  font-family: "IBM Plex Mono", serif;
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  opacity: 40%;
}
.link-opaque-gray {
  color: #645c6a;
  opacity: 20%;
}
.g-content-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading {
  font-family: "IBM Plex Mono", serif;
  font-weight: 500;
}
.heading-sub {
  color: #300e47;
  background-color: #fff;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .heading-sub {
    line-height: 1.5;
    font-size: 36px;
  }
}
.heading-2xlarge {
  font-size: 160px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .heading-2xlarge {
    font-size: 70px;
  }
}
.heading-xlarge {
  font-size: 100px;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  .heading-xlarge {
    font-size: 70px;
  }
}
.heading-large {
  font-size: 96px;
  line-height: 1.25;
}
@media screen and (max-width: 576px) {
  .heading-large {
    font-size: 42px;
  }
}
.heading-large-alt {
  font-size: 80px;
}
@media screen and (max-width: 576px) {
  .heading-large-alt {
    font-size: 32px;
  }
}
.heading-medium {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .heading-medium {
    font-size: 36px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 575px) {
  .heading-medium {
    font-size: 24px;
  }
}
.heading-small {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  .heading-small {
    font-size: 18px;
  }
}
.heading-xsmall {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.full-width .g-container {
  width: 100%;
}
.g-card {
  border-radius: 18px;
  box-shadow: 0 0 10px 0 #47255e47;
}
.hero-content {
  position: relative;
  bottom: 5%;
}
@media screen and (min-width: 1200px) {
  .hero-content {
    position: absolute;
    right: 0;
    width: 500px;
  }
}
.hero-description {
  color: #300e47;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 12px 48px;
}
.hero-temp {
  width: 800px;
  border-radius: 5px;
}
.g-owlcarousel .owl-nav button.owl-prev {
  top: 65%;
  left: 0;
}
.g-owlcarousel .owl-nav button.owl-next {
  top: 65%;
  right: 0;
}
.g-owlcarousel .owl-dots {
  bottom: 1%;
}
.g-owlcarousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
}
.g-owlcarousel
  .g-owlcarousel-item-wrapper
  .g-owlcarousel-item-content-container
  .g-owlcarousel-item-content-wrapper {
  align-items: end;
}
.carousel-img {
  border-radius: 5px;
}
.carousel-img-hero {
  height: 75vh;
  object-fit: cover;
}
.jumbotron {
  border-radius: 18px;
}
.bg-white {
  padding: 80px 40px;
  border-radius: 18px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .bg-white {
    padding: 40px 20px;
  }
}
.bg-red {
  background-color: #db3326;
}
.bg-red .heading {
  color: #ffffff;
}
.bg-green {
  background-color: #71d154;
}
.bg-purple {
  background-color: #782aac;
}
.bg-yellow {
  background-color: #fdde42;
}
#g-navigation .g-social {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 2rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #g-navigation .g-social {
    flex-direction: column;
  }
}
.ticket {
  background-color: #db3326;
  color: #ffffff;
}
.g-verticalmenu {
  list-style: none;
  margin: 0;
  font-weight: 700;
}
.g-verticalmenu a {
  color: #fff;
}
.g-contenttabs .ui-tabs-active .g-contenttabs-tab-wrapper-head {
  border-bottom: none;
  color: #300e47;
}
.g-contenttabs .g-contenttabs-tab-wrapper-head {
  border: 1px solid #c4c0c7;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: #c4c0c7;
  background-color: #ffffff;
}
.g-contenttabs .g-contenttabs-tab-wrapper-container {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .g-contenttabs .g-contenttabs-tab-wrapper-container li:first-child {
    order: 2;
  }
  .g-contenttabs .g-contenttabs-tab-wrapper-container li:last-child {
    order: 1;
  }
}
p a {
  word-break: break-all;
}
label a,
p a {
  font-weight: 700 !important;
  text-decoration: underline;
}
/*# sourceMappingURL=custom_home_-_particles.css.map */
