h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: underline;
}

.h4 {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.secondary-button-text {
  margin-right: 10px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

.styles-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  background-color: #262a41;
}

.styles-section.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.bracket-left {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}

.bracket-link-container {
  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-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;
  color: #3d3838;
  text-decoration: none;
  cursor: pointer;
}

.secondary-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 0px 55px 0px 25px;
  -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: 2px solid #3d3838;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #3d3838;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}

.secondary-button:hover {
  border-color: #ef9f21;
  color: #ef9f21;
}

.secondary-button.red {
  border-color: #f3272f;
  color: #f3272f;
}

.secondary-button.red:hover {
  border-color: #ef9f21;
  color: #ef9f21;
}

.paragraph {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.paragraph.large {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}

.primary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0px 30px;
  -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: 100px;
  background-color: #f3272f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.primary-button:hover {
  padding-right: 40px;
  padding-left: 40px;
  border: 2px solid #ef9f21;
  background-color: transparent;
  color: #ef9f21;
}

.h3 {
  display: inline-block;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

.h3.orange {
  color: #ef9f21;
}

.h3.orange.light {
  font-weight: 300;
}

.cta-arrow {
  position: absolute;
  right: 25px;
  z-index: 10;
  width: 30px;
}

.cta-arrow.orange {
  z-index: 0;
}

.h1 {
  display: inline;
  width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  color: #fff;
  font-size: 70px;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.h1.black-text {
  color: #000;
}

.h6 {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.h6.orange {
  color: #ef9f21;
}

.h6.orange.underlined {
  padding-bottom: 15px;
  border-bottom: 2px solid #ef9f21;
}

.h6.white {
  color: #fff;
}

.h2 {
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}

.h2.orange {
  color: #ef9f21;
}

.bracket-right {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.h5 {
  display: inline-block;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

.body {
  height: 100%;
  background-color: #000;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  background-color: #000;
}

.section.white-background {
  z-index: 10;
  display: block;
  background-color: #fff;
}

.section.white-background.photo {
  height: 1000px;
}

.section.green-background {
  z-index: 10;
  height: 400px;
  background-color: #000;
}

.section.black {
  z-index: 10;
  background-color: #fff;
}

.section.black.photo {
  height: 1000px;
  background-color: #000;
}

.section.white-background-copy {
  z-index: 10;
  display: none;
  background-color: #fff;
}

.section.white-background-copy.photo {
  height: 1000px;
}

.section.white-background-copy-copy {
  z-index: 10;
  display: none;
  background-color: #fff;
}

.section.white-background-copy-copy.photo {
  height: 1000px;
}

.text-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  -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;
}

.highlight {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 0%;
  height: 33.333%;
  background-color: #fff;
}

.highlight._2 {
  top: 33.3333%;
}

.highlight._3 {
  top: 66.66666%;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.click {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 600px;
  background-color: #000;
}

.subhead-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subhead {
  color: #c63487;
  text-transform: uppercase;
}

.subhead.white {
  color: #fff;
}

.lil-rule {
  width: 100px;
  height: 2px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #c63487;
}

.lil-rule.white {
  background-color: #fff;
}

.highlight-small {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-color: #34c674;
}

.subhead-highlight {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.highlight-black {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-color: #000;
}

.highlight-white {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-color: #34c674;
}

.button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 0px;
  padding: 0px 25px;
  -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: #c63487;
  box-shadow: 0 3px 45px -11px #000;
  color: #fff;
  font-weight: 700;
}

.button:hover {
  box-shadow: 0 12px 50px -17px rgba(0, 0, 0, 0.59);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.arrow-container {
  position: fixed;
  bottom: 40px;
}

.arrow {
  height: 80px;
}

.text-span {
  text-decoration: none;
}

.text-span-2 {
  font-size: 50px;
}

.text-span-3 {
  font-size: 50px;
  font-style: normal;
}

.text-span-4 {
  color: #c63487;
  font-size: 40px;
  font-style: italic;
}

.text-span-5 {
  text-decoration: underline;
}

.cta {
  text-decoration: none;
}

.cta:hover {
  text-decoration: underline;
}

.backlink {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 207px;
  padding-bottom: 15px;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-block {
  color: hsla(0, 0%, 100%, 0.7);
  text-align: center;
}

.text-block:hover {
  color: #fff;
  text-decoration: underline;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.text-span-6 {
  text-decoration: underline;
}

.link-block-2 {
  padding-bottom: 30px;
}

.buy:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .h4 {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.large {
    font-size: 16px;
    line-height: 24px;
  }

  .h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .h1 {
    width: 90vw;
    font-size: 60px;
  }

  .h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .spacer-60 {
    height: 40px;
  }

  .h5 {
    font-size: 22px;
    line-height: 22px;
  }

  .section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-container {
    max-width: 100vw;
    padding-right: 15px;
    padding-left: 15px;
  }

  .content {
    width: 100%;
  }

  .content.click {
    width: 100%;
  }

  .subhead-container {
    padding-left: 15px;
  }

  .text-span-4 {
    font-size: 35px;
  }

  .backlink {
    max-width: 100vw;
    padding-right: 15px;
    padding-left: 15px;
  }

  .link-block {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 12vw;
  }

  .section {
    height: 600px;
  }

  .section.green-background {
    height: auto;
  }

  .section.black.photo {
    height: 600px;
  }

  .content.click {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }

  .lil-rule {
    width: 20px;
  }

  .arrow-container {
    bottom: 114px;
  }

  .text-span-4 {
    font-size: 20px;
  }

  .link-block {
    padding-right: 0px;
  }
}