.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;
}

body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "3831ea 0 0", sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 105px;
}

a {
  color: #f0ebd7;
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: #ff5c00;
}

.menu-background {
  z-index: auto;
  background-color: rgba(37, 34, 30, .95);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-button {
  z-index: auto;
  width: 50px;
  height: 40px;
  float: right;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0;
}

.menu-button.w--open {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}

.work-button {
  color: #fff4d8;
  letter-spacing: -1px;
  cursor: pointer;
  margin-top: 15vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: "3831ea 0 0", sans-serif;
  font-size: 110px;
  line-height: 110px;
  display: block;
  position: static;
  top: 100px;
}

.work-button:hover {
  color: #d8c9a2;
}

.work-button.w--current {
  width: 75%;
  color: #fff4d8;
  padding-left: 0;
  line-height: 50px;
  top: 132px;
}

.work-button.w--current:hover {
  color: #d8c9a2;
}

.other-button {
  color: #fff4d8;
  letter-spacing: -1px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: "3831ea 0 0", sans-serif;
  font-size: 110px;
  line-height: 120%;
  display: block;
  position: static;
  top: 100px;
}

.other-button:hover {
  color: #d8c9a2;
}

.other-button.w--current {
  width: auto;
  color: #fff4d8;
  letter-spacing: -1px;
  padding-left: 0;
  top: 122px;
}

.other-button.w--current:hover {
  color: #d8c9a2;
}

.about-button {
  color: #fff4d8;
  letter-spacing: -1px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: "3831ea 0 0", sans-serif;
  font-size: 110px;
  line-height: 110px;
  display: block;
  position: static;
  top: 100px;
}

.about-button:hover {
  color: #d8c9a2;
}

.about-button.w--current {
  width: auto;
  color: #fff4d8;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  top: 83px;
}

.about-button.w--current:hover {
  color: #d8c9a2;
}

.menu-bar {
  z-index: 1002;
  width: auto;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.menu-bar.about {
  z-index: 2000;
  width: 100%;
  max-width: 100%;
}

.text-span {
  color: #ff5c00;
}

.top-line {
  width: 25px;
  height: 4px;
  background-color: #ff5c00;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 14px;
  bottom: 10px;
  right: 0;
}

.middle-line {
  width: 25px;
  height: 4px;
  background-color: #ff5c00;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 22px;
  bottom: 18px;
  right: 0;
}

.bottom-line {
  width: 25px;
  height: 4px;
  background-color: #ff5c00;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  bottom: 26px;
  right: 0;
}

.intro-text-2 {
  float: none;
  color: #000;
  letter-spacing: -1px;
  margin-top: -40px;
  margin-bottom: 0;
  font-family: "3831ea 0 0", sans-serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 105px;
}

.titles-section {
  width: 100%;
  height: auto;
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 49px;
  display: block;
  overflow: visible;
}

.titles-header {
  letter-spacing: -1px;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 26px;
  font-size: 110px;
  line-height: 105px;
  display: block;
}

.intro-container {
  z-index: 1001;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-top: 0;
  display: block;
  position: relative;
  top: -30px;
}

.intro-container.about {
  z-index: 999;
  align-self: flex-start;
  margin-top: 0;
  position: static;
}

.intro-container.play {
  z-index: 999;
  height: auto;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.titles-container {
  height: auto;
  margin-bottom: -336px;
  position: static;
}

.logo-strikethrough-1 {
  width: 492px;
  height: 38px;
  background-color: rgba(255, 92, 0, .85);
  position: relative;
  top: 23px;
  left: 9px;
}

.body-3 {
  max-width: 100%;
  background-color: #f0ebd7;
  overflow: visible;
}

.body-3.about {
  background-color: #979486;
}

.text-span-2 {
  color: #ff5c00;
}

.heading-3 {
  letter-spacing: -1px;
  margin-top: -65px;
  margin-bottom: -25px;
}

.logo-text-1-3 {
  margin: 0 40px 0 auto;
  font-size: 20px;
  line-height: 20px;
  display: block;
  position: static;
  top: -10px;
  left: 309px;
  right: 0;
}

.logo-container-1-2 {
  z-index: 2001;
  height: 5px;
  display: block;
  position: fixed;
  top: 4px;
  left: 0;
  right: 0;
}

.top-strip {
  z-index: 1000;
  width: 100%;
  height: 40px;
  max-width: 100%;
  background-color: #f0ebd7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.top-strip.about {
  background-color: #979486;
}

.top-strip.play {
  background-color: #fdd0c2;
}

.logo-strikethrough-1-3 {
  z-index: 1;
  width: 91px;
  height: 7px;
  background-color: rgba(255, 92, 0, .85);
  margin-left: 0;
  line-height: 10px;
  position: relative;
  top: 11px;
  left: 2px;
}

.grid {
  height: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  position: static;
  top: -319px;
}

.grid.idents {
  top: -472px;
}

.grid.more-titles {
  width: auto;
  grid-template-rows: auto auto;
  grid-template-areas: ". . ."
                       ". . .";
  grid-auto-flow: row;
  margin-top: 8px;
  top: -311px;
  overflow: hidden;
}

.work-thumb-pic {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/Personal-Best.jpg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.work-thumb-pic.rm {
  z-index: 2;
  background-image: url('../images/Mladic-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.work-thumb-pic.mud {
  height: 100%;
  background-image: url('../images/Gerrard-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  top: auto;
  overflow: visible;
}

.work-thumb-pic.m86 {
  z-index: 2;
  background-image: url('../images/Maradona-2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-thumb-pic.pb {
  background-image: url('../images/Personal-Best-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-thumb-pic.lmd {
  background-image: url('../images/Love-Me-Do-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-thumb-pic.ajh {
  z-index: 2;
  background-image: url('../images/AJH-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-thumb-pic.ajh:hover {
  opacity: .5;
}

.work-thumb-pic.bj {
  z-index: 2;
  background-image: url('../images/Bank-Job-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.work-thumb-pic.fable {
  background-image: url('../images/Fable-2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-thumb-pic.rf {
  background-image: url('../images/Raising-Films-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-thumb-pic.mrt {
  z-index: 2;
  background-image: url('../images/Mr-Turner-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-thumb-pic.mp {
  background-image: url('../images/Magnified-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-thumb-pic.waltz {
  z-index: 2;
  background-image: url('../images/Waltz-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.work-thumb-pic.chinese {
  z-index: 2;
  background-image: url('../images/Chinese-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-thumb-pic.cian {
  z-index: 2;
  background-image: url('../images/CIAN-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-thumb-pic.kq {
  background-image: url('../images/Keep-Quiet-2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-thumb-pic.kq:hover {
  opacity: .5;
}

.work-thumb-pic.grand-duke {
  z-index: 2;
  background-image: url('../images/GDF-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.work-thumb-pic.jls {
  z-index: 2;
  background-image: url('../images/JLS-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-thumb-pic.ath {
  z-index: 2;
  background-image: url('../images/Apple-Tree-House-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-thumb-pic.rocks {
  z-index: 2;
  background-image: url('../images/Rocks-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.work-thumb-pic.ktf {
  z-index: 2;
  background-image: url('../images/KTF-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.work-thumb-pic.cooper {
  z-index: 2;
  background-image: url('../images/Cooper-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.work-thumb-pic._1971 {
  z-index: 2;
  background-image: url('../images/1971.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.work-thumb-pic.ftp {
  z-index: 2;
  background-image: url('../images/FTP-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  display: block;
}

.work-thumb-header {
  z-index: 1;
  color: #f0ebd7;
  text-align: center;
  letter-spacing: .5px;
  flex-flow: row;
  flex: none;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-family: Ltctwentcenmed, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: block;
  position: relative;
  top: -109px;
}

.mud {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 92, 0, .85);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 32px;
  overflow: hidden;
}

.intro-section {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  float: none;
  flex-flow: row;
  align-content: space-between;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-section.about {
  height: 1150px;
  margin-bottom: 0;
  bottom: 0;
}

.intro-section.play {
  height: auto;
  margin-bottom: 100px;
  overflow: visible;
}

.logo-container-3-4 {
  display: none;
}

.logo-strikethrough-4 {
  z-index: 1;
  width: 88px;
  height: 8px;
  background-color: rgba(255, 92, 0, .85);
  line-height: 10px;
  position: relative;
  top: 11px;
  left: 2px;
}

.logo-text-4 {
  margin: 0 auto;
  font-size: 20px;
  line-height: 20px;
  display: block;
  position: static;
  top: -10px;
  left: 309px;
  right: 0;
}

.idents-header {
  z-index: auto;
  letter-spacing: -1px;
  position: static;
  top: -257px;
}

.link-block-2 {
  width: 16px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  position: relative;
  top: 23px;
  left: 11px;
}

.div-block-30 {
  width: 4px;
  height: 20px;
  background-color: #ff5c00;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}

.footer-box {
  width: 100vw;
  height: 180px;
  color: rgba(0, 0, 0, 0);
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
  bottom: 0;
  right: 0;
}

.footer-box.home {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.columns-1-2 {
  width: 940px;
  height: 100px;
}

.text-block-2 {
  color: #f0ebd7;
  letter-spacing: .75px;
  font-family: Ltctwentcenmed, sans-serif;
  line-height: 20px;
}

.text-span-4 {
  color: #ff5c00;
}

.text-block-3 {
  color: #f0ebd7;
  letter-spacing: .75px;
  font-family: Ltctwentcenmed, sans-serif;
  font-style: normal;
  line-height: 20px;
}

.text-block-4 {
  color: #f0ebd7;
  letter-spacing: .75px;
  font-family: Ltctwentcenmed, sans-serif;
}

.text-span-5 {
  color: #ff5c00;
}

.columns-3-4 {
  display: none;
}

.div-block-31 {
  width: 4px;
  height: 20px;
  background-color: #ff5c00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
}

.project---header {
  color: #f0ebd7;
  letter-spacing: 0;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  font-family: "3831ea 0 0", sans-serif;
  font-size: 45px;
  font-style: normal;
  line-height: 45px;
  display: block;
}

.project---blurb {
  width: 940px;
  float: none;
  clear: none;
  color: #f0ebd7;
  letter-spacing: .75px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 250px;
  font-family: Ltctwentcenmed, sans-serif;
  font-size: 15px;
  font-style: normal;
  display: block;
}

.project---close-container {
  z-index: 6;
  height: 25px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-32 {
  width: 25px;
  height: 4px;
  background-color: #ff5c00;
  position: absolute;
  transform: rotate(45deg);
}

.div-block-33 {
  width: 25px;
  height: 4px;
  background-color: #ff5c00;
  position: absolute;
  transform: rotate(-45deg);
}

.credits {
  color: #f0ebd7;
  letter-spacing: .75px;
  margin-top: 30px;
  padding-left: 2px;
  font-family: Ltctwentcenmed, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.link-block-3 {
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.work-thumb-link {
  width: auto;
  height: 200px;
  cursor: pointer;
  background-color: rgba(255, 92, 0, .85);
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.work-thumb-link:hover {
  opacity: 1;
  background-color: rgba(255, 92, 0, .85);
  align-self: auto;
}

.work-thumb-link.ident, .work-thumb-link.ident.archive-2, .work-thumb-link.ident.archive-2:hover {
  background-color: rgba(106, 152, 167, .85);
  align-self: auto;
}

.plus-box {
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-color: #f0ebd7;
  flex-flow: row;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: static;
  top: -303px;
  overflow: hidden;
}

.plus-vertical {
  width: 4px;
  height: 25px;
  background-color: #ff5c00;
  position: absolute;
}

.plus-vertical.print {
  background-color: rgba(106, 152, 167, .85);
}

.plus-horizontal {
  width: 4px;
  height: 25px;
  background-color: #ff5c00;
  align-self: auto;
  position: absolute;
  transform: rotate(90deg);
}

.plus-horizontal.print {
  background-color: rgba(106, 152, 167, .85);
}

.titles-block {
  position: relative;
  top: -319px;
}

.print-block {
  margin-top: 0;
  position: relative;
  top: -213px;
}

.usp {
  float: none;
  clear: none;
  letter-spacing: .75px;
  margin-top: 25px;
  margin-bottom: 100px;
  margin-left: 0;
  padding-right: 300px;
  font-family: Ltctwentcenmed, sans-serif;
  font-size: 18px;
  line-height: 24px;
  position: static;
  top: -70px;
}

.slider {
  width: 940px;
  height: 528px;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: 32px;
}

.slider.rm {
  z-index: auto;
  height: 528px;
  display: block;
}

.slider.lmd2 {
  height: 581px;
  display: block;
}

.slider.coalville {
  height: 588px;
}

.slider._1971, .slider.ftp {
  display: block;
}

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

.slide-1.mud2 {
  background-image: url('../images/mud-1.jpg');
  background-size: cover;
}

.slide-1.rm {
  width: 940px;
  height: 528px;
  background-image: url('../images/ratko-mladic-1_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.m86 {
  background-image: url('../images/maradona-1.jpg');
  background-size: cover;
}

.slide-1.lmd {
  color: rgba(0, 0, 0, 0);
  background-color: #181818;
  background-image: none;
  position: static;
}

.slide-1.kq, .slide-1.waltz {
  background-image: url('../images/keep-quiet-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.ysa {
  width: 940px;
  height: 528px;
  background-image: url('../images/YSA-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1._225 {
  width: 940px;
  height: 528px;
  background-image: url('../images/225a.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.fake {
  width: 940px;
  height: 528px;
  width: 940px;
  height: 528px;
  background-image: url('../images/Fake-1_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.whale {
  width: 940px;
  height: 528px;
  background-image: url('../images/Whale-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.nighthawks {
  width: 940px;
  height: 528px;
  background-image: url('../images/Fake-1_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.mud2 {
  width: 940px;
  height: 528px;
  background-image: url('../images/mud-1_1.jpg');
  background-size: cover;
}

.slide-1.pb {
  width: 940px;
  height: 528px;
  background-image: url('../images/personal-best-1_1.gif');
  background-size: cover;
}

.slide-1.m86 {
  width: 940px;
  height: 528px;
  background-image: url('../images/maradona-1_1.jpg');
  background-size: cover;
}

.slide-1.lmd {
  width: 940px;
  height: 581px;
  background-image: url('../images/LMD-1.jpg');
  background-size: cover;
}

.slide-1.kq {
  width: 940px;
  height: 528px;
  background-image: url('../images/keep-quiet-1_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.waltz {
  width: 940px;
  height: 528px;
  background-image: url('../images/Waltz-1_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.fake {
  width: 940px;
  height: 528px;
  background-image: url('../images/Fake-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.ysa {
  width: 940px;
  height: 528px;
  background-image: url('../images/YSA-1_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.whale {
  width: 940px;
  height: 528px;
  background-image: url('../images/Whale-1_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.pms {
  width: 940px;
  height: 528px;
  background-image: url('../images/PMs-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1._28deg {
  width: 940px;
  height: 528px;
  background-image: url('../images/Degrees-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1._225 {
  width: 940px;
  height: 528px;
  background-image: url('../images/225a_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.nighthawks {
  width: 940px;
  height: 528px;
  background-image: url('../images/Nighthawks-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.birthday {
  width: 940px;
  height: 528px;
  background-image: url('../images/Birthday-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.coalville {
  width: 940px;
  height: 588px;
  background-image: url('../images/Coalville-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.battleground {
  width: 940px;
  height: 528px;
  background-image: url('../images/Battleground-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.camp {
  width: 940px;
  height: 528px;
  background-image: url('../images/Camp-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.curl-up {
  width: 940px;
  height: 528px;
  background-color: #000;
  background-image: url('../images/Curl-Up-1.jpg');
  background-position: 50%;
  background-size: auto 96%;
}

.slide-1.stickmen {
  width: 940px;
  height: 528px;
  background-image: url('../images/Stickmen-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.achtung {
  width: 940px;
  height: 528px;
  background-color: #000;
  background-image: url('../images/Achtung-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.subdigital {
  width: 940px;
  height: 528px;
  background-color: #000;
  background-image: none;
}

.slide-1.cooper, .slide-1._1971 {
  width: 940px;
  height: 528px;
  background-image: url('../images/Cooper-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.mycotopia {
  width: 940px;
  height: 528px;
  background-image: url('../images/Mycotopia-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.flora {
  width: 940px;
  height: 528px;
  background-image: url('../images/Flora-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1.truth {
  width: 940px;
  height: 528px;
  background-image: url('../images/Truth-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  color: #f0ebd7;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -42px;
  font-family: "3831ea 0 0", sans-serif;
  font-size: 45px;
  display: none;
  top: 0%;
  bottom: -6%;
  left: 0%;
  right: auto;
}

.right-arrow {
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  position: absolute;
  top: 544px;
  left: 474px;
}

.right-arrow.rm {
  top: 543px;
  left: 755px;
}

.right-arrow.lmd {
  top: 598px;
  left: 474px;
}

.right-arrow.rm {
  top: 543px;
  left: 755px;
}

.right-arrow.coalville {
  top: 604px;
}

.slide-arrow-right-2 {
  width: 12px;
  height: 3px;
  background-color: #f0ebd7;
  margin-bottom: -11px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-45deg);
}

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

.slide-2.mud2 {
  background-image: url('../images/mud-2.jpg');
  background-size: cover;
}

.slide-2.rm {
  width: 940px;
  height: 528px;
  background-image: url('../images/ratko-mladic-2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.m86 {
  background-image: url('../images/maradona-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.lmd {
  background-image: none;
}

.slide-2.kq {
  background-image: url('../images/keep-quiet-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.waltz {
  background-image: url('../images/Waltz-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.fable {
  width: 940px;
  height: 528px;
  background-image: url('../images/fable-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2.cian {
  background-image: url('../images/CIAN-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.rf {
  width: 940px;
  height: 528px;
  background-image: url('../images/raising-films-2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.ajh {
  width: 940px;
  height: 528px;
  background-image: url('../images/AJH-2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.gdf {
  width: 940px;
  height: 528px;
  background-image: url('../images/GDF-2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.jls {
  width: 940px;
  height: 528px;
  background-image: url('../images/JLS-2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.rocks {
  width: 940px;
  height: 528px;
  background-image: url('../images/Rocks-2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.bj {
  width: 940px;
  height: 528px;
  background-image: url('../images/BJ-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.ktf {
  width: 940px;
  height: 528px;
  background-color: #25221e;
  background-image: url('../images/KTF-2a.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.ysa {
  width: 940px;
  height: 528px;
  background-color: #181818;
  background-image: url('../images/YSA-2.jpg');
  background-position: 50%;
  background-size: auto 95%;
  background-attachment: scroll;
}

.slide-2._225 {
  width: 940px;
  height: 528px;
  background-color: #181818;
  background-image: url('../images/225b.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.mud2 {
  width: 940px;
  height: 528px;
  background-image: url('../images/mud-2_1.jpg');
}

.slide-2.pb {
  width: 940px;
  height: 528px;
  background-image: url('../images/personal-best-2_2.jpg');
}

.slide-2.m86 {
  width: 940px;
  height: 528px;
  background-image: url('../images/maradona-2_2.jpg');
}

.slide-2.lmd {
  width: 940px;
  height: 581px;
  background-image: url('../images/LMD-2_1.jpg');
}

.slide-2.kq {
  width: 940px;
  height: 528px;
  background-image: url('../images/keep-quiet-2_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.waltz {
  width: 940px;
  height: 528px;
  background-image: url('../images/Animation-2.gif');
  background-position: 50%;
  background-size: cover;
}

.slide-2.chinese, .slide-2.cian {
  width: 940px;
  height: 528px;
  background-image: none;
}

.slide-2.ktf {
  width: 940px;
  height: 528px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/KTF-1a.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.rocks {
  width: 940px;
  height: 528px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Rocks-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.bj {
  width: 940px;
  height: 528px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BJ-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.mr-t {
  width: 940px;
  height: 528px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/turner-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.fable {
  width: 940px;
  height: 528px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/fable-1_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.rf {
  width: 940px;
  height: 528px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/raising-films-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.gdf {
  width: 940px;
  height: 528px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/GDF-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.ajh {
  width: 940px;
  height: 528px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/AJH-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.mag {
  width: 940px;
  height: 528px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Magnified-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.jls {
  width: 940px;
  height: 528px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/JLS-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.ath {
  width: 940px;
  height: 528px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ATH-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.fake {
  width: 940px;
  height: 528px;
  background-image: url('../images/Fake-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.ysa {
  width: 940px;
  height: 528px;
  background-image: url('../images/YSA-2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.whale {
  width: 940px;
  height: 528px;
  background-image: none;
}

.slide-2.pms {
  background-image: url('../images/PMs-2.jpg');
}

.slide-2._28deg {
  width: 940px;
  height: 528px;
  background-image: url('../images/Degrees-2.jpg');
}

.slide-2._225 {
  background-image: url('../images/225b_1.jpg');
}

.slide-2.nighthawks, .slide-2.birthday {
  object-fit: fill;
  background-image: none;
}

.slide-2.coalville {
  width: 940px;
  height: 588px;
  object-fit: fill;
  background-image: url('../images/Coalville-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.battleground {
  width: 940px;
  height: 528px;
  background-image: url('../images/Battleground-2.jpg');
}

.slide-2.camp {
  background-image: none;
}

.slide-2.curl-up {
  background-color: #000;
  background-image: url('../images/Curl-Up-2.jpg');
  background-size: auto 96%;
}

.slide-2.stickmen {
  background-image: url('../images/Stickmen-2.jpg');
}

.slide-2.achtung {
  background-color: #000;
  background-image: url('../images/Achtung-2.jpg');
  background-size: cover;
}

.slide-2.subdigital {
  background-color: #000;
  background-image: url('../images/Curl-Up-2.jpg');
  background-size: auto 96%;
}

.slide-2.cooper {
  width: 940px;
  height: 528px;
  background-image: url('../images/Cooper-2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2._1971 {
  background-image: url('../images/Cooper-2_1.jpg');
}

.slide-2.mycotopia {
  background-image: url('../images/Mycotopia-2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-2.flora {
  background-image: url('../images/Flora-2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-2.truth {
  background-image: url('../images/Cooper-2_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

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

.slide-3.mud2 {
  background-image: url('../images/mud-3.jpg');
  background-size: cover;
}

.slide-3.rm {
  width: 940px;
  height: 528px;
  background-image: url('../images/ratko-mladic-3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.m86 {
  background-image: url('../images/maradona-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3.lmd {
  color: rgba(0, 0, 0, 0);
  background-color: #000;
  background-image: none;
}

.slide-3.fable {
  width: 940px;
  height: 528px;
  background-image: url('../images/fable-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-3.rf {
  width: 940px;
  height: 528px;
  background-image: url('../images/raising-films-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3.ajh {
  width: 940px;
  height: 528px;
  background-image: url('../images/AJH-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3.gdf {
  background-image: url('../images/GDF-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3.jls {
  background-image: url('../images/JLS-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3.rocks {
  width: 940px;
  height: 528px;
  background-image: url('../images/Rocks-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3.bj {
  width: 940px;
  height: 528px;
  background-image: url('../images/BJ-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3.ktf {
  width: 940px;
  height: 528px;
  background-color: #25221e;
  background-image: url('../images/KTF-3a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-3.mud2 {
  width: 940px;
  height: 528px;
  background-image: url('../images/mud-3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.pb {
  width: 940px;
  height: 528px;
  background-image: url('../images/personal-best-3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.m86 {
  width: 940px;
  height: 528px;
  background-image: url('../images/maradona-3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.lmd {
  width: 940px;
  height: 581px;
}

.slide-3.kq-2 {
  width: 940px;
  height: 528px;
  background-image: url('../images/keep-quiet-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3.rocks {
  width: 940px;
  height: 528px;
  background-color: #25221e;
  background-image: url('../images/Rocks-3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.bj {
  width: 940px;
  height: 528px;
  background-color: #25221e;
  background-image: url('../images/BJ-3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.mr-t {
  width: 940px;
  height: 528px;
  background-color: #25221e;
  background-image: url('../images/turner-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.fable {
  width: 940px;
  height: 528px;
  background-color: #25221e;
  background-image: url('../images/fable-3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.rf {
  width: 940px;
  height: 528px;
  background-color: #25221e;
  background-image: url('../images/raising-films-3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.gdf {
  width: 940px;
  height: 528px;
  background-color: #25221e;
  background-image: url('../images/GDF-3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.ajh {
  width: 940px;
  height: 528px;
  background-color: #25221e;
  background-image: url('../images/AJH-3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.mag {
  width: 940px;
  height: 528px;
  background-color: #25221e;
  background-image: url('../images/Magnified-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.jls {
  width: 940px;
  height: 528px;
  background-color: #25221e;
  background-image: url('../images/JLS-3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.ath {
  width: 940px;
  height: 528px;
  background-color: #25221e;
  background-image: url('../images/ATH-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.fake {
  width: 940px;
  height: 528px;
  background-color: #000;
  background-image: none;
}

.slide-3.ysa {
  background-image: url('../images/YSA-3_1.jpg');
}

.slide-3.pms {
  background-image: url('../images/PMs-3_1.jpg');
}

.slide-3._28deg {
  background-image: url('../images/Degrees-3.jpg');
}

.slide-3._225 {
  background-image: url('../images/225c_1.jpg');
}

.slide-3.coalville {
  width: 940px;
  height: 588px;
  background-image: url('../images/Coalville-3.jpg');
  background-repeat: no-repeat;
}

.slide-3.battleground {
  width: 940px;
  height: 528px;
  background-image: url('../images/Battleground-3.jpg');
}

.slide-3.curl-up {
  background-color: #000;
  background-image: url('../images/Curl-Up-3.jpg');
  background-repeat: no-repeat;
  background-size: auto 96%;
  background-attachment: scroll;
}

.slide-3.stickmen {
  background-image: url('../images/Stickmen-3.jpg');
}

.slide-3.achtung {
  background-color: #000;
  background-image: url('../images/Achtung-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-3.subdigital {
  background-color: #000;
  background-image: url('../images/Curl-Up-3.jpg');
  background-repeat: no-repeat;
  background-size: auto 96%;
  background-attachment: scroll;
}

.slide-3.cooper {
  width: 940px;
  height: 528px;
  background-image: url('../images/Cooper-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.horizontal-line-1 {
  height: 1px;
  background-color: #f0ebd7;
  margin-top: 205px;
  position: relative;
}

.horizontal-line-1.rm {
  margin-top: 225px;
}

.slider---images {
  color: #f0ebd7;
  cursor: pointer;
  margin-right: 2px;
}

.slider---slash {
  color: #f0ebd7;
}

.left-arrow {
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  position: absolute;
  top: 544px;
  left: 417px;
}

.left-arrow.rm {
  top: 543px;
  left: 725px;
}

.left-arrow.lmd {
  top: 598px;
  left: 417px;
}

.left-arrow.rm {
  top: 543px;
  left: 725px;
}

.left-arrow.coalville {
  top: 604px;
}

.slide-arrow-left-1 {
  width: 12px;
  height: 3px;
  background-color: #f0ebd7;
  margin-bottom: 0;
  position: relative;
  top: 3%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-45deg);
}

.slide-arrow-right-1 {
  width: 12px;
  height: 3px;
  background-color: #f0ebd7;
  position: relative;
  top: 3%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.slide-arrow-left-2 {
  width: 12px;
  height: 3px;
  background-color: #f0ebd7;
  margin-bottom: -11px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.slider---about {
  cursor: pointer;
}

.slider---about:hover {
  color: #ff5c00;
}

.modal-container {
  z-index: auto;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.text-span-21 {
  color: #ff5c00;
}

.image-5, .image-6, .image-7, .video-2 {
  display: none;
}

.video-2.truth {
  display: block;
}

.testimonials-container {
  position: relative;
  top: 72px;
}

.testimonials-text {
  float: none;
  clear: none;
  color: #f0ebd7;
  letter-spacing: .5px;
  margin-top: 0;
  padding-left: 230px;
  padding-right: 1px;
  font-family: Ltctwentcenmed, sans-serif;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  top: -5px;
}

.testimonials-pic {
  width: 200px;
  height: 200px;
  float: left;
  clear: none;
  opacity: .9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  position: static;
  top: -202px;
  left: 0;
}

.horizontal-divider-top {
  height: 1px;
  background-color: #f0ebd7;
  margin-top: 211px;
  display: none;
  position: relative;
}

.horizontal-divider-top.rm, .horizontal-divider-top.pb {
  margin-top: 230px;
}

.horizontal-divider-top.rm, .horizontal-divider-top.bj, .horizontal-divider-top.ktf, .horizontal-divider-top.ysa, .horizontal-divider-top._225, .horizontal-divider-top.fake, .horizontal-divider-top.fake, .horizontal-divider-top.whale, .horizontal-divider-top.nighthawks, .horizontal-divider-top.mud2, .horizontal-divider-top.pb, .horizontal-divider-top.m86, .horizontal-divider-top.lmd, .horizontal-divider-top.kq, .horizontal-divider-top.waltz, .horizontal-divider-top.chinese, .horizontal-divider-top.fake, .horizontal-divider-top.ysa, .horizontal-divider-top.whale, .horizontal-divider-top.pms, .horizontal-divider-top._28deg, .horizontal-divider-top._225, .horizontal-divider-top.nighthawks, .horizontal-divider-top.birthday, .horizontal-divider-top.coalville, .horizontal-divider-top.battleground, .horizontal-divider-top.camp, .horizontal-divider-top.curl-up, .horizontal-divider-top.stickmen, .horizontal-divider-top.achtung, .horizontal-divider-top.subdigital, .horizontal-divider-top.cooper, .horizontal-divider-top._1971, .horizontal-divider-top.mycotopia, .horizontal-divider-top.flora, .horizontal-divider-top.truth, .horizontal-divider-top.ftp {
  display: none;
}

.slide-4.kq {
  width: 940px;
  height: 528px;
  background-image: url('../images/keep-quiet-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4.rm, .slide-4.fable {
  width: 940px;
  height: 528px;
  background-image: none;
}

.slide-4.rocks {
  width: 940px;
  height: 528px;
  background-image: url('../images/Rocks-6b.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4.bj {
  width: 940px;
  height: 528px;
  background-image: url('../images/BJ-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4._225 {
  background-image: url('../images/225d.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4.lmd {
  width: 940px;
  height: 581px;
  background-image: none;
}

.slide-4.waltz {
  width: 940px;
  height: 528px;
  background-image: none;
}

.slide-4.ktf {
  background-image: url('../images/KTF-2a.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4.rocks {
  background-image: url('../images/Rocks-2_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4.bj {
  background-image: url('../images/BJ-2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4.mr-t {
  width: 940px;
  height: 528px;
  background-image: url('../images/turner-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4.fable {
  width: 940px;
  height: 528px;
  background-image: url('../images/fable-2_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4.rf {
  width: 940px;
  height: 528px;
  background-image: url('../images/raising-films-2_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4.gdf {
  width: 940px;
  height: 528px;
  background-image: url('../images/GDF-2_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4.ajh {
  width: 940px;
  height: 528px;
  background-image: url('../images/AJH-2_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4.mag {
  width: 940px;
  height: 528px;
  background-image: url('../images/Magnified-2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4.jls {
  width: 940px;
  height: 528px;
  background-image: url('../images/JLS-2_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4.ath {
  width: 940px;
  height: 528px;
  background-image: url('../images/ATH-2.jpg');
  background-position: 50%;
  background-size: cover;
}

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

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

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

.slide-4._225 {
  background-image: url('../images/225d_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4.battleground {
  width: 940px;
  height: 528px;
  background-image: url('../images/Battleground-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4.curl-up {
  background-color: #000;
  background-image: url('../images/Curl-Up-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 96%;
}

.slide-4.achtung {
  background-color: #000;
  background-image: url('../images/Achtung-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4.cooper, .slide-4._1971, .slide-4.ftp {
  width: 940px;
  height: 528px;
  background-image: none;
}

.text-span-31 {
  font-size: 41px;
}

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

.slide-5.bj {
  background-image: url('../images/BJ-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5.fable {
  background-image: url('../images/fable-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5._225 {
  background-image: url('../images/225e.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5.pb {
  background-image: none;
}

.slide-5.rocks {
  background-image: url('../images/Rocks-6b.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5.bj {
  width: 940px;
  height: 528px;
  background-image: url('../images/BJ-4_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5.mr-t {
  width: 940px;
  height: 528px;
  background-image: url('../images/turner-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5.fable {
  width: 940px;
  height: 528px;
  background-image: url('../images/fable-4_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5.rf {
  width: 940px;
  height: 528px;
  background-image: url('../images/raising-films-4_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5.ajh {
  background-image: url('../images/ajh-films-1.gif');
}

.slide-5.ysa {
  background-image: url('../images/YSA-5.jpg');
}

.slide-5.pms {
  background-image: url('../images/PMs-5.jpg');
  background-size: cover;
}

.slide-5._28deg {
  background-image: url('../images/Degrees-5.jpg');
}

.slide-5._225 {
  background-image: url('../images/225e_1.jpg');
}

.slide-5.battleground {
  width: 940px;
  height: 528px;
  background-image: url('../images/Battleground-5.jpg');
}

.slide-5.curl-up, .slide-5.achtung {
  background-color: #000;
  background-image: url('../images/Curl-Up-5.jpg');
  background-size: auto 96%;
}

.testimonials-block-2 {
  width: 100%;
  height: 380px;
  max-width: 100%;
  color: rgba(0, 0, 0, 0);
  background-color: #979486;
  margin-top: 179px;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
}

.right-arrow-2 {
  width: 25px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  top: 186px;
  bottom: 0%;
  left: 483px;
  right: auto;
}

.left-arrow-2 {
  width: 25px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 186px;
  bottom: 0%;
  left: 425px;
  right: auto;
  overflow: hidden;
}

.slider-arrow {
  width: 15px;
  height: 4px;
  color: #000;
  background-color: #000;
  transform: rotate(45deg);
}

.slider-arrow._2 {
  width: 15px;
  background-color: #f0ebd7;
  position: absolute;
  top: 52%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(45deg);
}

.slider-arrow._1 {
  width: 15px;
  background-color: #f0ebd7;
  line-height: 25px;
  position: absolute;
  top: 32%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(-45deg);
}

.slider-arrow._3 {
  width: 15px;
  background-color: #f0ebd7;
  position: absolute;
  top: 32%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(45deg);
}

.slider-arrow._4b {
  background-color: #f0ebd7;
  position: absolute;
  top: 52%;
  bottom: 0%;
  right: 0%;
  transform: rotate(-45deg);
}

.text-span-34 {
  color: #ff5c00;
}

.slide-nav-2 {
  display: none;
  top: 358px;
}

.big-quotation {
  width: auto;
  height: 30px;
  float: left;
  color: #000;
  letter-spacing: -12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 21px;
  padding-right: 20px;
  font-family: Ltctwentcenmed, sans-serif;
  font-size: 150px;
  display: block;
  position: relative;
  top: -1px;
  left: 0;
}

.text-span-35 {
  color: #000;
  position: relative;
  left: -3px;
}

.testimonial-pic-3-4 {
  display: none;
}

.column {
  padding-left: 0;
}

.video-7 {
  width: auto;
  height: auto;
  display: block;
}

.image-19 {
  width: 500px;
  margin-top: 20px;
  display: none;
}

.text-span-37, .text-span-39 {
  color: #000;
}

.about-text {
  float: none;
  clear: none;
  letter-spacing: .75px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 250px;
  padding-right: 0;
  font-family: Ltctwentcenmed, sans-serif;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  top: -500px;
}

.about-text._1 {
  color: #f0ebd7;
  margin-right: 187px;
  padding-left: 30px;
  top: -504px;
}

.about-text._2 {
  color: #f0ebd7;
  margin-left: 0;
  margin-right: 280px;
  position: relative;
  top: -479px;
}

.text-span-40 {
  color: #000;
}

.text-span-41 {
  color: #ff5c00;
}

.image-23 {
  width: 250px;
  margin-top: 75px;
  display: block;
}

.image-24 {
  width: 250px;
  margin-top: 0;
  display: block;
}

.heading-5 {
  letter-spacing: -1px;
  margin-top: 75px;
  margin-bottom: 0;
}

.image-25, .image-26 {
  display: none;
}

.grid---play {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.play-thumb-link {
  height: 200px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Mycotopia-Thumb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition-property: opacity;
  display: block;
}

.play-thumb-link:hover {
  opacity: .75;
}

.play-thumb-link._2 {
  background-image: url('../images/YSA---Thumb-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.play-thumb-link._3 {
  background-image: url('../images/Beached-whale---Thumb.jpg');
  background-position: 50%;
  background-size: cover;
}

.play-thumb-link._4 {
  background-image: url('../images/PMs---Thumb.jpg');
  background-position: 50%;
  background-size: cover;
}

.play-thumb-link._5 {
  background-image: url('../images/TTF---Thumb.jpg');
  background-position: 50%;
  background-size: cover;
}

.play-thumb-link._6 {
  background-image: url('../images/Degrees---Thumb.jpg');
  background-position: 50%;
  background-size: cover;
}

.play-thumb-link._7 {
  background-image: url('../images/Nighthawks---Thumb.jpg');
  background-position: 50%;
  background-size: cover;
}

.play-thumb-link._8 {
  background-image: url('../images/Birthday---Thumb.jpg');
  background-position: 50%;
  background-size: cover;
}

.play-thumb-link._9 {
  background-image: url('../images/Coalville---Thumb.jpg');
  background-position: 50%;
  background-size: cover;
}

.play-thumb-link._10 {
  background-image: url('../images/Stickmen---Thumb.jpg');
  background-position: 50%;
  background-size: cover;
}

.play-thumb-link._11 {
  background-image: url('../images/Battleground---Thumb-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.play-thumb-link._12 {
  background-image: url('../images/Camp---Thumb.jpg');
  background-position: 50%;
  background-size: cover;
}

.play-thumb-link._13 {
  background-image: url('../images/Curl-Up---Thumb.jpg');
  background-position: 50%;
  background-size: cover;
}

.play-thumb-link._14 {
  background-image: url('../images/Achtung---Thumb.jpg');
  background-position: 50%;
  background-size: cover;
}

.play-thumb-link._15 {
  background-image: url('../images/Subdigital---Thumb.jpg');
  background-position: 50%;
  background-size: cover;
}

.play-thumb-link.fake {
  background-image: url('../images/Fake-shake---Thumb.jpg');
}

.play-thumb-link.mycotopia {
  background-image: url('../images/Mycotopia-Thumb_1.jpg');
}

.play-thumb-link.flora {
  background-image: url('../images/Flora-Thumb.jpg');
}

.play-thumb-link.truth {
  background-image: url('../images/Truth-Thumb.jpg');
}

.play-thumb-text {
  color: #ff5c00;
  letter-spacing: normal;
  font-family: Ltctwentcenmed, sans-serif;
  font-size: 15px;
  position: relative;
  top: 10px;
}

.text-span---art-title {
  color: #000;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
  transition: color .2s;
  position: relative;
  top: 7px;
}

.text-span---art-title:hover {
  color: #ff5c00;
}

.text-span---art-intro {
  color: #000;
  position: relative;
  top: -16px;
  overflow: visible;
}

.play-intro-text {
  float: none;
  clear: none;
  letter-spacing: .75px;
  margin-top: 25px;
  margin-bottom: 50px;
  margin-left: 0;
  padding-right: 300px;
  font-family: Ltctwentcenmed, sans-serif;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  top: 0;
}

.play-thumb-tags {
  letter-spacing: 3px;
}

.body---play {
  background-color: #fdd0c2;
}

.play-divider-for-phone {
  height: 1px;
  color: #000;
  display: block;
}

.text-span-45 {
  margin-left: -10px;
}

.text-span-46, .text-span-47 {
  color: #000;
}

.blurb-section {
  width: 100%;
  height: auto;
  max-width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-48, .text-span-49, .text-span-50, .text-span-51 {
  letter-spacing: 5px;
}

.slide-6.bj {
  width: 940px;
  height: 528px;
  background-image: url('../images/BJ-5_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6._225 {
  background-image: url('../images/225f.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6.ysa {
  background-image: url('../images/YSA-6.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.slide-6._225 {
  background-image: url('../images/225f_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6.curl-up, .slide-6.achtung {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Curl-Up-6.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7.bj {
  width: 940px;
  height: 528px;
  background-image: url('../images/BJ-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7._225 {
  background-image: url('../images/225g.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-7._225 {
  background-image: url('../images/225g_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-toggle {
  float: right;
  clear: none;
  color: #f0ebd7;
  margin-top: 0;
  margin-left: 201px;
  font-family: "3831ea 0 0", sans-serif;
  font-size: 20px;
  line-height: 70px;
  position: relative;
  top: -9px;
}

.text-span-53, .text-span-54, .text-span-55 {
  color: #ff5c00;
}

.slide-8 {
  background-image: url('../images/raising-films-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8._225 {
  background-image: url('../images/225h.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8.bj {
  width: 940px;
  height: 528px;
  background-image: url('../images/BJ-7.jpg');
}

.slide-8._28deg {
  background-image: url('../images/Degrees-8.jpg');
  background-position: 50% 100%;
}

.slide-8._225 {
  background-image: url('../images/225h_1.jpg');
  background-position: 50% 100%;
}

.text-span---art-3-dots {
  position: relative;
  top: -16px;
}

.text-span---orange {
  color: #ff5c00;
}

.image-39 {
  width: 400px;
  margin-top: 20px;
  display: none;
}

.other-section {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: -250px;
  overflow: hidden;
}

.other-container {
  margin-bottom: -55px;
}

.slide-9 {
  background-color: #181818;
  background-image: url('../images/YSA-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 95%;
}

.slide-9._225 {
  background-image: url('../images/225i.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9._28deg {
  background-image: url('../images/Degrees-9.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9._225 {
  background-image: url('../images/225i_1.jpg');
  background-size: cover;
}

.text-span-56 {
  color: #ff5c00;
}

.modal-close-1 {
  z-index: auto;
  width: 50px;
  height: 50px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: -15px;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.prev-next---link {
  color: rgba(71, 67, 64, .95);
  font-family: "3831ea 0 0", sans-serif;
  font-size: 20px;
  line-height: 70px;
  text-decoration: none;
}

.prev-next---link:hover {
  color: rgba(255, 255, 255, .35);
}

.prev-next---slash {
  color: rgba(104, 98, 94, .95);
  margin-left: 6px;
  margin-right: 5px;
  font-family: "3831ea 0 0", sans-serif;
  font-size: 20px;
  line-height: 70px;
}

.modal-1 {
  z-index: 3000;
  background-color: rgba(37, 34, 30, .95);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.modal-1.rm, .modal-1.mud2, .modal-1.pb, .modal-1.m86, .modal-1.lmd, .modal-1.kq, .modal-1.waltz, .modal-1.chinese, .modal-1.cian, .modal-1.cooper, .modal-1._1971, .modal-1.ftp {
  width: 100%;
  max-width: 100%;
  display: none;
}

.modal-close-x1 {
  width: 25px;
  height: 4px;
  background-color: #ff5c00;
  transform: rotate(45deg);
}

.modal-close-x2 {
  width: 25px;
  height: 4px;
  background-color: #ff5c00;
  margin-top: -4px;
  transform: rotate(-45deg);
}

.slide-13 {
  background-image: url('../images/personal-best-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13.pb {
  background-image: url('../images/personal-best-4_1.jpg');
}

.slide-13.mud2 {
  background-image: url('../images/mud-4_1.jpg');
}

.slide-13.m86 {
  width: 940px;
  height: 528px;
  background-image: url('../images/maradona-4_1.jpg');
}

.video-10 {
  display: none;
}

.slide-14 {
  background-image: url('../images/personal-best-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-14.m86 {
  width: 940px;
  height: 528px;
  background-image: url('../images/maradona-5.jpg');
}

.testimonial-horizontal {
  height: 1px;
  background-color: #f0ebd7;
  position: relative;
  top: -85px;
}

.home-link-1-2 {
  z-index: 2;
  width: 95px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: -20px;
}

.home-link-1-2.w--current {
  z-index: 2;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.video-11, .video-12, .image-52, .image-53 {
  display: none;
}

.horizontal-divider {
  height: 1px;
  background-color: #f0ebd7;
  margin-top: 205px;
  display: block;
  position: static;
}

.horizontal-divider.mud2 {
  margin-top: 206px;
  display: block;
}

.horizontal-divider.pb {
  margin-top: 226px;
  display: block;
}

.horizontal-divider.m86 {
  margin-top: 304px;
  display: block;
}

.horizontal-divider.lmd {
  margin-top: 258px;
  display: block;
}

.horizontal-divider.kq {
  margin-top: 244px;
  display: block;
}

.horizontal-divider.waltz {
  margin-top: 324px;
  display: block;
}

.horizontal-divider.chinese {
  margin-top: 264px;
  display: block;
}

.horizontal-divider.cian {
  margin-top: 305px;
  display: block;
}

.horizontal-divider.ktf {
  margin-top: 23px;
  display: block;
}

.horizontal-divider.rocks {
  margin-top: 21px;
  display: block;
}

.horizontal-divider.bj {
  margin-top: 74px;
  display: block;
}

.horizontal-divider.mr-t, .horizontal-divider.fable {
  margin-top: 355px;
  display: block;
}

.horizontal-divider.rf {
  margin-top: 101px;
  display: block;
  position: static;
}

.horizontal-divider.gdf {
  margin-top: 355px;
  display: block;
  position: static;
}

.horizontal-divider.ajh {
  margin-top: 394px;
  display: block;
  position: static;
}

.horizontal-divider.mag {
  margin-top: 334px;
  display: block;
  position: static;
}

.horizontal-divider.jls {
  margin-top: 414px;
  display: block;
  position: static;
}

.horizontal-divider.ath {
  margin-top: 354px;
  display: block;
  position: static;
}

.horizontal-divider.fake {
  margin-top: 335px;
}

.horizontal-divider.rm {
  margin-top: 206px;
}

.horizontal-divider.ysa {
  margin-top: 355px;
}

.horizontal-divider.whale {
  margin-top: 375px;
  display: block;
}

.horizontal-divider.pms {
  margin-top: 295px;
  display: block;
}

.horizontal-divider._28deg {
  margin-top: 315px;
  display: block;
}

.horizontal-divider._225, .horizontal-divider.nighthawks {
  margin-top: 335px;
  display: block;
}

.horizontal-divider.birthday {
  margin-top: 95px;
  display: block;
}

.horizontal-divider.coalville {
  margin-top: 335px;
  display: block;
}

.horizontal-divider.battleground, .horizontal-divider.camp {
  margin-top: 235px;
  display: block;
}

.horizontal-divider.curl-up {
  margin-top: 395px;
  display: block;
}

.horizontal-divider.stickmen {
  width: auto;
  margin-top: 295px;
  display: block;
}

.horizontal-divider.achtung {
  margin-top: 395px;
  display: block;
}

.horizontal-divider.subdigital {
  margin-top: 390px;
  display: block;
}

.horizontal-divider.cooper {
  margin-top: 245px;
}

.horizontal-divider._1971 {
  margin-top: 160px;
}

.horizontal-divider.mycotopia {
  margin-top: 335px;
}

.horizontal-divider.flora {
  margin-top: 375px;
}

.horizontal-divider.truth {
  margin-top: 395px;
}

.horizontal-divider.ftp {
  margin-top: 139px;
}

.video-14 {
  height: 581px;
}

.video-15 {
  width: auto;
  height: 581px;
  padding-bottom: 0;
  top: 0;
}

.video-17 {
  display: none;
}

.slide-15 {
  background-image: url('../images/Chinese-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-55, .image-56, .image-57 {
  display: none;
}

.testimonial-horizontal-2 {
  height: 1px;
  background-color: #f0ebd7;
  display: none;
  position: relative;
  top: -85px;
}

.modal-2 {
  z-index: 3000;
  background-color: rgba(37, 34, 30, .95);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.modal-2.ktf, .modal-2.rocks, .modal-2.bj, .modal-2.mr-t, .modal-2.fable, .modal-2.rf, .modal-2.gdf, .modal-2.ajh, .modal-2.mag, .modal-2.jls, .modal-2.ath {
  display: none;
}

.image-58 {
  width: 400px;
  margin-top: 20px;
}

.image---bp3, .image---bp4 {
  display: none;
}

.image-69 {
  width: 400px;
  margin-top: 20px;
}

.image-70, .image-71, .image-72, .image-73, .image-74, .image-75, .image-76, .image-77, .image-78, .video-20 {
  display: none;
}

.image-79 {
  width: 350px;
  margin-top: 20px;
}

.image-80, .image-81, .image-82, .image-83, .image-84, .image-85, .image-86, .video-21 {
  display: none;
}

.modal-3 {
  z-index: 3000;
  background-color: rgba(37, 34, 30, .95);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.modal-3.fake, .modal-3.ysa, .modal-3.whale, .modal-3.pms, .modal-3._28deg, .modal-3._225, .modal-3.nighthawks, .modal-3.birthday, .modal-3.coalville, .modal-3.battleground, .modal-3.camp, .modal-3.curl-up, .modal-3.stickmen, .modal-3.achtung, .modal-3.subdigital, .modal-3.mycotopia, .modal-3.flora, .modal-3.truth, .image-87, .image-88, .image-89, .image-90, .image-91, .image-92, .image-93, .image-94, .image-95, .image-96, .image-97, .image-98, .image-99, .spotify-3-4 {
  display: none;
}

.spotify-1-2 {
  height: 528px;
  float: none;
  clear: none;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mixcloud-1-2 {
  background-color: #000;
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mixcloud-3-4 {
  background-color: #000;
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.italic-text {
  font-style: normal;
}

.video-23 {
  display: none;
}

.text-span-57, .text-span-58 {
  color: #000;
}

.italic-text-2 {
  white-space: normal;
  font-style: normal;
}

.italic-text-3 {
  font-style: normal;
}

.text-span-60 {
  color: #ff5c00;
}

.slide-4-copy.kq {
  width: 940px;
  height: 528px;
  background-image: url('../images/keep-quiet-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy.rm, .slide-4-copy.fable {
  width: 940px;
  height: 528px;
  background-image: none;
}

.slide-4-copy.rocks {
  width: 940px;
  height: 528px;
  background-image: url('../images/Rocks-6b.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy.bj {
  width: 940px;
  height: 528px;
  background-image: url('../images/BJ-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy._225 {
  background-image: url('../images/225d.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy.lmd {
  width: 940px;
  height: 581px;
  background-image: none;
}

.slide-4-copy.waltz {
  width: 940px;
  height: 528px;
  background-image: none;
}

.slide-4-copy.ktf {
  background-image: url('../images/KTF-2a.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy.rocks {
  background-image: url('../images/Rocks-2_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy.bj {
  background-image: url('../images/BJ-2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy.mr-t {
  width: 940px;
  height: 528px;
  background-image: url('../images/turner-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy.fable {
  width: 940px;
  height: 528px;
  background-image: url('../images/fable-2_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy.rf {
  width: 940px;
  height: 528px;
  background-image: url('../images/raising-films-2_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy.gdf {
  width: 940px;
  height: 528px;
  background-image: url('../images/GDF-2_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy.ajh {
  width: 940px;
  height: 528px;
  background-image: url('../images/AJH-2_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy.mag {
  width: 940px;
  height: 528px;
  background-image: url('../images/Magnified-2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy.jls {
  width: 940px;
  height: 528px;
  background-image: url('../images/JLS-2_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy.ath {
  width: 940px;
  height: 528px;
  background-image: url('../images/ATH-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4-copy.ysa {
  background-image: url('../images/YSA-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4-copy.pms {
  background-image: url('../images/PMs-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4-copy._28deg {
  background-image: url('../images/Degrees-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4-copy._225 {
  background-image: url('../images/225d_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4-copy.battleground {
  width: 940px;
  height: 528px;
  background-image: url('../images/Battleground-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4-copy.curl-up {
  background-color: #000;
  background-image: url('../images/Curl-Up-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 96%;
}

.slide-4-copy.achtung {
  background-color: #000;
  background-image: url('../images/Achtung-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4-copy.cooper {
  width: 940px;
  height: 528px;
  background-image: none;
}

.text-span-61, .text-span-62 {
  color: #ff5c00;
}

@media screen and (max-width: 991px) {
  .menu-background {
    z-index: auto;
    background-color: rgba(37, 34, 30, .95);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .menu-button {
    z-index: auto;
    width: 50px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    margin-right: 0;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .work-button {
    padding-left: 0;
    padding-right: 0;
    font-size: 110px;
    line-height: 105px;
  }

  .work-button.w--current {
    width: 100%;
    padding-left: 20px;
    top: 134px;
  }

  .other-button {
    padding-left: 0;
    padding-right: 0;
    font-size: 110px;
    line-height: 105px;
    display: block;
  }

  .other-button.w--current {
    width: auto;
    padding-left: 0;
    top: 124px;
  }

  .about-button {
    padding-left: 0;
    padding-right: 0;
    font-size: 110px;
    line-height: 105px;
  }

  .about-button.w--current {
    width: auto;
    padding-left: 0;
    top: 84px;
  }

  .menu-bar {
    z-index: 1002;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    right: 0;
  }

  .top-line {
    top: 14px;
    bottom: 10px;
    right: 0;
  }

  .middle-line {
    top: 22px;
    bottom: 18px;
    right: 0;
  }

  .bottom-line {
    top: 30px;
    bottom: 26px;
    right: 0;
  }

  .titles-section {
    margin-top: 75px;
    margin-bottom: 39px;
    display: block;
    overflow: visible;
  }

  .titles-header {
    letter-spacing: -1px;
  }

  .intro-container.about {
    height: 1150px;
  }

  .titles-container {
    height: auto;
    margin-bottom: 0;
  }

  .logo-strikethrough-1 {
    position: relative;
    top: 21px;
    left: 9px;
  }

  .body-3 {
    overflow: visible;
  }

  .heading-3 {
    margin-top: -140px;
    margin-bottom: -25px;
  }

  .logo-text-1-3 {
    margin-right: 40px;
  }

  .logo-container-1-2 {
    z-index: 2001;
    top: 4px;
    left: 0;
    right: 0;
  }

  .top-strip {
    z-index: 1000;
  }

  .grid {
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    top: -320px;
  }

  .grid.idents {
    grid-auto-flow: row dense;
    top: -508px;
  }

  .grid.more-titles {
    top: -312px;
  }

  .work-thumb-pic {
    background-image: none;
  }

  .work-thumb-pic.rm {
    height: 160px;
    background-image: none;
    flex-flow: wrap;
    display: flex;
  }

  .work-thumb-pic.mud {
    height: 160px;
    background-image: none;
    overflow: visible;
  }

  .work-thumb-pic.m86, .work-thumb-pic.pb, .work-thumb-pic.lmd, .work-thumb-pic.ajh {
    background-image: none;
  }

  .work-thumb-pic.bj {
    height: 160px;
    background-image: none;
    flex-flow: wrap;
    display: flex;
  }

  .work-thumb-pic.fable {
    height: 160px;
    background-image: none;
    overflow: visible;
  }

  .work-thumb-pic.rf, .work-thumb-pic.mrt, .work-thumb-pic.mp {
    background-image: none;
  }

  .work-thumb-pic.waltz {
    height: 160px;
    background-image: none;
    flex-flow: wrap;
    display: flex;
  }

  .work-thumb-pic.chinese {
    height: 160px;
    background-image: none;
    overflow: visible;
  }

  .work-thumb-pic.cian, .work-thumb-pic.kq {
    background-image: none;
  }

  .work-thumb-pic.grand-duke {
    height: 160px;
    background-image: none;
    flex-flow: wrap;
    display: flex;
  }

  .work-thumb-pic.jls {
    height: 160px;
    background-image: none;
    overflow: visible;
  }

  .work-thumb-pic.ath {
    background-image: none;
  }

  .work-thumb-pic.rocks, .work-thumb-pic.ktf, .work-thumb-pic.cooper, .work-thumb-pic._1971, .work-thumb-pic.ftp {
    height: 160px;
    background-image: none;
    flex-flow: wrap;
    display: flex;
  }

  .work-thumb-header {
    color: #f0ebd7;
    top: -91px;
  }

  .mud {
    height: 160px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Gerrard-transparent.png');
    background-position: 50%;
    background-size: cover;
  }

  .intro-section.about {
    margin-bottom: 0;
  }

  .intro-section.play {
    margin-bottom: 100px;
  }

  .idents-header {
    top: -294px;
  }

  .link-block-2 {
    left: 10px;
  }

  .footer-box {
    margin-top: 0;
    left: -241px;
  }

  .columns-1-2 {
    width: 728px;
  }

  .columns-3-4 {
    display: none;
  }

  .project---header {
    letter-spacing: 0;
    margin-top: 0;
    font-size: 45px;
  }

  .project---blurb {
    width: auto;
    padding-right: 157px;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    overflow: visible;
  }

  .credits {
    font-size: 14px;
    line-height: 18px;
  }

  .work-thumb-link {
    height: 160px;
    flex-wrap: wrap;
    align-self: auto;
  }

  .print-block {
    top: -213px;
  }

  .usp {
    padding-right: 0;
  }

  .slider {
    width: 100%;
    height: 450px;
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    display: block;
    position: absolute;
    top: 55px;
  }

  .slider.rm {
    width: 100%;
    height: 409px;
    display: block;
  }

  .slider.lmd2, .slider.coalville {
    height: 450px;
  }

  .slider._1971, .slider.ftp {
    top: 103px;
  }

  .slide-1 {
    position: static;
  }

  .slide-1.rm {
    width: 100%;
    height: 450px;
  }

  .slide-1.m86 {
    position: static;
  }

  .slide-1.ysa, .slide-1._225, .slide-1.fake, .slide-1.fake, .slide-1.whale, .slide-1.nighthawks {
    width: 100%;
    height: 409px;
  }

  .slide-1.mud2, .slide-1.pb, .slide-1.m86, .slide-1.lmd, .slide-1.kq, .slide-1.waltz, .slide-1.fake, .slide-1.ysa, .slide-1.whale, .slide-1.pms, .slide-1._28deg, .slide-1._225, .slide-1.nighthawks, .slide-1.birthday, .slide-1.coalville, .slide-1.battleground, .slide-1.camp {
    width: 100%;
    height: 450px;
  }

  .slide-1.curl-up {
    width: 100%;
    height: 450px;
    background-image: url('../images/Curl-Up-1_1.jpg');
    background-position: 50%;
    background-size: auto 96%;
  }

  .slide-1.stickmen {
    width: 100%;
    height: 450px;
  }

  .slide-1.achtung {
    width: 100%;
    height: 450px;
    background-image: url('../images/Achtung-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-1.subdigital {
    width: 100%;
    height: 450px;
  }

  .slide-1.cooper, .slide-1._1971 {
    width: 100%;
    height: 450px;
    background-color: #000;
    background-image: none;
    overflow: visible;
  }

  .slide-1.mycotopia, .slide-1.flora, .slide-1.truth {
    width: 100%;
    height: 450px;
  }

  .right-arrow {
    margin-top: 0;
    margin-bottom: 0;
    top: 464px;
    left: 368px;
  }

  .right-arrow.rm {
    top: 430px;
    left: 540px;
  }

  .right-arrow.lmd {
    top: 468px;
    left: 368px;
  }

  .right-arrow.rm {
    top: 430px;
    left: 540px;
  }

  .right-arrow.coalville {
    top: 464px;
  }

  .right-arrow.subdigital, .right-arrow.achtung {
    top: 462px;
  }

  .slide-2.rm {
    width: 100%;
    height: 450px;
  }

  .slide-2.fable, .slide-2.rf, .slide-2.ajh, .slide-2.gdf, .slide-2.jls, .slide-2.rocks, .slide-2.bj, .slide-2.ktf, .slide-2.ysa, .slide-2._225 {
    width: 100%;
    height: 409px;
  }

  .slide-2.mud2, .slide-2.pb, .slide-2.m86, .slide-2.lmd, .slide-2.kq, .slide-2.waltz {
    width: 100%;
    height: 450px;
  }

  .slide-2.chinese, .slide-2.cian {
    width: 100%;
    height: 450px;
    background-color: #000;
    background-image: none;
  }

  .slide-2.ktf {
    width: 100%;
    height: 450px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/KTF-1a.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-2.rocks {
    width: 100%;
    height: 450px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Rocks-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-2.bj {
    width: 100%;
    height: 450px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/BJ-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-2.mr-t {
    width: 100%;
    height: 450px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/turner-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-2.fable {
    width: 100%;
    height: 450px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/fable-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-2.rf {
    width: 100%;
    height: 450px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/raising-films-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-2.gdf {
    width: 100%;
    height: 450px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/GDF-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-2.ajh {
    width: 100%;
    height: 450px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/AJH-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-2.mag {
    width: 100%;
    height: 450px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Magnified-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-2.jls {
    width: 100%;
    height: 450px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/JLS-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-2.ath {
    width: 100%;
    height: 450px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/ATH-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-2.fake, .slide-2.ysa, .slide-2.whale {
    width: 100%;
    height: 450px;
  }

  .slide-2._28deg {
    background-image: url('../images/Degrees-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-2.coalville, .slide-2.battleground {
    width: 100%;
    height: 450px;
  }

  .slide-2.curl-up {
    background-image: url('../images/Curl-Up-2_1.jpg');
    background-size: auto 96%;
  }

  .slide-2.achtung {
    background-image: url('../images/Achtung-2.jpg');
    background-size: cover;
  }

  .slide-2.subdigital {
    background-image: url('../images/Curl-Up-2_1.jpg');
    background-size: auto 96%;
  }

  .slide-2.cooper {
    width: 100%;
    height: 450px;
  }

  .slide-2.truth {
    background-image: none;
  }

  .slide-3.rm {
    width: 100%;
    height: 450px;
  }

  .slide-3.fable, .slide-3.rf, .slide-3.ajh, .slide-3.gdf, .slide-3.jls, .slide-3.rocks, .slide-3.bj {
    width: 100%;
    height: 409px;
  }

  .slide-3.ktf, .slide-3.mud2, .slide-3.pb, .slide-3.m86, .slide-3.lmd, .slide-3.kq-2, .slide-3.rocks, .slide-3.bj, .slide-3.mr-t, .slide-3.fable, .slide-3.rf, .slide-3.gdf, .slide-3.ajh, .slide-3.mag, .slide-3.jls, .slide-3.ath, .slide-3.fake, .slide-3.coalville, .slide-3.battleground {
    width: 100%;
    height: 450px;
  }

  .slide-3.curl-up {
    background-image: url('../images/Curl-Up-3_1.jpg');
    background-size: auto 96%;
  }

  .slide-3.achtung {
    background-image: url('../images/Achtung-3.jpg');
    background-size: cover;
  }

  .slide-3.subdigital {
    background-image: url('../images/Curl-Up-3_1.jpg');
    background-size: auto 96%;
  }

  .slide-3.cooper {
    width: 100%;
    height: 450px;
  }

  .horizontal-line-1 {
    margin-top: 27px;
  }

  .horizontal-line-1.rm {
    margin-top: 173px;
  }

  .left-arrow {
    margin-top: 0;
    margin-bottom: 0;
    top: 464px;
    left: 310px;
  }

  .left-arrow.rm {
    top: 430px;
    left: 510px;
  }

  .left-arrow.lmd {
    top: 468px;
    left: 310px;
  }

  .left-arrow.rm {
    top: 430px;
    left: 510px;
  }

  .left-arrow.coalville {
    top: 464px;
  }

  .left-arrow.subdigital, .left-arrow.achtung {
    top: 462px;
  }

  .slide-arrow-left-1, .slide-arrow-right-1 {
    top: 4%;
  }

  .video-2.truth {
    height: 100%;
  }

  .testimonials-container {
    height: auto;
    top: 45px;
    overflow: visible;
  }

  .testimonials-text {
    letter-spacing: .5px;
    padding-left: 210px;
    padding-right: 0;
    top: -5px;
  }

  .testimonials-pic {
    width: 180px;
    height: 180px;
    left: 0;
  }

  .horizontal-divider-top {
    margin-top: 27px;
  }

  .horizontal-divider-top.rm, .horizontal-divider-top.mud2 {
    margin-top: 173px;
  }

  .slide-4.kq, .slide-4.rm {
    width: 100%;
    height: 450px;
  }

  .slide-4.fable, .slide-4.rocks, .slide-4.bj {
    width: 100%;
    height: 409px;
  }

  .slide-4.lmd, .slide-4.waltz, .slide-4.ktf {
    width: 100%;
    height: 450px;
  }

  .slide-4.rocks, .slide-4.bj {
    height: 450px;
  }

  .slide-4.mr-t, .slide-4.fable, .slide-4.rf, .slide-4.gdf, .slide-4.ajh, .slide-4.mag, .slide-4.jls, .slide-4.ath, .slide-4.battleground {
    width: 100%;
    height: 450px;
  }

  .slide-4.curl-up {
    background-image: url('../images/Curl-Up-4_1.jpg');
    background-size: auto 96%;
  }

  .slide-4.achtung {
    background-image: url('../images/Achtung-4.jpg');
    background-size: cover;
  }

  .slide-4.cooper, .slide-4._1971, .slide-4.ftp, .slide-5.pb, .slide-5.bj, .slide-5.mr-t, .slide-5.fable, .slide-5.rf {
    width: 100%;
    height: 450px;
  }

  .slide-5.ajh {
    background-image: url('../images/ajh-films-1.gif');
  }

  .slide-5.battleground {
    width: 100%;
    height: 450px;
  }

  .slide-5.curl-up, .slide-5.achtung {
    background-image: url('../images/Curl-Up-5_1.jpg');
    background-size: auto 96%;
  }

  .testimonials-block-2 {
    height: 325px;
    margin-top: 295px;
  }

  .right-arrow-2 {
    top: 162px;
    bottom: 0%;
    left: 377px;
    right: auto;
  }

  .left-arrow-2 {
    top: 162px;
    bottom: 0%;
    left: 321px;
    right: auto;
  }

  .slide-nav-2 {
    position: relative;
    top: -7px;
    bottom: 0;
  }

  .big-quotation {
    padding-left: 22px;
    top: -2px;
    left: 0;
  }

  .column {
    padding-left: 0;
  }

  .video-7 {
    width: 100%;
    height: 400px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
    top: 0;
  }

  .video-7.cooper, .video-7._1971, .video-7._1971 {
    width: 100%;
    height: 450px;
    object-fit: fill;
    background-color: #000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-19 {
    width: 400px;
    display: none;
  }

  .about-text {
    padding-right: 0;
  }

  .about-text._1 {
    margin-right: 0;
    padding-left: 20px;
  }

  .about-text._2 {
    margin-right: 0;
    top: -481px;
  }

  .image-23 {
    width: 250px;
    display: block;
    position: relative;
  }

  .image-24 {
    display: block;
    position: relative;
    bottom: -63px;
  }

  .heading-5 {
    letter-spacing: -1px;
  }

  .play-thumb-link {
    height: 160px;
    background-position: 50%;
  }

  .play-thumb-link.truth {
    background-image: url('../images/Truth-Thumb.jpg');
  }

  .text-span---art-title {
    font-size: 30px;
    line-height: 30px;
    top: 5px;
  }

  .text-span---art-intro {
    top: -18px;
  }

  .play-intro-text {
    padding-right: 0;
  }

  .body---play {
    overflow: visible;
  }

  .container-5 {
    height: auto;
  }

  .slide-6.bj {
    width: 100%;
    height: 450px;
    background-size: 100% 100%;
  }

  .slide-6.curl-up, .slide-6.achtung {
    background-image: url('../images/Curl-Up-6_1.jpg');
    background-position: 50%;
  }

  .slide-7.bj {
    width: 100%;
    height: 450px;
  }

  .slider-toggle {
    display: block;
  }

  .slide-8.bj {
    width: 100%;
    height: 450px;
    background-position: 50%;
    background-size: 100% 100%;
    background-attachment: scroll;
  }

  .image-39 {
    width: 280px;
    margin-top: 20px;
    display: none;
  }

  .other-section {
    margin-top: -309px;
    margin-bottom: -445px;
    overflow: visible;
  }

  .modal-close-1 {
    align-items: flex-end;
    margin-top: 0;
    margin-right: 0;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .modal-1, .modal-1.rm, .modal-1.mud2, .modal-1.pb, .modal-1.m86, .modal-1.lmd, .modal-1.kq, .modal-1.waltz, .modal-1.chinese, .modal-1.cian, .modal-1.cooper, .modal-1._1971, .modal-1.ftp {
    display: none;
  }

  .slide-13.pb, .slide-13.mud2, .slide-13.m86, .slide-14.m86 {
    width: 100%;
    height: 450px;
  }

  .testimonial-horizontal {
    top: -100px;
  }

  .home-link-3-4 {
    z-index: 2;
  }

  .image-52, .image-53 {
    display: none;
  }

  .horizontal-divider {
    margin-top: 191px;
    display: block;
    position: static;
  }

  .horizontal-divider.mud2 {
    margin-top: 209px;
  }

  .horizontal-divider.pb {
    margin-top: 208px;
  }

  .horizontal-divider.m86 {
    margin-top: 297px;
  }

  .horizontal-divider.lmd {
    margin-top: 209px;
  }

  .horizontal-divider.kq {
    margin-top: 243px;
  }

  .horizontal-divider.waltz {
    margin-top: 315px;
  }

  .horizontal-divider.chinese {
    margin-top: 260px;
  }

  .horizontal-divider.cian {
    margin-top: 280px;
  }

  .horizontal-divider.ktf {
    margin-top: 31px;
  }

  .horizontal-divider.rocks {
    margin-top: 29px;
  }

  .horizontal-divider.bj {
    margin-top: 75px;
  }

  .horizontal-divider.mr-t {
    margin-top: 327px;
  }

  .horizontal-divider.fable {
    margin-top: 346px;
  }

  .horizontal-divider.rf {
    margin-top: 74px;
  }

  .horizontal-divider.gdf {
    margin-top: 345px;
  }

  .horizontal-divider.ajh {
    margin-top: 363px;
  }

  .horizontal-divider.mag {
    margin-top: 310px;
  }

  .horizontal-divider.jls {
    margin-top: 399px;
  }

  .horizontal-divider.ath {
    margin-top: 328px;
  }

  .horizontal-divider.fake {
    margin-top: 310px;
  }

  .horizontal-divider.rm {
    margin-top: 190px;
  }

  .horizontal-divider.ysa, .horizontal-divider.whale {
    margin-top: 346px;
  }

  .horizontal-divider.pms {
    margin-top: 274px;
  }

  .horizontal-divider._28deg {
    margin-top: 293px;
  }

  .horizontal-divider._225, .horizontal-divider.nighthawks {
    margin-top: 310px;
  }

  .horizontal-divider.birthday {
    margin-top: 95px;
  }

  .horizontal-divider.coalville {
    margin-top: 256px;
  }

  .horizontal-divider.battleground, .horizontal-divider.camp {
    margin-top: 220px;
  }

  .horizontal-divider.curl-up {
    margin-top: 364px;
  }

  .horizontal-divider.stickmen {
    width: auto;
    margin-top: 292px;
  }

  .horizontal-divider.achtung {
    margin-top: 380px;
  }

  .horizontal-divider.subdigital {
    margin-top: 375px;
  }

  .horizontal-divider.cooper {
    margin-top: 226px;
  }

  .horizontal-divider._1971 {
    margin-top: 193px;
  }

  .horizontal-divider.mycotopia {
    margin-top: 328px;
  }

  .horizontal-divider.flora {
    margin-top: 345px;
  }

  .horizontal-divider.truth {
    margin-top: 365px;
  }

  .horizontal-divider.ftp {
    margin-top: 154px;
  }

  .mask-2 {
    background-color: #000;
  }

  .video-13 {
    width: auto;
    height: 450px;
  }

  .video-14, .video-15, .video-16 {
    width: 100%;
    height: 450px;
  }

  .slide-15.chinese {
    width: 100%;
    height: 450px;
    background-color: #000;
    background-image: none;
  }

  .video-18 {
    top: 19px;
  }

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

  .testimonial-horizontal-2 {
    top: -100px;
  }

  .modal-2, .modal-2.ktf, .modal-2.rocks, .modal-2.bj, .modal-2.mr-t, .modal-2.fable, .modal-2.rf, .modal-2.gdf, .modal-2.ajh, .modal-2.mag, .modal-2.jls, .modal-2.ath {
    display: none;
  }

  .image-58 {
    width: 325px;
    display: block;
  }

  .image---bp3, .image---bp4 {
    display: none;
  }

  .image-69 {
    width: 380px;
  }

  .image-70, .image-71, .image-72, .image-73, .image-74, .image-75, .image-76, .image-77, .image-78 {
    display: none;
  }

  .video-19 {
    width: auto;
    height: 100%;
    background-color: #000;
  }

  .video-20, .image-80, .image-81, .image-86 {
    display: none;
  }

  .video-22 {
    width: 100%;
    height: 100%;
  }

  .modal-3, .modal-3.fake, .modal-3.ysa, .modal-3.whale, .modal-3.pms, .modal-3._28deg, .modal-3._225, .modal-3.nighthawks, .modal-3.birthday, .modal-3.coalville, .modal-3.battleground, .modal-3.camp, .modal-3.curl-up, .modal-3.stickmen, .modal-3.achtung, .modal-3.subdigital, .modal-3.mycotopia, .modal-3.flora, .modal-3.truth, .spotify-3-4 {
    display: none;
  }

  .spotify-1-2 {
    height: 450px;
  }

  .mixcloud-3-4, .video-23 {
    display: none;
  }

  .text-span-59 {
    letter-spacing: 0;
  }

  .slide-4-copy.kq, .slide-4-copy.rm {
    width: 100%;
    height: 450px;
  }

  .slide-4-copy.fable, .slide-4-copy.rocks, .slide-4-copy.bj {
    width: 100%;
    height: 409px;
  }

  .slide-4-copy.lmd, .slide-4-copy.waltz, .slide-4-copy.ktf {
    width: 100%;
    height: 450px;
  }

  .slide-4-copy.rocks, .slide-4-copy.bj {
    height: 450px;
  }

  .slide-4-copy.mr-t, .slide-4-copy.fable, .slide-4-copy.rf, .slide-4-copy.gdf, .slide-4-copy.ajh, .slide-4-copy.mag, .slide-4-copy.jls, .slide-4-copy.ath, .slide-4-copy.battleground {
    width: 100%;
    height: 450px;
  }

  .slide-4-copy.curl-up {
    background-image: url('../images/Curl-Up-4_1.jpg');
    background-size: auto 96%;
  }

  .slide-4-copy.achtung {
    background-image: url('../images/Achtung-4.jpg');
    background-size: cover;
  }

  .slide-4-copy.cooper {
    width: 100%;
    height: 450px;
  }

  .video-24 {
    height: 100%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .menu-background {
    background-color: rgba(37, 34, 30, .95);
  }

  .menu-button {
    height: 30px;
    float: right;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .work-button {
    letter-spacing: -1px;
    margin-top: 0;
    margin-left: 15px;
    padding: 15px 15px 0 0;
    font-size: 14vw;
    line-height: 14vw;
  }

  .work-button.w--current {
    width: 94vw;
    margin-left: 3vw;
    padding: 0;
    top: 117px;
  }

  .other-button {
    letter-spacing: -1px;
    margin-left: 15px;
    padding: 0 15px 0 0;
    font-size: 14vw;
    line-height: 100%;
    display: block;
  }

  .other-button.w--current {
    width: auto;
    margin-left: 15px;
    padding: 0 15px 0 0;
    top: 140px;
  }

  .about-button {
    letter-spacing: -1px;
    margin-left: 15px;
    padding: 0 15px 0 0;
    font-size: 14vw;
    line-height: 14vw;
  }

  .about-button.w--current {
    width: auto;
    margin-left: 15px;
    padding: 0 15px 0 0;
    top: 139px;
  }

  .menu-bar {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    top: 0;
    left: 0;
    right: 0;
  }

  .menu-bar.about {
    width: auto;
    max-width: none;
  }

  .top-line {
    top: 12px;
    bottom: 10px;
    right: 0;
  }

  .middle-line {
    top: 20px;
    bottom: 18px;
    right: 0;
  }

  .bottom-line {
    top: 28px;
    bottom: 26px;
    right: 0;
  }

  .intro-text-2 {
    clear: none;
    margin-top: 0;
    font-size: 14vw;
    line-height: 100%;
    display: block;
    position: static;
  }

  .titles-section {
    width: auto;
    max-width: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    overflow: hidden;
  }

  .titles-header {
    margin-top: 25px;
    font-size: 14vw;
    line-height: 100%;
    position: static;
  }

  .intro-container {
    flex: 1;
    margin-top: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0;
  }

  .intro-container.about {
    height: 1100px;
    margin-top: 100px;
    display: block;
  }

  .intro-container.play {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 100px;
    margin-bottom: 50px;
    display: block;
    overflow: visible;
  }

  .titles-container {
    height: auto;
    margin-top: 0;
    margin-bottom: 180px;
  }

  .logo-strikethrough-1 {
    width: 63vw;
    height: 5vw;
    position: relative;
    top: 8vw;
    left: 1vw;
  }

  .body-3 {
    max-width: none;
  }

  .heading-3 {
    margin-top: 25px;
    font-size: 14vw;
    line-height: 14vw;
  }

  .logo-container-1-2 {
    display: none;
    top: 4px;
    left: 15px;
    right: 15px;
  }

  .top-strip {
    width: auto;
    max-width: none;
  }

  .grid {
    width: auto;
    height: auto;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    grid-auto-columns: 1.25fr;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
    margin-bottom: 0;
    top: -43vw;
  }

  .grid.idents {
    grid-auto-flow: column;
    margin-top: 0;
    position: static;
    top: -63.2vw;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .grid.more-titles {
    grid-template-rows: auto auto auto;
    grid-template-areas: ". ."
                         ". ."
                         ". .";
    top: -41.5vw;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .work-thumb-pic.rm {
    height: 100%;
    flex-direction: row;
  }

  .work-thumb-pic.mud {
    height: 100%;
  }

  .work-thumb-pic.bj {
    height: 100%;
    flex-direction: row;
  }

  .work-thumb-pic.fable {
    height: 100%;
  }

  .work-thumb-pic.waltz {
    height: 100%;
    flex-direction: row;
  }

  .work-thumb-pic.chinese {
    height: 100%;
  }

  .work-thumb-pic.cian {
    background-image: none;
  }

  .work-thumb-pic.grand-duke {
    height: 100%;
    flex-direction: row;
  }

  .work-thumb-pic.jls {
    height: 100%;
  }

  .work-thumb-pic.ath {
    background-image: none;
  }

  .work-thumb-pic.rocks, .work-thumb-pic.ktf, .work-thumb-pic.cooper, .work-thumb-pic._1971, .work-thumb-pic.ftp {
    height: 100%;
    flex-direction: row;
  }

  .work-thumb-header {
    width: auto;
    color: #f0ebd7;
    flex-flow: column wrap;
    flex: 1;
    align-content: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    position: relative;
    top: -76px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .mud {
    width: 100%;
    height: 160px;
    background-size: cover;
    position: relative;
  }

  .intro-section {
    width: auto;
    max-width: none;
    flex-direction: row;
    margin-left: 15px;
    margin-right: 15px;
    position: static;
  }

  .intro-section.about {
    height: 1150px;
    margin-bottom: 50px;
    display: inline-block;
  }

  .intro-section.play {
    height: auto;
    margin-bottom: 0;
    display: inline-block;
  }

  .logo-container-3-4 {
    z-index: 2001;
    height: 5px;
    display: block;
    position: fixed;
    top: 4px;
    left: 15px;
    right: 15px;
  }

  .logo-strikethrough-4 {
    width: 29px;
    height: 7px;
  }

  .logo-text-4 {
    margin-top: 0;
    margin-right: 29px;
  }

  .idents-header {
    margin-top: 0;
    font-size: 14vw;
    line-height: 100%;
    position: relative;
    top: -34vw;
  }

  .link-block-2 {
    display: block;
    position: relative;
    top: 12px;
    bottom: 0%;
    left: 10px;
    right: auto;
  }

  .footer-box {
    width: 100vw;
    height: 170px;
    margin-top: 0;
    left: 0;
  }

  .footer-box.home {
    width: auto;
    max-width: none;
  }

  .columns-1-2 {
    width: 94vw;
    display: none;
  }

  .columns-3-4 {
    width: 94vw;
    height: 120px;
    display: block;
  }

  .text-block-7 {
    color: #f0ebd7;
    letter-spacing: .75px;
    font-family: Ltctwentcenmed, sans-serif;
    line-height: 25px;
  }

  .text-block-8 {
    color: #f0ebd7;
    letter-spacing: .75px;
    padding-left: 30px;
    font-family: Ltctwentcenmed, sans-serif;
    line-height: 25px;
  }

  .text-span-7, .text-span-8 {
    color: #ff5c00;
    font-size: 13.5px;
  }

  .project---header {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 6.5vw;
    line-height: 6.5vw;
  }

  .project---blurb {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 0;
    position: static;
    top: 63.5vw;
    overflow: visible;
  }

  .project---close-container {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    display: block;
    position: fixed;
  }

  .credits {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 746px;
  }

  .link-block-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 20px;
  }

  .work-thumb-link {
    height: 150px;
    flex-flow: wrap;
    align-content: center;
    align-self: auto;
    position: static;
  }

  .plus-box {
    top: -40.3vw;
  }

  .titles-block {
    top: -43.1vw;
  }

  .print-block {
    top: -63.1vw;
  }

  .usp {
    margin: 25px auto 24px;
    font-size: 15px;
    line-height: 20px;
  }

  .slider, .slider.rm, .slider.lmd2, .slider._1971, .slider.ftp {
    display: none;
  }

  .horizontal-line-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .horizontal-line-1.rm {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .modal-container {
    align-self: flex-start;
  }

  .image-5, .image-6, .image-7 {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .video-2 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    display: block;
  }

  .testimonials-container {
    height: 400px;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    top: 54px;
  }

  .testimonials-text {
    height: auto;
    clear: none;
    padding-left: 0;
    padding-right: 100px;
    font-size: 15px;
    line-height: 20px;
    top: -5px;
  }

  .testimonials-pic {
    width: 150px;
    height: 150px;
    float: none;
    clear: none;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .horizontal-divider-top {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .horizontal-divider-top.rm, .horizontal-divider-top.mud2, .horizontal-divider-top.pb {
    margin-top: 20px;
  }

  .horizontal-divider-top.rm {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
  }

  .horizontal-divider-top.bj, .horizontal-divider-top.ktf, .horizontal-divider-top.ysa, .horizontal-divider-top._225, .horizontal-divider-top.fake, .horizontal-divider-top.fake, .horizontal-divider-top.whale, .horizontal-divider-top.nighthawks {
    margin-top: 20px;
    display: block;
  }

  .horizontal-divider-top.mud2, .horizontal-divider-top.pb, .horizontal-divider-top.m86, .horizontal-divider-top.lmd, .horizontal-divider-top.kq, .horizontal-divider-top.waltz, .horizontal-divider-top.chinese {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
  }

  .horizontal-divider-top.cian, .horizontal-divider-top.ktf, .horizontal-divider-top.rocks, .horizontal-divider-top.bj, .horizontal-divider-top.mr-t, .horizontal-divider-top.fable, .horizontal-divider-top.rf, .horizontal-divider-top.gdf, .horizontal-divider-top.ajh, .horizontal-divider-top.mag, .horizontal-divider-top.jls, .horizontal-divider-top.ath {
    margin-left: 15px;
    margin-right: 15px;
  }

  .horizontal-divider-top.fake, .horizontal-divider-top.ysa, .horizontal-divider-top.whale, .horizontal-divider-top.pms, .horizontal-divider-top._28deg, .horizontal-divider-top._225, .horizontal-divider-top.nighthawks, .horizontal-divider-top.birthday, .horizontal-divider-top.coalville, .horizontal-divider-top.battleground, .horizontal-divider-top.camp, .horizontal-divider-top.curl-up, .horizontal-divider-top.stickmen, .horizontal-divider-top.achtung, .horizontal-divider-top.subdigital, .horizontal-divider-top.cooper, .horizontal-divider-top._1971, .horizontal-divider-top.mycotopia, .horizontal-divider-top.flora, .horizontal-divider-top.truth, .horizontal-divider-top.ftp {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
  }

  .text-span-31 {
    font-size: 5.5vw;
    line-height: 5.5vw;
  }

  .testimonials-block-2 {
    width: auto;
    height: 300px;
    max-width: none;
    margin-top: -25px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .testimonial-slider {
    height: 350px;
    flex-direction: row;
    align-items: flex-start;
    display: block;
    top: -29px;
  }

  .right-arrow-2 {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: -3%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .left-arrow-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    position: absolute;
    top: -3%;
    bottom: auto;
    left: auto;
    right: 4%;
  }

  .slide-nav-2 {
    margin-top: 6px;
    position: static;
    top: 617px;
  }

  .big-quotation {
    height: 30px;
    float: left;
    clear: none;
    margin: -10px -2px 4px 0;
    padding-left: 0;
    padding-right: 22px;
    font-size: 125px;
    position: static;
    top: 38px;
    left: 151px;
    overflow: visible;
  }

  .image-19 {
    width: 100%;
    display: block;
  }

  .about-text {
    margin-top: 50px;
    font-size: 15px;
    line-height: 20px;
  }

  .about-text._1 {
    margin-top: 25px;
    margin-left: 0;
    padding-left: 0;
    position: static;
    top: 0;
  }

  .about-text._2 {
    margin-top: 30px;
    position: static;
    top: 0;
  }

  .image-23 {
    width: 50%;
    margin-top: 0;
    display: none;
    position: static;
  }

  .image-24 {
    width: 50%;
    display: none;
    position: static;
  }

  .heading-5 {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 14vw;
    line-height: 80%;
  }

  .image-25, .image-26 {
    width: 50%;
    margin-top: 30px;
    display: inline-block;
  }

  .slide-1---test {
    position: static;
  }

  .slide-1---test.sam {
    overflow: visible;
  }

  .slide-2---test {
    position: static;
  }

  .grid---play {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    justify-items: stretch;
  }

  .play-thumb-link {
    height: 180px;
    background-position: 50% 40%;
    overflow: visible;
  }

  .play-thumb-link._2 {
    background-position: 50%;
  }

  .text-span---art-title {
    font-size: 30px;
    line-height: 30px;
  }

  .text-span---art-intro {
    position: relative;
    top: -17px;
  }

  .play-intro-text {
    margin-top: 25px;
    font-size: 15px;
    line-height: 20px;
  }

  .play-divider-for-phone {
    display: none;
  }

  .text-span-47 {
    color: #000;
  }

  .column-2, .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .blurb-section {
    width: auto;
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .text-span-48, .text-span-49, .text-span-50, .text-span-51 {
    letter-spacing: 3px;
  }

  .slide-3---test {
    position: static;
  }

  .slider-toggle {
    display: none;
  }

  .image-39 {
    width: 100%;
    display: block;
  }

  .other-section {
    width: auto;
    max-width: none;
    margin: -225px 15px -273px;
  }

  .modal-close-1 {
    z-index: auto;
    margin-top: 10px;
    margin-right: 30px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .modal-1 {
    align-content: flex-start;
    align-items: flex-start;
    display: none;
    overflow: auto;
  }

  .modal-1.rm, .modal-1.mud2, .modal-1.pb, .modal-1.m86, .modal-1.lmd, .modal-1.kq, .modal-1.waltz, .modal-1.chinese, .modal-1.cian, .modal-1.cooper, .modal-1._1971, .modal-1.ftp {
    width: auto;
    max-width: none;
    display: none;
  }

  .video-10 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding-top: 3px;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .testimonial-horizontal {
    display: none;
    top: auto;
    bottom: 30%;
  }

  .home-link-3-4 {
    z-index: 2;
    width: 40px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    top: -20px;
  }

  .video-11, .video-12 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    display: block;
  }

  .image-52, .image-53 {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .horizontal-divider {
    margin: 20px 15px;
    display: block;
  }

  .horizontal-divider.mud2, .horizontal-divider.pb, .horizontal-divider.m86, .horizontal-divider.lmd, .horizontal-divider.kq, .horizontal-divider.waltz {
    margin-top: 20px;
  }

  .horizontal-divider.chinese, .horizontal-divider.cian, .horizontal-divider.ktf, .horizontal-divider.rocks, .horizontal-divider.bj, .horizontal-divider.mr-t, .horizontal-divider.fable, .horizontal-divider.rf, .horizontal-divider.gdf, .horizontal-divider.ajh, .horizontal-divider.mag, .horizontal-divider.jls, .horizontal-divider.ath {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
  }

  .horizontal-divider.fake, .horizontal-divider.rm, .horizontal-divider.ysa, .horizontal-divider.whale, .horizontal-divider.pms, .horizontal-divider._28deg, .horizontal-divider._225, .horizontal-divider.nighthawks, .horizontal-divider.birthday, .horizontal-divider.coalville, .horizontal-divider.battleground, .horizontal-divider.camp, .horizontal-divider.curl-up {
    margin-top: 20px;
  }

  .horizontal-divider.stickmen {
    width: auto;
    margin-top: 20px;
  }

  .horizontal-divider.achtung, .horizontal-divider.subdigital, .horizontal-divider.cooper, .horizontal-divider._1971, .horizontal-divider.mycotopia, .horizontal-divider.flora, .horizontal-divider.truth, .horizontal-divider.ftp {
    margin-top: 20px;
  }

  .video-17 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-55 {
    display: none;
  }

  .image-56, .image-57 {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .testimonial-horizontal-2 {
    display: block;
    top: auto;
    bottom: -3%;
  }

  .modal-2 {
    align-content: flex-start;
    align-items: flex-start;
    display: none;
    overflow: auto;
  }

  .modal-2.ktf, .modal-2.rocks, .modal-2.bj, .modal-2.mr-t, .modal-2.fable, .modal-2.rf, .modal-2.gdf, .modal-2.ajh, .modal-2.mag, .modal-2.jls, .modal-2.ath {
    display: none;
  }

  .image-58 {
    width: 100%;
    display: block;
  }

  .image---bp3 {
    margin-top: 20px;
    display: block;
  }

  .image---bp4, .image-69 {
    display: none;
  }

  .image-70 {
    margin-top: 20px;
    display: inline-block;
  }

  .image-71 {
    margin-top: 20px;
    display: none;
  }

  .image-72 {
    margin-top: 20px;
    display: inline;
  }

  .image-73, .image-74, .image-75, .image-76 {
    margin-top: 20px;
    display: inline-block;
  }

  .image-77, .image-78 {
    display: none;
  }

  .video-20 {
    margin-top: 20px;
    display: block;
  }

  .image-79 {
    width: 100%;
  }

  .image-80, .image-81 {
    display: none;
  }

  .image-82 {
    margin-top: 20px;
    display: inline-block;
  }

  .image-83, .image-84 {
    display: none;
  }

  .image-86, .video-21 {
    margin-top: 20px;
    display: block;
  }

  .modal-3 {
    align-content: flex-start;
    align-items: flex-start;
    display: none;
    overflow: auto;
  }

  .modal-3.fake, .modal-3.ysa, .modal-3.whale, .modal-3.pms, .modal-3._28deg, .modal-3._225, .modal-3.nighthawks, .modal-3.birthday, .modal-3.coalville, .modal-3.battleground, .modal-3.camp, .modal-3.curl-up, .modal-3.stickmen, .modal-3.achtung, .modal-3.subdigital, .modal-3.mycotopia, .modal-3.flora, .modal-3.truth {
    display: none;
  }

  .image-87, .image-88, .image-89, .image-90, .image-91, .image-92, .image-93, .image-94, .image-95, .image-96, .image-97, .image-98, .image-99 {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .spotify-3-4 {
    float: none;
    text-align: center;
    margin-top: 20px;
    display: block;
    position: static;
  }

  .mixcloud-1-2 {
    height: auto;
    margin-top: 20px;
  }

  .mixcloud-3-4 {
    width: auto;
    height: auto;
    margin-top: 20px;
    display: block;
    position: static;
  }

  .video-23 {
    display: block;
  }

  .slide-4---test {
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .menu-background {
    z-index: auto;
    background-color: rgba(37, 34, 30, .95);
  }

  .menu-button {
    z-index: auto;
    width: 60px;
    height: 10px;
  }

  .work-button {
    text-align: left;
    letter-spacing: -1px;
    margin-top: 100px;
    padding: 15px 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .work-button.w--current {
    margin-left: 3vw;
    margin-right: 0;
    padding: 0;
    top: 73px;
  }

  .other-button {
    text-align: left;
    letter-spacing: -1px;
    margin-right: auto;
    padding: 15px 0;
    font-size: 16vw;
    line-height: 80%;
    display: block;
  }

  .other-button.w--current {
    margin-left: 15px;
    margin-right: 0;
    padding: 15px 0;
    top: 81px;
  }

  .about-button {
    letter-spacing: -1px;
    margin-right: auto;
    padding: 15px 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .about-button.w--current {
    width: auto;
    margin-left: 15px;
    margin-right: auto;
    padding: 15px 0;
    display: block;
    top: 80px;
  }

  .menu-bar {
    top: 0;
    left: 0;
    right: 0;
  }

  .top-line {
    top: 12px;
  }

  .middle-line {
    top: 20px;
  }

  .bottom-line {
    top: 28px;
  }

  .intro-text-2 {
    flex: 0 auto;
    font-size: 16vw;
    line-height: 100%;
  }

  .titles-section {
    margin-top: 0;
    overflow: hidden;
  }

  .titles-header {
    font-size: 16vw;
    line-height: 100%;
  }

  .intro-container {
    flex-direction: column;
    margin-top: 49px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: 0;
  }

  .intro-container.about {
    height: auto;
    margin-bottom: 0;
  }

  .intro-container.play {
    height: auto;
    margin-bottom: 129px;
  }

  .titles-container {
    height: auto;
    margin-bottom: 390px;
  }

  .logo-strikethrough-1 {
    width: 70vw;
    height: 6vw;
    top: 9vw;
    left: 6px;
  }

  .body-3 {
    max-width: none;
    overflow: visible;
  }

  .heading-3 {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: -25px;
    font-size: 16vw;
    line-height: 16vw;
  }

  .logo-container-1-2 {
    display: none;
    left: 15px;
    right: 15px;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: .25fr;
    top: -56vw;
  }

  .grid.idents {
    position: static;
    top: -36.8vw;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .grid.more-titles {
    grid-template-rows: auto auto auto;
    grid-template-areas: "."
                         "."
                         ".";
    top: -53.8vw;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .work-thumb-pic.rm, .work-thumb-pic.mud, .work-thumb-pic.bj, .work-thumb-pic.fable, .work-thumb-pic.waltz, .work-thumb-pic.chinese, .work-thumb-pic.grand-duke, .work-thumb-pic.jls, .work-thumb-pic.rocks, .work-thumb-pic.ktf, .work-thumb-pic.cooper, .work-thumb-pic._1971, .work-thumb-pic.ftp {
    height: 100%;
  }

  .work-thumb-header {
    flex-flow: column wrap;
    flex: 1;
    order: 0;
    align-content: center;
    align-self: center;
    top: -89px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mud {
    height: 200px;
    background-size: cover;
  }

  .intro-section.about {
    height: auto;
    margin-bottom: 50px;
  }

  .intro-section.play {
    height: auto;
    margin-bottom: 0;
  }

  .logo-container-3-4 {
    z-index: 2001;
    display: block;
    position: fixed;
    top: 4px;
    left: 15px;
    right: 15px;
  }

  .logo-strikethrough-4 {
    width: 29px;
  }

  .idents-header {
    margin-top: -40vw;
    font-size: 16vw;
    line-height: 100%;
    position: relative;
    top: 2vw;
  }

  .link-block-2 {
    display: block;
    position: relative;
    top: 12px;
    bottom: 0;
    left: 9px;
    right: 0;
  }

  .footer-box {
    height: 350px;
    margin-top: 0;
    left: -793px;
  }

  .columns-1-2 {
    width: 91vw;
  }

  .columns-3-4 {
    height: 280px;
  }

  .text-block-8 {
    margin-top: 15px;
    padding-left: 0;
  }

  .project---header {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .project---blurb {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    overflow: visible;
  }

  .project---close-container {
    height: 25px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    padding-left: 1px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .credits {
    height: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .work-thumb-link {
    height: 180px;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
  }

  .plus-box {
    top: -50.9vw;
  }

  .titles-block {
    top: -51.1vw;
  }

  .print-block {
    margin-top: 19px;
    top: -37.2vw;
  }

  .usp {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    display: none;
  }

  .slider.rm {
    z-index: auto;
  }

  .slider.lmd2, .slider._1971 {
    display: none;
  }

  .horizontal-line-1 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .horizontal-line-1.rm {
    margin-top: 20px;
  }

  .modal-container {
    z-index: auto;
    flex: 0 auto;
    align-self: flex-start;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .image-5, .image-6, .image-7 {
    width: 100vw;
    max-width: 100vw;
    display: block;
  }

  .video-2 {
    width: 100vw;
    max-width: 100vw;
    display: block;
    top: 0;
  }

  .testimonials-container {
    padding-top: 15px;
    position: static;
    top: 22px;
  }

  .testimonials-text {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .testimonials-pic {
    width: 100%;
    height: auto;
    display: none;
    position: static;
  }

  .horizontal-divider-top {
    margin-left: 15px;
    margin-right: 15px;
  }

  .horizontal-divider-top.rm, .horizontal-divider-top.mud2 {
    margin-top: 20px;
  }

  .horizontal-divider-top.rm, .horizontal-divider-top.bj, .horizontal-divider-top.ktf, .horizontal-divider-top.ysa, .horizontal-divider-top._225, .horizontal-divider-top.fake, .horizontal-divider-top.fake, .horizontal-divider-top.whale, .horizontal-divider-top.nighthawks, .horizontal-divider-top.mud2, .horizontal-divider-top.pb, .horizontal-divider-top.m86, .horizontal-divider-top.lmd, .horizontal-divider-top.kq, .horizontal-divider-top.waltz, .horizontal-divider-top.chinese, .horizontal-divider-top.fake, .horizontal-divider-top.ysa, .horizontal-divider-top.whale, .horizontal-divider-top.pms, .horizontal-divider-top._28deg, .horizontal-divider-top._225, .horizontal-divider-top.nighthawks, .horizontal-divider-top.birthday, .horizontal-divider-top.coalville, .horizontal-divider-top.battleground, .horizontal-divider-top.camp, .horizontal-divider-top.curl-up, .horizontal-divider-top.stickmen, .horizontal-divider-top.achtung, .horizontal-divider-top.subdigital, .horizontal-divider-top.cooper, .horizontal-divider-top._1971, .horizontal-divider-top.mycotopia, .horizontal-divider-top.flora, .horizontal-divider-top.truth, .horizontal-divider-top.ftp {
    margin-left: 15px;
    margin-right: 15px;
  }

  .slide-4.lmd {
    background-image: none;
  }

  .text-span-31 {
    font-size: 32px;
  }

  .testimonials-block-2 {
    height: 600px;
  }

  .testimonial-slider {
    height: 500px;
    top: 1px;
    overflow: visible;
  }

  .right-arrow-2 {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: auto;
    bottom: -12%;
    left: auto;
    right: 35%;
  }

  .left-arrow-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    position: absolute;
    top: auto;
    bottom: -12%;
    left: 35%;
    right: auto;
  }

  .slide-nav-2 {
    margin-top: 0;
    position: relative;
    top: 26px;
  }

  .big-quotation {
    float: left;
    margin: 14px 0 6px -8px;
    padding-right: 20px;
    font-size: 140px;
  }

  .testimonial-pic-3-4 {
    width: 100%;
    display: block;
  }

  .image-23, .image-24 {
    width: 100%;
    display: none;
  }

  .heading-5 {
    margin-bottom: 25px;
    font-size: 15vw;
    line-height: 80%;
  }

  .image-25 {
    width: 100%;
    display: block;
  }

  .image-26 {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .grid---play {
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .play-thumb-link {
    height: 225px;
    background-position: 50% 45%;
  }

  .play-thumb-link._2 {
    background-position: 50% 0;
  }

  .play-thumb-link._3, .play-thumb-link._4, .play-thumb-link._5, .play-thumb-link._6, .play-thumb-link._7, .play-thumb-link._8, .play-thumb-link._9, .play-thumb-link._10, .play-thumb-link._11, .play-thumb-link._12, .play-thumb-link._13, .play-thumb-link._14, .play-thumb-link._15 {
    background-position: 50%;
  }

  .text-span---art-title {
    font-size: 25px;
    line-height: 30px;
  }

  .play-thumb-tags {
    line-height: 15px;
  }

  .body---play {
    background-color: #fdd0c2;
    overflow: visible;
  }

  .play-divider-for-phone {
    height: 1px;
    background-color: #ff5c00;
    margin-top: 15px;
    display: block;
  }

  .text-span-45 {
    margin-left: -5px;
  }

  .other-section {
    margin-top: -412px;
    margin-bottom: -42px;
  }

  .modal-1 {
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .modal-1.rm, .modal-1.mud2, .modal-1.pb, .modal-1.m86, .modal-1.lmd, .modal-1.kq, .modal-1.waltz, .modal-1.chinese, .modal-1.cian, .modal-1.cooper, .modal-1._1971, .modal-1.ftp {
    display: none;
  }

  .video-10 {
    width: 100vw;
    max-width: 100vw;
  }

  .testimonial-horizontal {
    display: block;
    top: 12px;
  }

  .home-link-3-4 {
    z-index: 2;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
  }

  .horizontal-divider {
    display: block;
  }

  .horizontal-divider.chinese, .horizontal-divider.cian, .horizontal-divider.ktf, .horizontal-divider.rocks, .horizontal-divider.bj, .horizontal-divider.mr-t, .horizontal-divider.fable, .horizontal-divider.rf, .horizontal-divider.gdf, .horizontal-divider.ajh, .horizontal-divider.mag, .horizontal-divider.jls, .horizontal-divider.ath {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-55 {
    width: 100vw;
    max-width: 100vw;
    margin-top: 20px;
    display: block;
  }

  .image-56, .image-57 {
    display: none;
  }

  .testimonial-horizontal-2 {
    display: none;
    top: 12px;
  }

  .modal-2 {
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .modal-2.ktf, .modal-2.rocks, .modal-2.bj, .modal-2.mr-t, .modal-2.fable, .modal-2.rf, .modal-2.gdf, .modal-2.ajh, .modal-2.mag, .modal-2.jls, .modal-2.ath {
    display: none;
  }

  .image-58, .image---bp3 {
    display: block;
  }

  .image---bp4 {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .image-70 {
    display: none;
  }

  .image-71 {
    display: inline-block;
  }

  .image-72, .image-75 {
    display: none;
  }

  .image-77 {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
  }

  .image-78 {
    margin-top: 20px;
    display: inline-block;
  }

  .image-80, .image-81 {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .image-82 {
    display: none;
  }

  .image-83 {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
  }

  .image-84 {
    margin-top: 20px;
    display: inline-block;
  }

  .image-85 {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
  }

  .image-86 {
    display: none;
  }

  .modal-3 {
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .modal-3.fake, .modal-3.ysa, .modal-3.whale, .modal-3.pms, .modal-3._28deg, .modal-3._225, .modal-3.nighthawks, .modal-3.birthday, .modal-3.coalville, .modal-3.battleground, .modal-3.camp, .modal-3.curl-up, .modal-3.stickmen, .modal-3.achtung, .modal-3.subdigital, .modal-3.mycotopia, .modal-3.flora, .modal-3.truth {
    display: none;
  }

  .mixcloud-1-2, .mixcloud-3-4 {
    height: auto;
  }

  .slide-4-copy.lmd {
    background-image: none;
  }
}

#w-node-_30b0ac3e-ebb0-3453-2f44-91f9744b587d-05f7810a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-f8ebb9eb-e5b4-9574-0ad8-c661932a95d3-05f7810a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-_7c7975f9-3506-1f4d-b262-1ec6e98c14e5-05f7810a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: auto;
  justify-self: auto;
}

#w-node-_37146a8d-ff04-2e30-17de-3573e041b28e-05f7810a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-f5032b70-4f3c-87da-e29a-d9c9abf91b6a-05f7810a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-adff39d9-c079-5c2f-295b-a3b2a9266461-05f7810a {
  grid-area: 2 / 3 / 3 / 4;
  align-self: auto;
  justify-self: auto;
}

#w-node-e0205949-5e7d-60d1-6d1c-9b6cf1561b4f-05f7810a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_54d042bb-a978-e7d1-0aa7-ffabd6c50b91-05f7810a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-d7138098-0f7e-2882-e405-2826797ac4ae-05f7810a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: auto;
  justify-self: auto;
}

#w-node-_901b75ea-75b5-d1eb-7c38-3b55d1328495-05f7810a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_901b75ea-75b5-d1eb-7c38-3b55d132849d-05f7810a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-_901b75ea-75b5-d1eb-7c38-3b55d1328499-05f7810a {
  grid-area: 2 / 3 / 3 / 4;
  align-self: auto;
  justify-self: auto;
}

#w-node-ed320c43-7860-8c52-b0b9-078b8fa42a8f-05f7810a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a41-05f7810a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: auto;
  justify-self: auto;
}

#w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a4d-05f7810a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a49-05f7810a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a45-05f7810a {
  grid-area: 2 / 3 / 3 / 4;
  align-self: auto;
  justify-self: auto;
}

#w-node-dc1badf5-4ca0-6d63-c3ee-b63f4f294c3e-05f7810a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a55-05f7810a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a51-05f7810a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: auto;
  justify-self: auto;
}

#w-node-_623f6778-bd76-3afa-9667-4cee72c6dc6c-9f3843f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bdb1f534-fbe2-5e09-c31a-cecf6e35d9b9-9f3843f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d89504ef-d1d5-0936-4988-1bd049802348-9f3843f8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f963e589-4ec0-d9bf-6219-200afe5470ac-9f3843f8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f498f1c1-c6a1-6965-0215-ea08371213c1-9f3843f8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_54067c04-111c-92ea-be23-b9f7117b152d-9f3843f8 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-cd7b27d3-fb75-713a-cdd0-b67d4610eed0-9f3843f8 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7ec0cdb2-72b5-18d6-4b64-7ef4c4c8cc57-9f3843f8 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-c64b1343-f48e-9125-85cd-25c8b6322889-9f3843f8 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_3a8de5fb-0d7e-1228-98fa-03c8122d292c-9f3843f8 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_4920067d-6b89-6d70-7c91-5a94e42f938b-9f3843f8 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_79201cf3-3291-296b-2b1e-b8d6e4920ba0-9f3843f8 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_52fb1a3d-e1f6-f135-e2b4-b01b9011488d-9f3843f8 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_610f89a1-2496-6e9e-e749-18d2d98bc45f-9f3843f8 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-f202dc76-5262-7f1b-f19d-790734f97b83-9f3843f8 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-e2852739-6c83-c270-58d5-cd733b520768-9f3843f8 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_716d4575-6693-973f-9932-e6844dfcd3f4-9f3843f8 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-ed8f5c06-d13d-4465-5e40-aea5921f021b-9f3843f8 {
  grid-area: 6 / 3 / 7 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_30b0ac3e-ebb0-3453-2f44-91f9744b587d-05f7810a {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-f8ebb9eb-e5b4-9574-0ad8-c661932a95d3-05f7810a {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_7c7975f9-3506-1f4d-b262-1ec6e98c14e5-05f7810a {
    grid-area: 1 / 3 / 2 / 4;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_37146a8d-ff04-2e30-17de-3573e041b28e-05f7810a {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_54d042bb-a978-e7d1-0aa7-ffabd6c50b91-05f7810a {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-d7138098-0f7e-2882-e405-2826797ac4ae-05f7810a {
    grid-area: 1 / 3 / 2 / 4;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_901b75ea-75b5-d1eb-7c38-3b55d1328495-05f7810a {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_901b75ea-75b5-d1eb-7c38-3b55d132849d-05f7810a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_901b75ea-75b5-d1eb-7c38-3b55d1328499-05f7810a {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-ed320c43-7860-8c52-b0b9-078b8fa42a8f-05f7810a {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a41-05f7810a {
    grid-area: 1 / 3 / 2 / 4;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a49-05f7810a {
    grid-area: 2 / 2 / 3 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-dc1badf5-4ca0-6d63-c3ee-b63f4f294c3e-05f7810a {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a55-05f7810a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_623f6778-bd76-3afa-9667-4cee72c6dc6c-9f3843f8 {
    grid-column: 1 / 2;
  }

  #w-node-bdb1f534-fbe2-5e09-c31a-cecf6e35d9b9-9f3843f8 {
    grid-column: 2 / 3;
  }

  #w-node-d89504ef-d1d5-0936-4988-1bd049802348-9f3843f8 {
    grid-column: 3 / 4;
  }

  #w-node-_79201cf3-3291-296b-2b1e-b8d6e4920ba0-9f3843f8 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_52fb1a3d-e1f6-f135-e2b4-b01b9011488d-9f3843f8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_610f89a1-2496-6e9e-e749-18d2d98bc45f-9f3843f8 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-f202dc76-5262-7f1b-f19d-790734f97b83-9f3843f8 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-e2852739-6c83-c270-58d5-cd733b520768-9f3843f8 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_716d4575-6693-973f-9932-e6844dfcd3f4-9f3843f8 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-ed8f5c06-d13d-4465-5e40-aea5921f021b-9f3843f8 {
    grid-area: 6 / 3 / 7 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_30b0ac3e-ebb0-3453-2f44-91f9744b587d-05f7810a {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-f8ebb9eb-e5b4-9574-0ad8-c661932a95d3-05f7810a {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_7c7975f9-3506-1f4d-b262-1ec6e98c14e5-05f7810a {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_37146a8d-ff04-2e30-17de-3573e041b28e-05f7810a {
    grid-area: 2 / 2 / 3 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-f5032b70-4f3c-87da-e29a-d9c9abf91b6a-05f7810a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-adff39d9-c079-5c2f-295b-a3b2a9266461-05f7810a, #w-node-e0205949-5e7d-60d1-6d1c-9b6cf1561b4f-05f7810a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_54d042bb-a978-e7d1-0aa7-ffabd6c50b91-05f7810a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d7138098-0f7e-2882-e405-2826797ac4ae-05f7810a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_901b75ea-75b5-d1eb-7c38-3b55d1328495-05f7810a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_901b75ea-75b5-d1eb-7c38-3b55d132849d-05f7810a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_901b75ea-75b5-d1eb-7c38-3b55d1328499-05f7810a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ed320c43-7860-8c52-b0b9-078b8fa42a8f-05f7810a {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a41-05f7810a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a4d-05f7810a {
    grid-area: 2 / 2 / 3 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a49-05f7810a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a45-05f7810a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-dc1badf5-4ca0-6d63-c3ee-b63f4f294c3e-05f7810a {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a55-05f7810a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a51-05f7810a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_623f6778-bd76-3afa-9667-4cee72c6dc6c-9f3843f8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bdb1f534-fbe2-5e09-c31a-cecf6e35d9b9-9f3843f8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d89504ef-d1d5-0936-4988-1bd049802348-9f3843f8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f963e589-4ec0-d9bf-6219-200afe5470ac-9f3843f8 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f498f1c1-c6a1-6965-0215-ea08371213c1-9f3843f8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_54067c04-111c-92ea-be23-b9f7117b152d-9f3843f8 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-cd7b27d3-fb75-713a-cdd0-b67d4610eed0-9f3843f8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7ec0cdb2-72b5-18d6-4b64-7ef4c4c8cc57-9f3843f8 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-c64b1343-f48e-9125-85cd-25c8b6322889-9f3843f8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_3a8de5fb-0d7e-1228-98fa-03c8122d292c-9f3843f8 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_4920067d-6b89-6d70-7c91-5a94e42f938b-9f3843f8 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_79201cf3-3291-296b-2b1e-b8d6e4920ba0-9f3843f8 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_52fb1a3d-e1f6-f135-e2b4-b01b9011488d-9f3843f8 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_610f89a1-2496-6e9e-e749-18d2d98bc45f-9f3843f8 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-f202dc76-5262-7f1b-f19d-790734f97b83-9f3843f8 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-e2852739-6c83-c270-58d5-cd733b520768-9f3843f8 {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-_716d4575-6693-973f-9932-e6844dfcd3f4-9f3843f8 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-ed8f5c06-d13d-4465-5e40-aea5921f021b-9f3843f8 {
    grid-area: 9 / 2 / 10 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_30b0ac3e-ebb0-3453-2f44-91f9744b587d-05f7810a {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-f8ebb9eb-e5b4-9574-0ad8-c661932a95d3-05f7810a {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_7c7975f9-3506-1f4d-b262-1ec6e98c14e5-05f7810a {
    grid-area: 3 / 1 / 4 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_37146a8d-ff04-2e30-17de-3573e041b28e-05f7810a {
    grid-area: 4 / 1 / 5 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-f5032b70-4f3c-87da-e29a-d9c9abf91b6a-05f7810a {
    grid-area: 5 / 1 / 6 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-adff39d9-c079-5c2f-295b-a3b2a9266461-05f7810a, #w-node-e0205949-5e7d-60d1-6d1c-9b6cf1561b4f-05f7810a {
    grid-area: 6 / 1 / 7 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_54d042bb-a978-e7d1-0aa7-ffabd6c50b91-05f7810a {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-d7138098-0f7e-2882-e405-2826797ac4ae-05f7810a {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_901b75ea-75b5-d1eb-7c38-3b55d1328495-05f7810a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_901b75ea-75b5-d1eb-7c38-3b55d132849d-05f7810a {
    grid-area: 4 / 1 / 5 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_901b75ea-75b5-d1eb-7c38-3b55d1328499-05f7810a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ed320c43-7860-8c52-b0b9-078b8fa42a8f-05f7810a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a41-05f7810a {
    grid-area: 3 / 1 / 4 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a4d-05f7810a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a49-05f7810a {
    grid-area: 5 / 1 / 6 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a45-05f7810a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a55-05f7810a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2924714f-c1e4-05f1-5a39-b89d58fd2a51-05f7810a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_623f6778-bd76-3afa-9667-4cee72c6dc6c-9f3843f8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bdb1f534-fbe2-5e09-c31a-cecf6e35d9b9-9f3843f8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d89504ef-d1d5-0936-4988-1bd049802348-9f3843f8 {
    grid-row: 3 / 4;
  }

  #w-node-f963e589-4ec0-d9bf-6219-200afe5470ac-9f3843f8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f498f1c1-c6a1-6965-0215-ea08371213c1-9f3843f8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_54067c04-111c-92ea-be23-b9f7117b152d-9f3843f8 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-cd7b27d3-fb75-713a-cdd0-b67d4610eed0-9f3843f8 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_7ec0cdb2-72b5-18d6-4b64-7ef4c4c8cc57-9f3843f8 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-c64b1343-f48e-9125-85cd-25c8b6322889-9f3843f8 {
    grid-row: 9 / 10;
  }

  #w-node-_3a8de5fb-0d7e-1228-98fa-03c8122d292c-9f3843f8 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_4920067d-6b89-6d70-7c91-5a94e42f938b-9f3843f8 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_79201cf3-3291-296b-2b1e-b8d6e4920ba0-9f3843f8 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_52fb1a3d-e1f6-f135-e2b4-b01b9011488d-9f3843f8 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-_610f89a1-2496-6e9e-e749-18d2d98bc45f-9f3843f8 {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-f202dc76-5262-7f1b-f19d-790734f97b83-9f3843f8 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-e2852739-6c83-c270-58d5-cd733b520768-9f3843f8 {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-_716d4575-6693-973f-9932-e6844dfcd3f4-9f3843f8 {
    grid-area: 17 / 1 / 18 / 2;
  }

  #w-node-ed8f5c06-d13d-4465-5e40-aea5921f021b-9f3843f8 {
    grid-area: 18 / 1 / 19 / 2;
  }
}


@font-face {
  font-family: '3831ea 0 0';
  src: url('../fonts/3831EA_0_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ltctwentcenmed';
  src: url('../fonts/LTCTwentCenMed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}