@keyframes _95ee {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes ff89 {
  from {
    transform: translateY(-40px); }
  to {
    transform: translateY(0); } }

._398f {
  position: fixed;
  padding: 30px 130px;
  width: 100vw;
  height: 135px;
  left: 0;
  right: 0;
  z-index: 9999;
  animation: ff89 1s ease-out forwards;
  transition: all 0.3s ease; }
  ._398f.d50a {
    height: 83px; }
    ._398f.d50a ._93ec {
      height: 30px; }
    ._398f.d50a ._8436 {
      opacity: 0; }
    ._398f.d50a ._1d47 {
      opacity: 1; }
  ._398f ul {
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  ._398f li {
    display: inline; }

._591d a {
  text-decoration: none;
  height: 20px;
  width: 49px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative; }
  ._591d a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 1px;
    background-color: white;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }
  ._591d a:hover:before, ._591d a._1b7c:before {
    width: calc(100% + 20px); }

._93ec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 210px;
  opacity: 1;
  transition: all 0.3s ease-out; }

._1d47 {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  height: 20px;
  width: 191px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-align: center; }

._8436 {
  position: absolute;
  height: 70px;
  width: 51.39px;
  cursor: pointer;
  top: 0;
  opacity: 1;
  transition: all 0.3s ease-out; }

.ba11 {
  background-color: black;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 30px;
  z-index: 99999;
  position: fixed; }
  .ba11 ._591d {
    transform: translateX(200px); }
  .ba11 h1 {
    color: #ffffff;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-align: center; }
  .ba11 ._8e70 {
    display: none; }
  .ba11.a43a {
    background-color: transparent;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0; }
    .ba11.a43a + div > div {
      padding-top: 80px;
      max-height: calc(100vh - 54px); }
    .ba11.a43a ._8e70 {
      display: block;
      position: absolute;
      top: 28px;
      width: 70px;
      height: auto; }
    .ba11.a43a h1 {
      display: none; }

.b41d {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 10px;
  margin-right: -10px; }
  .b41d:hover {
    opacity: 0.5; }

.c6d7 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: white;
  margin-top: 4px; }

._1bb9 {
  background-color: #000000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  transition: all 0.2s ease-out;
  animation: a1d7 0.2s ease-out forwards;
  z-index: 99999;
  overflow: hidden;
  justify-content: space-between;
  padding-bottom: 80px; }
  ._1bb9 ._591d {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 27px;
    animation: _1fbf 1s ease-out forwards; }
    ._1bb9 ._591d:last-child {
      margin-bottom: 0; }
    ._1bb9 ._591d a {
      padding: 10px;
      font-family: 'Playfair Display Black'; }

._47e4 {
  width: 70px;
  margin-top: 10px;
  animation: _7b10 0.5s ease-out forwards; }

._9f98 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 21px;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  user-select: none;
  animation: bdd1 1s ease forwards; }

._7642 {
  animation: _1eaa 0.2s ease-in forwards; }

.e5d4 ul li {
  animation: ce4c 1s ease forwards; }

@keyframes a1d7 {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes _1eaa {
  from {
    transform: translateX(0);
    opacity: 1; }
  to {
    transform: translateX(100%);
    opacity: 0; } }

@keyframes _1fbf {
  0% {
    transform: translateX(200px); }
  25% {
    transform: translateX(-80px); }
  50% {
    transform: translateX(30px); }
  100% {
    transform: translateX(0); } }

@keyframes _7b10 {
  from {
    transform: translateX(300px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes ce4c {
  from {
    transform: translateX(100px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes bdd1 {
  from {
    opacity: 0;
    transform: scaleX(3) translateX(200px); }
  to {
    opacity: 1;
    transform: scaleX(1) translateX(0); } }

.c6d2 {
  list-style: none;
  padding: 0; }
  .c6d2 li {
    display: inline-block;
    margin-right: 40px; }
    .c6d2 li a {
      padding: 10px;
      box-sizing: border-box; }
    .c6d2 li:last-child {
      margin-right: 0; }
  .c6d2 img {
    width: auto;
    height: 13px;
    opacity: 0.5;
    color: #ffffff;
    font-size: 14px; }

@media screen and (max-width: 400px) {
  .c6d2 li {
    margin-right: 20px; }
    .c6d2 li:last-child {
      margin-right: 0; } }

._3e0d {
  background-color: #1a1a1a;
  color: white;
  padding: 70px 0 30px;
  position: relative; }
  ._3e0d.aa2a {
    padding: 62px 0; }
    ._3e0d.aa2a ._9ce4 {
      margin: 0; }
  ._3e0d h1 {
    color: #ffffff;
    font-family: 'Playfair Display';
    font-size: 30px;
    font-weight: bold; }

._9970 {
  width: 100%;
  max-width: 1174px;
  margin: auto;
  display: flex;
  flex-direction: column; }

._2500 {
  display: flex;
  justify-content: space-between;
  width: 100%; }

._721d {
  width: 100%;
  display: flex;
  margin: 30px 0 70px 0; }

.b4b5,
.a3b3 {
  opacity: 0.75;
  color: #ffffff;
  font-family: 'SofiaPro-Regular';
  font-size: 14px;
  line-height: 1.4; }

.a3b3 {
  text-decoration: none;
  margin-left: 60px; }

._9ce4 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }
  ._9ce4 p {
    opacity: 0.5;
    color: #ffffff;
    font-family: 'SofiaPro-Regular';
    font-size: 12px; }

._7374 {
  display: none; }

._97eb {
  height: 62px;
  width: 42px;
  position: absolute;
  right: 30px;
  bottom: 0;
  cursor: pointer; }
  ._97eb img {
    width: 100%;
    height: 100%; }

@media (min-width: 600px) {
  ._97eb {
    display: none; } }

@media (max-width: 1200px) {
  ._9970 {
    padding: 0 10px; } }

@media (max-width: 991px) {
  ._3e0d.aa2a {
    padding: 40px; }
    ._3e0d.aa2a ._7374 {
      display: none; } }

@media (max-width: 767px) {
  ._3e0d {
    padding: 60px 20px; }
    ._3e0d.aa2a {
      padding: 60px 30px; }
  ._721d,
  ._9ce4 {
    flex-direction: column; }
  ._9ce4 {
    margin-top: 0; }
    ._9ce4 ul {
      margin-bottom: 40px; }
  .a3b3 {
    margin-left: 0; }
  ._7374 {
    display: block;
    color: #ffffff;
    font-family: 'Playfair Display';
    font-size: 30px;
    font-weight: bold;
    margin: 40px 0;
    border-bottom: 1px solid white; }
  .b4b5 + a {
    margin: 20px 0; } }

._163d {
  width: 100vw;
  background-color: #000000; }

._0f4d {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999; }
  ._0f4d._37f2 {
    display: flex; }

