@font-face {
  font-family: "Euclid";
  src: url("fonts/EuclidCircularA-Medium.woff") format("woff");
  src: url("fonts/EuclidCircularA-Medium.otf") format("opentype");

  font-display: swap;
}

@font-face {
  font-family: "Euclid Bold";
  src: url("fonts/EuclidCircularA-Bold.woff") format("woff");
  src: url("fonts/EuclidCircularA-Bold.otf") format("opentype");

  /* font-weight: bold; */
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
}

html,
body {
  font-size: 16px;
  font-family: "Euclid";
  color: rgba(255, 255, 255, 0.87);
}
.bf-container {
  background: #1d1d1d;
}

.bf-main-wrapper {
  background: #1d1d1d;
  width: 100%;
}

.black-friday img {
  padding: 48px 27% 0 27%;
  width: 46%;
  /* height: 32%; */
}

.fifty-percent-off img {
  padding: 0 6% 0 16%;
  width: 78%;
  margin-top: -10px;
}

.all-products-text {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600;
}

.apps-list {
  margin-bottom: 48px;
}
.apps-list-row {
  display: flex;
  margin: 24px auto;
  justify-content: center;
}

.apps-list-row a {
  color: white;
  text-decoration: none;
  font-size: 10px;
  width: 160px;
  margin: 0 16px 16px;
}

.get-notified {
  padding-bottom: 48px;
}
.get-notified-text {
  text-align: center;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 16px;
  line-height: 24px;
  font-weight: regular;
}

.get-notified form {
  display: flex;
  height: 48px;
  /* border-radius: 4px; */

  margin-left: 24px;
  margin-right: 24px;
}

.mauticform-innerform {
  width: 100%;
}

.mauticform-post-success .mauticform-innerform {
  display: none;
}

.mauticform-message {
  margin: auto auto;
}

.mauticform-errormsg {
  display: block;
  padding-top: 10px;
}

.get-notified-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.get-notified form {
  height: 48px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.87) !important;
}

.get-notified form .notified-button {
  width: 126px;
  color: white;
  background: #0556f3;
  border: none;
  border-radius: 0;
  height: 48px;
}

.notified-button button {
  height: 48px;
  color: white;
  background: #0556f3;
  width: 126px;
  border: none;
  cursor: pointer;
}

.get-notified form .notified-input {
  width: 100%;

  /* border-radius: 0; */
}
.get-notified form .notified-input input {
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.87);
  background: #383b40;
  padding-left: 12px;
  outline: none;
  height: 48px;
  width: 100%;
  color: white;
  font-weight: 400;
}

.sale-countdown {
  padding-bottom: 48px;
}
.sale-countdown-text {
  text-align: center;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 16px;
  line-height: 24px;
  font-weight: regular;
}
.sale-countdown-counter {
  text-align: center;
  margin-bottom: 56px;
  line-height: 54px;
  font-weight: 600;
  font-size: 36px;
}

.bf-footer {
  background: #2d2f34;
  padding: 40px 0 24px 24px;
}

.get-apps-text {
  margin-bottom: 16px;
  font-weight: 400;
}

.playstore-appstore-logo {
  margin-bottom: 24px;
  margin-top: 16px;
}

.playstore-appstore-logo a {
  display: inline-block;
}

.download-text {
  font-size: 18px;
  margin-bottom: 8px;
}

.download-apps {
  margin-bottom: 24px;
}

.download-apps a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  width: 50%;
}

.download-apps-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.copyright {
  border-top: 1px solid rgba(236, 236, 238, 0.2);
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-items: flex-end;
}

.footer-logo {
  width: 62px;
  height: 20px;
}

.footer-logo svg {
  width: inherit;
}

@media only screen and (min-width: 1200px) {
  .bf-main-wrapper {
    margin: 0 auto;
  }
  .black-friday img {
    width: 207px;
    padding-top: 56px;
    display: block;
    margin: 0 auto;
  }

  .fifty-percent-off img {
    width: 498px;
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-top: -40px;
  }

  .all-products-text {
    font-size: 24px;
    margin-bottom: 32px;
    font-weight: 600;
  }

  .apps-list {
    display: flex;
    flex-direction: row;
    width: calc(640px + 128px);
    margin: 0 auto;
    margin-bottom: 56px;
    justify-content: space-between;
  }

  .apps-list-row {
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
  }

  .get-notified form {
    width: 600px;
    margin: 0 auto;
  }

  .get-notified form .notified-button {
    width: 180px;
  }

  .get-notified form .notified-input {
    width: calc(600px - 180px -3px);
  }

  .bf-footer {
    padding: 40px 0 0 24px;
  }

  .bf-footer-container {
    width: 1200px;
    margin: 0 auto;
  }

  .bf-footer-download-wrapper {
    display: flex;
  }

  .get-apps,
  .download-apps {
    width: 50%;
  }

  .download-apps-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .download-apps-row {
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 0;
    width: 50%;
  }

  .download-text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}



.download-link__card {
  width: 100%;
  height: 220px;
  padding: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}

.download-link__card__row {
  padding: 12px 16px;
}

.download-link__card__row--max {
  flex-grow: 1;
}

.download-link__card__row--filled {
  background: white;
  color: #0556f3;
  border-radius: 0 0 4px 4px;
}

.download-link__icon {
  margin-bottom: 16px;
}

.download-link__title h3 {
  font-size: 16px;
  line-height: 24px;
}

.download-link__link {
  display: flex;
  align-items: center;
  font-weight: 500;
  text-align: left;
}

.download-link__link__label {
  margin-right: 4px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}

.download-link__link__icon {
  width: 16px;
  height: 16px;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(255,255,255); /* Fallback color */
  background-color: rgba(255,255,255,0.87); /* Black w/ opacity */
  justify-content: center;
  align-items: center;
  animation:fadeIn 1s linear;
}

@keyframes fadeIn {
  0% {
    opacity:0
  }
  100% {
    opacity:1;
  }
}

.modal-content {
  background: #3d3d3d;
  position: relative;
}

.close {
  position: absolute;
  right: 0;
  top: -56px;
  font-size: 56px;
  color: #3d3d3d;
  cursor: pointer;
}

.offer-dialog {
  display: none;
  flex-direction: row;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  width: fit-content;
}

.offer-dialog__column {
  margin: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offer-dialog__text {
  margin-top: 16px;
  flex-grow: 1;
}

.offer-dialog__download-links {
  line-height: 0;
}

.offer-dialog__links {
  display: inline-block;
  line-height: 0;
}

.offer-dialog__links__android {
  margin-right: 16px;
}