/*** Main Stylesheet ***/
/** Importing Partials **/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*** Aditional Normalize **/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix, .cf {
  zoom: 1; }

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table; }

.clearfix:after, .cf:after {
  clear: both; }

/*** Mixins ***/
/** Font size & Line height for rem **/
/** Height & Width mixins for rem **/
/** Positioning mixins for rem **/
/** Margin mixins for rem **/
/** Padding mixins for rem **/
/*** Typography - font-faces ***/
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-hairline-webfont.eot");
  src: url("../fonts/montserrat-hairline-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-hairline-webfont.woff2") format("woff2"), url("../fonts/montserrat-hairline-webfont.woff") format("woff"), url("../fonts/montserrat-hairline-webfont.ttf") format("truetype"), url("../fonts/montserrat-hairline-webfont.svg#montserrathairline") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-ultralight-webfont.eot");
  src: url("../fonts/montserrat-ultralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-ultralight-webfont.woff2") format("woff2"), url("../fonts/montserrat-ultralight-webfont.woff") format("woff"), url("../fonts/montserrat-ultralight-webfont.ttf") format("truetype"), url("../fonts/montserrat-ultralight-webfont.svg#montserratultra_light") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-light-webfont.eot");
  src: url("../fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-semibold-webfont.eot");
  src: url("../fonts/montserrat-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff"), url("../fonts/montserrat-semibold-webfont.ttf") format("truetype"), url("../fonts/montserrat-semibold-webfont.svg#montserratsemi_bold") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-bold-webfont.eot");
  src: url("../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat-bold-webfont.ttf") format("truetype"), url("../fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-extrabold-webfont.eot");
  src: url("../fonts/montserrat-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../fonts/montserrat-extrabold-webfont.woff") format("woff"), url("../fonts/montserrat-extrabold-webfont.ttf") format("truetype"), url("../fonts/montserrat-extrabold-webfont.svg#montserratextra_bold") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-black-webfont.eot");
  src: url("../fonts/montserrat-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-black-webfont.woff2") format("woff2"), url("../fonts/montserrat-black-webfont.woff") format("woff"), url("../fonts/montserrat-black-webfont.ttf") format("truetype"), url("../fonts/montserrat-black-webfont.svg#montserratblack") format("svg");
  font-weight: 900;
  font-style: normal; }
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/*** Variables ***/
/** Importing Modules **/
/*** Buttons Stylesheet ***/
/** Default Button **/
.outlined-btn {
  display: inline-block;
  background-color: transparent;
  position: relative;
  font-family: "montserrat", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 14px;
  line-height: 1.4rem;
  margin: 0;
  padding-top: 20px;
  padding-top: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-left: 2rem;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer; }
  .outlined-btn:hover, .outlined-btn:focus {
    text-decoration: none;
    outline: none; }
  .outlined-btn:active {
    top: 1px; }

/** Outlined Button **/
.outlined-btn {
  border-color: #a84768;
  color: #a84768;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.2s ease-in, color 0.2s ease-in; }
  .outlined-btn:hover {
    background-color: #a84768;
    color: #ecd7db; }

/*** Forms Stylesheet ***/
/** Device Breakpoints **/
/*** Base Mobile Stylesheet ***/
html {
  font-size: 5px; }

body {
  font-family: "montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1.8rem;
  color: #2B364A;
  background-color: #eee;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/** Links **/
a {
  color: #2B364A;
  text-decoration: none; }
  a:hover, a:focus {
    color: #181e2a;
    text-decoration: underline; }
  a:link {
    -webkit-tap-highlight-color: #181e2a; }

/** Paragraphs **/
p {
  font-size: 14px;
  line-height: 16px;
  margin-top: 0px;
  margin-top: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
  margin-left: 0px;
  margin-left: 0rem; }

/** Headlines **/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 900;
  line-height: 1;
  margin-top: 20px;
  margin-top: 2rem;
  margin-right: 0px;
  margin-right: 0rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  margin-left: 0px;
  margin-left: 0rem;
  padding: 0; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 40px;
  line-height: 4rem; }

h2, .h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 34px;
  line-height: 3.4rem; }

h3, .h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  line-height: 2.8rem; }

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 16px;
  line-height: 1.6rem; }

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem; }

/** Navigation **/
.nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav li {
    display: inline-block;
    padding: 0 11px;
    padding-top: 0px;
    padding-top: 0rem;
    padding-right: 11px;
    padding-right: 1.1rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-left: 11px;
    padding-left: 1.1rem; }
    .nav li a {
      color: rgba(43, 54, 74, 0.8);
      padding-top: 4px;
      padding-top: 0.4rem;
      padding-right: 4px;
      padding-right: 0.4rem;
      padding-bottom: 4px;
      padding-bottom: 0.4rem;
      padding-left: 4px;
      padding-left: 0.4rem;
      transition: color 0.2s ease-in; }
      .nav li a:hover, .nav li a:focus {
        color: #2b364a;
        text-decoration: none; }
    .nav li:first-child {
      padding-left: 0; }
    .nav li:last-child {
      padding-right: 0; }

/** Content Wrapping **/
.wrap {
  max-width: 960px;
  max-width: 96rem;
  width: 96%;
  margin: 0 auto; }

/** Awesome Dots **/
.dot {
  position: absolute;
  background-image: url("../img/dot-pink.svg");
  background-position: center top;
  background-repeat: repeat-y;
  top: 0;
  z-index: 30;
  left: calc(50% - 2px);
  width: 4px; }

.dot-peach {
  position: absolute;
  background-image: url("../img/dot-peach.svg");
  background-position: center top;
  background-repeat: repeat-y;
  top: -2px;
  z-index: 30;
  left: calc(50% - 2px);
  width: 4px;
  height: 100%; }

.arrow {
  position: relative;
  height: 20px;
  width: 2px;
  margin: 0 auto; }
  .arrow .arrow-body {
    display: block;
    background-color: #a84768;
    position: absolute;
    height: 100%;
    left: 0;
    width: 2px;
    border-radius: 1px;
    transition: height 0.2s linear; }
    .arrow .arrow-body:after, .arrow .arrow-body:before {
      content: '';
      position: absolute; }
    .arrow .arrow-body:before {
      top: 0;
      left: -1px;
      height: 4px;
      width: 4px;
      border-radius: 2px;
      background: #a84768; }
    .arrow .arrow-body:after {
      bottom: 0;
      left: -14px;
      background: url("../img/arrow-top.svg") left bottom no-repeat;
      width: 30px;
      height: 17px; }
  .arrow.arrow-image {
    height: 102px;
    height: 10.2rem;
    margin-bottom: -58px;
    margin-bottom: -5.8rem; }
  .arrow.arrow-content {
    margin-top: -4px;
    height: 125px;
    height: 12.5rem; }

/** Header Styles **/
#header {
  color: #2B364A;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  padding-top: 30px;
  padding-top: 3rem;
  padding-right: 40px;
  padding-right: 4rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  padding-left: 40px;
  padding-left: 4rem;
  z-index: 100;
  transition: z-index 0.2s linear, background-color 0.2s linear, top 0.2s linear, transform 0.2s linear; }
  @media only screen and (orientation: landscape) {
    #header {
      padding-top: 20px;
      padding-top: 2rem;
      padding-right: 40px;
      padding-right: 4rem;
      padding-bottom: 20px;
      padding-bottom: 2rem;
      padding-left: 40px;
      padding-left: 4rem; } }
  #header #logo {
    float: left;
    display: block; }
    #header #logo svg {
      display: block;
      height: 36px; }
      #header #logo svg path {
        fill: rgba(43, 54, 74, 0.6);
        transition: fill 0.2s ease-in; }
  #header #main-nav {
    display: none;
    clear: both;
    padding-top: 30px;
    padding-top: 3rem; }
    #header #main-nav .nav li {
      display: block;
      text-align: center;
      font-size: 14px;
      line-height: 16px;
      padding: 0; }
      #header #main-nav .nav li a {
        padding: 4px 0;
        display: block; }
  #header .nav-burger {
    float: right;
    width: 30px;
    cursor: pointer;
    padding: 5px;
    margin-top: 5px; }
    #header .nav-burger span {
      background-color: rgba(43, 54, 74, 0.6);
      display: block;
      height: 2px;
      width: 20px;
      margin: 4px 0;
      transition: all 0.2s ease-in; }
      #header .nav-burger span:first-child, #header .nav-burger span:last-child {
        margin: 0; }
    #header .nav-burger.active span {
      opacity: 0; }
      #header .nav-burger.active span:first-child, #header .nav-burger.active span:last-child {
        opacity: 1; }
      #header .nav-burger.active span:first-child {
        transform: rotate(45deg) translateX(-1px);
        transform-origin: 0 0; }
      #header .nav-burger.active span:last-child {
        transform: rotate(-45deg) translateX(-1px);
        transform-origin: 0 2px; }
  #header.appear {
    z-index: 100;
    top: 0; }
  #header.bg-blue {
    background-color: #eeeeee; }
  #header.bg-christalle {
    background-color: #eeeeee; }
  #header.bg-blackberry {
    background-color: #eeeeee; }
  #header.bg-purple {
    background-color: #eeeeee; }
  #header.bg-brown {
    background-color: #eeeeee; }

/** Main Styles **/
#main {
  position: relative; }

.main-section {
  display: flex;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  overflow-x: hidden;
  padding-top: 60px;
  padding-top: 6rem;
  padding-right: 0px;
  padding-right: 0rem;
  padding-bottom: 60px;
  padding-bottom: 6rem;
  padding-left: 0px;
  padding-left: 0rem;
  position: relative;
  z-index: 10; }
  .main-section .wrap {
    position: relative; }

.main-header .main-image {
  background: linear-gradient(150deg, #5d1a42 0%, #ac0b40 75%, #c02340 100%);
  width: 480px;
  width: 48rem;
  height: 480px;
  height: 48rem;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  border-radius: 50%; }
  .main-header .main-image svg {
    width: 300px;
    width: 30rem;
    height: 300px;
    height: 30rem;
    margin-top: 90px;
    margin-top: 9rem;
    margin-right: 90px;
    margin-right: 9rem;
    margin-bottom: 90px;
    margin-bottom: 9rem;
    margin-left: 90px;
    margin-left: 9rem; }
.main-header .main-title {
  text-transform: uppercase;
  color: #2B364A;
  margin: 0; }
  .main-header .main-title:after {
    display: block;
    content: '';
    background-image: url("../img/dotsx3.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 24px 4px;
    width: 24px;
    height: 4px;
    margin-top: 10px;
    margin-top: 1rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto; }

.main-content {
  max-width: 480px;
  max-width: 48rem;
  margin: 0 auto; }
  .main-content p:last-child {
    margin-bottom: 0; }
  .main-content:after {
    display: block;
    content: '';
    background-image: url("../img/dotsx3.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 24px 4px;
    width: 24px;
    height: 4px;
    margin-top: 10px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto; }

.bullet-nav {
  display: none;
  position: fixed;
  right: 56px;
  right: 5.6rem;
  top: 0;
  z-index: 40;
  height: 100%;
  width: 18px; }
  .bullet-nav ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .bullet-nav ul li {
      display: block;
      width: 18px;
      height: 18px;
      padding: 6px;
      margin: 20px 0;
      cursor: pointer;
      background-image: none;
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 18px 18px;
      transition: background-image 0.2s ease-in; }
      .bullet-nav ul li span {
        opacity: 0.5;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: #a84768;
        transition: all 0.2s ease-in; }
      .bullet-nav ul li.active {
        background-image: url("../img/bullet-hover.svg"); }
        .bullet-nav ul li.active span {
          opacity: 0.7; }

/** Page Styles **/
#intro {
  background: linear-gradient(330deg, #5d1a42 0%, #ac0b40 75%, #c02340 100%);
  color: #ecd7db;
  padding-top: 80px; }
  #intro .main-header #welcome {
    text-transform: uppercase;
    margin-bottom: 8px; }
  #intro .main-header #brand {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 535px 100px;
    background-size: 53.5rem 10rem; }
    #intro .main-header #brand svg {
      height: 100px;
      height: 10rem; }
      #intro .main-header #brand svg path {
        fill: #ecd7db; }
  #intro .main-header #slogan {
    text-transform: uppercase;
    margin-top: 14px;
    margin-top: 1.4rem;
    margin-bottom: 0; }
    #intro .main-header #slogan:after {
      display: block;
      content: '';
      background-image: url("../img/dotsx3.svg");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 24px 4px;
      width: 24px;
      height: 4px;
      margin-top: 18px;
      margin-top: 1.8rem;
      margin-left: auto;
      margin-right: auto; }
  #intro .main-content p {
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase; }
  #intro .main-actions {
    display: flex;
    justify-content: center; }
    #intro .main-actions .action {
      font-size: 10px;
      line-height: 10px; }
    #intro .main-actions #intro-action2 {
      position: relative;
      margin: 0 20px; }
      #intro .main-actions #intro-action2:before, #intro .main-actions #intro-action2:after {
        content: '';
        position: absolute;
        top: calc(50% - 2px);
        height: 4px;
        width: 20px;
        background-image: url("../img/h-dot-pink.svg");
        background-repeat: repeat-x;
        background-position: -2px center; }
      #intro .main-actions #intro-action2:before {
        margin-left: -2px;
        left: -20px; }
      #intro .main-actions #intro-action2:after {
        margin-right: -2px;
        right: -20px; }
  #intro #intro-arrow1 {
    margin-top: -4px;
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
    height: 140px;
    height: 14rem; }
  #intro #intro-arrow2 {
    margin-top: -4px;
    margin-bottom: -2px;
    height: 160px;
    height: 16rem; }
    #intro #intro-arrow2 .arrow-body:after {
      background: #a84768;
      left: -1px;
      width: 4px;
      height: 4px;
      border-radius: 2px; }
  #intro #intro-arrow3 {
    margin-top: -2px;
    height: 50px; }

#page1 {
  background-color: #eee; }
  #page1 .main-header svg path {
    fill: #eee; }

#page2 {
  background-color: #eee; }
  #page2 .main-header svg path {
    fill: #eee; }

#page3 {
  background-color: #eee; }
  #page3 .main-header svg path {
    fill: #eee; }
  #page3 .main-content {
    max-width: 500px;
    max-width: 50rem; }

#page4 {
  background-color: #eee; }
  #page4 .main-header svg path {
    fill: #eee; }
  #page4 .main-content {
    max-width: 500px;
    max-width: 50rem; }

#page5 {
  background-color: #eee; }
  #page5 .main-header svg path {
    fill: #eee; }
  #page5 .main-content {
    max-width: 550px;
    max-width: 55rem; }

/** Footer Style **/
#footer {
  background: linear-gradient(150deg, #5d1a42 0%, #ac0b40 75%, #c02340 100%);
  position: relative;
  transition: transform 0.2s linear; }
  #footer .footer-link {
    display: block;
    position: relative;
    width: 50%;
    margin: 0;
    padding-top: 54px;
    padding-top: 5.4rem;
    padding-right: 30px;
    padding-right: 3rem;
    padding-bottom: 54px;
    padding-bottom: 5.4rem;
    padding-left: 30px;
    padding-left: 3rem;
    color: #ecd7db;
    text-transform: uppercase;
    transition: color 0.2s ease-in; }
    #footer .footer-link svg {
      display: none;
      position: absolute;
      top: calc(50% - 1.6rem);
      height: 30px;
      height: 3rem; }
      #footer .footer-link svg path {
        fill: #ecd7db;
        transition: fill 0.2s ease-in; }
    #footer .footer-link:hover, #footer .footer-link:focus {
      text-decoration: none;
      color: #FFF; }
      #footer .footer-link:hover svg path, #footer .footer-link:focus svg path {
        fill: #FFF; }
  #footer .footer-left {
    float: left;
    text-align: right; }
    #footer .footer-left svg {
      right: 340px;
      right: 34rem; }
  #footer .footer-right {
    float: right;
    text-align: left; }
    #footer .footer-right svg {
      left: 340px;
      left: 34rem; }

@media only screen and (min-width: 481px) {
  /*** 481px & Up Stylesheet ***/
  html {
    font-size: 8px; }

  /** Paragraphs **/
  p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem; }

  /** Header Styles **/
  #header #logo {
    display: block;
    height: 40px;
    height: 4rem; }
  #header .nav-burger {
    margin-top: 8px;
    margin-top: 0.8rem; }

  /** Page Styles **/
  #intro .main-actions .action {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem; }
  #intro .main-actions #intro-action2 {
    margin: 0 30px; }
    #intro .main-actions #intro-action2:before, #intro .main-actions #intro-action2:after {
      width: 30px; }
    #intro .main-actions #intro-action2:before {
      margin-left: -2px;
      left: -30px; }
    #intro .main-actions #intro-action2:after {
      margin-right: -2px;
      right: -30px; } }
@media only screen and (min-width: 768px) {
  /*** 768px & Up Stylesheet ***/
  html {
    font-size: 10px; }

  /** Paragraphs **/
  p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem; }

  /** Header Styles **/
  #header {
    padding-top: 40px;
    padding-top: 4rem;
    padding-right: 50px;
    padding-right: 5rem;
    padding-bottom: 40px;
    padding-bottom: 4rem;
    padding-left: 50px;
    padding-left: 5rem; }
    #header #logo:hover svg path, #header #logo:focus svg path {
      fill: rgba(255, 255, 255, 0.8); }
    #header #main-nav {
      display: block;
      float: right;
      clear: none;
      padding-top: 9px;
      padding-top: 0.9rem;
      padding-right: 0px;
      padding-right: 0rem;
      padding-bottom: 8px;
      padding-bottom: 0.8rem;
      padding-left: 0px;
      padding-left: 0rem; }
      #header #main-nav .nav li {
        display: inline-block;
        border-bottom: none;
        padding: 0 11px; }
        #header #main-nav .nav li a {
          padding-top: 4px;
          padding-top: 0.4rem;
          padding-right: 4px;
          padding-right: 0.4rem;
          padding-bottom: 4px;
          padding-bottom: 0.4rem;
          padding-left: 4px;
          padding-left: 0.4rem; }
    #header .nav-burger {
      display: none; }

  /** Main Styles **/
  .main-section {
    padding-top: 50px;
    padding-top: 5rem;
    padding-right: 0px;
    padding-right: 0rem;
    padding-bottom: 50px;
    padding-bottom: 5rem;
    padding-left: 0px;
    padding-left: 0rem; }

  /** Page Styles **/
  #intro .main-content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem; }
  #intro .main-actions #intro-action2 {
    margin: 0 40px; }
    #intro .main-actions #intro-action2:before, #intro .main-actions #intro-action2:after {
      width: 40px; }
    #intro .main-actions #intro-action2:before {
      margin-left: -2px;
      left: -40px; }
    #intro .main-actions #intro-action2:after {
      margin-right: -2px;
      right: -40px; }

  /** Footer Style **/ }
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  #footer .footer-link svg {
    display: block; } }

/*# sourceMappingURL=style.css.map */
