/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-buy.scss ***!
  \***********************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "CCBiffBamBoom";
  src: url(../fonts/CCBiffBamBoom.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans-Regular";
  src: url(../fonts/DMSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans-Medium";
  src: url(../fonts/DMSans-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans-Bold";
  src: url(../fonts/DMSans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 16px/1 "DMSans-Medium", sans-serif;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}
.btn--beige {
  color: #000000;
  background: #F1EEEB;
}
.btn--purple {
  color: #ffffff;
  background: #B729EA;
}
.btn:hover {
  text-decoration: underline;
}

.container {
  margin: 0 auto;
  padding: 0 25px;
}

.page-content {
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  .container {
    padding: 0 45px;
  }
  .page-content {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .page-content {
    min-height: calc(100vh - 261px);
    padding: 100px 0;
  }
}
@media only screen and (min-width: 2560px) {
  .page-content {
    padding: 130px 0;
  }
  .container {
    padding: 0 150px;
  }
}
.h1 {
  font: 400 60px/0.95 "CCBiffBamBoom", sans-serif;
}

.wtext p {
  font: 400 14px/1.4 "DMSans-Regular", sans-serif;
}
.wtext p b,
.wtext p strong {
  font: 700 14px/1.4 "DMSans-Bold", sans-serif;
}
.wtext p a {
  color: #B15104;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .h1 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .h1 {
    font-size: 78px;
  }
  .wtext p {
    font-size: 18px;
  }
  .wtext p b,
  .wtext p strong {
    font-size: 18px;
  }
}
.header {
  position: relative;
  background: #FBAF00;
  border-bottom: 3px solid #000000;
  z-index: 10;
}
.header__content {
  padding: 18px 0;
}
.header .container {
  max-width: 100%;
}
.header__active {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__active p {
  font: 500 16px/1.5 "DMSans-Medium", sans-serif;
  background: #ffffff;
  border-radius: 50px;
  padding: 4px 10px;
}
.header__hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  z-index: 50;
  cursor: pointer;
}
.header__hamburger-line {
  display: block;
  width: 100%;
  height: 4px;
  background: #000000;
  margin: 2px 0;
  border-radius: 10px;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.header__hamburger-line--1 {
  transform-origin: 26px 4px;
}
.header__hamburger-line--2 {
  transform-origin: 23px 1px;
}
.header__links {
  max-height: 0;
  transition: max-height 300ms ease-in-out;
  overflow: hidden;
}
.header__links-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 20px;
}
.header a {
  font: 500 16px/1.5 "DMSans-Medium", sans-serif;
  color: #000000;
  padding: 4px 10px;
}
.header.active .header__links {
  max-height: 400px;
}
.header.active .header__hamburger-line--1 {
  transform: rotate(-45deg);
}
.header.active .header__hamburger-line--2 {
  transform: rotate(45deg);
}
.header.active .header__hamburger-line--3 {
  transform: translateX(20px);
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .header {
    background: transparent;
    border: 0;
    padding-top: 40px;
  }
  .header__content {
    background: #FBAF00;
    padding: 14px 20px;
    border: 3px solid #000000;
    border-radius: 40px;
    margin-left: 0;
  }
  .header__active {
    display: none;
  }
  .header__links {
    max-height: initial;
  }
  .header__links-inner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  .header a {
    font-size: 18px;
  }
  .header a.active {
    background: #ffffff;
    border-radius: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__content {
    max-width: 540px;
  }
}
.footer {
  position: relative;
  background: #FBAF00;
  padding: 30px 0;
  z-index: 10;
}
.footer .container {
  max-width: 100%;
}
.footer__newsletter-title {
  font: 400 16px/1.4 "DMSans-Regular", sans-serif;
  margin-bottom: 20px;
}
.footer #mc_embed_signup {
  background: transparent;
  width: 100%;
}
.footer #mc_embed_signup form {
  margin: 0;
}
.footer #mc_embed_signup .indicates-required {
  display: none;
}
.footer #mc_embed_signup .mc-field-group {
  padding-bottom: 0;
}
.footer #mc_embed_signup .mc-field-group label {
  display: none;
}
.footer #mc_embed_signup input[type=email] {
  font: 700 14px/1.4 "DMSans-Bold", sans-serif;
  padding: 14px 20px;
}
.footer #mc_embed_signup input[type=email]::-moz-placeholder {
  color: #4F4F4F;
}
.footer #mc_embed_signup input[type=email]::placeholder {
  color: #4F4F4F;
}
.footer #mc_embed_signup input[type=email]:focus, .footer #mc_embed_signup input[type=email]:active {
  outline: 0;
}
.footer #mc_embed_signup input[type=submit] {
  background: #B15104;
  border-radius: 0;
  padding: 14px 27px;
  height: auto;
}
.footer__copyright {
  font: 500 14px/1.5 "DMSans-Medium", sans-serif;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__newsletter {
    width: 380px;
  }
  .footer #mc_embed_signup input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 50px;
    padding: 10px 20px;
    transform: translateX(100%);
  }
  .footer__copyright {
    margin-top: 0;
  }
}
body {
  background: #ffffff;
}

.bb h1 {
  margin-bottom: 20px;
}
.bb .wtext {
  margin-bottom: 30px;
}
.bb img {
  width: 100%;
  border: 3px solid #000000;
  box-shadow: -6px 6px 0px 0px #000000;
}

@media only screen and (min-width: 1024px) {
  .bb .container {
    display: grid;
    grid-template-columns: 520px auto;
    gap: 100px;
  }
  .bb img {
    max-width: 550px;
  }
}
