#_app .lp-rem-wrapper,
#_app .lp-rem-wrapper *,
#_app .lp-rem-wrapper *::before,
#_app .lp-rem-wrapper *::after {
  box-sizing: border-box;
}
#_app .lp-rem-wrapper {
  max-width: 1376px;
  margin: 0 auto;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background-color: #1b1b1b;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
#_app .lp-rem-top-bar,
#_app .lp-rem-footer-new {
  background-color: #ffffff;
  color: #000000;
}
#_app .lp-rem-section-contact-simple {
  background-color: #ffffff;
  color: #000000;
}
#_app h1,
#_app h2,
#_app h3,
#_app .lp-rem-title,
#_app .lp-rem-how-subtitle,
#_app .lp-rem-prize-title,
#_app .lp-rem-step-title {
  font-family: "Oswald", sans-serif !important;
}
#_app .lp-rem-block {
  display: block;
}
#_app .lp-rem-inline-block {
  display: inline-block;
}
#_app .lp-rem-w-full {
  width: 100%;
}
#_app .lp-rem-max-w-full {
  max-width: 100%;
}
#_app .lp-rem-img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#_app .lp-rem-text-center {
  text-align: center;
}
#_app .lp-rem-text-left {
  text-align: left;
}
#_app .lp-rem-text-right {
  text-align: right;
}
#_app .lp-rem-m-0 {
  margin: 0;
}
#_app .lp-rem-mt-0 {
  margin-top: 0;
}
#_app .lp-rem-mb-0 {
  margin-bottom: 0;
}
#_app .lp-rem-mb-20 {
  margin-bottom: 20px;
}
#_app .lp-rem-mb-60 {
  margin-bottom: 60px;
}
#_app .lp-rem-red {
  color: #e52713;
}
#_app .lp-rem-white {
  color: #ffffff;
}
#_app .lp-rem-black {
  color: #000000;
}
#_app .lp-rem-bg-red {
  background-color: #e52713;
}
#_app .lp-rem-bg-grey {
  background-color: #292929;
}
#_app .lp-rem-fw-300 {
  font-weight: 300;
}
#_app .lp-rem-fw-400 {
  font-weight: 400;
}
#_app .lp-rem-fw-600 {
  font-weight: 600;
}
#_app .lp-rem-fw-700 {
  font-weight: 700;
}
#_app .lp-rem-fw-800 {
  font-weight: 800;
}
#_app .lp-rem-uppercase {
  text-transform: uppercase;
}
#_app .lp-rem-no-underline {
  text-decoration: none;
}
#_app .lp-rem-underline {
  text-decoration: underline;
}
#_app .lp-rem-link-hover-white {
  transition: color 0.3s ease;
}
#_app .lp-rem-link-hover-white:hover {
  color: #ffffff !important;
}
#_app .lp-rem-link-hover-red {
  transition: color 0.3s ease;
}
#_app .lp-rem-link-hover-red:hover {
  color: #e52713 !important;
}

#_app .lp-rem-section {
  padding: 0px 80px;
  margin: 60px 0;
}
#_app .lp-rem-flex {
  display: flex;
}
#_app .lp-rem-items-center {
  align-items: center;
}
#_app .lp-rem-justify-between {
  justify-content: space-between;
}
#_app .lp-rem-top-bar {
  padding: 20px 80px;
  text-align: left;
}
#_app .lp-rem-top-logo {
  max-width: 215px;
  width: 100%;
  height: auto;
  display: block;
}
#_app .lp-rem-hero {
  position: relative;
  width: 100%;
}
#_app .lp-rem-title {
  font-size: 59px;
  line-height: 1.1;
  text-transform: uppercase;
}
#_app .lp-rem-how-subtitle {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 50px 0;
  color: #e52713;
  text-align: center;
  text-transform: uppercase;
}
#_app .lp-rem-steps-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 35px;
}
#_app .lp-rem-step-item {
  flex: 0 1 calc(25% - 20px);
  border-radius: 12px;
  padding: 40px 10px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out;
  border: 2px solid #fff;
}
#_app .lp-rem-step-item:hover {
  transform: scale(1.05);
}
#_app .lp-rem-step-num-wrap {
  padding: 14px 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  margin: 0 0 30px 0;
  display: inline-block;
  border-radius: 4px;
}
#_app .lp-rem-step-num-wrap.lp-rem-step-red-bg {
  background: #e52713;
}
#_app .lp-rem-step-num-wrap.lp-rem-step-white-bg {
  background: #ffffff;
}
#_app .lp-rem-step-item-red {
  background-color: #e52713;
  color: #ffffff;
}
#_app .lp-rem-step-item-grey {
  background-color: #f1f0f0;
  color: #000000;
}
#_app .lp-rem-step-item-red .lp-rem-step-num-wrap {
  color: #000000;
}
#_app .lp-rem-step-item-grey .lp-rem-step-num-wrap {
  background-color: #e52713;
  color: #ffffff;
}
#_app .lp-rem-step-content {
  font-size: 18px;
  line-height: 1.35;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #fff;
}
#_app .lp-rem-step-title {
  display: block;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  color: #ffffff;
}
#_app .lp-rem-step-item-grey .lp-rem-step-title {
  color: #e52713;
}
#_app .lp-rem-step-content p {
  font-weight: 300;
  color: inherit;
}
#_app .lp-rem-step-item-red .lp-rem-step-content {
  color: #000000;
}
#_app .lp-rem-disclaimer {
  font-size: 13px;
  margin: 0;
  text-align: center;
}

#_app .lp-rem-prizes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
}
#_app .lp-rem-prize-text {
  padding: 40px 60px;
}
#_app .lp-rem-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 2fr 1.5fr 1fr;
  gap: 40px;
  align-items: flex-start;
}
#_app .lp-rem-footer-logo {
  width: 180px;
  height: auto;
  display: block;
}
#_app .lp-rem-footer-heading {
  font-size: 16px;
  margin-bottom: 15px;
  color: #e52713;
}
#_app .lp-rem-footer-text {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}
#_app .lp-rem-footer-link {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}
#_app .lp-rem-footer-link:hover {
  color: #e52713;
}
#_app .lp-rem-social-icons {
  display: flex;
  gap: 15px;
}
#_app .lp-rem-social-icon-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #c4c4c4;
  transition: background-color 0.3s ease;
}
#_app .lp-rem-social-icon:hover .lp-rem-social-icon-img {
  background-color: #e52713;
}

#_app .lp-rem-prizes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 50px;
  align-items: start;
}
#_app .lp-rem-prize-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  margin-bottom: 35px;
}
#_app .lp-rem-prize-title {
  font-size: 30px;
  margin: 0 0 30px 0;
  line-height: 1.2;
}
#_app .lp-rem-prize-name {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: 1.2;
  font-family: "Oswald", sans-serif !important;
}
#_app .lp-rem-prize-desc {
  font-size: 18px;
  line-height: 1.5;
  max-width: 540px;
  margin: 0 auto;
}

#_app .lp-rem-section-contact-simple {
  padding: 60px 20px;
}
#_app .lp-rem-contact-simple-text {
  font-size: 37px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-top: 0px;
  font-family: "Oswald", sans-serif;
  line-height: 1.3;
}
#_app .lp-rem-contact-simple-link {
  text-decoration: none;
  font-size: 37px;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  transition: color 0.3s ease;
}
#_app .lp-rem-contact-simple-link:hover {
  color: #fff;
}
#_app .lp-rem-footer-new {
  background: #ffffff;
  padding: 30px 80px;
}
#_app .lp-rem-footer-new-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
#_app .lp-rem-footer-new-logo img {
  width: 180px;
  #_app .lp-rem-prize-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  height: auto;
  display: block;
}

#_app .lp-rem-prize-img-wrap {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

#_app .lp-rem-footer-new-info {
  display: flex;
  gap: 30px;
  align-items: center;
}
#_app .lp-rem-footer-new-info .lp-rem-red {
  font-size: 24px;
}
#_app .lp-rem-footer-new-info a {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}
#_app .lp-rem-footer-new-info a:hover {
  color: #e52713;
}
#_app .lp-rem-footer-new-socials {
  display: flex;
  gap: 20px;
}
#_app .lp-rem-footer-new-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #c3c3c3;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
#_app .lp-rem-footer-new-socials img {
  width: 30px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 1;
}
#_app .lp-rem-footer-new-socials a:hover {
  background-color: #e52713;
}
@media (max-width: 1440px) and (min-width: 1230px) {
  #_app .lp-rem-wrapper {
    max-width: 1218px;
  }
}
@media (max-width: 1376px) {
  #_app .lp-rem-step-item {
    flex: 0 1 calc(50% - 35px);
  }
}
@media (max-width: 1199px) {
  #_app .lp-rem-top-logo {
    max-width: 200px;
  }
  #_app .lp-rem-wrapper {
    max-width: 100%;
  }
  #_app .lp-rem-title,
  #_app .lp-rem-how-subtitle {
    font-size: 59px;
  }
  #_app .lp-rem-footer-new {
    padding: 40px 20px;
  }
  #_app .lp-rem-footer-new-inner {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  #_app .lp-rem-footer-new-info {
    flex-direction: column;
    gap: 15px;
  }
  #_app .lp-rem-section,
  #_app .lp-rem-section-sm,
  #_app .lp-rem-top-bar,
  #_app .lp-rem-section-how {
    padding-left: 40px;
    padding-right: 40px;
  }
  #_app .lp-rem-section {
    margin: 50px 0;
  }
  #_app .lp-rem-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
}

#_app .lp-rem-blades-container {
  gap: 10px;
}
#_app .lp-rem-blades-content {
  flex: 1;
}
#_app .lp-rem-blades-image {
  flex: 0 0 45%;
}

#_app .lp-rem-blades-image-mobile {
  display: none;
}
@media (max-width: 1229px) and (min-width: 960px) {
  #_app .lp-rem-wrapper {
    max-width: 960px;
  }
}
@media (max-width: 1023px) {
  #_app .lp-rem-blades-image-desktop {
    display: none;
  }
  #_app .lp-rem-blades-image-mobile {
    display: block;
    margin-bottom: 20px;
  }
  #_app .lp-rem-top-logo {
    max-width: 190px;
  }
  #_app .lp-rem-section {
    margin: 50px 0;
  }
  #_app .lp-rem-prizes-grid {
    grid-template-columns: 1fr;
  }
  #_app .lp-rem-prize-text {
    padding: 30px 0;
    text-align: center;
  }
  #_app .lp-rem-blades-image img,
  #_app .lp-rem-prize-img-wrap img {
    width: 100%;
    max-width: 800px;
  }
  #_app .lp-rem-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  #_app .lp-rem-prizes-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  #_app .lp-rem-prize-desc {
    max-width: 100%;
  }

  #_app .lp-rem-footer-col-logo {
    order: 1;
  }
  #_app .lp-rem-footer-logo {
    margin: 0 auto;
  }
  #_app .lp-rem-social-icons {
    justify-content: center;
  }

  #_app .lp-rem-blades-container {
    flex-direction: column;
    text-align: center;
  }
  #_app .lp-rem-blades-image {
    flex: 0 0 100%;
    max-width: 600px;
    margin: 30px auto;
  }

  #_app .lp-rem-prize-img-wrap {
    height: 100%;
  }
}

@media (max-width: 959px) {
  #_app .lp-rem-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #_app .lp-rem-top-logo {
    max-width: 180px;
  }
  #_app .lp-rem-section,
  #_app .lp-rem-section-sm,
  #_app .lp-rem-top-bar,
  #_app .lp-rem-section-how {
    padding-left: 20px;
    padding-right: 20px;
  }
  #_app .lp-rem-section {
    margin: 50px 0;
  }
  #_app .lp-rem-step-item {
    flex: 0 1 100%;
  }
  #_app .lp-rem-title,
  #_app .lp-rem-how-subtitle {
    font-size: 50px;
  }
  #_app .lp-rem-title {
    margin-bottom: 30px;
  }

  #_app .lp-rem-btns-wrap {
    flex-direction: column;
    align-items: center;
  }

  #_app .lp-rem-btn-black {
    width: 100%;
    max-width: 320px;
  }
  #_app .lp-rem-contact-simple-text {
    font-size: 30px;
  }

  #_app .lp-rem-contact-simple-link {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  #_app .lp-rem-top-logo {
    max-width: 160px;
  }
  #_app .lp-rem-title,
  #_app .lp-rem-how-subtitle {
    font-size: 44px;
  }
}
@media (min-width: 479px) {
  #_app .lp-rem-dblock {
    display: block;
  }
}
#_app .lp-rem-blades-image img,
#_app .lp-rem-prize-img-wrap img {
  transition: transform 0.4s ease;
}

#_app .lp-rem-blades-image img:hover,
#_app .lp-rem-prize-img-wrap img:hover {
  transform: scale(1.05) rotate(1deg);
}
