/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */
html {
  box-sizing: border-box;
  /* 1 */
  font-family: sans-serif;
  /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */
/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: config("borderColors.default", currentColor);
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}

button,
[role=button] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

/*=============================================>>>>>
= MIXINS  =
===============================================>>>>>*/
/* Flexbox Mixin */
/*= End of MIXINS  =*/
/*=============================================<<<<<*/
:root {
  --din: din-2014;
  --sofia: sofia-pro;
}

* {
  box-sizing: border-box;
  font-family: sofia-pro, sans-serif;
}

body, html {
  margin: 0;
  padding: 0;
  line-height: 1;
}

body.hide-overflow {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  width: 100%;
}

h1 {
  font-family: din-2014, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}
h1 + *:not(div, p.hint) {
  margin-top: 2rem;
}
h1.page-title {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 2.25rem;
  text-align: center;
}

p {
  font-size: 1rem;
  color: #000;
  max-width: 70ch;
  line-height: 1.3;
}

p.error {
  background: #ffe8e3;
  border: 1px solid #e0b4a9;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  color: #931c00;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  max-width: unset;
}

p + p {
  margin-top: 1rem;
}

p.hint {
  font-size: 0.875rem;
  color: #696969;
  margin-top: 10px;
}

.app-wrapper {
  padding: 2.75rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 1250px) {
  .app-wrapper {
    padding: 2.75rem 0;
  }
}

form label {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.625rem;
  color: #696969;
}
@media (min-width: 1100px) {
  form label {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 720px) {
  .form-guest-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
}

.form-field input, .form-field select {
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0.75rem;
}
@media (min-width: 1100px) {
  .form-field input, .form-field select {
    font-size: 1.125rem;
  }
}
.form-field .error {
  background: #FFE8E3;
  border: 1px solid #E0B4A9;
  padding: 0.5rem;
  font-size: 0.75rem;
  display: block;
  color: #931B00;
  border-radius: 4px;
  margin-top: 8px;
}

.form-field + .form-field {
  margin-top: 1.5rem;
}
@media (min-width: 720px) {
  .form-field + .form-field {
    margin-top: 0;
  }
}

.form-field + .check-group {
  margin-top: 1.5rem;
}
@media (min-width: 720px) {
  .form-field + .check-group {
    margin-top: 0;
  }
}

.check-group .checks-wrapper {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.check-group .checks-wrapper label {
  font-size: 1rem;
  color: #000;
  display: block;
  margin-right: 2rem;
}
.check-group .checks-wrapper input {
  display: none;
}
.check-group .checks-wrapper input:checked + .checkbox {
  border-color: #3498DB !important;
  background-color: #3498DB;
}
.check-group .checks-wrapper input:checked + .checkbox .icon-tabler-check {
  -webkit-animation: dash 0.15s ease-in-out forwards;
          animation: dash 0.15s ease-in-out forwards;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.check-group .checks-wrapper .checkbox-field label {
  display: flex;
}
.check-group .checks-wrapper .checkbox-field label .checkbox {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #2c2c2c;
  margin-right: 0.5rem;
  position: relative;
}
.check-group .checks-wrapper .checkbox-field label .icon-tabler-check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  color: #fff;
  stroke-width: 3px;
  stroke-dasharray: 26;
  stroke-dashoffset: 26;
}

.form-field + .radio-group {
  margin-top: 1.5rem;
}
@media (min-width: 720px) {
  .form-field + .radio-group {
    margin-top: 0;
  }
}

.radio-group {
  --pulseColor: 52, 152, 219;
}
.radio-group .radio-wrapper {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.radio-group .radio-button {
  display: flex;
  flex-wrap: wrap;
}
.radio-group .radio-button label {
  font-size: 1rem;
  color: #000;
  display: block;
  margin-right: 2rem;
  display: flex;
}
.radio-group .radio-button .radio {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #2c2c2c;
  border-radius: 50%;
  margin-right: 0.5rem;
  position: relative;
  box-shadow: inset 0 0 0 0 #3498DB;
  transition: 0.15s ease-in-out;
  position: relative;
}
.radio-group .radio-button .radio:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 0px var(--pulseColor);
  transform: translate(-50%, -50%);
}
.radio-group .radio-button input {
  display: none;
}
.radio-group .radio-button input:checked + .radio {
  border-color: #3498DB !important;
  box-shadow: inset 0 0 0 6px #3498DB;
}
.radio-group .radio-button input:checked + .radio:before {
  -webkit-animation: pulse 0.5s ease-out forwards;
          animation: pulse 0.5s ease-out forwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(var(--pulseColor), 0.7);
  }
  70% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 10px rgba(var(--pulseColor), 0);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(var(--pulseColor), 0);
  }
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(var(--pulseColor), 0.7);
  }
  70% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 10px rgba(var(--pulseColor), 0);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(var(--pulseColor), 0);
  }
}

.btn-wrapper {
  margin-top: 1.5rem;
  display: flex;
}
.btn-wrapper .btn + .btn {
  margin-left: 0.5rem;
}
@media (min-width: 1100px) {
  .btn-wrapper {
    margin-top: 2.5rem;
    justify-content: space-between;
  }
}

.btn {
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #3498DB;
  border-radius: 0.5rem;
  padding: 0.75rem 1.25rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: var(--din);
  font-size: 0.875rem;
  font-weight: 600;
  color: #3498DB;
  letter-spacing: 0.75px;
}
@media (min-width: 1100px) {
  .btn {
    font-size: 1rem;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    padding: 0.75rem 1.75rem;
  }
}
.btn_push-right {
  margin-left: auto;
}

.btn--primary {
  background-color: #3498DB;
  border-color: #3498DB;
  color: #fff;
}

/*=============================================
=            Floorplans            =
=============================================*/
.floorplan-cards-wrapper {
  margin-top: 2rem;
}
@media (min-width: 1100px) {
  .floorplan-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 2rem;
  }
}

.floorplan-card {
  background: #F5F5F5;
  border: 1px solid #EDEDED;
  border-radius: 0.5rem;
  padding: 0.625rem 0.75rem;
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  grid-gap: 1.5rem;
}
.floorplan-card.selected {
  background: #E8F6FF;
  border-color: #3498DB;
}
@media (min-width: 1100px) {
  .floorplan-card {
    background: transparent;
    border: 1px solid transparent;
  }
}

.floorplan-card + .floorplan-card {
  margin-top: 0.75rem;
}

.floorplan-image {
  background: #fff;
  border-radius: 0.5rem;
  height: 100px;
  padding: 5px;
  position: relative;
}
.floorplan-image .expand {
  position: absolute;
  background: #F2F2F2;
  border-radius: 0.25rem;
  right: 7px;
  bottom: 7px;
  padding: 3px;
  cursor: pointer;
}
.floorplan-image .expand svg {
  width: 1.5rem;
  height: 1.5rem;
}
.floorplan-image img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}

.floorplan-details {
  align-self: center;
}
.floorplan-details .title {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: var(--din);
}
.floorplan-details .info {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.75rem;
}
.floorplan-details .price {
  font-size: 1rem;
  line-height: 1.5;
}

.expanded-floorplan {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
.expanded-floorplan .fp-image {
  max-height: 55vh;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
}
.expanded-floorplan .fp-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.expanded-floorplan .fp-name {
  background: #E8F6FF;
  padding: 1rem;
  text-align: center;
  border-radius: 0 0 0.5rem 0.5rem;
  border: 1px solid #D9E7F0;
}

/*=====  End of Floorplans  ======*/
/*=============================================
=            Nav Bar            =
=============================================*/
.navigation {
  background: #1f1c29;
  color: #fff;
  padding: 2rem 0;
  width: 100vw;
  z-index: 9999;
}

.container {
  width: 87.5vw;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.navigation .row {
  display: flex;
  align-items: center;
  flex-direction: row;
}

@media (min-width: 720px) {
  .col-4 {
    width: 25%;
  }
}

.col-2 {
  margin-left: auto;
}
@media (min-width: 720px) {
  .col-2 {
    width: 50%;
    margin-left: unset;
  }
}

.menu-trigger {
  width: 5rem;
  cursor: pointer;
}

.hamburger {
  color: #fff;
  float: left;
  margin: 0 0.5rem 0 0;
}

.hamburger span {
  background: #c3b193;
  display: block;
  width: 1.25rem;
  height: 2px;
  margin-top: 0.25rem;
  position: relative;
  transition: 0.25s ease;
}

.menu-trigger .menu-label {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  opacity: 0.8;
  transition: 0.2s ease;
}

.menu-trigger .menu-label span:first-of-type {
  display: block;
}

.menu-trigger .menu-label span:last-of-type {
  display: none;
}

.logo {
  text-align: left;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .logo {
    text-align: center;
  }
}

.logo_name {
  font-weight: 700;
  color: #c3b193;
  font-size: 2.25rem;
  line-height: 1;
}

.logo_subline {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.3125rem;
  opacity: 0.9;
  color: #fff;
  margin-top: 0.375rem;
  text-align: center;
}

.navigation .contact-info {
  display: none;
  text-align: right;
}

@media (min-width: 768px) {
  .navigation .contact-info {
    display: block;
  }
}
.contact-info p {
  margin: 0;
  line-height: 1.5;
}

.contact-info a {
  color: #fff;
  text-decoration: none;
}

/*=====  End of Nav Bar  ======*/
/*=============================================
=            TransUnion            =
=============================================*/
.tu-questions {
  margin-top: 2rem;
}
.tu-questions .tu-question label {
  line-height: 1.3;
  font-weight: 600;
}
.tu-questions .tu-question .answers {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 720px) {
  .tu-questions .tu-question .answers {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.tu-questions .tu-question .answers .answer label {
  border: 1px solid #EDEDED;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  border-radius: 8px;
  cursor: pointer;
  display: block;
}
.tu-questions .tu-question .answers .answer input:checked + label {
  border-color: #D9EBFF;
  background-color: #E5F5FF;
  color: #227FBE;
}
.tu-questions .tu-question + .tu-question {
  margin-top: 2.25rem;
}

/*=====  End of TransUnion  ======*/
/*=============================================
=            Confetti            =
=============================================*/
@-webkit-keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}
@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}
@-webkit-keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}
@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}
@-webkit-keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}
@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}
.js-container.container {
  width: 100vw;
  height: 100vh;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}
.confetti--animation-slow {
  -webkit-animation: confetti-slow 2.25s linear 1 forwards;
          animation: confetti-slow 2.25s linear 1 forwards;
}
.confetti--animation-medium {
  -webkit-animation: confetti-medium 1.75s linear 1 forwards;
          animation: confetti-medium 1.75s linear 1 forwards;
}
.confetti--animation-fast {
  -webkit-animation: confetti-fast 1.25s linear 1 forwards;
          animation: confetti-fast 1.25s linear 1 forwards;
}

/*=====  End of Confetti  ======*/
