@charset "UTF-8";

/* Geograph */
/* @font-face {
  font-display: swap;
  font-family: "Geograph";
  font-style: normal;
  font-variant-ligatures: normal;
  font-weight: 300;
  src: url("./assets/static/fonts/Geograph-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Geograph";
  font-style: normal;
  font-variant-ligatures: normal;
  font-weight: 400;
  src: url("./assets/static/fonts/AB_Geograph-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Geograph";
  font-style: normal;
  font-variant-ligatures: normal;
  font-weight: 500;
  src: url("./assets/static/fonts/AB_Geograph-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Geograph";
  font-style: normal;
  font-variant-ligatures: normal;
  font-weight: 700;
  src: url("./assets/static/fonts/AB_Geograph-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Geograph";
  font-style: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  src: url("./assets/static/fonts/AB_Geograph-Black.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Domaine Display";
  font-style: normal;
  font-variant-ligatures: normal;
  font-weight: 400;
  src: url("./assets/static/fonts/DomaineDisplay_temp.woff2") format("woff2"), url("./assets/static/fonts/DomaineDisplay_temp.woff") format("woff");
} */
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 2 */
  box-sizing: border-box;
  /* 1 */
}

/**
	* 1. Add text decoration inheritance in all browsers (opinionated).
	* 2. Add vertical alignment inheritance in all browsers (opinionated).
	*/
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
	* 1. Use the default cursor in all browsers (opinionated).
	* 2. Change the line height in all browsers (opinionated).
	* 3. Breaks words to prevent overflow in all browsers (opinionated).
	* 4. Use a 4-space tab width in all browsers (opinionated).
	* 5. Remove the grey highlight on links in iOS (opinionated).
	* 6. Prevent adjustments of font size after orientation changes in iOS.
	*/
:where(:root) {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -webkit-tap-highlight-color: transparent;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
}

/* Sections
	* ========================================================================== */
/**
	* 1. Fill the viewport block in all browsers (opinionated).
	* 2. Remove the margin in all browsers (opinionated).
	*/
:where(body) {
  block-size: -moz-available;
  /* 1 */
  block-size: -webkit-fill-available;
  /* 1 */
  block-size: stretch;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/* Grouping content
	* ========================================================================== */
/**
	* Remove the margin on nested lists in Chrome, Edge, and Safari.
	*/
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
	* 1. Correct the inheritance of border color in Firefox.
	* 2. Add the correct box sizing in Firefox.
	*/
:where(hr) {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
	* Remove the list style on navigation lists in all browsers (opinionated).
	*/
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
	* Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
	*/
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
	* 1. Correct the inheritance and scaling of font size in all browsers.
	* 2. Correct the odd `em` font sizing in all browsers.
	* 3. Prevent overflow of the container in all browsers (opinionated).
	*/
:where(pre) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
}

/* Text-level semantics
	* ========================================================================== */
/**
	* Add the correct text decoration in Safari.
	*/
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
	* Add the correct font weight in Chrome, Edge, and Safari.
	*/
:where(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.
	*/
:where(code, kbd, samp) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/* Embedded content
	* ========================================================================== */
/*
	* Change the alignment on media elements in all browsers (opinionated).
	*/
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
	* Remove the border on iframes in all browsers (opinionated).
	*/
:where(iframe) {
  border-style: none;
}

/**
	* Change the fill color to match the text color in all browsers (opinionated).
	*/
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
	* ========================================================================== */
/**
	* 1. Collapse border spacing in all browsers (opinionated).
	* 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
	* 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
	*/
:where(table) {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
	* ========================================================================== */
/**
	* Remove the margin on controls in Safari.
	*/
:where(button, input, select) {
  margin: 0;
}

/**
	* Correct the inability to style buttons in iOS and Safari.
	*/
:where(button, [type="button"i], [type="reset"i], [type="submit"i]) {
  -webkit-appearance: button;
}

/**
	* Change the inconsistent appearance in all browsers (opinionated).
	*/
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

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

/**
	* 1. Remove the margin in Firefox and Safari.
	* 3. Change the resize direction in all browsers (opinionated).
	*/
:where(textarea) {
  margin: 0;
  /* 1 */
  resize: vertical;
  /* 3 */
}

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

/**
	* Correct the cursor style of increment and decrement buttons in Safari.
	*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
	* Correct the text style of placeholders in Chrome, Edge, and Safari.
	*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
	* Remove the inner padding in Chrome, Edge, and Safari on macOS.
	*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
	* ========================================================================== */
/*
	* Add the correct styles in Safari.
	*/
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
	* Add the correct display in Safari.
	*/
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
	* ========================================================================== */
/**
	* Change the cursor on busy elements in all browsers (opinionated).
	*/
:where([aria-busy="true"i]) {
  cursor: progress;
}

/*
	* Change the cursor on control elements in all browsers (opinionated).
	*/
:where([aria-controls]) {
  cursor: pointer;
}

/*
	* Change the cursor on disabled, not-editable, or otherwise
	* inoperable elements in all browsers (opinionated).
	*/
:where([aria-disabled="true"i], [disabled]) {
  cursor: not-allowed;
}

/*
	* Change the display on visually hidden accessible elements
	* in all browsers (opinionated).
	*/
:where([aria-hidden="false"i][hidden]) {
  display: initial;
}

:where([aria-hidden="false"i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* Body */
body {
  background: #fff;
  border: 0 solid #fff;
  color: #48762e;
  cursor: auto;
  font-family: "Geograph", sans-serif;
  font-feature-settings: "ss01";
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;



  /* opacity: 0; */
}

/* @media (min-height: 415px) and (min-width: 768px) {
	body {
    opacity: 0;
  }
} */


/* Restrict width */
img,
input,
iframe,
select,
textarea {
  height: auto;
  max-width: 100%;
}

/* Anchor */
a {
  color: inherit;
  text-decoration: underline;
}

/* Button */
button {
  font-family: inherit;
}

/* Span */
span {
  font-style: inherit;
  font-weight: inherit;
}

/* SVG */
svg:not([fill]) {
  fill: currentColor;
}

/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.25;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/* Container */
.container,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-fluid {
  display: block;
  margin: 0 auto;
  max-width: 83.75rem;
  padding: 0 2.5rem;
  width: 100%;
}

@media (max-width: 60em) {

  .container,
  .container-xs,
  .container-sm,
  .container-md,
  .container-lg,
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 30em) {

  .container,
  .container-xs,
  .container-sm,
  .container-md,
  .container-lg,
  .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.container-fluid {
  max-width: 100%;
}

.container-lg {
  max-width: 83.75rem;
}

.container-md {
  max-width: 94rem;
}

.container-sm {
  max-width: 65rem;
}

.container-xs {
  max-width: 58.75rem;
}

/* Row */
.row {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}

.row>* {
  flex: 0 0 auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

/* Column */
.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* Gap */
.gap-sm {
  gap: 1.5rem;
}

.gap-md {
  gap: 2rem;
}

.gap-lg {
  gap: 3rem;
}

@media (max-width: 60em) {
  .lg\:gap-sm {
    gap: 1.5rem;
  }

  .lg\:gap-md {
    gap: 2rem;
  }

  .lg\:gap-lg {
    gap: 3rem;
  }
}

@media (max-width: 45em) {
  .md\:gap-sm {
    gap: 1.5rem;
  }

  .md\:gap-md {
    gap: 2rem;
  }

  .md\:gap-lg {
    gap: 3rem;
  }
}

@media (max-width: 30em) {
  .sm\:gap-sm {
    gap: 1.5rem;
  }

  .sm\:gap-md {
    gap: 2rem;
  }

  .sm\:gap-lg {
    gap: 3rem;
  }
}

/* Gap Fallback */
.no-flexbox-gap .gap-sm {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.no-flexbox-gap .gap-md {
  margin-left: -1rem;
  margin-right: -1rem;
}

.no-flexbox-gap .gap-lg {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

@media (max-width: 60em) {
  .lg\:align-content-start {
    align-content: flex-start;
  }

  .lg\:align-content-end {
    align-content: flex-end;
  }

  .lg\:align-content-center {
    align-content: center;
  }

  .lg\:align-content-between {
    align-content: space-between;
  }

  .lg\:align-content-around {
    align-content: space-around;
  }

  .lg\:align-content-stretch {
    align-content: stretch;
  }
}

@media (max-width: 45em) {
  .md\:align-content-start {
    align-content: flex-start;
  }

  .md\:align-content-end {
    align-content: flex-end;
  }

  .md\:align-content-center {
    align-content: center;
  }

  .md\:align-content-between {
    align-content: space-between;
  }

  .md\:align-content-around {
    align-content: space-around;
  }

  .md\:align-content-stretch {
    align-content: stretch;
  }
}

@media (max-width: 30em) {
  .sm\:align-content-start {
    align-content: flex-start;
  }

  .sm\:align-content-end {
    align-content: flex-end;
  }

  .sm\:align-content-center {
    align-content: center;
  }

  .sm\:align-content-between {
    align-content: space-between;
  }

  .sm\:align-content-around {
    align-content: space-around;
  }

  .sm\:align-content-stretch {
    align-content: stretch;
  }
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

@media (max-width: 60em) {
  .lg\:align-items-start {
    align-items: flex-start;
  }

  .lg\:align-items-end {
    align-items: flex-end;
  }

  .lg\:align-items-center {
    align-items: center;
  }

  .lg\:align-items-baseline {
    align-items: baseline;
  }

  .lg\:align-items-stretch {
    align-items: stretch;
  }
}

@media (max-width: 45em) {
  .md\:align-items-start {
    align-items: flex-start;
  }

  .md\:align-items-end {
    align-items: flex-end;
  }

  .md\:align-items-center {
    align-items: center;
  }

  .md\:align-items-baseline {
    align-items: baseline;
  }

  .md\:align-items-stretch {
    align-items: stretch;
  }
}

@media (max-width: 30em) {
  .sm\:align-items-start {
    align-items: flex-start;
  }

  .sm\:align-items-end {
    align-items: flex-end;
  }

  .sm\:align-items-center {
    align-items: center;
  }

  .sm\:align-items-baseline {
    align-items: baseline;
  }

  .sm\:align-items-stretch {
    align-items: stretch;
  }
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

@media (max-width: 60em) {
  .lg\:align-self-start {
    align-self: flex-start;
  }

  .lg\:align-self-end {
    align-self: flex-end;
  }

  .lg\:align-self-center {
    align-self: center;
  }

  .lg\:align-self-baseline {
    align-self: baseline;
  }

  .lg\:align-self-stretch {
    align-self: stretch;
  }
}

@media (max-width: 45em) {
  .md\:align-self-start {
    align-self: flex-start;
  }

  .md\:align-self-end {
    align-self: flex-end;
  }

  .md\:align-self-center {
    align-self: center;
  }

  .md\:align-self-baseline {
    align-self: baseline;
  }

  .md\:align-self-stretch {
    align-self: stretch;
  }
}

@media (max-width: 30em) {
  .sm\:align-self-start {
    align-self: flex-start;
  }

  .sm\:align-self-end {
    align-self: flex-end;
  }

  .sm\:align-self-center {
    align-self: center;
  }

  .sm\:align-self-baseline {
    align-self: baseline;
  }

  .sm\:align-self-stretch {
    align-self: stretch;
  }
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media (max-width: 60em) {
  .lg\:justify-content-start {
    justify-content: flex-start;
  }

  .lg\:justify-content-end {
    justify-content: flex-end;
  }

  .lg\:justify-content-center {
    justify-content: center;
  }

  .lg\:justify-content-between {
    justify-content: space-between;
  }

  .lg\:justify-content-around {
    justify-content: space-around;
  }
}

@media (max-width: 45em) {
  .md\:justify-content-start {
    justify-content: flex-start;
  }

  .md\:justify-content-end {
    justify-content: flex-end;
  }

  .md\:justify-content-center {
    justify-content: center;
  }

  .md\:justify-content-between {
    justify-content: space-between;
  }

  .md\:justify-content-around {
    justify-content: space-around;
  }
}

@media (max-width: 30em) {
  .sm\:justify-content-start {
    justify-content: flex-start;
  }

  .sm\:justify-content-end {
    justify-content: flex-end;
  }

  .sm\:justify-content-center {
    justify-content: center;
  }

  .sm\:justify-content-between {
    justify-content: space-between;
  }

  .sm\:justify-content-around {
    justify-content: space-around;
  }
}

/* Form Row */
.form-row>* {
  margin-bottom: 1.25rem;
}

@media (min-width: 37.51em) {
  .form-row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .form-row>* {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 37.5em) {
  .form-row>* {
    width: 100% !important;
  }
}

/* Form Row Search */
.form-row-search {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.form-row-search>* {
  flex: 1 1 auto;
}

.form-row-search .form-control:not(:last-child) {
  margin-right: 1.25rem;
}

/* Form Control */
.form-control {
  transition: box-shadow 0.3s ease;
  will-change: box-shadow;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  color: #000;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  outline: 0;
  padding-bottom: 0.75rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.75rem;
  width: 100%;
}

.form-control:focus {
  box-shadow: inset 0 -2px 0 #000;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input.form-control {
  display: block;
}

select.form-control {
  background-image: url("./assets/static/img/icons/black/icon-chevron-down.svg");
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 1em auto;
  cursor: pointer;
  padding-right: 3em;
}

select.form-control::-ms-expand {
  display: none;
}

select.form-control.placeholder {
  color: rgba(0, 0, 0, 0.5);
}

select.form-control option {
  color: #000;
}

select.form-control option:disabled {
  color: rgba(0, 0, 0, 0.5);
}

textarea.form-control {
  overflow: auto;
  resize: none;
}

/* Form Control Colored */
.form-white .form-control {
  border-bottom-color: #fff;
  color: #fff;
}

.form-white .form-control:focus {
  box-shadow: inset 0 -2px 0 #fff;
}

.form-white .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.form-white .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-white .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-white select.form-control {
  background-image: url("./assets/static/img/icons/white/icon-chevron-down.svg");
}

.form-white select.form-control.placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-lite .form-control {
  border-bottom-color: #999;
  color: #999;
}

.form-lite .form-control:focus {
  box-shadow: inset 0 -2px 0 #999;
}

.form-lite .form-control::placeholder {
  color: rgba(153, 153, 153, 0.5);
  opacity: 1;
}

.form-lite .form-control:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}

.form-lite .form-control::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}

.form-lite select.form-control {
  background-image: url("./assets/static/img/icons/lite/icon-chevron-down.svg");
}

.form-lite select.form-control.placeholder {
  color: rgba(153, 153, 153, 0.5);
}

.form-gray .form-control {
  border-bottom-color: #666;
  color: #666;
}

.form-gray .form-control:focus {
  box-shadow: inset 0 -2px 0 #666;
}

.form-gray .form-control::placeholder {
  color: rgba(102, 102, 102, 0.5);
  opacity: 1;
}

.form-gray .form-control:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}

.form-gray .form-control::-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}

.form-gray select.form-control {
  background-image: url("./assets/static/img/icons/gray/icon-chevron-down.svg");
}

.form-gray select.form-control.placeholder {
  color: rgba(102, 102, 102, 0.5);
}

.form-dark .form-control {
  border-bottom-color: #333;
  color: #333;
}

.form-dark .form-control:focus {
  box-shadow: inset 0 -2px 0 #333;
}

.form-dark .form-control::placeholder {
  color: rgba(51, 51, 51, 0.5);
  opacity: 1;
}

.form-dark .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.form-dark .form-control::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.form-dark select.form-control {
  background-image: url("./assets/static/img/icons/dark/icon-chevron-down.svg");
}

.form-dark select.form-control.placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.form-black .form-control {
  border-bottom-color: #000;
  color: #000;
}

.form-black .form-control:focus {
  box-shadow: inset 0 -2px 0 #000;
}

.form-black .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.form-black .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-black .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-black select.form-control {
  background-image: url("./assets/static/img/icons/black/icon-chevron-down.svg");
}

.form-black select.form-control.placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-red .form-control {
  border-bottom-color: #e31313;
  color: #e31313;
}

.form-red .form-control:focus {
  box-shadow: inset 0 -2px 0 #e31313;
}

.form-red .form-control::placeholder {
  color: rgba(227, 19, 19, 0.5);
  opacity: 1;
}

.form-red .form-control:-ms-input-placeholder {
  color: rgba(227, 19, 19, 0.5);
}

.form-red .form-control::-ms-input-placeholder {
  color: rgba(227, 19, 19, 0.5);
}

.form-red select.form-control {
  background-image: url("./assets/static/img/icons/red/icon-chevron-down.svg");
}

.form-red select.form-control.placeholder {
  color: rgba(227, 19, 19, 0.5);
}

.form-red-lite .form-control {
  border-bottom-color: #edb7a7;
  color: #edb7a7;
}

.form-red-lite .form-control:focus {
  box-shadow: inset 0 -2px 0 #edb7a7;
}

.form-red-lite .form-control::placeholder {
  color: rgba(237, 183, 167, 0.5);
  opacity: 1;
}

.form-red-lite .form-control:-ms-input-placeholder {
  color: rgba(237, 183, 167, 0.5);
}

.form-red-lite .form-control::-ms-input-placeholder {
  color: rgba(237, 183, 167, 0.5);
}

.form-red-lite select.form-control {
  background-image: url("./assets/static/img/icons/red-lite/icon-chevron-down.svg");
}

.form-red-lite select.form-control.placeholder {
  color: rgba(237, 183, 167, 0.5);
}

.form-red-lite-alt .form-control {
  border-bottom-color: #f0bfae;
  color: #f0bfae;
}

.form-red-lite-alt .form-control:focus {
  box-shadow: inset 0 -2px 0 #f0bfae;
}

.form-red-lite-alt .form-control::placeholder {
  color: rgba(240, 191, 174, 0.5);
  opacity: 1;
}

.form-red-lite-alt .form-control:-ms-input-placeholder {
  color: rgba(240, 191, 174, 0.5);
}

.form-red-lite-alt .form-control::-ms-input-placeholder {
  color: rgba(240, 191, 174, 0.5);
}

.form-red-lite-alt select.form-control {
  background-image: url("./assets/static/img/icons/red-lite-alt/icon-chevron-down.svg");
}

.form-red-lite-alt select.form-control.placeholder {
  color: rgba(240, 191, 174, 0.5);
}

.form-red-deep .form-control {
  border-bottom-color: #a9342c;
  color: #a9342c;
}

.form-red-deep .form-control:focus {
  box-shadow: inset 0 -2px 0 #a9342c;
}

.form-red-deep .form-control::placeholder {
  color: rgba(169, 52, 44, 0.5);
  opacity: 1;
}

.form-red-deep .form-control:-ms-input-placeholder {
  color: rgba(169, 52, 44, 0.5);
}

.form-red-deep .form-control::-ms-input-placeholder {
  color: rgba(169, 52, 44, 0.5);
}

.form-red-deep select.form-control {
  background-image: url("./assets/static/img/icons/red-deep/icon-chevron-down.svg");
}

.form-red-deep select.form-control.placeholder {
  color: rgba(169, 52, 44, 0.5);
}

.form-green .form-control {
  border-bottom-color: #73a83b;
  color: #73a83b;
}

.form-green .form-control:focus {
  box-shadow: inset 0 -2px 0 #73a83b;
}

.form-green .form-control::placeholder {
  color: rgba(115, 168, 59, 0.5);
  opacity: 1;
}

.form-green .form-control:-ms-input-placeholder {
  color: rgba(115, 168, 59, 0.5);
}

.form-green .form-control::-ms-input-placeholder {
  color: rgba(115, 168, 59, 0.5);
}

.form-green select.form-control {
  background-image: url("./assets/static/img/icons/green/icon-chevron-down.svg");
}

.form-green select.form-control.placeholder {
  color: rgba(115, 168, 59, 0.5);
}

.form-green-deep .form-control {
  border-bottom-color: #48762e;
  color: #48762e;
}

.form-green-deep .form-control:focus {
  box-shadow: inset 0 -2px 0 #48762e;
}

.form-green-deep .form-control::placeholder {
  color: rgba(72, 118, 46, 0.5);
  opacity: 1;
}

.form-green-deep .form-control:-ms-input-placeholder {
  color: rgba(72, 118, 46, 0.5);
}

.form-green-deep .form-control::-ms-input-placeholder {
  color: rgba(72, 118, 46, 0.5);
}

.form-green-deep select.form-control {
  background-image: url("./assets/static/img/icons/green-deep/icon-chevron-down.svg");
}

.form-green-deep select.form-control.placeholder {
  color: rgba(72, 118, 46, 0.5);
}

.form-blue .form-control {
  border-bottom-color: #526280;
  color: #526280;
}

.form-blue .form-control:focus {
  box-shadow: inset 0 -2px 0 #526280;
}

.form-blue .form-control::placeholder {
  color: rgba(82, 98, 128, 0.5);
  opacity: 1;
}

.form-blue .form-control:-ms-input-placeholder {
  color: rgba(82, 98, 128, 0.5);
}

.form-blue .form-control::-ms-input-placeholder {
  color: rgba(82, 98, 128, 0.5);
}

.form-blue select.form-control {
  background-image: url("./assets/static/img/icons/blue/icon-chevron-down.svg");
}

.form-blue select.form-control.placeholder {
  color: rgba(82, 98, 128, 0.5);
}

.form-blue-lite .form-control {
  border-bottom-color: #aec9e3;
  color: #aec9e3;
}

.form-blue-lite .form-control:focus {
  box-shadow: inset 0 -2px 0 #aec9e3;
}

.form-blue-lite .form-control::placeholder {
  color: rgba(174, 201, 227, 0.5);
  opacity: 1;
}

.form-blue-lite .form-control:-ms-input-placeholder {
  color: rgba(174, 201, 227, 0.5);
}

.form-blue-lite .form-control::-ms-input-placeholder {
  color: rgba(174, 201, 227, 0.5);
}

.form-blue-lite select.form-control {
  background-image: url("./assets/static/img/icons/blue-lite/icon-chevron-down.svg");
}

.form-blue-lite select.form-control.placeholder {
  color: rgba(174, 201, 227, 0.5);
}

.form-yellow .form-control {
  border-bottom-color: #f6c15f;
  color: #f6c15f;
}

.form-yellow .form-control:focus {
  box-shadow: inset 0 -2px 0 #f6c15f;
}

.form-yellow .form-control::placeholder {
  color: rgba(246, 193, 95, 0.5);
  opacity: 1;
}

.form-yellow .form-control:-ms-input-placeholder {
  color: rgba(246, 193, 95, 0.5);
}

.form-yellow .form-control::-ms-input-placeholder {
  color: rgba(246, 193, 95, 0.5);
}

.form-yellow select.form-control {
  background-image: url("./assets/static/img/icons/yellow/icon-chevron-down.svg");
}

.form-yellow select.form-control.placeholder {
  color: rgba(246, 193, 95, 0.5);
}

.form-yellow-lite .form-control {
  border-bottom-color: #eee2be;
  color: #eee2be;
}

.form-yellow-lite .form-control:focus {
  box-shadow: inset 0 -2px 0 #eee2be;
}

.form-yellow-lite .form-control::placeholder {
  color: rgba(238, 226, 190, 0.5);
  opacity: 1;
}

.form-yellow-lite .form-control:-ms-input-placeholder {
  color: rgba(238, 226, 190, 0.5);
}

.form-yellow-lite .form-control::-ms-input-placeholder {
  color: rgba(238, 226, 190, 0.5);
}

.form-yellow-lite select.form-control {
  background-image: url("./assets/static/img/icons/yellow-lite/icon-chevron-down.svg");
}

.form-yellow-lite select.form-control.placeholder {
  color: rgba(238, 226, 190, 0.5);
}

/* Form Submit */
.form-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 1rem;
  padding: 0;
}

.form-submit.is-arrow {
  width: 1.5rem;
}

/* Icon Text */
.icon-text {
  align-items: center;
  display: inline-flex;
  flex-flow: row wrap;
  font-size: inherit;
  line-height: 1.5;
  text-decoration: none;
  vertical-align: top;
}

.icon-text span:not(:last-child) {
  margin-right: 0.75em;
}

.icon-text svg {
  transition: transform 0.3s ease;
  will-change: transform;
  transform: translateZ(0);
}

@media (min-width: 1024px) {
  .icon-text:hover svg {
    transform: translateX(0.5em);
  }
}

@media (max-width: 1023px) {
  .icon-text:active svg {
    transform: translateX(0.5em);
  }
}


/* Icon SVG */
.icon-svg,
[class^=icon-svg-] {
  align-items: center;
  display: inline-flex;
  height: 1.5em;
  justify-content: center;
  margin: 0;
  width: 1.5em;
}

.icon-svg img,
.icon-svg svg,
[class^=icon-svg-] img,
[class^=icon-svg-] svg {
  height: 100%;
  width: 100%;
}

/* Icon Styles */
.icon-svg-arrow {
  height: 1.125em;
}

.icon-svg-arrow-alt {
  width: 1.125em;
}

.icon-svg-chevron {
  height: 0.6666666667em;
  width: 1em;
}

.icon-svg-chevron-alt {
  height: 1em;
  width: 0.6666666667em;
}

.icon-svg-heart {
  width: 1.353125em;
}

.icon-svg-play {
  width: 1.25em;
}

.icon-svg-zap {
  width: 0.821875em;
}

/* Icon Size */
.icon-size-1 {
  font-size: 0.5rem;
}

.icon-size-2 {
  font-size: 0.75rem;
}

.icon-size-3 {
  font-size: 1rem;
}

.icon-size-4 {
  font-size: 1.25rem;
}

.icon-size-5 {
  font-size: 1.5rem;
}

.icon-size-6 {
  font-size: 2rem;
}

.icon-size-7 {
  font-size: 2.5rem;
}

.icon-size-8 {
  font-size: 3rem;
}

.icon-size-9 {
  font-size: 3.5rem;
}

.icon-size-10 {
  font-size: 4rem;
}

.icon-size-11 {
  font-size: 4.5rem;
}

.icon-size-12 {
  font-size: 5rem;
}

/* Rockit Header */
.rockit-header {
  color: #fff;
  position: relative;
  z-index: 9;
}

.rockit-header-block {
  font-weight: 900;
}

.rockit-header-block:not(:first-child) {
  padding-top: 2rem;
}

@media (max-width: 30em) {
  .rockit-header-block:not(:first-child) {
    padding-top: 1.5rem;
  }
}

.rockit-header-block.is-top {
  font-size: 2.1875rem;
  letter-spacing: -0.6px;
  line-height: 1;
  text-align: right;
}

@media (max-width: 20em) {
  .rockit-header-block.is-top {
    font-size: 1.5rem;
  }
}

.rockit-header-block.is-bottom {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: auto;
  text-align: left;
  width: 100%;
}

@media (max-width: 20em) {
  .rockit-header-block.is-bottom {
    font-size: 1rem;
  }
}

.rockit-header-block.is-bottom .rockit-header-modnav-wrapper {
  display: inline-block;
  vertical-align: top;
}

.rockit-header-block.is-bottom .rockit-header-modnav-wrapper::before {
  content: "";
  display: block;
  position: relative;
  background: currentColor;
  height: 2px;
  margin-bottom: 1em;
}

.rockit-header-content {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-bottom: 1.5rem;
  padding-top: 8rem;
}

@media (min-width: 60.01em) {
  .rockit-header-content {
    padding-bottom: 2rem;
    padding-top: 11.375rem;
  }
}

.rockit-header-default {
  left: 0;
  position: absolute;
  top: 2rem;
  width: 100%;
}

@media (max-width: 30em) {
  .rockit-header-default {
    top: 1.5rem;
  }
}

@media (min-width: 60.01em) {
  .rockit-header-default .hamburger-button {
    display: none;
  }
}

.rockit-header-logo {
  transition: opacity 0.3s ease;
  will-change: opacity;
  opacity: 1;
}

.rockit-header-logo:hover {
  opacity: 0.75;
}

@media (min-width: 60.01em) {
  .rockit-header-logo {
    transform: translateY(0.5rem);
  }
}

.rockit-header-modal {
  background-color: #48762e;
  color: #eee2be;
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.rockit-header-modal .rockit-header-panel {
  transform: translateY(2rem);
}

@media (max-width: 30em) {
  .rockit-header-modal .rockit-header-panel {
    transform: translateY(1.5rem);
  }
}

.rockit-header-modal .rockit-header-wrapper {
  overflow: hidden;
  position: relative;
}

.rockit-header-modal .rockit-header-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("./assets/static/img/graphics/Leaves.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1rem;
  height: 15rem;
  transform: rotateZ(-15deg);
  width: 15rem;
  z-index: -1;
}

@media (min-width: 22.51em) {
  .rockit-header-modal .rockit-header-wrapper::after {
    right: -2rem;
  }
}

@media (max-width: 22.5em) {
  .rockit-header-modal .rockit-header-wrapper::after {
    left: 9.5rem;
  }
}

.rockit-header-modnav {
  display: flex;
  flex: 1 0 auto;
  flex-flow: column nowrap;
}

.rockit-header-modnav-item:not(:first-child) {
  margin-top: 1em;
}

.rockit-header-modnav-link {
  text-decoration: none;
}

.rockit-header-nav {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: center;
}

@media (max-width: 60em) {
  .rockit-header-nav {
    display: none;
  }
}

.rockit-header-nav-item {
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}

.rockit-header-nav-link {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  position: relative;
  text-decoration: none;
}

.rockit-header-nav-link::after {
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
  content: "";
  display: block;
  position: absolute;
  backface-visibility: hidden;
  background: currentColor;
  height: 2px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  top: 100%;
  transform: scaleX(0.5) translateY(0.25em);
  width: 100%;
}

@media (min-width: 1024px) {

  .rockit-header-nav-link:hover::after,
  .rockit-header-nav-link.is-active::after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }
}

@media (max-width: 1023px) {

  .rockit-header-nav-link:active::after,
  .rockit-header-nav-link.is-active::after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }
}

.rockit-header-nav-item--dropdown .rockit-header-nav-link::after {
  display: none;
}

.rockit-header-nav-submenu {
  left: 50%;
  min-width: 100%;
  opacity: 0;
  padding-top: 0.25rem;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}

.rockit-header-nav-item:hover .rockit-header-nav-submenu {
  opacity: 1;
  visibility: visible;
}

.rockit-header-nav-submenu-inner {
  background: #A9342C;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 0%, 0.10), 0 0 1rem hsla(0, 0%, 0%, 0.25);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  padding: 1rem 1.5rem;
  transition: transform 0.3s ease;
  transform: translateY(10%) translateZ(0);
}

.rockit-header-nav-item:hover .rockit-header-nav-submenu-inner {
  transform: translateY(0) translateZ(0);
}

.rockit-header-nav-submenu-item {
  display: block;
}

.rockit-header-nav-submenu-item:not(:first-child) {

  margin-top: 0.5rem;
}

.rockit-header-nav-submenu-link {
  color: hsla(0, 0%, 100%, 1);
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.rockit-header-nav-submenu-link:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.rockit-header-panel {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  height: 0;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.rockit-header .language-dropdown {
  font-weight: 900;
}

/* Active Modal */
.active-modal .rockit-header-modal {
  overflow-x: hidden;
  overflow-y: scroll;
}

.active-modal .hamburger-button span:nth-child(1) {
  transform: translateY(0.5em) rotateZ(45deg);
}

.active-modal .hamburger-button span:nth-child(2) {
  transform: rotatez(-45deg);
}

.active-modal .hamburger-button span:nth-child(3) {
  opacity: 0;
  transform: translateY(-0.5em) rotateZ(45deg) scaleX(0);
}

/* Rockit Main */
.rockit-main {
  overflow: hidden;
}

/* Landing Hero */
.landing-hero {
  position: relative;
  z-index: 1;
}

.landing-hero .hero-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.landing-hero .hero-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  max-width: 100%;
  padding-bottom: 3rem;
  padding-top: 12rem;
  width: 100%;
}

@media (min-width: 60.01em) {
  .landing-hero .hero-content {
    max-width: 32.5rem;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    padding-bottom: 4rem;
    padding-top: 17.8125rem;
  }

  .landing-hero .hero-content .tp-text {
    max-width: 21rem;
  }

  .landing-hero .hero-wrapper.overlay::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 60em) and (min-width: 30.01em) {
  .landing-hero .hero-content {
    padding-bottom: 4rem;
    padding-top: 17.3125rem;
  }
}

@media (max-width: 60em) {
  .landing-hero .hero-wrapper {
    position: relative;
    z-index: 0;
  }

  .landing-hero .hero-wrapper.overlay::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .landing-hero .hero-content {
    text-align: center;
  }

  .landing-hero .hero-content .content-block {
    max-width: 20rem;
  }

  .landing-hero .hero-content .content-block,
  .landing-hero .hero-content .content-block>* {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 60.01em) {
  .landing-hero .pop-card {
    bottom: 4rem;
    max-width: 27.5rem;
    position: absolute;
    right: 4rem;
    width: 100%;
    z-index: 9;
  }
}

@media (max-width: 60em) {
  .landing-hero .pop-card .card-close {
    display: none;
  }
}

/* Landing Cover */
.landing-cover {
  position: relative;
  z-index: 1;
}

.landing-cover.not-100vh .cover-content {
  min-height: unset;
  padding-bottom: 3rem;
}

@media (min-width: 60.01em) {
  .landing-cover.not-100vh .cover-content {
    padding-bottom: 5rem;
  }
}

@media (max-width: 60em) and (min-width: 30.01em) {
  .landing-cover.not-100vh .cover-content {
    padding-bottom: 4rem;
  }
}

.landing-cover .cover-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.landing-cover .cover-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  max-width: 100%;
  padding-bottom: 3rem;
  padding-top: 12rem;
  width: 100%;
}

@media (min-width: 60.01em) {
  .landing-cover .cover-content {
    max-width: 52rem;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    padding-bottom: 5rem;
    padding-top: 17.8125rem;
  }

  .landing-cover .cover-content .tp-text {
    max-width: 20rem;
  }

  .landing-cover .cover-content .width-full {
    max-width: 100%;
  }

  .landing-cover .cover-content .width-xl {
    max-width: 40rem;
  }

  .landing-cover .cover-content .width-lg {
    max-width: 35rem;
  }

  .landing-cover .cover-content .width-md {
    max-width: 30rem;
  }

  .landing-cover .cover-content .width-sm {
    max-width: 25rem;
  }

  .landing-cover .cover-content .width-xs {
    max-width: 20rem;
  }

  .landing-cover .cover-content .stockist-card .tp-text {
    max-width: 100%;
  }

  .landing-cover .cover-content .stockist-map-content {
    display: none;
    margin-top: 1rem;
  }

  .landing-cover .cover-content .stockist-cards-content {
    /* Uncomment this when we setup map conent. */
    /*display: none;*/
    margin-top: 1rem;
  }
}

@media (max-width: 60em) and (min-width: 30.01em) {
  .landing-cover .cover-content {
    padding-bottom: 4rem;
    padding-top: 17.3125rem;
  }
}

@media (max-width: 60em) {
  .landing-cover .cover-content .content-block {
    max-width: 20rem;
  }
}

.landing-cover .content-block:not(:first-child) {
  margin-top: 7.5rem;
}

@media (max-width: 60em) {
  .landing-cover .content-block:not(:first-child) {
    margin-top: 4rem;
  }
}

.landing-cover .content-form:not(:first-child) {
  margin-top: 2.5rem;
}

.landing-cover .mini-nav {
  justify-content: flex-start;
}

.landing-cover .mini-nav:not(:first-child) {
  margin-top: 2rem;
}

.landing-cover .stockist-wrapper:not(:first-child) {
  margin-top: 1rem;
}

/* Landing Video */
.landing-video {
  position: relative;
  z-index: 0;
}

.landing-video a {
  display: block;
  text-decoration: none;
}

.landing-video .video-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.landing-video .video-content {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding-bottom: 6rem;
  padding-top: 6rem;
  width: 100%;
}

@media (min-width: 60.01em) {
  .landing-video .video-content {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

@media (min-width: 30.01em) {
  .landing-video .video-content {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
}

/* Logos */
.logo svg,
.logo-rockit svg {
  height: 100%;
  width: 100%;
}

.logo-rockit {
  display: block;
  height: 2.75rem;
  width: 10.3125rem;
}

.logo-rockit.is-vertical {
  height: 10.3125rem;
  width: 6.75rem;
  margin-left: -15rem;
}

@media (max-width: 30em) {
  .logo-rockit {
    height: 2rem;
    width: 7.5rem;
  }

  .logo-rockit.is-vertical {
    height: 7.5rem;
    width: 2rem;
  }
}

/* Default Padding */
.default-padding-sm {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.default-padding-md {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.default-padding-lg {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

@media (min-width: 60.01em) {
  .default-padding-sm {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .default-padding-md {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }

  .default-padding-lg {
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
}

@media (max-width: 60em) and (min-width: 30.01em) {
  .default-padding-sm {
    padding-bottom: 3.25rem;
    padding-top: 3.25rem;
  }

  .default-padding-md {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .default-padding-lg {
    padding-bottom: 6.75rem;
    padding-top: 6.75rem;
  }
}

/* Scroll for more */
.scroll-for-more {
  position: relative;
  text-align: center;
  width: 4.5rem;
  height: 4.5rem;
  z-index: 0;
}

.scroll-for-more::before {
  content: "";
  display: block;
  position: absolute;
  /*
  background: url('./assets/static/img/alt/scroll-for-more.svg') center no-repeat;
  left: 0;
  top: 50%;
  padding-bottom: 50%;
  width: 50%;
  z-index: -1;
  */
}

.scroll_for_more_img_w {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.scroll-for-more img {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: contain;
}

.scroll_for_more_text {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 250%;
  height: 250%;

  transform: translate(-50%, -50%) rotate(45deg)
}


.scroll_for_more_text_in {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  width: 100%;
  height: 100%;

  fill: #FFF !important;
  font-weight: 500;
}

.scroll_for_more_text_in text {
  font-size: 3rem;
}

/* Pop Card */
.pop-card {
  background: #eee2be;
  color: #48762e;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  z-index: 0;
}

@media (max-width: 30em) {
  .pop-card {
    padding: 1.5rem;
  }
}

.pop-card .card-close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 1;
}

.pop-card .card-content {
  max-width: 17rem;
}

.pop-card .card-graphic-bg {
  bottom: -2.75rem;
  height: 9rem;
  right: -2rem;
  width: 9rem;
}

@media (max-width: 30em) {
  .pop-card .card-graphic-bg {
    bottom: -2.5rem;
    height: 7.5rem;
    right: -2.5rem;
    width: 7.5rem;
  }
}

/* Card Close */
.card-close {
  cursor: pointer;
}

.card-close .icon-svg {
  font-size: 0.8333333333rem;
}

/* Card Footer */
.card-footer {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  justify-content: flex-end;
}

/* Card Image */
.card-image {
  height: 40rem;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}

.card-image img {
  height: auto;
  width: 100%;
}

.card-image.is-square::before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 100%;
}

/* Card Graphic Background */
.card-graphic-bg {
  position: absolute;
  width: 100%;
  z-index: -1;
}

.card-graphic-bg img {
  height: 100%;
  object-fit: contain;
  object-position: left top;
  width: 100%;
}

/* Basic Link */
.basic-link {
  text-decoration: none;
}

.basic-link:hover {
  text-decoration: underline;
}

/* Border Link */
.border-link {
  position: relative;
  font-weight: 700;
  text-decoration: none;
}

.border-link:after {
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
  content: "";
  display: block;
  position: absolute;
  backface-visibility: hidden;
  background: currentColor;
  height: 2px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  top: 100%;
  transform: scaleX(0.5) translateY(0.25em);
  width: 100%;
}

@media (min-width: 1024px) {
  .border-link:hover:after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }
}

@media (max-width: 1023px) {
  .border-link:active:after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }
}

/* Content Link */
.content-link {
  display: block;
  text-decoration: none;
}

.content-link b:not([class]) {
  position: relative;
}

.content-link b:not([class])::after {
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
  content: "";
  display: block;
  position: absolute;
  backface-visibility: hidden;
  background: currentColor;
  height: 2px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  top: 100%;
  transform: scaleX(0.5) translateY(0.25em);
  width: 100%;
}

@media (min-width: 1024px) {
  .content-link:hover b:not([class])::after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }
}

@media (max-width: 1023px) {
  .content-link:active b:not([class])::after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }
}

.content-link-inline {
  display: inline-block;
  text-decoration: none;
}

/* CTA Link */
.cta-link {
  font-weight: 700;
  /*
  &:hover .icon-svg {
  	transform: translateX(0.25em);
  }
  .icon-svg {
  	@include transition('transform');
  }
  */
}

a.cta-link span:not([class]),
a .cta-link span:not([class]) {
  position: relative;
}

a.cta-link span:not([class])::after,
a .cta-link span:not([class])::after {
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
  content: "";
  display: block;
  position: absolute;
  backface-visibility: hidden;
  background: currentColor;
  height: 2px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  top: 100%;
  transform: scaleX(0.5) translateY(0.25em);
  width: 100%;
}

a.cta-link .icon-svg-arrow:first-child:not(:only-child),
a .cta-link .icon-svg-arrow:first-child:not(:only-child) {
  transition: transform 0.3s ease;
  will-change: transform;
}

a.cta-link .icon-svg-arrow:last-child,
a .cta-link .icon-svg-arrow:last-child {
  transition: transform 0.3s ease;
  will-change: transform;
}

@media (min-width: 1024px) {

  a.cta-link:hover span:not([class])::after,
  a:hover .cta-link span:not([class])::after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }

  a.cta-link:hover .icon-svg-arrow:first-child:not(:only-child),
  a:hover .cta-link .icon-svg-arrow:first-child:not(:only-child) {
    transform: translateX(-0.5em);
  }

  a.cta-link:hover .icon-svg-arrow:last-child,
  a:hover .cta-link .icon-svg-arrow:last-child {
    transform: translateX(0.5em);
  }
}

@media (max-width: 1023px) {

  a.cta-link:active span:not([class])::after,
  a:active .cta-link span:not([class])::after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }

  a.cta-link:active .icon-svg-arrow:first-child:not(:only-child),
  a:active .cta-link .icon-svg-arrow:first-child:not(:only-child) {
    transform: translateX(-0.5em);
  }

  a.cta-link:active .icon-svg-arrow:last-child,
  a:active .cta-link .icon-svg-arrow:last-child {
    transform: translateX(0.5em);
  }
}

/* Rockit Panel */
.rockit-panel {
  display: flex;
  flex-flow: row nowrap;
}

.rockit-panel.is-reverse {
  flex-direction: row-reverse;
}

@media (min-width: 60.01em) {
  .rockit-panel.not-100vh .rockit-panel-column {
    min-height: unset;
  }

  .rockit-panel.not-100vh .rockit-panel-tile {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}

@media (max-width: 60em) {
  .rockit-panel {
    flex-flow: column nowrap;
  }

  .rockit-panel.lg\:is-reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 45em) {
  .rockit-panel.md\:is-reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 30em) {
  .rockit-panel.sm\:is-reverse {
    flex-direction: column-reverse;
  }
}

@media (min-width: 60.01em) {
  .rockit-panel.is-container-md .rockit-panel-column.is-half .rockit-panel-content {
    max-width: 30.625rem;
  }

  .rockit-panel.is-container-md .rockit-panel-column.is-half .rockit-panel-content .content-block {
    max-width: 25.625rem;
  }

  .rockit-panel.is-container-md .rockit-panel-column.is-half .rockit-panel-content.is-left .tp-text,
  .rockit-panel.is-container-md .rockit-panel-column.is-half .rockit-panel-content.is-right .tp-text {
    max-width: 20rem;
  }
}

.rockit-panel.is-hero .rockit-panel-tile {
  justify-content: flex-end;
  padding-bottom: 3rem;
  padding-top: 12rem;
}

@media (min-width: 60.01em) {
  .rockit-panel.is-hero .rockit-panel-tile {
    padding-bottom: 4rem;
    padding-top: 17.8125rem;
  }
}

@media (max-width: 60em) and (min-width: 30.01em) {
  .rockit-panel.is-hero .rockit-panel-tile {
    padding-bottom: 4rem;
    padding-top: 17.3125rem;
  }
}

@media (max-width: 60em) {
  .rockit-panel.is-hero .rockit-panel-content .content-block {
    margin-left: 0;
  }
}

.rockit-panel .content-block:not(:first-child) {
  margin-top: 5rem;
}

@media (max-width: 60em) {
  .rockit-panel .content-block:not(:first-child) {
    margin-top: 4rem;
  }
}

@media (max-width: 30em) {
  .rockit-panel .content-block:not(:first-child) {
    margin-top: 3rem;
  }
}

.rockit-panel-column {
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column nowrap;
  position: relative;
  width: 100%;
  z-index: 0;
}

@media (min-width: 60.01em) {
  .rockit-panel-column {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }

  .rockit-panel-column.is-sm {
    width: 43.75%;
  }

  .rockit-panel-column.is-sm .rockit-panel-content {
    max-width: 20rem;
  }

  .rockit-panel-column.is-lg {
    width: 56.25%;
  }

  .rockit-panel-column.is-lg .rockit-panel-content {
    max-width: 33.75rem;
  }

  .rockit-panel-column.is-half {
    width: 50%;
  }

  .rockit-panel-column.is-half .rockit-panel-content {
    max-width: 36.875rem;
  }

  .rockit-panel-column.is-half .rockit-panel-content .content-block {
    max-width: 31.875rem;
  }

  .rockit-panel-column.is-half .rockit-panel-content.is-left .tp-text,
  .rockit-panel-column.is-half .rockit-panel-content.is-right .tp-text {
    max-width: 26.25rem;
  }

  .rockit-panel-column.is-half .rockit-panel-content.is-centered {
    max-width: 20rem;
  }
}

@media (max-width: 60em) and (min-width: 37.51em) {
  .rockit-panel-column {
    flex-flow: row nowrap;
  }
}

.rockit-panel-tile {
  display: flex;
  flex: 1 0 0%;
  -ms-flex: 1 0 auto;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 4rem 1.5rem;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 0;
}

@media (max-width: 60em) {
  .rockit-panel-tile .lg\:image-reset img {
    max-height: 30rem;
  }
}

@media (max-width: 45em) {
  .rockit-panel-tile .md\:image-reset img {
    max-height: 22.5rem;
  }
}

@media (max-width: 30em) {
  .rockit-panel-tile .sm\:image-reset img {
    max-height: 15rem;
  }
}

@media (min-width: 83.76em) {
  .rockit-panel-tile {
    padding: 5rem;
  }
}

@media (max-width: 83.75em) and (min-width: 60.01em) {
  .rockit-panel-tile {
    padding: 4rem;
  }
}

@media (max-width: 60em) and (min-width: 30.01em) {
  .rockit-panel-tile {
    padding: 4rem 2rem;
  }
}

.rockit-panel-tile.is-video {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

@media (min-width: 30.01em) {
  .rockit-panel-tile.is-video {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
}

.rockit-panel-content {
  width: 100%;
}

.rockit-panel-content .content-block {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 60em) {
  .rockit-panel-content .content-block {
    max-width: 30rem;
  }
}

.rockit-panel-content.is-left {
  margin-right: auto;
}

.rockit-panel-content.is-centered {
  margin-left: auto;
  margin-right: auto;
}

.rockit-panel-content.is-right {
  margin-left: auto;
}

@media (min-width: 60.01em) {
  .rockit-panel-content.width-full {
    max-width: 100% !important;
  }

  .rockit-panel-content.width-xl {
    max-width: 30rem !important;
  }

  .rockit-panel-content.width-lg {
    max-width: 27.5rem !important;
  }

  .rockit-panel-content.width-md {
    max-width: 25rem !important;
  }

  .rockit-panel-content.width-sm {
    max-width: 22.5rem !important;
  }

  .rockit-panel-content.width-xs {
    max-width: 20rem !important;
  }
}

.cover-content .content-block {
  margin-top: -18rem;
  padding-bottom: 9rem;
}

/* Content Block */
.content-block {
  display: block;
  width: 100%;
}

/* Apple Drag */
.apple_drag {
  position: relative;

  width: 22.8em;
  height: 27.8em;
  margin: 2.6em auto 0;

  font-size: 10px;

  pointer-events: none;
}

.apple_drag_image_w {
  z-index: 1;

  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;

}

/* .apple_drag_image_w_in {
	position: absolute;
	top: 0;
	left: 0;

	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 100%;
} */

.apple_drag_image_w img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  object-fit: contain;

  opacity: 0;
}

.apple_drag_image_w img:first-child {
  opacity: 1;
}

.apple_drag_line_w {
  z-index: 2;

  position: absolute;
  top: 50%;
  left: 50%;

  height: 2px;
  /* pointer-events: auto; */
}

@media (min-width: 768px) {
  .apple_drag_line_w {
    left: 50%;
    width: 36em;
    margin: 2.8em 0 0 -18em;
  }
}

@media (max-width: 767px) {
  .apple_drag_line_w {
    width: 26em;
    margin: 2.8em 0 0 -13em;
  }
}

.apple_drag_line {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  /*background-color: #eee2be;*/
}

.apple_drag_trigger {
  position: absolute;
  top: 50%;
  left: 0;

  width: 2px;
  height: 2px;
  margin-top: -1px;

  /* pointer-events: none; */
}

.apple_drag_trigger_in {
  position: absolute;
  top: 50%;
  left: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;


  border-radius: 50%;
  background-color: #ffffff;

  pointer-events: auto;
  cursor: pointer;
  cursor: ew-resize;
}

.apple_drag_trigger_title {
  color: #48762e;

  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1.31;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  .apple_drag_trigger_in {
    width: 8.8em;
    height: 8.8em;
    margin: -4.4em 0 0 -4.4em;
    padding: 1em 2em;
  }

  .apple_drag_trigger_title {
    font-size: 1.3em;
  }
}

@media (max-width: 374px) {
  .apple_drag_trigger_in {
    width: 4.8em;
    height: 4.8em;
    margin: -2.4em 0 0 -2.4em;
    padding: 1em;
  }

  .apple_drag_trigger_title {
    font-size: .9em;
  }
}

/* Image Contain */
.image-contain {
  overflow: hidden;
}

.image-contain,
.image-contain img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.image-contain img {
  object-fit: contain;
}

/* Image Cover */
.image-cover {
  overflow: hidden;
  cursor: pointer;
}

.image-cover,
.image-cover img {
  height: 40rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.col1 {
  width: 47%;
  height: 27rem;
}

.col1 .image-cover,
.col1 .image-cover img {
  width: 100%;
  height: 100%;
}

.image-cover img {
  object-fit: cover;
}

.image-cover.image-cover__mobile {
  display: none;
}

@media (max-width: 60em) {
  .image-cover.image-cover__mobile {
    display: block;
  }

  .image-cover.image-cover__mobile+.image-cover {
    display: none;
  }

  .image-cover.image-cover__mobile img {
    object-position: top center;
  }
}

/* Image Gif */
.image-gif {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 60.01em) {
  .image-gif {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}

@media (max-width: 60em) {
  .image-gif {
    max-width: 30rem;
  }
}

.image-gif img {
  width: 100%;
}

@media (min-width: 60.01em) {
  .image-gif img {
    height: auto;
    margin: 0 auto;
    max-width: 67.5rem;
    object-fit: contain;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Image Reset */
.image-reset {
  overflow: hidden;
}

.image-reset,
.image-reset img {
  height: auto;
  left: auto;
  position: static;
  top: auto;
  width: 100%;
  z-index: auto;
}

.image-reset img {
  object-fit: cover;
}

@media (max-width: 60em) {

  .lg\:image-reset,
  .lg\:image-reset img {
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: 100%;
    z-index: auto;
  }

  .lg\:image-reset img {
    object-fit: cover;
  }
}

@media (max-width: 45em) {

  .md\:image-reset,
  .md\:image-reset img {
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: 100%;
    z-index: auto;
  }

  .md\:image-reset img {
    object-fit: cover;
  }
}

@media (max-width: 30em) {

  .sm\:image-reset,
  .sm\:image-reset img {
    height: auto;
    left: auto;
    position: static;
    top: auto;
    width: 100%;
    z-index: auto;
  }

  .sm\:image-reset img {
    object-fit: cover;
  }
}

/* Image Full */
.image-full,
.image-full img {
  width: 100%;
}

/* Swiper */
.swiper-wrapper {
  will-change: transform;
}

.swiper-navigation {
  height: 1.125em;
  position: relative;
  width: 4.5em;
}

.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
  top: 0;
  transform: none;
}

.swiper-navigation .swiper-button-prev {
  left: 0;
}

.swiper-navigation .swiper-button-next {
  right: 0;
}

.swiper-button-prev,
.swiper-button-next {
  color: inherit;
  height: 1.125em;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  height: 100%;
  width: 100%;
}

/* Featured Panel */
.featured-panel .header-block {
  max-width: 31.875rem;
}

/* Featured Swiper */
.featured-swiper .swiper-container {
  overflow: visible;
}

.featured-swiper .swiper-slide {
  height: auto;
  max-width: 11.25rem;
}

.featured-swiper .swiper-slide .content-block .tp-text {
  max-width: 10.25rem;
}

@media (min-width: 60.01em) {
  .featured-swiper .swiper-slide {
    max-width: 18.75rem;
  }

  .featured-swiper .swiper-slide .content-block .tp-text {
    max-width: 17.75rem;
  }
}

@media (max-width: 60em) and (min-width: 30.01em) {
  .featured-swiper .swiper-slide {
    max-width: 15rem;
  }

  .featured-swiper .swiper-slide .content-block .tp-text {
    max-width: 14rem;
  }
}

/* Featured Card */
.featured-card {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}

/* Overview Block */
.overview-block {
  z-index: 1;

  position: relative;

  overflow: hidden;
}

.overview-block a:not([class]) {
  text-decoration: none;
}

.overview-block a:not([class]):hover {
  text-decoration: underline;
}

.overview-block .split-icon-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 25rem;
}

.overview-block-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 45rem;
  text-align: center;
}

.overview-block-content .width-xs,
.overview-block-content .width-sm,
.overview-block-content .width-md,
.overview-block-content .width-lg,
.overview-block-content .width-xl {
  margin-left: auto;
  margin-right: auto;
}

.overview-block-content .width-xs {
  max-width: 27.5rem;
}

.overview-block-content .width-sm {
  max-width: 30rem;
}

.overview-block-content .width-md {
  max-width: 35rem;
}

.overview-block-content .width-lg {
  max-width: 40rem;
}

.overview-block-content .width-xl {
  max-width: 42.5rem;
}

/* Our Impact Image */
.our-impact-image {
  object-fit: cover;
}

@media (max-width: 120em) {
  .our-impact-image {
    height: 22.5rem;
  }
}

@media (max-width: 35em) {
  .our-impact-image {
    height: 64.2857142857vw;
  }
}

/* Social Menu */
.social-menu {
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.social-menu-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.social-menu-icon {
  display: block;
  font-size: 1.3333333333rem;
}

/* Dropdown */
.dropdown-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dropdown-menu {
  background: #526280;
  bottom: 100%;
  display: none;
  height: auto;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  white-space: nowrap;
  z-index: 1;
}

.dropdown-menu-link {
  color: #eee2be;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.dropdown-wrapper {
  position: relative;
}

/* Our Apples Background */
.our-apples-bg {
  width: 100%;
  position: relative;
  /* overflow: hidden; */
  /* background-image: url("./assets/static/img/21_05_05_ROCKIT_APPLES_SHOT_02-0079.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%; */
}

.our-apples-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  background-image: url("./assets/static/img/21_05_05_ROCKIT_APPLES_SHOT_02-0079.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.our-apples-bg .landing-cover .cover-content {
  filter: drop-shadow(0 0.125rem 0.25rem rgba(169, 52, 44, 0.12));
}

@media (max-width: 60em) {
  .our-apples-bg {
    background-position: left bottom;
  }
}

@media (max-width: 33em) {
  .our-apples-bg {
    background-position: calc(50% + 12rem) bottom;
  }
}

@media (max-width: 30em) {
  .our-apples-bg .rockit-panel-content .content-block {
    margin-left: 0;
    max-width: 17.5rem;
  }

  .our-apples-bg .rockit-panel-content .tp-h3 {
    max-width: 15rem;
  }
}

/* Our Impact Background */
.our-impact-bg {
  background-image: url("./assets/static/img/21_05_05_ROCKIT_APPLES_SHOT_12-0344.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.our-impact-bg .landing-cover .cover-content {
  filter: drop-shadow(0 0.125rem 0.25rem rgba(82, 98, 128, 0.12));
}

@media (max-width: 60em) {
  .our-impact-bg {
    background-position: calc(50% + 15rem) top;
    background-size: auto 165%;
    padding-bottom: 17.5rem;
    position: relative;
    z-index: 0;
  }

  .our-impact-bg::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 100%);
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .our-impact-bg .rockit-panel-content .content-block {
    margin-left: 0;
    max-width: 15rem;
  }

  .our-impact-bg .rockit-panel-content .tp-text {
    max-width: 14rem;
  }
}


/* Apple Tube Background */
@media (min-width: 60.01em) {
  .apple-tube-bg {
    background-image: url("./assets/static/img/21_05_05_ROCKIT_APPLES_SHOT_06-0999.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* Scroll Down Arrow */
.scroll-down-arrow {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  z-index: 9;
}

.scroll-down-arrow svg {
  animation: scroll-down-arrow 1.5s linear infinite;
}

@keyframes scroll-down-arrow {
  0% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(0.5em);
  }

  30% {
    transform: translateY(0);
  }

  45% {
    transform: translateY(0.5em);
  }

  60% {
    transform: translateY(0);
  }
}

/* Counting Swiper */
.counting-swiper {
  color: #fff;
}

.counting-swiper .swiper-footer {
  bottom: 5rem;
  position: absolute;
  width: 100%;
}

.counting-swiper .swiper-footer .content-block {
  margin-left: auto;
}

@media (max-width: 60em) {
  .counting-swiper .swiper-footer .content-block {
    margin-right: auto;
  }
}

@media (max-width: 60em) {
  .counting-swiper .swiper-footer .swiper-navigation {
    margin-left: auto;
    margin-right: auto;
  }
}

.counting-swiper .swiper-slide {
  height: auto;
}

.counting-swiper .swiper-button-prev,
.counting-swiper .swiper-button-next {
  bottom: 0;
  top: auto;
}

.counting-swiper .content-block {
  max-width: 31.875rem;
}

@media (max-width: 60em) {
  .counting-swiper .content-block {
    max-width: 30rem;
  }
}

/* Counting Card */
.counting-card-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.counting-card-content {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  padding-bottom: 5rem;
  padding-top: 5rem;
  width: 100%;
}

.counting-swiper .swiper-wrapper .content-block {
  opacity: 0;
  transform: translateY(10rem);

  transition: opacity .6s ease-out, transform .6s ease-out;
  will-change: opacity, transform;
}

.counting-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content-block {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 60.01em) {
  .counting-card-content {
    align-items: flex-end;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }

  .counting-card-content.auto-height {
    min-height: 0;
  }
}

@media (max-width: 60em) {
  .counting-card-content {
    text-align: center;
  }
}

.counting-card .content-block {
  padding-bottom: 4.125rem;
}

@media (max-width: 60em) {
  .counting-card .content-block {
    padding-bottom: 3.625rem;
  }
}

/* Get in touch */
.get-in-touch {
  text-align: center;
}

.get-in-touch .content-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 25rem;
}

.get-in-touch .tp-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
}

@media (max-width: 60em) {
  .get-in-touch .split-icon-wrapper .row {
    flex-flow: column nowrap;
  }
}

/* Browse Roles Content */
.browse-roles-content {
  display: none;
}

/* Mini Navigation */
.mini-nav {
  display: flex;
  justify-content: center;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media (max-width: 30em) {
  .mini-nav {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

.mini-nav-item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (max-width: 30em) {
  .mini-nav-item {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}

.mini-nav-link {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  position: relative;
  text-decoration: none;
  z-index: 0;
}

@media (max-width: 30em) {
  .mini-nav-link {
    font-size: 0.875rem;
  }
}

.mini-nav-link::after {
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
  content: "";
  display: block;
  position: absolute;
  backface-visibility: hidden;
  background: currentColor;
  height: 2px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  top: 100%;
  transform: scaleX(0.5) translateY(0.25em);
  width: 100%;
}

@media (min-width: 1024px) {

  .mini-nav-link:hover::after,
  .mini-nav-link.is-active::after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }
}

@media (max-width: 1023px) {

  .mini-nav-link:active::after,
  .mini-nav-link.is-active::after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }
}

/* Hamburger Button */
.hamburger-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-size: 1rem;
  height: 1.5em;
  padding: 0.15625em 0;
  width: 1.5em;
}

@media (min-width: 30.01em) {
  .hamburger-button {
    font-size: 1.25rem;
  }
}

.hamburger-button-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}

.hamburger-button span {
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
  background: currentColor;
  height: 0.1875em;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hamburger-button span:nth-child(1) {
  top: 0;
}

.hamburger-button span:nth-child(2) {
  top: 0.5em;
}

.hamburger-button span:nth-child(3) {
  top: 1em;
}

/* Hero Side Image */
.hero-side-image {
  margin-left: auto;
  margin-right: -2.5rem;
  margin-top: -2.25rem;
  max-width: 30rem;
  padding-left: 5rem;
  width: 100%;
}

@media (max-width: 60em) {
  .hero-side-image {
    margin-right: -2rem;
  }
}

@media (max-width: 30em) {
  .hero-side-image {
    margin-right: -1.5rem;
  }
}

.hero-side-image img {
  width: 100%;
}

/* Rockit Roles */
.rockit-roles {
  display: flex;
  flex-flow: column nowrap;
}

@media (min-width: 30.01em) {
  .rockit-roles {
    flex-flow: row wrap;
    justify-content: center;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.rockit-roles>* {
  flex: 0 0 auto;
  margin-bottom: 2.5rem;
  width: 100%;
}

@media (min-width: 60.01em) {
  .rockit-roles>* {
    width: 25%;
  }
}

@media (max-width: 60em) and (min-width: 30.01em) {
  .rockit-roles>* {
    width: 50%;
  }
}

@media (min-width: 30.01em) {
  .rockit-roles>* {
    max-width: 20rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.rockit-roles .featured-card .card-content .tp-text {
  max-width: calc(100% - 1rem);
}

@media (max-width: 30em) {
  .rockit-roles .featured-card .card-image::before {
    padding-bottom: 60%;
  }
}

/* Stockist Card */
.stockist-card {
  display: block;
  padding: 1rem;
  text-align: left;
  text-decoration: none;
}

.stockist-card>* {
  max-width: 100% !important;
}

/* Stockist Cards */
.stockist-cards-block,
.stockist-cards-block-a,
.stockist-cards-block-b {
  display: none;
}

.stockist-cards-item {
  margin-top: 1rem;
}

/* Stockist Map */
.stockist-map-content {
  max-height: 20rem;
  overflow: hidden;
  position: relative;
}

.stockist-map-content::before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 100%;
}

/* Rockit News Filter */
.rockit-news-filter {
  max-width: 33.125rem;
}

/* Rockit News List */
.rockit-news-list {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 30.01em) {
  .rockit-news-list {
    flex-flow: row wrap;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

.rockit-news-list>* {
  flex: 0 0 auto;
  margin-bottom: 4rem;
  width: 100%;
}

@media (min-width: 60.01em) {
  .rockit-news-list>* {
    width: 33.3333333333%;
  }
}

@media (max-width: 60em) and (min-width: 30.01em) {
  .rockit-news-list>* {
    width: 50%;
  }
}

@media (min-width: 30.01em) {
  .rockit-news-list>* {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.rockit-news-list .featured-card .card-content .tp-text {
  max-width: calc(100% - 1rem);
}

/* Rockit News Cover */
.rockit-news-cover {
  width: 100%;
}

.rockit-news-cover img {
  max-height: 37.5rem;
  object-fit: cover;
  width: 100%;
}

/* Rockit News Article */
.rockit-news-article {
  max-width: 50rem;
  white-space: normal;
}

/* Rockit Loader Overlay */
.rockit-loader-overlay {
  backface-visibility: hidden;
  background: #e31313;
  color: #eee2be;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99;

  opacity: 1;

  pointer-events: none;
}

@media (min-width: 768px) {
  body .rockit-loader-overlay {
    display: none;
  }
}

.rockit-loader-overlay.is-closing {
  transform: scale(1.5);
}

.rockit-loader-overlay.is-closing [class^=svg-path-] {
  animation-play-state: paused;
}

.rockit-loader-overlay svg {
  height: 100%;
  width: 100%;
}

.rockit-loader-overlay [class^=svg-path-] {
  animation: rockit-loader-overlay 0.6s linear infinite alternate;
  opacity: 0;
  will-change: opacity;
}

.rockit-loader-overlay .svg-path-1 {
  animation-delay: 0.6s;
}

.rockit-loader-overlay .svg-path-2 {
  animation-delay: 0.48s;
}

.rockit-loader-overlay .svg-path-3 {
  animation-delay: 0.36s;
}

.rockit-loader-overlay .svg-path-4 {
  animation-delay: 0.24s;
}

.rockit-loader-overlay .svg-path-5 {
  animation-delay: 0.12s;
}

.rockit-loader-overlay .svg-path-6 {
  animation-delay: 0;
}

@keyframes rockit-loader-overlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.6;
  }
}

/* Rockit Modal */
.rockit-modal {
  background: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.rockit-modal.active-modal {
  overflow-x: hidden;
  overflow-y: scroll;
}

.rockit-modal:not(.active-modal) .rockit-modal-wrapper {
  transform: translateY(-10%);
}

.rockit-modal .content-block {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 60em) {

  .rockit-modal .container,
  .rockit-modal .container-xs,
  .rockit-modal .container-sm,
  .rockit-modal .container-md,
  .rockit-modal .container-lg,
  .rockit-modal .container-fluid {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.rockit-modal-close {
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 1;
}

@media (min-width: 60.01em) {
  .rockit-modal-close {
    right: 0;
    top: -2.5rem;
  }
}

@media (max-width: 60em) and (min-width: 30.01em) {
  .rockit-modal-close {
    right: 2rem;
    top: 2rem;
  }
}

.rockit-modal-content {
  padding: 4rem;
}

@media (max-width: 60em) {
  .rockit-modal-content {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 30em) {
  .rockit-modal-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.rockit-modal-content .content-block {
  max-width: 40rem;
}

.rockit-modal-footer {
  background: rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
}

.rockit-modal-panel {
  position: relative;
  z-index: 0;
}

@media (max-width: 60em) {
  .rockit-modal-panel {
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

.rockit-modal-wrapper {
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
}

@media (min-width: 60.01em) {
  .rockit-modal-wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

/* Language Dropdown */
.language-dropdown {
  position: relative;
  z-index: 9;
}

.language-dropdown.active-dropdown .dropdown-button svg,
.language-dropdown.active-dropdown .dropdown-button:hover svg {
  transform: rotate(180deg);
}

.language-dropdown.active-dropdown .dropdown-menu {
  transform: translateY(0);
}

.language-dropdown .dropdown-button:hover svg {
  transform: translateZ(0);
}

.language-dropdown .dropdown-menu {
  bottom: calc(100% + 0.75rem);
  font-weight: 400;
  transform: translateY(0.75rem);
  transform-origin: bottom;
  transition: transform 0.3s ease;
  will-change: transform;
}

.language-dropdown .dropdown-menu-item:not(:first-child) {
  border-top: 1px solid #eee2be;
}

.language-dropdown .dropdown-menu-link {
  background: #526280;
  display: block;
  transition: opacity 0.3s ease;
  will-change: opacity;
}

.language-dropdown .dropdown-menu-link:hover {
  opacity: .6;
}

.language-dropdown-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url('./assets/static/img/icons/yellow-lite/icon-chevron-down.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1em auto;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 1.75em;
  padding-top: 0;
  width: 100%;
}

.language-dropdown-control option {
  color: #000;
}

/* Animate Right Hover */
a.animate-right-hover,
a .animate-right-hover {
  transition: transform 0.3s ease;
  will-change: transform;
  transform: translateZ(0);
}

@media (min-width: 1024px) {

  a.animate-right-hover:hover,
  a:hover .animate-right-hover {
    transform: translateX(0.5em);
  }
}

@media (max-width: 1023px) {

  a.animate-right-hover:active,
  a:active .animate-right-hover {
    transform: translateX(0.5em);
  }
}

/* Animate Zoom Hover */
a.animate-zoom-hover img,
a .animate-zoom-hover img {
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

@media (min-width: 1024px) {

  a.animate-zoom-hover:hover img,
  a:hover .animate-zoom-hover img {
    transform: scale(1.05);
  }
}

@media (max-width: 1023px) {

  a.animate-zoom-hover:active img,
  a:active .animate-zoom-hover img {
    transform: scale(1.05);
  }
}

/* Animate Underline Hover */
a.animate-underline-hover,
a .animate-underline-hover {
  position: relative;
}

a.animate-underline-hover::after,
a .animate-underline-hover::after {
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
  content: "";
  display: block;
  position: absolute;
  backface-visibility: hidden;
  background: currentColor;
  height: 2px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  top: 100%;
  transform: scaleX(0.5) translateY(0.25em);
  width: 100%;
}

@media (min-width: 1024px) {

  a.animate-underline-hover:hover::after,
  a:hover .animate-underline-hover::after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }
}

@media (max-width: 1023px) {

  a.animate-underline-hover:active::after,
  a:active .animate-underline-hover::after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }
}

/* Animate Grow Hover */
a.animate-grow-hover,
a .animate-grow-hover {
  transition: transform 0.3s ease;
  will-change: transform;
  transform: scale(1);
}

@media (min-width: 1024px) {

  a.animate-grow-hover:hover,
  a:hover .animate-grow-hover {
    transform: scale(1.25);
  }
}

@media (max-width: 1023px) {

  a.animate-grow-hover:active,
  a:active .animate-grow-hover {
    transform: scale(1.25);
  }
}

/* Animate Fadeout Hover */
a.animate-fadeout-hover::after,
a .animate-fadeout-hover::after {
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  height: 100%;
  opacity: 0;
  width: 100%;
}

@media (min-width: 1024px) {

  a.animate-fadeout-hover:hover::after,
  a:hover .animate-fadeout-hover::after {
    opacity: 0.25;
  }
}

@media (max-width: 1024px) {

  a.animate-fadeout-hover:active::after,
  a:active .animate-fadeout-hover::after {
    opacity: 0.25;
  }
}

/* BG Leaves Bottom */
.bg-leaves-bottom {
  background: url(./assets/static/img/graphics/Leaves.svg) right top no-repeat;
  background-size: 100% auto;
  bottom: 0;
  height: 10rem;
  position: absolute;
  right: 1rem;
  width: 20rem;
  z-index: 1;
}

/* Rockit Footer */
.rockit-footer {
  background: #526280;
  color: #eee2be;
  padding: 2rem 0 1rem;
}

.rockit-footer .footer-nav {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 75.01em) {
  .rockit-footer .footer-nav {
    width: 30rem;
  }
}

@media (max-width: 75em) and (min-width: 70.01em) {
  .rockit-footer .footer-nav {
    width: 27.5rem;
  }
}

@media (max-width: 70em) and (min-width: 65.01em) {
  .rockit-footer .footer-nav {
    width: 25rem;
  }
}

@media (max-width: 65em) and (min-width: 60.01em) {
  .rockit-footer .footer-nav {
    width: 22.5rem;
  }
}

.rockit-footer .footer-nav-col {
  width: 13rem;
  margin-top: -0.9rem;
}

.rockit-footer .footer-nav-col::before {
  content: "";
  display: block;
  position: relative;
  background: currentColor;
  height: 2px;
  top: 4.5rem;
}

.rockit-footer .footer-nav-item {
  margin-top: 0.5em;
}

.rockit-footer .footer-nav-item:first-child {
  margin-top: 0em;
}

.rockit-footer .footer-nav-link {
  font-weight: 700;
  text-decoration: none;
}

.rockit-footer .language-dropdown {
  font-size: 0.875rem;
  text-align: right;
}

.rockit-footer .language-dropdown-control {
  margin-left: auto;
}

.rockit-footer a.footer-nav-link,
.rockit-footer a.social-menu-icon {
  transition: color 0.3s ease;
  will-change: color;
}

.rockit-footer a.footer-nav-link:hover,
.rockit-footer a.social-menu-icon:hover {
  color: #fff;
}

/* Background */
.bg-white {
  background-color: #fff;
}

.bg-lite {
  background-color: #999;
}

.bg-gray {
  background-color: #666;
}

.bg-dark {
  background-color: #333;
}

.bg-black {
  background-color: #000;
}

.bg-red {
  background-color: #e31313;
}

.bg-red-lite {
  background-color: #edb7a7;
}

.bg-red-lite-alt {
  background-color: #f0bfae;
}

.bg-red-deep {
  background-color: #a9342c;
}

.bg-green {
  background-color: #73a83b;
}

.bg-green-deep {
  background-color: #48762e;
}

.bg-blue {
  background-color: #526280;
}

.bg-blue-lite {
  background-color: #aec9e3;
}

.bg-yellow {
  background-color: #f6c15f;
}

.bg-yellow-lite {
  background-color: #eee2be;
}

/* Headings */
/* Typography */
[class^=tp-] {
  margin: 0;
}

.tp-h1,
h1 {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 1.125;
}

@media (max-width: 60em) {

  .tp-h1,
  h1 {
    font-size: 2.8125rem;
    line-height: 1.1111111111;
  }
}

.tp-h2,
h2 {
  font-size: 4.0625rem;
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 1.1076923077;
}

@media (max-width: 60em) {

  .tp-h2,
  h2 {
    font-size: 2.375rem;
    line-height: 1.1842105263;
  }
}

.tp-h3,
h3 {
  font-size: 2.375rem;
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 1.1842105263;
}

.tp-h4,
h4 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 1.125;
}

.tp-h5,
h5 {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 1.125;
}

.tp-h6,
h6 {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 1.125;
}

.tp-title {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
}

.tp-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.tp-tag {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.tp-number {
  font-family: "Domaine Display", serif;
  font-size: 15rem;
  line-height: 1;
}

@media (max-width: 60em) {
  .tp-number {
    font-size: 12.5rem;
  }
}

@media (max-width: 45em) {
  .tp-number {
    font-size: 10rem;
  }
}

@media (max-width: 30em) {
  .tp-number {
    font-size: 7.5rem;
  }
}

/* List */
.list-custom {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-custom li {
  display: block;
  line-height: 1.5;
}

.list-custom li:not(:first-child) {
  margin-top: 0.5em;
}

.list-custom li::before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 1em;
  vertical-align: top;
  background: currentColor;
  border-radius: 0% 100% 50% 50%/50% 62.5% 37.5% 50%;
  height: 1em;
  width: 0.625em;
  transform: translateY(0.25em);
}

/* Home Heading */
.home-heading {
  font-size: 6.25rem;
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 0.9;
  margin: 0;
}

@media (max-width: 60em) {
  .home-heading {
    font-size: 3.75rem;
    line-height: 1;
  }

  .home-heading.hide {
    display: none;
  }
}

/* Letter Spacing */
.ls-shrink {
  letter-spacing: -0.03125em;
}

.ls-spaced {
  letter-spacing: 0.125em;
}

/* Font Weight */
.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

/* Font Size */
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-27 {
  font-size: 1.6875rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-29 {
  font-size: 1.8125rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-31 {
  font-size: 1.9375rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-33 {
  font-size: 2.0625rem;
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-35 {
  font-size: 2.1875rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-37 {
  font-size: 2.3125rem;
}

.fs-38 {
  font-size: 2.375rem;
}

.fs-39 {
  font-size: 2.4375rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-41 {
  font-size: 2.5625rem;
}

.fs-42 {
  font-size: 2.625rem;
}

.fs-43 {
  font-size: 2.6875rem;
}

.fs-44 {
  font-size: 2.75rem;
}

.fs-45 {
  font-size: 2.8125rem;
}

.fs-46 {
  font-size: 2.875rem;
}

.fs-47 {
  font-size: 2.9375rem;
}

.fs-48 {
  font-size: 3rem;
}

.fs-49 {
  font-size: 3.0625rem;
}

.fs-50 {
  font-size: 3.125rem;
}

.fs-51 {
  font-size: 3.1875rem;
}

.fs-52 {
  font-size: 3.25rem;
}

.fs-53 {
  font-size: 3.3125rem;
}

.fs-54 {
  font-size: 3.375rem;
}

.fs-55 {
  font-size: 3.4375rem;
}

.fs-56 {
  font-size: 3.5rem;
}

.fs-57 {
  font-size: 3.5625rem;
}

.fs-58 {
  font-size: 3.625rem;
}

.fs-59 {
  font-size: 3.6875rem;
}

.fs-60 {
  font-size: 3.75rem;
}

.fs-61 {
  font-size: 3.8125rem;
}

.fs-62 {
  font-size: 3.875rem;
}

.fs-63 {
  font-size: 3.9375rem;
}

.fs-64 {
  font-size: 4rem;
}

@media (max-width: 60em) {
  .lg\:fs-10 {
    font-size: 0.625rem;
  }

  .lg\:fs-11 {
    font-size: 0.6875rem;
  }

  .lg\:fs-12 {
    font-size: 0.75rem;
  }

  .lg\:fs-13 {
    font-size: 0.8125rem;
  }

  .lg\:fs-14 {
    font-size: 0.875rem;
  }

  .lg\:fs-15 {
    font-size: 0.9375rem;
  }

  .lg\:fs-16 {
    font-size: 1rem;
  }

  .lg\:fs-17 {
    font-size: 1.0625rem;
  }

  .lg\:fs-18 {
    font-size: 1.125rem;
  }

  .lg\:fs-19 {
    font-size: 1.1875rem;
  }

  .lg\:fs-20 {
    font-size: 1.25rem;
  }

  .lg\:fs-21 {
    font-size: 1.3125rem;
  }

  .lg\:fs-22 {
    font-size: 1.375rem;
  }

  .lg\:fs-23 {
    font-size: 1.4375rem;
  }

  .lg\:fs-24 {
    font-size: 1.5rem;
  }

  .lg\:fs-25 {
    font-size: 1.5625rem;
  }

  .lg\:fs-26 {
    font-size: 1.625rem;
  }

  .lg\:fs-27 {
    font-size: 1.6875rem;
  }

  .lg\:fs-28 {
    font-size: 1.75rem;
  }

  .lg\:fs-29 {
    font-size: 1.8125rem;
  }

  .lg\:fs-30 {
    font-size: 1.875rem;
  }

  .lg\:fs-31 {
    font-size: 1.9375rem;
  }

  .lg\:fs-32 {
    font-size: 2rem;
  }

  .lg\:fs-33 {
    font-size: 2.0625rem;
  }

  .lg\:fs-34 {
    font-size: 2.125rem;
  }

  .lg\:fs-35 {
    font-size: 2.1875rem;
  }

  .lg\:fs-36 {
    font-size: 2.25rem;
  }

  .lg\:fs-37 {
    font-size: 2.3125rem;
  }

  .lg\:fs-38 {
    font-size: 2.375rem;
  }

  .lg\:fs-39 {
    font-size: 2.4375rem;
  }

  .lg\:fs-40 {
    font-size: 2.5rem;
  }

  .lg\:fs-41 {
    font-size: 2.5625rem;
  }

  .lg\:fs-42 {
    font-size: 2.625rem;
  }

  .lg\:fs-43 {
    font-size: 2.6875rem;
  }

  .lg\:fs-44 {
    font-size: 2.75rem;
  }

  .lg\:fs-45 {
    font-size: 2.8125rem;
  }

  .lg\:fs-46 {
    font-size: 2.875rem;
  }

  .lg\:fs-47 {
    font-size: 2.9375rem;
  }

  .lg\:fs-48 {
    font-size: 3rem;
  }

  .lg\:fs-49 {
    font-size: 3.0625rem;
  }

  .lg\:fs-50 {
    font-size: 3.125rem;
  }

  .lg\:fs-51 {
    font-size: 3.1875rem;
  }

  .lg\:fs-52 {
    font-size: 3.25rem;
  }

  .lg\:fs-53 {
    font-size: 3.3125rem;
  }

  .lg\:fs-54 {
    font-size: 3.375rem;
  }

  .lg\:fs-55 {
    font-size: 3.4375rem;
  }

  .lg\:fs-56 {
    font-size: 3.5rem;
  }

  .lg\:fs-57 {
    font-size: 3.5625rem;
  }

  .lg\:fs-58 {
    font-size: 3.625rem;
  }

  .lg\:fs-59 {
    font-size: 3.6875rem;
  }

  .lg\:fs-60 {
    font-size: 3.75rem;
  }

  .lg\:fs-61 {
    font-size: 3.8125rem;
  }

  .lg\:fs-62 {
    font-size: 3.875rem;
  }

  .lg\:fs-63 {
    font-size: 3.9375rem;
  }

  .lg\:fs-64 {
    font-size: 4rem;
  }
}

@media (max-width: 45em) {
  .md\:fs-10 {
    font-size: 0.625rem;
  }

  .md\:fs-11 {
    font-size: 0.6875rem;
  }

  .md\:fs-12 {
    font-size: 0.75rem;
  }

  .md\:fs-13 {
    font-size: 0.8125rem;
  }

  .md\:fs-14 {
    font-size: 0.875rem;
  }

  .md\:fs-15 {
    font-size: 0.9375rem;
  }

  .md\:fs-16 {
    font-size: 1rem;
  }

  .md\:fs-17 {
    font-size: 1.0625rem;
  }

  .md\:fs-18 {
    font-size: 1.125rem;
  }

  .md\:fs-19 {
    font-size: 1.1875rem;
  }

  .md\:fs-20 {
    font-size: 1.25rem;
  }

  .md\:fs-21 {
    font-size: 1.3125rem;
  }

  .md\:fs-22 {
    font-size: 1.375rem;
  }

  .md\:fs-23 {
    font-size: 1.4375rem;
  }

  .md\:fs-24 {
    font-size: 1.5rem;
  }

  .md\:fs-25 {
    font-size: 1.5625rem;
  }

  .md\:fs-26 {
    font-size: 1.625rem;
  }

  .md\:fs-27 {
    font-size: 1.6875rem;
  }

  .md\:fs-28 {
    font-size: 1.75rem;
  }

  .md\:fs-29 {
    font-size: 1.8125rem;
  }

  .md\:fs-30 {
    font-size: 1.875rem;
  }

  .md\:fs-31 {
    font-size: 1.9375rem;
  }

  .md\:fs-32 {
    font-size: 2rem;
  }

  .md\:fs-33 {
    font-size: 2.0625rem;
  }

  .md\:fs-34 {
    font-size: 2.125rem;
  }

  .md\:fs-35 {
    font-size: 2.1875rem;
  }

  .md\:fs-36 {
    font-size: 2.25rem;
  }

  .md\:fs-37 {
    font-size: 2.3125rem;
  }

  .md\:fs-38 {
    font-size: 2.375rem;
  }

  .md\:fs-39 {
    font-size: 2.4375rem;
  }

  .md\:fs-40 {
    font-size: 2.5rem;
  }

  .md\:fs-41 {
    font-size: 2.5625rem;
  }

  .md\:fs-42 {
    font-size: 2.625rem;
  }

  .md\:fs-43 {
    font-size: 2.6875rem;
  }

  .md\:fs-44 {
    font-size: 2.75rem;
  }

  .md\:fs-45 {
    font-size: 2.8125rem;
  }

  .md\:fs-46 {
    font-size: 2.875rem;
  }

  .md\:fs-47 {
    font-size: 2.9375rem;
  }

  .md\:fs-48 {
    font-size: 3rem;
  }

  .md\:fs-49 {
    font-size: 3.0625rem;
  }

  .md\:fs-50 {
    font-size: 3.125rem;
  }

  .md\:fs-51 {
    font-size: 3.1875rem;
  }

  .md\:fs-52 {
    font-size: 3.25rem;
  }

  .md\:fs-53 {
    font-size: 3.3125rem;
  }

  .md\:fs-54 {
    font-size: 3.375rem;
  }

  .md\:fs-55 {
    font-size: 3.4375rem;
  }

  .md\:fs-56 {
    font-size: 3.5rem;
  }

  .md\:fs-57 {
    font-size: 3.5625rem;
  }

  .md\:fs-58 {
    font-size: 3.625rem;
  }

  .md\:fs-59 {
    font-size: 3.6875rem;
  }

  .md\:fs-60 {
    font-size: 3.75rem;
  }

  .md\:fs-61 {
    font-size: 3.8125rem;
  }

  .md\:fs-62 {
    font-size: 3.875rem;
  }

  .md\:fs-63 {
    font-size: 3.9375rem;
  }

  .md\:fs-64 {
    font-size: 4rem;
  }
}

@media (max-width: 30em) {
  .sm\:fs-10 {
    font-size: 0.625rem;
  }

  .sm\:fs-11 {
    font-size: 0.6875rem;
  }

  .sm\:fs-12 {
    font-size: 0.75rem;
  }

  .sm\:fs-13 {
    font-size: 0.8125rem;
  }

  .sm\:fs-14 {
    font-size: 0.875rem;
  }

  .sm\:fs-15 {
    font-size: 0.9375rem;
  }

  .sm\:fs-16 {
    font-size: 1rem;
  }

  .sm\:fs-17 {
    font-size: 1.0625rem;
  }

  .sm\:fs-18 {
    font-size: 1.125rem;
  }

  .sm\:fs-19 {
    font-size: 1.1875rem;
  }

  .sm\:fs-20 {
    font-size: 1.25rem;
  }

  .sm\:fs-21 {
    font-size: 1.3125rem;
  }

  .sm\:fs-22 {
    font-size: 1.375rem;
  }

  .sm\:fs-23 {
    font-size: 1.4375rem;
  }

  .sm\:fs-24 {
    font-size: 1.5rem;
  }

  .sm\:fs-25 {
    font-size: 1.5625rem;
  }

  .sm\:fs-26 {
    font-size: 1.625rem;
  }

  .sm\:fs-27 {
    font-size: 1.6875rem;
  }

  .sm\:fs-28 {
    font-size: 1.75rem;
  }

  .sm\:fs-29 {
    font-size: 1.8125rem;
  }

  .sm\:fs-30 {
    font-size: 1.875rem;
  }

  .sm\:fs-31 {
    font-size: 1.9375rem;
  }

  .sm\:fs-32 {
    font-size: 2rem;
  }

  .sm\:fs-33 {
    font-size: 2.0625rem;
  }

  .sm\:fs-34 {
    font-size: 2.125rem;
  }

  .sm\:fs-35 {
    font-size: 2.1875rem;
  }

  .sm\:fs-36 {
    font-size: 2.25rem;
  }

  .sm\:fs-37 {
    font-size: 2.3125rem;
  }

  .sm\:fs-38 {
    font-size: 2.375rem;
  }

  .sm\:fs-39 {
    font-size: 2.4375rem;
  }

  .sm\:fs-40 {
    font-size: 2.5rem;
  }

  .sm\:fs-41 {
    font-size: 2.5625rem;
  }

  .sm\:fs-42 {
    font-size: 2.625rem;
  }

  .sm\:fs-43 {
    font-size: 2.6875rem;
  }

  .sm\:fs-44 {
    font-size: 2.75rem;
  }

  .sm\:fs-45 {
    font-size: 2.8125rem;
  }

  .sm\:fs-46 {
    font-size: 2.875rem;
  }

  .sm\:fs-47 {
    font-size: 2.9375rem;
  }

  .sm\:fs-48 {
    font-size: 3rem;
  }

  .sm\:fs-49 {
    font-size: 3.0625rem;
  }

  .sm\:fs-50 {
    font-size: 3.125rem;
  }

  .sm\:fs-51 {
    font-size: 3.1875rem;
  }

  .sm\:fs-52 {
    font-size: 3.25rem;
  }

  .sm\:fs-53 {
    font-size: 3.3125rem;
  }

  .sm\:fs-54 {
    font-size: 3.375rem;
  }

  .sm\:fs-55 {
    font-size: 3.4375rem;
  }

  .sm\:fs-56 {
    font-size: 3.5rem;
  }

  .sm\:fs-57 {
    font-size: 3.5625rem;
  }

  .sm\:fs-58 {
    font-size: 3.625rem;
  }

  .sm\:fs-59 {
    font-size: 3.6875rem;
  }

  .sm\:fs-60 {
    font-size: 3.75rem;
  }

  .sm\:fs-61 {
    font-size: 3.8125rem;
  }

  .sm\:fs-62 {
    font-size: 3.875rem;
  }

  .sm\:fs-63 {
    font-size: 3.9375rem;
  }

  .sm\:fs-64 {
    font-size: 4rem;
  }
}

/* Text Color */
.tc-white {
  color: #fff;
}

.tc-lite {
  color: #999;
}

.tc-gray {
  color: #666;
}

.tc-dark {
  color: #333;
}

.tc-black {
  color: #000;
}

.tc-red {
  color: #e31313;
}

.tc-red-lite {
  color: #edb7a7;
}

.tc-red-lite-alt {
  color: #f0bfae;
}

.tc-red-deep {
  color: #a9342c;
}

.tc-green {
  color: #73a83b;
}

.tc-green-deep {
  color: #48762e;
}

.tc-blue {
  color: #526280;
}

.tc-blue-lite {
  color: #aec9e3;
}

.tc-yellow {
  color: #f6c15f;
}

.tc-yellow-lite {
  color: #eee2be;
}

@media (max-width: 60em) {
  .lg\:tc-white {
    color: #fff;
  }

  .lg\:tc-lite {
    color: #999;
  }

  .lg\:tc-gray {
    color: #666;
  }

  .lg\:tc-dark {
    color: #333;
  }

  .lg\:tc-black {
    color: #000;
  }

  .lg\:tc-red {
    color: #e31313;
  }

  .lg\:tc-red-lite {
    color: #edb7a7;
  }

  .lg\:tc-red-lite-alt {
    color: #f0bfae;
  }

  .lg\:tc-red-deep {
    color: #a9342c;
  }

  .lg\:tc-green {
    color: #73a83b;
  }

  .lg\:tc-green-deep {
    color: #48762e;
  }

  .lg\:tc-blue {
    color: #526280;
  }

  .lg\:tc-blue-lite {
    color: #aec9e3;
  }

  .lg\:tc-yellow {
    color: #f6c15f;
  }

  .lg\:tc-yellow-lite {
    color: #eee2be;
  }
}

@media (max-width: 45em) {
  .lg\:tc-white {
    color: #fff;
  }

  .lg\:tc-lite {
    color: #999;
  }

  .lg\:tc-gray {
    color: #666;
  }

  .lg\:tc-dark {
    color: #333;
  }

  .lg\:tc-black {
    color: #000;
  }

  .lg\:tc-red {
    color: #e31313;
  }

  .lg\:tc-red-lite {
    color: #edb7a7;
  }

  .lg\:tc-red-lite-alt {
    color: #f0bfae;
  }

  .lg\:tc-red-deep {
    color: #a9342c;
  }

  .lg\:tc-green {
    color: #73a83b;
  }

  .lg\:tc-green-deep {
    color: #48762e;
  }

  .lg\:tc-blue {
    color: #526280;
  }

  .lg\:tc-blue-lite {
    color: #aec9e3;
  }

  .lg\:tc-yellow {
    color: #f6c15f;
  }

  .lg\:tc-yellow-lite {
    color: #eee2be;
  }
}

@media (max-width: 30em) {
  .lg\:tc-white {
    color: #fff;
  }

  .lg\:tc-lite {
    color: #999;
  }

  .lg\:tc-gray {
    color: #666;
  }

  .lg\:tc-dark {
    color: #333;
  }

  .lg\:tc-black {
    color: #000;
  }

  .lg\:tc-red {
    color: #e31313;
  }

  .lg\:tc-red-lite {
    color: #edb7a7;
  }

  .lg\:tc-red-lite-alt {
    color: #f0bfae;
  }

  .lg\:tc-red-deep {
    color: #a9342c;
  }

  .lg\:tc-green {
    color: #73a83b;
  }

  .lg\:tc-green-deep {
    color: #48762e;
  }

  .lg\:tc-blue {
    color: #526280;
  }

  .lg\:tc-blue-lite {
    color: #aec9e3;
  }

  .lg\:tc-yellow {
    color: #f6c15f;
  }

  .lg\:tc-yellow-lite {
    color: #eee2be;
  }
}

/* Text Align */
.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

@media (max-width: 60em) {
  .lg\:ta-left {
    text-align: left;
  }

  .lg\:ta-center {
    text-align: center;
  }

  .lg\:ta-right {
    text-align: right;
  }
}

@media (max-width: 45em) {
  .md\:ta-left {
    text-align: left;
  }

  .md\:ta-center {
    text-align: center;
  }

  .md\:ta-right {
    text-align: right;
  }
}

@media (max-width: 30em) {
  .sm\:ta-left {
    text-align: left;
  }

  .sm\:ta-center {
    text-align: center;
  }

  .sm\:ta-right {
    text-align: right;
  }
}

/* Margin */
.m-0 {
  margin: 0rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-auto {
  margin: auto;
}

@media (max-width: 60em) {
  .lg\:m-0 {
    margin: 0rem;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-7 {
    margin: 1.75rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-9 {
    margin: 2.25rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-11 {
    margin: 2.75rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-auto {
    margin: auto;
  }
}

@media (max-width: 45em) {
  .md\:m-0 {
    margin: 0rem;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-11 {
    margin: 2.75rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-auto {
    margin: auto;
  }
}

@media (max-width: 30em) {
  .sm\:m-0 {
    margin: 0rem;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-9 {
    margin: 2.25rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-11 {
    margin: 2.75rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-auto {
    margin: auto;
  }
}

/* Margin (Top) */
.mt-0 {
  margin-top: 0rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 0.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-auto {
  margin-top: auto;
}

@media (max-width: 60em) {
  .lg\:mt-0 {
    margin-top: 0rem;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }
}

@media (max-width: 45em) {
  .md\:mt-0 {
    margin-top: 0rem;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }
}

@media (max-width: 30em) {
  .sm\:mt-0 {
    margin-top: 0rem;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }
}

/* Margin (Bottom) */
.mb-0 {
  margin-bottom: 0rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-auto {
  margin-bottom: auto;
}

@media (max-width: 60em) {
  .lg\:mb-0 {
    margin-bottom: 0rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }
}

@media (max-width: 45em) {
  .md\:mb-0 {
    margin-bottom: 0rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }
}

@media (max-width: 30em) {
  .sm\:mb-0 {
    margin-bottom: 0rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }
}

/* Margin (Left) */
.ml-0 {
  margin-left: 0rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-auto {
  margin-left: auto;
}

@media (max-width: 60em) {
  .lg\:ml-0 {
    margin-left: 0rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }
}

@media (max-width: 45em) {
  .md\:ml-0 {
    margin-left: 0rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-11 {
    margin-left: 2.75rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }
}

@media (max-width: 30em) {
  .sm\:ml-0 {
    margin-left: 0rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }
}

/* Margin (Right) */
.mr-0 {
  margin-right: 0rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-auto {
  margin-right: auto;
}

@media (max-width: 60em) {
  .lg\:mr-0 {
    margin-right: 0rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }
}

@media (max-width: 45em) {
  .md\:mr-0 {
    margin-right: 0rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mr-11 {
    margin-right: 2.75rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-auto {
    margin-right: auto;
  }
}

@media (max-width: 30em) {
  .sm\:mr-0 {
    margin-right: 0rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }
}

/* Margin (Vertical) */
.my-0 {
  margin-bottom: 0rem;
  margin-top: 0rem;
}

.my-1 {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.my-3 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.my-5 {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.my-6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.my-7 {
  margin-bottom: 1.75rem;
  margin-top: 1.75rem;
}

.my-8 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.my-9 {
  margin-bottom: 2.25rem;
  margin-top: 2.25rem;
}

.my-10 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.my-11 {
  margin-bottom: 2.75rem;
  margin-top: 2.75rem;
}

.my-12 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.my-auto {
  margin-bottom: auto;
  margin-top: auto;
}

@media (max-width: 60em) {
  .lg\:my-0 {
    margin-bottom: 0rem;
    margin-top: 0rem;
  }

  .lg\:my-1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }

  .lg\:my-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .lg\:my-3 {
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
  }

  .lg\:my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .lg\:my-5 {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
  }

  .lg\:my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  .lg\:my-7 {
    margin-bottom: 1.75rem;
    margin-top: 1.75rem;
  }

  .lg\:my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .lg\:my-9 {
    margin-bottom: 2.25rem;
    margin-top: 2.25rem;
  }

  .lg\:my-10 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }

  .lg\:my-11 {
    margin-bottom: 2.75rem;
    margin-top: 2.75rem;
  }

  .lg\:my-12 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .lg\:my-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
}

@media (max-width: 45em) {
  .md\:my-0 {
    margin-bottom: 0rem;
    margin-top: 0rem;
  }

  .md\:my-1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }

  .md\:my-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .md\:my-3 {
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
  }

  .md\:my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .md\:my-5 {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
  }

  .md\:my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  .md\:my-7 {
    margin-bottom: 1.75rem;
    margin-top: 1.75rem;
  }

  .md\:my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .md\:my-9 {
    margin-bottom: 2.25rem;
    margin-top: 2.25rem;
  }

  .md\:my-10 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }

  .md\:my-11 {
    margin-bottom: 2.75rem;
    margin-top: 2.75rem;
  }

  .md\:my-12 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .md\:my-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
}

@media (max-width: 30em) {
  .sm\:my-0 {
    margin-bottom: 0rem;
    margin-top: 0rem;
  }

  .sm\:my-1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }

  .sm\:my-2 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .sm\:my-3 {
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
  }

  .sm\:my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .sm\:my-5 {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
  }

  .sm\:my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  .sm\:my-7 {
    margin-bottom: 1.75rem;
    margin-top: 1.75rem;
  }

  .sm\:my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .sm\:my-9 {
    margin-bottom: 2.25rem;
    margin-top: 2.25rem;
  }

  .sm\:my-10 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }

  .sm\:my-11 {
    margin-bottom: 2.75rem;
    margin-top: 2.75rem;
  }

  .sm\:my-12 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .sm\:my-auto {
    margin-bottom: auto;
    margin-top: auto;
  }
}

/* Margin (Horizontal) */
.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 60em) {
  .lg\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 45em) {
  .md\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 30em) {
  .sm\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Padding */
.p-0 {
  padding: 0rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

@media (max-width: 60em) {
  .lg\:p-0 {
    padding: 0rem;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-11 {
    padding: 2.75rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }
}

@media (max-width: 45em) {
  .md\:p-0 {
    padding: 0rem;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-11 {
    padding: 2.75rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }
}

@media (max-width: 30em) {
  .sm\:p-0 {
    padding: 0rem;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-11 {
    padding: 2.75rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }
}

/* Padding (Top) */
.pt-0 {
  padding-top: 0rem;
  margin-top: -12rem;

}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

@media (max-width: 60em) {
  .lg\:pt-0 {
    padding-top: 0rem;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }
}

@media (max-width: 45em) {
  .md\:pt-0 {
    padding-top: 0rem;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }
}

@media (max-width: 30em) {
  .sm\:pt-0 {
    padding-top: 0rem;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }
}

/* Padding (Bottom) */
.pb-0 {
  padding-bottom: 0rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

@media (max-width: 60em) {
  .lg\:pb-0 {
    padding-bottom: 0rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
}

@media (max-width: 45em) {
  .md\:pb-0 {
    padding-bottom: 0rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }
}

@media (max-width: 30em) {
  .sm\:pb-0 {
    padding-bottom: 0rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }
}

/* Padding (Left) */
.pl-0 {
  padding-left: 0rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

@media (max-width: 60em) {
  .lg\:pl-0 {
    padding-left: 0rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }
}

@media (max-width: 45em) {
  .md\:pl-0 {
    padding-left: 0rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }
}

@media (max-width: 30em) {
  .sm\:pl-0 {
    padding-left: 0rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }
}

/* Padding (Right) */
.pr-0 {
  padding-right: 0rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

@media (max-width: 60em) {
  .lg\:pr-0 {
    padding-right: 0rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }
}

@media (max-width: 45em) {
  .md\:pr-0 {
    padding-right: 0rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }
}

@media (max-width: 30em) {
  .sm\:pr-0 {
    padding-right: 0rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }
}

/* Padding (Vertical) */
.py-0 {
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.py-3 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.py-7 {
  padding-bottom: 1.75rem;
  padding-top: 1.75rem;
}

.py-8 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.py-9 {
  padding-bottom: 2.25rem;
  padding-top: 2.25rem;
}

.py-10 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.py-11 {
  padding-bottom: 2.75rem;
  padding-top: 2.75rem;
}

.py-12 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

@media (max-width: 60em) {
  .lg\:py-0 {
    padding-bottom: 0rem;
    padding-top: 0rem;
  }

  .lg\:py-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }

  .lg\:py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .lg\:py-3 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }

  .lg\:py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .lg\:py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }

  .lg\:py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .lg\:py-7 {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
  }

  .lg\:py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .lg\:py-9 {
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
  }

  .lg\:py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .lg\:py-11 {
    padding-bottom: 2.75rem;
    padding-top: 2.75rem;
  }

  .lg\:py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

@media (max-width: 45em) {
  .md\:py-0 {
    padding-bottom: 0rem;
    padding-top: 0rem;
  }

  .md\:py-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }

  .md\:py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .md\:py-3 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }

  .md\:py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .md\:py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }

  .md\:py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .md\:py-7 {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
  }

  .md\:py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .md\:py-9 {
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
  }

  .md\:py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .md\:py-11 {
    padding-bottom: 2.75rem;
    padding-top: 2.75rem;
  }

  .md\:py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

@media (max-width: 30em) {
  .sm\:py-0 {
    padding-bottom: 0rem;
    padding-top: 0rem;
  }

  .sm\:py-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }

  .sm\:py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .sm\:py-3 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }

  .sm\:py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .sm\:py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }

  .sm\:py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .sm\:py-7 {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
  }

  .sm\:py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .sm\:py-9 {
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
  }

  .sm\:py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .sm\:py-11 {
    padding-bottom: 2.75rem;
    padding-top: 2.75rem;
  }

  .sm\:py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

/* Padding (Horizontal) */
.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (max-width: 60em) {
  .lg\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 45em) {
  .md\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 30em) {
  .sm\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* Display */
.is-flex {
  display: flex;
}

.is-hidden {
  display: none;
}

.is-visible {
  display: block;
}

@media (max-width: 60em) {
  .lg\:is-flex {
    display: flex;
  }

  .lg\:is-hidden {
    display: none;
  }

  .lg\:is-visible {
    display: block;
  }
}

@media (max-width: 45em) {
  .md\:is-flex {
    display: flex;
  }

  .md\:is-hidden {
    display: none;
  }

  .md\:is-visible {
    display: block;
  }
}

@media (max-width: 30em) {
  .sm\:is-flex {
    display: flex;
  }

  .sm\:is-hidden {
    display: none;
  }

  .sm\:is-visible {
    display: block;
  }
}

.wrapper_mod {
  position: relative;
}

.section_decor {
  position: absolute;

  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;

  font-size: 10px;
}

.section_decor.v1_mod {
  left: 0;
  top: 100%;


  background-image: url(./assets/static/img/apple_decor_1.svg);
}

.section_decor.v2_mod {
  right: 0;
  bottom: 15em;

  width: 16.4em;
  height: 16.4em;
  margin-right: -4.8em;

  background-image: url(./assets/static/img/apple_decor_2.svg);
}

.section_decor.v3_mod {
  top: 0;
  left: 50%;

  background-image: url(./assets/static/img/Leaf_3.svg);
}

.section_decor.v4_mod {
  background-image: url(./assets/static/img/Leaf_2.svg);
}

.section_decor.v5_mod {
  background-image: url(./assets/static/img/Leaf_1.svg);
}

.section_decor.v3_mod.alt {
  background-image: url(./assets/static/img/Leaf_3-alt.svg);
}

.section_decor.v4_mod.alt {
  background-image: url(./assets/static/img/Leaf_2-alt.svg);
}

.section_decor.v5_mod.alt {
  background-image: url(./assets/static/img/Leaf_1-alt.svg);
}


@media (min-width: 768px) {
  .offset_bottom_mod {
    padding-bottom: 268px;
  }

  .section_decor.v1_mod {
    width: 33.6em;
    height: 33.6em;
    margin-top: 20em;
  }

  .section_decor.v3_mod {


    width: 14em;
    height: 12.2em;
    margin: -2em 0 0 -23.4em;
  }

  .section_decor.v4_mod {
    left: -4em;
    bottom: -26em;

    width: 18.8em;
    height: 20.2em;
  }

  .section_decor.v5_mod {
    right: -15em;
    top: 50%;
    width: 56em;
    height: 50em;
    margin: -28em 0 0 0;
  }
}

@media (max-width: 767px) {
  .offset_bottom_mod {
    padding-bottom: 156px;
  }

  .section_decor.v1_mod {
    width: 18.4em;
    height: 18.4em;
    margin-top: 15em;
  }

  .section_decor.v3_mod {
    width: 12.2em;
    height: 10.8em;

    margin: -2em 0 0 -4.9em;
  }

  .section_decor.v4_mod {
    left: -3em;
    bottom: -26em;

    width: 8.6em;
    height: 10.2em;
  }

  .section_decor.v5_mod {
    right: -5.4em;
    top: 50%;

    width: 17em;
    height: 17em;
    margin: 13em 0 0 0;
  }
}

@media (max-width: 1400px) {
  .section_decor.v2_mod {
    display: none;
  }
}

/* apples scroll */

.apples_scroll_wrap {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .apples_scroll_wrap {
    height: 100vh;
    width: 100%;

    overflow: hidden;
  }

  .apples_scroll_col {
    position: absolute;

    height: 100%;
    width: 50%;
  }

  .apples_scroll_col.v1_mod {
    left: 0;
    top: 100%;
  }

  .apples_scroll_col.v2_mod {
    left: 50%;
    bottom: 100%;
  }

  .apples_scroll_col.v0_mod {
    top: 0;
    bottom: 0;
  }


}

@media screen and (max-width: 1023px) {
  .our-apples-bg:after {
    width: 200%;
  }
}

.animFadeEl {
  opacity: 0;
}

@media screen and (min-width: 961px) {
  .animFadeElDesktop {
    opacity: 0;
  }
}

@media screen and (max-width: 960px) {
  .animFadeElMobile {
    opacity: 0;
  }
}

.video-cover {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.video-cover video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


.grecaptcha-badge {
  visibility: hidden;
}

.rockit-footer {
  padding: 2.5rem 0 1.25rem;
}

.rockit-footer .footer-content:nth-child(2) {
  margin-top: 5rem;
}

.rockit-footer .footer-content:nth-child(3) {
  margin-top: 1.25rem;
}

.newsletter-row {
  width: 100%;
  max-width: 67.5rem;
  flex-flow: row nowrap;
  align-items: center;
}

.newsletter-row>.item-fieldset {
  width: auto;
  flex: 1 1 auto;
}

.newsletter-row>.item-submit {
  width: auto;
  flex: 0 0 auto;
  margin-left: 2rem;
}

.newsletter-row .form-row>* {
  margin-bottom: 0;
}

@media (max-width: 60em) {
  .newsletter-row {
    display: block;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-row>.item-submit {
    margin-left: 0;
    margin-top: 1.25rem;
  }

  .newsletter-row .form-row {
    flex-flow: column nowrap;
  }

  .newsletter-row .form-row>* {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}


/* LP */
/* CTA Link (Button) */
button.cta-link span:not([class]) {
  position: relative;
}

button.cta-link span:not([class])::after {
  backface-visibility: hidden;
  background: currentColor;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: scaleX(0.5) translateY(0.25em);
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 100%;
  will-change: opacity, transform;
}

button.cta-link .icon-svg-arrow:first-child:not(:only-child) {
  transition: transform 0.3s ease;
  will-change: transform;
}

button.cta-link .icon-svg-arrow:last-child {
  transition: transform 0.3s ease;
  will-change: transform;
}

@media (min-width: 1024px) {
  button.cta-link:hover span:not([class])::after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }

  button.cta-link:hover .icon-svg-arrow:first-child:not(:only-child) {
    transform: translateX(-0.5em);
  }

  button.cta-link:hover .icon-svg-arrow:last-child {
    transform: translateX(0.5em);
  }
}

@media (max-width: 1023px) {
  button.cta-link:active span:not([class])::after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }

  button.cta-link:active .icon-svg-arrow:first-child:not(:only-child) {
    transform: translateX(-0.5em);
  }

  button.cta-link:active .icon-svg-arrow:last-child {
    transform: translateX(0.5em);
  }
}

/* Content Image */
.content-image img {
  width: 100%;
}

/* Form Checkbox */
.form-checkbox {
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  margin: 0;
  position: relative;
  text-align: left;
  vertical-align: top;
  z-index: 0;
}

@media (max-width: 30em) {
  .form-checkbox {
    font-size: 0.875rem;
  }
}

.form-checkbox__input {
  clip: rect(0, 0, 0, 0);
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.form-checkbox__input:checked+.form-checkbox__content>.icon svg {
  opacity: 1;
  transform: scale(1);
}

.form-checkbox__content {
  align-items: flex-start;
  display: flex;
  line-height: 1.25;
}

.form-checkbox__content>.icon {
  flex: 0 0 auto;
  height: 1.25em;
  position: relative;
  width: 1.25em;
  z-index: 0;
}

.form-checkbox__content>.icon::before {
  border: 1px solid currentColor;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.form-checkbox__content>.icon svg {
  bottom: 0;
  height: 45%;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 60%;
}

.form-checkbox__content>.text {
  flex: 1 1 0%;
  height: auto;
  margin-left: 1em;
  width: auto;
}

/* TP Styling */
.tp-heading-md {
  font-size: 3.4375rem;
  line-height: 1.090909090909091;
}

@media (max-width: 60em) {
  .tp-heading-md {
    font-size: 2.625rem;
    line-height: 1.142857142857143;
  }
}

@media (max-width: 30em) {
  .tp-heading-md {
    font-size: 2rem;
    line-height: 1.125;
  }
}

.tp-heading-sm {
  font-size: 2.625rem;
  line-height: 1.142857142857143;
}

@media (max-width: 30em) {
  .tp-heading-sm {
    font-size: 2rem;
    line-height: 1.125;
  }
}

.tp-outline-none {
  outline: none;
}

.tp-text>* {
  margin: 0;
}

.tp-text>*+* {
  margin-top: 1em;
}

/* BG BTS Image */
.bg-bts-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;

  font-size: 10px;
}

.bg-bts-image-in {
  z-index: -1;

  position: absolute;
  top: 50%;
  left: 50%;

  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 54em;
  width: 54em;
  margin: -27em 0 0 -27em;
}

.bg-bts-image-in img {
  display: block;
  max-width: 100%;
  max-height: 100%;

  object-fit: contain;
}

.content-image-w {
  position: relative;
  font-size: 10px;
}

@media (max-width: 960px) {
  .bg-bts-image-in img {
    width: auto;
  }

  .content-image-w .bg-bts-image-in {
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: 0;
  }
}

@media (min-width: 375px) and (max-width: 60em) {
  .bg-bts-image-in img {
    width: auto;
  }

  .content-image-w {
    width: 32em;
    height: 32em;
  }
}

@media (max-width: 374px) {
  .content-image-w {
    width: 26em;
    height: 26em;
  }
}


/* Downloads Panel */
.downloads-panel .header-block {
  max-width: 39.375rem;
}

/* Featured Downloads List */
.featured-downloads-list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -2rem;
  margin-right: -2rem;
}

.featured-downloads-list>* {
  flex: 0 0 auto;
  margin-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 25%;
}

@media (max-width: 80em) {
  .featured-downloads-list {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .featured-downloads-list>* {
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 70em) {
  .featured-downloads-list {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .featured-downloads-list>* {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 45em) {
  .featured-downloads-list>* {
    width: 50%;
  }
}

/* Download Card */
.download-card>.card-image::before {
  content: '';
  display: block;
  padding-bottom: 142.3076923076923%;
}

/* Download Link Wrapper */
.download-link-wrapper>* {
  vertical-align: middle;
}

/* Download Link */
.download-link {
  font-weight: 500;
  letter-spacing: 0.03125em;
  line-height: 1.25;
  text-transform: uppercase;
}

.download-link>.icon-svg-arrow-alt {
  height: 1.25em;
  width: 1em;
}

.download-link:hover svg {
  transform: translateY(0.5em);
}

.download-link span:not([class]) {
  position: relative;
}

.download-link span:not([class])::after {
  backface-visibility: hidden;
  background: currentColor;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 100%;
  will-change: opacity, transform;
}

/* Perform Panel */
.perform-panel .header-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 45rem;
  text-align: center;
}

.perform-panel .header-block .tp-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 39.375rem;
}

/* Featured Perform List */
.featured-perform-list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.featured-perform-list>* {
  flex: 0 0 auto;
  margin-bottom: 4rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: 33.33333333333333%;
}

@media (max-width: 80em) {
  .featured-perform-list {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .featured-perform-list>* {
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 70em) {
  .featured-perform-list {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .featured-perform-list>* {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 45em) {
  .featured-perform-list>* {
    width: 100%;
  }
}

/* Perform Card */
.perform-card {
  display: block;
  text-align: center;
  text-decoration: none;
}

.perform-card>.card-image::before {
  content: '';
  display: block;
  padding-bottom: 68.42105263157895%;
}

/* Video Play Icon */
.video-play-icon {
  background: url('./assets/static/img/bts/video-play.svg') center no-repeat;
  bottom: 0;
  height: 60%;
  left: 0;
  margin: auto;
  max-height: 6rem;
  max-width: 6rem;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  filter: drop-shadow(2px 10px 16px rgba(0, 0, 0, 0.25));
}

.rockit-news-article form {
  white-space: normal;
}

.rockit-header-nav {
  align-items: center;
}

.cta-link,
.underline-link {
  text-decoration: none;
}

.underline-link {
  display: inline-flex;
  font-weight: 700;
  line-height: 1.5;
  opacity: 1;
  position: relative;
  transition: opacity 0.3s ease;
  will-change: opacity;
}

.underline-link:hover {
  opacity: 0.5;
}

.underline-link:after {
  background: currentColor;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.rockit-button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid transparent;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  padding: calc(0.5em - 1px) calc(1.25em - 1px);
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.rockit-button:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.rockit-button.ghost--white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.rockit-button.ghost--white:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.rockit-button.ghost--green-deep {
  background-color: transparent;
  border-color: #48762e;
  color: #48762e;
}

.rockit-button.ghost--green-deep:hover {
  background-color: rgba(72, 118, 46, 0.2);
}

.rockit-button.ghost--red-deep {
  background-color: transparent;
  border-color: #a9342c;
  color: #a9342c;
}

.rockit-button.ghost--red-deep:hover {
  background-color: rgba(169, 52, 44, 0.2);
}

.rockit-button.ghost--yellow-lite {
  background-color: transparent;
  border-color: #eee2be;
  color: #eee2be;
}

.rockit-button.ghost--yellow-lite:hover {
  background-color: hsla(45, 59%, 84%, 0.2);
}

.landing-hero .container {
  position: relative;
}

.landing-hero .hero-content .tp-text.is-wide {
  max-width: 30rem;
}

.landing-hero .landing-countdown {
  text-align: center;
}

.auction-recent {
  align-items: center;
  display: flex;
  text-align: left;
}

.auction-recent>* {
  flex: 1 1 auto;
}

.auction-recent>*+* {
  margin-left: 1.5em;
}

.auction-recent-image {
  flex-grow: 0;
  max-width: 8.25rem;
  min-width: 5rem;
  position: relative;
  width: 30%;
}

.auction-recent-image:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.auction-recent-name {
  max-width: 21.25ch;
}

.auction-history {
  border-bottom: 1px solid #a9342c;
  text-align: left;
}

.auction-history-row {
  align-items: center;
  border-top: 1px solid #a9342c;
  display: flex;
  padding: 1.25em 0;
  width: 100%;
}

.auction-history-row>*+* {
  margin-left: 1em;
}

.auction-history-row>.auction-history-image {
  max-width: 6.25rem;
  min-width: 4rem;
  width: 20%;
}

.auction-history-row>.auction-history-name {
  max-width: 15rem;
  width: 50%;
}

.auction-history-row>.auction-history-price {
  flex-grow: 1;
  text-align: right;
}

.auction-history-image {
  position: relative;
}

.auction-history-image:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.auction-history-price {
  font-weight: 500;
}

.countdown-timer {
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: -0.5em;
  margin-right: -0.5em;
  text-align: center;
}

.countdown-timer>.item {
  display: block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
}

.countdown-timer>.colon {
  color: #48762e;
  font-size: 5em;
  font-weight: 500;
  line-height: 1;
}

.countdown-timer-text,
.countdown-timer-time {
  line-height: 1;
  margin: 0;
}

.countdown-timer-time {
  font-size: 5em;
  font-weight: 700;
  min-width: 2ch;
}

.countdown-timer-text {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.125em;
  text-indent: 0.125em;
  text-transform: uppercase;
}

.section_decor {
  z-index: -1;
}

.rockit-modal-close.is-inside {
  right: 2em;
  top: 2em;
}

.rockit-modal-panel {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  width: 100%;
}

@media (min-width: 60.01em) {
  .rockit-button {
    font-size: 1.125rem;
    min-height: 3rem;
  }

  .rockit-button.is-small {
    font-size: 1rem;
    min-height: 2.75rem;
  }

  .landing-hero .landing-countdown {
    bottom: 4rem;
    position: absolute;
    right: 2.5rem;
  }

  .auction-recent {
    font-size: 1.125rem;
  }

  .auction-history {
    font-size: 1.125rem;
  }

  .rockit-modal-close.is-inside {
    font-size: 1rem;
  }

  .rockit-modal-content--row>* {
    padding: 3rem 4.5rem;
  }

  .rockit-modal-content--row {
    display: flex;
  }

  .rockit-modal-content--row>* {
    flex: 1 1 0%;
  }
}

@media (min-width: 75.01em) {
  .countdown-timer {
    font-size: 1rem;
  }
}

@media (max-width: 1400px) {
  .section_decor.v2_mod {
    display: block;
  }
}

@media (max-width: 75em) and (min-width: 60.01em) {
  .countdown-timer {
    font-size: 0.75rem;
  }
}

@media (max-width: 60em) {
  .rockit-button {
    font-size: 0.875rem;
    min-height: 2.5rem;
  }

  .rockit-button.is-small {
    font-size: 0.875rem;
    font-size: 0.75rem;
    min-height: 2.5rem;
    min-height: 2.25rem;
  }
}

@media (max-width: 60em) and (min-width: 30.01em) {
  .landing-hero .landing-countdown {
    padding-bottom: 4rem;
  }

  .auction-recent {
    font-size: 1rem;
  }

  .auction-history {
    font-size: 1rem;
  }

  .countdown-timer {
    font-size: 0.625rem;
  }

  .rockit-modal-close.is-inside {
    font-size: 0.875rem;
  }

  .rockit-modal-content--row>* {
    padding: 3rem;
  }
}

@media (max-width: 60em) and (min-width: 60.01em) {
  .rockit-button {
    font-size: 1rem;
    min-height: 2.75rem;
  }
}

@media (max-width: 767px) {
  .section_decor {
    font-size: 5px;
  }

  .section_decor.v1_mod {
    margin-left: -4.6em;
  }

  .section_decor.v2_mod {
    height: 8.2em;
    margin-right: -2.05em;
    width: 8.2em;
  }
}

@media (max-width: 30em) {
  .landing-hero .landing-countdown {
    padding-bottom: 3rem;
  }

  .auction-recent {
    font-size: 0.875rem;
  }

  .auction-history {
    font-size: 0.875rem;
  }

  .countdown-timer {
    font-size: 0.5rem;
  }

  .rockit-modal-close.is-inside {
    font-size: 0.75rem;
  }

  .rockit-modal-content--row>* {
    padding: 2rem;
  }
}

.tp-ls-0075em {
  letter-spacing: 0.075em;
}

@media (max-width: 60em) {
  .tp-ls-0075em {
    letter-spacing: .15em;
    font-size: 1em;
    font-weight: 400;
  }
}

.rockit-swiper-panel {
  isolation: isolate;
  position: relative;
}

@media (min-width: 1024px) {
  .rockit-swiper-panel .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}

.rockit-swiper-panel .swiper-arrows {
  display: flex;
  gap: 1.5rem;
  padding: 0 1.5rem 3rem;
}

@media (max-width: 1023px) {
  .rockit-swiper-panel .swiper-arrows.reverse {
    justify-content: center;
    padding: 2rem 1.5rem 2rem;
  }
}

@media (min-width: 768px) {
  .rockit-swiper-panel .swiper-arrows {
    padding: 0 2rem 4rem;
  }

  .rockit-swiper-panel .swiper-arrows.reverse {
    padding: 2rem 1.5rem 2rem;
  }
}

@media (min-width: 1024px) {
  .rockit-swiper-panel .swiper-arrows {
    bottom: 6rem;
    left: 50%;
    padding: 0;
    position: absolute;
    transform: translateX(6rem);
    z-index: 1;
  }

  .rockit-swiper-panel .swiper-arrows.reverse {
    left: 0;
  }
}

.rockit-swiper-panel-arrow-prev,
.rockit-swiper-panel-arrow-next {
  display: block;
  background: none;
  border: none;
  color: unset;
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
}

.rockit-swiper-panel-slide {
  position: relative;
  isolation: isolate;
}

@media (min-width: 1024px) {
  .rockit-swiper-panel-slide {
    display: flex;
    flex-grow: 1;
    min-height: 100vh;
  }
}

.rockit-swiper-panel-slide-half {
  position: relative;
}

@media (min-width: 1024px) {
  .rockit-swiper-panel-slide-half {
    flex: 0 0 50%;
  }
}

.rockit-swiper-panel-slide-half--image {
  aspect-ratio: 1;
}

@media (min-width: 1024px) {
  .rockit-swiper-panel-slide-half--image {
    aspect-ratio: auto;
  }
}

.rockit-swiper-panel-slide-half--content {
  padding: 3rem 1.5rem;
}

@media (min-width: 768px) {
  .rockit-swiper-panel-slide-half--content {
    padding: 4rem 2rem;
  }
}

@media (min-width: 1024px) {
  .rockit-swiper-panel-slide-half--content {
    padding: 6rem 6rem 10rem;
  }

  .rockit-swiper-panel-slide-half-inner {
    max-width: 30rem;
  }
}

.rockit-longshan-people {}

@media (min-width: 768px) {
  .rockit-longshan-people {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem;
  }
}


@media (min-width: 1280px) {
  .rockit-longshan-people {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1600px) {
  .rockit-longshan-people {
    grid-template-columns: repeat(4, 1fr);
  }
}

.rockit-longshan-people-tile {
  aspect-ratio: 1;
  background: #73a83b;
  display: block;
  isolation: isolate;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
}

@media (min-width: 768px) {
  .rockit-longshan-people-tile {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .rockit-longshan-people-tile {
    padding: 2.5rem;
  }
}

.rockit-longshan-people-tile:not(:first-child) {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .rockit-longshan-people-tile:not(:first-child) {
    margin-top: 0;
  }
}

.rockit-longshan-people-tile-image {
  inset: 0;
  opacity: 1;
  transform: scale(1) translateZ(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.rockit-longshan-people-tile:active .rockit-longshan-people-tile-image,
.rockit-longshan-people-tile:hover .rockit-longshan-people-tile-image {
  transform: scale(1.05) translateZ(0);
  opacity: 0.3;
}

.rockit-longshan-people-tile-image::before {
  background: #73a83b;
  content: "";
  display: block;
  inset: -0.25rem;
  mix-blend-mode: multiply;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}

.rockit-longshan-people-tile:active .rockit-longshan-people-tile-image::before,
.rockit-longshan-people-tile:hover .rockit-longshan-people-tile-image::before {
  opacity: 1;
  visibility: visible;
}

.rockit-longshan-people-tile-content {
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}

.rockit-longshan-people-tile:hover .rockit-longshan-people-tile-content {
  opacity: 1;
  visibility: visible;
}

.rockit-longshan-people-tile-content-inner {
  transition: transform 0.3s ease;
  transform: translateY(-25%) translateZ(0);
}

.rockit-longshan-people-tile:hover .rockit-longshan-people-tile-content-inner {
  transform: translateY(0) translateZ(0);
}

.rockit-news-body>ul>li {
  line-height: 1.6;
  margin-bottom: 4px;
}

.rockit-news-body>ol>li {
  line-height: 1.6;
  margin-bottom: 8px;
}
@media (min-width: 30rem){
  .rowspans {
    display: block;
    width: 100%;
  }
  .rowspans>div {
    display: flex;
    width: 100%;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 30rem){
  .rowspans {
    display: flex;
    width: 100%;
  }
  .rowspans>div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col1{
    width: 100%;
    height: 20rem;
  }
  .col1 .card-image{
    height: 12rem;
  }
  .col .image-cover img{
    height: 25rem;
  }
  .col .card-image{
    height: 25rem;
  }
}
