@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 18px; }

body {
  color: #000000;
  font-family: "DM Sans", sans-serif;
  font-weight: 400; }

h1 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700; }

h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin: .5em auto; }

h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1em; }

h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1em; }

p {
  line-height: 1.4;
  margin-bottom: 1.2em; }

a {
  color: #000000;
  font-weight: 500; }

ul {
  margin-left: 20px;
  list-style-type: none; }
  ul li {
    margin-bottom: 1rem; }

.container {
  max-width: 1200px;
  margin: 0 auto; }

.full-width-bg {
  width: 100%;
  overflow: hidden; }
  .full-width-bg.gray {
    background-color: #f6f6f6; }

section {
  margin: 75px 0; }

.hero {
  background-color: #ffffff;
  padding: 50px; }

.hero-img {
  background-image: url(../img/SoS_logo-wide.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 25%; }

@media screen and (max-width: 900px) {
  .hero {
    padding: 50px 0; } }

@media screen and (max-width: 700px) {
  .hero {
    padding: 0; }
  .hero-img {
    background-image: url(../img/SoS_logo-stacked.svg);
    padding-top: 65%; } }

.order {
  background-image: none;
  position: relative;
  color: #ffffff; }
  .order img {
    width: 100%; }

.order-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  padding: 50px; }
  .order-content h2 {
    margin-bottom: 2rem; }
  .order-content p {
    margin-bottom: .5rem; }
  .order-content a {
    color: #ffffff; }

@media screen and (max-width: 1100px) {
  .order-content h2 {
    font-size: 1.75rem; } }

@media screen and (max-width: 980px) {
  .order-content h2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem; }
  .order-content .btn {
    margin-top: 1rem; } }

@media screen and (max-width: 920px) {
  .order-content {
    position: static;
    color: #000000;
    width: 100%;
    padding: 2rem 0 0 0; }
    .order-content a {
      color: #000000; } }

a.btn,
input.button {
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #ffffff;
  text-decoration: none;
  border: 0;
  padding: 0.8em 1em;
  margin: 30px auto 50px;
  display: inline-block; }
  a.btn:hover,
  input.button:hover {
    background-color: #c40268; }

input.button {
  background-color: #ec037d; }

.order a.btn {
  border: 1px solid #ffffff; }

.order a.btn:hover {
  background-color: rgba(198, 58, 104, 0.6); }

form input {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  background-color: #ffffff;
  padding: 0.8em 1em;
  margin: 50px auto 30px auto;
  border-radius: 0;
  -webkit-appearance: none; }
  form input[type="text"] {
    width: 25ch;
    border: 1px solid #bbb; }
    form input[type="text"]:focus::-webkit-input-placeholder {
      opacity: .4; }
    form input[type="text"]:focus:-ms-input-placeholder {
      opacity: .4; }
    form input[type="text"]:focus::-ms-input-placeholder {
      opacity: .4; }
    form input[type="text"]:focus::placeholder {
      opacity: .4; }
  form input::-webkit-input-placeholder {
    color: #000000;
    opacity: .8; }
  form input:-ms-input-placeholder {
    color: #000000;
    opacity: .8; }
  form input::-ms-input-placeholder {
    color: #000000;
    opacity: .8; }
  form input::placeholder {
    color: #000000;
    opacity: .8; }

input.button {
  display: block;
  border: 0;
  margin-top: 0;
  font-size: 1.5rem; }

@media screen and (max-width: 500px) {
  a.btn {
    font-size: 1.5rem; }
  form input {
    font-size: 1rem; }
    form input[type="text"] {
      width: 100%; } }

@media screen and (max-width: 920px) {
  .order a.btn {
    color: #000000;
    border: 1px solid #000000;
    margin-bottom: 0; }
  .order a.btn:hover {
    background-color: #ec037d;
    color: #ffffff;
    border-color: #ec037d; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: space-between; }
  .row .card {
    width: calc(25% - 40px);
    overflow: hidden; }
    .row .card img {
      width: 100%;
      margin-bottom: 1rem; }

@media screen and (max-width: 1290px) {
  .row,
  .artists,
  .songs,
  .stores,
  .press h3,
  .order {
    padding: 0 50px; }
  .order-content {
    left: 50px; } }

@media screen and (max-width: 920px) {
  .row {
    flex-wrap: wrap; }
    .row .card {
      width: calc(50% - 22.5px);
      margin-bottom: 40px; }
      .row .card:last-child {
        margin-bottom: 0; } }

@media screen and (max-width: 580px) {
  .row {
    display: block;
    overflow: hidden;
    padding: 0 50px; }
    .row .card {
      width: 100%; } }

.text-component {
  width: 100%; }
  .text-component h3 {
    max-width: 60ch;
    line-height: 1.35; }
  .text-component p {
    margin-bottom: 72px; }
    .text-component p.intro {
      max-width: 68ch; }
  .text-component ul {
    width: 100%;
    column-gap: 60px;
    margin-left: 0; }
    .text-component ul li {
      margin-bottom: 1.5rem; }
  .text-component.artists ul {
    column-count: 4; }
  .text-component.songs ul {
    column-count: 2; }
  .text-component a {
    font-weight: 400; }

.store-list {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .store-list .store-info {
    width: calc(25% - 25px); }
    .store-list .store-info a.store-name,
    .store-list .store-info p.store-address {
      display: block;
      margin-bottom: 1em; }

@media screen and (max-width: 980px) {
  .text-component.artists ul {
    column-count: 3; } }

@media screen and (max-width: 800px) {
  .store-list {
    flex-wrap: wrap; }
    .store-list .store-info {
      width: calc(50% - 30px); }
      .store-list .store-info:nth-child(1),
      .store-list .store-info:nth-child(2) {
        margin-bottom: 2rem; } }

@media screen and (max-width: 640px) {
  .text-component.artists ul {
    column-count: 2; } }

@media screen and (max-width: 460px) {
  .text-component.artists ul,
  .text-component.songs ul {
    column-count: 1; }
  .text-component.songs ul li.side-b {
    margin-top: 2.5rem; }
  .store-list {
    display: block; }
    .store-list .store-info {
      width: 100%;
      margin-bottom: 2.5rem; } }

.subscribe {
  width: 100%;
  overflow: hidden;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 75px;
  background-color: #f6f6f6; }

.subscribe p {
  margin: 0 auto;
  font-weight: 500;
  font-size: 1rem;
  color: #000000; }

@media screen and (max-width: 1290px) {
  .subscribe {
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto; } }

footer {
  background-color: #000000;
  width: 100%;
  padding: 50px 75px; }

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1rem;
  line-height: 36px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .footer-content a {
    color: #ffffff;
    text-decoration: none; }
  .footer-content a:hover {
    text-decoration: underline; }

.contact div {
  display: inline-block;
  margin-right: 50px; }

.sdlogo img {
  height: 36px; }

@media screen and (max-width: 700px) {
  .contact div {
    display: block; } }

@media screen and (max-width: 500px) {
  footer {
    padding: 50px 30px; } }

@media screen and (max-width: 400px) {
  footer {
    display: block; }
  .sdlogo img {
    margin-top: 30px; } }

.terms {
  padding: 0 75px 75px 75px; }
  .terms h2 {
    margin-bottom: 1.2em; }

@media screen and (max-width: 500px) {
  padding: 0 50px 75px; }
