body {
  color: #333;
  background-image: linear-gradient(#4b1e13, #0f0f0f 35%);
  padding: 15px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.container {
  max-width: 1440px;
  position: relative;
}

.banner-link {
  max-height: 573px;
  max-width: 940px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.banner-sub-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

.button {
  text-transform: uppercase;
  background-color: #151515;
  border: 2px solid #932f17;
  border-radius: 15px;
}

.button.colored {
  background-image: linear-gradient(to right, #942f17, #d8360e);
  border-style: none;
  border-width: 0;
}

.button.colored.fullwidth {
  text-align: center;
}

.button.fullwidth {
  width: 100%;
  text-align: center;
}

.buttons-container {
  max-width: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-line {
  padding-top: 15px;
  padding-bottom: 15px;
}

.popup-wrapper {
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.popup {
  width: 100%;
  max-width: 320px;
  background-color: #141414;
  border: 2px solid #932f17;
  border-radius: 20px;
  margin: auto;
  padding: 35px 45px;
}

.popup-header {
  justify-content: flex-end;
  display: flex;
}

.popup-body {
  padding-top: 20px;
  padding-bottom: 30px;
}

.popup-buttons {
  text-align: center;
}

.close {
  width: 20px;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.popup-gift-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.popup-gift-image {
  margin-bottom: 30px;
}

.popup-gift-description {
  color: #cb3410;
  text-align: center;
}

.popup-gift-subtitle {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.loader-overlay {
  background-color: #141414;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.policy-text {
  color: #fff;
}

.policy-title {
  margin-bottom: 15px;
}

.popup-container {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  margin-bottom: 10%;
  display: flex;
}

.scrollbox {
  overflow: auto;
}


