.marketing-hero {
  --color-accent-1: #fde216;
  --color-accent: #fde216;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (max-width: 1440px) {
  .marketing-hero {
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  .marketing-hero {
    padding-bottom: 3.75rem;
  }
}
.marketing-hero-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 130vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.marketing-hero-decoration__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.marketing-hero-decoration__bg-right {
  width: 1000px;
  height: 1000px;
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20rem;
  right: -40rem;
  z-index: 2;
  mix-blend-mode: luminosity;
  filter: grayscale(100%);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .marketing-hero-decoration__bg-right {
    width: 600px;
    height: 600px;
    top: -6rem;
    right: -25rem;
  }
}
@media (max-width: 767px) {
  .marketing-hero-decoration__bg-right {
    width: 350px;
    height: 350px;
    top: -7rem;
    right: -13rem;
  }
}
.marketing-hero-decoration__img-gradient-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 60rem;
  height: 60rem;
  background: radial-gradient(50% 100% at 0% 0%, rgba(99, 75, 18, 0.8) 0%, rgba(99, 75, 18, 0.6) 40%, rgba(99, 75, 18, 0.4) 60%, rgba(99, 75, 18, 0.2) 80%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .marketing-hero-decoration__img-gradient-left {
    background: radial-gradient(20% 25% at 0% 0%, rgba(99, 75, 18, 0.6) 20%, rgba(99, 75, 18, 0.4) 40%, rgba(99, 75, 18, 0.2) 60%, rgba(99, 75, 18, 0.1) 80%, transparent 100%);
  }
}
.marketing-hero-decoration__img-gradient-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50rem;
  height: 70rem;
  background: radial-gradient(50% 100% at right top, rgb(99, 75, 18) 0%, rgba(99, 75, 18, 0.6) 40%, rgba(99, 75, 18, 0.4) 60%, rgba(99, 75, 18, 0.2) 80%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1440px) {
  .marketing-hero-decoration__img-gradient-right {
    background: radial-gradient(40% 60% at right top, rgba(99, 75, 18, 0.3) 0%, rgba(99, 75, 18, 0.25) 40%, rgba(99, 75, 18, 0.2) 60%, rgba(99, 75, 18, 0.1) 80%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .marketing-hero-decoration__img-gradient-right {
    background: radial-gradient(20% 40% at right top, rgba(99, 75, 18, 0.3) 0%, rgba(99, 75, 18, 0.25) 40%, rgba(99, 75, 18, 0.2) 60%, rgba(99, 75, 18, 0.1) 80%, transparent 100%);
  }
}
.marketing-hero__body {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-top: 7.5rem;
  padding: 0 2.5rem;
}
@media (max-width: 991px) {
  .marketing-hero__body {
    margin-top: 6.25rem;
    padding: 0 0.75rem;
  }
}
.marketing-hero__body-conture {
  display: flex;
  background: linear-gradient(0deg, rgb(26, 26, 29) 0%, rgb(97, 97, 97) 100%);
  padding: 1px;
  border-radius: 3.125rem;
}
@media (max-width: 767px) {
  .marketing-hero__body-conture {
    border-radius: 1.875rem;
  }
}
.marketing-hero__body-inner {
  width: 100%;
  padding-top: 6.25rem;
  border-radius: 3.125rem;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--color-dark);
  background-image: radial-gradient(15% 45% at 0% 60%, rgba(99, 75, 18, 0.4) 0%, rgba(99, 75, 18, 0.2) 40%, rgba(99, 75, 18, 0.1) 60%, rgba(99, 75, 18, 0.05) 80%, transparent 100%), radial-gradient(20% 50% at right 20%, rgba(99, 75, 18, 0.3) 0%, rgba(99, 75, 18, 0.2) 40%, rgba(99, 75, 18, 0.15) 60%, rgba(99, 75, 18, 0.1) 70%, transparent 100%);
}
@media (max-width: 767px) {
  .marketing-hero__body-inner {
    padding-top: 2.25rem;
    border-radius: 1.875rem;
    background-image: radial-gradient(45% 20% at 0% 35%, rgba(99, 75, 18, 0.3) 0%, rgba(99, 75, 18, 0.2) 40%, rgba(99, 75, 18, 0.1) 60%, rgba(99, 75, 18, 0.05) 80%, transparent 100%), radial-gradient(60% 30% at right top, rgba(99, 75, 18, 0.3) 0%, rgba(99, 75, 18, 0.2) 40%, rgba(99, 75, 18, 0.15) 60%, rgba(99, 75, 18, 0.1) 70%, transparent 100%);
  }
}
.marketing-hero__body-inner .button {
  background-color: #d4d0c8;
  color: var(--color-bg);
}
.marketing-hero__body-inner .button:hover {
  background-color: var(--color-accent);
}
.marketing-hero .cost__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 5rem;
}
@media (max-width: 1440px) {
  .marketing-hero .cost__header {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .marketing-hero .cost__header {
    padding: 0 0.75rem;
    gap: 2.5rem;
    margin-bottom: 3.75rem;
  }
}
.marketing-hero .cost__heading h2 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.25rem;
  color: var(--color-main);
}
@media (max-width: 767px) {
  .marketing-hero .cost__heading h2 {
    font-size: 1.75rem;
  }
}
.marketing-hero .cost__list {
  display: flex;
  row-gap: 1.75rem;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.marketing-hero .cost-item {
  display: flex;
  align-items: flex-start;
  max-width: 48%;
  gap: 0.625rem;
}
@media (max-width: 1440px) {
  .marketing-hero .cost-item {
    max-width: 29rem;
  }
}
@media (max-width: 991px) {
  .marketing-hero .cost-item {
    max-width: 34rem;
  }
}
.marketing-hero .cost-item:first-child {
  max-width: 100%;
}
.marketing-hero .cost-item:first-child strong {
  font-weight: 400;
  color: var(--color-accent);
}
.marketing-hero .cost-item__heading {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--color-main);
}
@media (max-width: 767px) {
  .marketing-hero .cost-item__heading {
    font-size: 0.875rem;
  }
}
.marketing-hero .cost-item__heading strong {
  font-weight: 400;
  color: var(--color-accent-1);
}
.marketing-hero .switcher {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #111827;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
}
.marketing-hero .switcher__label {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.25rem;
}
@media (max-width: 767px) {
  .marketing-hero .switcher__label {
    width: 1.625rem;
    height: 1rem;
  }
}
.marketing-hero .switcher__label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.marketing-hero .switcher__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #545454;
  border-radius: 2.5rem;
  transition: 0.3s;
}
.marketing-hero .switcher__slider::before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: 0.15rem;
  bottom: 0.075rem;
  background-color: var(--color-accent);
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .marketing-hero .switcher__slider::before {
    width: 0.6875rem;
    height: 0.6875rem;
    bottom: 0.09rem;
  }
}
.marketing-hero .cost-item:hover .switcher__slider {
  background-color: white;
}
.marketing-hero .cost-item:hover .switcher__slider::before {
  transform: translateX(1.125rem);
}
@media (max-width: 767px) {
  .marketing-hero .cost-item:hover .switcher__slider::before {
    transform: translateX(0.6rem);
  }
}
.marketing-hero__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
  width: 100%;
  margin-top: 10rem;
}
@media (max-width: 1440px) {
  .marketing-hero__list {
    margin-top: 7.5rem;
  }
}
@media (max-width: 991px) {
  .marketing-hero__list {
    display: flex;
    flex-direction: column;
    gap: 1.375rem;
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .marketing-hero__list {
    margin-top: 2, 55rem;
  }
}
.marketing-hero-item {
  height: 100%;
}
.marketing-hero-item__link {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  width: 100%;
  height: 100%;
  padding: 4.375rem 3.125rem 3.125rem;
  background: var(--color-bg) radial-gradient(100% 50% at right top, rgb(99, 75, 18) 0%, rgba(99, 75, 18, 0.6) 40%, rgba(99, 75, 18, 0.4) 60%, rgba(99, 75, 18, 0.2) 80%, transparent 100%);
  border-radius: 2.5rem;
  border: 1px solid #272727;
  transition: 0.3s all;
}
@media (max-width: 1440px) {
  .marketing-hero-item__link {
    padding: 2.5rem 1.625rem;
    gap: 1.625rem;
  }
}
@media (max-width: 767px) {
  .marketing-hero-item__link {
    padding: 1.875rem 1.625rem;
  }
}
.marketing-hero-item__link:hover .marketing-hero-item__number {
  transform: translateX(1rem);
}
.marketing-hero-item:nth-child(2) .marketing-hero-item__link {
  background: var(--color-bg) radial-gradient(100% 100% at right bottom, rgb(17, 6, 68) 0%, rgba(17, 6, 68, 0.6) 40%, rgba(17, 6, 68, 0.4) 60%, rgba(17, 6, 68, 0.2) 80%, transparent 100%);
}
.marketing-hero-item:nth-child(3) .marketing-hero-item__link {
  background: var(--color-bg) radial-gradient(100% 100% at right bottom, rgb(10, 34, 37) 0%, rgba(10, 34, 37, 0.6) 40%, rgba(10, 34, 37, 0.4) 60%, rgba(10, 34, 37, 0.2) 80%, transparent 100%);
}
.marketing-hero-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.marketing-hero-item__header h2 {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 2.25rem;
  text-transform: uppercase;
  color: var(--color-white);
}
@media (max-width: 1440px) {
  .marketing-hero-item__header h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .marketing-hero-item__header h2 {
    font-size: 1.375rem;
  }
}
.marketing-hero-item__number {
  padding: 1px;
  border-radius: 0.625rem;
  background: linear-gradient(0deg, rgba(30, 30, 33, 0.5) 0%, rgba(97, 97, 97, 0.5) 100%);
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  transition: 0.3s all;
}
@media (max-width: 1440px) {
  .marketing-hero-item__number {
    display: none;
  }
}
@media (max-width: 767px) {
  .marketing-hero-item__number {
    display: flex;
    width: 2.125rem;
    min-width: 2.125rem;
    height: 2.125rem;
  }
}
.marketing-hero-item__number-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: var(--color-bg);
  border-radius: 0.625rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
  color: #d5c9d3;
}
.marketing-hero-item__body p {
  color: var(--color-main);
  line-height: 120%;
  font-weight: 300;
}
@media (max-width: 1440px) {
  .marketing-hero-item__body p {
    font-size: 1rem;
  }
}
.marketing-hero-item__footer {
  display: flex;
  width: 100%;
  padding-top: 3.125rem;
  margin-top: auto;
  border-top: 1px solid #424242;
}
@media (max-width: 1440px) {
  .marketing-hero-item__footer {
    padding-top: 1.625rem;
  }
}
.marketing-hero-item__img {
  max-width: 100%;
  border-radius: 1.25rem;
}
@media (max-width: 1440px) {
  .marketing-hero-item__img {
    border-radius: 1rem;
  }
}/*# sourceMappingURL=marketing.css.map */