@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");
html {
  background-color: #c4dca0;
  font-family: "Barlow", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body {
  max-width: 430px;
  margin: 0 auto;
  padding: 0;
  font-weight: 500;
  @media (max-width: 425px) {
    max-width: 430px;
  }
}

.main-logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-transform: uppercase;
  font-size: 5.7rem;
  font-weight: 900;
  z-index: 99;
  padding: 3rem 0 1.5rem 0;
}

.main-title strong {
  color: #ad1923;
}

.first-subtitle-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

.second-subtitle-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
}

.first-subtitle {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}

.first-main-box {
  margin: 0 1.5rem;
  position: relative;
  margin-bottom: -2rem;
  background-color: #dc1c35;
  border-radius: 0rem 0rem 3.125rem 3.125rem;
  z-index: 1;
}

.summer-assets {
  z-index: 99;
  position: relative;
  padding-bottom: 1.37rem;
}

#header {
  margin: 0 1.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #dc1c35;
}

.and-theres-more {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 1rem 0 2.25rem 0;
  gap: 1.5rem;
}

.more-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 1rem;
}

.more-box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border-radius: 0.5rem;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  background: #fff;
  width: 8rem;
  height: 6.5rem;
}

.more-box p {
  color: #c41230;
  text-align: center;
  font-size: 0.83506rem;
  font-weight: 500;
  @media (max-width: 330px) {
    font-size: 0.73506rem;
  }
}

.more-box img {
  max-width: 1.67081rem;
  max-height: 1.67013rem;
}

.details-box-wrapper {
  padding: 1.6rem;
  border-radius: 1rem;
  z-index: 2;
}

#hero {
  padding: 0 1rem 2.8rem 1rem;
  border-radius: 20px;
  position: relative;
}

.hero-main {
  display: flex;
  padding-bottom: 2rem;
}

.hero-left {
  flex-shrink: 0;
  flex-grow: 1;
  width: 70%;
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hero-title {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
}

.hero-title span {
  font-size: 1.125rem;
  font-weight: 600;
}

.hero-cta {
  margin: 0 0rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.btn {
  padding: 1.1rem 0rem;
  display: block;
  max-height: 3.5rem;
  background: #6db33f;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  border-radius: 10px;
  font-weight: 700;
}

.btn-cta {
  max-width: 18.125rem;
  width: 100%;
}

.second-subtitle {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
}

.second-subtitle strong {
  font-weight: 700;
}

.details-box.box.first {
  background: #cd2030;
  max-width: 40%;
}

.box {
  width: 8.77631rem;
  height: 7rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border-radius: 0.58469rem;
  background: #fff;
  align-items: center;
  padding: 1rem 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  justify-content: center;
}

.box strong {
  font-size: 0.875rem;
  font-weight: 600;
}

.box span {
  font-weight: 600;
  font-size: 0.75rem;
}

.features_main {
  padding-bottom: 2rem;
}

.box--horizontal {
  width: auto;
  height: 3.875rem;
  flex-direction: row;
  padding: 0.8rem 1.15rem;
  margin: 0.8rem 0;
  justify-content: flex-start;
}

.box--horizontal span {
  padding-left: 0.5rem;
  justify-content: flex-start;
  color: #c41230;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  width: 100%;
}

.box--horizontal .details-icon-box {
  min-width: 38px;
}

.features {
  margin: 1.62rem 1.5rem 0 1.5rem;
  background-color: #dc1c35;
  padding: 2.25rem 1.13rem 1rem 1.13rem;
  position: relative;
  z-index: 2;
  border-radius: 3.125rem 3.125rem 0 0;
}

.features_header {
  text-align: center;
}

.features_header-title {
  color: #c2d500;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}

.features_header-title br {
  display: none;
  @media (max-width: 425px) {
    display: block;
  }
}

.details-boxes {
  gap: 0.8rem;
  display: flex;
  justify-content: center;
}

.first p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  max-width: 15rem;
  @media (max-width: 425px) {
    max-width: 12rem;
  }
}

.details-box p {
  font-size: 1.02319rem;
}

.first span {
  color: #c2d500;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
}

.details-boxes-row {
  flex-wrap: wrap;
}

.details-box-column {
  margin-top: 1.5rem;
  flex-direction: column;
}

.main-footer {
  margin: 0 1.5rem 6rem 1.5rem;
  padding: 2rem 1.13rem 9rem 1.13rem;
  background-color: #dc1c35;
  position: relative;
}

.features-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0;
}

.security {
  padding-top: 3rem;
}

.footer-first-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.46rem 1.25rem;
  border-radius: 0.61013rem;
  background: #e7e7e7;
}

.footer-text-wrapper {
  text-align: center;
}

.footer-text {
  color: #861a17;
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
}

.footer-text.first {
  margin-top: -45px;
}
.footer-text.first.last {
  padding-bottom: 1rem;
}

.strong {
  font-weight: 500;
}

.footer-icon-wrapper {
  position: relative;
  top: -50px;
}

.fixed-element {
  position: absolute;
}

.fixed-1 {
  top: 7rem;
  right: 0;
}

.fixed-2 {
  top: 2.5rem;
  left: 0;
}

.footer-elements {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
