/* Text Elements */

h1.heading-1 {
  color: #fff;
  font-weight: 600;
  font-size: 80px;
  font-family: 'Play', cursive;
}

h2.heading-2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 45px;
  font-family: 'Play', cursive;
}

h6.heading-3 {
  margin-top: -59px;
  margin-left: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 23px;
  font-family: 'Play', cursive;
}

h6.heading-4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Play', cursive;
}

h6.heading-5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 27px;
  font-family: 'Play', cursive;
}

p.paragraph.paragraph-1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Play', cursive;
}

p.paragraph.paragraph-2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
  font-family: 'Poppins', cursive;
}

p.paragraph.paragraph-3 {
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins', cursive;
}

p.paragraph.paragraph-4 {
  color: #ccc;
  font-size: 17px;
  font-family: 'Poppins', cursive;
}

p.paragraph.paragraph-5 {
  margin-bottom: 0;
  margin-left: 51px;
  color: #ccc;
  font-family: 'Poppins', cursive;
}

p.paragraph.paragraph-6 {
  color: #b0b0b0;
  font-size: 16px;
  font-family: 'Poppins', cursive;
}

p.paragraph.paragraph-7 {
  padding-top: 10px;
  padding-bottom: 15px;
  color: #b0b0b0;
  font-size: 16px;
  font-family: 'Poppins', cursive;
}

/* Interaction Elements */

a.link-button.button-link-1 {
  padding-right: 5px;
  padding-left: 5px;
  width: 100%;
  border-width: 0;
  border-color: #fff;
  border-radius: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(277deg, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
  background-image:    -moz-linear-gradient(277deg, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
  background-image:      -o-linear-gradient(277deg, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
  background-image:         linear-gradient(173deg, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Play', cursive;

  background-blend-mode: normal;
}

a.link-button.button-link-1b {
  padding-right: 5px;
  padding-left: 5px;
  width: 100%;
  border-width: 0;
  border-color: #fff;
  border-radius: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(277deg, rgba(43, 43, 43, 1) 0%, rgba(10, 10, 10, 1) 100%);
  background-image:    -moz-linear-gradient(277deg, rgba(43, 43, 43, 1) 0%, rgba(10, 10, 10, 1) 100%);
  background-image:      -o-linear-gradient(277deg, rgba(43, 43, 43, 1) 0%, rgba(10, 10, 10, 1) 100%);
  background-image:         linear-gradient(173deg, rgba(43, 43, 43, 1) 0%, rgba(10, 10, 10, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Play', cursive;

  background-blend-mode: normal;
}

a.link-button.button-link-1c {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 5px 7px;
  width: 100%;
  border-width: 0;
  border-color: #fff;
  border-radius: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(277deg, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
  background-image:    -moz-linear-gradient(277deg, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
  background-image:      -o-linear-gradient(277deg, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
  background-image:         linear-gradient(173deg, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Play', cursive;

  background-blend-mode: normal;
}

a.link-button.button-link-1:hover {
  background-color: #222;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

a.link-button.button-link-1b:hover {
  background-color: #222;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

a.link-button.button-link-1c:hover {
  background-color: #222;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

/* Layout Elements */

body.grid-1 {
  background-color: #101010;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row.row-1 {
  padding: 0 10px 10px;
  max-width: none;
  background-image: url('../images/hero-bg-bot.png?id=244&cache=1768364056588'), url('../images/hero-bg-top.png?id=243&cache=1768364028781'), -webkit-linear-gradient(top, rgba(19, 19, 19, .76) 0%, rgba(29, 30, 33, .74) 100%), url('../images/track.webp?id=246&cache=1768430053331');
  background-image: url('../images/hero-bg-bot.png?id=244&cache=1768364056588'), url('../images/hero-bg-top.png?id=243&cache=1768364028781'), -moz-linear-gradient(top, rgba(19, 19, 19, .76) 0%, rgba(29, 30, 33, .74) 100%), url('../images/track.webp?id=246&cache=1768430053331');
  background-image: url('../images/hero-bg-bot.png?id=244&cache=1768364056588'), url('../images/hero-bg-top.png?id=243&cache=1768364028781'), -o-linear-gradient(top, rgba(19, 19, 19, .76) 0%, rgba(29, 30, 33, .74) 100%), url('../images/track.webp?id=246&cache=1768430053331');
  background-image: url('../images/hero-bg-bot.png?id=244&cache=1768364056588'), url('../images/hero-bg-top.png?id=243&cache=1768364028781'), linear-gradient(180deg, rgba(19, 19, 19, .76) 0%, rgba(29, 30, 33, .74) 100%), url('../images/track.webp?id=246&cache=1768430053331');
  background-attachment: scroll, scroll, scroll, fixed;
  background-position: left bottom, left top, left top, center top;
  background-clip: border-box, border-box, border-box, border-box;
  background-origin: padding-box, padding-box, padding-box, padding-box;
  background-size: contain, contain, auto auto, cover;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;

  background-blend-mode: normal, normal, normal, normal;
}

body > .row > [class*='coffee-span-'].column-1 {
  min-height: 1000px;
}

body > .row.row-2 {
  padding: 10px 10px 30px;
  max-width: none;
  background-color: #101010;
  background-image: url('../images/servies.jpg?id=249&cache=1768453036482');
  background-attachment: scroll;
  background-position: center bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row.row-3 {
  padding: 80px 10px;
  max-width: 1500px;
}

body > .row > [class*='coffee-span-'].column-2 {
  padding-right: 38px;
}

body > .row.row-4 {
  padding: 80px 10px;
  max-width: none;
  background-color: #1c1d21;
}

body > .row.row-5 {
  padding: 20px 10px;
  max-width: none;
  background-color: #1c1d21;
  background-image: url('../images/servies.jpg?id=256&cache=1768453421330');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row > [class*='coffee-span-'].column-3 {
  min-height: 150px;
}

body > .row.row-6 {
  padding: 50px 10px;
  max-width: none;
}

body > .row.row-7 {
  padding-top: 80px;
  padding-right: 10px;
  padding-left: 10px;
}

body > .row > [class*='coffee-span-'].column-4 {
  text-align: center;
}

body > .row.row-8 {
  padding: 30px 10px 10px;
  max-width: none;
  background-color: #1c1d21;
}

.subgrid > .row.subgrid-row-1 {
  max-width: none;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-1 {
  padding-top: 8px;
  text-align: right;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-2 {
  min-height: 100px;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-3 {
  padding-bottom: 20px;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-4 {
  padding-top: 10px;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-5 {
  padding-top: 10px;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-6 {
  padding-top: 10px;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-7 {
  padding-bottom: 20px;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-8 {
  padding-top: 20px;
}

.subgrid.subgrid-1 {
  margin-right: auto;
  margin-left: auto;
}

.subgrid > .row.subgrid-row-2 {
  max-width: 1500px;
}

.subgrid > .row.subgrid-row-3 {
  max-width: 1500px;
}

.subgrid > .row.subgrid-row-4 {
  max-width: 1500px;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-9 {
  padding-top: 10px;
  min-height: 50px;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-10 {
  padding: 10px 18px;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-11 {
  padding: 10px 18px;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-12 {
  padding: 10px 18px;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-13 {
  padding: 10px 18px;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-14 {
  text-align: right;
}

.subgrid > .row.subgrid-row-5 {
  max-width: 1500px;
}

.container.container-1 {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  max-width: 1200px;
  text-align: center;
}

.container.container-3 {
  margin-bottom: 0;
  padding: 190px 20px 20px;
  min-height: 250px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 27, 27, .8) 100%), url('../images/adult.jpg?id=253&cache=1768452656330');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 27, 27, .8) 100%), url('../images/adult.jpg?id=253&cache=1768452656330');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 27, 27, .8) 100%), url('../images/adult.jpg?id=253&cache=1768452656330');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(29, 27, 27, .8) 100%), url('../images/adult.jpg?id=253&cache=1768452656330');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.container-4 {
  margin-bottom: 17px;
  padding: 10px;
  border: 1px solid #363636;
  background-image: -webkit-linear-gradient(top, rgba(27, 27, 27, .5) 0%, rgba(29, 30, 33, .93) 100%);
  background-image:    -moz-linear-gradient(top, rgba(27, 27, 27, .5) 0%, rgba(29, 30, 33, .93) 100%);
  background-image:      -o-linear-gradient(top, rgba(27, 27, 27, .5) 0%, rgba(29, 30, 33, .93) 100%);
  background-image:         linear-gradient(180deg, rgba(27, 27, 27, .5) 0%, rgba(29, 30, 33, .93) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-5 {
  margin-bottom: 0;
  min-height: 600px;
  background-image: url('../images/FAMILYNIGHT_MSS-28-2048x1365.jpg?id=252&cache=1768431043336');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-6 {
  padding: 10px;
  border: 1px solid #ff0003;
}

.container.container-7 {
  margin-bottom: 0;
  padding: 190px 20px 20px;
  min-height: 250px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 27, 27, .8) 100%), url('../images/junior.jpg?id=254&cache=1768452687204');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 27, 27, .8) 100%), url('../images/junior.jpg?id=254&cache=1768452687204');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 27, 27, .8) 100%), url('../images/junior.jpg?id=254&cache=1768452687204');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(29, 27, 27, .8) 100%), url('../images/junior.jpg?id=254&cache=1768452687204');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.container-8 {
  margin-bottom: 0;
  padding: 190px 20px 20px;
  min-height: 250px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 27, 27, .8) 100%), url('../images/parties.jpg?id=255&cache=1768452828023');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 27, 27, .8) 100%), url('../images/parties.jpg?id=255&cache=1768452828023');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 27, 27, .8) 100%), url('../images/parties.jpg?id=255&cache=1768452828023');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(29, 27, 27, .8) 100%), url('../images/parties.jpg?id=255&cache=1768452828023');
  background-attachment: scroll, scroll;
  background-position: left top, center bottom;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.container-9 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

.container.container-2 {
  min-height: 350px;
  background-image: url('../images/1.jpg?id=259&cache=1768512703988');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-10 {
  min-height: 350px;
  background-image: url('../images/2.jpg?id=260&cache=1768512713087');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-11 {
  min-height: 350px;
  background-image: url('../images/3.jpg?id=261&cache=1768512721615');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-12 {
  min-height: 350px;
  background-image: url('../images/4.jpg?id=262&cache=1768512730530');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-13 {
  margin-bottom: -64px;
  padding: 20px;
  background-image: url('../images/book-bg.jpg?id=263&cache=1768514150455');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

a.responsive-picture.picture-link-1 {
  max-width: 200px;
}

.rule.rule-1 hr {
  border-top-color: #ff0003;
}

.rule.rule-1 {
  padding-bottom: 15px;
  max-width: 100px;
}

span.glyph.font-icon-1 {
  width: 45px;
  color: #ff0003;
  text-align: center;
  font-size: 35px;
}

.rule.rule-1a {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 15px;
  max-width: 100px;
}

.rule.rule-1a hr {
  border-top-color: #ff0003;
}

a.social-image.social-icon-1 {
  margin-right: 6px;
  max-width: 40px;
  border: 1px solid #555;
  border-radius: 0;
  background-color: transparent;
}

.rule.rule-2 hr {
  border-top-color: #ff0003;
}

.rule.rule-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 50px;
}

div.responsive-picture.picture-1 {
  max-width: 130px;
}

.rule.rule-3 hr {
  border-top-color: #4b4b4b;
}

@media screen and (max-width: 1200px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 68px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-1 {
    min-height: 900px;
  }

  .container.container-5 {
    min-height: 700px;
  }

  .container.container-13 {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  /* Text Elements */

  p.paragraph.paragraph-2 {
    font-size: 24px;
  }

  /* Interaction Elements */

  a.link-button.button-link-1c {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: -webkit-linear-gradient(277deg, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
    background-image:    -moz-linear-gradient(277deg, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
    background-image:      -o-linear-gradient(277deg, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
    background-image:         linear-gradient(173deg, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
  }

  /* Layout Elements */

  body > .row.row-1 {
    padding-right: 0;
    padding-left: 0;
  }

  body > .row > [class*='coffee-span-'].column-1 {
    padding-right: 0;
    padding-left: 0;
  }

  body > .row.row-4 {
    background-color: #1c1d21;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-4 {
    background-image: -webkit-linear-gradient(top, rgba(3, 3, 3, 1) 0%, rgba(39, 39, 41, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(3, 3, 3, 1) 0%, rgba(39, 39, 41, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(3, 3, 3, 1) 0%, rgba(39, 39, 41, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(3, 3, 3, 1) 0%, rgba(39, 39, 41, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-5 {
    padding-bottom: 10px;
    background-image: -webkit-linear-gradient(top, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 0, 3, 1) 0%, rgba(135, 0, 4, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    text-align: center;

    background-blend-mode: normal;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-6 {
    background-color: #1c1d21;
    text-align: center;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-15 {
    min-height: 5px;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-2 {
    min-height: 50px;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-16 {
    min-height: 5px;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-3 {
    padding-bottom: 0;
  }

  a.responsive-picture.picture-link-1 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 800px) {
  /* Text Elements */

  h2.heading-2 {
    font-size: 35px;
  }

  h6.heading-5 {
    text-align: center;
  }

  /* Layout Elements */

  body > .row.row-1 {
    background-attachment: scroll, scroll, scroll, scroll;
  }

  body > .row.row-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body > .row > [class*='coffee-span-'].column-2 {
    padding-right: 8px;
  }

  body > .row > [class*='coffee-span-'].column-5 {
    padding-top: 20px;
  }

  body > .row.row-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body > .row.row-7 {
    padding-top: 30px;
  }

  body > .row.row-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body > .row > [class*='coffee-span-'].column-3 {
    min-height: 0;
  }

  body > .row.row-8 {
    padding-top: 10px;
  }

  body > .row.row-5 {
    padding: 0;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-17 {
    padding-bottom: 10px;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-18 {
    padding-bottom: 10px;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-19 {
    text-align: center;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-14 {
    text-align: center;
  }

  .container.container-5 {
    min-height: 400px;
  }

  .container.container-2 {
    min-height: 150px;
  }

  .container.container-10 {
    min-height: 150px;
  }

  .container.container-11 {
    min-height: 150px;
  }

  .container.container-12 {
    min-height: 150px;
  }

  .container.container-13 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 603px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 47px;
  }

  h6.heading-5 {
    font-size: 24px;
  }

  p.paragraph.paragraph-2 {
    font-size: 20px;
  }

  /* Layout Elements */

  body > .row.row-3 {
    padding-bottom: 10px;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-2 {
    min-height: 30px;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-3 {
    padding-right: 18px;
    padding-left: 18px;
  }

  .subgrid > .row.subgrid-row-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-1 {
    padding-top: 18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .subgrid > .row > [class*='coffee-span-'].subgrid-column-4 {
    padding-bottom: 10px;
  }

  .container.container-1 {
    padding-bottom: 0;
  }

  .container.container-2 {
    min-height: 100px;
  }

  .container.container-10 {
    min-height: 100px;
  }

  .container.container-11 {
    min-height: 100px;
  }

  .container.container-12 {
    min-height: 100px;
  }
}

@media screen and (max-width: 533px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 42px;
  }

  p.paragraph.paragraph-2 {
    font-size: 18px;
  }

  p.paragraph.paragraph-3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 459px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 36px;
  }

  /* Layout Elements */

  .container.container-5 {
    min-height: 300px;
  }
}