html {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth; }

body {
  margin: 0;
  height: 100vh;
  background: #ffffff;
  font-family: sans-serif; }

h1, h2 {
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 1; }

h1 {
  font-size: 3.5rem; }
@media screen and (max-width: 767px) {
  h1 {
    font-size: 10vw; } }

h2 {
  font-size: 1.5rem;
  font-family: "Gotham-light";
  font-style: normal; }
@media screen and (max-width: 767px) {
  h2 {
    font-size: 5vw; } }

.font-gotham-book {
  font-family: "Gotham-Book"; }

.font-gotham-light {
  font-family: "Gotham-light";
  font-style: normal; }

.font-piersans {
  font-family: "PierSans-Bold"; }

.font-vag {
  font-family: vag-rundschrift-d, sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-chalfont {
  font-family: chalfont, sans-serif;
  font-weight: 800;
  font-style: normal; }

.font-paralucent {
  font-family: paralucent, sans-serif;
  font-weight: 700;
  font-style: normal; }

.font-paralucent-italic {
  font-family: paralucent, sans-serif;
  font-weight: 700;
  font-style: italic; }

.font-mreaves {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: normal; }

.font-mreaves-italic {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 800;
  font-style: italic; }

.font-omnes {
  font-family: omnes-pro,sans-serif;
  font-weight: 700;
  font-style: normal; }

.font-farm {
  font-family: farm-new,sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -2px; }

*, *:before, *:before {
  box-sizing: border-box; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.8; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }

.animate-click {
  transition: transform .2s; }
  .animate-click:active {
    transform: scale(0.9); }
  .animate-click:hover {
    color: #20b4e2;
    transform: scale(1.1); }

#menu-bar {
  position: fixed;
  background: #000000;
  top: -100px;
  width: 100%;
  transition: top 0.3s;
  z-index: 9;
  display: flex;
  align-items: center; }

#menu-bar > nav:hover {
  cursor: pointer;
  opacity: 0.8; }

#menu-overlay {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.95);
  width: 0%;
  height: 100%; }

#menu-content {
  padding-left: 60px;
  margin-top: 120px;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: hidden; }

#menu-button {
  cursor: pointer; }

#menu-button:hover {
  opacity: 0.8; }

.menu-item {
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 32px;
  font: 2.3rem "Gotham-Light", serif;
  opacity: 0;
  line-height: 1.5;
  margin-top: 50px;
  letter-spacing: 0.07rem; }
@media screen and (max-width: 767px) {
  .menu-item {
    font-size: 1.8rem; } }

@media screen and (min-width: 768px) and (max-width: 1919px) {
  .menu-item {
    font-size: 2.3rem; } }

@media screen and (min-width: 1921px) {
  .menu-item {
    font-size: 3.3rem; } }

  .menu-item:hover {
    color: #20b4e2; }

.menu-item-animate {
  animation: menuitem_slideIn 300ms ease forwards; }
  .menu-item-animate:nth-child(1) {
    animation-delay: 200ms; }
  .menu-item-animate:nth-child(2) {
    animation-delay: 300ms; }
  .menu-item-animate:nth-child(3) {
    animation-delay: 400ms; }
  .menu-item-animate:nth-child(4) {
    animation-delay: 500ms; }
  .menu-item-animate:nth-child(5) {
    animation-delay: 600ms; }
  .menu-item-animate:nth-child(6) {
    animation-delay: 700ms; }
  .menu-item-animate:nth-child(7) {
    animation-delay: 800ms; }
  .menu-item-animate:nth-child(8) {
    animation-delay: 900ms; }
  .menu-item-animate:nth-child(9) {
    animation-delay: 1000ms; }
  .menu-item-animate:nth-child(10) {
    animation-delay: 1100ms; }

#close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  z-index: 11;
  cursor: pointer; }

nav {
  display: inline-block;
  padding: 1em; }

button {
  display: block;
  cursor: pointer;
  font: 1rem "Gotham-Book", serif;
  text-decoration: none;
  outline: none; }

.cyan {
  color: #20b4e2; }

.bodycopy {
  font: 1rem "PierSans-Regular", serif; }

.link-text--small {
  font-size: 0.8rem; }

.btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 1rem;
  transition: 0.3s;
  text-transform: uppercase; }
@media screen and (max-width: 767px) {
  .btn {
    font: 0.7rem "Gotham-Book",serif; } }

.form-field {
  background-color: transparent;
  border: 1px solid #ffffff;
  padding-left: 1em;
  transition: 0.3s;
  color: white; }

.form-field:focus {
  background-color: #000;
  color: #fff;
  outline: none;
  text-align: left; }

.form-field.error {
  border: 1px dashed red; }

label {
  font-size: 0.8em; }

.error {
  text-align: right;
  display: block;
  margin-right: -0.5em; }

input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
  text-align: left; }

::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  text-align: left; }

:-ms-input-placeholder {
  /** notice that ie has only a single colon) */
  color: #fff;
  opacity: 0.7;
  text-align: left; }

::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
  text-align: left; }

::placeholder {
  color: #fff;
  opacity: 0.7;
  text-align: left; }

.btn:hover {
  background-color: #ffffff;
  color: #000000;
  box-shadow: inset 0 0 0 40px #ffffff;
  cursor: pointer; }

.btn:active {
  background-color: transparent;
  transition: 0s all;
  box-shadow: inset 0 0 0 0 #000000;
  color: #ffffff; }

.height--1-5rem {
  height: 1.5rem; }
@media screen and (max-width: 767px) {
  .height--1-5rem {
    height: 1rem; } }

.height--1rem {
  height: 1rem; }

.border-color--white {
  border: 1px solid #fff; }

.font-color--white {
  color: #ffffff; }

.width--100 {
  width: 100%; }

.button-height--50 {
  height: 50px; }

.item-1 {
  order: 1; }

.item-2 {
  order: 2; }

.item-3 {
  order: 3; }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.container {
  height: 100vh; }

.blur-overflow-hidden {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  transition: 0.3s all; }

.top-overlay-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  position: absolute;
  width: 100%;
  z-index: 1; }
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .top-overlay-container {
    justify-content: center;
    align-items: flex-end; } }

.overlay-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  position: absolute;
  width: 100%;
  height: 100%; }
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .overlay-container {
    justify-content: center;
    align-items: flex-end; } }

.overlay {
  text-align: left;
  padding: 1em;
  position: fixed;
  margin-left: 3em;
  width: 35%; }
@media screen and (max-width: 1023px) {
  .overlay {
    width: 100%;
    margin-left: 0;
    text-align: center;
    bottom: 10%; } }

.overlay--signup, .overlay--thank-you {
  text-align: center;
  padding: 1em;
  color: white;
  margin-right: 5em;
  width: 40%; }
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .overlay--signup, .overlay--thank-you {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15%; } }

.icon-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: #000;
  flex-wrap: wrap;
  bottom: 10%; }
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .icon-container {
    padding-left: 0;
    padding-right: 0;
    bottom: 0;
    top: 0;
    align-content: center; } }

.icon-container > * {
  padding: 1em;
  flex-basis: calc(100%/6); }
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .icon-container > * {
    flex-basis: calc(100%/3);
    padding: 0.5em; } }

.display--block {
  display: block; }

.display--none {
  display: none; }

.padding-top--0-5em {
  padding-top: 0.5em; }

.padding-bottom--0-5em {
  padding-bottom: 0.5em; }

.padding-bottom--1em {
  padding-bottom: 1em; }

.padding-top--1em {
  padding-top: 1em; }

.padding--1em {
  padding: 1em; }

.padding--2em {
  padding: 2em; }

.padding-left--0-5em {
  padding-left: 0.5em; }

.margin--0-5em {
  margin: 0.5em; }

.margin-bottom--1em {
  margin-bottom: 1em; }

.auto-margin {
  margin-left: auto;
  margin-right: auto; }

.image--first-section, .image--sign-up, .img-horizontal {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1; }

.image--first-section {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(../images/first-section.jpg) no-repeat center center; }
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .image--first-section {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(../images/first-section-portrait.jpg) no-repeat center center; } }

.img-horizontal {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(../images/iStock-1258122825.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .img-horizontal {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url(../images/iStock-1304575115.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; } }

.gradient {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 60%; }
@media screen and (max-width: 1023px) {
  .gradient {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    width: 100%;
    top: auto;
    bottom: 0; } }

.image--sign-up {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(../images/sign-up.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .image--sign-up {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(../images/sign-up-portrait.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }

.image--workout-blur {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(../images/workout3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

#sign-up {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1; }

#top {
  display: block;
  z-index: 0;
  width: 100%; }
@media screen and (max-width: 1024px) {
  #top {
    height: 100%; } }

@media screen and (max-width: 1024px) {
  #top-overlay > button, .overlay--signup > button {
    width: 70%;
    margin-left: auto;
    margin-right: auto; } }

#class-type {
  z-index: 1;
  background: #fff;
  padding: 4em 0;
  position: relative; }

#ipad0, #ipad1, #ipad2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
  z-index: 1;
  background: white;
  padding-top: 4em;
  padding-bottom: 4em; }
@media screen and (max-width: 768px) {
  #ipad0, #ipad1, #ipad2 {
    text-align: center;
    overflow: hidden; } }

#ipad1 {
  flex-direction: column; }
@media screen and (max-width: 768px) {
  #ipad1 {
    align-items: flex-start; } }

@media screen and (max-width: 768px) {
  #ipad0, #ipad2 {
    flex-direction: column-reverse; } }

.offering-container {
  width: 100%; }

.offering-container > .card {
  width: 30%; }
@media screen and (max-width: 768px) {
  .offering-container > .card {
    width: 55%; } }

#personalised-curated-container {
  background-image: url("../images/offer-personalised-curated.png");
  background-repeat: no-repeat;
  background-position: 100% 40%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto; }
  .scrolling-wrapper-flexbox .card {
    flex: 0 0 auto;
    margin: 0.5em;
    flex-direction: row;
    background: #f3f3f3; }

#logos {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10em 0;
  background: #f3f3f3;
  z-index: 1;
  position: relative; }
@media screen and (max-width: 767px) {
  #logos {
    height: auto;
    padding: 5em 2em 10em 2em; } }

#instructors {
  background: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  display: block;
  position: relative;
  padding: 3em;
  overflow: hidden; }

#instructors .row1, #instructors .row2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }

#instructors .row1 > * > img, #instructors .row2 > * > img {
  padding: 1em;
  border-radius: 25px; }

#instructors .row1 > *, #instructors .row2 > * {
  border-radius: 25px;
  transition: 0.3s all; }

#instructors .row1 > *:hover, #instructors .row2 > *:hover {
  filter: none;
  -webkit-transform: scale3d(0.98, 0.98, 1);
  transform: scale3d(0.98, 0.98, 1); }

.row1 > :after, .row2 > :after {
  position: relative;
  bottom: 12%;
  left: 8%;
  color: white;
  font: 0.9rem "Gotham-Book", serif; }

.desiree:after {
  content: "Desiree Lim"; }

.sakinah:after {
  content: "Sakinah Fatimus"; }

.faith:after {
  content: "Faith Gan"; }

.janet:after {
  content: "Janet Chua"; }

.steph1:after {
  content: "Stephanie Leong"; }

.spancer:after {
  content: "Spancer Gosteloa"; }

.xiaohan:after {
  content: "Beh Xiao Han"; }

.steph2:after {
  content: "Stephanie Chaunte Leong"; }

.reagan:after {
  content: "Reagan Kang"; }

.gino:after {
  content: "Gino Morales"; }

.kevin:after {
  content: "Kevin Loo"; }

.tris:after {
  content: "Tris Kong"; }

.ipad0-container, .ipad1-container, .ipad2-container {
  padding: 3em;
  position: relative;
  text-align: center; }
@media screen and (max-width: 767px) {
  .ipad0-container, .ipad1-container, .ipad2-container {
    padding: 1em; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ipad0-container, .ipad1-container, .ipad2-container {
    padding: 0; } }

.ipad0-container > img, .ipad1-container > img.shoutout-ipad, .ipad2-container > img, #logos > img, #logos > span {
  width: 80%; }
@media screen and (max-width: 767px) {
  .ipad0-container > img, .ipad1-container > img.shoutout-ipad, .ipad2-container > img, #logos > img, #logos > span {
    width: 100%; } }

.ipad2-container > img, .ipad1-container > img.shoutout-ipad {
  -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5.3%; }

.ipad2-copy {
  padding: 2em 2em 2em 4em; }

.ipad1-copy {
  padding: 2em 4em 2em 2em; }

@media screen and (max-width: 767px) {
  .ipad0-copy, .ipad1-copy, .ipad2-copy {
    padding: 0.5em 1em; } }

.shoutout0 {
  position: absolute;
  top: 26%;
  left: 17%; }

.shoutout1 {
  position: absolute;
  top: 29%;
  left: 24%;
  width: 16%; }
@media screen and (max-width: 767px) {
  .shoutout1 {
    left: 12%;
    width: 25%; } }

.shoutout2 {
  position: absolute;
  top: 40%;
  right: 24%;
  width: 16%; }
@media screen and (max-width: 767px) {
  .shoutout2 {
    right: 13%;
    width: 25%; } }

.ipad-new-classes {
  -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5.3%; }

.text-align--center {
  text-align: center; }

.text-align--left {
  text-align: left; }

.background--white {
  background: #ffffff; }

.arrow,
.arrow:before {
  position: absolute;
  left: 52%; }

.arrow {
  width: 15px;
  height: 15px;
  bottom: 25px;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid; }

.arrow:before {
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  margin: -7px 0 0 -7px;
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: arrow; }

@keyframes arrow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px); } }
/*---------------*/
/***** Julia *****/
/*---------------*/
figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; }

.grid {
  position: relative;
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr); }
@media screen and (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr); } }

/* Common style */
.grid figure {
  position: relative;
  overflow: hidden;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  margin: 1em; }

.grid figure img {
  position: relative;
  display: block;
  object-fit: cover;
  opacity: 0.8; }
@media screen and (max-width: 1023px) {
  .grid figure img {
    height: 450px; } }

.grid figure figcaption {
  padding: 1em 2em;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .grid figure figcaption {
    padding: 1em 1.5em; } }

@media screen and (max-width: 767px) {
  .grid figure figcaption {
    padding: 1em 1em; } }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

figure.category-effect {
  background: #000000;
  transition: transform 0.5s !important; }

figure.category-effect img {
  height: 600px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
@media screen and (max-width: 1023px) {
  figure.category-effect img {
    width: 100%;
    height: 450px; } }

figure.category-effect figcaption {
  text-align: left; }

figure.category-effect h2 {
  position: relative;
  padding: 0.5em 0; }

figure.category-effect p {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  font: 1rem "PierSans-Regular", serif;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-400px, 0, 0); }
@media screen and (max-width: 1023px) {
  figure.category-effect p {
    transform: translate3d(-600px, 0, 0); } }

figure.category-effect p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

figure.category-effect p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.category-effect p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.category-effect:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

figure.category-effect:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.category-effect:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.category-effect:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

figure.category-effect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slide--top-row {
  animation: instructorprofiles_row1 30s linear infinite; }

.slide--bottom-row {
  animation: instructorprofiles_row2 30s linear infinite; }

@keyframes menuitem_slideIn {
  from {
    margin-top: 50px;
    opacity: 0; }
  to {
    margin-top: 0;
    opacity: 1; } }
@keyframes instructorprofiles_row1 {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-2268px, 0, 0); } }
@keyframes instructorprofiles_row2 {
  0% {
    transform: translate3d(-2268px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@font-face {
  font-family: "PierSans-Regular";
  src: url("../fonts/PierSans-Regular.eot?") format("eot"), url("../fonts/PierSans-Regular.woff2") format("woff2"), url("../fonts/PierSans-Regular.woff") format("woff"), url("../fonts/PierSans-Regular.ttf") format("truetype"), url("../fonts/PierSans-Regular.svg#PierSans-Regular") format("svg"); }
@font-face {
  font-family: "PierSans-Bold";
  src: url("../fonts/PierSans-Bold.eot?") format("eot"), url("../fonts/PierSans-Bold.woff2") format("woff2"), url("../fonts/PierSans-Bold.woff") format("woff"), url("../fonts/PierSans-Bold.ttf") format("truetype"), url("../fonts/PierSans-Bold.svg#PierSans-Bold") format("svg"); }
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.eot?") format("eot"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg"); }
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/GothamRounded-Light.eot?") format("eot"), url("../fonts/GothamRounded-Light.woff2") format("woff2"), url("../fonts/GothamRounded-Light.woff") format("woff"), url("../fonts/GothamRounded-Light.ttf") format("truetype"), url("../fonts/GothamRounded-Light.svg#Gotham-Light") format("svg"); }

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