:export {
  maxWidthTablet: 687px;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: calc(1.4rem - 8.4px);
  margin: 0;
  padding: 0;
  color: #ffe896;
  background: #808080;
}
html *,
body * {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-size-adjust: none;
}
@media screen and (min-width: 961px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: calc((100vw - 0px) / 96 + 6px);
  }
}
@media screen and (max-width: 687px) {
  html {
    font-size: calc((100vw - 0px) / 64 + 6px);
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 11px;
  }
}

body {
  font-size: calc(1.4rem - 8.4px);
}
@media screen and (max-width: 687px) {
  body {
    font-size: calc(2.5rem - 15px);
  }
}

#root {
  width: 100%;
  overflow: auto;
}

button {
  outline: 0;
}

h2 {
  text-transform: uppercase;
}

a {
  user-select: none;
}

section .iar {
  margin: auto;
  max-width: 960px;
  position: relative;
}
section .iar:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
}
section .iar > :first-child {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section .content {
  margin: auto;
  max-width: 960px;
  padding: 0 calc(2rem - 12px);
}
section .row {
  display: flex;
}
section .col {
  width: 50%;
  padding: calc(1rem - 6px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
section .fw {
  flex: none;
  width: 100%;
}
section h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  font-size: calc(8rem - 48px);
  margin: 0;
}
section p {
  font-size: calc(1.7rem - 10.2px);
  margin: 0;
  line-height: 1.7;
}
@media screen and (max-width: 687px) {
  section h2 {
    font-size: calc(13.9rem - 83.4px);
    text-align: center;
    width: 100%;
  }
  section p {
    font-size: calc(2.5rem - 15px);
    line-height: 1.3;
  }
  section#contact h2 {
    font-size: calc(10.5rem - 63px);
  }
}

section#audio .content,
section#bio .content,
section#contact .content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 687px) {
  section#audio .iar > :first-child,
section#bio .iar > :first-child,
section#contact .iar > :first-child {
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
  section#audio .content,
section#bio .content,
section#contact .content {
    display: block;
  }
  section#audio .content .col,
section#bio .content .col,
section#contact .content .col {
    width: 100%;
  }
}

section .content {
  padding: 0 calc(3rem - 18px);
}

.wordmark {
  display: inline-block;
}
.wordmark path, .wordmark circle {
  fill: #ffe896;
}

#modals {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

#modals.open {
  display: block;
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(68, 86, 95, 0.45);
  z-index: 1;
  transform: translateY(-100%);
  transition: transform 0.25s ease;
}
.sticky header.site-header {
  transform: translateY(0);
}
header.site-header .menu-btn,
header.site-header .close-btn {
  display: none;
}
header.site-header nav {
  max-width: 960px;
  margin: auto;
  text-align: right;
  display: flex;
  align-items: center;
  padding: 0 calc(3rem - 18px);
  height: calc(5.5rem - 33px);
}
header.site-header nav .wordmark {
  padding: calc(1.5rem - 9px) 0;
  width: calc(32rem - 192px);
  margin-right: auto;
  line-height: 0;
}
header.site-header nav .wordmark svg {
  width: 100%;
}
header.site-header nav a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: calc(1.7rem - 10.2px);
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffe896;
  margin-left: calc(5rem - 30px);
  padding: calc(1.5rem - 9px);
}
header.site-header nav a.home {
  display: none;
}
@media screen and (max-width: 687px) {
  header.site-header {
    background: transparent;
    pointer-events: none;
    transform: none;
    transition: transform 0.25s ease-out;
  }
  .sticky header.site-header {
    transform: none;
  }
  header.site-header .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  header.site-header .menu-btn {
    pointer-events: auto;
    display: inline-block;
    position: absolute;
    top: calc(2.2rem - 13.2px);
    right: calc(0.5rem - 3px);
    width: calc(5rem - 30px);
    height: calc(5rem - 30px);
    text-align: center;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
  header.site-header .menu-btn span {
    margin: calc(0.6rem - 3.6px) auto;
    display: block;
    width: calc(0.8rem - 4.8px);
    height: calc(0.8rem - 4.8px);
    border-radius: 50%;
    background: #ffe896;
  }
  header.site-header .close-btn {
    cursor: pointer;
    display: inline-block;
    border: 1px solid red;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(7rem - 42px);
    height: calc(6rem - 36px);
    font-size: calc(6rem - 36px);
    line-height: 0;
    padding: 0;
    color: white;
    background: transparent;
    border: 0;
  }
  header.site-header nav {
    position: absolute;
    width: 100%;
    pointer-events: auto;
    height: 100vh;
    display: block;
    text-align: left;
    padding: calc(3rem - 18px) 0 0 calc(7rem - 42px);
    transform: translateX(100%);
    transition: transform 0.25s ease-out;
    background: rgba(0, 0, 0, 0.85);
  }
  header.site-header nav a, header.site-header nav a.home {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: calc(4rem - 24px);
    margin: 0;
    display: block;
    border-bottom: 1px solid #ffe896;
    padding: calc(3.2rem - 19.2px) 0;
  }
  header.site-header nav a.wordmark, header.site-header nav a.home.wordmark {
    display: none;
  }
  header.site-header.open nav {
    transform: none;
  }
}

footer {
  background: #27353c;
}
footer .content {
  margin: auto;
  max-width: 960px;
  font-size: calc(1.3rem - 7.8px);
  text-transform: uppercase;
  padding: calc(3rem - 18px);
}
@media screen and (max-width: 687px) {
  footer .content {
    text-align: center;
  }
}

#modals .close-btn {
  cursor: pointer;
  font-size: calc(6rem - 36px);
  line-height: 0.6;
  background: transparent;
  border: 0;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
#modals .video-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  padding-top: calc(6rem - 36px);
}
#modals .iar {
  height: 100%;
}

#hero {
  background: url(/hero.d8eebeaf.png) center/auto 100% no-repeat, url(/hero-fill.a4a74938.png) center/100% 100% no-repeat;
}
#hero .iar:before {
  padding-top: 62.5%;
}
#hero .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding-top: 4.5%;
}
#hero .content .wordmark {
  width: calc(48rem - 288px);
}
#hero .content nav {
  width: 100%;
  text-align: center;
  margin: calc(2rem - 12px) auto 16%;
}
#hero .content nav a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: calc(1.8rem - 10.8px);
  text-transform: uppercase;
  text-decoration: none;
  color: #ffe896;
  margin: 0 calc(2rem - 12px);
}
#hero .video-cta-btn {
  background: none;
  text-align: center;
  border: 0;
  cursor: pointer;
}
#hero .video-cta-btn .icon {
  width: calc(7rem - 42px);
  height: calc(7rem - 42px);
  position: relative;
  border: 1px solid #ffe896;
  border-radius: 50%;
  display: block;
  margin: auto;
}
#hero .video-cta-btn .icon svg {
  margin: 25%;
}
#hero .video-cta-btn .icon svg path {
  fill: #ffe896;
}
#hero .video-cta-btn .label {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.04em;
  font-size: calc(1.6rem - 9.6px);
  color: #ffe896;
  text-transform: uppercase;
  display: block;
  margin-top: calc(1rem - 6px);
}
@media screen and (max-width: 687px) {
  #hero {
    background: url(/hero-m.151882bf.png) center/auto 100% no-repeat;
  }
  #hero .iar:before {
    padding-top: 80.9375%;
  }
  #hero .content nav {
    display: none;
  }
  #hero .content .video-cta-btn {
    margin-top: calc(13rem - 78px);
  }
}

section#gallery {
  background: #e5c7ca;
  overflow: hidden;
}
section#gallery .content {
  padding: 0;
  width: calc(95rem - 570px);
  margin: auto;
  position: relative;
}
section#gallery nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
section#gallery nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  cursor: pointer;
}
section#gallery nav button svg {
  width: 50px;
  height: 50px;
}
section#gallery nav button svg path {
  fill: #ffe896;
}
section#gallery nav button.btn-prev {
  left: calc(-7rem - -42px);
}
section#gallery nav button.btn-next {
  right: calc(-7rem - -42px);
}
section#gallery .slider {
  overflow: hidden;
}
section#gallery .vp {
  transform: translateX(calc(100% / 3));
}
section#gallery .items {
  white-space: nowrap;
}
section#gallery .item {
  display: inline-block;
  width: calc(100% / 3);
  padding: 2%;
}
section#gallery .item .img-holder {
  background-size: cover;
  width: 100%;
  padding-top: 100%;
}
@media screen and (max-width: 687px) {
  section#gallery nav {
    display: none;
  }
  section#gallery .content {
    width: calc(42rem - 252px);
  }
  section#gallery .slider {
    overflow: visible;
  }
  section#gallery .vp {
    overflow: visible;
  }
  section#gallery .items {
    transform: none !important;
  }
  section#gallery .item {
    width: 100%;
    padding: 10% 5%;
  }
}

#audio {
  background: url(/audio.7f0feadd.png) center/auto 100% no-repeat, url(/audio.7f0feadd.png) center/100% 100% no-repeat;
}
#audio .iar:before {
  padding-top: 47.9166666667%;
}
#audio .audio-player {
  cursor: pointer;
  background: #27353c;
  width: calc(45.2rem - 271.2px);
  height: calc(6.4rem - 38.4px);
  border-radius: calc(3.2rem - 19.2px);
  margin-top: calc(0.3rem - 1.8px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#audio .audio-player .icon {
  flex: none;
  display: inline-block;
  width: calc(5rem - 30px);
  height: calc(5rem - 30px);
  border: 1px solid #ffe896;
  border-radius: 50%;
  margin-left: calc(0.8rem - 4.8px);
  margin-right: calc(2.5rem - 15px);
  position: relative;
}
#audio .audio-player .icon svg {
  margin: 25%;
}
#audio .audio-player .icon rect,
#audio .audio-player .icon path {
  fill: #ffe896;
}
#audio .audio-player .label {
  text-transform: uppercase;
  line-height: 1;
}
#audio .audio-player svg.play {
  display: inline;
}
#audio .audio-player svg.pause {
  display: none;
}
#audio .audio-player.playing svg.play {
  display: none;
}
#audio .audio-player.playing svg.pause {
  display: inline;
}
@media screen and (max-width: 687px) {
  #audio {
    background: black url(/audio-m.52d69d99.png) top center/contain no-repeat;
  }
  #audio .iar:before {
    padding-top: 176.875%;
  }
  #audio .content {
    top: calc(45rem - 270px) !important;
  }
  #audio h2 {
    line-height: 0.8;
    margin-bottom: calc(5rem - 30px);
  }
  #audio .audio-player {
    width: 100%;
    height: calc(8rem - 48px);
    border-radius: calc(4rem - 24px);
    margin-bottom: calc(5rem - 30px);
  }
  #audio .audio-player .icon {
    width: calc(6.5rem - 39px);
    height: calc(6.5rem - 39px);
    margin-right: calc(1.5rem - 9px);
  }
  #audio .audio-player .label {
    font-size: calc(2.8rem - 16.8px);
  }
}

#bio {
  background: url(/bio.b92590c4.png) center/auto 100% no-repeat, url(/bio-fill.aa11373b.png) center/100% 100% no-repeat;
}
#bio .iar:before {
  padding-top: 83.3333333333%;
}
#bio p {
  margin-bottom: calc(1rem - 6px);
}
@media screen and (max-width: 687px) {
  #bio {
    background: black url(/bio-m.c7a9424d.png) top center/contain no-repeat;
  }
  #bio .iar:before {
    display: none;
  }
  #bio .content {
    padding-top: calc(41rem - 246px) !important;
    padding-bottom: calc(8rem - 48px);
    position: relative;
  }
  #bio p {
    line-height: 1.5;
  }
}

section#contact {
  background: url(/contact.ec107fa4.png) center/auto 100%;
}
section#contact .iar:before {
  padding-top: 72.1875%;
}
section#contact h2 {
  line-height: 0.8;
}
section#contact .col {
  justify-content: flex-start;
}
section#contact .col.insta {
  width: 60%;
}
section#contact .col.image {
  width: 40%;
}
section#contact .social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: calc(6rem - 36px);
}
section#contact .social-links .email {
  flex: none;
  margin-right: auto;
  font-size: calc(2.8rem - 16.8px);
  text-transform: uppercase;
}
section#contact .social-links a {
  flex: none;
  display: inline-block;
  margin: 0 calc(1.8rem - 10.8px);
  width: calc(5.5rem - 33px);
  height: calc(5.5rem - 33px);
  border-radius: 50%;
}
section#contact hr {
  width: 100%;
  border-color: #ffe896;
  margin: calc(1.5rem - 9px) 0 calc(2rem - 12px);
}
section#contact .user {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: calc(1.4rem - 8.4px);
}
section#contact .insta {
  font-size: calc(1.2rem - 7.2px);
}
section#contact .insta > .user {
  font-size: calc(1.7rem - 10.2px);
  margin-bottom: calc(1rem - 6px);
}
section#contact .profile-image {
  background: url(https://instagram.fyto1-1.fna.fbcdn.net/vp/7c3b518db0250256bfdeeef1d8b64c96/5D86CB80/t51.2885-15/e35/58870397_2066447303464362_5916931657580331799_n.jpg?_nc_ht=instagram.fyto1-1.fna.fbcdn.net);
  background-size: cover;
  background-position: center;
  width: 100%;
}
section#contact .profile-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 687px) {
  section#contact .iar:before {
    padding-top: 211.5625%;
  }
  section#contact .content {
    display: flex;
    padding-top: calc(7rem - 42px);
    padding-left: calc(5rem - 30px);
    padding-right: calc(5rem - 30px);
    flex-direction: column;
  }
  section#contact .content .col.insta,
section#contact .content .col.image,
section#contact .content > * {
    order: 0;
    width: 100%;
  }
  section#contact .content .col.insta.insta,
section#contact .content .col.image.insta,
section#contact .content > *.insta {
    order: 1;
  }
  section#contact h2 {
    margin-bottom: calc(3.5rem - 21px);
  }
  section#contact .social-links {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: calc(4rem - 24px);
  }
  section#contact .social-links .email {
    font-size: calc(3.57rem - 21.42px);
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: calc(5rem - 30px);
  }
  section#contact .social-links a {
    margin: 0 calc(2rem - 12px);
    width: calc(8.7rem - 52.2px);
    height: calc(8.7rem - 52.2px);
  }
  section#contact .user {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: calc(2.5rem - 15px);
  }
  section#contact .insta {
    font-size: calc(2rem - 12px);
  }
  section#contact .insta > .user {
    font-size: calc(2.5rem - 15px);
    margin-bottom: calc(1rem - 6px);
  }
}

/*# sourceMappingURL=/js.00a46daa.css.map */