@property --bfcm-giveaway-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 195deg;
}
@keyframes bfcm-giveaway-ring-spin {
  to {
    --bfcm-giveaway-angle: 555deg;
  }
}
@keyframes bfcm-tile-float {
  0% {
    transform: translateY(6px) scale(0.97);
  }
  50% {
    transform: translateY(-6px) scale(1.03);
  }
  100% {
    transform: translateY(6px) scale(0.97);
  }
}
.insiderone-bfcm-giveaway-container {
  position: relative;
  overflow-y: visible;
  overflow-x: clip;
  padding: 6.154vw 0;
  color: #efebe4;
  background: #261a28;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-inner {
  max-width: 1440px;
  margin: 0 8.205vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-intro {
  position: relative;
  padding: 10.256vw 0;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-intro-glow {
  position: absolute;
  top: 6.03vw;
  left: 143.72vw;
  width: 59.23vw;
  height: 59.23vw;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #f4482b;
  filter: blur(25vw);
  opacity: 0.5;
  pointer-events: none;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-heading-highlight {
  font-family: "Red Hat Display";
  font-size: 3.59vw;
  line-height: 3.077vw;
  font-weight: 500;
  letter-spacing: 0.256vw;
  text-transform: uppercase;
  color: #f4482b;
  margin-bottom: 1.026vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-heading-title {
  font-family: "Red Hat Display";
  font-size: 7.179vw;
  line-height: 8.205vw;
  font-weight: 400;
  letter-spacing: 0.128vw;
  color: #efebe4;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-heading-title p {
  margin: 0;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-heading-description {
  margin-top: 1.026vw;
  font-family: "Figtree";
  font-size: 4.103vw;
  line-height: 5.641vw;
  font-weight: 400;
  color: rgba(239, 235, 228, 0.8);
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-heading-description p {
  margin: 0;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-steps {
  display: flex;
  flex-direction: column;
  gap: 12.308vw;
  margin-top: 12.308vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card {
  padding: 6.154vw 2.179vw 3.077vw;
  border-radius: 6.154vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card--sanity {
  background: linear-gradient(180deg, rgba(239, 235, 228, 0.85) 0%, rgba(255, 255, 255, 0.95) 100%);
  color: #261a28;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card--work {
  background: linear-gradient(180deg, #18181b 0%, #261a28 100%);
  box-shadow: inset 0 0 0 1px rgba(239, 235, 228, 0.08);
  color: #efebe4;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card-head {
  max-width: 77.436vw;
  margin: 0 auto 6.154vw;
  text-align: center;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card-highlight {
  font-family: "Red Hat Display";
  font-size: 3.59vw;
  line-height: 3.077vw;
  font-weight: 500;
  letter-spacing: 0.256vw;
  text-transform: uppercase;
  color: #f4482b;
  margin-bottom: 1.026vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card-title {
  font-family: "Red Hat Display";
  font-size: 6.154vw;
  line-height: 8.205vw;
  font-weight: 600;
  letter-spacing: 0.128vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card-description {
  margin-top: 1.026vw;
  font-family: "Figtree";
  font-size: 4.103vw;
  line-height: 5.641vw;
  font-weight: 400;
  opacity: 0.8;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card-description p {
  margin: 0;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.308vw;
  row-gap: 3.077vw;
  justify-content: center;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile {
  appearance: none;
  display: block;
  flex: 0 0 auto;
  width: 38.462vw;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile:focus-visible {
  outline: 2px solid #f4482b;
  outline-offset: 2px;
  border-radius: 3.077vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 6.154vw 3.077vw;
  border-radius: 3.077vw;
  text-align: center;
  backface-visibility: hidden;
  transition: box-shadow 0.25s ease;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-face::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: conic-gradient(from var(--bfcm-giveaway-angle, 195deg), rgba(244, 72, 43, 0.2) 0deg, rgba(244, 72, 43, 0.2) 95deg, rgba(244, 72, 43, 0.41) 110deg, #f4482b 135deg, rgba(244, 72, 43, 0.41) 160deg, rgba(244, 72, 43, 0.2) 175deg, rgba(244, 72, 43, 0.2) 275deg, rgba(244, 72, 43, 0.41) 290deg, #f4482b 315deg, rgba(244, 72, 43, 0.41) 340deg, rgba(244, 72, 43, 0.2) 355deg, rgba(244, 72, 43, 0.2) 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: bfcm-giveaway-ring-spin 12s linear infinite;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-face--back {
  justify-content: center;
  gap: 2.051vw;
  transform: rotateY(180deg);
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.231vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-logo img {
  max-width: 9.231vw;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-name {
  font-family: "Red Hat Display";
  font-size: 4.103vw;
  line-height: 4.103vw;
  font-weight: 500;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-description {
  font-family: "Figtree";
  font-size: 3.077vw;
  line-height: 4.103vw;
  font-weight: 400;
  opacity: 0.8;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card--sanity .insiderone-bfcm-giveaway-tile-face {
  color: #261a28;
  background: linear-gradient(180deg, #ffffff 0%, #efebe4 100%);
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card--work .insiderone-bfcm-giveaway-tile-face {
  color: #efebe4;
  background: linear-gradient(180deg, #261a28 0%, #18181b 100%);
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile.is-selected .insiderone-bfcm-giveaway-tile-face {
  box-shadow: 0 0 0 2px #f4482b, 0 0 6.154vw rgba(244, 72, 43, 0.35);
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 138.462vw;
  margin-top: 12.308vw;
  padding: 6.154vw;
  border-radius: 6.154vw;
  background: linear-gradient(180deg, #18181b 0%, #261a28 100%);
  box-shadow: inset 0 0 0 1px rgba(239, 235, 228, 0.08);
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70.256vw;
  height: 70.256vw;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #f4482b;
  filter: blur(20vw);
  opacity: 0.45;
  pointer-events: none;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-content {
  position: relative;
  z-index: 2;
  max-width: 82.051vw;
  text-align: center;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-title {
  font-family: "Red Hat Display";
  font-size: 8.205vw;
  line-height: 10.256vw;
  font-weight: 600;
  letter-spacing: 0.128vw;
  background: linear-gradient(90deg, #ff6126 0%, #e92e2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-title p {
  margin: 0;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-description {
  margin-top: 1.026vw;
  font-family: "Figtree";
  font-size: 4.615vw;
  line-height: 6.154vw;
  font-weight: 400;
  letter-spacing: 0.051vw;
  color: rgba(239, 235, 228, 0.8);
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-description p {
  margin: 0;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 34.615vw;
  height: 34.615vw;
  padding: 4.615vw 3.462vw;
  border-radius: 2.308vw;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile--sanity {
  top: 11%;
  left: 15%;
  color: #261a28;
  background: linear-gradient(180deg, #ffffff 0%, #efebe4 100%);
  box-shadow: 0 0 0 1px rgba(244, 72, 43, 0.2);
  transform: translate(-50%, -50%) rotate(-23deg) scale(0.9);
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile--sanity.is-visible {
  transform: translate(-50%, -50%) rotate(-23deg) scale(1);
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile--work {
  top: 86%;
  right: -25%;
  color: #efebe4;
  background: linear-gradient(180deg, #261a28 0%, #18181b 100%);
  box-shadow: 0 0 0 1px rgba(244, 72, 43, 0.2);
  transform: translate(-50%, -50%) rotate(18deg) scale(0.9);
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile--work.is-visible {
  transform: translate(-50%, -50%) rotate(18deg) scale(1);
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile.is-visible {
  opacity: 1;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.923vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile-logo img {
  max-width: 6.923vw;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile-name {
  font-family: "Red Hat Display";
  font-size: 3.077vw;
  line-height: 3.077vw;
  font-weight: 500;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile-eyebrow {
  font-family: "Red Hat Display";
  font-size: 2.692vw;
  line-height: 3.077vw;
  font-weight: 500;
  letter-spacing: 0.192vw;
  text-transform: uppercase;
  color: #f4482b;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form {
  position: relative;
  overflow: hidden;
  margin-top: 12.308vw;
  padding: 6.154vw 4.615vw;
  border-radius: 6.154vw;
  background: linear-gradient(180deg, #18181b 0%, #261a28 100%);
  box-shadow: inset 0 0 0 1px rgba(239, 235, 228, 0.08);
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form .inputs-list {
  padding-left: 0;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-glow {
  position: absolute;
  width: 134.103vw;
  height: 134.103vw;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #f4482b;
  filter: blur(40vw);
  opacity: 0.35;
  pointer-events: none;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-glow--one {
  top: 28.2%;
  left: -127.8%;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-glow--two {
  top: 79.5%;
  left: 222%;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tiles {
  display: none;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form.is-submitted .insiderone-bfcm-giveaway-form-title,
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form.is-submitted .insiderone-bfcm-giveaway-form-description {
  display: none;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form.is-submitted .insiderone-bfcm-giveaway-form-embed {
  margin: 0;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-title {
  font-family: "Red Hat Display";
  font-size: 6.154vw;
  line-height: 8.205vw;
  font-weight: 600;
  letter-spacing: 0.128vw;
  text-align: center;
  color: #f4482b;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-description {
  margin-top: 2.051vw;
  font-family: "Figtree";
  font-size: 4.103vw;
  line-height: 6.154vw;
  font-weight: 400;
  text-align: center;
  color: rgba(239, 235, 228, 0.8);
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-description p {
  margin: 0;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed {
  margin-top: 4.103vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed fieldset {
  max-width: none !important;
  width: 100% !important;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed fieldset:not(:has(> div:not([style*="display: none"]))) {
  display: none;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .hs-form fieldset.form-columns-2 > div:first-of-type,
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .hs-form fieldset.form-columns-2 > div:last-of-type {
  margin: 0 !important;
  max-width: unset;
  width: 100%;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .form-columns-1,
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .form-columns-2 {
  row-gap: 4vw;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 4vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed fieldset > div {
  margin-bottom: 0 !important;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed * {
  color: #efebe4;
  font-family: "Figtree";
  font-weight: 400;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed label {
  display: none;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed label.hs-error-msg {
  display: block;
  color: #f4482b;
  font-size: 3.5vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .input {
  margin: 0;
  background: radial-gradient(74.99% 100% at 0% 25.01%, rgba(244, 72, 43, 0.01) 0%, rgba(244, 72, 43, 0) 75%), radial-gradient(114.73% 141.42% at 100% 100%, rgba(244, 72, 43, 0.02) 0%, rgba(244, 72, 43, 0) 75%), linear-gradient(0deg, rgba(239, 235, 228, 0.25) 0%, rgba(239, 235, 228, 0.25) 100%), rgba(24, 24, 27, 0.8);
  border-radius: 8px;
  padding: 2vw 3vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .input input[type=checkbox] {
  width: 4vw;
  height: 4vw;
  cursor: pointer;
  margin-top: 1vw;
  position: relative;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .input input[type=checkbox]:checked::after {
  opacity: 1;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .input input[type=checkbox]:checked::before {
  opacity: 1;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .input input[type=checkbox]::after {
  display: block;
  content: "";
  opacity: 0;
  position: absolute;
  width: 5vw;
  height: 5vw;
  background: url("../img/checkmark.svg");
  top: -2px;
  left: -2px;
  background-size: contain;
  z-index: 99;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .input input[type=checkbox]::before {
  border: 0;
  border-radius: 1vw;
  z-index: 9;
  display: block;
  content: "";
  position: absolute;
  width: 5vw;
  height: 5vw;
  background: #efebe4;
  top: -2px;
  left: -2px;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .hs-richtext {
  padding-left: 0;
  margin-bottom: 16px;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .hs-richtext p {
  margin-bottom: 0;
  font-weight: 500;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .hs-richtext p a {
  color: #f4482b;
  text-decoration: underline;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .hs-dependent-field .input {
  background: 0;
  padding: 0;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .hs-fieldtype-select {
  position: relative;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .hs-fieldtype-select::after {
  content: "";
  width: 5vw;
  height: 5vw;
  background: url("../img/chevron-down.svg");
  position: absolute;
  top: 1.3vw;
  right: 3vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .hs-form-booleancheckbox-display {
  display: block;
  cursor: pointer;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed input,
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed select {
  width: 100%;
  border: 0;
  font-size: 3.5vw;
  height: 4.5vw;
  padding: 0;
  display: flex;
  min-height: unset;
  background: none;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed select {
  position: relative;
  z-index: 999;
  appearance: none;
  cursor: pointer;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed select option {
  color: #261a28;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed li {
  list-style: none;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .legal-consent-container {
  font-size: 3.5vw;
  text-align: left;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .legal-consent-container span {
  margin-left: 7vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .legal-consent-container p {
  font-size: 3.5vw;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed input::placeholder {
  color: #efebe4 !important;
  opacity: 1;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .actions input {
  height: 100%;
  cursor: pointer;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(0deg, #e92e2f 0%, #ff6126 100%);
  padding: 14px 0;
  font-size: 4vw;
  line-height: 1;
  font-weight: 500;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .hs_error_rollup {
  display: none;
}
.insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .submitted-message p {
  margin: 0;
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 8.205vw;
  line-height: 10.256vw;
  font-weight: 600;
  letter-spacing: 0.128vw;
  background: linear-gradient(90deg, #ff6126 0%, #e92e2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-inner,
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile {
    transition: none;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-face::after {
    animation: none;
  }
}

@media screen and (min-width: 768px) {
  .insiderone-bfcm-giveaway-container {
    padding: 24px 0;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-inner {
    margin: 0 32px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-intro {
    padding: 44px 0;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-intro-glow {
    top: 3px;
    left: 97.6%;
    width: 231px;
    height: 231px;
    filter: blur(90px);
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-heading {
    max-width: 720px;
    margin: 0 auto;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-heading-highlight {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-heading-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.5px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-heading-description {
    margin-top: 6px;
    font-size: 18px;
    line-height: 24px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-steps {
    gap: 48px;
    margin-top: 48px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card {
    padding: 24px 12px 12px;
    border-radius: 24px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card-head {
    max-width: 480px;
    margin: 0 auto 24px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card-highlight {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card-title {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.5px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card-description {
    margin-top: 6px;
    font-size: 18px;
    line-height: 24px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-grid {
    column-gap: 9px;
    row-gap: 12px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile {
    width: 150px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile:focus-visible {
    border-radius: 12px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-face {
    padding: 24px 12px;
    border-radius: 12px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-face--back {
    gap: 8px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-logo {
    height: 36px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-logo img {
    max-width: 36px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-name {
    font-size: 16px;
    line-height: 16px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile-description {
    font-size: 12px;
    line-height: 16px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile.is-selected .insiderone-bfcm-giveaway-tile-face {
    box-shadow: 0 0 0 2px #f4482b, 0 0 24px rgba(244, 72, 43, 0.35);
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview {
    min-height: 320px;
    margin-top: 48px;
    padding: 24px;
    border-radius: 24px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-glow {
    width: 523px;
    height: 523px;
    filter: blur(160px);
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-content {
    max-width: 310px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-title {
    font-size: 40px;
    line-height: 48px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-description {
    margin-top: 6px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile {
    width: 135px;
    height: 135px;
    padding: 18px 13.5px;
    border-radius: 9px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile--sanity {
    top: 50%;
    left: 14%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile--work {
    top: 50%;
    right: -6%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile-logo {
    height: 27px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile-logo img {
    max-width: 27px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile-name {
    font-size: 12px;
    line-height: 12px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile-eyebrow {
    font-size: 10.5px;
    line-height: 12px;
    letter-spacing: 0.75px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form {
    margin-top: 48px;
    padding: 48px 18px;
    border-radius: 24px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-glow {
    width: 523px;
    height: 523px;
    filter: blur(160px);
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-glow--one {
    top: 22%;
    left: -32.3%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-glow--two {
    top: 87.9%;
    left: 129.8%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-description {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed {
    margin-top: 16px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .submitted-message p {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.5px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .form-columns-2 {
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 16px;
    margin-bottom: 16px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .form-columns-1 {
    row-gap: 16px;
    margin-bottom: 16px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed label.hs-error-msg {
    font-size: 12px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .input {
    margin: 0;
    background: radial-gradient(74.99% 100% at 0% 25.01%, rgba(244, 72, 43, 0.01) 0%, rgba(244, 72, 43, 0) 75%), radial-gradient(114.73% 141.42% at 100% 100%, rgba(244, 72, 43, 0.02) 0%, rgba(244, 72, 43, 0) 75%), linear-gradient(0deg, rgba(239, 235, 228, 0.25) 0%, rgba(239, 235, 228, 0.25) 100%), rgba(24, 24, 27, 0.8);
    border-radius: 8px;
    padding: 8px 12px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .input input[type=checkbox] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-top: 0;
    position: relative;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .input input[type=checkbox]::after {
    width: 19px;
    height: 19px;
    top: -2px;
    left: -2px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .input input[type=checkbox]::before {
    border-radius: 3.5px;
    width: 17px;
    height: 17px;
    top: -1px;
    left: -1px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .hs-richtext {
    padding-left: 0;
    margin-bottom: 16px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .hs-fieldtype-select::after {
    width: 20px;
    height: 20px;
    top: 8px;
    right: 12px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed input,
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed select {
    font-size: 12px;
    height: 18px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .legal-consent-container {
    font-size: 12px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .legal-consent-container span {
    margin-left: 24px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .legal-consent-container p {
    font-size: 12px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .actions input {
    padding: 14px 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 44px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-intro {
    padding: 48px 0;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-intro-glow {
    top: 54px;
    left: 81.8%;
    width: 523px;
    height: 523px;
    filter: blur(200px);
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-heading {
    max-width: 960px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-heading-highlight {
    line-height: 16px;
    margin-bottom: 8px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-heading-title {
    font-size: 40px;
    line-height: 48px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-heading-description {
    margin-top: 8px;
    font-size: 20px;
    line-height: 28px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card-head {
    max-width: none;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card-highlight {
    line-height: 16px;
    margin-bottom: 8px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card-title {
    font-size: 32px;
    line-height: 48px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-card-description {
    margin-top: 8px;
    font-size: 20px;
    line-height: 28px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-tile:hover .insiderone-bfcm-giveaway-tile-inner {
    transform: rotateY(180deg);
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-content {
    max-width: 960px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-title {
    font-size: 48px;
    line-height: 56px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-description {
    margin-top: 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile {
    width: 180px;
    height: 180px;
    padding: 24px 18px;
    border-radius: 12px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile--sanity {
    top: 50%;
    left: 14%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile--work {
    top: 50.07%;
    right: 0;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile-logo {
    height: 36px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile-logo img {
    max-width: 36px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile-name {
    font-size: 16px;
    line-height: 16px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-preview-tile-eyebrow {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-glow--one {
    top: 22.19%;
    left: 7.14%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-glow--two {
    top: 87.65%;
    left: 91.53%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tiles {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile {
    position: absolute;
    width: 54px;
    height: 54px;
    animation: bfcm-tile-float 6s ease-in-out infinite;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(1) {
    top: 30.06%;
    left: 9.26%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(2) {
    top: 21.6%;
    left: 20.04%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(3) {
    top: 79.11%;
    left: 19.01%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(4) {
    top: 83.26%;
    left: 5.25%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(5) {
    top: 47.33%;
    left: 16.05%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(6) {
    top: 46.51%;
    left: 2.66%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(7) {
    top: 64.26%;
    left: 11.24%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(8) {
    top: 8.13%;
    left: 6.51%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(9) {
    top: 84.64%;
    left: 79.73%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(10) {
    top: 19.18%;
    left: 80.92%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(11) {
    top: 14.17%;
    left: 90.24%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(12) {
    top: 49.58%;
    left: 88.24%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(13) {
    top: 66.5%;
    left: 84.91%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(14) {
    top: 33.17%;
    left: 93.57%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(15) {
    top: 45.26%;
    left: 78.25%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(16) {
    top: 69.78%;
    left: 93.71%;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(8n+1) {
    animation-duration: 6.5s;
    animation-delay: -0.2s;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(8n+2) {
    animation-duration: 5.2s;
    animation-delay: -2.1s;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(8n+3) {
    animation-duration: 7.3s;
    animation-delay: -1.1s;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(8n+4) {
    animation-duration: 5.8s;
    animation-delay: -3.4s;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(8n+5) {
    animation-duration: 6.9s;
    animation-delay: -0.8s;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(8n+6) {
    animation-duration: 8.1s;
    animation-delay: -2.7s;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(8n+7) {
    animation-duration: 5.5s;
    animation-delay: -1.6s;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile:nth-child(8n+8) {
    animation-duration: 7.7s;
    animation-delay: -4.2s;
  }
}
@media screen and (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-tile {
    animation: none;
  }
}
@media screen and (min-width: 1024px) {
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form {
    padding: 48px 18px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .submitted-message p {
    font-size: 48px;
    line-height: 56px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .input {
    padding: 9px 12px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .input input[type=checkbox] {
    margin-top: 4px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .legal-consent-container span {
    margin-left: 28px;
  }
  .insiderone-bfcm-giveaway-container .insiderone-bfcm-giveaway-form-embed .actions input {
    font-size: 13px;
  }
}