* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  color: #333;
  background: #fafafa;
  font-size: 10px;
}

ul, ol {
  list-style-position: inside;
}

a {
  color: #d80808;
}

a:hover {
  color: #f70505;
  text-decoration: none;
}

.layout {
  width: 100dvw;
  height: 100dvh;
  display: grid;
  grid-template: auto 1fr auto/1fr;
}

header, main, footer {
  padding: 0 20px;
}

.content-section {
  margin: 0 auto;
  max-width: 1024px;
}

.top-link {
  display: block;
  padding: 10px 0;
  font-family: "PT Serif", serif;
  font-size: 22px;
}

.author-avatar {
  display: flex;
  gap: 50px;
  padding-left: 20px;
}
.author-avatar--image {
  width: 300px;
  transition: width 0.5s;
  border-radius: 1000px;
}
.author-avatar--authogrhaph {
  border: 7px solid #5b74a6;
}
.author-avatar--header-authogrhaph {
  color: #314870;
}
.author-avatar--name {
  font-size: 70px;
  transition: font-size 0.5s;
  font-family: Dancing Script, "PT SERIF", serif;
}
.author-avatar--name-content {
  font-size: 20px;
}

@media (0 < width < 1024px) {
  .author-avatar {
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
    align-items: center;
  }
}
@media (width < 768px) {
  .author-avatar--name {
    font-size: 50px;
  }
  .author-avatar--name-content {
    font-size: 16px;
  }
}
.autograph {
  display: flex;
  gap: 50px;
  padding-left: 20px;
}
.autograph--image {
  width: 300px;
  transition: width 0.5s;
  border-radius: 1000px;
}
.autograph--authogrhaph {
  border: 5px solid #5b74a6;
}
.autograph--header-authogrhaph {
  color: #314870;
}
.autograph--name {
  font-size: 70px;
  transition: font-size 0.5s;
  font-family: Dancing Script, "PT SERIF", serif;
}
.autograph--name-content {
  font-size: 20px;
}
.autograph--singles {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  justify-items: center;
  padding: 20px;
}
.autograph--singles img {
  width: 80px;
  border-radius: 200px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid white;
}

@media (0 < width < 1024px) {
  .autograph {
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
    align-items: center;
  }
  .autograph--singles img {
    width: 50px;
  }
}
@media (width < 768px) {
  .autograph--name {
    font-size: 50px;
  }
  .autograph--name-content {
    font-size: 16px;
  }
}
.coctails {
  display: flex;
  gap: 50px;
  padding-left: 20px;
}
.coctails--image {
  width: 300px;
  transition: width 0.5s;
  border-radius: 1000px;
}
.coctails--authogrhaph {
  border: 5px solid #a10000;
}
.coctails--header-authogrhaph {
  color: #a10000;
}
.coctails--name {
  font-size: 50px;
  transition: font-size 0.5s;
  font-family: Dancing Script, "PT SERIF", serif;
}
.coctails--name-content {
  font-size: 20px;
}

@media (0 < width < 1024px) {
  .coctails {
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
    align-items: center;
  }
}
@media (width < 768px) {
  .coctails--name {
    font-size: 30px;
  }
  .coctails--name-content {
    font-size: 16px;
  }
  .coctails--image {
    width: 200px;
  }
}
.github {
  display: flex;
  gap: 50px;
  padding-left: 20px;
}
.github--image {
  width: 300px;
  transition: width 0.5s;
  border-radius: 1000px;
}
.github--authogrhaph {
  border: 5px solid #206e39;
}
.github--header-authogrhaph {
  color: #206e39;
}
.github--name {
  font-size: 50px;
  transition: font-size 0.5s;
  font-family: sans-serif;
}
.github--name-content {
  font-size: 20px;
}

@media (0 < width < 1024px) {
  .github {
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
    align-items: center;
  }
}
@media (width < 768px) {
  .github--name {
    font-size: 30px;
  }
  .github--name-content {
    font-size: 16px;
  }
  .github--image {
    width: 200px;
  }
}
.mentorship {
  display: flex;
  gap: 50px;
  padding-left: 20px;
}
.mentorship--image {
  width: 300px;
  transition: width 0.5s;
  border-radius: 1000px;
  border: 7px solid #783030;
}
.mentorship--authogrhaph {
  border: 7px solid #5b74a6;
}
.mentorship--header-authogrhaph {
  color: #314870;
}
.mentorship--name {
  font-size: 50px;
  transition: font-size 0.5s;
  font-family: Dancing Script, "PT SERIF", serif;
}
.mentorship--name-content {
  font-size: 20px;
}

@media (0 < width < 1024px) {
  .mentorship {
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
    align-items: center;
  }
}
@media (width < 768px) {
  .mentorship--name {
    font-size: 30px;
  }
  .mentorship--name-content {
    font-size: 16px;
  }
}
.mentorship-payment {
  border: 1px solid lightgrey;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: lightyellow;
}

.kwork {
  display: flex;
  gap: 50px;
  padding-left: 20px;
}
.kwork--image {
  width: 300px;
  transition: width 0.5s;
  border-radius: 1000px;
  border: 7px solid #783030;
}
.kwork--authogrhaph {
  border: 7px solid #5b74a6;
}
.kwork--header-authogrhaph {
  color: #314870;
}
.kwork--name {
  font-size: 50px;
  transition: font-size 0.5s;
  font-family: Dancing Script, "PT SERIF", serif;
}
.kwork--name-content {
  font-size: 20px;
}

@media (0 < width < 1024px) {
  .kwork {
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
    align-items: center;
  }
}
@media (width < 768px) {
  .kwork--name {
    font-size: 30px;
  }
  .kwork--name-content {
    font-size: 16px;
  }
}
.bipbop-avatar {
  display: flex;
  gap: 50px;
  padding-left: 20px;
}
.bipbop-avatar--image {
  width: 300px;
  transition: width 0.5s;
  border-radius: 1000px;
}
.bipbop-avatar--authogrhaph {
  border: 7px solid #5b74a6;
}
.bipbop-avatar--header-authogrhaph {
  color: #314870;
}
.bipbop-avatar--name {
  font-size: 70px;
  transition: font-size 0.5s;
  font-family: Dancing Script, "PT SERIF", serif;
}
.bipbop-avatar--name-content {
  font-size: 20px;
}

@media (0 < width < 1024px) {
  .bipbop-avatar {
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
    align-items: center;
  }
}
@media (width < 768px) {
  .bipbop-avatar--name {
    font-size: 45px;
  }
  .bipbop-avatar--name-content {
    font-size: 16px;
  }
}
.products-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #000;
}

.freedompay_logo {
  width: 100px;
  filter: grayscale(100%);
  opacity: 0.5;
}

.payment-form {
  max-width: 600px !important;
  padding: 40px 40px 25px 40px;
  border: 5px dotted grey;
}
.payment-form--wrapper {
  width: 100%;
}
.payment-form--container {
  height: auto;
  margin: 0px auto;
  background: #fff;
  border: 3px solid #5e3300;
  border-radius: 15px;
  padding: 20px;
  background: #eeeaea;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
.payment-form--title {
  font-size: 20px;
  font-weight: 900;
  margin: 20px 0;
  display: flex;
  gap: 15px;
  align-items: center;
}
.payment-form--title-pay {
  height: 30px;
}
.payment-form--input-form .label {
  display: block;
  font-size: 16px;
  color: #212121;
  margin-bottom: 8px;
}
.payment-form--input-form .items {
  margin-bottom: 20px;
}
.payment-form--section-1 .items .input, .payment-form--section-2 .items .input, .payment-form--section-3 .items .input, .payment-form--input {
  border: 2px solid #BDBDBD;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #212121;
  border-radius: 3px;
  background: white;
}
.payment-form--section-1 .items .label, .payment-form--section-2 .items .label, .payment-form--section-3 .items .label {
  font-size: 16px;
  color: #212121;
}
.payment-form--btn {
  background: #5f6c7d;
  color: #fff;
  font-size: 1.25em;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 2px;
}
.payment-form--cvc {
  text-align: right;
  position: relative;
  transition: all 0.3s ease;
}
.payment-form--cvc .payment-form--tooltip {
  color: #d4d4d4;
  border: 2px solid #d4d4d4;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
}
.payment-form--cvc .payment-form--cvc-img {
  position: absolute;
  top: -300%;
  right: 0;
  background: #5f6c7d;
  padding: 12px;
  border-radius: 5px;
  display: none;
}
.payment-form--cvc .payment-form--cvc-img img {
  width: 100px;
  height: auto;
  display: block;
}
.payment-form--cvc:hover .payment-form--cvc-img {
  display: block;
}
.payment-form--addons {
  display: grid;
  grid-template: 1fr/1fr 1fr;
  gap: 30px;
}
.payment-form--input {
  box-sizing: border-box;
  border: 2px solid #D9D9D9;
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background: #fff;
  padding: 0 10px;
  font-size: 15px;
  margin-bottom: 12px;
}
.payment-form--text {
  min-height: 86px;
}
.payment-form--button {
  min-height: 32px;
  line-height: 32px;
  font-size: 28px;
  font-family: "PT Serif", sans-serif;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  background: #00BF96;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 20px;
  text-align: left;
  text-transform: capitalize;
}
.payment-form-product {
  display: flex;
  gap: 30px;
  padding-bottom: 20px;
  font-size: 15px;
}
.payment-form-product-count {
  color: gray;
  padding-right: 5px;
}
.payment-form--delimiter {
  border-top: 1px solid lightgray;
  margin-top: 15px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
}
.payment-form--error {
  background: rgb(255, 158, 158);
  color: rgb(0, 0, 0);
  word-wrap: break-word;
  display: none;
  font-size: 14px;
  margin: 15px 0;
  padding: 20px;
  border-radius: 5px;
}

@media (width <= 768px) {
  .payment-form--delimiter {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 460px) {
  .payment-form--input-form .items {
    margin-bottom: 10px;
  }
  .payment-form--input-form {
    margin-bottom: 15px;
  }
  .payment-form--title {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
}
.payment-warning {
  font-size: 16px;
  padding: 0px 0 20px 0;
}

.pay-button-1 {
  background-color: #cf245f;
  background-image: linear-gradient(to bottom right, #fcd34d, #ef4444, #ec4899);
  border: 0;
  border-radius: 0.25rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem; /* 18px */
  font-weight: 600;
  line-height: 1.75rem; /* 28px */
  padding: 1rem 1.25rem;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  display: inline-block;
}

.pay-button-1:hover {
  box-shadow: none;
  color: #fff;
}

@media (min-width: 1024px) {
  .pay-button-1 {
    font-size: 1.5rem; /* 24px */
    padding: 1rem 1.5rem;
    line-height: 2rem; /* 32px */
  }
}
.docs {
  font-size: 15px;
}

.docs a {
  font-weight: bold;
  color: red;
}

.docs h2 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.docs h3 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.docs h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.docs h4 {
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.docs p {
  line-height: 150%;
  margin-bottom: 20px;
}

.docs ul,
.docs ol {
  list-style-position: inside;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.docs li {
  margin-bottom: 15px;
  line-height: 150%;
}

footer {
  background: #f2f2f2;
}

.legal-list {
  display: flex;
  margin: 20px 0;
  gap: 20px;
  align-items: center;
  font-size: 16px;
}

@media (width <= 1024px) {
  .legal-list {
    flex-direction: column;
  }
}
.fs18 {
  font-size: 18px;
}

.fs80 {
  font-size: 80px;
}

.fc0 {
  color: #000;
}

.fc1 {
  color: #783030;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.section-underline {
  border-bottom: 1px dotted grey;
}

/*# sourceMappingURL=index.css.map */