@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400');
@import url('//cloud.typography.com/7775932/607446/css/fonts.css');
@font-face {
  font-family: 'Trade Gothic LT Std';
  src: url('fonts/2CD600_0_0.eot');
  src: url('fonts/2CD600_0_0.eot?#iefix') format('embedded-opentype'),
    url('fonts/2CD600_0_0.woff2') format('woff2'),
    url('fonts/2CD600_0_0.woff') format('woff'),
    url('fonts/2CD600_0_0.ttf') format('truetype'),
    url('fonts/2CD600_0_0.svg#wf') format('svg');
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #262628;
  transform: translateX(-100%);
  transition: width 300ms ease 300ms, transform 300ms ease,
    min-width 300ms ease 300ms;
}
.mobile-active .sidebar {
  transform: translateX(0);
}
@media (min-width: 650px) {
  .sidebar {
    width: 340px;
    transform: translateX(0);
  }
  .sidebar-collapsed .sidebar {
    width: 111px;
    min-width: 0;
    cursor: pointer;
    transition: width 300ms ease 400ms, min-width 300ms ease 400ms;
  }
}
@media (min-width: 1000px) {
  .sidebar {
    width: 30%;
    min-width: 320px;
  }
}
@media (min-width: 1440px) {
  .sidebar {
    width: 400px;
  }
}
.sidebar-logo-column {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26px;
  margin: 24px 16px 0;
}
@media (min-width: 1140px) {
  .sidebar-logo-column {
    margin: 24px 32px 0;
  }
}
.sidebar-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(111, 127, 143, 0.03);
}
.sidebar-intro-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #262628;
  transition: border-bottom 300ms ease 0ms;
}
.sidebar-collapsed .sidebar-intro-box {
  transition: border-bottom 300ms ease 600ms;
}
.sidebar-logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-shrink: 0;
  width: 26px;
  height: 31px;
  margin: 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 31.4'%3E%3Cg style='isolation:isolate'%3E%3Cpath fill='rgba(250,250,250,0.999)' d='M26 7.5h-9.9l.3 1.9h6.9l-2 5.3 1.1 5.4H12.1l-.7-3.7h-2l1.1 5.6h14.2l-1.4-7.3L26 7.5'/%3E%3Cpath d='M18.4 9.4h-2L16 7.5h2zm-7 7h-2l.4 1.9h2z' style='mix-blend-mode:multiply' fill='%23d3d4d4'/%3E%3Cpath fill='rgba(250,250,250,0.999)' d='M2.8 3.8h10.5l2.1 10.7H4.8l.4 1.9h12.6L15 1.9H2.4l.4 1.9'/%3E%3Cpath d='M6.8 14.5l.4 1.9h-2l-.4-1.9zm-4-10.7h2l-.5-1.9h-2z' style='mix-blend-mode:multiply' fill='%23d3d4d4'/%3E%3Cpath fill='rgba(250,250,250,0.999)' d='M2 0H0l6.2 31.4h2L2 0'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
}
.sidebar-title-box {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  min-height: 28px;
  padding: 24px 16px 24px 0;
}
.is-collapsed .sidebar-title-box {
  display: none;
}
.sidebar-title {
  align-items: center;
  margin: 0;
  color: #fafafa;
  font-weight: 300;
  font-size: 4vw;
  font-size: 2.1rem;
  font-family: 'nudista-web', sans-serif;
  letter-spacing: 1px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-flex-align: center;
}
@media (max-width: 367.5px) {
  .sidebar-title {
    font-size: 14.7px;
  }
}
@media (min-width: 525px) {
  .sidebar-title {
    font-size: 21px;
  }
}
.sidebar-collapse-btn {
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  display: none;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin: auto 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.3 9.3'%3E%3Cpath d='M9.3.9L5.6 4.7l3.7 3.7-.9.9-3.7-3.7L.9 9.3 0 8.4l3.7-3.7L0 .9.9 0l3.8 3.7L8.4 0z' fill='gray'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  transition: opacity 300ms ease 600ms;
  -ms-flex-negative: 0;
}
@media (min-width: 650px) {
  .sidebar-collapse-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.is-collapsed .sidebar-collapse-btn {
  display: none;
}
.sidebar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 32px;
  margin-left: calc(48px + 26px);
  padding-right: 16px;
}
.is-collapsed .sidebar-nav {
  -ms-flex-align: center;
  align-items: center;
  margin: 32px 0 0;
  padding: 0;
  text-align: center;
}
.sidebar-nav-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.sidebar-nav-logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-shrink: 0;
  width: 22px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.03 17.02'%3E%3Cpath d='M16.5 0A9 9 0 0 1 22 1.5v14.58a.57.57 0 0 1-.52.52.52.52 0 0 1-.23 0 10 10 0 0 0-4.78-1A10.25 10.25 0 0 0 11 17a9 9 0 0 0-5.48-1.5 10.93 10.93 0 0 0-4.77 1.09H.51a.53.53 0 0 1-.35-.14.42.42 0 0 1-.16-.28V1.5A9.08 9.08 0 0 1 5.53 0 9 9 0 0 1 11 1.5 9 9 0 0 1 16.5 0zM20 14V2.48A12.12 12.12 0 0 0 16.5 2 10.25 10.25 0 0 0 11 3.52V15a10.25 10.25 0 0 1 5.48-1.5A12 12 0 0 1 20 14z' fill='rgba(128,128,128,0.999)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
}
.sidebar-nav-title {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding-left: 16px;
  color: #fff;
  font-weight: 400;
  font-size: 4vw;
  font-size: 1.4rem;
  font-family: 'Sentinel A', 'Sentinel B', serif;
  font-style: italic;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-flex-align: center;
}
@media (max-width: 245px) {
  .sidebar-nav-title {
    font-size: 9.8px;
  }
}
@media (min-width: 350px) {
  .sidebar-nav-title {
    font-size: 14px;
  }
}
.is-collapsed .sidebar-nav-title {
  display: none;
}
.sidebar-outer-list {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #bdbdbd;
  font-weight: 400;
  font-size: 4vw;
  font-size: 1.2rem;
  font-family: 'nudista-web', sans-serif;
  letter-spacing: 1px;
  counter-reset: roman;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 210px) {
  .sidebar-outer-list {
    font-size: 8.4px;
  }
}
@media (min-width: 300px) {
  .sidebar-outer-list {
    font-size: 12px;
  }
}
.sidebar-outer-box {
  position: relative;
  height: auto;
  max-height: 20px;
  margin-bottom: 16px;
  overflow: hidden;
  text-transform: uppercase;
  list-style: none;
  transition: max-height 400ms ease-in-out;
}
.sidebar-outer-box::before {
  display: inline-block;
  width: 22px;
  text-align: center;
  transition: margin-right 0ms 300ms;
  content: counter(roman, upper-roman);
  counter-increment: roman;
}
.sidebar-outer-box.is-expanded {
  max-height: 400px;
}
.sidebar-outer-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.is-collapsed .sidebar-outer-item {
  display: none;
}
.sidebar-outer-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  width: 150px;
  padding-left: 16px;
  color: #fafafa;
  font-weight: 700;
  font-size: 4vw;
  font-size: 1.4rem;
  font-family: 'nudista-web', sans-serif;
  letter-spacing: 1px;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-flex-align: center;
}
@media (max-width: 245px) {
  .sidebar-outer-link {
    font-size: 9.8px;
  }
}
@media (min-width: 350px) {
  .sidebar-outer-link {
    font-size: 14px;
  }
}
.sidebar-outer-link:hover {
  color: #fff;
}
.sidebar-outer-carrot {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 8px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  transform: rotateX(-180deg);
  cursor: pointer;
  transition: background-color 300ms ease;
}
.sidebar-outer-carrot:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.sidebar-outer-carrot::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-shrink: 0;
  width: 8px;
  height: 5px;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 8 4.9'%3E%3Cdefs%3E%3Csymbol id='a' viewBox='0 0 8 4.9'%3E%3Cpath d='M.9 4.9L0 4l4-4 4 4-.9.9-3.1-3z' fill='rgba(189,189,189,0.999)'/%3E%3C/symbol%3E%3C/defs%3E%3Cuse width='8' height='4.94' xlink:href='%23a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transform: rotateX(0);
  transition: transform 300ms ease;
  content: ' ';
  -ms-flex-negative: 0;
}
.sidebar-outer-box.is-expanded .sidebar-outer-carrot::after {
  transform: rotateX(180deg);
}
.sidebar-outer-item:hover .sidebar-outer-carrot::after {
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 8 4.9'%3E%3Cdefs%3E%3Csymbol id='a' viewBox='0 0 8 4.9'%3E%3Cpath d='M.9 4.9L0 4l4-4 4 4-.9.9-3.1-3z' fill='rgba(255,255,255,0.999)'/%3E%3C/symbol%3E%3C/defs%3E%3Cuse width='8' height='4.94' xlink:href='%23a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.sidebar-outer-box.is-expanded
  .sidebar-outer-item:hover
  .sidebar-outer-carrot::after {
  transform: rotateX(180deg);
}
.sidebar-inner-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 4px;
  margin-bottom: 8px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 300ms 600ms, opacity 300ms 150ms;
}
.is-expanded .sidebar-inner-list {
  visibility: visible;
  opacity: 1;
  transition: visibility 300ms, opacity 300ms 150ms;
}
.sidebar.is-collapsed .sidebar-inner-list {
  display: none;
}
.sidebar-inner-box {
  display: -ms-flexbox;
  display: flex;
}
.sidebar-inner-link {
  width: 100%;
  padding: 4px 0;
  color: #bdbdbd;
  font-weight: 200;
  font-size: 4vw;
  font-size: 1.4rem;
  font-family: 'nudista-web', sans-serif;
  line-height: 1.2;
  letter-spacing: 1px;
  letter-spacing: 0.45px;
  text-transform: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 245px) {
  .sidebar-inner-link {
    font-size: 9.8px;
  }
}
@media (min-width: 350px) {
  .sidebar-inner-link {
    font-size: 14px;
  }
}
.sidebar-inner-link:hover {
  color: #fff;
}
.sidebar-innter-box:first-of-type .sidebar-inner-link {
  padding-top: 8px;
}
.sidebar-innter-box:last-of-type .sidebar-inner-link {
  padding-bottom: 8px;
}
.sidebar-footer-box {
  position: relative;
  margin-top: auto;
  margin-left: calc(48px + 26px);
  padding: 16px 16px 16px 0;
  overflow: hidden;
  transition: margin-left 300ms 400ms, padding-right 0ms 500ms;
}
.is-collapsed .sidebar-footer-box {
  margin-left: 0;
  padding-right: 0;
}
.sidebar-footer-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar-footer-text,
.sidebar-footer-link {
  margin: 0;
  font-weight: 400;
  font-size: 4vw;
  font-size: 1rem;
  font-family: 'nudista-web', sans-serif;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 175px) {
  .sidebar-footer-text,
  .sidebar-footer-link {
    font-size: 7px;
  }
}
@media (min-width: 250px) {
  .sidebar-footer-text,
  .sidebar-footer-link {
    font-size: 10px;
  }
}
.sidebar-footer-text {
  margin: 0 0 0 auto;
  color: #bdbdbd;
  white-space: nowrap;
}
.is-collapsed .sidebar-footer-text.website {
  margin: 0 auto;
}
.sidebar-footer-link {
  display: inline;
  color: #fff;
  text-decoration: none;
}
.sidebar-footer-link:hover {
  text-decoration: underline;
}
.content {
  width: 100%;
  min-height: 300vh;
  padding: 96px 7.5%;
}
@media (min-width: 650px) {
  .content {
    padding: 96px 10%;
  }
}
@media (min-width: 768px) {
  .content {
    padding: 128px 10%;
  }
}
@media (min-width: 1000px) {
  .content {
    padding: 160px 128px;
  }
}
.content-wrapper {
  max-width: 700px;
}
.content-title {
  margin-top: 96px;
  margin-bottom: 32px;
  color: #262628;
  font-weight: 600;
  font-size: 4vw;
  font-size: 1.6rem;
  font-family: 'nudista-web', sans-serif;
  letter-spacing: 1px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 280px) {
  .content-title {
    font-size: 11.2px;
  }
}
@media (min-width: 400px) {
  .content-title {
    font-size: 16px;
  }
}
.content-title:first-of-type {
  margin-top: 0;
}
.content-blockquote {
  margin: 0 0 16px;
  color: #262628;
  font-weight: 300;
  font-size: 4vw;
  font-size: 4rem;
  font-family: 'Sentinel A', 'Sentinel B', serif;
  letter-spacing: 0.4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 700px) {
  .content-blockquote {
    font-size: 28px;
  }
}
@media (min-width: 1000px) {
  .content-blockquote {
    font-size: 40px;
  }
}
.content-section {
  margin-top: 48px;
  color: #262628;
  font-weight: 600;
  font-size: 4vw;
  font-size: 2.4rem;
  font-family: 'nudista-web', sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 420px) {
  .content-section {
    font-size: 16.8px;
  }
}
@media (min-width: 600px) {
  .content-section {
    font-size: 24px;
  }
}
.content-title + .content-section {
  margin-top: 0;
}
.content-subsection {
  margin-top: 48px;
  color: #424242;
  font-weight: 600;
  font-size: 4vw;
  font-size: 1.6rem;
  font-family: 'nudista-web', sans-serif;
  letter-spacing: 1px;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 280px) {
  .content-subsection {
    font-size: 11.2px;
  }
}
@media (min-width: 400px) {
  .content-subsection {
    font-size: 16px;
  }
}
.content-section + .content-subsection {
  margin-top: 16px;
}
.content-text {
  color: #55616e;
  font-weight: 300;
  font-size: 4vw;
  font-size: 1.8rem;
  font-family: 'Sentinel A', 'Sentinel B', serif;
  line-height: 1.8;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 315px) {
  .content-text {
    font-size: 12.6px;
  }
}
@media (min-width: 450px) {
  .content-text {
    font-size: 18px;
  }
}
.content-text strong {
  color: #262628;
  font-weight: 600;
}
.content-link {
  overflow: hidden;
  color: #18181a;
  text-decoration: none;
  background-image: linear-gradient(to bottom, #18181a 0%, #18181a 100%),
    linear-gradient(to bottom, #e48d74 0%, #e48d74 100%);
  background-repeat: no-repeat;
  background-position: 0 1.11em, 0 1.11em;
  background-size: 100%;
  transition: background-position 150ms linear 100ms, box-shadow 150ms linear,
    color 150ms ease 100ms;
}
.content-link:hover {
  color: #18181a;
  background-image: linear-gradient(to bottom, #e48d74 0%, #e48d74 100%),
    linear-gradient(to bottom, #e48d74 0%, #e48d74 100%);
  background-position: 0 1.15em, 0 0;
  box-shadow: 0.15em 0 0 #e48d74, -0.15em 0 0 #e48d74, inset -0.15em 0 0 #e48d74,
    inset 0.15em 0 0 #e48d74;
  cursor: pointer;
  transition: background-position 100ms linear, box-shadow 100ms linear 100ms,
    color 150ms ease 100ms, text-shadow 0ms 300ms;
}
.btn {
  position: relative;
  display: inline-block;
  width: 80%;
  max-width: 225px;
  margin: 0;
  padding: 16px 20px;
  color: #fafafa;
  font-weight: 700;
  font-size: 4vw;
  font-size: 1.2rem;
  font-family: 'nudista-web', sans-serif;
  letter-spacing: 1px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 5px #18181a;
  background-color: #262628;
  border: none;
  outline: none;
  box-shadow: 0 2px 5px rgba(24, 24, 26, 0.5),
    inset 0 0 0 0 rgba(189, 189, 189, 0);
  cursor: pointer;
  transition: background-color 350ms ease-out, box-shadow 500ms ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 210px) {
  .btn {
    font-size: 8.4px;
  }
}
@media (min-width: 300px) {
  .btn {
    font-size: 12px;
  }
}
.btn:hover,
.btn:focus {
  box-shadow: 0 2px 5px rgba(24, 24, 26, 0.5), inset 0 0 0 1px #bdbdbd;
}
@media (min-width: 1000px) {
  .btn {
    box-shadow: 0 2px 5px rgba(24, 24, 26, 0.1),
      inset 0 0 0 0 rgba(189, 189, 189, 0);
  }
  .btn:hover,
  .btn:focus {
    box-shadow: 0 2px 5px rgba(24, 24, 26, 0.1), inset 0 0 0 1px #bdbdbd;
  }
}
.hero {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(180deg, #262628 0, #18181a);
}
.hero-image {
  position: absolute;
  right: 10%;
  bottom: 0;
  display: none;
  width: 60%;
  margin: 0 auto;
}
.hero-content {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  margin: 40px 7.5%;
}
.hero-tagline {
  margin: 0 0 32px;
  color: #fff;
  font-weight: 400;
  font-size: 4vw;
  font-size: 6.5rem;
  font-family: 'Sentinel A', 'Sentinel B', serif;
  line-height: 1.2;
  letter-spacing: 0.7px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1137.5px) {
  .hero-tagline {
    font-size: 45.5px;
  }
}
@media (min-width: 1625px) {
  .hero-tagline {
    font-size: 65px;
  }
}
.hero-title {
  width: 100%;
  max-width: 500px;
  margin: 0 0 48px;
  color: #fff;
  font-weight: 300;
  font-size: 4vw;
  font-size: 2.8rem;
  font-family: 'Sentinel A', 'Sentinel B', serif;
  line-height: 1.4;
  letter-spacing: 0.4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 490px) {
  .hero-title {
    font-size: 19.6px;
  }
}
@media (min-width: 700px) {
  .hero-title {
    font-size: 28px;
  }
}
.page.mobile-active {
  overflow-y: hidden;
}
@media (min-width: 650px) {
  .page {
    padding-left: 340px;
    transition: padding 300ms ease 300ms;
  }
  .page.mobile-active {
    overflow-y: auto;
  }
  .page.sidebar-collapsed {
    padding-left: 110px;
    transition: padding 300ms ease 400ms;
  }
}
@media (min-width: 1440px) {
  .page {
    padding-left: 400px;
  }
}
.page-mobile-menu {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 100;
  width: 25px;
  height: 20px;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
@media (min-width: 650px) {
  .page-mobile-menu {
    display: none;
  }
}
.page-mobile-menu-icon {
  position: absolute;
  top: 9px;
  bottom: 0;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s ease;
}
.page-mobile-menu-icon::before,
.page-mobile-menu-icon::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s ease;
  content: '';
}
.page-mobile-menu-icon::before {
  top: -8px;
}
.page-mobile-menu-icon::after {
  top: 8px;
}
.alt .page-mobile-menu-icon {
  background-color: #424242;
}
.alt .page-mobile-menu-icon::before,
.alt .page-mobile-menu-icon::after {
  background-color: #424242;
}
.is-active .page-mobile-menu-icon {
  background-color: transparent;
}
.is-active .page-mobile-menu-icon::before {
  top: 0;
  background-color: #fff;
  transform: rotate(45deg);
}
.is-active .page-mobile-menu-icon::after {
  top: 0;
  background-color: #fff;
  transform: rotate(-45deg);
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  min-width: 300px;
  margin: 0;
  font-size: 1.4rem;
}
