:root {
  --wa-dark-gold: #9e8e5c;
  --wa-gold: #baad87;
  --saddle-brown: #502600;
  --wa-light-gold: #edecdf;
  --wa-black: #161616;
  --dark-grey: #a1a1a1;
  --mm: var(--wa-black);
  --wa-grey: #3e3e3e;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.body {
  background-image: url('../images/02---Prebuild-Layouts.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
  position: relative;
}

.container.is-nav {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 100px;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  display: ;
}

.container.is-menu {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 2.3em;
  display: flex;
}

.container.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 1em;
  display: flex;
}

.logo_svg {
  width: 7em;
  height: 1.8em;
}

.hamburger_icon {
  width: 2em;
  height: 3em;
  color: #c0f;
  -webkit-text-stroke-width: 1px;
  white-space: normal;
}

.menu_link-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu_link-text {
  color: var(--wa-dark-gold);
  /* text-shadow: 0 1px 1px rgba(0, 0, 0, .2); */
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Inriaserif, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: .5;
  text-decoration: none;
}

.menu_link-text:hover {
  color: var(--wa-gold);
  background-image: url('../images/behavioursAsset-1stroke.png');
  background-position: 100% 105%;
  background-repeat: no-repeat;
  background-size: 50%;
  }
.menu_link {
  opacity: .99;
  margin-top: .8em;
  margin-bottom: .8em;
  text-decoration: none;
}

.menu {
  width: 100%;
  height: 0;
  border-bottom: 1px solid var(--wa-dark-gold);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  /* background-color: #111; */
  background-image: url('../images/02---Prebuild-Layouts.jpg');
  background-position: 50% 100%;
  background-size: auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.menu_link-number {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.nav {
  z-index: 1000;
  background-color: rgba(31, 31, 31, 0);
  /* background-image: linear-gradient(#000, rgba(22, 22, 22, .75) 45%, rgba(255, 255, 255, 0)); */
  border-bottom: 1px rgba(0, 0, 0, 0);
  padding-top: 17px;
  padding-bottom: 17px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-wrapper {
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 190px;
}

.text-block {
  color: var(--wa-dark-gold);
  font-size: 36px;
}

.body-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/02---Prebuild-Layouts.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  overflow: visible;
}

.hero-container {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video {
  height: 100vh;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, rgba(0, 0, 0, .81), rgba(255, 255, 255, 0)), linear-gradient(to bottom, rgba(0, 0, 0, .78), rgba(0, 0, 0, 0) 16%), radial-gradient(circle farthest-corner at 100% 100%, var(--saddle-brown), rgba(255, 255, 255, 0) 84%), linear-gradient(to bottom, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32));
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.whiteapplelogo {
  z-index: 2;
  width: 100svw;
  min-width: 100svw;
  margin-top: 0;
  padding-top: 98px;
  position: absolute;
  bottom: 20vh;
}

.div-block {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(157deg, #070706, rgba(255, 255, 255, 0) 38%), linear-gradient(216deg, #442102, rgba(255, 255, 255, 0) 53%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 103px 88px 53px;
  display: flex;
  overflow: visible;
}

.video {
  width: 40vw;
}

.slider {
  width: 1200px;
  height: 675px;
}

.mask {
  overflow: visible;
}

.slide {
  width: auto;
  margin-top: 0;
  margin-left: -73px;
}

.slide-2 {
  width: 1200px;
  height: 675px;
}

.slider-2 {
  width: 800px;
  height: 450px;
  filter: blur(5px);
  flex: none;
  margin-left: -541px;
  display: none;
  box-shadow: 0 11px 40px rgba(0, 0, 0, .7);
}

.mask-2 {
  overflow: hidden;
}

.slide-3 {
  background-image: url('../images/Nazarandaaz.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  z-index: 0;
  background-image: url('../images/laxmi-bomb.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/gandhi-godse-landscape.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), #000), url('../images/salaam-venky.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-nav {
  margin-bottom: -46px;
}

.slider-3 {
  z-index: 2;
  width: 1000px;
  height: 563px;
  filter: brightness(69%);
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85));
  flex: none;
  margin-left: -44px;
  display: none;
  box-shadow: -11px 5px 60px rgba(0, 0, 0, .76), 11px 11px 60px 1px rgba(0, 0, 0, .75);
}

.slider-4 {
  width: 800px;
  height: 450px;
  filter: blur(5px);
  flex: none;
  margin-left: -93px;
  display: none;
}

.div-block-2 {
  height: 90vh;
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  align-items: center;
  padding: 70px 0 20px;
  display: flex;
}

.div-block-2:hover {
  font-size: 14px;
}

.div-block-2._2 {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .41), rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.retainer-1 {
  z-index: 2;
  width: 90%;
  height: auto;
  max-width: 100em;
  border: .5px solid var(--wa-dark-gold);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(#202020, #202020), linear-gradient(331deg, rgba(7, 7, 7, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
  border-radius: 20px;
  margin: 19px auto;
  padding: 10.1em 2.7em 10.5em;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 5px 20px 15px rgba(0, 0, 0, .2);
}

.retainer-1.is-nav {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.retainer-1.is-menu {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.3em;
  padding-bottom: 2.3em;
  display: flex;
}

.retainer-1.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 1em;
  display: flex;
}

.columns {
  z-index: 3;
  color: #292727;
  margin-top: -61px;
  margin-bottom: 89px;
  padding-left: 44px;
  padding-right: 44px;
  position: relative;
  top: 79px;
}

.text-block-2 {
  color: var(--wa-dark-gold);
  text-align: left;
  text-shadow: 0 7px 13px rgba(0, 0, 0, .29);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(319deg, #8f7937, #fff6dd);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4svw;
  font-weight: 700;
  line-height: 4.3svw;
}

.text-block-2.clipped {
  background-image: linear-gradient(319deg, var(--wa-dark-gold), #a7a191);
}

.text-block-2._2 {
  text-align: center;
}

.text-block-3 {
  color: var(--wa-light-gold);
  font-family: Homemadeapple, sans-serif;
  font-size: 50px;
}

.para {
  color: #dbdbdb;
  text-shadow: 0 9px 11px rgba(0, 0, 0, .2);
  margin-top: 22px;
  margin-bottom: 58px;
  font-family: Droid Sans, sans-serif;
  font-size: 1.1svw;
  font-weight: 300;
  line-height: 1.3em;
}

.para.middle {
  color: #b4b3b0;
  text-align: center;
  font-family: Droid Sans, sans-serif;
}

.para.middle.black {
  color: #010101;
  text-shadow: none;
  font-size: 1.3em;
  line-height: 1.4em;
}

.para._2 {
  font-size: 1.2svw;
}

.text-block-4 {
  color: var(--wa-gold);
  font-family: Homemadeapple, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.html-embed {
  display: block;
}

.text-block-5 {
  object-fit: none;
  background-image: linear-gradient(323deg, #000, #fff);
  padding-top: 37px;
  padding-bottom: 37px;
  font-family: Inriaserif, sans-serif;
  font-size: 60px;
  font-weight: 700;
  display: inline;
}

.text-block-5.clipped {
  background-image: none;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--wa-gold);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.text-block-6 {
  color: var(--wa-light-gold);
  text-align: center;
  font-size: 15px;
}

.div-block-21 {
  z-index: 999999;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

._154-mouse-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 93px;
  margin-right: 33px;
  display: flex;
}

._154-mouse {
  width: 25px;
  height: 40px;
  border: 2px solid var(--wa-gold);
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._154-circle {
  width: 6px;
  height: 6px;
  background-color: var(--wa-gold);
  border-radius: 50%;
  margin-top: 8px;
}

._154-scroll-text {
  color: var(--wa-gold);
  text-align: center;
  letter-spacing: 5px;
  margin-top: 20px;
  margin-right: -10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .5em;
}

.container-copy-copy {
  z-index: 2;
  width: 80%;
  height: auto;
  max-width: 100em;
  border: .5px solid var(--wa-dark-gold);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(331deg, rgba(7, 7, 7, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  padding: 9.3em 6em 9.6em;
  display: flex;
  position: relative;
  box-shadow: 3px 5px 20px 15px rgba(0, 0, 0, .2);
}

.container-copy-copy.is-nav {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.container-copy-copy.is-menu {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.3em;
  padding-bottom: 2.3em;
  display: flex;
}

.container-copy-copy.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 1em;
  display: flex;
}

.text-block-3-copy {
  color: var(--wa-light-gold);
  margin-bottom: 39px;
  font-family: Homemadeapple, sans-serif;
  font-size: 50px;
}

.columns-copy {
  margin-bottom: 1px;
}

.image {
  margin-top: -173px;
}

.image-2 {
  margin-top: -52px;
}

.image-3 {
  margin-top: 25px;
}

.button {
  width: 80%;
  background-color: var(--wa-dark-gold);
  text-align: center;
  margin: 13px auto;
}

.div-block-22 {
  height: 50vh;
  background-color: rgba(15, 15, 19, .62);
  flex-direction: column;
  align-items: center;
  padding: 6em 12em;
  display: flex;
}

.div-block-22.contact {
  height: auto;
  background-color: rgba(15, 15, 19, 0);
  background-image: linear-gradient(to bottom, var(--wa-black), var(--wa-black));
  align-items: flex-start;
  padding-top: 11.3em;
  padding-bottom: 11.3em;
  display: none;
}

.div-block-22.contact.about-us {
  background-image: linear-gradient(to bottom, var(--wa-black), var(--wa-black)), linear-gradient(to bottom, #000, #000);
}

.text-block-2-copy {
  color: var(--wa-dark-gold);
  text-align: center;
  text-shadow: 0 7px 13px rgba(0, 0, 0, .29);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(319deg, #8f7937, #fff6dd);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 32px;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
}

.text-block-2-copy.clipped {
  background-image: linear-gradient(319deg, var(--wa-dark-gold), #a7a191);
}

.text-block-2-copy.dark {
  text-shadow: 0 7px 19px rgba(0, 0, 0, .29);
  background-image: linear-gradient(319deg, #8f7937, #423d2f);
  font-size: 4em;
  line-height: 1.2em;
}

.text-block-2-copy._2 {
  margin-top: 49px;
  margin-bottom: 49px;
  font-size: 3svw;
}

.text-block-2-copy._3 {
  text-align: left;
  padding-left: 0;
  font-size: 3.2svw;
}

.button-copy {
  width: 30%;
  background-color: var(--wa-dark-gold);
  text-align: center;
  margin: 13px auto;
}

.form {
  width: auto;
}

.form-block {
  width: 70%;
}

.submit-button {
  background-color: var(--wa-gold);
}

.field-label, .field-label-2 {
  color: var(--wa-gold);
}

.footer-dark {
  background-color: #161616;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 30px 278px;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 111px;
  display: flex;
}

.footer-content {
  grid-column-gap: 44px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--wa-dark-gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.title-small._2 {
  color: rgba(158, 142, 92, 0);
}

.footer-link {
  color: #5c5c5c;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.3em;
  text-decoration: none;
}

.footer-link:hover {
  color: #585858;
}

.footer-link._2 {
  color: #cfcfcf;
  font-weight: 700;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #2b2b2b;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--wa-gold);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-4, .image-5, .image-6 {
  background-color: var(--wa-dark-gold);
}

.body-copy {
  background-image: linear-gradient(#b8b19e, #b8b19e), url('../images/02---Prebuild-Layouts.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg {
  height: auto;
  filter: blur(150px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-23 {
  width: 400px;
  height: 400px;
  background-color: #c06666;
  border-radius: 50%;
  position: absolute;
  top: 182px;
}

.div-block-23-copy {
  width: 600px;
  height: 400px;
  background-color: var(--saddle-brown);
  border-radius: 50%;
  position: absolute;
  top: 368px;
  left: 823px;
}

.text-container {
  z-index: 3;
  width: 60vw;
  padding-left: 113px;
  padding-right: 113px;
  font-size: 16px;
  position: absolute;
  bottom: 30vh;
}

.paragraph-2 {
  background-image: linear-gradient(175deg, var(--wa-dark-gold), var(--wa-light-gold));
  color: var(--dark-grey);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.paragraph-2._1 {
  display: none;
}

.text-block-2-copy {
  color: var(--wa-dark-gold);
  text-align: left;
  text-shadow: 0 7px 13px rgba(0, 0, 0, .29);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(319deg, #8f7937, #fff6dd);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 32px;
  padding: 21px 50px;
  font-family: Inriaserif, sans-serif;
  font-size: 4svw;
  font-weight: 700;
  line-height: 4.5svw;
}

.text-block-2-copy.clipped {
  background-image: linear-gradient(319deg, var(--wa-dark-gold), #a7a191);
}

.slide-7 {
  height: auto;
}

.container-copy-copy {
  z-index: 2;
  width: 68%;
  height: auto;
  max-width: 100em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(331deg, rgba(36, 34, 32, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
  border: .5px solid #d4c38c;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.4em 1.3em;
  position: relative;
  top: 40px;
  left: -51px;
  box-shadow: 0 60px 50px 1px rgba(248, 241, 150, .27), 3px 5px 20px 15px rgba(0, 0, 0, .2);
}

.container-copy-copy.is-nav {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.container-copy-copy.is-menu {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.3em;
  padding-bottom: 2.3em;
  display: flex;
}

.container-copy-copy.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 1em;
  display: flex;
}

.slider-5 {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 7px 80px rgba(255, 146, 83, .24);
}

.div-block-24 {
  width: 100%;
  height: 100%;
  background-image: url('../images/gandhi-godse-landscape.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-25 {
  width: 100%;
  height: 100%;
  background-image: url('../images/salaam-venky.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.mask-3 {
  border-radius: 20px;
}

.poster-1 {
  z-index: 2;
  width: 200px;
  height: auto;
  max-width: 100em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(331deg, rgba(36, 34, 32, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
  border: .5px solid #d4c38c;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: .8em .7em;
  position: static;
  top: 1560px;
  left: 115.5px;
  right: 1215.5px;
  box-shadow: 0 60px 50px 1px rgba(248, 241, 150, .27), 3px 5px 20px 15px rgba(0, 0, 0, .2);
}

.poster-1.is-nav {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.poster-1.is-menu {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.3em;
  padding-bottom: 2.3em;
  display: flex;
}

.poster-1.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 1em;
  display: flex;
}

.poster-2 {
  z-index: 2;
  width: 120px;
  height: auto;
  max-width: 100em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(331deg, rgba(36, 34, 32, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
  border: .5px solid #d4c38c;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .7em .6em;
  position: static;
  top: 1239px;
  left: 59.5px;
  right: 1215.5px;
  box-shadow: 0 60px 50px 1px rgba(248, 241, 150, .27), 3px 5px 20px 15px rgba(0, 0, 0, .2);
}

.poster-2.is-nav {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.poster-2.is-menu {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.3em;
  padding-bottom: 2.3em;
  display: flex;
}

.poster-2.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 1em;
  display: flex;
}

.poster-3 {
  z-index: 2;
  width: auto;
  height: 550px;
  max-width: 100em;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: none;
  border: .5px #d4c38c;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  margin-left: 34px;
  margin-right: -123px;
  padding: 2.5em 0;
  position: static;
  top: 1278px;
  left: 1111.5px;
  right: 1143.5px;
}

.poster-3.is-nav {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.poster-3.is-menu {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.3em;
  padding-bottom: 2.3em;
  display: flex;
}

.poster-3.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 1em;
  display: flex;
}

.image-7 {
  border-radius: 13px;
}

.list-item {
  color: rgba(190, 190, 190, .8);
  -webkit-text-stroke-color: rgba(122, 122, 122, .58);
  font-size: 1em;
  font-style: normal;
}

.div-block-26 {
  height: auto;
  transform-style: preserve-3d;
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -86px;
  margin-bottom: -142px;
  margin-left: 0;
  padding: 61px 0 95px;
  display: flex;
  overflow: hidden;
  transform: rotate(2deg);
}

.text-block-7 {
  color: var(--wa-light-gold);
  text-align: center;
  padding-top: 72px;
  padding-bottom: 65px;
  font-size: 25px;
  font-weight: 700;
  display: none;
}

.film-grid {
  width: auto;
  background-color: var(--wa-gold);
  background-image: url('../images/film.png'), linear-gradient(to right, var(--wa-dark-gold), #8f8f8f);
  background-position: 0 0, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: contain, auto;
  grid-template-rows: auto;
  grid-template-columns: 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 0;
  overflow: hidden;
}

.film-name {
  color: var(--wa-dark-gold);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #242424;
  background-clip: border-box;
  border-right: 1px rgba(158, 142, 92, .39);
  border-radius: 9px;
  margin-bottom: 0;
  padding-top: 37px;
  padding-bottom: 37px;
  font-family: Inriaserif, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 25px;
  box-shadow: inset 17px 10px 17px 10px rgba(0, 0, 0, .2);
}

.film-name.clipped {
  background-image: linear-gradient(319deg, var(--wa-dark-gold), #a7a191);
}

.bold-text {
  color: rgba(187, 176, 143, .63);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.list-item-copy {
  color: rgba(182, 168, 126, .8);
  -webkit-text-stroke-color: rgba(122, 122, 122, .58);
  font-size: 15px;
  font-style: italic;
}

.container-copy-copy-copy {
  z-index: 2;
  width: 80%;
  height: auto;
  max-width: 100em;
  border: .5px solid var(--wa-dark-gold);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(331deg, rgba(7, 7, 7, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9.3em 6em 9.6em;
  display: flex;
  position: relative;
  box-shadow: 3px 5px 20px 15px rgba(0, 0, 0, .2);
}

.container-copy-copy-copy.is-nav {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.container-copy-copy-copy.is-menu {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.3em;
  padding-bottom: 2.3em;
  display: flex;
}

.container-copy-copy-copy.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 1em;
  display: flex;
}

.columns-2 {
  display: none;
}

.title2 {
  color: var(--wa-light-gold);
  text-align: center;
  font-size: 3.375em;
  font-weight: 600;
  line-height: 1.1em;
}

.button-2 {
  border: 2px solid var(--wa-dark-gold);
  background-color: rgba(56, 152, 236, 0);
  background-image: linear-gradient(336deg, var(--wa-dark-gold) 38%, var(--dark-grey));
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 9px;
  padding: 14px 38px;
  font-size: 1.4svw;
}

.button-2:hover {
  background-image: linear-gradient(336deg, var(--wa-dark-gold) 38%, var(--dark-grey));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 15px;
}

.background-video-2 {
  height: auto;
  margin-top: 1px;
  padding-left: 0;
  position: absolute;
  top: -2%;
  bottom: -2%;
  left: 3%;
  right: 0%;
}

.cell-content {
  width: 90%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  padding: 113px 81px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px #000, inset 0 1px 1px rgba(255, 255, 255, .2);
}

.text-small {
  opacity: .65;
  color: #8b8b8b;
  padding-bottom: 19px;
  font-size: 14px;
  line-height: 20px;
}

.text-small.align-right {
  max-width: 16ch;
  text-align: right;
}

.bottom-content-wrapper {
  justify-content: space-between;
}

.bottom-heading {
  width: 100%;
  mix-blend-mode: screen;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.background-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-8 {
  box-shadow: 0 12px 18px 20px rgba(0, 0, 0, .2);
}

.footer-block-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -4px;
  display: flex;
}

.bottom-content-wrapper-2 {
  align-items: flex-end;
}

.hero-layout {
  width: 100%;
  height: 60svh;
  padding: 0;
}

.text-small-2 {
  opacity: .65;
  font-size: 14px;
  line-height: 20px;
}

.text-small-2.align-right {
  max-width: 16ch;
  text-align: right;
}

.arrow-button {
  width: 3.5rem;
  height: 3.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-content-2 {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px #000, inset 0 1px 1px rgba(255, 255, 255, .2);
}

.cell-content-2.link {
  color: var(--wa-dark-gold);
  text-decoration: none;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}

.cell-content-2.link:hover {
  border-color: #525b5e;
  box-shadow: 0 6px 20px #424a4c, inset 0 1px 1px rgba(255, 255, 255, .2);
}

.heading-3 {
  font-size: 33px;
}

.flex-block {
  align-items: flex-end;
}

.columns-3 {
  width: 90%;
  align-items: center;
  margin-left: 26px;
  display: flex;
}

.container-copy-copy-copy {
  z-index: 2;
  width: 70vw;
  height: 40vw;
  max-height: 1080px;
  max-width: 1920px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(331deg, rgba(36, 34, 32, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
  border: .5px solid #d4c38c;
  border-radius: 20px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: .7em .5em;
  display: block;
  position: static;
  top: 40px;
  left: -51px;
  box-shadow: 0 11px 70px 1px rgba(248, 241, 150, .27), 3px 5px 20px 15px rgba(0, 0, 0, .2);
}

.container-copy-copy-copy.is-nav {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.container-copy-copy-copy.is-menu {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.3em;
  padding-bottom: 2.3em;
  display: flex;
}

.container-copy-copy-copy.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 1em;
  display: flex;
}

.div-block-27 {
  z-index: 5;
  position: relative;
}

.column-placeholder {
  z-index: 3;
  width: 80svw;
  max-width: 90svw;
  min-width: 80svw;
  color: #292727;
  margin-top: -61px;
  margin-bottom: 171px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 79px;
}

.column {
  padding-right: 20px;
}

.column-2 {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1px;
  padding-right: 1px;
  display: flex;
}

.background-video-3 {
  width: 100vw;
  flex: none;
}

.grid-2 {
  width: 100%;
  grid-row-gap: 45px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.div-block-28 {
  width: 100%;
  height: 100%;
}

.image-9 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-10 {
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-2 {
  width: auto;
  height: 100%;
  min-height: 460px;
  min-width: auto;
}

.image-11 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column-3 {
  height: auto;
  min-height: 0;
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: block;
  overflow: visible;
}

.text-block-8 {
  color: var(--wa-gold);
  text-align: center;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 40px;
  padding: 14px 13px;
  font-family: PT Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
  box-shadow: 3px 0 50px -3px rgba(255, 179, 79, .32);
}

.text-block-8:hover {
  background-color: var(--wa-dark-gold);
  color: #000;
}

.div-block-29 {
  width: 100%;
  cursor: pointer;
  align-items: center;
  padding-left: 143px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bold-text-2-copy._3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.text-block-9 {
  color: #fff;
  font-size: 3svw;
  line-height: 1em;
  text-decoration: none;
}

.slider-6 {
  background-color: #000;
}

.slide-nav-2 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#202020, #202020);
}

.image-12 {
  width: 200%;
  min-width: 160%;
  margin-top: -60px;
  margin-left: -116px;
  padding-left: 0;
}

.background-video-4 {
  z-index: -20;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.hero-container-2 {
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.columns-copy-copy {
  z-index: 3;
  color: #292727;
  margin-top: -61px;
  margin-bottom: 89px;
  padding-left: 120px;
  padding-right: 53px;
  position: relative;
  top: 79px;
}

.div-block-copy {
  height: 90vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(157deg, #070706, rgba(255, 255, 255, 0) 38%), linear-gradient(216deg, #442102, rgba(255, 255, 255, 0) 53%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 103px 88px 0;
  display: flex;
  overflow: visible;
}

.bold-text-3 {
  font-size: 70px;
}

.flipcard-back {
  height: 100%;
  min-height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 44px 38px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px rgba(0, 0, 0, .09);
}

.container-3 {
  width: 100vw;
  height: auto;
  max-width: none;
  min-width: 100vw;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1500px;
  grid-template-rows: auto;
  grid-template-columns: 22svw 22svw 22svw 22svw;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.container-flipcard-custom {
  width: 100vw;
  height: auto;
  max-width: none;
  min-width: 100vw;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1500px;
  grid-template-rows: auto;
  grid-template-columns: 44svw 44svw;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.flipcard-title {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 3em;
  line-height: 1em;
}

.flipcard-wrapper {
  height: 600px;
  min-height: 600px;
  position: relative;
  transform: rotate(0);
}

.flipcard-subtitle {
  max-width: 215px;
  font-weight: 700;
  line-height: 21px;
}

.flipcard-less {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.flipcard-back-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #90ca5a, #d7d65a 50%, #dac355);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 44px;
  line-height: 48px;
}

.flipcard-more {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.flipcard-front {
  height: 100%;
  min-height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  background-image: url('../images/csr.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  box-shadow: 7px 7px 40px 6px rgba(0, 0, 0, .09);
}

.flipcard-front._2 {
  background-image: url('../images/white-apple-studios.jpg');
}

.flipcard-front._3 {
  background-image: url('../images/media.jpg');
}

.flipcard-front._4 {
  background-image: linear-gradient(#7fcde2, rgba(0, 0, 0, 0) 39%), url('../images/wa-films2.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.bold-text-5, .bold-text-6, .bold-text-8 {
  font-size: 35px;
  font-weight: 400;
}

.div-block-26-copy {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(to top, rgba(22, 22, 22, .81), rgba(80, 38, 0, .67) 63%, rgba(255, 255, 255, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 61px 56px 150px;
  display: flex;
}

.div-block-copy-copy {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(157deg, #070706, rgba(255, 255, 255, 0) 38%), linear-gradient(216deg, #442102, rgba(255, 255, 255, 0) 53%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 725px;
  margin-bottom: 112px;
  margin-left: 200px;
  padding: 54px 24px 54px 88px;
  display: flex;
  overflow: visible;
}

.div-block-container {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(157deg, #070706, rgba(255, 255, 255, 0) 38%), linear-gradient(216deg, #442102, rgba(255, 255, 255, 0) 53%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 112px;
  margin-left: 200px;
  padding: 54px 24px 54px 88px;
  display: flex;
  overflow: visible;
}

.column-2-copy {
  height: auto;
  flex-direction: column;
  align-items: center;
  padding-right: 67px;
  display: flex;
}

.column-3-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-copy {
  padding-right: 20px;
}

.left-arrow, .right-arrow {
  display: none;
}

.align-center-2 {
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline-main_heading-wrapper {
  max-width: 80svw;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.text-colour-lightgrey {
  color: rgba(255, 255, 255, .65);
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: #fff;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(#eba901, #711d2d);
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.timeline_text {
  color: #fff;
  font-size: 1.15svw;
  font-weight: 500;
  line-height: 1.2em;
}

.section-timeline {
  z-index: -3;
  background-color: rgba(10, 10, 10, .64);
  position: relative;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.main-wrapper {
  background-color: rgba(127, 88, 88, 0);
}

.button-3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #eba901;
  border-radius: .65rem;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.button-3:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.button-3.is-secondary {
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
}

.button-3.is-secondary:hover {
  background-color: #eba901;
}

.timeline_component {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-timeline-heading {
  background-color: #0a0a0a;
}

.section-timeline-heading.team {
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 34%), linear-gradient(rgba(0, 0, 0, .78), rgba(0, 0, 0, .78)), url('../images/IMG_1392.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin-top: 1.5rem;
  display: flex;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.overlay-fade-top {
  height: 80px;
  background-image: linear-gradient(#0a0a0a, rgba(10, 10, 10, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link {
  text-decoration: underline;
}

.link:hover {
  color: #eba901;
  text-decoration: none;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.text-color-gold {
  color: #eba901;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, rgba(0, 0, 0, 0) 28%), url('../images/Image-Background_1Image Background.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  display: none;
  overflow: hidden;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.container-4 {
  z-index: 0;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #414141;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.text-block-14 {
  font-size: 2em;
}

.div-block-2-copy {
  height: 90vh;
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  align-items: center;
  padding: 70px 0 20px;
  display: flex;
}

.div-block-2-copy:hover {
  font-size: 14px;
}

.div-block-2-copy._2 {
  height: auto;
  background-image: linear-gradient(#232323, #232323), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  align-items: center;
  padding-top: 95px;
  padding-bottom: 0;
  display: flex;
}

.description {
  color: #5c5c5c;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.3em;
  text-decoration: none;
}

.description:hover {
  color: #585858;
}

.description._2 {
  color: #cfcfcf;
  font-weight: 700;
}

.text-block-55 {
  color: var(--wa-dark-gold);
  text-shadow: 0 7px 13px rgba(0, 0, 0, .29);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(319deg, #8f7937, #fff6dd);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3svw;
  font-weight: 700;
  line-height: 1em;
}

.text-block-55.clipped {
  background-image: linear-gradient(319deg, var(--wa-dark-gold), #a7a191);
}

.tabs {
  display: flex;
}

.tabs-menu {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-link-tab-1 {
  background-color: rgba(200, 200, 200, .6);
}

.tab-link-tab-1.w--current {
  background-color: rgba(200, 200, 200, 0);
  padding: 8px;
}

.tab-link-tab-2 {
  background-color: rgba(221, 221, 221, 0);
  padding: 8px;
}

.tab-link-tab-3 {
  background-color: rgba(221, 221, 221, 0);
}

.tab-pane-tab-1 {
  width: 760px;
}

.div-block-32 {
  width: 70%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.marquee_wrapper {
  width: 100vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee_wrapper.is-crimson {
  width: 120vw;
  background-color: #cc1f50;
  transform: rotate(-6deg);
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.header_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.display_text-huge {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
}

.marquee_wrapper-2 {
  width: 110vw;
  background-color: #9eec5a;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
  transform: rotate(5deg);
}

.display_text-medium {
  color: #050508;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.marquee_component {
  width: 100vw;
  height: 40rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.span_tag {
  color: #fff;
  text-indent: 0;
  background-color: #cc1f50;
  border-radius: 4px;
  padding: .5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.span_tag.is-h1 {
  color: #050508;
  background-color: #9eec5a;
  font-size: 2rem;
  position: relative;
  top: -2rem;
  right: -12rem;
  transform: rotate(-3deg);
}

.cursor {
  color: var(--wa-dark-gold);
}

.div-block-5 {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  align-items: center;
  padding: 140px 0 139px;
  display: flex;
}

.div-block-5:hover {
  font-size: 14px;
}

.div-block-5._2 {
  height: auto;
  background-image: linear-gradient(#232323, #232323), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  align-items: center;
  padding-top: 95px;
  padding-bottom: 0;
  display: flex;
}

.cursor-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-link {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sketch {
  width: 100%;
  height: auto;
}

.original {
  width: 100%;
}

.div-block-22-copy {
  height: auto;
  background-color: #fff5d5;
  flex-direction: column;
  align-items: center;
  padding: 6em 12em;
  display: flex;
}

.div-block-22-copy.contact {
  height: auto;
  background-color: rgba(15, 15, 19, 0);
  background-image: linear-gradient(to bottom, var(--wa-black), var(--wa-black));
  align-items: flex-start;
  padding-top: 11.3em;
  padding-bottom: 11.3em;
}

.div-block-22-copy.contact.about-us {
  background-image: linear-gradient(to bottom, var(--wa-black), var(--wa-black)), linear-gradient(to bottom, #000, #000);
}

.container-copy-copy {
  z-index: 2;
  width: 90%;
  height: auto;
  max-width: 100em;
  border: .5px solid var(--wa-dark-gold);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(#202020, #202020), linear-gradient(331deg, rgba(7, 7, 7, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
  border-radius: 20px;
  margin: 19px auto;
  padding: 10.1em 2.7em 10.5em;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 5px 20px 15px rgba(0, 0, 0, .2);
}

.container-copy-copy.is-nav {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.container-copy-copy.is-menu {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.3em;
  padding-bottom: 2.3em;
  display: flex;
}

.container-copy-copy.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 1em;
  display: flex;
}

.container-copy-copy {
  z-index: 2;
  width: 90%;
  height: auto;
  max-width: 100em;
  border: .5px solid var(--wa-dark-gold);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(#202020, #202020), linear-gradient(331deg, rgba(7, 7, 7, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
  border-radius: 20px;
  margin: 19px auto;
  padding: 10.1em 2.7em 10.5em;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 5px 20px 15px rgba(0, 0, 0, .2);
}

.container-copy-copy.is-nav {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.container-copy-copy.is-menu {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.3em;
  padding-bottom: 2.3em;
  display: flex;
}

.container-copy-copy.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 1em;
  display: flex;
}

.container-copy-copy {
  z-index: 2;
  width: 90%;
  height: auto;
  max-width: 100em;
  border: .5px solid var(--wa-dark-gold);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(#202020, #202020), linear-gradient(331deg, rgba(7, 7, 7, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
  border-radius: 20px;
  margin: 19px auto;
  padding: 10.1em 2.7em 10.5em;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 5px 20px 15px rgba(0, 0, 0, .2);
}

.container-copy-copy.is-nav {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.container-copy-copy.is-menu {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.3em;
  padding-bottom: 2.3em;
  display: flex;
}

.container-copy-copy.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 1em;
  display: flex;
}

.retainer-2 {
  z-index: 2;
  width: 90%;
  height: auto;
  max-width: 100em;
  border: .5px solid var(--wa-dark-gold);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(#202020, #202020), linear-gradient(331deg, rgba(7, 7, 7, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
  border-radius: 20px;
  margin: 19px auto;
  padding: 8em 2.7em;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 5px 20px 15px rgba(0, 0, 0, .2);
}

.retainer-2.is-nav {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.retainer-2.is-menu {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.3em;
  padding-bottom: 2.3em;
  display: flex;
}

.retainer-2.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 1em;
  display: flex;
}

.retainer-3 {
  z-index: 2;
  width: 95%;
  height: auto;
  max-width: 100em;
  border: .5px solid var(--wa-dark-gold);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(#202020, #202020), linear-gradient(331deg, rgba(7, 7, 7, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
  border-radius: 20px;
  margin: 29px auto 19px;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 5px 20px 15px rgba(0, 0, 0, .2);
}

.retainer-3.is-nav {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.retainer-3.is-menu {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.3em;
  padding-bottom: 2.3em;
  display: flex;
}

.retainer-3.is-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 1em;
  display: flex;
}

.retainer-3.csr {
  height: 50vh;
  background-image: linear-gradient(331deg, rgba(7, 7, 7, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21)), url('../images/csr-1.jpg'), linear-gradient(#202020, #202020);
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
}

.retainer-3.media {
  height: 50vh;
  background-image: linear-gradient(331deg, rgba(7, 7, 7, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21)), url('../images/media.jpg'), linear-gradient(#202020, #202020);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
}

.retainer-3.studio {
  height: 50vh;
  background-image: linear-gradient(331deg, rgba(7, 7, 7, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21)), url('../images/white-apple-studios.jpg'), linear-gradient(#202020, #202020);
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
}

.background-video-5 {
  background-color: rgba(0, 0, 0, .64);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-2-copy-copy {
  height: 90vh;
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  align-items: center;
  padding: 70px 0 20px;
  display: flex;
}

.div-block-2-copy-copy:hover {
  font-size: 14px;
}

.div-block-2-copy-copy._2 {
  height: auto;
  background-image: linear-gradient(#232323, #232323), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  align-items: center;
  padding-top: 95px;
  padding-bottom: 0;
  display: flex;
}

.div-container {
  height: auto;
  background-image: linear-gradient(to top, #000 69%, rgba(255, 255, 255, 0) 97%);
  flex-direction: column;
  align-items: flex-start;
  padding: 77px 63px;
  display: flex;
  overflow: hidden;
}

.div-container:hover {
  font-size: 14px;
}

.div-container._2 {
  height: auto;
  background-image: linear-gradient(#232323, #232323), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  align-items: center;
  padding-top: 95px;
  padding-bottom: 0;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr 1fr 1fr 1fr;
  margin-top: 45px;
  margin-bottom: 96px;
}

.potrait-thumb {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-width: 100%;
  position: static;
}

.landscape-thumb {
  z-index: -1;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: 0;
  border-radius: 18px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-33 {
  z-index: 2;
  width: 15svw;
  height: 20svw;
  min-height: 20svw;
  min-width: 15svw;
  background-color: rgba(229, 200, 107, 0);
  border-radius: 17px;
  position: relative;
  overflow: hidden;
}

.div-block-34 {
  width: 100%;
  position: relative;
}

.div-block-35 {
  z-index: 4;
  width: 100px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-14 {
  width: 30px;
  height: 30px;
}

.div-container-copy {
  height: auto;
  background-image: linear-gradient(to top, #000 69%, rgba(255, 255, 255, 0) 97%);
  flex-direction: column;
  align-items: center;
  padding: 48px 0 150px;
  display: flex;
  overflow: hidden;
}

.div-container-copy:hover {
  font-size: 14px;
}

.div-container-copy._2 {
  height: auto;
  background-image: linear-gradient(#232323, #232323), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  align-items: center;
  padding-top: 95px;
  padding-bottom: 0;
  display: flex;
}

.div-container-copy.media {
  width: 80svw;
  max-width: 80svw;
  min-width: 80svw;
  background-image: none;
  margin-left: 10svw;
  margin-right: 10svw;
  padding-top: 50px;
  overflow: visible;
}

.div-container-copy.film {
  width: 80svw;
  max-width: 80svw;
  min-width: 80svw;
  background-image: none;
  margin-left: 10svw;
  margin-right: 10svw;
  padding-top: 50px;
  padding-bottom: 0;
  overflow: visible;
}

.div-block-36 {
  width: 100svw;
  max-width: 100svw;
  min-width: 100svw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10svh 10svw 5svh;
  display: flex;
}

.div-block-36-copy {
  width: 100svw;
  margin-left: 0;
  padding-left: 10svw;
  padding-right: 4svw;
  position: relative;
}

.scroll-right {
  z-index: 4;
  width: 100px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow2 {
  width: 30px;
  height: 30px;
  transform: rotate(-180deg);
}

.columns-copy-copy {
  z-index: 3;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  color: #292727;
  border-bottom: 1px solid #1b1b1b;
  align-items: center;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  position: static;
  top: 79px;
}

.flipcard-back-title-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #90ca5a, #d7d65a 50%, #dac355);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 44px;
  line-height: 48px;
}

.explore {
  color: var(--wa-gold);
  text-align: center;
  background-color: #111;
  border-radius: 18px;
  padding: 14px 66px 14px 27px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 3px 0 50px -3px rgba(255, 179, 79, .32);
}

.explore:hover {
  background-color: var(--wa-dark-gold);
  color: #000;
}

.link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

.columns-4 {
  width: 80svw;
  max-width: 80svw;
  min-width: 80svw;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10vh;
  display: flex;
}

.columns-4.films {
  padding-bottom: 2vh;
}

.column-6 {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  flex: 1;
  padding-top: 55px;
}

.small-text {
  color: var(--wa-dark-gold);
  font-size: 1.5svw;
  font-weight: 400;
}

.small-text._3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.link-2 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2svw;
  line-height: 1em;
  text-decoration: none;
}

.div-block-27-copy {
  z-index: 5;
  position: relative;
}

.bold-text-11 {
  font-size: 1em;
  line-height: 1em;
}

.scroll-block {
  z-index: 999999;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.grid-5 {
  grid-template-columns: 10vw 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-6 {
  grid-template-rows: 5vw 5vw auto;
  grid-template-columns: 10vw 10vw 10vw 10vw 10vw 10vw 10vw;
  margin-top: 94px;
  margin-bottom: 94px;
}

.div-block-40 {
  height: 5vw;
  max-height: 5vw;
  min-height: 5vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 21px;
  display: flex;
}

.text-block-57 {
  color: #a7a7a7;
  text-align: center;
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.div-block-41 {
  width: 40%;
  height: 1px;
  max-height: 1px;
  min-height: 1px;
  background-color: #ff9443;
}

.grid-2-copy {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 105px;
  display: none;
}

.text-block-7-copy {
  color: var(--wa-light-gold);
  text-align: center;
  padding-top: 72px;
  padding-bottom: 67px;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.background-video-5-copy {
  background-color: rgba(0, 0, 0, .64);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-42 {
  width: 90svw;
  height: auto;
  min-width: 90svw;
  justify-content: space-between;
  margin-bottom: 28px;
  display: flex;
}

.div-block-43 {
  align-items: center;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.div-block-44 {
  padding: 8px 10px;
  text-decoration: none;
  display: flex;
}

.text-block-58 {
  color: var(--wa-dark-gold);
  text-align: left;
  align-items: center;
  padding-right: 15px;
  font-size: 1.5svw;
  display: flex;
}

.text-block-59 {
  color: var(--wa-dark-gold);
  padding-left: 16px;
  padding-right: 16px;
}

.right-arrow2-copy {
  width: 20px;
  height: 20px;
  flex: 0 auto;
  margin-right: 24px;
  display: block;
  transform: rotate(-180deg);
}

.image-14-copy {
  width: 20px;
  height: 20px;
  flex: 0 auto;
  display: block;
}

.div-block-43-copy {
  align-items: center;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.div-block-44-copy {
  padding: 8px 10px;
  text-decoration: none;
  display: flex;
}

.div-block-45 {
  width: 80svw;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 7svw;
  display: none;
}

.text-block-60 {
  color: #7e6f42;
  flex: none;
  margin-right: 22px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-60:hover {
  color: #ffd047;
}

.div-block-26-copy {
  width: 100svw;
  height: auto;
  transform-style: preserve-3d;
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -86px;
  margin-bottom: -142px;
  margin-left: 0;
  padding: 61px 0 95px;
  display: flex;
  overflow: hidden;
  transform: rotate(-4deg)scale3d(1.1, 1, 1);
}

.div-block-services {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(to top, rgba(22, 22, 22, .81), rgba(80, 38, 0, .67) 63%, rgba(255, 255, 255, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 61px 50px 150px;
  display: flex;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-size: 1.6svw;
  line-height: 2em;
}

.columns-5 {
  align-items: center;
  margin-bottom: 101px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.column-8, .column-9 {
  padding-right: 10%;
}

.column-10 {
  padding-left: 5%;
  padding-right: 5%;
}

.column-11 {
  padding-right: 10%;
}

.column-12 {
  padding-left: 5%;
  padding-right: 5%;
}

.lightbox-link-2 {
  width: 600px;
  height: 300px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-16 {
  margin-top: -54px;
}

.slide-9 {
  background-image: url('../images/7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-10 {
  background-image: url('../images/13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.slide-12 {
  background-image: url('../images/12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.slide-13 {
  background-image: url('../images/32.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.slide-14 {
  background-image: url('../images/19.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.slide-15 {
  background-image: url('../images/14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.mask-5, .slider-7 {
  border-radius: 20px;
}

.slide-16 {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.slider-8, .mask-6 {
  border-radius: 20px;
}

.gallery-scroll {
  height: 50vh;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
  overflow: scroll;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.slide-17 {
  background-image: url('../images/4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.slide-18 {
  background-image: url('../images/5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.slide-19 {
  background-image: url('../images/3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.slide-20 {
  background-image: url('../images/35.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.slide-21 {
  background-image: url('../images/34.JPG');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 110%;
}

.slide-22, .slide-23 {
  background-image: url('../images/36.JPG');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 110%;
}

.slide-24 {
  background-image: url('../images/34.JPG');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 110%;
}

.mask-7, .slider-9 {
  border-radius: 20px;
}

.slide-25 {
  background-image: url('../images/ch2GVKR.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 110%;
}

.mask-8, .slider-10 {
  border-radius: 20px;
}

.slide-26 {
  background-image: url('../images/33.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
}

.div-block-26-copy-copy {
  height: auto;
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(to top, rgba(22, 22, 22, .81), rgba(80, 38, 0, .67) 63%, rgba(255, 255, 255, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 61px 56px 150px;
  display: flex;
}

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

.text-block-2-copy {
  color: var(--wa-dark-gold);
  text-align: center;
  text-shadow: 0 7px 13px rgba(0, 0, 0, .29);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(319deg, #8f7937, #fff6dd);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 4svw;
  font-weight: 700;
  line-height: 4.3svw;
}

.text-block-2-copy.clipped {
  background-image: linear-gradient(319deg, var(--wa-dark-gold), #a7a191);
}

.text-block-2-copy._2 {
  text-align: center;
}

.div-block-46 {
  width: 100svw;
  height: auto;
  min-height: 400px;
  background-color: rgba(0, 0, 0, .5);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.columns-6, .slider-11 {
  display: none;
}

.media-hlder-wrapper {
  height: auto;
  background-image: linear-gradient(to top, #000 69%, rgba(255, 255, 255, 0) 97%);
  flex-direction: column;
  align-items: center;
  padding: 0 0 150px;
  display: flex;
  overflow: hidden;
}

.media-hlder-wrapper:hover {
  font-size: 14px;
}

.media-hlder-wrapper._2 {
  height: auto;
  background-image: linear-gradient(#232323, #232323), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  align-items: center;
  padding-top: 95px;
  padding-bottom: 0;
  display: flex;
}

.bold-text-20 {
  text-decoration: none;
}

.slide-17-copy {
  background-image: url('../images/4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.column-2-copy {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.video-3, .video-4, .video-5, .video-6, .video-7, .video-8 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.slide-22-copy {
  background-image: url('../images/download-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 110%;
}

.lottie-animation-2 {
  margin-top: 55px;
  margin-bottom: 55px;
  transform: scale(1.1);
}

.image-19 {
  width: 650px;
  height: auto;
  max-width: none;
  min-width: 650px;
  margin-top: -45px;
  margin-left: -76px;
  display: block;
}

.image-20 {
  width: 150%;
  min-width: 100%;
}

.text-block-2-copy {
  color: var(--wa-dark-gold);
  text-align: center;
  text-shadow: 0 7px 13px rgba(0, 0, 0, .29);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(319deg, #8f7937, #fff6dd);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4svw;
  font-weight: 700;
  line-height: 4.3svw;
}

.text-block-2-copy.clipped {
  background-image: linear-gradient(319deg, var(--wa-dark-gold), #a7a191);
}

.text-block-2-copy._2 {
  text-align: center;
}

.grid-7 {
  max-width: 90svw;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-8 {
  grid-column-gap: 2svw;
  grid-row-gap: 2svw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 15svw 15svw 15svw 15svw 15svw;
}

.columns-7 {
  width: 100%;
  min-width: 100%;
  display: flex;
}

.column-14 {
  flex-direction: column;
  display: flex;
}

.div-block-47 {
  width: 100%;
  min-width: 100%;
}

.image-22 {
  border-radius: 10px;
  box-shadow: 2px 1px 30px -11px rgba(255, 68, 0, .44);
}

.grid-4-copy {
  grid-column-gap: 1svw;
  grid-row-gap: 1svw;
  grid-template-rows: auto;
  grid-template-columns: 20svw 20svw 20svw 20svw 20svw 20svw 20svw;
  grid-auto-columns: 20svw;
  margin-top: 45px;
  margin-bottom: 96px;
  margin-left: 0;
}

.image-23 {
  width: 100%;
  min-width: 100%;
}

.grid-9 {
  grid-template-columns: 20svw 15svw 20svw 1fr 1fr 1fr;
  grid-template-areas: ". . . . . Area"
                       ". . . . . Area";
}

.grid-10 {
  grid-template: "."
                 "."
                 "."
                 "."
                 / 20svw 20svw 20svw 20svw;
}

.grid-10._2, .grid-10._3 {
  grid-template-rows: auto auto auto;
}

.slide-30 {
  background-image: url('../images/IMG_1392.jpg');
  background-position: 50%;
  background-size: 150%;
}

.slider-12 {
  background-color: #000;
}

.slide-31 {
  background-image: url('../images/IMG_0341.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.slide-32 {
  background-image: url('../images/IMG_1242.jpg');
  background-position: 50%;
  background-size: 100%;
}

.columns-8 {
  width: 50vw;
  max-width: 50vw;
  min-width: 50vw;
  background-color: #050505;
  border-radius: 20px;
  order: 1;
  align-self: stretch;
  margin-bottom: 22px;
  padding: 11px;
  display: flex;
}

.bold-text-23, .bold-text-24 {
  font-size: 2svw;
  line-height: 3svw;
}

.column-15 {
  align-items: center;
  display: flex;
}

.text-block-61 {
  color: #fff;
}

.column-16 {
  align-items: center;
  display: flex;
}

.slide-33 {
  background-image: url('../images/DSC_1767.jpg');
  background-position: 50%;
  background-size: 100%;
}

.slide-34 {
  background-image: url('../images/IMG_0316.jpg');
  background-position: 50%;
  background-size: 100%;
}

.slide-35 {
  background-image: url('../images/IMG_0190.jpg');
  background-position: 50%;
  background-size: 100%;
}

.slide-36, .slide-37, .slide-38, .slide-39 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-40 {
  background-image: url('../images/IMG_1317.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.slide-41 {
  background-image: url('../images/IMG_0000-2.jpg');
  background-position: 50%;
  background-size: 100%;
}

.slide-42 {
  background-image: url('../images/IMG_0190.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.slide-43 {
  background-image: url('../images/IMG_1392.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-44 {
  background-image: url('../images/1699259387441.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-45 {
  background-image: url('../images/1698931157714.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-46 {
  background-image: url('../images/1699258802601.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-47 {
  background-image: url('../images/1699259518580.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-48 {
  background-image: url('../images/IMG_0341.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-49 {
  background-image: url('../images/IMG_1242.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-50 {
    background-image: url('../images/001_1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-51 {
    background-image: url('../images/002_1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-52 {
    background-image: url('../images/003_1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-53 {
    background-image: url('../images/004_1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Added on 21-04-2024 Sandeep INDEX page celebrity*/

.slide-54 {
  background-image: url('../images/CELBS_003.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Added on 21-04-2024 Sandeep INDEX page celebrity*/

.slide-55 {
  background-image: url('../images/CELBS_004.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Added on 21-04-2024 Sandeep INDEX page celebrity*/

.slide-56 {
  background-image: url('../images/CELBS_005.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Added on 21-04-2024 Sandeep INDEX page celebrity*/

.slide-57 {
  background-image: url('../images/CELBS_006.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-13 {
  width: 100%;
  height: 400px;
}

.div-block-48 {
  width: 90%;
  max-width: 90%;
  margin: 31px 10%;
}

.grid-11 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-10-copy {
  grid-template: "Area Area"
                 "Area Area"
                 ". ."
                 ". ."
                 / 20svw 20svw 20svw 20svw;
}

.grid-10-copy._2, .grid-10-copy._3 {
  grid-template-rows: auto auto auto;
}

.grid-12 {
  grid-template-rows: auto auto;
  grid-template-columns: 20svw 20svw 20svw 20svw;
}

@media screen and (min-width: 1280px) {
  .body-2 {
    background-position: 0 0;
  }

  .whiteapplelogo {
    width: 100svw;
    min-width: 100svw;
  }

  .div-block-2._2 {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .text-block-2-copy._3 {
    text-align: left;
  }

  .column-placeholder {
    margin-top: 0;
  }

  .text-block-9 {
    line-height: 1em;
  }

  .container-3 {
    width: 100vw;
    min-width: 100vw;
    grid-template-columns: 22svw 22svw 22svw 22svw;
    justify-content: center;
  }

  .flipcard-wrapper {
    transform: none;
  }

  .flipcard-front {
    min-height: 100%;   
  }

  .timeline-main_heading-wrapper {
    max-width: 80svw;
  }

  .timeline_text {
    font-size: 1.25svw;
    line-height: 1.2em;
  }

  .text-block-15 {
    font-size: 1em;
    line-height: 1.5em;
  }

  .text-block-16 {
    font-size: 2em;    
    line-height: 1.8; 
    font-size:large;   
  }

  .div-block-5 {
    background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(255, 255, 255, 0));
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-direction: column;
  }

  .potrait-thumb {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
  }

  .landscape-thumb {
    width: auto;
    max-width: none;
    min-width: 0;
    left: 0%;
  }

  .div-block-33 {
    width: 15svw;
    height: 20svw;
    min-height: 20svw;
    min-width: 15svw;
  }

  .div-block-36 {
    padding-right: 10svw;
  }

  .columns-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-4 {
    padding-bottom: 10vh;
  }

  .text-block-58 {
    font-size: 1.5svw;
  }

  .div-block-services {
    padding: 100px 15px;
  }

  .div-block-46 {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .66));
  }

  .video-3 {
    min-width: 100%;
  }

  .slide-22-copy {
    background-size: 130%;
  }

  .lottie-animation-2 {
    transform: scale(1.3);
  }

  .grid-8 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 15svw 15svw 15svw 15svw 15svw;
  }

  .image-21 {
    border-radius: 20px;
  }

  .columns-7 {
    width: 100%;
  }

  .column-14 {
    flex-direction: column;
    display: flex;
  }

  .image-22 {
    border-radius: 14px;
  }
}

@media screen and (min-width: 1440px) {
  .body-2 {
    background-size: cover;
    background-attachment: fixed;
  }

  .whiteapplelogo {
    z-index: 2;
    width: 100svw;
    min-width: 100svw;
    padding-top: 0;
    position: absolute;
    bottom: auto;
  }

  .div-block {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 61px;
    overflow: visible;
  }

  .div-block-2._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    padding-bottom: 0;
  }

  .retainer-1 {
    width: 80%;
  }

  .para {
    color: #ccc;
    font-family: Droid Sans, sans-serif;
  }

  .text-block-2-copy._2 {
    font-size: 4svw;
  }

  .text-block-2-copy._3 {
    text-align: left;
  }

  .footer-content {
    grid-template-columns: auto auto 1fr;
  }

  .image-4 {
    background-color: var(--wa-dark-gold);
  }

  .text-container {
    z-index: 3;
    width: 55vw;
    padding-left: 0;
    padding-right: 0;
    font-family: Droid Sans, sans-serif;
    position: absolute;
    top: 613.5px;
    bottom: 239px;
  }

  .paragraph-2 {
    color: var(--dark-grey);
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .container-copy-copy {
    width: 62%;
    top: 9px;
    left: -60px;
  }

  .poster-1 {
    top: 1527px;
  }

  .poster-2 {
    top: 1222px;
    left: 69.5px;
  }

  .poster-3 {
    width: auto;
    background-image: linear-gradient(331deg, rgba(36, 34, 32, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
    margin-left: 7px;
    margin-right: -39px;
    padding-left: 0;
    top: 1259px;
    left: 1087.5px;
  }

  .poster-3._3 {
    background-image: none;
  }

  .list-item {
    font-size: 1em;
  }

  .div-block-26 {
    height: auto;
    flex-direction: column;
    margin-top: -98px;
    margin-bottom: -148px;
    margin-left: 0;
  }

  .text-block-7 {
    padding-top: 111px;
    padding-bottom: 111px;
  }

  .film-grid {
    grid-template-rows: auto;
    grid-template-columns: 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw;
  }

  .film-name {
    text-shadow: none;
    border: 1px solid rgba(158, 142, 92, .49);
    border-color: rgba(158, 142, 92, .49) rgba(186, 173, 135, .28) rgba(158, 142, 92, .31) rgba(158, 142, 92, .51);
    border-radius: 11px;
    font-size: 2em;
    box-shadow: inset 0 7px 20px 7px rgba(0, 0, 0, .32);
  }

  .bold-text {
    font-family: Inriaserif, sans-serif;
    font-size: .8em;
  }

  .list-item-copy, .button-2 {
    font-size: 16px;
  }

  .columns-3 {
    width: 100%;
  }

  .container-copy-copy-copy {
    width: 70vw;
    height: 40vw;
    top: 9px;
    left: -60px;
    box-shadow: 0 0 80px 1px rgba(248, 241, 150, .27), 3px 5px 20px 15px rgba(0, 0, 0, .2);
  }

  .column-placeholder {
    margin-bottom: 130px;
    margin-left: 143px;
    margin-right: 143px;
    padding-left: 0;
    padding-right: 0;
  }

  .column {
    padding-right: 37px;
  }

  .column-2 {
    align-items: flex-start;
    padding-left: 7px;
    padding-right: 7px;
  }

  .background-video-3 {
    min-width: 100vw;
    align-items: center;
    padding-left: 143px;
    display: flex;
  }

  .column-3 {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-29 {
    min-width: 100%;
    align-items: center;
    padding-left: 158px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-9 {
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    text-decoration: none;
  }

  .slide-nav-2 {
    background-color: var(--mm);
    color: #000;
    background-image: linear-gradient(#000, #000);
  }

  .background-video-4 {
    height: 100vh;
    position: fixed;
  }

  .hero-container-2 {
    position: relative;
  }

  .columns-copy-copy {
    margin-bottom: 130px;
    margin-left: 143px;
    margin-right: 143px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-copy {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 46px;
    overflow: visible;
  }

  .container-3 {
    width: 100vw;
    min-width: 100vw;
    grid-template-columns: 22svw 22svw 22svw 22svw;
    justify-content: center;
  }

  .flipcard-wrapper {
    height: 650px;
    min-height: 650px;
    transform: none;
  }

  .flipcard-front {
    min-height: 100%;
  }

  .div-block-26-copy {
    height: auto;
    margin-left: 0;
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .div-block-copy-copy, .div-block-container {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 46px;
    overflow: visible;
  }

  .column-2-copy {
    padding-right: 50px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .timeline-main_heading-wrapper {
    max-width: 80svw;
  }

  .timeline_text {
    font-size: 1.15svw;
    line-height: 1.2em;
  }

  .div-block-2-copy._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 0;
  }

  .text-block-15 {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .div-block-5 {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-direction: column;
    padding-top: 199px;
    padding-bottom: 120px;
  }

  .div-block-5._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 0;
  }

  .cursor-container {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sketch, .original {
    width: 100%;
  }

  .div-block-22-copy {
    height: auto;
    background-color: #fff5d5;
  }

  .container-copy-copy {
    width: 80%;
    width: 80%;
    width: 80%;
  }

  .retainer-2 {
    width: 80%;
    max-width: 80svw;
  }

  .retainer-3 {
    width: 96svw;
    max-width: 96svw;
  }

  .div-block-2-copy-copy._2, .div-container._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 0;
  }

  .potrait-thumb {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
  }

  .landscape-thumb {
    width: auto;
    max-width: none;
    min-width: 0;
  }

  .div-block-33 {
    width: 15svw;
    height: 20svw;
    min-width: 15svw;
  }

  .div-block-35 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-container-copy {
    background-image: linear-gradient(to top, #000 69%, rgba(255, 255, 255, 0) 97%);
  }

  .div-container-copy._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 0;
  }

  .div-block-36 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 45px 10svw 0;
    display: flex;
  }

  .div-block-36.csr {
    padding-left: 10svw;
    padding-right: 10svw;
  }

  .div-block-36-copy {
    width: 100%;
    padding-left: 10svw;
    padding-right: 4svw;
  }

  .columns-copy-copy {
    width: 100%;
    border-bottom-color: #0c0c0c;
    align-self: flex-start;
    margin: 5vh 0;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    top: 0;
  }

  .columns-4 {
    padding-bottom: 10vh;
  }

  .link-2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .grid-5 {
    grid-template-rows: 4vw auto;
    grid-template-columns: 10vw 10vw 10vw 10vw 10vw 10vw 10vw;
  }

  .div-block-39 {
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .text-block-7-copy {
    padding-top: 111px;
    padding-bottom: 38px;
  }

  .text-block-58 {
    font-size: 1.2svw;
  }

  .div-block-26-copy {
    width: 100svw;
    height: auto;
    flex-direction: column;
    margin-top: -98px;
    margin-bottom: -148px;
    margin-left: 0;
  }

  .div-block-services {
    height: auto;
    margin-left: 0;
    padding: 76px 15px;
  }

  .div-block-26-copy-copy {
    height: auto;
    height: auto;
    margin-left: 0;
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .div-block-46 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .slider-11 {
    display: none;
  }

  .media-hlder-wrapper {
    background-image: linear-gradient(to top, #000 69%, rgba(255, 255, 255, 0) 97%);
    padding-top: 21px;
    padding-bottom: 50px;
  }

  .media-hlder-wrapper._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 0;
  }

  .bold-text-20 {
    text-decoration: none;
  }

  .column-2-copy {
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lottie-animation-2 {
    transform: scale(1.05);
  }

  .image-20 {
    width: 600px;
    max-width: none;
    min-width: 600px;
    margin-top: -40px;
    margin-left: -43px;
  }

  .text-block-2-copy {
    text-align: center;
  }

  .image-22 {
    border-radius: 14px;
  }

  .image-23 {
    border-radius: 9px;
  }
}

@media screen and (min-width: 1920px) {
  .container.is-nav {
    z-index: 1000;
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-bottom: 1px #535353;
    outline: 3px #333;
    padding-top: 14px;
    padding-bottom: .9em;
    overflow: hidden;
  }

  .hamburger_icon {
    width: 2.5svw;
    height: 2.5svw;
  }

  .menu_link-wrap {
    font-size: 7svw;
    line-height: 0;
  }

  .menu_link-text {
    margin-bottom: 1svw;
    padding-top: 1svw;
    padding-bottom: 1svw;
    font-size: 5svw;
    line-height: 3svw;
    transition: font-size .2s ease-in-out;
  }

  .menu_link-text:hover {
    font-size: 6svw;
    line-height: 5svw;
  }

  .menu_link {
    margin-top: 0;
    margin-bottom: 1svw;
    font-size: 7svw;
    line-height: 7svw;
  }

  .menu_link.w--current {
    margin-top: 0;
    margin-bottom: 1svw;
    font-size: 7svw;
    line-height: 3svw;
  }

  .menu {
    background-image: none;
  }

  .nav {
    z-index: 10000;
    height: auto;
    background-color: rgba(68, 63, 63, 0);
    background-image: linear-gradient(#000, #000 0%, rgba(255, 255, 255, 0));
    border-bottom-style: none;
    border-bottom-color: rgba(129, 129, 129, 0);
    margin-top: 0;
    padding-top: .5svw;
    padding-bottom: .5svw;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .container-wrapper {
    width: auto;
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 210px;
  }

  .body-2 {
    background-position: 50% 5%;
    background-size: cover;
  }

  .body-2._2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .hero-container {
    height: 100vh;
    min-height: 100vh;
    justify-content: center;
  }

  .background-video {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .74), rgba(255, 255, 255, 0) 35%), radial-gradient(circle farthest-corner at 0% 100%, black, rgba(255, 255, 255, 0)), radial-gradient(circle farthest-corner at 100% 100%, var(--saddle-brown), rgba(255, 255, 255, 0) 61%), linear-gradient(to bottom, rgba(0, 0, 0, .41), rgba(0, 0, 0, .41));
  }

  .lottie-animation {
    padding-top: 0;
  }

  .whiteapplelogo {
    z-index: 2;
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block {
    height: auto;
    max-width: none;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    padding: 5svw 5% 8svw;
  }

  .slider-2 {
    width: 1000px;
    height: 563px;
    flex: none;
    margin-left: -517px;
  }

  .mask-2 {
    border-radius: 8px;
  }

  .slide-3 {
    position: relative;
  }

  .slider-3 {
    z-index: 2;
    width: 1200px;
    height: 675px;
    border-radius: 40px;
    flex: none;
    box-shadow: 25px 16px 60px rgba(0, 0, 0, .76);
  }

  .slider-4 {
    width: 1000px;
    height: 563px;
    opacity: 1;
    filter: blur(5px);
    background-image: linear-gradient(rgba(0, 0, 0, .96), rgba(0, 0, 0, .96));
    flex: none;
  }

  .div-block-2 {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/02---Prebuild-Layouts.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 41px;
  }

  .div-block-2._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58));
    margin-left: auto;
    margin-right: auto;
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .retainer-1 {
    width: 70svw;
    max-width: 80svw;
    box-shadow: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(#292828, #292828);
    flex: 0 auto;
    margin: 0;
    padding: 7svw 2svw;
  }

  .retainer-1.is-nav {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    outline: 3px #333;
    padding-top: 21px;
    padding-bottom: 1.4em;
  }

  .columns {
    background-image: none;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    top: 0;
  }

  .text-block-2 {
    margin-top: 0;
    margin-bottom: 44px;
    padding-top: 53px;
    padding-bottom: 53px;
    font-size: 4svw;
    line-height: 4svw;
  }

  .para {
    color: #b4b4b4;
    text-shadow: 0 6px 18px #000;
    padding-left: 0%;
    font-family: PT Sans, sans-serif;
    font-size: 1.2svw;
    font-weight: 300;
    line-height: 1.3em;
    position: static;
  }

  .para.middle.black {
    margin-top: 1svw;
    margin-bottom: 5svw;
    font-size: 1.2svw;
  }

  .para._2 {
    border-left: 3px solid var(--wa-dark-gold);
    padding-left: 67px;
  }

  .text-block-4 {
    font-size: 24px;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-2 {
    color: var(--wa-dark-gold);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .div-block-21 {
    margin-bottom: 5px;
    position: fixed;
  }

  ._154-mouse-wrapper {
    width: 4svw;
  }

  ._154-mouse {
    width: 1.5svw;
    height: 3svw;
    border-width: 2px;
  }

  ._154-circle {
    width: .4svw;
    height: .4svw;
  }

  ._154-scroll-text {
    width: auto;
    font-size: .9svw;
    line-height: 1svw;
  }

  .container-copy-copy {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(333deg, rgba(24, 23, 22, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
  }

  .container-copy-copy.is-nav {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    outline: 3px #333;
    padding-top: 21px;
    padding-bottom: 1.4em;
  }

  .div-block-22 {
    padding-left: 28.5em;
    padding-right: 28.5em;
  }

  .div-block-22.contact {
    padding-left: 9.3em;
    padding-right: 9.3em;
    display: none;
  }

  .text-block-2-copy {
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-2-copy.dark {
    margin-bottom: 0;
    font-size: 4svw;
    line-height: 4svw;
  }

  .text-block-2-copy._2 {
    font-size: 3svw;
  }

  .text-block-2-copy._3 {
    text-align: left;
    margin-bottom: 0;
  }

  .button-copy {
    width: 25%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1svw 2svw;
    font-size: 1svw;
  }

  .footer-dark {
    padding-top: 5svw;
    padding-bottom: 1svw;
  }

  .footer-content {
    grid-column-gap: 24px;
    grid-template-columns: auto auto 1fr;
  }

  .footer-block {
    margin-right: 50px;
  }

  .title-small {
    font-size: .89svw;
  }

  .footer-link {
    font-size: .9svw;
    line-height: 1.3svw;
  }

  .footer-social-block {
    justify-content: flex-start;
  }

  .footer-divider {
    margin-top: 20px;
  }

  .footer-copyright-center {
    font-size: .8svw;
    line-height: .8svw;
  }

  .image-4, .image-6 {
    width: 2svw;
  }

  .paragraph {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .text-container {
    z-index: 3;
    width: 40vw;
    height: auto;
    margin-top: 36svh;
    padding-left: 0;
    padding-right: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    position: static;
    bottom: 0;
  }

  .paragraph-2 {
    color: var(--dark-grey);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 1.2svw;
    line-height: 1.5svw;
  }

  .paragraph-2._1 {
    display: none;
  }

  .text-block-2-copy {
    padding-top: 3svw;
    padding-bottom: 4svw;
    font-family: Montserrat, sans-serif;
    font-size: 3.5svw;
    line-height: 3svw;
  }

  .container-copy-copy {
    width: 62%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(333deg, rgba(24, 23, 22, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
    left: -67px;
  }

  .container-copy-copy.is-nav {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    outline: 3px #333;
    padding-top: 21px;
    padding-bottom: 1.4em;
  }

  .slider-5 {
    box-shadow: 0 0 80px 20px rgba(255, 146, 83, .24);
  }

  .div-block-24, .div-block-25 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .poster-1 {
    width: 250px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(333deg, rgba(24, 23, 22, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
    margin-top: 152px;
    margin-left: -63px;
    position: static;
    top: 577px;
    left: -60.5px;
  }

  .poster-1.is-nav {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    outline: 3px #333;
    padding-top: 21px;
    padding-bottom: 1.4em;
  }

  .poster-2 {
    width: 200px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(333deg, rgba(24, 23, 22, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
    margin-left: 9px;
    position: absolute;
    top: -279px;
    left: 187.5px;
    box-shadow: 0 30px 50px 1px rgba(248, 241, 150, .27), 3px 5px 20px 15px rgba(0, 0, 0, .2);
  }

  .poster-2.is-nav {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    outline: 3px #333;
    padding-top: 21px;
    padding-bottom: 1.4em;
  }

  .poster-3 {
    width: 250px;
    height: auto;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    margin-left: 0;
    margin-right: auto;
    padding: 0 0 0 2em;
    display: flex;
    position: static;
    top: 313px;
    left: 1544.5px;
  }

  .poster-3.is-nav {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    outline: 3px #333;
    padding-top: 21px;
    padding-bottom: 1.4em;
  }

  .poster-3._3 {
    width: auto;
    height: 100%;
    margin-right: 0;
  }

  .list-item {
    color: rgba(171, 171, 171, .8);
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.2svw;
    line-height: 1.2svw;
  }

  .div-block-26 {
    height: auto;
    transform: scale3d(1none, 1none, 1none) rotate(2deg) rotate(4deg);
    background-image: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -12svw;
    margin-bottom: -9svw;
    padding-top: 0;
    padding-bottom: 96px;
    display: flex;
    overflow: hidden;
  }

  .text-block-7 {
    margin-top: 0;
    padding-top: 5svw;
    padding-bottom: 5svw;
    font-family: Montserrat, sans-serif;
    font-size: 1.5svw;
    line-height: 1.5svw;
  }

  .film-grid {
    background-color: #dac587;
    background-image: url('../images/film.png'), linear-gradient(105deg, var(--wa-dark-gold), #817c6f);
    background-position: 0 0, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: contain, auto;
    grid-template-rows: auto;
    grid-template-columns: 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw;
    grid-auto-columns: 15svw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .film-name {
    text-shadow: 0 1px 20px rgba(255, 145, 0, .2);
    background-color: #252525;
    border: 1px solid #272727;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: .8svw -1px;
    padding: .5svw 2svw;
    font-size: 1.5svw;
    line-height: 1.8svw;
    display: flex;
  }

  .bold-text {
    -webkit-text-stroke-color: rgba(187, 176, 143, 0);
  }

  .list-item-copy {
    font-size: 1.2svw;
    line-height: 1.2svw;
  }

  .container-copy-copy-copy {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(333deg, rgba(24, 23, 22, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
  }

  .container-copy-copy-copy.is-nav {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    outline: 3px #333;
    padding-top: 21px;
    padding-bottom: 1.4em;
  }

  .button-2 {
    border-radius: 0;
    padding: 1svw 2svw;
    font-size: 1svw;
    line-height: 1svw;
  }

  .button-2:hover {
    font-size: 1svw;
  }

  .background-video-2 {
    margin-left: -62px;
  }

  .cell-content {
    margin-bottom: 5svw;
    padding: 7svw 5svw;
  }

  .text-small {
    text-align: left;
    margin-top: 1svw;
    margin-bottom: 1svw;
    padding-bottom: 0;
    font-size: .6svw;
  }

  .bottom-heading {
    text-decoration: none;
  }

  .image-8 {
    width: 100%;
  }

  .hero-layout {
    height: 80svh;
    padding-left: 26px;
    padding-right: 26px;
  }

  .cell-content-2 {
    color: var(--wa-gold);
  }

  .cell-content-2.link {
    color: var(--wa-dark-gold);
    text-decoration: none;
  }

  .columns-3 {
    width: 95%;
    height: auto;
    flex-direction: row;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5svw;
  }

  .container-copy-copy-copy {
    width: 60vw;
    height: auto;
    max-height: none;
    max-width: 60svw;
    min-width: 60svw;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(333deg, rgba(24, 23, 22, .6), rgba(68, 58, 38, .47) 67%, rgba(186, 173, 135, .21));
    margin-right: auto;
    padding: .5%;
    left: -67px;
    box-shadow: 0 0 80px -20px rgba(248, 241, 150, .27), 3px 5px 20px 15px rgba(0, 0, 0, .2);
  }

  .container-copy-copy-copy.is-nav {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    outline: 3px #333;
    padding-top: 21px;
    padding-bottom: 1.4em;
  }

  .div-block-27 {
    z-index: 6;
    justify-content: flex-start;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .bold-text-2 {
    color: var(--wa-light-gold);
  }

  .bold-text-2._2 {
    text-shadow: 0 7px 13px rgba(0, 0, 0, .29);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .bold-text-2._3 {
    text-shadow: none;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .column-placeholder {
    width: 80svw;
    max-width: 80svw;
    background-image: none;
    margin: 0 auto 67px;
    top: 0;
  }

  .column {
    padding-right: 42px;
  }

  .column-2 {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 52px;
    display: flex;
  }

  .background-video-3 {
    height: 40svw;
    cursor: pointer;
    margin-top: 4svw;
    padding-left: 10%;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 56px;
    margin-bottom: 31px;
  }

  .image-9 {
    width: 100%;
  }

  .image-11 {
    height: 100%;
    max-width: 100%;
  }

  .column-3 {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-block-8 {
    color: var(--wa-gold);
    text-align: center;
    border-radius: 1.2svw;
    padding: 1svw;
    font-family: PT Sans, sans-serif;
    font-size: .9svw;
    font-weight: 700;
    line-height: 1.6svw;
  }

  .text-block-8._2 {
    font-size: .9svw;
  }

  .div-block-29 {
    width: 100%;
    color: #ffc100;
    cursor: pointer;
    align-items: center;
    padding-left: 10svw;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .bold-text-2-copy {
    color: var(--wa-light-gold);
  }

  .bold-text-2-copy._2 {
    text-shadow: 0 7px 13px rgba(0, 0, 0, .29);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .bold-text-2-copy._3 {
    text-shadow: none;
    -webkit-text-fill-color: inherit;
    cursor: pointer;
    background-clip: border-box;
    font-size: 2.4svw;
    line-height: 3svw;
  }

  .text-block-9 {
    margin-right: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 2svw;
    text-decoration: none;
  }

  .slide-8 {
    height: 100%;
    max-height: 100%;
    min-height: 350px;
    overflow: hidden;
  }

  .mask-4 {
    height: 100%;
    border-radius: 20px;
  }

  .slider-6 {
    height: auto;
    border-radius: 20px;
    overflow: hidden;
  }

  .slide-nav-2 {
    background-image: linear-gradient(#000, #000);
    border-radius: 0;
  }

  .image-12 {
    width: auto;
    height: 500px;
    max-height: 50%;
    max-width: none;
    min-height: 50%;
    min-width: auto;
    border-radius: 20px;
    margin-top: -61px;
    padding-top: 0;
  }

  .background-video-4 {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .82);
    background-image: linear-gradient(rgba(0, 0, 0, .73), rgba(0, 0, 0, .73));
    justify-content: flex-end;
    display: flex;
    position: fixed;
  }

  .hero-container-2 {
    z-index: -20;
    height: auto;
    justify-content: flex-start;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .columns-copy-copy {
    background-image: none;
    margin-top: 0;
    margin-bottom: 67px;
    top: 0;
  }

  .div-block-copy {
    max-width: none;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/02---Prebuild-Layouts.jpg'), linear-gradient(157deg, #070706, rgba(255, 255, 255, 0) 38%), linear-gradient(216deg, #442102, rgba(255, 255, 255, 0) 53%);
    background-position: 0 0, 50% 0, 0 0, 0 0;
    background-repeat: repeat, no-repeat, repeat, repeat;
    background-size: auto, cover, auto, auto;
    background-attachment: scroll, fixed, scroll, scroll;
    padding-top: 239px;
    padding-bottom: 239px;
  }

  .div-block-30 {
    width: 80vw;
    height: 60vh;
    background-image: url('../images/02---Prebuild-Layouts.jpg');
    background-position: 50% 0;
    background-size: cover;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .flipcard-back {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    justify-content: space-between;
    padding: 8% 2svw;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container-3 {
    width: 90vw;
    min-width: 90vw;
    grid-column-gap: 1.5svw;
    grid-row-gap: 1.5svw;
    grid-template-columns: 20svw 20svw 20svw 20svw;
  }

  .flipcard-title {
    color: #2b2b2b;
    font-size: 3svw;
    line-height: 3svw;
  }

  .flipcard-wrapper {
    width: 100%;
    height: 60vh;
    max-width: none;
    min-height: 60vh;
    min-width: 100%;
    border-radius: 70px;
    overflow: visible;
    transform: rotate(0);
  }

  .flipcard-back-title {
    font-size: 2.2svw;
    line-height: 2.5svw;
  }

  .flipcard-more {
    width: 2svw;
  }

  .flipcard-front {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-image: url('../images/csr.jpg');
    background-position: 0 0;
    padding: 2svw;
  }

  .flipcard-front._2 {
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    background-image: url('../images/white-apple-studios.jpg');
    padding: 2svw;
  }

  .flipcard-front._3 {
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    background-image: url('../images/media.jpg');
    padding: 2svw;
  }

  .bold-text-4 {
    font-size: 40px;
    font-weight: 400;
  }

  .bold-text-5, .bold-text-6 {
    font-size: 2svw;
    font-weight: 400;
  }

  .bold-text-7 {
    color: #1f1f1f;
  }

  .bold-text-8 {
    font-size: 2svw;
    font-weight: 400;
  }

  .div-block-26-copy {
    height: auto;
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(to top, rgba(22, 22, 22, .81), rgba(80, 38, 0, .67) 63%, rgba(255, 255, 255, 0));
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    background-attachment: scroll, scroll, scroll;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10svw 90px;
    display: flex;
  }

  .div-block-copy-copy {
    max-width: none;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/02---Prebuild-Layouts.jpg'), linear-gradient(157deg, #070706, rgba(255, 255, 255, 0) 38%), linear-gradient(216deg, #442102, rgba(255, 255, 255, 0) 53%);
    background-position: 0 0, 50% 0, 0 0, 0 0;
    background-repeat: repeat, no-repeat, repeat, repeat;
    background-size: auto, cover, auto, auto;
    background-attachment: scroll, fixed, scroll, scroll;
    margin-top: 825px;
    margin-left: 333px;
    padding-top: 111px;
    padding-bottom: 111px;
    padding-left: 56px;
  }

  .div-block-container {
    max-width: none;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(157deg, #070706, rgba(255, 255, 255, 0) 38%), linear-gradient(216deg, #442102, rgba(255, 255, 255, 0) 53%);
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    background-attachment: scroll, scroll, scroll;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 131px;
    padding-left: 56px;
    position: relative;
  }

  .column-2-copy {
    height: auto;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 77px;
    display: flex;
  }

  .image-13 {
    margin-top: 18px;
    margin-bottom: 57px;
  }

  .grid-3 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
  }

  .column-3-copy {
    height: 100%;
    background-color: rgba(80, 38, 0, 0);
    background-image: none;
    background-position: 0 0;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 81px;
    padding-top: 208px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-10 {
    color: var(--wa-gold);
    font-size: 40px;
  }

  .div-block-31 {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }

  .text-block-11 {
    color: var(--wa-dark-gold);
    text-align: center;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding-top: 59px;
    padding-bottom: 59px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .text-block-12 {
    color: var(--wa-dark-gold);
    text-align: center;
    border-bottom: 1px solid #000;
    border-right: 1px #000;
    padding-top: 59px;
    padding-bottom: 59px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .text-block-12._2 {
    border-bottom-style: none;
  }

  .text-block-11-copy, .text-block-11-b {
    color: var(--wa-dark-gold);
    text-align: center;
    border-bottom: 1px #000;
    border-right: 1px solid #000;
    padding-top: 59px;
    padding-bottom: 59px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .column-copy {
    height: 100%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .timeline-main_heading-wrapper {
    max-width: 60svw;
  }

  .timeline_progress-bar {
    width: .5svw;
    min-width: .5svw;
  }

  .timeline_text {
    color: silver;
    font-size: 1.15svw;
    line-height: 1.1em;
  }

  .section-timeline {
    background-color: rgba(0, 0, 0, .59);
  }

  .timeline_component {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .section-timeline-heading {
    height: 70vh;
    background-color: #0a0a0a;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .timeline_image-wrapper {
    display: none;
  }

  .timeline_date-text {
    line-height: 30px;
  }

  .container-4 {
    max-width: none;
  }

  .timeline_progress {
    width: .5svw;
    min-width: .5svw;
  }

  .timeline_item {
    padding-top: 80px;
  }

  .bold-text-9 {
    color: #fff;
    font-size: 3svw;
    font-weight: 400;
    line-height: 3svw;
  }

  .text-block-13 {
    font-size: 22px;
  }

  .text-block-14 {
    color: var(--dark-grey);
    font-size: 2svw;
    line-height: 1svw;
  }

  .div-block-2-copy {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 41px;
  }

  .div-block-2-copy._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58));
    padding-top: 160px;
    padding-bottom: 0;
  }

  .text-block-15 {
    font-size: 1svw;
    line-height: 1.2svw;
  }

  .text-block-55 {
    color: var(--wa-light-gold);
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    margin-top: 0;
    font-size: 3svw;
    line-height: 1em;
  }

  .column-4 {
    height: 90%;
    padding-right: 0;
  }

  .column-5 {
    height: 90%;
    flex: 1;
    position: static;
  }

  .list {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 174px;
    padding-left: 0;
    font-size: 18px;
    display: flex;
  }

  .slide-nav-3 {
    z-index: 2;
    height: 4svh;
  }

  .padding-section-medium {
    display: none;
  }

  .marquee_wrapper-2 {
    background-color: #ffd045;
    background-image: linear-gradient(50deg, var(--wa-dark-gold), var(--wa-gold));
    transform: rotate(2deg);
  }

  .display_text-medium.marquee_item-2 {
    padding-left: 64px;
    padding-right: 64px;
    font-size: 2rem;
  }

  .marquee_component {
    padding-left: 36px;
    padding-right: 36px;
  }

  .cursor {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 23px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 0 26px;
    display: none;
    position: static;
    left: 50vw;
    right: 50vw;
  }

  .div-block-5 {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(255, 255, 255, 0));
    background-position: 0 0;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .div-block-5._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58));
    padding-top: 160px;
    padding-bottom: 0;
  }

  .cursor-container {
    padding-top: 31px;
    padding-bottom: 31px;
  }

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

  .original {
    width: 100%;
  }

  .div-block-22-copy {
    background-color: #fff5d5;
    padding: 10svw 20svw;
  }

  .div-block-22-copy.contact {
    padding-left: 9.3em;
    padding-right: 9.3em;
  }

  .container-copy-copy {
    width: 70svw;
    max-width: 80svw;
    box-shadow: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(#292828, #292828);
    flex: 0 auto;
    margin: 0;
    padding: 6.8em 4.5em;
  }

  .container-copy-copy.is-nav {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    outline: 3px #333;
    padding-top: 21px;
    padding-bottom: 1.4em;
  }

  .container-copy-copy {
    width: 70svw;
    max-width: 80svw;
    box-shadow: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(#292828, #292828);
    flex: 0 auto;
    margin: 0;
    padding: 6.8em 4.5em;
  }

  .container-copy-copy.is-nav {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    outline: 3px #333;
    padding-top: 21px;
    padding-bottom: 1.4em;
  }

  .container-copy-copy {
    width: 70svw;
    max-width: 80svw;
    box-shadow: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(#292828, #292828);
    flex: 0 auto;
    margin: 0;
    padding: 6.8em 4.5em;
  }

  .container-copy-copy.is-nav {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    outline: 3px #333;
    padding-top: 21px;
    padding-bottom: 1.4em;
  }

  .retainer-2 {
    width: 70svw;
    height: auto;
    max-width: 80svw;
    min-width: 70px;
    box-shadow: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(#292828, #292828);
    border-radius: 1.5svw;
    flex: 0 auto;
    margin: 0;
    padding: 5% 4%;
  }

  .retainer-2.is-nav {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    outline: 3px #333;
    padding-top: 21px;
    padding-bottom: 1.4em;
  }

  .retainer-3 {
    width: 100svw;
    height: 70svh;
    max-width: 100svw;
    min-width: 100svw;
    box-shadow: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(#292828, #292828);
    flex: 0 auto;
    margin: 9px auto 0;
    padding: 0;
    position: static;
  }

  .retainer-3.is-nav {
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    outline: 3px #333;
    padding-top: 21px;
    padding-bottom: 1.4em;
  }

  .retainer-3.csr {
    width: 100svw;
    background-image: linear-gradient(355deg, rgba(0, 0, 0, .6) 10%, rgba(68, 58, 38, .47) 72%, rgba(186, 173, 135, .21)), url('../images/csr-1.jpg'), linear-gradient(#292828, #292828);
    background-position: 0 0, 50% 100%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, scroll, scroll;
    justify-content: center;
    align-items: center;
    margin-top: 19px;
    display: flex;
  }

  .retainer-3.media {
    width: 100vw;
    max-width: 98svw;
    min-width: 98svw;
    background-image: linear-gradient(355deg, rgba(0, 0, 0, .6) 10%, rgba(68, 58, 38, .47) 72%, rgba(186, 173, 135, .21)), url('../images/media.jpg'), linear-gradient(#292828, #292828);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, scroll, scroll;
    justify-content: center;
    align-items: center;
    margin-top: -8px;
    display: flex;
  }

  .retainer-3.studio {
    width: 100svw;
    background-image: linear-gradient(355deg, rgba(0, 0, 0, .6) 10%, rgba(68, 58, 38, .47) 72%, rgba(186, 173, 135, .21)), url('../images/white-apple-studios.jpg'), linear-gradient(#292828, #292828);
    background-position: 0 0, 50% 100%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, scroll, scroll;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-video-5 {
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .bold-text-10 {
    text-shadow: 0 7px 13px rgba(0, 0, 0, .29);
  }

  .div-block-2-copy-copy {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 41px;
  }

  .div-block-2-copy-copy._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58));
    padding-top: 160px;
    padding-bottom: 0;
  }

  .div-container {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    justify-content: center;
    padding: 174px 10svw 174px 8svw;
  }

  .div-container._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58));
    padding-top: 160px;
    padding-bottom: 0;
  }

  .potrait-thumb {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
  }

  .landscape-thumb {
    width: auto;
    max-width: none;
    min-width: 0;
    left: 0%;
  }

  .div-block-33 {
    width: 15svw;
    height: 20svw;
    min-width: 15svw;
  }

  .div-block-34 {
    max-width: 100%;
    margin-left: 0;
  }

  .div-block-35 {
    width: 5svw;
    max-width: 5svw;
    min-width: 5svw;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: none;
    justify-content: center;
    align-items: center;
    display: flex;
    right: 0%;
  }

  .image-14 {
    width: 2svw;
    height: 2svw;
    max-height: 2svw;
    max-width: 2svw;
    min-height: 2svw;
    min-width: 2svw;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: content-box;
    display: block;
  }

  .div-container-copy {
    height: auto;
    background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
    background-position: 0 0;
    justify-content: center;
    padding: 10vh 0;
  }

  .div-container-copy._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58));
    padding-top: 160px;
    padding-bottom: 0;
  }

  .div-container-copy.media, .div-container-copy.film {
    max-width: 80svw;
    min-width: 80svw;
    margin-left: 10svw;
    margin-right: 10svw;
    padding: 10vh 0;
  }

  .div-block-36 {
    width: 100svw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5vh 10svw 2vh;
    display: flex;
  }

  .div-block-36.csr {
    padding-left: 10svw;
    padding-right: 10svw;
  }

  .div-block-36-copy {
    width: 100%;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    position: relative;
  }

  .scroll-right {
    width: 5svw;
    max-width: 5svw;
    min-width: 5svw;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: none;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .right-arrow2 {
    width: 2svw;
    height: 2svw;
    max-height: 2svw;
    max-width: 2svw;
    min-height: 2svw;
    min-width: 2svw;
    object-fit: fill;
    display: block;
    transform: rotate(180deg);
  }

  .columns-copy-copy {
    width: 100%;
    background-image: none;
    border-bottom-style: none;
    align-items: center;
    margin: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: static;
    top: 0;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .flipcard-back-title-copy {
    color: #0c0c0c;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-size: 25px;
  }

  .explore {
    color: #fff;
    text-align: left;
    padding: .8svw 3svw .8svw 1svw;
    font-family: PT Sans, sans-serif;
    font-size: 1svw;
    font-weight: 700;
    line-height: 1svw;
  }

  .link-block-3, .link-block-4, .link-block-5 {
    text-decoration: none;
  }

  .columns-4 {
    width: 80svw;
    max-width: 80svw;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10vh;
    display: flex;
  }

  .column-6 {
    min-height: 100%;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 171px;
    padding-left: 69px;
    display: flex;
  }

  .small-text {
    color: var(--wa-dark-gold);
    font-size: 1.5svw;
    line-height: 1em;
  }

  .small-text._2 {
    text-shadow: 0 7px 13px rgba(0, 0, 0, .29);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .small-text._3 {
    text-shadow: none;
    -webkit-text-fill-color: inherit;
    cursor: pointer;
    background-clip: border-box;
    font-size: 45px;
    line-height: 55px;
  }

  .link-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1svw;
  }

  .div-block-27-copy {
    z-index: 6;
    height: 100%;
    justify-content: flex-start;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .bold-text-11 {
    font-size: 1em;
    line-height: 1em;
  }

  .column-7 {
    height: auto;
    max-height: 100%;
    min-height: 100%;
  }

  .div-block-37 {
    width: 6svw;
  }

  .image-15 {
    width: 3.5svw;
  }

  .scroll-block {
    width: 6svw;
    justify-content: center;
    align-items: center;
    margin-bottom: 1svw;
    text-decoration: none;
    position: fixed;
  }

  .scroll-block.w--current {
    width: 6svw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1svw;
    text-decoration: none;
  }

  .grid-5 {
    grid-template-rows: 4vw auto;
    grid-template-columns: 10vw 10vw 10vw 10vw 10vw 10vw 10vw;
    margin-top: 130px;
    margin-bottom: 96px;
  }

  .text-block-56 {
    width: 100%;
    color: #fff;
    text-align: center;
    border-bottom: 1px #ff9d00;
    justify-content: center;
    align-items: center;
    padding-bottom: 14px;
    font-weight: 700;
    display: flex;
  }

  .div-block-38 {
    width: 30%;
    height: 1px;
    max-height: 1px;
    min-height: 1px;
    background-color: #ff8000;
    padding-bottom: 0;
  }

  .div-block-39 {
    width: 100%;
    text-shadow: 0 1px 20px #ff6f0f;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 11px;
    display: flex;
  }

  .grid-2-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .text-block-7-copy {
    margin-top: 0;
    padding: 3svw;
    font-family: Montserrat, sans-serif;
    font-size: 1.5svw;
    line-height: 1.5svw;
  }

  .background-video-5-copy {
    width: 100svw;
    height: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .div-block-42 {
    width: 90svw;
  }

  .div-block-43 {
    text-decoration: none;
  }

  .text-block-58 {
    font-size: 1.2svw;
    line-height: 1svw;
  }

  .text-block-59 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow2-copy {
    width: 1svw;
    height: 1svw;
    max-width: none;
    min-height: 1svw;
    min-width: 1svw;
    object-fit: fill;
    flex: 0 auto;
    margin-right: 10px;
    display: block;
    transform: rotate(180deg);
  }

  .image-14-copy {
    width: 1svw;
    height: 1svw;
    max-height: 1svw;
    max-width: 1svw;
    min-height: 1svw;
    min-width: 1svw;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: content-box;
    display: block;
  }

  .div-block-43-copy {
    font-size: 1svw;
    text-decoration: none;
  }

  .div-block-45 {
    margin-bottom: 7svw;
  }

  .div-block-26-copy {
    height: auto;
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -10svw;
    margin-bottom: -10svw;
    padding: 33px 0;
    display: flex;
    overflow: hidden;
    transform: translate(0)rotate(-4deg)scale3d(1.1, 1, 1);
  }

  .div-block-services {
    height: auto;
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(to top, rgba(22, 22, 22, .81), rgba(80, 38, 0, .67) 63%, rgba(255, 255, 255, 0));
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    background-attachment: scroll, scroll, scroll;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10svw 90px;
    display: flex;
  }

  .bold-text-12 {
    color: #bdbdbd;
  }

  .bold-text-13 {
    color: #cfcfcf;
  }

  .bold-text-14 {
    color: #c4c4c4;
  }

  .bold-text-15 {
    color: #d6d6d6;
  }

  .bold-text-16 {
    color: silver;
  }

  .columns-5 {
    width: 100%;
    align-items: center;
    margin-top: 29px;
    margin-bottom: 29px;
    padding: 67px 0%;
    display: flex;
  }

  .column-8, .column-9 {
    padding-right: 10%;
  }

  .column-10 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .column-11 {
    padding-right: 10%;
  }

  .column-12 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider-7, .slider-8, .slider-9, .slider-10 {
    height: 30vh;
    max-height: 30vh;
    min-height: 30vh;
  }

  .slide-26 {
    background-image: url('../images/33.JPG');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 110%;
  }

  .div-block-26-copy-copy {
    height: auto;
    height: auto;
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(to top, rgba(22, 22, 22, .81), rgba(80, 38, 0, .67) 63%, rgba(255, 255, 255, 0));
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    background-attachment: scroll, scroll, scroll;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10svw 90px;
    display: flex;
  }

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

  .text-block-2-copy {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 4svw;
    line-height: 4.3svw;
  }

  .div-block-46 {
    height: auto;
    min-height: auto;
    min-width: 100svw;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .66));
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .columns-6, .slider-11 {
    display: none;
  }

  .media-hlder-wrapper {
    height: auto;
    background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
    background-position: 0 0;
    justify-content: center;
    padding: 43px 0 111px;
  }

  .media-hlder-wrapper._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58));
    padding-top: 160px;
    padding-bottom: 0;
  }

  .bold-text-20 {
    text-decoration: none;
  }

  .column-2-copy {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .video-3, .video-4 {
    min-width: 100%;
  }

  .lottie-animation-2 {
    width: 100%;
    min-width: 100%;
    transform: scale(1.1);
  }

  .image-19 {
    width: 800px;
    min-width: 800px;
    margin-top: -54px;
    margin-left: -65px;
  }

  .image-20 {
    width: 800px;
    height: auto;
    max-width: 110%;
    min-width: 800px;
    margin-top: -54px;
    margin-left: -108px;
  }

  .text-block-2-copy {
    margin-top: 0;
    margin-bottom: -14px;
    padding-top: 53px;
    padding-bottom: 53px;
    font-size: 3svw;
    line-height: 3.2svw;
  }

  .slide-28, .slide-29 {
    overflow: hidden;
  }

  .bold-text-21 {
    font-size: 2.5svw;
  }

  .image-22 {
    border-radius: 20px;
  }

  .grid-4-copy {
    grid-template-columns: 400px 400px 400px 400px 400px 400px;
    margin-left: 0;
  }

  .image-23 {
    width: 100%;
    min-width: 100%;
    border-radius: 12px;
  }

  .bold-text-22 {
    color: var(--wa-dark-gold);
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 1.1svw;
  }

  .slide-30 {
    background-image: url('../images/IMG_1392.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 180%;
  }

  .slider-12 {
    height: 350px;
    max-height: 350px;
    min-height: 350px;
  }

  .slide-31 {
    background-image: url('../images/IMG_0341.jpg');
    background-position: 50%;
    background-size: 150%;
  }

  .slide-32 {
    background-image: url('../images/IMG_1242.jpg');
    background-position: 50%;
    background-size: 150%;
  }

  .columns-8 {
    max-width: 50vw;
    min-width: 50vw;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .menu_link-text {
    font-size: 5em;
  }

  .hero-container, .background-video {
    height: 60vh;
  }

  .whiteapplelogo {
    height: 100%;
    padding-top: 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block {
    padding-top: 24px;
  }

  .div-block-2._2 {
    padding: 40px 5%;
    overflow: hidden;
  }

  .retainer-1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2.6em 6vw;
  }

  .columns {
    margin-top: 33px;
    margin-bottom: 33px;
    padding-left: 22px;
    padding-right: 22px;
    top: 0;
  }

  .text-block-2 {
    text-align: left;
    padding-left: 0;
  }

  .para {
    margin-bottom: 28px;
    font-size: 1.5svw;
  }

  .para.middle.black {
    margin-top: 1vh;
    margin-bottom: 1vh;
    font-size: 1em;
  }

  .container-copy-copy {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .text-block-2-copy.dark {
    padding-bottom: 20px;
  }

  .footer-dark {
    padding-bottom: 92px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-link {
    font-size: 1em;
  }

  .text-container {
    padding-left: 0;
    padding-right: 0;
    bottom: 127px;
  }

  .paragraph-2 {
    font-size: .8em;
    line-height: 1.5em;
  }

  .text-block-2-copy {
    margin-bottom: 5px;
  }

  .container-copy-copy, .poster-1, .poster-2, .poster-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .film-name {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1em;
  }

  .bold-text {
    font-size: 1em;
  }

  .container-copy-copy-copy {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .button-2 {
    padding: 5px 12px;
    font-size: 1em;
  }

  .cell-content {
    min-height: 250px;
    flex-wrap: wrap;
    padding: 5vh 5%;
  }

  .hero-layout {
    height: auto;
  }

  .cell-content-2 {
    min-height: 250px;
    flex-wrap: wrap;
  }

  .container-copy-copy-copy {
    width: 90vw;
    height: auto;
    padding-left: .7em;
    padding-right: .7em;
  }

  .div-block-27 {
    margin-bottom: 41px;
  }

  .column-placeholder {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .column-3 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .text-block-8 {
    padding: 17px 11px;
    font-size: .7em;
    line-height: 1.2em;
  }

  .bold-text-2-copy._3 {
    font-size: 2em;
    line-height: 1em;
  }

  .flipcard-back {
    height: 100%;
    border-radius: 15px;
    justify-content: space-between;
    padding: 20px 5%;
  }

  .container-3 {
    width: auto;
    flex: 1;
    grid-template-columns: 31% 31% 31%;
  }

  .flipcard-title {
    font-size: 2em;
    line-height: 1em;
  }

  .flipcard-wrapper {
    height: 400px;
    min-height: 400px;
  }

  .flipcard-back-title {
    margin-bottom: 10px;
    font-size: 1.5em;
    line-height: 1em;
  }

  .flipcard-front {
    height: 100%;
    border-radius: 15px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .flipcard-front._2 {
    height: 30vh;
    border-radius: 15px;
    padding-left: 10%;
    padding-right: 10px;
  }

  .flipcard-front._3 {
    height: 30vh;
    border-radius: 15px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .bold-text-5 {
    font-size: .8em;
  }

  .bold-text-6 {
    font-size: .8em;
    line-height: 1em;
  }

  .bold-text-8 {
    font-size: .8em;
  }

  .timeline_text, .timeline_right {
    font-size: 1em;
  }

  .margin-bottom-xlarge {
    margin-bottom: -59px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .timeline_item {
    grid-template-columns: 1fr 106px 1fr;
  }

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

  .div-block-2-copy {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block-15 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: .8em;
    line-height: 1em;
  }

  .text-block-55 {
    font-size: 3em;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-5 {
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .div-block-22-copy {
    padding: 8vh 5%;
  }

  .container-copy-copy {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .retainer-2 {
    align-self: flex-start;
    padding: 0 0;
  }

  .retainer-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-35 {
    width: 50px;
  }

  .div-container-copy {
    padding-bottom: 40px;
  }

  .div-block-36 {
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-36-copy {
    padding-left: 5%;
  }

  .scroll-right {
    width: 50px;
  }

  .columns-copy-copy {
    border-bottom-style: none;
    margin-bottom: 108px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .explore {
    padding: 5px 10px;
    font-size: 1em;
  }

  .columns-4 {
    width: 100svw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .small-text {
    color: var(--wa-light-gold);
    font-size: 1em;
    line-height: 1em;
  }

  .link-2 {
    padding-top: 11px;
  }

  .div-block-37 {
    padding-right: 56px;
  }

  .text-block-7-copy {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .text-block-60 {
    font-size: 1em;
  }

  .div-block-services {
    padding: 60px 3%;
  }

  .bold-text-12 {
    font-size: 2svw;
    line-height: 1em;
  }

  .bold-text-13, .bold-text-14 {
    font-size: 2svw;
  }

  .bold-text-15, .bold-text-16 {
    font-size: 2svw;
    line-height: 1em;
  }

  .columns-5 {
    margin-bottom: 44px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider-7 {
    height: 200px;
  }

  .slide-16 {
    background-size: 130%;
  }

  .slider-8 {
    height: 200px;
  }

  .container-5 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .slider-9 {
    height: 200px;
  }

  .slider-10 {
    height: 200px;
    max-height: none;
    overflow: hidden;
  }

  .bold-text-17 {
    text-align: center;
    font-size: 1.3em;
  }

  .text-block-2-copy {
    text-align: center;
    padding-left: 42px;
  }

  .bold-text-18 {
    font-size: 1em;
  }

  .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-6 {
    display: none;
  }

  .media-hlder-wrapper {
    padding-bottom: 40px;
  }

  .column-2-copy {
    padding-left: 2px;
    padding-right: 2px;
  }

  .text-block-2-copy {
    text-align: left;
    padding-left: 0;
  }

  .columns-8 {
    width: 80vw;
    max-width: 80vw;
    min-width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .text-block-2-copy.dark {
    font-size: 6svw;
  }

  .footer-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: flex-start;
  }

  .title-small {
    font-size: .8em;
  }

  .footer-link {
    text-align: left;
    font-size: .7em;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .film-grid {
    grid-template-columns: 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 15svw 25svw 15svw 15svw 15svw 15svw;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .film-name {
    padding: 19px 9px;
    font-size: .8em;
    line-height: 1em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .button-2 {
    margin-bottom: 38px;
  }

  .cell-content {
    padding-left: 4%;
    padding-right: 4%;
  }

  .text-small {
    padding-bottom: 0;
    font-size: 1em;
    line-height: 1em;
  }

  .bottom-content-wrapper {
    flex-direction: column;
  }

  .image-8 {
    margin-bottom: 7px;
  }

  .footer-block-copy {
    align-items: flex-start;
  }

  .text-block-9 {
    font-size: 1em;
  }

  .container-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 25% 25% 25% 25%;
  }

  .flipcard-title {
    font-size: 1.5em;
  }

  .flipcard-wrapper {
    height: 350px;
    min-height: 350px;
  }

  .flipcard-front._2 {
    height: 100%;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_text {
    font-size: 20px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .description:hover {
    color: rgba(26, 27, 31, .75);
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .columns-copy-copy {
    margin-bottom: 108px;
    padding-bottom: 0;
  }

  .div-block-37 {
    padding-right: 0;
  }

  .div-block-services {
    align-items: center;
  }

  .slide-9, .slide-10, .slide-11, .slide-12, .slide-13, .slide-14, .slide-15 {
    background-size: auto 110%;
  }

  .gallery-scroll, .gallery-overview {
    padding: 60px 15px;
  }

  .slide-17, .slide-18, .slide-19 {
    background-size: auto 110%;
  }

  .slide-22 {
    background-size: auto 102%;
  }

  .slide-23, .slide-24, .slide-25 {
    background-size: auto 110%;
  }

  .slide-26 {
    background-size: auto 102%;
  }

  .div-block-46 {
    min-height: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .slide-17-copy {
    background-size: auto 110%;
  }

  .slide-22-copy {
    background-size: auto 100%;
  }

  .columns-8 {
    width: 90vw;
    max-width: 90vw;
    min-width: 90vw;
  }

  .bold-text-23, .bold-text-24 {
    font-size: 3svw;
  }

  .image-24, .image-25 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hamburger_icon {
    font-size: 1em;
  }

  .menu_link-text {
    font-size: 4em;
  }

  .menu_link-text:hover {
    font-size: 5em;
  }

  .body-2 {
    background-position: 100% 0;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-container {
    height: 40vh;
    min-height: 40vh;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .whiteapplelogo {
    width: 150svw;
    height: 100%;
    min-width: 150svw;
    object-fit: fill;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .div-block {
    padding: 20px 3% 30px;
    overflow: hidden;
  }

  .div-block-2._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .41), rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .retainer-1 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .columns {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-2 {
    margin-bottom: 0;
    padding-bottom: 11px;
    font-size: 2em;
    line-height: 1em;
  }

  .text-block-2._2 {
    font-size: 1.5em;
  }

  .para {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: .78em;
    line-height: 1.2em;
    text-decoration: none;
  }

  .para._2 {
    font-size: .8em;
  }

  .para.link {
    color: var(--wa-dark-gold);
    font-size: 3svw;
  }

  .div-block-21 {
    display: none;
  }

  .text-block-2-copy.dark {
    font-size: 2em;
  }

  .text-block-2-copy._2 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 47px;
    padding-right: 47px;
  }

  .text-block-2-copy._3 {
    font-size: 1.3em;
  }

  .button-copy {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    max-width: none;
  }

  .footer-content {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-link {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1em;
  }

  .footer-link._2 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .text-container {
    width: 80vw;
    bottom: 10vh;
  }

  .paragraph-2 {
    font-size: .78em;
    line-height: 1.1em;
  }

  .text-block-2-copy {
    text-align: center;
    padding-right: 0;
  }

  .text-block-2-copy._2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-block-26 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .film-grid {
    background-position: 50%, 0 0;
    background-size: contain, auto;
    grid-template-columns: 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw 25svw;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .film-name {
    padding: 19px 1px;
    font-size: .7em;
    line-height: 1em;
  }

  .button-2 {
    margin-top: 22px;
    margin-bottom: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .8em;
  }

  .button-2:hover {
    font-size: 1em;
  }

  .cell-content {
    flex-direction: column;
  }

  .text-small {
    padding-top: 5px;
    font-size: .8em;
  }

  .bottom-content-wrapper {
    flex-direction: column;
  }

  .div-block-27 {
    margin-bottom: 10px;
  }

  .bold-text-2._2 {
    font-size: .8em;
    display: block;
  }

  .column-placeholder {
    width: auto;
    flex-direction: column;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video-3 {
    height: 40vh;
    object-fit: contain;
    align-self: auto;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: fill;
    grid-template-rows: auto auto auto;
    overflow: visible;
  }

  .text-block-8 {
    min-height: auto;
    border: 1px solid #302e27;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .6em;
  }

  .div-block-29 {
    height: 40vh;
    padding-left: 5%;
  }

  .bold-text-2-copy._3 {
    text-align: center;
    object-fit: contain;
    font-size: 1.5em;
    display: block;
  }

  .text-block-9 {
    color: #fff;
    object-fit: fill;
    font-size: 1em;
    display: block;
  }

  .slider-6 {
    height: 150px;
    overflow: hidden;
  }

  .flipcard-back {
    height: 100%;
  }

  .container-3 {
    width: 95vw;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 100%;
  }

  .flipcard-title {
    font-size: 2em;
    display: inline-block;
  }

  .flipcard-wrapper {
    height: 300px;
    min-height: 300px;
  }

  .flipcard-front {
    height: 100%;
  }

  .flipcard-front._2 {
    height: 100%;
    padding-bottom: 0;
    padding-right: 10%;
  }

  .flipcard-front._3 {
    height: 100%;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .timeline_text {
    padding-left: 0;
    font-size: .9em;
    line-height: 1.3em;
  }

  .button-3 {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-medium {
    margin-top: 36px;
    margin-bottom: -7px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .text-block-14 {
    text-align: left;
    margin-top: 13px;
    padding-bottom: 16px;
    font-size: 1.5em;
  }

  .text-block-55 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .cursor {
    display: none;
  }

  .div-block-5 {
    margin-top: 0;
    padding: 30px 3%;
  }

  .cursor-container {
    height: 40vh;
  }

  .retainer-2 {
    width: 100%;
    margin: 5% 0%;
  }

  .retainer-3 {
    height: 30vh;
    margin-top: 15px;
  }

  .retainer-3.csr {
    height: 30vh;
    margin-bottom: -17px;
  }

  .retainer-3.studio, .background-video-5 {
    height: 30vh;
  }

  .grid-4 {
    margin-bottom: 10px;
    display: none;
  }

  .potrait-thumb {
    width: 30svw;
    height: 15svh;
    max-width: 30svw;
  }

  .landscape-thumb {
    height: 15svh;
    max-height: 15svh;
  }

  .div-block-35 {
    width: 0;
  }

  .div-container-copy {
    background-image: linear-gradient(to top, #000 69%, rgba(255, 255, 255, 0) 97%);
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-container-copy.media, .div-container-copy.film {
    width: auto;
    max-width: none;
    min-width: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
  }

  .div-block-36 {
    background-image: linear-gradient(#000, #000);
    padding-top: 18px;
    padding-bottom: 12px;
    padding-left: 5%;
  }

  .div-block-36.csr {
    background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(255, 255, 255, 0));
  }

  .div-block-36-copy {
    padding-right: 5%;
  }

  .right-arrow2 {
    min-height: 30px;
    display: none;
  }

  .columns-copy-copy {
    margin-bottom: 74px;
  }

  .columns-4 {
    min-width: 90svw;
    flex-direction: column;
    align-self: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .small-text {
    margin-top: 5px;
    font-size: .7em;
    display: inline;
  }

  .link-2 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-37 {
    width: 23%;
    padding-right: 0;
  }

  .scroll-block {
    display: none;
  }

  .text-block-7-copy {
    font-size: 1em;
    line-height: 1em;
  }

  .background-video-5-copy {
    height: 30vh;
  }

  .div-block-42 {
    margin-top: 0;
    margin-bottom: 36px;
  }

  .text-block-58 {
    padding-right: 0;
    font-size: .8em;
    line-height: 1em;
  }

  .right-arrow2-copy {
    width: 15px;
    height: 15px;
    margin-right: 2px;
  }

  .image-14-copy {
    width: 15px;
    height: 15px;
  }

  .div-block-45 {
    width: 100svw;
    margin-bottom: 8svw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-60 {
    margin-right: 10px;
    font-size: .8em;
    line-height: 1em;
  }

  .div-block-26-copy {
    width: 100svw;
    margin-top: -28px;
    overflow: hidden;
    transform: rotate(-4deg);
  }

  .div-block-services {
    align-items: center;
    padding-right: 5%;
    overflow: hidden;
  }

  .bold-text-12, .bold-text-13, .bold-text-14 {
    font-size: 1.5em;
    line-height: 1em;
  }

  .bold-text-15, .bold-text-16 {
    font-size: 1.5em;
  }

  .column-9 {
    padding-right: 0%;
  }

  .column-11 {
    padding-left: 0;
    padding-right: 0%;
  }

  .slide-9 {
    background-size: auto 210%;
  }

  .slide-10 {
    background-position: 50%;
    background-size: auto 120%;
  }

  .slide-11, .slide-12, .slide-13 {
    background-size: auto 120%;
  }

  .slider-7 {
    height: 150px;
    min-height: 150px;
    background-color: rgba(221, 221, 221, 0);
  }

  .slide-16 {
    height: auto;
    max-height: none;
    background-size: auto 120%;
  }

  .slider-8 {
    height: 150px;
    min-height: 150px;
    background-color: rgba(221, 221, 221, 0);
  }

  .container-5 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .slide-17, .slide-18, .slide-19, .slide-22, .slide-23, .slide-24 {
    background-size: auto 120%;
  }

  .slider-9 {
    height: 150px;
    min-height: 150px;
    background-color: rgba(221, 221, 221, 0);
  }

  .slide-25 {
    width: 150%;
  }

  .slider-10 {
    height: 150px;
    background-color: rgba(221, 221, 221, 0);
  }

  .slide-26 {
    background-size: auto 120%;
  }

  .text-block-2-copy {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-46 {
    width: 100svw;
    height: auto;
    max-width: 100svw;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    overflow: hidden;
  }

  .bold-text-19 {
    font-size: 1em;
  }

  .columns-6 {
    display: block;
  }

  .mask-9 {
    height: auto;
    overflow: visible;
  }

  .slider-11 {
    height: auto;
    background-color: rgba(221, 221, 221, 0);
    flex-flow: row;
    padding-top: 0;
    padding-bottom: 31px;
    display: flex;
    overflow: visible;
  }

  .slide-27 {
    width: auto;
    height: auto;
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .right-arrow-2 {
    width: 0;
    display: none;
  }

  .left-arrow-2 {
    width: 0;
  }

  .slide-nav-4 {
    display: none;
  }

  .media-hlder-wrapper {
    object-position: 50% 50%;
    background-image: linear-gradient(#000 55%, rgba(41, 23, 8, .62));
    justify-content: center;
    align-items: flex-start;
    padding: 20px 5% 2px;
    overflow: auto;
  }

  .lightbox-link-3 {
    width: 55svw;
  }

  .image-17, .image-18 {
    width: 55svw;
    border-radius: 5px;
  }

  .lightbox-link-4 {
    width: 55svw;
    border-radius: 20px;
  }

  .bold-text-20 {
    font-size: 1.3em;
    display: inline-block;
  }

  .linkbox-laxmi {
    width: 55svw;
    border-radius: 20px;
  }

  .icon {
    font-size: 1em;
    line-height: 1em;
  }

  .slide-nav-5, .right-arrow-3, .icon-2, .slide-nav-6 {
    display: none;
  }

  .slide-17-copy {
    background-image: url('../images/1.png');
    background-size: auto 120%;
  }

  .right-arrow-4, .left-arrow-3, .right-arrow-5 {
    width: 0;
  }

  .slide-nav-7, .right-arrow-6, .left-arrow-4, .slide-nav-8 {
    display: none;
  }

  .column-2-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .video-3, .video-4, .video-5, .video-6, .video-7, .video-8 {
    width: 100%;
  }

  .slide-22-copy {
    background-image: url('../images/download-1.jpg');
    background-position: 50% 100%;
    background-size: auto 120%;
  }

  .lottie-animation-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    transform: scale(1.4);
  }

  .image-20 {
    margin-top: -15px;
  }

  .text-block-2-copy {
    margin-bottom: 0;
    padding-bottom: 11px;
    font-size: 2em;
    line-height: 1em;
  }

  .text-block-2-copy._2 {
    font-size: 1.5em;
  }

  .grid-8 {
    grid-template-rows: auto;
    grid-template-columns: 20svw 20svw 20svw 20svw;
  }

  .grid-4-copy {
    margin-bottom: 10px;
    display: none;
  }

  .columns-8 {
    width: 90vw;
    max-width: 90vw;
    min-width: 90vw;
  }

  .bold-text-23, .bold-text-24 {
    font-size: 4svw;
    line-height: 4svw;
  }

  .image-24, .image-25 {
    max-width: 100%;
  }

  .text-block-61 {
    flex-direction: column;
    font-size: 10px;
    display: flex;
  }

  .column-17, .column-18 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}

#w-node-fe8bccff-2263-4454-9dd1-2e646b81bacb-afe0ba9c, #w-node-_1c0ff1ac-3fd0-0ec0-f2bf-7598eac98954-afe0ba9c, #w-node-_5ac4fc53-2942-163c-f6b8-7f1f10cb9273-afe0ba9c, #w-node-_5ac4fc53-2942-163c-f6b8-7f1f10cb92a2-afe0ba9c, #w-node-a22939ba-f99a-7f4e-0d2c-c7e8b93bf6da-afe0ba9c, #w-node-a22939ba-f99a-7f4e-0d2c-c7e8b93bf6ee-afe0ba9c, #w-node-a22939ba-f99a-7f4e-0d2c-c7e8b93bf702-afe0ba9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36e80f37-70c1-a2fb-c304-d61c0f2019fc-afe0ba9c {
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_36e80f37-70c1-a2fb-c304-d61c0f2019fd-afe0ba9c {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a09-afe0ba9c {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a14-afe0ba9c, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a1f-afe0ba9c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a2a-afe0ba9c, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a34-afe0ba9c, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a40-afe0ba9c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b3eb47bf-fc18-34e8-a3f5-7a4cff43eddb-ff43edce, #w-node-_49e8075b-cb00-be3f-ac20-aac7b483ec13-ff43edce, #w-node-_1f2f84aa-39fa-c054-6d3c-f611750ea3db-ff43edce, #w-node-ba7bfecb-270f-df69-87f2-0b3b4e6f9c6f-afaa64b5, #w-node-ba7bfecb-270f-df69-87f2-0b3b4e6f9c83-afaa64b5, #w-node-ba7bfecb-270f-df69-87f2-0b3b4e6f9cab-afaa64b5, #w-node-_032448a2-41b3-c311-5a50-72b9dab2e81f-afaa64b5, #w-node-_57b24a06-daa6-b61c-b71f-41a17bc60677-f6360676, #w-node-_57b24a06-daa6-b61c-b71f-41a17bc60685-f6360676, #w-node-_57b24a06-daa6-b61c-b71f-41a17bc60693-f6360676, #w-node-_6adf9356-e9ca-b1d0-5fbc-5b4da1f82c4d-ccf16ff4, #w-node-_22303c46-782d-378a-db83-dd801cd00a6c-ccf16ff4, #w-node-de1073d6-4a7d-f66c-4a8e-f9f84bb179b4-ccf16ff4, #w-node-c8bd4d40-02ac-c732-e07c-e10291cc04da-ccf16ff4, #w-node-a1fac698-e8da-314e-8a18-1d8d46883963-ccf16ff4, #w-node-b1a3d7e4-3051-e386-d8c8-23acd6f3a1c8-ccf16ff4, #w-node-_54104ffd-e56c-4117-8f99-2bedfbccba25-ccf16ff4, #w-node-_5c13e941-6153-7521-e32d-b6a5f7633ef8-ccf16ff4, #w-node-a6c4728d-8812-b6fa-8a7d-74a22d95231c-ccf16ff4, #w-node-f273a704-3ce0-9203-e6e5-289bcb0135bb-ccf16ff4, #w-node-b7657573-7712-4090-42f5-d72d8c002427-ccf16ff4, #w-node-_86349d52-e299-5638-5cec-f566cab90d05-ccf16ff4, #w-node-a22939ba-f99a-7f4e-0d2c-c7e8b93bf6da-908e1d88, #w-node-a22939ba-f99a-7f4e-0d2c-c7e8b93bf6ee-908e1d88, #w-node-be39697e-35bc-acdf-a15d-60182c09c297-908e1d88, #w-node-_2f602d46-dad0-4fdf-8e8b-a7f8478c625d-908e1d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36e80f37-70c1-a2fb-c304-d61c0f2019fc-908e1d88 {
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_36e80f37-70c1-a2fb-c304-d61c0f2019fd-908e1d88 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a09-908e1d88 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a14-908e1d88, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a1f-908e1d88 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a2a-908e1d88, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a34-908e1d88, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a40-908e1d88 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_59228afe-54af-a02e-91d4-e2d3f9e00e1a-6b23d1ee, #w-node-ee615210-c774-a20f-7694-b5dd06e048fc-6b23d1ee, #w-node-_5e69d1cf-894f-8685-0993-53c3bcc1e13d-6b23d1ee, #w-node-_82c39bca-b366-9d62-de16-3361a2cd95ea-6b23d1ee, #w-node-_5f2d441c-f9fc-0f54-765f-5f916e45d89d-6b23d1ee, #w-node-ac73bd9c-e915-9acc-68e7-1e29832a3990-6b23d1ee, #w-node-d3ef37c4-6a33-0e6e-c89b-ae8cd243c6ae-6b23d1ee, #w-node-a2589946-6fe0-bed6-21b6-4f5c345e076f-6b23d1ee, #w-node-_0372bd50-13b5-ed88-ec28-d04e5135442d-6b23d1ee, #w-node-_7210dcb3-5878-8a23-fe2a-f91b27c48318-6b23d1ee, #w-node-_11ecdb64-1681-56e8-4239-973f81497a93-6b23d1ee, #w-node-_330f4e31-050c-d959-23dc-27dd8b401a57-6b23d1ee, #w-node-e03c6683-02f9-f523-428e-ac527aba7147-6b23d1ee, #w-node-_44a45aea-6e69-0bcc-4f69-eb1bc182d8e0-6b23d1ee, #w-node-d8489f98-0f20-d995-e855-a118dad48e6d-6b23d1ee, #w-node-a9e335f7-1da0-6bfe-a4b5-850c00333a72-6b23d1ee, #w-node-_9ee37862-256f-995e-6566-558b8fc70388-6b23d1ee, #w-node-_9ee37862-256f-995e-6566-558b8fc70389-6b23d1ee, #w-node-_9ee37862-256f-995e-6566-558b8fc7038a-6b23d1ee, #w-node-_9ee37862-256f-995e-6566-558b8fc7038b-6b23d1ee, #w-node-_9ee37862-256f-995e-6566-558b8fc7038c-6b23d1ee, #w-node-_9ee37862-256f-995e-6566-558b8fc7038d-6b23d1ee, #w-node-_9ee37862-256f-995e-6566-558b8fc7038e-6b23d1ee, #w-node-_2eb978fd-f438-fc76-546f-3dcf6f0bbc13-6b23d1ee, #w-node-f6a6de20-4703-f4fa-675a-d3878a87cbd9-6b23d1ee, #w-node-_0310ddde-60ef-8a71-f4b6-8c3727719042-6b23d1ee, #w-node-_709975a8-8639-a456-f862-a1407b3ae8d3-6b23d1ee, #w-node-_493253d1-112f-35ea-ec09-1ef0f8690024-6b23d1ee, #w-node-d15bf153-77e2-8dc8-b165-320db98b1809-6b23d1ee, #w-node-_87f75f4b-b274-d33f-0a28-a3629b8b5697-6b23d1ee, #w-node-c58268be-1bc0-e5c2-d924-68a4d7cd0553-6b23d1ee, #w-node-b3dccb94-3b8c-2d57-0544-ceff8f04a168-6b23d1ee, #w-node-b9f4b4e5-d9f5-399b-7fbd-780042f2ba7f-6b23d1ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b08-afe0ba9c, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b0c-afe0ba9c, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b10-afe0ba9c, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b14-afe0ba9c, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b18-afe0ba9c, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b1c-afe0ba9c, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b20-afe0ba9c, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b24-afe0ba9c, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b28-afe0ba9c, #w-node-_743d4364-bc2c-5410-a791-9340b260f1ab-afe0ba9c, #w-node-_4ffc6911-0511-d573-85be-d66371fb760f-afe0ba9c, #w-node-_91d90a5c-79ba-ff1b-9d5e-4198672c2fd1-afe0ba9c, #w-node-d4c91e28-52e0-cdd1-fb22-30db3fd3c336-afe0ba9c, #w-node-_4a2a5162-71e7-188c-ed8e-5a834fa3a444-afe0ba9c, #w-node-fafe9102-cfd4-a491-796c-52bebf4f2934-afe0ba9c, #w-node-_4ed05e5e-cd7d-27a5-5c1e-876322277443-afe0ba9c, #w-node-b54633b9-acca-fc42-ec71-7b8882ce2df7-afe0ba9c, #w-node-_5c687130-6c7d-1587-306c-f2dca6c6267c-afe0ba9c, #w-node-_066c5ce7-10e0-0976-eedd-3b880e2a9170-afe0ba9c, #w-node-f109c9b8-b451-8890-c1ca-168c5c7d4930-afe0ba9c, #w-node-_63ce4411-b987-0348-9871-fff1c4c1a499-afe0ba9c, #w-node-_21bf17ff-085e-c544-6739-54b841a6d6dc-afe0ba9c, #w-node-f2cc4e3c-c396-1775-3583-84eb14e364de-afe0ba9c, #w-node-e0420990-e6be-927e-2888-fc81ff520254-afe0ba9c, #w-node-d4ea901e-a8b2-77e7-ed1b-f2f7ab2d65d2-afe0ba9c, #w-node-ed6c83c8-7951-5e94-e6bc-9c7d193836d7-afe0ba9c, #w-node-_6cae33cd-9f19-0fd7-632c-7447f8664896-afe0ba9c, #w-node-_6c2509e1-3919-bf75-ee40-0b2e69fa1b91-afe0ba9c, #w-node-_685c6bfa-c231-e67b-c7ff-98181bb6a9c1-afe0ba9c, #w-node-_9c45c39c-0dda-e366-c6eb-047e4d103012-afe0ba9c, #w-node-b8122578-4fe6-8fef-943f-ba12f7839bdb-afe0ba9c, #w-node-_3266425c-c890-22f0-2bb7-d1688f8636dd-afe0ba9c, #w-node-_584914a4-ba4f-c37e-14cd-1e137ce569a4-afe0ba9c, #w-node-c3fd59ba-dfda-d9fe-60b1-b7bdb205a47d-afe0ba9c, #w-node-fe8bccff-2263-4454-9dd1-2e646b81bacb-afe0ba9c, #w-node-_1c0ff1ac-3fd0-0ec0-f2bf-7598eac98954-afe0ba9c, #w-node-_5ac4fc53-2942-163c-f6b8-7f1f10cb92a2-afe0ba9c, #w-node-_761b0f3f-4702-6e00-6521-17519a1abf7b-afe0ba9c, #w-node-fb4171c3-4634-0146-7792-28c27a70c6fa-afe0ba9c, #w-node-_5947f00d-b6ed-ff9f-4df3-1c001892dab9-afe0ba9c, #w-node-_578e5717-3843-b18d-40fd-15e2f9f37883-afe0ba9c, #w-node-_5ce552de-3f75-b2c2-af58-07982e5f3cd7-afe0ba9c, #w-node-_105ec5d3-e785-d75f-b2ac-a254167f9b51-afe0ba9c, #w-node-_5fc0a23f-ccbf-a1a8-e2bc-541e3f503f7c-afe0ba9c, #w-node-f1aea6af-6794-08bb-7629-cbab3860bca9-afe0ba9c, #w-node-_8560e0e3-aa32-2eb5-7f44-0acb8e3f0158-afe0ba9c, #w-node-a22939ba-f99a-7f4e-0d2c-c7e8b93bf702-afe0ba9c, #w-node-b3eb47bf-fc18-34e8-a3f5-7a4cff43eddb-ff43edce, #w-node-_49e8075b-cb00-be3f-ac20-aac7b483ec13-ff43edce, #w-node-_1f2f84aa-39fa-c054-6d3c-f611750ea3db-ff43edce, #w-node-ba7bfecb-270f-df69-87f2-0b3b4e6f9cab-afaa64b5, #w-node-_032448a2-41b3-c311-5a50-72b9dab2e81f-afaa64b5, #w-node-_57b24a06-daa6-b61c-b71f-41a17bc60693-f6360676, #w-node-_819f1a6a-d4bd-01da-c1c5-00e5f18d644a-f6361e74, #w-node-_00848ee9-b6aa-5565-822d-8e6847fe1a19-f6361e74, #w-node-_51cb75f1-85c1-9f6f-16fb-6601bd1d318c-f6361e74, #w-node-dec74e4c-4d3d-7676-4e74-18a4a084f7e9-f6361e74, #w-node-_63fb2b1d-c170-fc72-00bc-fe857deaa818-f6361e74, #w-node-f0fac0af-8d16-d188-441e-abbb88ed9e38-f6361e74, #w-node-_2ed0541f-1231-8bbc-e4ef-6908411e20c2-f6361e74, #w-node-dc16567d-83c1-e62c-543b-39fa49245061-f6361e74, #w-node-_3a67c438-cc4c-bdda-4300-8dbe808b8db0-f6361e74, #w-node-f5201eb6-ba45-1fba-7851-d642020cbda1-f6361e74, #w-node-_8558dc2c-8b9a-bc7e-0ba2-467746c2f561-f6361e74, #w-node-_2d26a2f1-1ac4-f9a7-6287-b2e4723d9947-f6361e74, #w-node-f50fb04e-fd48-a150-c3e6-49de98dae81d-f6361e74, #w-node-efe36a1b-871b-caf4-2ff4-748374e93bb7-f6361e74, #w-node-f6778e30-a52b-0717-e3cf-5d288cb6a13a-f6361e74, #w-node-f6778e30-a52b-0717-e3cf-5d288cb6a13c-f6361e74, #w-node-f6778e30-a52b-0717-e3cf-5d288cb6a13e-f6361e74, #w-node-f6778e30-a52b-0717-e3cf-5d288cb6a140-f6361e74, #w-node-f6778e30-a52b-0717-e3cf-5d288cb6a142-f6361e74, #w-node-f6778e30-a52b-0717-e3cf-5d288cb6a144-f6361e74, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028c4-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028c8-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028cc-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028d0-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028d4-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028d8-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028dc-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028e0-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028e4-ccf16ff4, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c41-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c45-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c49-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c4d-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c51-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c55-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c59-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c5d-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c61-7e2e8837, #w-node-_5d6adc76-8140-ff42-08f2-f5f4e6447304-7e2e8837, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b08-908e1d88, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b0c-908e1d88, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b10-908e1d88, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b14-908e1d88, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b18-908e1d88, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b1c-908e1d88, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b20-908e1d88, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b24-908e1d88, #w-node-_2df123b3-2e70-901b-9a25-67a7747b4b28-908e1d88, #w-node-_743d4364-bc2c-5410-a791-9340b260f1ab-908e1d88, #w-node-_4ffc6911-0511-d573-85be-d66371fb760f-908e1d88, #w-node-_91d90a5c-79ba-ff1b-9d5e-4198672c2fd1-908e1d88, #w-node-d4c91e28-52e0-cdd1-fb22-30db3fd3c336-908e1d88, #w-node-_4a2a5162-71e7-188c-ed8e-5a834fa3a444-908e1d88, #w-node-fafe9102-cfd4-a491-796c-52bebf4f2934-908e1d88, #w-node-_4ed05e5e-cd7d-27a5-5c1e-876322277443-908e1d88, #w-node-b54633b9-acca-fc42-ec71-7b8882ce2df7-908e1d88, #w-node-_5c687130-6c7d-1587-306c-f2dca6c6267c-908e1d88, #w-node-_066c5ce7-10e0-0976-eedd-3b880e2a9170-908e1d88, #w-node-f109c9b8-b451-8890-c1ca-168c5c7d4930-908e1d88, #w-node-_63ce4411-b987-0348-9871-fff1c4c1a499-908e1d88, #w-node-_21bf17ff-085e-c544-6739-54b841a6d6dc-908e1d88, #w-node-f2cc4e3c-c396-1775-3583-84eb14e364de-908e1d88, #w-node-e0420990-e6be-927e-2888-fc81ff520254-908e1d88, #w-node-d4ea901e-a8b2-77e7-ed1b-f2f7ab2d65d2-908e1d88, #w-node-ed6c83c8-7951-5e94-e6bc-9c7d193836d7-908e1d88, #w-node-_6cae33cd-9f19-0fd7-632c-7447f8664896-908e1d88, #w-node-_6c2509e1-3919-bf75-ee40-0b2e69fa1b91-908e1d88, #w-node-_685c6bfa-c231-e67b-c7ff-98181bb6a9c1-908e1d88, #w-node-_9c45c39c-0dda-e366-c6eb-047e4d103012-908e1d88, #w-node-b8122578-4fe6-8fef-943f-ba12f7839bdb-908e1d88, #w-node-_3266425c-c890-22f0-2bb7-d1688f8636dd-908e1d88, #w-node-_584914a4-ba4f-c37e-14cd-1e137ce569a4-908e1d88, #w-node-c3fd59ba-dfda-d9fe-60b1-b7bdb205a47d-908e1d88, #w-node-_761b0f3f-4702-6e00-6521-17519a1abf7b-908e1d88, #w-node-fb4171c3-4634-0146-7792-28c27a70c6fa-908e1d88, #w-node-_5947f00d-b6ed-ff9f-4df3-1c001892dab9-908e1d88, #w-node-_578e5717-3843-b18d-40fd-15e2f9f37883-908e1d88, #w-node-_5ce552de-3f75-b2c2-af58-07982e5f3cd7-908e1d88, #w-node-_105ec5d3-e785-d75f-b2ac-a254167f9b51-908e1d88, #w-node-_5fc0a23f-ccbf-a1a8-e2bc-541e3f503f7c-908e1d88, #w-node-f1aea6af-6794-08bb-7629-cbab3860bca9-908e1d88, #w-node-_8560e0e3-aa32-2eb5-7f44-0acb8e3f0158-908e1d88, #w-node-be39697e-35bc-acdf-a15d-60182c09c297-908e1d88, #w-node-_2f602d46-dad0-4fdf-8e8b-a7f8478c625d-908e1d88, #w-node-c3fd59ba-dfda-d9fe-60b1-b7bdb205a47d-908e1d89, #w-node-c3fd59ba-dfda-d9fe-60b1-b7bdb205a47d-908e1d90, #w-node-c3fd59ba-dfda-d9fe-60b1-b7bdb205a47e-908e1d88, #w-node-c3fd59ba-dfda-d9fe-60b1-b7bdb205a47f-908e1d88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_0849ee86-c7af-860f-1822-44979c51549c-7e2e8837, #w-node-_1d5bd47d-eb8b-86cb-61fb-452f1e22ecd4-7e2e8837, #w-node-_844f737c-81f7-0c93-0087-b9cb2e4732c5-7e2e8837, #w-node-_17d3f229-157b-3a67-7109-5da0298f2d63-7e2e8837, #w-node-de5df5f9-f204-2766-7172-6d42a18f649b-7e2e8837, #w-node-c9e5c108-bffd-d19e-ced4-a64d17dabb8a-7e2e8837, #w-node-a32d0fa8-1d0e-eb18-2dd4-fa48c2436903-7e2e8837, #w-node-dd5caafb-183d-8444-4a3e-641423b62e8e-7e2e8837, #w-node-_5d6adc76-8140-ff42-08f2-f5f4e6447304-7e2e8837, #w-node-ec90df10-c62b-fe23-4524-4e77894e6a09-7e2e8837, #w-node-b38aafd9-dee5-dd84-07fa-6ae47138dc16-7e2e8837, #w-node-_68c14e31-8770-0db9-3886-165bf09494c9-7e2e8837, #w-node-_3cb3a6d9-4642-a6eb-4024-c4f773818f4b-7e2e8837, #w-node-_03e0eb0f-047e-2b06-cdd2-153e21f62e30-7e2e8837, #w-node-_47b2232b-ef44-d7a3-ec41-a73979332bed-7e2e8837, #w-node-_650c56ae-f8f8-7c57-2ba2-493949324868-7e2e8837, #w-node-_04a210cc-365c-4da3-df2b-910a523791e9-7e2e8837, #w-node-_594d2895-44c2-10c2-ea8a-51dee038b15d-7e2e8837, #w-node-_2273c6ed-5849-e062-9814-1f3807c42183-7e2e8837, #w-node-_763a19fa-9496-3db1-2324-31cf14bfac77-7e2e8837, #w-node-_3b6749de-f2f0-93ec-58f7-f9c2c463f8df-7e2e8837, #w-node-_34c00431-9cef-bcf3-4d66-aae37ff43f3a-7e2e8837, #w-node-_420baf53-8bfc-9ec0-4691-50d010b7410f-7e2e8837, #w-node-_2efc9b26-f601-e37f-5f8e-f629840128e9-7e2e8837, #w-node-_72f63db9-cce6-79ac-34cc-fbcbd03f2828-7e2e8837, #w-node-_091fd55e-ca53-6f6a-614b-0a35b1ca131c-7e2e8837, #w-node-db34f60a-b897-f294-9f70-9505d4598d67-7e2e8837, #w-node-e6986510-35be-1d13-6aec-24ace8fa220a-7e2e8837, #w-node-d131f9b9-1ec8-0bfb-55a0-5b79bed01840-7e2e8837, #w-node-b3d350f0-a4c9-1acf-2619-4a61f251d803-7e2e8837 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_761b0f3f-4702-6e00-6521-17519a1abf7b-afe0ba9c, #w-node-fb4171c3-4634-0146-7792-28c27a70c6fa-afe0ba9c, #w-node-_5947f00d-b6ed-ff9f-4df3-1c001892dab9-afe0ba9c, #w-node-_578e5717-3843-b18d-40fd-15e2f9f37883-afe0ba9c, #w-node-_5ce552de-3f75-b2c2-af58-07982e5f3cd7-afe0ba9c, #w-node-_105ec5d3-e785-d75f-b2ac-a254167f9b51-afe0ba9c, #w-node-_8560e0e3-aa32-2eb5-7f44-0acb8e3f0158-afe0ba9c {
    align-self: center;
  }

  #w-node-_36e80f37-70c1-a2fb-c304-d61c0f2019fc-afe0ba9c {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_36e80f37-70c1-a2fb-c304-d61c0f2019fd-afe0ba9c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a09-afe0ba9c, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a14-afe0ba9c, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a1f-afe0ba9c, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a2a-afe0ba9c, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a34-afe0ba9c, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a40-afe0ba9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_761b0f3f-4702-6e00-6521-17519a1abf7b-908e1d88, #w-node-fb4171c3-4634-0146-7792-28c27a70c6fa-908e1d88, #w-node-_5947f00d-b6ed-ff9f-4df3-1c001892dab9-908e1d88, #w-node-_578e5717-3843-b18d-40fd-15e2f9f37883-908e1d88, #w-node-_5ce552de-3f75-b2c2-af58-07982e5f3cd7-908e1d88, #w-node-_105ec5d3-e785-d75f-b2ac-a254167f9b51-908e1d88, #w-node-_8560e0e3-aa32-2eb5-7f44-0acb8e3f0158-908e1d88 {
    align-self: center;
  }

  #w-node-_36e80f37-70c1-a2fb-c304-d61c0f2019fc-908e1d88 {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_36e80f37-70c1-a2fb-c304-d61c0f2019fd-908e1d88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a09-908e1d88, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a14-908e1d88, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a1f-908e1d88, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a2a-908e1d88, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a34-908e1d88, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a40-908e1d88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_36e80f37-70c1-a2fb-c304-d61c0f2019fc-afe0ba9c {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-_36e80f37-70c1-a2fb-c304-d61c0f2019fd-afe0ba9c, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a09-afe0ba9c, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a14-afe0ba9c, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a1f-afe0ba9c, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a2a-afe0ba9c, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a34-afe0ba9c, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a40-afe0ba9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38c26ba9-18e8-1132-5c3e-abe872fe88dd-afaa64b5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_38c26ba9-18e8-1132-5c3e-abe872fe88e0-afaa64b5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_38c26ba9-18e8-1132-5c3e-abe872fe88e2-afaa64b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38c26ba9-18e8-1132-5c3e-abe872fe88f3-afaa64b5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_38c26ba9-18e8-1132-5c3e-abe872fe88f6-afaa64b5, #w-node-_38c26ba9-18e8-1132-5c3e-abe872fe890c-afaa64b5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_38c26ba9-18e8-1132-5c3e-abe872fe88dd-f6360676 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_38c26ba9-18e8-1132-5c3e-abe872fe88e0-f6360676 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_38c26ba9-18e8-1132-5c3e-abe872fe88e2-f6360676 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38c26ba9-18e8-1132-5c3e-abe872fe88f3-f6360676 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_38c26ba9-18e8-1132-5c3e-abe872fe88f6-f6360676 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_38c26ba9-18e8-1132-5c3e-abe872fe8909-f6360676 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_38c26ba9-18e8-1132-5c3e-abe872fe890c-f6360676 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_36e80f37-70c1-a2fb-c304-d61c0f2019fc-908e1d88 {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-_36e80f37-70c1-a2fb-c304-d61c0f2019fd-908e1d88, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a09-908e1d88, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a14-908e1d88, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a1f-908e1d88, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a2a-908e1d88, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a34-908e1d88, #w-node-_36e80f37-70c1-a2fb-c304-d61c0f201a40-908e1d88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5fc0a23f-ccbf-a1a8-e2bc-541e3f503f7c-afe0ba9c, #w-node-f1aea6af-6794-08bb-7629-cbab3860bca9-afe0ba9c {
    align-self: center;
  }

  #w-node-_49e8075b-cb00-be3f-ac20-aac7b483ec13-ff43edce, #w-node-_1f2f84aa-39fa-c054-6d3c-f611750ea3db-ff43edce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028c4-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028c8-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028cc-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028d0-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028d4-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028d8-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028dc-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028e0-ccf16ff4, #w-node-_154e9fb2-5dc5-1c7a-4c40-2bdb0b9028e4-ccf16ff4, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c41-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c45-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c49-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c4d-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c51-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c55-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c59-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c5d-7e2e8837, #w-node-_1abb54df-d7d9-5e3a-7f5b-8a2f35345c61-7e2e8837, #w-node-_5fc0a23f-ccbf-a1a8-e2bc-541e3f503f7c-908e1d88, #w-node-f1aea6af-6794-08bb-7629-cbab3860bca9-908e1d88 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Homemadeapple';
  src: url('../fonts/HomemadeApple-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Greycliffcf Bold';
  src: url('../fonts/Fontspring-DEMO-greycliffcf-bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Greycliffcf Bold';
  src: url('../fonts/Fontspring-DEMO-greycliffcf-bold.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}