@charset "utf-8";

._home-section-get-started { background-color: rgb(0, 0, 0); overflow: hidden; }

._home-section-get-started .inner { min-height: 480px; padding-top: 56px; position: relative; text-align: center; }

._home-section-get-started .group { position: relative; z-index: 1; }

._home-section-get-started h4 { color: rgb(255, 255, 255); font-size: 18px; font-weight: 500; letter-spacing: 0.54px; line-height: 24px; }

@media screen and (min-width: 1244px) {
  ._home-section-get-started h4 { font-size: 20px; letter-spacing: 0.6px; line-height: 26px; }
}

._home-section-get-started h5 { font-size: 30px; font-weight: 700; letter-spacing: 0.9px; line-height: 40px; margin-top: 16px; text-transform: uppercase; }

@media screen and (min-width: 768px) {
  ._home-section-get-started h5 { font-size: 42px; letter-spacing: 1.26px; line-height: 52px; }
}

@media screen and (min-width: 1244px) {
  ._home-section-get-started h5 { font-size: 48px; letter-spacing: 1.44px; line-height: 58px; }
}

._home-section-get-started h5 span { background: linear-gradient(90deg, rgb(173, 121, 47), rgb(201, 165, 89) 15%, rgb(255, 239, 186) 50%, rgb(201, 165, 89) 85%, rgb(173, 121, 47)) text; -webkit-text-fill-color: transparent; }

._home-section-get-started p { color: rgb(255, 255, 255); font-size: 14px; font-weight: 400; letter-spacing: 0.42px; line-height: 22px; margin-top: 16px; }

._home-section-get-started .buttons { justify-content: center; margin-top: 32px; }

._home-section-get-started .image { align-self: end; inset: 0px; display: flex; height: 100%; pointer-events: none; position: absolute; text-align: center; }

._home-section-get-started .image img { left: 50%; position: absolute; top: calc(50% - 20px); transform: translate(-50%, -50%); }

@media screen and (min-width: 768px) {
  ._home-section-get-started .inner { padding: 104px 0px 228px; }
  ._home-section-get-started .image img { top: 50%; }
}

@media screen and (min-width: 1244px) {
  ._home-section-get-started .inner { height: 480px; padding-top: 104px; text-align: left; }
  ._home-section-get-started .group { max-width: 680px; }
  ._home-section-get-started p { color: rgb(163, 163, 163); font-size: 16px; font-weight: 400; letter-spacing: 0.48px; line-height: 24px; }
  ._home-section-get-started .buttons { justify-content: flex-start; }
}