body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #072d4f;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #072d4f;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #072d4f;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #072d4f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #072d4f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #072d4f;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #055ca9;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
}

li {
  margin-bottom: 8px;
  color: #020d16;
  font-size: 1em;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #072d4f;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.button-primary {
  padding: 15px 24px;
  background-color: #fdc500;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #020d16;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.button-primary:hover {
  background-color: #ddae07;
}

.button-primary.medium {
  padding: 12px 16px;
  font-size: 1em;
}

.button-primary.small {
  padding: 9px 16px;
  font-size: 0.875em;
}

.style-guide-section {
  position: relative;
  margin: 40px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.type-column-1 {
  padding-right: 20px;
}

.small-paragraph {
  font-size: 0.8em;
}

.tiny-paragraph {
  font-size: 0.6em;
}

.tiny-paragraph.footer-sign-off {
  margin-top: 16px;
  line-height: 1.4em;
}

.tiny-paragraph.hero-tiny-para {
  margin-top: 8px;
  opacity: 0.5;
}

.type-column-2 {
  padding-left: 20px;
}

.heading-hero {
  color: #fff;
  font-size: 2.4em;
  font-weight: 900;
  text-transform: uppercase;
}

.lead-paragraph {
  font-size: 1.2em;
}

.lead-paragraph.white-center {
  color: #fff;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.style-guide-label {
  margin-top: 8px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-left: 16px;
  color: #222;
  font-size: 16px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.colour {
  width: 100%;
  height: 200px;
  border-radius: 50%;
  background-color: #111;
}

.colour.white {
  border: 1px solid #dad9d9;
  background-color: #fff;
}

.colour.tertiary {
  background-color: #055ca9;
}

.colour.primary {
  background-color: #072d4f;
}

.colour.secondary {
  background-color: #fdc500;
}

.colour.dark {
  background-color: #020d16;
}

.colour.shade-1 {
  background-color: #34536f;
}

.colour.shade-2 {
  background-color: #61798f;
}

.colour.shade-3 {
  background-color: #a4b2bf;
}

.colour.shade-4 {
  background-color: #c1ccd7;
}

.colour.shade-5 {
  background-color: #e8ebef;
}

.colour.shade-6 {
  background-color: #f2f2f2;
}

.colour.white {
  background-color: #fff;
}

.style-colour-block {
  display: inline-block;
  width: 200px;
  margin: 20px;
  text-align: center;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 13, 22, 0.5)), to(rgba(2, 13, 22, 0.5))), url('../images/GenericBackground.png');
  background-image: linear-gradient(180deg, rgba(2, 13, 22, 0.5), rgba(2, 13, 22, 0.5)), url('../images/GenericBackground.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.hero.small {
  height: 80px;
  padding-top: 0px;
  background-image: url('../images/call-to-action-bkgrd.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  display: block;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #072d4f;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 300;
  text-transform: none;
}

.nav-link:hover {
  color: #fdc500;
}

.nav-link.w--current {
  color: #fdc500;
}

.brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.general-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.general-section.copy-page {
  padding-top: 40px;
}

.general-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.general-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-secondary {
  padding: 16px 40px;
  border-radius: 50px;
  background-color: #055ca9;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.button-secondary:hover {
  background-color: #023d72;
  color: #fff;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #020d16;
  color: #34536f;
}

.footer-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-box {
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-link {
  color: #61798f;
  font-size: 0.8em;
  font-weight: 300;
  text-transform: none;
}

.footer-link:hover {
  color: #a4b2bf;
}

.gambling-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.gambling-logo-image {
  height: 32px;
  margin-right: 8px;
  opacity: 1;
}

.responsible-gambling-link {
  font-size: 0.8em;
  font-weight: 300;
  text-transform: none;
}

.link {
  font-size: 1em;
  font-weight: 300;
}

.coming-soon-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #072d4f;
}

.coming-soon-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coming-soon-text {
  margin-top: 16px;
  color: #fff;
}

.header-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-link {
  color: #fdc500;
}

.header-link:hover {
  color: #fff;
}

.footer-header {
  color: #fff;
  font-weight: 400;
}

.payment-method-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2%;
  margin-left: -2%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.payment-method-image {
  margin-right: 2%;
  margin-bottom: 8px;
  margin-left: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-sign-off-link {
  color: #61798f;
}

.footer-sign-off-link:hover {
  color: #a4b2bf;
}

.contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-icon {
  width: 24px;
  margin-right: 16px;
}

.hero-content-wrap {
  width: 50%;
}

.hero-heading {
  color: #fff;
}

.hero-paragraph {
  margin-top: 16px;
  color: #a4b2bf;
}

.hero-desc {
  font-size: 1.4em;
  line-height: 1.4em;
}

.login-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.login-desc {
  margin-right: 8px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #34536f;
}

.section-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #61798f;
}

._123-block-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._123-block-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #055ca9;
  color: #fff;
  font-size: 3em;
  font-weight: 700;
}

._123-block-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

._123-block-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

._123-arrow {
  width: 16px;
}

.section-tcs {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e8ebef;
}

.hero-button {
  padding-top: 20px;
  padding-bottom: 16px;
}

.payment-method-actual-image {
  width: 70px;
}

.tandcs {
  font-size: 0.8em;
}

.style-main-logo-bkgrd {
  display: inline-block;
  margin-bottom: 8px;
  padding: 24px;
  background-color: #072d4f;
}

.clear {
  height: 0px;
  clear: left;
}

.style-dark-background {
  padding: 8px;
  background-color: #072d4f;
}

.merry-christmas-text {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Merrychristmasstar, sans-serif;
  color: #fdc500;
  font-size: 72px;
  line-height: 1.4em;
}

.paragraph-center {
  color: #fff;
  text-align: center;
}

.yellow-link {
  color: #fdc500;
}

.merry-christmas-wrap {
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(7, 45, 79, 0.8);
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .tiny-paragraph.footer-sign-off {
    margin-top: 0px;
  }

  .heading-hero {
    font-size: 2em;
  }

  .lead-paragraph {
    font-size: 1em;
  }

  .container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .general-section.copy-page {
    padding-top: 24px;
  }

  .general-content-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-content-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-box {
    margin-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-content-wrap {
    width: 60%;
  }

  ._123-block-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  ._123-block-number {
    width: 56px;
    height: 56px;
    font-size: 2em;
  }

  .payment-method-actual-image {
    width: 64px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  .button-primary.header-btn {
    display: none;
  }

  .small-paragraph {
    font-size: 0.7em;
  }

  .heading-hero {
    font-size: 2em;
  }

  .lead-paragraph {
    font-size: 1em;
  }

  .hero {
    height: 400px;
  }

  .header {
    height: 56px;
  }

  .nav-link {
    padding-right: 36px;
  }

  .brand {
    padding-left: 0px;
  }

  .nav-menu {
    width: 300px;
    padding-top: 80px;
    background-color: #020d16;
  }

  .header-flex-wrap {
    margin-right: -16px;
    margin-left: -16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .general-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .general-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .general-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-mobile-button {
    z-index: 20;
    overflow: hidden;
    width: 80px;
    height: 80px;
    background-color: transparent;
    cursor: pointer;
  }

  .menu-mobile-button.w--open {
    background-color: transparent;
  }

  .line-3 {
    position: absolute;
    left: 24px;
    top: 46px;
    z-index: 2;
    width: 32px;
    height: 4px;
    background-color: #f1f1f7;
  }

  .line-2 {
    position: absolute;
    left: 24px;
    top: 38px;
    z-index: 2;
    width: 32px;
    height: 4px;
    background-color: #f1f1f7;
  }

  .line-1 {
    position: absolute;
    left: 24px;
    top: 30px;
    right: auto;
    z-index: 2;
    width: 32px;
    height: 4px;
    background-color: #f1f1f7;
  }

  .footer-box {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }

  .header-content-wrap {
    padding-top: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .payment-method-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-content-wrap {
    width: 100%;
  }

  .section-123 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._123-block-wrap {
    margin-right: 4px;
    margin-left: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  ._123-block-number {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
    font-size: 2em;
  }

  .image {
    width: 160px;
  }

  .image-2 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-section {
    margin: 16px;
    padding: 16px;
  }

  .type-column-1 {
    margin-top: 40px;
    padding-right: 0px;
  }

  .type-column-2 {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-hero {
    font-size: 1.6em;
  }

  .hero {
    height: 90vh;
  }

  .brand {
    width: 140px;
  }

  .general-section.copy-page {
    padding-top: 16px;
  }

  .general-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .general-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-mobile-button.w--open {
    margin-top: 0px;
  }

  .footer-box {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .header-content-wrap {
    padding-top: 8px;
  }

  .payment-method-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .login-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .login-desc {
    margin-right: 0px;
    font-size: 0.6em;
    line-height: 1.4em;
  }

  .section-123 {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._123-block-wrap {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  ._123-block-text-wrap {
    width: 160px;
  }

  ._123-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .image {
    width: 120px;
  }

  .payment-method-actual-image {
    width: 80%;
  }

  .merry-christmas-text {
    font-size: 48px;
    text-align: center;
  }
}

@font-face {
  font-family: 'Merrychristmasstar';
  src: url('../fonts/MerryChristmasStar.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}