/*
VARIABLES --------------------
*/
/*
VW SIZING FUNCTION --------------------
*/
/*
FONT SIZE MIXIN FUNCTION --------------------
*/
/*
MIXINS --------------------
*/
/*
EXTEND / INHERITANCE --------------------
*/

/* force to white */
.page-template-page-contact .main-menu{
	color: white!important;
}

.page-template-page-contact .main-logo img, .page-template-page-contact .menu-opener, .page-template-page-contact .menu-opener.opened .line {
	filter: invert(100%)!important;
}

/* force to black */
.post-type-archive-thoughts .main-menu, .page-id-10 .main-menu{
	color: black!important;
}

.post-type-archive-thoughts .main-logo img, .page-id-10 .main-logo img{
	filter: invert(0%)!important;
}

.video-placeholder, .work-project-thumbnail .thumbnail-image, .page-wrap#home-page .full-bleed-landing-panel .image-wrap, .page-wrap#work-overview .list-view-wrap .image-column .list-view-image .image-wrap {
  background: no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main-menu-overlay .menu-overlay-menu-wrap {
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/*
GENERAL STYLES --------------------
*/
html, html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #000000;
  background-color: #E6EDEC;
  text-rendering: optimizeLegibility;
  font-family: "Altform-Regular";
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
body a {
  position: relative;
  display: inline-block;
  color: #000000;
  text-decoration: none;
}
body a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #000000;
  bottom: 0.08em;
  left: 0;
  transition: width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body a.no-line:after {
  display: none !important;
}
body a:hover:after {
  width: 100%;
}
body.grey-bg {
  background-color: #E6EDEC;
}
body.salmon-bg {
  background-color: #F3846A;
}
body.aqua-bg {
  background-color: #91D5D1;
}
body.sand-bg {
  background-color: #EAE6CB;
}
body.denim-bg {
  background-color: #6B95AB;
}
body.orange-bg {
  background-color: #FEAA48;
}
/*
SITE WIDE CONTENT ------------------
*/
#content {
  position: relative;
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 100vh;
}
.content-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.content-wrapper.visible {
  opacity: 1;
}
.page-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.lazyload-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.image-wrap, .video-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
img, svg, video {
  display: block;
  width: 100%;
  height: auto;
}
.video-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.loading-overlay.black {
  background-color: #000000;
}
.loading-overlay.white {
  background-color: #ffffff;
}
.section-header-with-arrow {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.section-header-with-arrow .outer-content-wrap {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
.section-header-with-arrow span {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
.section-header-with-arrow h2 {
  white-space: nowrap;
  line-height: 0.8em;
  margin-bottom: 0px;
}
.section-header-with-arrow img.icon {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
}
@media only screen and (min-width: 1441px) {
  .section-header-with-arrow img.icon {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    margin-left: 1.0416666667vw;
  }
}
@media only screen and (max-width: 520px) {
  .section-header-with-arrow img.icon {
    width: 5.5769230769vw;
    height: 5.5769230769vw;
    margin-left: 3.2692307692vw;
  }
}
.work-project-thumbnail {
  position: relative;
  display: block;
  width: 48.8%;
  height: auto;
  cursor: pointer;
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
}
@media only screen and (max-width: 520px) {
  .work-project-thumbnail {
    width: 100%;
    margin-bottom: 11.1538461538vw;
  }
  .work-project-thumbnail:last-child {
    margin-bottom: 0px !important;
  }
}
.work-project-thumbnail .thumbnail-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.work-project-thumbnail .thumbnail-image:after {
  content: "";
  display: block;
  padding-bottom: 59%;
}
.work-project-thumbnail .thumbnail-titles {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 28px;
}
.work-project-thumbnail .thumbnail-titles h4 {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1441px) {
  .work-project-thumbnail .thumbnail-titles {
    padding-top: 1.9444444444vw;
  }
}
@media only screen and (max-width: 520px) {
  .work-project-thumbnail .thumbnail-titles {
    padding-top: 4.2307692308vw;
  }
  .work-project-thumbnail .thumbnail-titles h4 {
    font-size: 3.6538461538vw;
    line-height: 1.2777777778em;
  }
}
.work-project-thumbnail:hover .thumbnail-image img.hover-arrow {
  transition: transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: -o-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: -ms-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}
/*
CONTENT WRAPS ------------------
*/
.outer-content-wrap {
  position: relative;
  width: calc(100% - 120px);
  width: -o-calc(100% - 120px);
  width: -ms-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 1441px) {
  .outer-content-wrap {
    width: calc(100% - 8.3333333333vw);
    width: -o-calc(100% - 8.3333333333vw);
    width: -ms-calc(100% - 8.3333333333vw);
    width: -moz-calc(100% - 8.3333333333vw);
    width: -webkit-calc(100% - 8.3333333333vw);
  }
}
@media only screen and (max-width: 520px) {
  .outer-content-wrap {
    width: calc(100% - 15.3846153846vw);
    width: -o-calc(100% - 15.3846153846vw);
    width: -ms-calc(100% - 15.3846153846vw);
    width: -moz-calc(100% - 15.3846153846vw);
    width: -webkit-calc(100% - 15.3846153846vw);
  }
}
/*
IN VIEWPORT CONTENT ------------------
*/
.out-of-view {
  opacity: 0;
  transform: translateY(5vh);
  -o-transform: translateY(5vh);
  -ms-transform: translateY(5vh);
  -moz-transform: translateY(5vh);
  -webkit-transform: translateY(5vh);
  transition: transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 400ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
  -o-transition: -o-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 400ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
  -ms-transition: -ms-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 400ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
  -moz-transition: -moz-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 400ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
  -webkit-transition: -webkit-transform 1400ms cubic-bezier(0.19, 1, 0.22, 1) 400ms, opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
}
.out-of-view.am-in-view {
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.out-of-opacity {
  transition: opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
  -o-transition: opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
  -ms-transition: opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
  -moz-transition: opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
  -webkit-transition: opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
  opacity: 0;
}
.out-of-opacity.in-opacity {
  opacity: 1;
}
/*
TEXT STYLES CONTENT ------------------
*/
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Altform-Regular";
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1.3em;
}
h1.size-01 {
  font-family: "Altform-Regular";
  font-size: 95px;
  line-height: 0.8em;
  font-size: 58px;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}
@media (min-width: 375px) {
  h1.size-01 {
    font-size: calc(3.0508474576vw + 46.5593220339px);
  }
}
@media (min-width: 670px) {
  h1.size-01 {
    font-size: calc(2.5714285714vw + 49.7714285714px);
  }
}
@media (min-width: 1020px) {
  h1.size-01 {
    font-size: calc(2.6011560694vw + 49.4682080925px);
  }
}
@media (min-width: 1366px) {
  h1.size-01 {
    font-size: calc(13.5135135135vw - 99.5945945946px);
  }
}
@media (min-width: 1440px) {
  h1.size-01 {
    font-size: 95px;
  }
}
h1.size-02 {
  font-family: "Altform-Regular";
  font-size: 75px;
  line-height: 0.96em;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 0.9em;
}
@media (min-width: 375px) {
  h1.size-02 {
    font-size: calc(3.3898305085vw + 22.2881355932px);
  }
}
@media (min-width: 670px) {
  h1.size-02 {
    font-size: calc(2.8571428571vw + 25.8571428571px);
  }
}
@media (min-width: 1020px) {
  h1.size-02 {
    font-size: calc(2.8901734104vw + 25.5202312139px);
  }
}
@media (min-width: 1366px) {
  h1.size-02 {
    font-size: calc(13.5135135135vw - 119.5945945946px);
  }
}
@media (min-width: 1440px) {
  h1.size-02 {
    font-size: 75px;
  }
}
h1.size-03 {
  font-family: "Altform-Regular";
  font-size: 65px;
  line-height: 0.9846153846em;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0.9em;
}
@media (min-width: 375px) {
  h1.size-03 {
    font-size: calc(2.9661016949vw + 18.8771186441px);
  }
}
@media (min-width: 670px) {
  h1.size-03 {
    font-size: calc(2.5vw + 22px);
  }
}
@media (min-width: 1020px) {
  h1.size-03 {
    font-size: calc(2.5289017341vw + 21.7052023121px);
  }
}
@media (min-width: 1366px) {
  h1.size-03 {
    font-size: calc(11.8243243243vw - 105.2702702703px);
  }
}
@media (min-width: 1440px) {
  h1.size-03 {
    font-size: 65px;
  }
}
h1.size-04 {
  font-family: "Altform-Regular";
  font-size: 60px;
  line-height: 0.8em;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media (min-width: 375px) {
  h1.size-04 {
    font-size: calc(2.5423728814vw + 20.4661016949px);
  }
}
@media (min-width: 670px) {
  h1.size-04 {
    font-size: calc(2.1428571429vw + 23.1428571429px);
  }
}
@media (min-width: 1020px) {
  h1.size-04 {
    font-size: calc(2.1676300578vw + 22.8901734104px);
  }
}
@media (min-width: 1366px) {
  h1.size-04 {
    font-size: calc(10.1351351351vw - 85.9459459459px);
  }
}
@media (min-width: 1440px) {
  h1.size-04 {
    font-size: 60px;
  }
}
h1.size-05 {
  font-family: "Altform-Regular";
  font-size: 55px;
  line-height: 1em;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media (min-width: 375px) {
  h1.size-05 {
    font-size: calc(1.6949152542vw + 28.6440677966px);
  }
}
@media (min-width: 670px) {
  h1.size-05 {
    font-size: calc(1.4285714286vw + 30.4285714286px);
  }
}
@media (min-width: 1020px) {
  h1.size-05 {
    font-size: calc(1.4450867052vw + 30.2601156069px);
  }
}
@media (min-width: 1366px) {
  h1.size-05 {
    font-size: calc(6.7567567568vw - 42.2972972973px);
  }
}
@media (min-width: 1440px) {
  h1.size-05 {
    font-size: 55px;
  }
}
h1.size-06 {
  font-family: "Altform-Regular";
  font-size: 42px;
  line-height: 0.8em;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media (min-width: 375px) {
  h1.size-06 {
    font-size: calc(0.8474576271vw + 28.8220338983px);
  }
}
@media (min-width: 670px) {
  h1.size-06 {
    font-size: calc(0.7142857143vw + 29.7142857143px);
  }
}
@media (min-width: 1020px) {
  h1.size-06 {
    font-size: calc(0.7225433526vw + 29.6300578035px);
  }
}
@media (min-width: 1366px) {
  h1.size-06 {
    font-size: calc(3.3783783784vw - 6.6486486486px);
  }
}
@media (min-width: 1440px) {
  h1.size-06 {
    font-size: 42px;
  }
}
h1.size-07 {
  font-family: "Altform-Regular";
  font-size: 35px;
  line-height: 1em;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 1.1em;
}
@media (min-width: 375px) {
  h1.size-07 {
    font-size: calc(0.8474576271vw + 21.8220338983px);
  }
}
@media (min-width: 670px) {
  h1.size-07 {
    font-size: calc(0.7142857143vw + 22.7142857143px);
  }
}
@media (min-width: 1020px) {
  h1.size-07 {
    font-size: calc(0.7225433526vw + 22.6300578035px);
  }
}
@media (min-width: 1366px) {
  h1.size-07 {
    font-size: calc(3.3783783784vw - 13.6486486486px);
  }
}
@media (min-width: 1440px) {
  h1.size-07 {
    font-size: 35px;
  }
}
h1.size-07 em, h1.size-07 i {
  font-style: normal;
  font-weight: normal;
  font-family: "Orbikular-Italic";
  text-transform: none;
}
h2 {
  font-family: "Orbikular-Regular";
  font-size: 40px;
  line-height: 1em;
  font-size: 30px;
  margin-bottom: 1em;
}
@media (min-width: 375px) {
  h2 {
    font-size: calc(0.8474576271vw + 26.8220338983px);
  }
}
@media (min-width: 670px) {
  h2 {
    font-size: calc(0.7142857143vw + 27.7142857143px);
  }
}
@media (min-width: 1020px) {
  h2 {
    font-size: calc(0.7225433526vw + 27.6300578035px);
  }
}
@media (min-width: 1366px) {
  h2 {
    font-size: calc(3.3783783784vw - 8.6486486486px);
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: 40px;
  }
}
h3.style-01 {
  font-family: "Altform-Regular";
  font-size: 34px;
  line-height: 1.0588235294em;
  font-size: 28px;
  margin-bottom: 1em;
}
@media (min-width: 375px) {
  h3.style-01 {
    font-size: calc(0.5084745763vw + 26.093220339px);
  }
}
@media (min-width: 670px) {
  h3.style-01 {
    font-size: calc(0.4285714286vw + 26.6285714286px);
  }
}
@media (min-width: 1020px) {
  h3.style-01 {
    font-size: calc(0.4335260116vw + 26.5780346821px);
  }
}
@media (min-width: 1366px) {
  h3.style-01 {
    font-size: calc(2.027027027vw + 4.8108108108px);
  }
}
@media (min-width: 1440px) {
  h3.style-01 {
    font-size: 34px;
  }
}
h3.style-02 {
  font-family: "Orbikular-Regular";
  font-size: 33px;
  line-height: 1.0588235294em;
  font-size: 29px;
  margin-bottom: 1em;
}
@media (min-width: 375px) {
  h3.style-02 {
    font-size: calc(0.3389830508vw + 27.7288135593px);
  }
}
@media (min-width: 670px) {
  h3.style-02 {
    font-size: calc(0.2857142857vw + 28.0857142857px);
  }
}
@media (min-width: 1020px) {
  h3.style-02 {
    font-size: calc(0.289017341vw + 28.0520231214px);
  }
}
@media (min-width: 1366px) {
  h3.style-02 {
    font-size: calc(1.3513513514vw + 13.5405405405px);
  }
}
@media (min-width: 1440px) {
  h3.style-02 {
    font-size: 33px;
  }
}
h3.style-02 em, h3.style-02 i {
  font-style: normal;
  font-weight: normal;
  font-family: "Orbikular-Italic";
}
h4.style-01, input[type=email] {
  font-family: "Altform-Regular";
  font-size: 27px;
  line-height: 1.2592592593em;
  font-size: 20px;
}
@media (min-width: 375px) {
  h4.style-01, input[type=email] {
    font-size: calc(0.593220339vw + 17.7754237288px);
  }
}
@media (min-width: 670px) {
  h4.style-01, input[type=email] {
    font-size: calc(0.5vw + 18.4px);
  }
}
@media (min-width: 1020px) {
  h4.style-01, input[type=email] {
    font-size: calc(0.5057803468vw + 18.3410404624px);
  }
}
@media (min-width: 1366px) {
  h4.style-01, input[type=email] {
    font-size: calc(2.3648648649vw - 7.0540540541px);
  }
}
@media (min-width: 1440px) {
  h4.style-01, input[type=email] {
    font-size: 27px;
  }
}
h4.style-01 em, h4.style-01 i, input[type=email] em, input[type=email] i {
  font-style: normal;
  font-weight: normal;
  font-family: "Orbikular-Italic";
}
h4.style-01 {
  margin-bottom: 1.1em;
}
h4.style-02 {
  font-family: "Orbikular-Regular";
  font-size: 28px;
  line-height: 1em;
  font-size: 25px;
  margin-bottom: 0.9em;
}
@media (min-width: 375px) {
  h4.style-02 {
    font-size: calc(0.3389830508vw + 23.7288135593px);
  }
}
@media (min-width: 670px) {
  h4.style-02 {
    font-size: calc(0.2857142857vw + 24.0857142857px);
  }
}
@media (min-width: 1020px) {
  h4.style-02 {
    font-size: calc(0.289017341vw + 24.0520231214px);
  }
}
@media (min-width: 1366px) {
  h4.style-02 {
    font-size: calc(1.3513513514vw + 9.5405405405px);
  }
}
@media (min-width: 1440px) {
  h4.style-02 {
    font-size: 29px;
  }
}
h4.style-02 em, h4.style-02 i {
  font-style: normal;
  font-weight: normal;
  font-family: "Orbikular-Italic";
}
span.menu-text {
  font-family: "Altform-Regular";
  font-size: 25px;
  line-height: 1.2em;
  font-size: 21px;
}
@media (min-width: 375px) {
  span.menu-text {
    font-size: calc(0.3389830508vw + 19.7288135593px);
  }
}
@media (min-width: 670px) {
  span.menu-text {
    font-size: calc(0.2857142857vw + 20.0857142857px);
  }
}
@media (min-width: 1020px) {
  span.menu-text {
    font-size: calc(0.289017341vw + 20.0520231214px);
  }
}
@media (min-width: 1366px) {
  span.menu-text {
    font-size: calc(1.3513513514vw + 5.5405405405px);
  }
}
@media (min-width: 1440px) {
  span.menu-text {
    font-size: 25px;
  }
}
span.menu-text.hovered {
  font-size: 22.5px;
  font-style: normal;
  font-weight: normal;
  font-family: "Orbikular-Italic";
  line-height: 1.2em;
}
@media (min-width: 375px) {
  span.menu-text.hovered {
    font-size: calc(0.3389830508vw + 21.2288135593px);
  }
}
@media (min-width: 670px) {
  span.menu-text.hovered {
    font-size: calc(0.2857142857vw + 21.5857142857px);
  }
}
@media (min-width: 1020px) {
  span.menu-text.hovered {
    font-size: calc(0.289017341vw + 21.5520231214px);
  }
}
@media (min-width: 1366px) {
  span.menu-text.hovered {
    font-size: calc(1.3513513514vw + 7.0405405405px);
  }
}
@media (min-width: 1440px) {
  span.menu-text.hovered {
    font-size: 26.5px;
  }
}
h5 {
  font-family: "Altform-Regular";
  font-size: 22px;
  line-height: 1.0909090909em;
  font-size: 20px;
  margin-bottom: 1.1em;
}
@media (min-width: 375px) {
  h5 {
    font-size: calc(0.1694915254vw + 19.3644067797px);
  }
}
@media (min-width: 670px) {
  h5 {
    font-size: calc(0.1428571429vw + 19.5428571429px);
  }
}
@media (min-width: 1020px) {
  h5 {
    font-size: calc(0.1445086705vw + 19.5260115607px);
  }
}
@media (min-width: 1366px) {
  h5 {
    font-size: calc(0.6756756757vw + 12.2702702703px);
  }
}
@media (min-width: 1440px) {
  h5 {
    font-size: 22px;
  }
}
h5 em, h5 i {
  font-style: normal;
  font-weight: normal;
  font-family: "Orbikular-Italic";
}
h6.size-01 {
  font-family: "Altform-Regular";
  font-size: 18px;
  line-height: 0.8em;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 1.1em;
}
@media (min-width: 375px) {
  h6.size-01 {
    font-size: calc(0.5084745763vw + 10.093220339px);
  }
}
@media (min-width: 670px) {
  h6.size-01 {
    font-size: calc(0.4285714286vw + 10.6285714286px);
  }
}
@media (min-width: 1020px) {
  h6.size-01 {
    font-size: calc(0.4335260116vw + 10.5780346821px);
  }
}
@media (min-width: 1366px) {
  h6.size-01 {
    font-size: calc(2.027027027vw - 11.1891891892px);
  }
}
@media (min-width: 1440px) {
  h6.size-01 {
    font-size: 18px;
  }
}
h6.size-02 {
  font-family: "Altform-Regular";
  font-size: 17px;
  line-height: 0.9411764706em;
  font-size: 12px;
  margin-bottom: 1.1em;
}
@media (min-width: 375px) {
  h6.size-02 {
    font-size: calc(0.4237288136vw + 10.4110169492px);
  }
}
@media (min-width: 670px) {
  h6.size-02 {
    font-size: calc(0.3571428571vw + 10.8571428571px);
  }
}
@media (min-width: 1020px) {
  h6.size-02 {
    font-size: calc(0.3612716763vw + 10.8150289017px);
  }
}
@media (min-width: 1366px) {
  h6.size-02 {
    font-size: calc(1.6891891892vw - 7.3243243243px);
  }
}
@media (min-width: 1440px) {
  h6.size-02 {
    font-size: 17px;
  }
}
p {
  font-family: "Altform-Regular";
  font-size: 24px;
  line-height: 1.1666666667em;
  font-size: 20px;
  margin-bottom: 1.1em;
}
@media (min-width: 375px) {
  p {
    font-size: calc(0.3389830508vw + 18.7288135593px);
  }
}
@media (min-width: 670px) {
  p {
    font-size: calc(0.2857142857vw + 19.0857142857px);
  }
}
@media (min-width: 1020px) {
  p {
    font-size: calc(0.289017341vw + 19.0520231214px);
  }
}
@media (min-width: 1366px) {
  p {
    font-size: calc(1.3513513514vw + 4.5405405405px);
  }
}
@media (min-width: 1440px) {
  p {
    font-size: 24px;
  }
}
p em, p i {
  font-style: normal;
  font-weight: normal;
  font-family: "Orbikular-Italic";
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom: 0px !important;
}
h3.style-01 strong, h3.style-01 b, h4.style-01 strong, h4.style-01 b, h5 strong, h5 b, h6 strong, h6 b, p strong, p b {
  font-style: normal;
  font-weight: normal;
  font-family: "Altform-Bold";
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
textarea:focus, input:focus, select:focus {
  outline: 0;
}
@media only screen and (min-width: 1441px) {
  h1.size-01 {
    font-size: 6.5972222222vw;
  }
  h1.size-02 {
    font-size: 5.2083333333vw;
  }
  h1.size-03 {
    font-size: 4.5138888889vw;
  }
  h1.size-04 {
    font-size: 4.1666666667vw;
  }
  h1.size-05 {
    font-size: 3.8194444444vw;
  }
  h1.size-06 {
    font-size: 2.9166666667vw;
  }
  h1.size-07 {
    font-size: 2.4305555556vw;
  }
  h2 {
    font-size: 2.7777777778vw;
  }
  h3.style-01 {
    font-size: 2.3611111111vw;
  }
  h3.style-02 {
    font-size: 2.2916666667vw;
  }
  h4.style-01, input[type=email] {
    font-size: 1.875vw;
  }
  h4.style-02 {
    font-size: 2.0138888889vw;
  }
  span.menu-text {
    font-size: 1.7361111111vw;
  }
  span.menu-text.hovered {
    font-size: 1.8402777778vw;
  }
  h5 {
    font-size: 1.5277777778vw;
  }
  h6.size-01 {
    font-size: 1.25vw;
  }
  h6.size-02 {
    font-size: 1.1805555556vw;
  }
  p {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1800px) {
  h1.size-01 {
    font-size: 5.9974747475vw;
  }
  h1.size-02 {
    font-size: 4.7348484848vw;
  }
  h1.size-03 {
    font-size: 4.1035353535vw;
  }
  h1.size-04 {
    font-size: 3.7878787879vw;
  }
  h1.size-05 {
    font-size: 3.4722222222vw;
  }
  h1.size-06 {
    font-size: 2.6515151515vw;
  }
  h1.size-07 {
    font-size: 2.2095959596vw;
  }
  h2 {
    font-size: 2.5252525253vw;
  }
  h3.style-01 {
    font-size: 2.1464646465vw;
  }
  h3.style-02 {
    font-size: 2.0833333333vw;
  }
  h4.style-01, input[type=email] {
    font-size: 1.7045454545vw;
  }
  h4.style-02 {
    font-size: 1.7676767677vw;
  }
  span.menu-text {
    font-size: 1.5782828283vw;
  }
  h5 {
    font-size: 1.3888888889vw;
  }
  h6.size-01 {
    font-size: 1.1363636364vw;
  }
  h6.size-02 {
    font-size: 1.0732323232vw;
  }
  p {
    font-size: 1.5151515152vw;
  }
}
@media only screen and (max-width: 480px) {
  h1.size-01 {
    font-size: 11.1538461538vw;
  }
  h1.size-02 {
    font-size: 9.2307692308vw;
  }
  h1.size-03 {
    font-size: 7.6923076923vw;
  }
  h1.size-04 {
    font-size: 11.5384615385vw;
  }
  h1.size-05 {
    font-size: 7.6923076923vw;
  }
  h1.size-06 {
    font-size: 11.5384615385vw;
  }
  h1.size-07 {
    font-size: 5.7692307692vw;
  }
  h2 {
    font-size: 5.7692307692vw;
  }
  h3.style-01 {
    font-size: 5.7692307692vw;
  }
  h3.style-02 {
    font-size: 6.1538461538vw;
  }
  h4.style-01 {
    font-size: 3.8461538462vw;
  }
  input[type=email] {
    font-size: 5.7692307692vw;
  }
  h4.style-02 {
    font-size: 5.3846153846vw;
  }
  h5 {
    font-size: 4.6153846154vw;
  }
  h6.size-01 {
    font-size: 2.3076923077vw;
  }
  h6.size-02 {
    font-size: 2.3076923077vw;
  }
  p {
    font-size: 4.6153846154vw;
  }
}
/*
HEADER CONTENT ------------------
*/
.header-wrap {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding: 53px 0 53px 0;
  background-color: #E6EDEC;
  transition: transform 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-transform 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-transform 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.77, 0, 0.175, 1), background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 100;
}
.header-wrap .outer-content-wrap {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.header-wrap.invisible {
  transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
@media only screen and (min-width: 1441px) {
  .header-wrap {
    padding: 3.6805555556vw 0 3.6805555556vw 0;
  }
}
@media only screen and (max-width: 520px) {
  .header-wrap {
    padding: 7.6923076923vw 0 7.6923076923vw 0;
  }
}
.header-wrap .main-logo {
  position: relative;
  display: block;
  width: 145px;
  height: auto;
}
.header-wrap .main-logo img {
  -webkit-transition: -webkit-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: filter 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.header-wrap .main-logo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
}
@media only screen and (min-width: 1441px) {
  .header-wrap .main-logo {
    width: 10.0694444444vw;
  }
}
@media only screen and (max-width: 520px) {
  .header-wrap .main-logo {
    width: 37.8846153846vw;
  }
}
.header-wrap .main-menu {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: baseline;
  -o-align-items: baseline;
  -ms-align-items: baseline;
  -moz-align-items: baseline;
  -webkit-align-items: baseline;
  transition: filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: -webkit-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}
.header-wrap .main-menu .menu-item {
  position: relative;
  display: block;
  margin-right: 20px;
}
.header-wrap .main-menu .menu-item:last-child {
  margin-right: 0px !important;
}
@media only screen and (min-width: 1441px) {
  .header-wrap .main-menu .menu-item {
    margin-right: 1.3888888889vw;
  }
}
.header-wrap .main-menu .menu-item span.menu-text.default {
  position: relative;
  display: block;
}
.header-wrap .main-menu .menu-item span.menu-text.hovered {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header-wrap .main-menu .menu-item a.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
}
.header-wrap .main-menu .menu-item a.link:after {
  width: 0px !important;
  bottom: -0.18em;
  height: 3px;
  left: 2%;
}
.header-wrap .main-menu .menu-item:hover span.menu-text.default {
  opacity: 0;
}
.header-wrap .main-menu .menu-item:hover span.menu-text.hovered {
  opacity: 1;
}
@media only screen and (max-width: 520px) {
  .header-wrap .main-menu {
    display: none !important;
  }
}

.header-wrap .menu-opener {
  position: relative;
  display: none;
  width: 9.6153846154vw;
  height: 7.5vw;
  cursor: pointer;
  transition: filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: -webkit-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}
.header-wrap .menu-opener .line {
  position: absolute;
  width: 100%;
  height: 1.1538461538vw;
  background-color: #000000;
  transition: transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1), top 250ms cubic-bezier(0.25, 0.1, 0.25, 1), bottom 250ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: -o-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1), top 250ms cubic-bezier(0.25, 0.1, 0.25, 1), bottom 250ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: -ms-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1), top 250ms cubic-bezier(0.25, 0.1, 0.25, 1), bottom 250ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: -moz-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1), top 250ms cubic-bezier(0.25, 0.1, 0.25, 1), bottom 250ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1), top 250ms cubic-bezier(0.25, 0.1, 0.25, 1), bottom 250ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header-wrap .menu-opener .line:nth-child(1) {
  top: 0;
  transform-origin: top center;
}
.header-wrap .menu-opener .line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.header-wrap .menu-opener .line:nth-child(3) {
  bottom: 0;
  transform-origin: bottom center;
}
.header-wrap .menu-opener.opened .line:nth-child(1) {
  top: 50%;
  transform: rotate(135deg) translateY(-50%);
  -o-transform: rotate(135deg) translateY(-50%);
  -ms-transform: rotate(135deg) translateY(-50%);
  -moz-transform: rotate(135deg) translateY(-50%);
  -webkit-transform: rotate(135deg) translateY(-50%);
}
.header-wrap .menu-opener.opened .line:nth-child(2) {
  opacity: 0;
}
.header-wrap .menu-opener.opened .line:nth-child(3) {
  bottom: 50%;
  transform: rotate(-135deg) translateY(50%);
  -o-transform: rotate(-135deg) translateY(50%);
  -ms-transform: rotate(-135deg) translateY(50%);
  -moz-transform: rotate(-135deg) translateY(50%);
  -webkit-transform: rotate(-135deg) translateY(50%);
}
@media only screen and (max-width: 520px) {
  .header-wrap .menu-opener {
    display: block;
  }
}
.header-wrap.grey-bg {
  background-color: #E6EDEC;
}
.header-wrap.salmon-bg {
  background-color: #F3846A;
}
.header-wrap.aqua-bg {
  background-color: #91D5D1;
}
.header-wrap.sand-bg {
  background-color: #EAE6CB;
}
.header-wrap.denim-bg {
  background-color: #6B95AB;
}
.header-wrap.orange-bg {
  background-color: #FEAA48;
}
.header-wrap.transparent-bg {
  background-color: transparent;
}

/*
MAIN MENU OVERLAY ------------------
*/
.main-menu-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 499;
}
.main-menu-overlay .header-wrap {
  background-color: transparent !important;
}
.main-menu-overlay .menu-overlay-menu-wrap {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
}
.main-menu-overlay .menu-overlay-menu-wrap .menu-item {
  position: relative;
  display: block;
}
.main-menu-overlay .menu-overlay-menu-wrap .menu-item * {
  color: #ffffff;
}
.main-menu-overlay .menu-overlay-menu-wrap .menu-item h1 {
  margin-bottom: 0px;
  line-height: 1.4em;
}
.main-menu-overlay .menu-overlay-menu-wrap .menu-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-menu-overlay.opened .menu-overlay-menu-wrap {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.opened .main-logo img{
   filter: invert(100%);
  -webkit-filter: invert(100%);
}

.opened .line{
	background-color: white!important;
}
/*
HOME PAGE CONTENT ------------------
*/
body.page-template-page-home .header-wrap {
  pointer-events: none;
}
body.page-template-page-home .header-wrap .main-logo {
  opacity: 0;
}
body.page-template-page-home .header-wrap .main-menu {
  opacity: 0;
  pointer-events: none;
}
body.page-template-page-home .header-wrap .menu-opener {
  opacity: 0;
  pointer-events: none;
}
body.page-template-page-home .header-wrap.home-visible {
  pointer-events: all;
}
body.page-template-page-home .header-wrap.home-visible .main-logo {
  opacity: 1;
}
body.page-template-page-home .header-wrap.home-visible .main-menu {
  opacity: 1;
  pointer-events: all;
  transition: filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: -webkit-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
body.page-template-page-home .header-wrap.home-visible .menu-opener {
  opacity: 1;
  pointer-events: all;
  transition: filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: -webkit-filter 0.3s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
body.page-template-page-home .dummy-header.main {
  display: none !important;
}
body.page-template-page-home .fixed-homepage-logo-wrap {
  opacity: 1;
}
.fixed-homepage-logo-wrap {
  position: fixed;
  width: calc(100% - 120px);
  width: -o-calc(100% - 120px);
  width: -ms-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  min-width: 145px;
  top: 53px;
  left: 60px;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.fixed-homepage-logo-wrap img {
  min-width: 145px;
}
.fixed-homepage-logo-wrap.home-hidden {
  visibility: hidden;
}
@media only screen and (min-width: 1441px) {
  .fixed-homepage-logo-wrap {
    width: calc(100% - 8.3333333333vw);
    width: -o-calc(100% - 8.3333333333vw);
    width: -ms-calc(100% - 8.3333333333vw);
    width: -moz-calc(100% - 8.3333333333vw);
    width: -webkit-calc(100% - 8.3333333333vw);
    top: 3.6805555556vw;
    left: 4.1666666667vw;
    min-width: 10.0694444444vw;
  }
  .fixed-homepage-logo-wrap img {
    min-width: 10.0694444444vw;
  }
}
@media only screen and (max-width: 520px) {
  .fixed-homepage-logo-wrap {
    width: calc(100% - 15.3846153846vw);
    width: -o-calc(100% - 15.3846153846vw);
    width: -ms-calc(100% - 15.3846153846vw);
    width: -moz-calc(100% - 15.3846153846vw);
    width: -webkit-calc(100% - 15.3846153846vw);
    top: 7.6923076923vw;
    left: 7.6923076923vw;
  }
  .fixed-homepage-logo-wrap img {
    min-width: 37.8846153846vw;
  }
}
.page-wrap#home-page .full-bleed-landing-panel {
  position: fixed;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000000;
  overflow: hidden;
  pointer-events: none;
}
.page-wrap#home-page .full-bleed-landing-panel .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-wrap#home-page .full-bleed-landing-panel .image-wrap.desktop {
  display: block !important;
}
.page-wrap#home-page .full-bleed-landing-panel .image-wrap.mobile {
  display: none !important;
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .full-bleed-landing-panel .image-wrap.desktop {
    display: none !important;
  }
  .page-wrap#home-page .full-bleed-landing-panel .image-wrap.mobile {
    display: block !important;
  }
}
.page-wrap#home-page .full-bleed-landing-panel .video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.page-wrap#home-page .full-bleed-landing-panel .video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.page-wrap#home-page .full-bleed-landing-panel .video-wrap.desktop {
  display: block;
}
.page-wrap#home-page .full-bleed-landing-panel .video-wrap.mobile {
  display: none;
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .full-bleed-landing-panel .video-wrap.desktop {
    display: none;
  }
  .page-wrap#home-page .full-bleed-landing-panel .video-wrap.mobile {
    display: block;
  }
}
.page-wrap#home-page .full-bleed-landing-panel .tint-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2B2E34;
  mix-blend-mode: multiply;
  opacity: 0.15;
  z-index: 2;
}
.page-wrap#home-page .further-page-content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #F3846A;
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
}
.page-wrap#home-page .further-page-content.grey-bg {
  background-color: #E6EDEC;
}
.page-wrap#home-page .further-page-content.salmon-bg {
  background-color: #F3846A;
}
.page-wrap#home-page .further-page-content.aqua-bg {
  background-color: #91D5D1;
}
.page-wrap#home-page .further-page-content.sand-bg {
  background-color: #EAE6CB;
}
.page-wrap#home-page .further-page-content.denim-bg {
  background-color: #6B95AB;
}
.page-wrap#home-page .further-page-content.orange-bg {
  background-color: #FEAA48;
}
.page-wrap#home-page .further-page-content .studio-intro.home-panel {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
  height: auto;
  padding: 205px 0 60px 0;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#home-page .further-page-content .studio-intro.home-panel {
    padding: 14.2361111111vw 0 4.1666666667vw 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .further-page-content .studio-intro.home-panel {
    padding: 43.2692307692vw 0 14.4230769231vw 0;
  }
}
.page-wrap#home-page .further-page-content .studio-intro.home-panel .studio-intro-text-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 95px;
}
.page-wrap#home-page .further-page-content .studio-intro.home-panel .studio-intro-text-wrap .text-content {
  position: relative;
  display: block;
  width: 66%;
  height: auto;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#home-page .further-page-content .studio-intro.home-panel .studio-intro-text-wrap {
    margin-bottom: 6.5972222222vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .further-page-content .studio-intro.home-panel .studio-intro-text-wrap {
    margin-bottom: 23.0769230769vw;
  }
  .page-wrap#home-page .further-page-content .studio-intro.home-panel .studio-intro-text-wrap .text-content {
    width: 100%;
  }
}
.page-wrap#home-page .further-page-content .studio-intro.home-panel .latest-work-header {
  cursor: pointer;
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
}
.page-wrap#home-page .further-page-content .studio-intro.home-panel .latest-work-header .outer-content-wrap {
  padding-bottom: 27px;
  border-bottom: 1px solid #000000;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#home-page .further-page-content .studio-intro.home-panel .latest-work-header .outer-content-wrap {
    padding-bottom: 1.875vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .further-page-content .studio-intro.home-panel .latest-work-header .outer-content-wrap {
    padding-bottom: 2.6923076923vw;
  }
}
.page-wrap#home-page .further-page-content .homepage-featured-projects {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#home-page .further-page-content .homepage-featured-projects .fixed-project-thumbnails {
  position: sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: -moz-sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
}
.page-wrap#home-page .further-page-content .homepage-featured-projects .fixed-project-thumbnails .fixed-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
}
.page-wrap#home-page .further-page-content .homepage-featured-projects .fixed-project-thumbnails .fixed-thumbnail .work-project-thumbnail {
  position: absolute;
  width: 47%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
  -o-transform: translate(-50%, -53%);
  -ms-transform: translate(-50%, -53%);
  -moz-transform: translate(-50%, -53%);
  -webkit-transform: translate(-50%, -53%);
}
.page-wrap#home-page .further-page-content .homepage-featured-projects .fixed-project-thumbnails .fixed-thumbnail .work-project-thumbnail .thumbnail-image.desktop {
  display: block !important;
}
.page-wrap#home-page .further-page-content .homepage-featured-projects .fixed-project-thumbnails .fixed-thumbnail .work-project-thumbnail .thumbnail-image.mobile {
  display: none !important;
}
.page-wrap#home-page .further-page-content .homepage-featured-projects .fixed-project-thumbnails .fixed-thumbnail .work-project-thumbnail .thumbnail-titles {
  position: absolute;
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .further-page-content .homepage-featured-projects .fixed-project-thumbnails .fixed-thumbnail .work-project-thumbnail {
    width: calc(100% - 15.3846153846vw);
    width: -o-calc(100% - 15.3846153846vw);
    width: -ms-calc(100% - 15.3846153846vw);
    width: -moz-calc(100% - 15.3846153846vw);
    width: -webkit-calc(100% - 15.3846153846vw);
  }
  .page-wrap#home-page .further-page-content .homepage-featured-projects .fixed-project-thumbnails .fixed-thumbnail .work-project-thumbnail .thumbnail-image.desktop {
    display: none !important;
  }
  .page-wrap#home-page .further-page-content .homepage-featured-projects .fixed-project-thumbnails .fixed-thumbnail .work-project-thumbnail .thumbnail-image.mobile {
    display: block !important;
  }
  .page-wrap#home-page .further-page-content .homepage-featured-projects .fixed-project-thumbnails .fixed-thumbnail .work-project-thumbnail .thumbnail-image:after {
    padding-bottom: 122%;
  }
}
.page-wrap#home-page .further-page-content .homepage-featured-projects .fixed-project-thumbnails .fixed-thumbnail.visible {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.page-wrap#home-page .further-page-content .homepage-featured-projects .dummy-featured-project-panels {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.page-wrap#home-page .further-page-content .homepage-featured-projects .dummy-featured-project-panels .featured-project {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#home-page .further-page-content .homepage-featured-projects .dummy-featured-project-panels .featured-project:not(:last-child) {
  height: 65vh !important;
}
.page-wrap#home-page .further-page-content .homepage-featured-projects .down-arrow {
  position: fixed;
  display: none !important;
  width: 40px;
  height: auto;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  pointer-events: none;
  z-index: 20;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#home-page .further-page-content .homepage-featured-projects .down-arrow {
    width: 2.7777777778vw;
    bottom: 1.25vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .further-page-content .homepage-featured-projects .down-arrow {
    width: 8.0769230769vw;
    bottom: 4.8076923077vw;
  }
}
/*
WORK OVERVIEW CONTENT ------------------
*/
body.post-type-archive-work .header-wrap .main-menu .menu-item#menu-item-1 span.menu-text.default {
  opacity: 0;
}
body.post-type-archive-work .header-wrap .main-menu .menu-item#menu-item-1 span.menu-text.hovered {
  opacity: 1;
}
body.post-type-archive-work .header-wrap .main-menu .menu-item#menu-item-1 a.link:after {
  width: 95% !important;
}
body.post-type-archive-work #content {
  min-height: 0px;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-overview {
    padding-top: 16.1538461538vw;
  }
}
.page-wrap#work-overview .work-view-menu {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  padding-bottom: 25px;
  z-index: 2;
}
.page-wrap#work-overview .work-view-menu.desktop {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
}
.page-wrap#work-overview .work-view-menu.mobile {
  display: none;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-overview .work-view-menu {
    padding-bottom: 1.7361111111vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-overview .work-view-menu {
    position: relative;
    width: 100%;
    height: auto;
    top: initial;
    left: initial;
    padding-bottom: 3.4615384615vw;
  }
  .page-wrap#work-overview .work-view-menu.mobile {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
  }
  .page-wrap#work-overview .work-view-menu.desktop {
    display: none;
  }
}
.page-wrap#work-overview .work-view-menu .work-view-menu-item {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  border-radius: 17.5px;
  -o-border-radius: 17.5px;
  -ms-border-radius: 17.5px;
  -moz-border-radius: 17.5px;
  -webkit-border-radius: 17.5px;
  cursor: pointer;
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
  width: 135px;
  height: 35px;
  margin-right: 16px;
  border: 1px solid #000000;
  transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1), color 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1), color 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1), color 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1), color 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1), color 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-wrap#work-overview .work-view-menu .work-view-menu-item h6 {
  line-height: 0.8em;
}
.page-wrap#work-overview .work-view-menu .work-view-menu-item:hover, .page-wrap#work-overview .work-view-menu .work-view-menu-item.active {
  background-color: #000000;
  color: #ffffff;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-overview .work-view-menu .work-view-menu-item {
    border-radius: 1.2152777778vw;
    -o-border-radius: 1.2152777778vw;
    -ms-border-radius: 1.2152777778vw;
    -moz-border-radius: 1.2152777778vw;
    -webkit-border-radius: 1.2152777778vw;
    width: 9.375vw;
    height: 2.4305555556vw;
    margin-right: 1.1111111111vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-overview .work-view-menu .work-view-menu-item {
    border-radius: 3.0769230769vw;
    -o-border-radius: 3.0769230769vw;
    -ms-border-radius: 3.0769230769vw;
    -moz-border-radius: 3.0769230769vw;
    -webkit-border-radius: 3.0769230769vw;
    width: 22.1153846154vw;
    height: 6.1538461538vw;
    margin-right: 2.1153846154vw;
  }
  .page-wrap#work-overview .work-view-menu .work-view-menu-item h6 {
    font-size: 2.6923076923vw;
  }
}
.page-wrap#work-overview .list-view-wrap {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-overview .list-view-wrap {
    display: none;
  }
}
.page-wrap#work-overview .list-view-wrap .inner-wrap {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.page-wrap#work-overview .list-view-wrap .list-column {
  position: relative;
  display: block;
  width: 47.7%;
  height: auto;
  border-top: 1px solid #000000;
  padding: 32px 0 115px 0;
}
.page-wrap#work-overview .list-view-wrap .list-column .list-view-list-item {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
  overflow: hidden;
  margin-bottom: 7px;
}
.page-wrap#work-overview .list-view-wrap .list-column .list-view-list-item:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#work-overview .list-view-wrap .list-column .list-view-list-item h1 {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  margin-bottom: 0px;
  position: none;
}
.page-wrap#work-overview .list-view-wrap .list-column .list-view-list-item h1.default {
  position: relative;
  display: block;
  font-size: 2.9166666667vw;
}
.page-wrap#work-overview .list-view-wrap .list-column .list-view-list-item h1.hovered {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  font-family: "Orbikular-Italic";
  font-size: 3.0694444444vw;
  opacity: 0;
}
.page-wrap#work-overview .list-view-wrap .list-column .list-view-list-item:hover h1.default {
  opacity: 0;
}
.page-wrap#work-overview .list-view-wrap .list-column .list-view-list-item:hover h1.hovered {
  opacity: 1;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-overview .list-view-wrap .list-column {
    padding: 2.2222222222vw 0 7.9861111111vw 0;
  }
  .page-wrap#work-overview .list-view-wrap .list-column .list-view-list-item {
    margin-bottom: 0.4861111111vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-overview .list-view-wrap .list-column {
    width: 100%;
    margin-top: 0px !important;
    padding: 5.3846153846vw 0 19.2307692308vw 0;
  }
  .page-wrap#work-overview .list-view-wrap .list-column .list-view-list-item {
    margin-bottom: 2.8846153846vw;
  }
  .page-wrap#work-overview .list-view-wrap .list-column .list-view-list-item h1.default {
    font-size: 5.7692307692vw;
  }
  .page-wrap#work-overview .list-view-wrap .list-column .list-view-list-item h1.hovered {
    font-size: 6.1538461538vw;
  }
}
.page-wrap#work-overview .list-view-wrap .image-column {
  position: sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: -moz-sticky;
  position: -webkit-sticky;
  display: block;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-overview .list-view-wrap .image-column {
    display: none !important;
  }
}
.page-wrap#work-overview .list-view-wrap .image-column .list-view-image {
  position: absolute;
  width: calc(100% + 60px);
  width: -o-calc(100% + 60px);
  width: -ms-calc(100% + 60px);
  width: -moz-calc(100% + 60px);
  width: -webkit-calc(100% + 60px);
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.page-wrap#work-overview .list-view-wrap .image-column .list-view-image .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-wrap#work-overview .list-view-wrap .image-column .list-view-image.visible {
  opacity: 1;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-overview .list-view-wrap .image-column .list-view-image {
    width: calc(100% + 4.1666666667vw);
    width: -o-calc(100% + 4.1666666667vw);
    width: -ms-calc(100% + 4.1666666667vw);
    width: -moz-calc(100% + 4.1666666667vw);
    width: -webkit-calc(100% + 4.1666666667vw);
  }
}
.page-wrap#work-overview .grid-view-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  z-index: 1;
}
.page-wrap#work-overview .grid-view-wrap .inner-wrap {
  position: relative;
  display: block;
  border-top: 1px solid #000000;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-overview .grid-view-wrap {
    padding-bottom: 3.4722222222vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-overview .grid-view-wrap {
    display: block;
    padding-top: 0px !important;
    padding-bottom: 19.2307692308vw;
  }
}
.page-wrap#work-overview .grid-view-wrap .grid-view-grid {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 30px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-overview .grid-view-wrap .grid-view-grid {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-overview .grid-view-wrap .grid-view-grid {
    margin-top: 3.8461538462vw;
  }
}
.page-wrap#work-overview .grid-view-wrap .grid-view-grid .grid-view-grid-item {
  margin-bottom: 87px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-overview .grid-view-wrap .grid-view-grid .grid-view-grid-item {
    margin-bottom: 6.0416666667vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-overview .grid-view-wrap .grid-view-grid .grid-view-grid-item {
    margin-bottom: 11.1538461538vw;
  }
}
/*
WORK POST CONTENT ------------------
*/
body.single-work .header-wrap .main-menu .menu-item#menu-item-1 span.menu-text.default {
  opacity: 0;
}
body.single-work .header-wrap .main-menu .menu-item#menu-item-1 span.menu-text.hovered {
  opacity: 1;
}
body.single-work .header-wrap .main-menu .menu-item#menu-item-1 a.link:after {
  width: 95% !important;
}
.page-wrap#work-post {
  padding: 0 0 100px 0;
  background-color: #ffffff;
  overflow: hidden;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-post {
    padding: 0 0 6.9444444444vw 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post {
    padding: 0 0 23.0769230769vw 0;
  }
}
.page-wrap#work-post .project-titles-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #E6EDEC;
  padding: 15px 0 50px 0;
}
.page-wrap#work-post .project-titles-wrap .outer-content-wrap {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-post .project-titles-wrap {
    padding: 1.0416666667vw 0 3.4722222222vw 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .project-titles-wrap {
    padding: 14.4230769231vw 0 23.0769230769vw 0;
  }
  .page-wrap#work-post .project-titles-wrap .outer-content-wrap {
    display: block;
  }
}
.page-wrap#work-post .project-titles-wrap .left-column {
  position: relative;
  display: block;
  width: 60%;
  height: auto;
  padding-right: 10%;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .project-titles-wrap .left-column {
    width: 100%;
    margin-bottom: 20.1923076923vw;
  }
}
.page-wrap#work-post .project-titles-wrap .right-column {
  position: relative;
  display: block;
  width: 33%;
  height: auto;
  border-left: 1px solid #000000;
  padding-left: 22px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-post .project-titles-wrap .right-column {
    padding-left: 1.5277777778vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .project-titles-wrap .right-column {
    width: 100%;
    padding-left: 3.8461538462vw;
  }
}
.page-wrap#work-post .project-titles-wrap .right-column .client-info {
  position: relative;
  display: block;
  margin-bottom: 55px;
}
.page-wrap#work-post .project-titles-wrap .right-column .client-info h3 {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-post .project-titles-wrap .right-column .client-info {
    margin-bottom: 3.8194444444vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .project-titles-wrap .right-column .client-info {
    margin-bottom: 11.7307692308vw;
  }
}
.page-wrap#work-post .project-titles-wrap .right-column .other-subtitle {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.page-wrap#work-post .project-titles-wrap .right-column .other-subtitle span {
  text-transform: uppercase;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-post .project-titles-wrap .right-column .other-subtitle {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .project-titles-wrap .right-column .other-subtitle {
    margin-bottom: 6.1538461538vw;
  }
  .page-wrap#work-post .project-titles-wrap .right-column .other-subtitle span.menu-text {
    font-size: 4.6153846154vw;
  }
}
.page-wrap#work-post .project-titles-wrap .right-column .scroll-down-arrow {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-post .project-titles-wrap .right-column .scroll-down-arrow {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .project-titles-wrap .right-column .scroll-down-arrow {
    width: 5.7692307692vw;
    height: 5.7692307692vw;
  }
}
.page-wrap#work-post .post-content-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#work-post .full-bleed-media-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  background-color: #E6EDEC;
}
.page-wrap#work-post .full-bleed-media-section:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#work-post .full-bleed-media-section.small-margin {
  padding: 0 60px 0 60px;
  background-color: #ffffff;
}
.page-wrap#work-post .full-bleed-media-section.large-margin {
  padding: 0 120px 0 120px;
  background-color: #ffffff;
}
.page-wrap#work-post .full-bleed-media-section.smaller-bottom-margin {
  margin-bottom: 40px;
}
.page-wrap#work-post .full-bleed-media-section .vimeo-video-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#work-post .full-bleed-media-section .vimeo-video-wrap:after {
  content: "";
  display: block;
  padding-bottom: 56.6%;
}
.page-wrap#work-post .full-bleed-media-section .vimeo-video-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-post .full-bleed-media-section {
    margin-bottom: 4.8611111111vw;
  }
  .page-wrap#work-post .full-bleed-media-section.small-margin {
    padding: 0 4.1666666667vw 0 4.1666666667vw;
  }
  .page-wrap#work-post .full-bleed-media-section.large-margin {
    padding: 0 8.3333333333vw 0 8.3333333333vw;
  }
  .page-wrap#work-post .full-bleed-media-section.smaller-bottom-margin {
    margin-bottom: 2.7777777778vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .full-bleed-media-section {
    margin-bottom: 11.5384615385vw;
  }
  .page-wrap#work-post .full-bleed-media-section.small-margin {
    padding: 0 7.6923076923vw 0 7.6923076923vw;
  }
  .page-wrap#work-post .full-bleed-media-section.large-margin {
    padding: 0 7.6923076923vw 0 7.6923076923vw;
  }
  .page-wrap#work-post .full-bleed-media-section.smaller-bottom-margin {
    margin-bottom: 5vw;
  }
}
.page-wrap#work-post .media-grid-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}
.page-wrap#work-post .media-grid-section:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#work-post .media-grid-section .outer-content-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.page-wrap#work-post .media-grid-section .media-grid-block {
  position: relative;
  display: block;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-post .media-grid-section {
    margin-bottom: 4.8611111111vw;
  }
  .page-wrap#work-post .media-grid-section .outer-content-wrap {
    grid-column-gap: 2.7777777778vw;
    grid-row-gap: 2.7777777778vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .media-grid-section {
    margin-bottom: 11.5384615385vw;
  }
  .page-wrap#work-post .media-grid-section .outer-content-wrap {
    display: block;
  }
  .page-wrap#work-post .media-grid-section .media-grid-block {
    width: 100%;
    margin-bottom: 5vw;
  }
  .page-wrap#work-post .media-grid-section .media-grid-block:last-child {
    margin-bottom: 0px !important;
  }
}
.page-wrap#work-post .text-media-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}
.page-wrap#work-post .text-media-section:last-child {
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-post .text-media-section {
    margin-bottom: 4.8611111111vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .text-media-section {
    margin-bottom: 11.5384615385vw;
  }
}
.page-wrap#work-post .text-media-section .outer-content-wrap {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .text-media-section .outer-content-wrap {
    display: block;
  }
}
.page-wrap#work-post .text-media-section .media-column {
  position: relative;
  display: block;
  width: calc(50% - 20px);
  width: -o-calc(50% - 20px);
  width: -ms-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: -webkit-calc(50% - 20px);
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-post .text-media-section .media-column {
    width: calc(50% - 1.3888888889vw);
    width: -o-calc(50% - 1.3888888889vw);
    width: -ms-calc(50% - 1.3888888889vw);
    width: -moz-calc(50% - 1.3888888889vw);
    width: -webkit-calc(50% - 1.3888888889vw);
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .text-media-section .media-column {
    width: 100%;
    margin-bottom: 11.5384615385vw;
  }
}
.page-wrap#work-post .text-media-section .text-column {
  position: relative;
  display: block;
  width: calc(50% - 20px);
  width: -o-calc(50% - 20px);
  width: -ms-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: -webkit-calc(50% - 20px);
}
.page-wrap#work-post .text-media-section .text-column .text-wrap {
  position: relative;
  display: block;
  width: 77%;
  height: auto;
  border-left: 1px solid #000000;
  padding-left: 40px;
}
.page-wrap#work-post .text-media-section .text-column .text-wrap p {
  margin-bottom: 0.9em;
}
.page-wrap#work-post .text-media-section .text-column .text-wrap a {
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-post .text-media-section .text-column {
    width: calc(50% - 1.3888888889vw);
    width: -o-calc(50% - 1.3888888889vw);
    width: -ms-calc(50% - 1.3888888889vw);
    width: -moz-calc(50% - 1.3888888889vw);
    width: -webkit-calc(50% - 1.3888888889vw);
  }
  .page-wrap#work-post .text-media-section .text-column .text-wrap {
    padding-left: 2.7777777778vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .text-media-section .text-column {
    width: 100%;
  }
  .page-wrap#work-post .text-media-section .text-column .text-wrap {
    width: 100%;
    padding-left: 7.6923076923vw;
  }
  .page-wrap#work-post .text-media-section .text-column .text-wrap p {
    font-size: 6.1538461538vw;
    margin-bottom: 0.7em;
  }
  .page-wrap#work-post .text-media-section .text-column .text-wrap h5 {
    font-size: 4.2307692308vw;
  }
}
.page-wrap#work-post .text-media-section.media-text-order .outer-content-wrap {
  flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
}
.page-wrap#work-post .text-media-section.media-text-order .text-column .text-wrap {
  margin-left: 35px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-post .text-media-section.media-text-order .text-column .text-wrap {
    margin-left: 2.4305555556vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .text-media-section.media-text-order .text-column .text-wrap {
    margin-left: 0px;
  }
}
.page-wrap#work-post .text-media-section.text-media-order .outer-content-wrap {
  flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.page-wrap#work-post .credits-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}
.page-wrap#work-post .credits-section:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#work-post .credits-section .text-wrap {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
}
.page-wrap#work-post .credits-section .text-wrap a {
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-post .credits-section {
    margin-bottom: 4.8611111111vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .credits-section {
    margin-bottom: 11.5384615385vw;
  }
  .page-wrap#work-post .credits-section .text-wrap {
    width: 100%;
  }
  .page-wrap#work-post .credits-section h5 {
    font-size: 4.2307692308vw;
  }
}
.page-wrap#work-post .related-projects-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.page-wrap#work-post .related-projects-wrap .outer-content-wrap {
  border-top: 1px solid #000000;
  padding-top: 55px;
}
.page-wrap#work-post .related-projects-wrap .related-projects-grid {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 45px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#work-post .related-projects-wrap {
    margin-top: 5.5555555556vw;
  }
  .page-wrap#work-post .related-projects-wrap .outer-content-wrap {
    padding-top: 3.8194444444vw;
  }
  .page-wrap#work-post .related-projects-wrap .related-projects-grid {
    margin-top: 3.125vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-post .related-projects-wrap {
    margin-top: 22.1153846154vw;
  }
  .page-wrap#work-post .related-projects-wrap .outer-content-wrap {
    padding-top: 7.1153846154vw;
  }
  .page-wrap#work-post .related-projects-wrap .related-projects-grid {
    margin-top: 8.2692307692vw;
  }
}
/*
ABOUT PAGE CONTENT ------------------
*/
body.page-template-page-about .header-wrap .main-menu .menu-item#menu-item-2 span.menu-text.default {
  opacity: 0;
}
body.page-template-page-about .header-wrap .main-menu .menu-item#menu-item-2 span.menu-text.hovered {
  opacity: 1;
}
body.page-template-page-about .header-wrap .main-menu .menu-item#menu-item-2 a.link:after {
  width: 95% !important;
}
body.page-template-page-about .dummy-header.main {
  display: none !important;
}
.page-wrap#about-page {
  overflow: hidden;
}
.page-wrap#about-page .about-panel {
  padding-top: 170px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel {
    padding-top: 11.8055555556vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel {
    padding-top: 40.3846153846vw;
  }
}
.page-wrap#about-page .about-panel .section-intro {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #000000;
  padding-bottom: 28px;
}
.page-wrap#about-page .about-panel .section-intro .text-wrap {
  display: block;
  width: 43.7%;
  height: auto;
}
.page-wrap#about-page .about-panel .section-intro .down-icon {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 35px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel .section-intro {
    padding-bottom: 1.9444444444vw;
  }
  .page-wrap#about-page .about-panel .section-intro .down-icon {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    margin-top: 2.4305555556vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel .section-intro {
    padding-bottom: 2.3076923077vw;
  }
  .page-wrap#about-page .about-panel .section-intro .text-wrap {
    width: 100%;
  }
  .page-wrap#about-page .about-panel .section-intro .down-icon {
    width: 6.5384615385vw;
    height: 6.5384615385vw;
    margin-top: 14.6153846154vw;
  }
}
.page-wrap#about-page .about-panel#about-us {
  padding-bottom: 95px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#about-us {
    padding-bottom: 6.5972222222vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#about-us {
    padding-bottom: 16.3461538462vw;
  }
}
.page-wrap#about-page .about-panel#about-us .landing-panel {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 40px;
}
.page-wrap#about-page .about-panel#about-us .landing-panel .text-wrap {
  position: relative;
  display: block;
  width: 53.5%;
  height: auto;
  padding-left: 60px;
}
.page-wrap#about-page .about-panel#about-us .landing-panel .image-wrap {
  position: relative;
  display: block;
  width: 41.5%;
  height: auto;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#about-us .landing-panel {
    margin-bottom: 2.7777777778vw;
  }
  .page-wrap#about-page .about-panel#about-us .landing-panel .text-wrap {
    padding-left: 4.1666666667vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#about-us .landing-panel {
    margin-bottom: 14.2307692308vw;
    display: block;
  }
  .page-wrap#about-page .about-panel#about-us .landing-panel:after {
    content: "";
    display: block;
    clear: both;
  }
  .page-wrap#about-page .about-panel#about-us .landing-panel .text-wrap {
    width: 100%;
    height: auto;
    padding: 0 7.6923076923vw 0 7.6923076923vw;
    margin-bottom: 13.0769230769vw;
    float: left;
  }
  .page-wrap#about-page .about-panel#about-us .landing-panel .image-wrap {
    width: 70.1923076923vw;
    float: right;
  }
}
.page-wrap#about-page .about-panel#about-us .section-header-with-arrow {
  margin-bottom: 27px;
}
.page-wrap#about-page .about-panel#about-us .section-header-with-arrow span.section-scroller {
  cursor: pointer;
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#about-us .section-header-with-arrow {
    margin-bottom: 1.875vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#about-us .section-header-with-arrow {
    margin-bottom: 2.3076923077vw;
  }
}
.page-wrap#about-page .about-panel#about-us .text-ticker-tape {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page-wrap#about-page .about-panel#about-us .text-ticker-tape .outer-content-wrap {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 39px 0 39px 0;
  overflow: hidden;
}
.page-wrap#about-page .about-panel#about-us .text-ticker-tape .outer-content-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.page-wrap#about-page .about-panel#about-us .text-ticker-tape .js-marquee {
  margin-right: 22px !important;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#about-us .text-ticker-tape .outer-content-wrap {
    padding: 2.7083333333vw 0 2.7083333333vw 0;
  }
  .page-wrap#about-page .about-panel#about-us .text-ticker-tape .js-marquee {
    margin-right: 1.5277777778vw !important;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#about-us .text-ticker-tape .outer-content-wrap {
    padding: 7.3076923077vw 0 7.3076923077vw 0;
  }
  .page-wrap#about-page .about-panel#about-us .text-ticker-tape .js-marquee {
    margin-right: 3.8461538462vw !important;
  }
}
.page-wrap#about-page .about-panel#about-us .about-us-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 45px;
}
.page-wrap#about-page .about-panel#about-us .about-us-wrap .outer-content-wrap {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.page-wrap#about-page .about-panel#about-us .about-us-wrap .left-column {
  position: relative;
  display: block;
  width: 42.8%;
  height: auto;
}
.page-wrap#about-page .about-panel#about-us .about-us-wrap .right-column {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#about-us .about-us-wrap {
    padding-top: 3.125vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#about-us .about-us-wrap {
    padding-top: 22.1153846154vw;
  }
  .page-wrap#about-page .about-panel#about-us .about-us-wrap .outer-content-wrap {
    flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .page-wrap#about-page .about-panel#about-us .about-us-wrap .left-column {
    width: 100%;
    margin-bottom: 21.5384615385vw;
  }
  .page-wrap#about-page .about-panel#about-us .about-us-wrap .right-column {
    width: 100%;
  }
}
.page-wrap#about-page .about-panel#creative-programmes {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#creative-programmes {
    padding-bottom: 4.1666666667vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#creative-programmes {
    padding-bottom: 21.9230769231vw;
  }
}
.page-wrap#about-page .about-panel#creative-programmes .section-intro {
  border-bottom: none;
}
.page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-top: none !important;
}
.page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #000000;
}
.page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown:first-child {
  border-top: 1px solid #000000;
}
.page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .title-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
  padding: 39px 0 35px 0;
}
.page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .title-wrap h1 {
  margin-bottom: 0px;
}
.page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .title-wrap .icon-wrap {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .title-wrap .icon-wrap img.icon {
  position: absolute;
  width: 100%;
  height: auto;
}
.page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .title-wrap .icon-wrap img.icon.down-arrow {
  opacity: 1;
}
.page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .title-wrap .icon-wrap img.icon.close-icon {
  opacity: 0;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .title-wrap {
    padding: 2.7083333333vw 0 2.4305555556vw 0;
  }
  .page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .title-wrap .icon-wrap {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .title-wrap {
    padding: 7.6923076923vw 0 6.9230769231vw 0;
  }
  .page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .title-wrap .icon-wrap {
    width: 6.5384615385vw;
    height: 6.5384615385vw;
  }
}
.page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .text-content-wrap {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  padding: 37px 0 97px 0;
}
.page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .text-content-wrap .inner-wrap {
  position: relative;
  display: block;
  width: 54.4%;
  height: auto;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .text-content-wrap {
    padding: 2.5694444444vw 0 6.7361111111vw 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .text-content-wrap {
    padding: 1.9230769231vw 0 9.6153846154vw 0;
  }
  .page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown .text-content-wrap .inner-wrap {
    width: 100%;
  }
}
.page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown.visible .title-wrap .icon-wrap img.icon.down-arrow {
  opacity: 0;
}
.page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown.visible .title-wrap .icon-wrap img.icon.close-icon {
  opacity: 1;
}
.page-wrap#about-page .about-panel#creative-programmes .text-dropdowns-wrap .text-dropdown.visible .text-content-wrap .inner-wrap {
  opacity: 1;
  transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel .flickity-viewport {
  overflow: hidden;
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 55px 0 92px 0;
  opacity: 0 !important;
  transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -o-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -ms-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -moz-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  pointer-events: none;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide {
    padding: 3.8194444444vw 0 6.3888888889vw 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide {
    padding: 23.0769230769vw 0 23.0769230769vw 0;
  }
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide .title-text {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 45px;
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide .title-text h3 {
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide .title-text {
    margin-bottom: 3.125vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide .title-text {
    margin-bottom: 21.1538461538vw;
  }
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide .illustration-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide .illustration-wrap img {
  display: block;
  width: 37.5%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide .illustration-wrap img {
    width: 83%;
  }
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide .description {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide .description {
    margin-top: 2.7777777778vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide .description {
    margin-top: 22.5vw;
  }
  .page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide .description p {
    font-size: 4.0384615385vw;
  }
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel .carousel-slide.is-selected {
  opacity: 1 !important;
  pointer-events: all;
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel .flickity-prev-next-button {
  position: absolute;
  width: 27.7777777778vw;
  height: 100%;
  top: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
  background-color: transparent;
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel .flickity-prev-next-button.previous {
  left: 0;
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel .flickity-prev-next-button.next {
  right: 0;
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel .flickity-prev-next-button:disabled {
  display: none !important;
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel .flickity-prev-next-button svg {
  position: absolute;
  width: 9.1666666667vw;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.page-wrap#about-page .about-panel#methodology .methodology-carousel .flickity-prev-next-button svg path {
  fill: #ffffff;
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#methodology .methodology-carousel .flickity-prev-next-button {
    width: 50%;
  }
  .page-wrap#about-page .about-panel#methodology .methodology-carousel .flickity-prev-next-button svg {
    width: 11.5384615385vw;
    top: 50%;
    left: initial;
    transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }
  .page-wrap#about-page .about-panel#methodology .methodology-carousel .flickity-prev-next-button.previous svg {
    left: 0;
  }
  .page-wrap#about-page .about-panel#methodology .methodology-carousel .flickity-prev-next-button.next svg {
    right: 0;
  }
}
.page-wrap#about-page .about-panel#key-points {
  padding-bottom: 150px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#key-points {
    padding-bottom: 10.4166666667vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#key-points {
    padding-bottom: 23.0769230769vw;
  }
}
.page-wrap#about-page .about-panel#key-points .section-intro {
  margin-bottom: 55px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#key-points .section-intro {
    margin-bottom: 3.8194444444vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#key-points .section-intro {
    margin-bottom: 21.1538461538vw;
  }
}
.page-wrap#about-page .about-panel#key-points .key-points-columns {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -o-align-items: stretch;
  -ms-align-items: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#key-points .key-points-columns {
    display: none !important;
  }
}
.page-wrap#about-page .about-panel#key-points .key-points-columns .key-point {
  position: relative;
  display: block;
  width: 33.3333333333%;
  height: auto;
  text-align: center;
  padding: 30px 0 64px 0;
  border-right: 1px solid #000000;
}
.page-wrap#about-page .about-panel#key-points .key-points-columns .key-point:last-child {
  border-right: none !important;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#key-points .key-points-columns .key-point {
    padding: 2.0833333333vw 0 4.4444444444vw 0;
  }
}
.page-wrap#about-page .about-panel#key-points .key-points-columns .key-point .title-text {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 32px;
}
.page-wrap#about-page .about-panel#key-points .key-points-columns .key-point .title-text p {
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#key-points .key-points-columns .key-point .title-text {
    margin-bottom: 2.2222222222vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#key-points .key-points-columns .key-point .title-text {
    margin-bottom: 11.5384615385vw;
  }
  .page-wrap#about-page .about-panel#key-points .key-points-columns .key-point .title-text p {
    font-size: 5.3846153846vw;
    margin-bottom: 0.5em;
  }
  .page-wrap#about-page .about-panel#key-points .key-points-columns .key-point .title-text h1 {
    font-size: 9.6153846154vw;
  }
}
.page-wrap#about-page .about-panel#key-points .key-points-columns .key-point .illustration-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#about-page .about-panel#key-points .key-points-columns .key-point .illustration-wrap img {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#key-points .key-points-columns .key-point .illustration-wrap img {
    width: 100%;
  }
}
.page-wrap#about-page .about-panel#key-points .key-points-columns .key-point .description {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 22px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#about-page .about-panel#key-points .key-points-columns .key-point .description {
    margin-top: 1.5277777778vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#key-points .key-points-columns .key-point .description {
    margin-top: 13.4615384615vw;
  }
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .key-point {
  position: relative;
  width: 100%;
  height: auto;
  border-right: none !important;
  text-align: center;
  padding: 0 7.6923076923vw 0 7.6923076923vw;
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .key-point .title-text {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 11.5384615385vw;
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .key-point .title-text p {
  font-size: 5.3846153846vw;
  margin-bottom: 0.5em;
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .key-point .title-text h1 {
  font-size: 9.6153846154vw;
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .key-point .illustration-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .key-point .illustration-wrap img {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto;
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .key-point .description {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 13.4615384615vw;
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .flickity-prev-next-button {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .flickity-prev-next-button:disabled {
  display: none !important;
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .flickity-prev-next-button svg {
  position: absolute;
  width: 11.5384615385vw;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .flickity-prev-next-button svg path {
  fill: #000000;
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .flickity-prev-next-button.previous {
  left: 0;
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .flickity-prev-next-button.previous svg {
  left: 7.6923076923vw;
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .flickity-prev-next-button.next {
  right: 0;
}
.page-wrap#about-page .about-panel#key-points .key-points-carousel .flickity-prev-next-button.next svg {
  right: 7.6923076923vw;
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .about-panel#key-points .key-points-carousel {
    display: block;
    width: calc(100% + 15.3846153846vw);
    width: -o-calc(100% + 15.3846153846vw);
    width: -ms-calc(100% + 15.3846153846vw);
    width: -moz-calc(100% + 15.3846153846vw);
    width: -webkit-calc(100% + 15.3846153846vw);
    margin-left: -7.6923076923vw;
  }
}
/*
THOUGHTS OVERVIEW CONTENT ------------------
*/
body.post-type-archive-thoughts .header-wrap .main-menu .menu-item#menu-item-3 span.menu-text.default {
  opacity: 0;
}
body.post-type-archive-thoughts .header-wrap .main-menu .menu-item#menu-item-3 span.menu-text.hovered {
  opacity: 1;
}
body.post-type-archive-thoughts .header-wrap .main-menu .menu-item#menu-item-3 a.link:after {
  width: 95% !important;
}
.page-wrap#thoughts-overview {
  padding: 25px 0 150px 0;
  overflow: hidden;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#thoughts-overview {
    padding: 1.7361111111vw 0 10.4166666667vw 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thoughts-overview {
    padding: 14.4230769231vw 0 23.0769230769vw 0;
  }
}
.page-wrap#thoughts-overview .thoughts-grid-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#thoughts-overview .thoughts-grid-wrap .grid-sizer {
  width: 34%;
}
.page-wrap#thoughts-overview .thoughts-grid-wrap .gutter-sizer {
  width: 17.8%;
}
@media only screen and (max-width: 520px) {
  .page-wrap#thoughts-overview .thoughts-grid-wrap .grid-sizer {
    width: 100%;
  }
  .page-wrap#thoughts-overview .thoughts-grid-wrap .gutter-sizer {
    width: 0px;
  }
}
.page-wrap#thoughts-overview .thoughts-grid-wrap .page-title-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 51.8%;
  height: auto;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#thoughts-overview .thoughts-grid-wrap .page-title-block {
    padding-bottom: 4.1666666667vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thoughts-overview .thoughts-grid-wrap .page-title-block {
    width: 100%;
    padding-bottom: 21.9230769231vw;
    padding-right: 7.5%;
  }
}
.page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 4.1666666667vw;
  cursor: pointer;
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
}
.page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post.small {
  width: 34%;
}
.page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post.large {
  width: 48.2%;
}
.page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post:nth-child(3n+3) {
  margin-left: -140px;
}
.page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post:nth-child(3n+1):not(:nth-child(4)) {
  margin-top: 40.9722222222vw;
}
@media only screen and (max-width: 520px) {
  .page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post {
    width: 100% !important;
    margin-bottom: 22.1153846154vw;
  }
  .page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post:last-child {
    margin-bottom: 0px !important;
  }
  .page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post:nth-child(3n+3) {
    margin-left: 0px;
  }
  .page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post:nth-child(3n+1):not(:nth-child(4)) {
    margin-top: 0px;
  }
}
.page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post .thumbnail-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post .thumbnail-image {
    margin-bottom: 1.7361111111vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post .thumbnail-image {
    margin-bottom: 3.8461538462vw;
  }
}
.page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post .thumbnail-caption {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post .thumbnail-caption h1 {
  display: block;
  margin-bottom: 0px;
}
.page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post .thumbnail-caption h1.title {
  text-transform: none;
  font-family: "Orbikular-Italic";
}
.page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post .thumbnail-caption img.icon {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: -moz-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: -ms-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: -o-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media only screen and (min-width: 1441px) {
  .page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post .thumbnail-caption img.icon {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post .thumbnail-caption h1 {
    font-size: 5.7692307692vw;
  }
  .page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post .thumbnail-caption img.icon {
    width: 4.4230769231vw;
    height: 4.4230769231vw;
  }
}
.page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post:hover .thumbnail-caption img.icon {
  transform: rotate(-90deg) translateY(5px);
  -o-transform: rotate(-90deg) translateY(5px);
  -ms-transform: rotate(-90deg) translateY(5px);
  -moz-transform: rotate(-90deg) translateY(5px);
  -webkit-transform: rotate(-90deg) translateY(5px);
}
@media only screen and (max-width: 520px) {
  .page-wrap#thoughts-overview .thoughts-grid-wrap .thoughts-post:hover .thumbnail-caption img.icon {
    transform: rotate(-90deg) translateY(0px);
    -o-transform: rotate(-90deg) translateY(0px);
    -ms-transform: rotate(-90deg) translateY(0px);
    -moz-transform: rotate(-90deg) translateY(0px);
    -webkit-transform: rotate(-90deg) translateY(0px);
  }
}
/*
THOUGHTS POST CONTENT ------------------
*/
body.single-thoughts .header-wrap .main-menu .menu-item#menu-item-3 span.menu-text.default {
  opacity: 0;
}
body.single-thoughts .header-wrap .main-menu .menu-item#menu-item-3 span.menu-text.hovered {
  opacity: 1;
}
body.single-thoughts .header-wrap .main-menu .menu-item#menu-item-3 a.link:after {
  width: 95% !important;
}
.page-wrap#thoughts-article {
  padding: 25px 0 95px 0;
  overflow: hidden;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#thoughts-article {
    padding: 1.7361111111vw 0 6.5972222222vw 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thoughts-article {
    padding: 14.4230769231vw 0 12.8846153846vw 0;
  }
}
.page-wrap#thoughts-article .post-titles-wrap {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -o-align-items: flex-end;
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #000000;
  padding-bottom: 35px;
  margin-bottom: 54px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#thoughts-article .post-titles-wrap {
    padding-bottom: 2.4305555556vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thoughts-article .post-titles-wrap {
    padding-bottom: 2.5vw;
    margin-bottom: 8.6538461538vw;
    display: block;
  }
  .page-wrap#thoughts-article .post-titles-wrap:after {
    content: "";
    display: block;
    clear: both;
  }
}
.page-wrap#thoughts-article .post-titles-wrap .post-title {
  position: relative;
  display: block;
  width: 60%;
  height: auto;
}
.page-wrap#thoughts-article .post-titles-wrap .post-title h1 {
  display: block;
  margin-bottom: 0px;
}
.page-wrap#thoughts-article .post-titles-wrap .post-title h1.title {
  text-transform: none;
  font-family: "Orbikular-Regular";
}
@media only screen and (max-width: 520px) {
  .page-wrap#thoughts-article .post-titles-wrap .post-title {
    width: 100%;
    float: left;
    margin-bottom: 2.8846153846vw;
  }
}
.page-wrap#thoughts-article .post-titles-wrap .scroll-down-arrow {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  cursor: pointer;
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
}
.page-wrap#thoughts-article .post-titles-wrap .scroll-down-arrow img.icon {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#thoughts-article .post-titles-wrap .scroll-down-arrow img.icon {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thoughts-article .post-titles-wrap .scroll-down-arrow {
    float: right;
  }
  .page-wrap#thoughts-article .post-titles-wrap .scroll-down-arrow img.icon {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
.page-wrap#thoughts-article .media-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 55px;
}
.page-wrap#thoughts-article .media-section:last-child {
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#thoughts-article .media-section {
    margin-bottom: 3.8194444444vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thoughts-article .media-section {
    margin-bottom: 7.1153846154vw;
  }
}
.page-wrap#thoughts-article .large-text-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 54px;
}
.page-wrap#thoughts-article .large-text-section:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#thoughts-article .large-text-section .text-wrap {
  position: relative;
  display: block;
  width: 64.4%;
  height: auto;
}
.page-wrap#thoughts-article .large-text-section .text-wrap a {
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#thoughts-article .large-text-section {
    margin-bottom: 3.3333333333vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thoughts-article .large-text-section {
    margin-bottom: 12.5vw;
  }
  .page-wrap#thoughts-article .large-text-section .text-wrap {
    width: 100%;
  }
}
.page-wrap#thoughts-article .small-text-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 54px;
}
.page-wrap#thoughts-article .small-text-section:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#thoughts-article .small-text-section .text-wrap {
  position: relative;
  display: block;
  width: 64.4%;
  height: auto;
}
.page-wrap#thoughts-article .small-text-section .text-wrap a {
  cursor: url("../../assets/cursor/cursor-dot-black_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-black.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-black_1x.png") 1x, url("../../assets/cursor/cursor-dot-black_2x.png") 2x) 10 10, pointer;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#thoughts-article .small-text-section {
    margin-bottom: 3.3333333333vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thoughts-article .small-text-section {
    margin-bottom: 12.5vw;
  }
  .page-wrap#thoughts-article .small-text-section .text-wrap {
    width: 100%;
  }
}
/*
CONTACT PAGE CONTENT ------------------
*/
body.page-template-page-contact {
  background-color: #000000;
}
body.page-template-page-contact .header-wrap {
  background-color: #000000;
}
body.page-template-page-contact .header-wrap .main-logo a {
  cursor: url("../../assets/cursor/cursor-dot-white_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-white.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-white_1x.png") 1x, url("../../assets/cursor/cursor-dot-white_2x.png") 2x) 10 10, pointer;
}
body.page-template-page-contact .header-wrap .main-menu .menu-item a {
  cursor: url("../../assets/cursor/cursor-dot-white_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-white.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-white_1x.png") 1x, url("../../assets/cursor/cursor-dot-white_2x.png") 2x) 10 10, pointer;
}
body.page-template-page-contact .header-wrap .main-menu .menu-item#menu-item-4 span.menu-text.default {
  opacity: 0;
}
body.page-template-page-contact .header-wrap .main-menu .menu-item#menu-item-4 span.menu-text.hovered {
  opacity: 1;
}
body.page-template-page-contact .header-wrap .main-menu .menu-item#menu-item-4 a.link:after {
  width: 95% !important;
}
body.page-template-page-contact .dummy-header.main {
  display: none !important;
}
body.page-template-page-contact .contact-footer {
  display: none !important;
}
.page-wrap#contact-page {
  overflow: hidden;
}
.page-wrap#contact-page * {
  color: #ffffff;
}
.page-wrap#contact-page a:after {
  display: none !important;
}
.page-wrap#contact-page a {
  cursor: url("../../assets/cursor/cursor-dot-white_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-white.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-white_1x.png") 1x, url("../../assets/cursor/cursor-dot-white_2x.png") 2x) 10 10, pointer;
}
.page-wrap#contact-page .outer-content-wrap {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  padding: 190px 0 55px 0;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#contact-page .outer-content-wrap {
    padding: 13.1944444444vw 0 3.8194444444vw 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#contact-page .outer-content-wrap {
    padding: 40.3846153846vw 0 8.6538461538vw 0;
  }
}
.page-wrap#contact-page .top-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 95px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#contact-page .top-section {
    margin-bottom: 6.5972222222vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#contact-page .top-section {
    margin-bottom: 17.3076923077vw;
  }
  .page-wrap#contact-page .top-section h1 {
    font-size: 8.0769230769vw;
  }
  .page-wrap#contact-page .top-section h1 span.line-breaker {
    display: block;
  }
}
.page-wrap#contact-page .bottom-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#contact-page .bottom-section .address-row {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  width: 100%;
  height: auto;
}
.page-wrap#contact-page .bottom-section .address-row .address {
  position: relative;
  display: block;
}
@media only screen and (max-width: 520px) {
  .page-wrap#contact-page .bottom-section .address-row {
    display: block;
  }
  .page-wrap#contact-page .bottom-section .address-row .address {
    width: 100%;
    margin-bottom: 18.2692307692vw;
  }
  .page-wrap#contact-page .bottom-section .address-row .address h4 {
    font-size: 4.6153846154vw;
  }
}
.page-wrap#contact-page .bottom-section .copyright-row {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-top: 1px solid #ffffff;
  padding-top: 35px;
  margin-top: 34px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#contact-page .bottom-section .copyright-row {
    padding-top: 2.4305555556vw;
    margin-top: 2.3611111111vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#contact-page .bottom-section .copyright-row {
    display: none !important;
  }
}
/*
CONTACT FOOTER ------------------
*/
.contact-footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #000000;
  z-index: 200;
  overflow: hidden;
}
.contact-footer * {
  color: #ffffff;
}
.contact-footer a:after {
  background-color: #ffffff;
}
.contact-footer .outer-content-wrap {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  padding: 0 0 42px 0;
}
@media only screen and (min-width: 1441px) {
  .contact-footer .outer-content-wrap {
    padding: 0 0 2.9166666667vw 0;
  }
}
@media only screen and (max-width: 520px) {
  .contact-footer .outer-content-wrap {
    padding: 0 0 8.6538461538vw 0;
  }
}
.contact-footer .social-ticker-tape {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 60px 0 52px 0;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 66px;
}
.contact-footer .social-ticker-tape .js-marquee {
  margin-right: 22px !important;
}
.contact-footer .social-ticker-tape span.dot {
  margin: 0 22px 0 22px;
}
.contact-footer .social-ticker-tape a.social-link {
  cursor: url("../../assets/cursor/cursor-dot-white_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-white.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-white_1x.png") 1x, url("../../assets/cursor/cursor-dot-white_2x.png") 2x) 10 10, pointer;
}
@media only screen and (min-width: 1441px) {
  .contact-footer .social-ticker-tape {
    padding: 4.1666666667vw 0 3.6111111111vw 0;
    margin-bottom: 4.5833333333vw;
  }
  .contact-footer .social-ticker-tape .js-marquee {
    margin-right: 1.5277777778vw !important;
  }
  .contact-footer .social-ticker-tape span.dot {
    margin: 0 1.5277777778vw 0 1.5277777778vw;
  }
}
@media only screen and (max-width: 520px) {
  .contact-footer .social-ticker-tape {
    padding: 6.7307692308vw 0 6.7307692308vw 0;
    margin-bottom: 0px;
    border-bottom: none !important;
  }
  .contact-footer .social-ticker-tape .js-marquee {
    margin-right: 5.3846153846vw !important;
  }
  .contact-footer .social-ticker-tape span.dot {
    margin: 0 5.3846153846vw 0 5.3846153846vw;
  }
}
.contact-footer .contact-details-row {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 65px;
}
.contact-footer .contact-details-row .contact-details {
  position: relative;
  display: block;
}
.contact-footer .contact-details-row a {
  cursor: url("../../assets/cursor/cursor-dot-white_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-white.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-white_1x.png") 1x, url("../../assets/cursor/cursor-dot-white_2x.png") 2x) 10 10, pointer;
}
@media only screen and (min-width: 1441px) {
  .contact-footer .contact-details-row {
    margin-bottom: 4.5138888889vw;
  }
}
@media only screen and (max-width: 520px) {
  .contact-footer .contact-details-row {
    margin-bottom: 0px;
    display: block;
    padding: 6.7307692308vw 0 6.7307692308vw 0;
  }
  .contact-footer .contact-details-row .contact-details {
    margin-bottom: 23.0769230769vw;
  }
  .contact-footer .contact-details-row .contact-details h4 {
    font-size: 5.7692307692vw;
  }
}
.contact-footer .logo-copyright-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.contact-footer .logo-copyright-wrap .logo-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.contact-footer .logo-copyright-wrap .copyright-row {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 22px;
}
@media only screen and (min-width: 1441px) {
  .contact-footer .logo-copyright-wrap .copyright-row {
    margin-bottom: 1.5277777778vw;
  }
}
@media only screen and (max-width: 520px) {
  .contact-footer .logo-copyright-wrap .copyright-row {
    display: none !important;
  }
}
.newsletter-form-wrap {
  position: relative;
  display: block;
  width: 37.87%;
  height: auto;
  padding-bottom: 27px;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (min-width: 1441px) {
  .newsletter-form-wrap {
    padding-bottom: 1.875vw;
  }
}
@media only screen and (max-width: 520px) {
  .newsletter-form-wrap {
    width: 100%;
    padding-bottom: 1.7307692308vw;
  }
}
.newsletter-form-wrap #mc_embed_signup_scroll {
  position: relative;
  display: block;
}
.newsletter-form-wrap input[type=email] {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.newsletter-form-wrap input[type=email]::-webkit-input-placeholder {
  color: #ffffff;
}
.newsletter-form-wrap input[type=email]::-moz-placeholder {
  color: #ffffff;
}
.newsletter-form-wrap input[type=email]:-ms-input-placeholder {
  color: #ffffff;
}
.newsletter-form-wrap input[type=email]:-moz-placeholder {
  color: #ffffff;
}
.newsletter-form-wrap input[type=submit] {
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-appearance: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-size: 0;
  color: transparent;
  background-image: url("../../assets/svgs/submit-arrow.svg");
  background-size: auto 100%;
  -o-background-size: auto 100%;
  -ms-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  cursor: url("../../assets/cursor/cursor-dot-white_1x.png") 10 10, pointer;
  cursor: url("../../assets/cursor/cursor-dot-white.svg") 10 10, pointer;
  cursor: -webkit-image-set(url("../../assets/cursor/cursor-dot-white_1x.png") 1x, url("../../assets/cursor/cursor-dot-white_2x.png") 2x) 10 10, pointer;
}
@media only screen and (min-width: 1441px) {
  .newsletter-form-wrap input[type=submit] {
    width: 5.5555555556vw;
  }
}
@media only screen and (max-width: 520px) {
  .newsletter-form-wrap input[type=submit] {
    width: 13.4615384615vw;
  }
}
