@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
* {
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("/wp-content/themes/beta/assets/fonts/HelveticaNeue-Thin.woff")
    format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("/wp-content/themes/beta/assets/fonts/HelveticaNeue-ThinItalic.woff")
    format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("/wp-content/themes/beta/assets/fonts/HelveticaNeue-Light.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("/wp-content/themes/beta/assets/fonts/HelveticaNeue-LightItalic.woff")
    format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("/wp-content/themes/beta/assets/fonts/HelveticaNeue.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("/wp-content/themes/beta/assets/fonts/HelveticaNeue-Italic.woff")
    format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("/wp-content/themes/beta/assets/fonts/HelveticaNeue-Bold.woff")
    format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("/wp-content/themes/beta/assets/fonts/HelveticaNeue-BoldItalic.woff")
    format("woff");
  font-weight: 600;
  font-style: italic;
}
@-webkit-keyframes appear {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(58, 59, 63, 0.9);
  }
  60% {
    -webkit-box-shadow: 0 0 0 0 rgba(58, 59, 63, 0.9);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(58, 59, 63, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(58, 59, 63, 0);
  }
}
.fade-in * {
  opacity: 0;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  will-change: opacity, transform;
}
.fade-in.active * {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.parallax-window {
  background: transparent;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html body {
  font-family: "Titillium Web", "sans-serif";
  font-size: 16px;
  color: #3a3b3f;
}
html body p,
html body span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
}
@media (max-width: 767px) {
  html body p,
  html body span {
    font-size: 14px;
  }
}
html body h1 {
  font-size: 60px;
  font-family: "Titillium Web", "sans-serif";
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
}
@media (max-width: 767px) {
  html body h1 {
    font-size: 32px;
  }
}
html body h2 {
  font-size: 60px;
  font-family: "Titillium Web", "sans-serif";
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
}
@media (max-width: 767px) {
  html body h2 {
    font-size: 32px;
  }
}
body:after {
  display: none;
}
.max-width {
  max-width: 1600px;
  margin: 0 auto;
}
.full-width {
  padding: 0;
  margin: 0 auto;
}
.component-width {
  max-width: 1920px;
  padding: 0;
  margin: 0 auto;
}
.text-width {
  max-width: 800px;
  padding: 0;
  margin: 0 auto;
}
button {
  outline: none !important;
}
input[type="submit"] {
  font-family: "Titillium Web", "sans-serif";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  background-color: #3a3b3f;
  color: #fff;
  border-radius: 14px 2px 14px 2px;
  padding: 15px 27px;
  display: inline-block;
  transition: all 0.1 ease-out;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
}
input[type="submit"]:hover {
  background-color: #575a65;
}
form span.wpcf7-list-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
}
form span.wpcf7-list-item input[type="radio"] {
  -moz-appearance: auto;
  appearance: auto;
  -webkit-appearance: radio;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
form span.wpcf7-list-item span.wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 600;
}
form label {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
}
form input,
form select {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
}
form input[type="text"],
form input[type="email"],
form textarea {
  border: none;
  margin-top: 10px;
  padding: 15px;
  width: 720px;
}
@media (max-width: 767px) {
  form input[type="text"],
  form input[type="email"],
  form textarea {
    width: 100%;
  }
}
form select {
  -webkit-appearance: none;
  border: none;
  margin-top: 10px;
  padding: 15px;
  width: 720px;
}
@media (max-width: 767px) {
  form select {
    width: 100%;
  }
}
form .form-group {
  margin-bottom: 20px;
  max-width: 720px;
}
form .form-group.sidecar-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  form .form-group.sidecar-fields {
    display: block;
  }
}
form .form-group.sidecar-fields label {
  max-width: 340px;
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  form .form-group.sidecar-fields label {
    max-width: 100%;
  }
}
form .form-group.sidecar-fields input[type="text"],
form .form-group.sidecar-fields input[type="email"],
form .form-group.sidecar-fields textarea {
  max-width: 340px;
}
@media (max-width: 767px) {
  form .form-group.sidecar-fields input[type="text"],
  form .form-group.sidecar-fields input[type="email"],
  form .form-group.sidecar-fields textarea {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  form .form-group.solo-fields label,
  form .form-group.solo-fields input {
    max-width: 100%;
  }
}
form {
  margin-bottom: 3rem;
}
::-webkit-input-placeholder {
  color: #3a3b3f;
  opacity: 1;
  font-weight: normal;
}
::-moz-placeholder {
  color: #3a3b3f;
  opacity: 1;
  font-weight: normal;
}
:-ms-input-placeholder {
  color: #3a3b3f;
  opacity: 1;
  font-weight: normal;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
a {
  text-decoration: underline;
  color: #3a3b3f;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #3a3b3f;
}
abbr[title] {
  border: 0;
}
code {
  padding: 1rem;
  margin: 0 1rem;
  white-space: nowrap;
  background: #3a3b3f;
  border: 1px solid #3a3b3f;
  border-radius: 0;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
  margin-bottom: 3rem;
}
pre {
  overflow-x: auto;
}
table pre {
  white-space: pre-wrap;
}
th,
td {
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid #3a3b3f;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
table {
  margin-bottom: 3rem;
}
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}
html {
  background-color: #fff !important;
}
body {
  background-color: transparent !important;
  position: relative;
}
.beta-page-header {
  display: none !important;
}
.early-grad {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 100vh;
  background: radial-gradient(
    at top left,
    #000 10%,
    rgba(0, 0, 0, 0) 27%,
    rgba(0, 0, 0, 0) 100%
  );
}
.play-button-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play-button-wrap a.play-video-thumb {
  cursor: pointer;
}
.play-button-wrap a.play-video-thumb span.play-video-icon svg {
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.play-button-wrap a.play-video-thumb span.play-video-icon svg:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
:root {
  --plyr-color-main: $gray3;
}
.popup-box {
  background: rgba(58, 59, 63, 0.8);
  height: 100%;
  left: 0;
  max-height: 100%;
  min-width: 320px;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 0 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
}
.popup-box.visible {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  z-index: 10001;
}
.popup-box .popup-inner {
  font-size: 0;
  height: 100%;
  opacity: 0;
  position: relative;
  text-align: center;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  transition: all 0.3s ease 0.2s;
  visibility: hidden;
}
.popup-box .popup-inner:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin: 0 -1px 0 0;
  position: relative;
  vertical-align: middle;
  width: 0;
}
.opened-popup .popup-box .popup-inner {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.popup-box .popup-inner .popup {
  display: none;
  margin: 0 auto 24px;
  max-width: 1020px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.popup-box .popup-inner .popup.visible {
  display: inline-block;
}
.popup-box .popup-inner .popup .video-box .sub-box .player {
  width: 100%;
  height: 100%;
}
.popup-box .popup-inner .popup span.js-close-popup {
  color: #fff;
  cursor: pointer;
  position: absolute;
  background: #e01f3a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -20px;
  top: -20px;
  transition: all 0.2s ease-out;
}
.popup-box .popup-inner .popup span.js-close-popup:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .popup-box .popup-inner .popup span.js-close-popup {
    right: 5px;
    top: -45px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
nav.beta-nav {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  transition: all 0.2s ease-out;
}
nav.beta-nav.nav-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
nav.beta-nav .beta-nav-wrapper a img.beta-nav-logo {
  max-width: 180px;
}
nav.beta-nav .beta-nav-wrapper .beta-nav-desktop-links {
  display: none;
}
nav.beta-nav .beta-nav-wrapper .beta-nav-desktop-links li a {
  font-family: "Titillium Web", "sans-serif";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: #3a3b3f;
  padding: 37px 20px;
  transition: all 0.1s ease-out;
  text-transform: uppercase;
  display: block;
}
nav.beta-nav .beta-nav-wrapper .beta-nav-desktop-links li a span {
  line-height: 0;
  font-size: 14px;
}
nav.beta-nav .beta-nav-wrapper .beta-nav-desktop-links li a:hover {
  color: #fff;
  background-color: #3a3b3f;
}
nav.beta-nav .beta-nav-wrapper .beta-nav-desktop-links li.active a {
  color: #fff;
  background-color: #3a3b3f;
}
nav.beta-nav .betaburger {
  display: block;
}
nav.beta-nav .betaburger input {
  display: none;
}
nav.beta-nav .betaburger label {
  display: block;
  cursor: pointer;
  width: 50vw;
  height: 50vw;
  max-width: 88px;
  max-height: 88px;
}
nav.beta-nav .betaburger path {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
nav.beta-nav .betaburger circle {
  fill: #000;
  opacity: 1;
  transition: all 0.1s ease-out;
}
nav.beta-nav .betaburger .cross input:checked + svg .line--1,
nav.beta-nav .betaburger .cross input:checked + svg .line--3 {
  --length: 22.627416998;
}
nav.beta-nav .betaburger .cross input:checked + svg .line--2 {
  --length: 0;
}
nav.beta-nav .betaburger .back input:checked + svg .line--1,
nav.beta-nav .betaburger .back input:checked + svg .line--3 {
  --length: 8.602325267;
}
nav.beta-nav .betaburger .menu--1 {
  background-color: transparent;
}
nav.beta-nav .betaburger .menu--1 .line--1,
nav.beta-nav .betaburger .menu--1 .line--3 {
  --total-length: 126.64183044433594;
}
nav.beta-nav .betaburger .menu--1 .line--2 {
  --total-length: 70;
}
nav.beta-nav .betaburger .menu--1 input:checked + svg .line--1,
nav.beta-nav .betaburger .menu--1 input:checked + svg .line--3 {
  --offset: -94.1149185097;
}
nav.beta-nav .betaburger .menu--1 input:checked + svg .line--2 {
  --offset: -50;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 99;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mobile-menu .nav-back-circle-wrap {
  position: absolute;
  width: 100%;
  pointer-events: none;
  top: 0;
}
.mobile-menu .nav-back-circle-wrap .nav-back-circle-box {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.mobile-menu .nav-back-circle-wrap .nav-back-circle-box .nav-back-circle {
  width: 54px;
  height: 54px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.mobile-menu
  .nav-back-circle-wrap
  .nav-back-circle-box
  .nav-back-circle.hovering {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.mobile-menu
  .nav-back-circle-wrap
  .nav-back-circle-box
  .nav-back-circle.active {
  -webkit-transform: scale(100);
  transform: scale(100);
  opacity: 1;
}
.mobile-menu a {
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  color: #3a3b3f;
  transition: all 0.3s ease-out;
  display: block;
  padding: 10px 40px;
  text-decoration: none;
  background-color: transparent;
  margin-bottom: 0;
  opacity: 0;
}
@media (max-width: 767px) {
  .mobile-menu a {
    font-size: 22px;
  }
}
.mobile-menu a.active {
  background-color: transparent;
  color: #dde0e2;
}
.mobile-menu a img {
  max-width: 40px;
}
.mobile-menu a span {
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  color: #3a3b3f;
  display: block;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .mobile-menu a span {
    font-size: 22px;
  }
}
.mobile-menu.active {
  pointer-events: all;
}
.mobile-menu.active a {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
section.b-m-footer {
  background-color: transparent;
  padding: 40px;
  position: absolute;
  bottom: 0;
  z-index: 3;
  mix-blend-mode: difference;
  width: 100%;
}
@media (max-width: 767px) {
  section.b-m-footer {
    position: relative;
    background: #3a3b3f;
    mix-blend-mode: normal;
  }
}
section.b-m-footer .max-width .footer-social-links {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
section.b-m-footer .max-width .footer-social-links a.social-link {
  font-size: 48px;
  color: #fff;
  margin: 0 5px;
  transition: all 0.1s ease-out;
}
section.b-m-footer .max-width .footer-social-links a.social-link:hover {
  color: #dde0e2;
}
section.b-m-footer .max-width .footer-sublinks {
  text-align: center;
}
section.b-m-footer .max-width .footer-sublinks span,
section.b-m-footer .max-width .footer-sublinks a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  color: #fff;
  display: inline-block;
  margin: 0 2px;
}
@media (max-width: 767px) {
  section.b-m-footer .max-width .footer-sublinks span,
  section.b-m-footer .max-width .footer-sublinks a {
    font-size: 14px;
  }
}
section.b-m-full-screen-hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100vw;
  height: 100vh;
}
@supports not (-webkit-touch-callout: none) {
  section.b-m-full-screen-hero {
    background-attachment: fixed;
  }
}
@media (max-width: 767px) {
  section.b-m-full-screen-hero {
    height: 70vh;
    background-attachment: initial;
  }
}
section.b-m-full-screen-hero video.fullvid {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  transition: all 1s ease-out;
  pointer-events: none;
}
section.b-m-full-screen-hero .full-screen-hero-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 40%);
  pointer-events: none;
}
@media (max-width: 767px) {
  section.b-m-full-screen-hero .full-screen-hero-gradient {
    background: linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 60%);
  }
}
section.b-m-full-screen-hero .full-screen-hero-fade-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 40%);
  pointer-events: none;
  background-color: #000;
}
section.b-m-full-screen-hero .full-width {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 80px;
  z-index: 2;
}
@media (max-width: 767px) {
  section.b-m-full-screen-hero .full-width {
    padding: 0 20px;
  }
}
section.b-m-full-screen-hero .full-width .full-screen-hero-content {
  max-width: 400px;
  position: absolute;
  bottom: 160px;
}
@media (max-width: 767px) {
  section.b-m-full-screen-hero .full-width .full-screen-hero-content {
    bottom: 40px;
    max-width: 300px;
  }
}
section.b-m-full-screen-hero
  .full-width
  .full-screen-hero-content
  .full-screen-hero-title {
  color: #fff;
}
section.b-m-full-screen-hero
  .full-width
  .full-screen-hero-content
  span.full-screen-hero-copy {
  color: #fff;
  display: block;
}
section.b-m-full-screen-hero
  .full-width
  .full-screen-hero-content
  a.full-screen-hero-button {
  margin-top: 20px;
  font-family: "Titillium Web", "sans-serif";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  background-color: #3a3b3f;
  color: #fff;
  border-radius: 14px 2px 14px 2px;
  padding: 15px 27px;
  display: inline-block;
  transition: all 0.1 ease-out;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
}
section.b-m-full-screen-hero
  .full-width
  .full-screen-hero-content
  a.full-screen-hero-button:hover {
  background-color: #575a65;
}
section.b-m-full-screen-hero.full-screen-text-right .full-screen-hero-gradient {
  background: linear-gradient(315deg, #000 0%, rgba(0, 0, 0, 0) 30%);
}
@media (max-width: 767px) {
  section.b-m-full-screen-hero.full-screen-text-right
    .full-screen-hero-gradient {
    background: linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 60%);
  }
}
section.b-m-full-screen-hero.full-screen-text-right
  .full-width
  .full-screen-hero-content {
  right: 80px;
}
@media (max-width: 767px) {
  section.b-m-full-screen-hero.full-screen-text-right
    .full-width
    .full-screen-hero-content {
    left: 20px;
    max-width: 300px;
  }
}
section.b-m-full-bleed-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 80vh;
  position: relative;
  padding: 0 80px;
}
@media (max-width: 767px) {
  section.b-m-full-bleed-image {
    padding: 0 20px;
  }
}
section.b-m-full-bleed-image .full-bleed-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 40%);
  pointer-events: none;
}
@media (max-width: 767px) {
  section.b-m-full-bleed-image .full-bleed-gradient {
    background: linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 60%);
  }
}
section.b-m-full-bleed-image .full-bleed-title {
  font-size: 60px;
  font-family: "Titillium Web", "sans-serif";
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 62px;
  color: #fff;
  position: absolute;
  bottom: 160px;
  max-width: 400px;
}
@media (max-width: 767px) {
  section.b-m-full-bleed-image .full-bleed-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  section.b-m-full-bleed-image .full-bleed-title {
    bottom: 40px;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  section.b-m-full-bleed-image {
    height: 60vh;
  }
}
section.b-m-full-bleed-image.no-parallax {
  height: auto;
  padding: 0;
}
section.b-m-full-bleed-image.no-parallax .full-bleed-title {
  margin-left: 80px;
}
@media (max-width: 767px) {
  section.b-m-full-bleed-image.no-parallax .full-bleed-title {
    margin-left: 20px;
  }
}
section.b-m-feature-selector {
  position: relative;
}
section.b-m-feature-selector .feature-bg-color-left {
  background-color: #575a65;
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 1;
}
section.b-m-feature-selector .feature-bg-color-right {
  background-color: #dde0e2;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  z-index: 1;
}
section.b-m-feature-selector .full-width {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1040px) {
  section.b-m-feature-selector .full-width {
    display: block;
  }
}
section.b-m-feature-selector .full-width .feature-selector-left {
  flex: 1 1 50%;
  padding: 80px;
  max-width: 800px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 1600px) {
  section.b-m-feature-selector .full-width .feature-selector-left {
    max-width: 50%;
  }
}
@media (max-width: 1040px) {
  section.b-m-feature-selector .full-width .feature-selector-left {
    max-width: 100%;
    background-color: #575a65;
    padding: 40px 20px;
  }
}
section.b-m-feature-selector
  .full-width
  .feature-selector-left
  .feature-selector-content-wrap {
  display: flex;
  position: relative;
  max-width: 100%;
  padding-bottom: 40px;
}
section.b-m-feature-selector
  .full-width
  .feature-selector-left
  .feature-selector-content-wrap
  .feature-selector-content {
  opacity: 0;
  pointer-events: none;
  margin-right: -100%;
  max-width: 100%;
  flex: 1 0 100%;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
section.b-m-feature-selector
  .full-width
  .feature-selector-left
  .feature-selector-content-wrap
  .feature-selector-content.active {
  opacity: 1;
  pointer-events: all;
  transition: all 0.5s ease-out 0.3s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
section.b-m-feature-selector
  .full-width
  .feature-selector-left
  .feature-selector-content-wrap
  .feature-selector-content
  h2.feature-selector-title {
  font-size: 60px;
  font-family: "Titillium Web", "sans-serif";
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  section.b-m-feature-selector
    .full-width
    .feature-selector-left
    .feature-selector-content-wrap
    .feature-selector-content
    h2.feature-selector-title {
    font-size: 32px;
  }
}
section.b-m-feature-selector
  .full-width
  .feature-selector-left
  .feature-selector-content-wrap
  .feature-selector-content
  img.feature-selector-image {
  width: 100%;
  margin-bottom: 20px;
}
section.b-m-feature-selector
  .full-width
  .feature-selector-left
  .feature-selector-content-wrap
  .feature-selector-content
  span.feature-selector-copy {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  color: #fff;
}
@media (max-width: 767px) {
  section.b-m-feature-selector
    .full-width
    .feature-selector-left
    .feature-selector-content-wrap
    .feature-selector-content
    span.feature-selector-copy {
    font-size: 14px;
  }
}
section.b-m-feature-selector
  .full-width
  .feature-selector-left
  .feature-selector-progress {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.b-m-feature-selector
  .full-width
  .feature-selector-left
  .feature-selector-progress
  button.feature-selector-arrow {
  width: 35px;
  height: 35px;
  background: #3a3b3f;
  border: none;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  cursor: pointer;
}
section.b-m-feature-selector
  .full-width
  .feature-selector-left
  .feature-selector-progress
  button.feature-selector-arrow.feature-selector-prev
  svg {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
section.b-m-feature-selector
  .full-width
  .feature-selector-left
  .feature-selector-progress
  button.feature-selector-arrow.feature-selector-next
  svg {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
}
section.b-m-feature-selector
  .full-width
  .feature-selector-left
  .feature-selector-progress
  button.feature-selector-nav-dot {
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 10px;
  transition: all 0.2s ease-out;
}
section.b-m-feature-selector
  .full-width
  .feature-selector-left
  .feature-selector-progress
  button.feature-selector-nav-dot:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
section.b-m-feature-selector
  .full-width
  .feature-selector-left
  .feature-selector-progress
  button.feature-selector-nav-dot.active {
  background-color: #fff;
}
section.b-m-feature-selector .full-width .feature-selector-right {
  flex: 1 1 50%;
  max-width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 40px;
}
@media (max-width: 1040px) {
  section.b-m-feature-selector .full-width .feature-selector-right {
    max-width: 100%;
    background-color: #dde0e2;
    padding: 20px;
  }
}
section.b-m-feature-selector
  .full-width
  .feature-selector-right
  button.feature-point {
  background-color: #3a3b3f;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  position: absolute;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.9);
  -webkit-animation: pulse 5s infinite;
  animation: pulse 5s infinite;
}
section.b-m-feature-selector
  .full-width
  .feature-selector-right
  button.feature-point:hover {
  background-color: #575a65;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
section.b-m-feature-selector
  .full-width
  .feature-selector-right
  button.feature-point
  span {
  width: 28px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
}
section.b-m-feature-selector
  .full-width
  .feature-selector-right
  button.feature-point
  span.cross1 {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  left: 49%;
}
section.b-m-feature-selector
  .full-width
  .feature-selector-right
  button.feature-point
  span.cross2 {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  left: 51%;
}
section.b-m-feature-selector
  .full-width
  .feature-selector-right
  button.feature-point.active {
  background-color: #e01f3a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.b-m-feature-selector.full-screen-features .feature-bg-color-left,
section.b-m-feature-selector.full-screen-features .feature-bg-color-right {
  display: none;
}
section.b-m-feature-selector.full-screen-features .full-width {
  justify-content: center;
}
@media (max-width: 1040px) {
  section.b-m-feature-selector.full-screen-features .full-width {
    display: flex;
  }
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left {
  opacity: 0;
  pointer-events: none;
  background-color: #3a3b3f;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07), 2px 2px 4px rgba(0, 0, 0, 0.07),
    4px 4px 8px rgba(0, 0, 0, 0.07), 8px 8px 16px rgba(0, 0, 0, 0.07),
    16px 16px 32px rgba(0, 0, 0, 0.07), 32px 32px 64px rgba(0, 0, 0, 0.07);
  position: absolute;
  z-index: 2;
  max-width: 800px;
  padding: 40px;
  transition: all 0.2s ease-out;
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left
  * {
  pointer-events: none;
}
@media (max-width: 1360px) {
  section.b-m-feature-selector.full-screen-features
    .full-width
    .feature-selector-left {
    max-width: 480px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  section.b-m-feature-selector.full-screen-features
    .full-width
    .feature-selector-left {
    max-width: 90vw;
  }
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left.active {
  opacity: 1;
  pointer-events: all;
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left
  .close-selector {
  background-color: #575a65;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  position: absolute;
  right: -15px;
  top: -15px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
  cursor: pointer;
  pointer-events: all;
  z-index: 3;
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left
  .close-selector
  .x-out {
  width: 28px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left
  .close-selector
  .x-left {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  left: 49%;
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left
  .close-selector
  .x-right {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  left: 51%;
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left
  .close-selector:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left
  .feature-selector-content-wrap {
  padding-bottom: 0;
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left
  .feature-selector-content-wrap
  .feature-selector-content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  section.b-m-feature-selector.full-screen-features
    .full-width
    .feature-selector-left
    .feature-selector-content-wrap
    .feature-selector-content {
    display: block;
    text-align: center;
  }
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left
  .feature-selector-content-wrap
  .feature-selector-content
  .feature-selector-content-left {
  flex: 1 1 50%;
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left
  .feature-selector-content-wrap
  .feature-selector-content
  .feature-selector-content-left
  img.feature-selector-image {
  width: 100%;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  section.b-m-feature-selector.full-screen-features
    .full-width
    .feature-selector-left
    .feature-selector-content-wrap
    .feature-selector-content
    .feature-selector-content-left
    img.feature-selector-image {
    margin: 0 auto 20px;
    max-width: 300px;
  }
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left
  .feature-selector-content-wrap
  .feature-selector-content
  .feature-selector-content-right {
  flex: 1 1 50%;
  padding-left: 40px;
}
@media (max-width: 1040px) {
  section.b-m-feature-selector.full-screen-features
    .full-width
    .feature-selector-left
    .feature-selector-content-wrap
    .feature-selector-content
    .feature-selector-content-right {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  section.b-m-feature-selector.full-screen-features
    .full-width
    .feature-selector-left
    .feature-selector-content-wrap
    .feature-selector-content
    .feature-selector-content-right {
    padding-left: 0;
  }
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left
  .feature-selector-content-wrap
  .feature-selector-content
  .feature-selector-content-right
  h2.feature-selector-title {
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  color: #fff;
  font-size: 22px;
}
@media (max-width: 767px) {
  section.b-m-feature-selector.full-screen-features
    .full-width
    .feature-selector-left
    .feature-selector-content-wrap
    .feature-selector-content
    .feature-selector-content-right
    h2.feature-selector-title {
    font-size: 22px;
  }
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left
  .feature-selector-content-wrap
  .feature-selector-content
  .feature-selector-content-right
  span.feature-selector-copy {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  color: #fff;
}
@media (max-width: 767px) {
  section.b-m-feature-selector.full-screen-features
    .full-width
    .feature-selector-left
    .feature-selector-content-wrap
    .feature-selector-content
    .feature-selector-content-right
    span.feature-selector-copy {
    font-size: 14px;
  }
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-left
  .feature-selector-progress {
  display: none;
}
section.b-m-feature-selector.full-screen-features
  .full-width
  .feature-selector-right {
  padding: 0;
  max-width: 100%;
  flex: 1 1 100%;
}
section.b-m-feature-selector .full-screen-features-description {
  padding: 20px 80px;
  text-align: center;
}
section.b-m-feature-selector
  .full-screen-features-description
  h2.full-screen-feature-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section.b-m-feature-selector
    .full-screen-features-description
    h2.full-screen-feature-title {
    font-size: 14px;
  }
}
section.b-m-feature-selector
  .full-screen-features-description
  span.full-screen-feature-copy {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.b-m-feature-selector
    .full-screen-features-description
    span.full-screen-feature-copy {
    font-size: 14px;
  }
}
section.b-m-form {
  background-color: #dde0e2;
  position: relative;
  padding: 0 80px;
}
@media (max-width: 767px) {
  section.b-m-form {
    padding: 0 20px;
  }
}
section.b-m-form .form-background-image {
 /* background-image: url("../images/BETA_B.svg"); */
  background-color: #DDE0E2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 50%;
  background-position: 100% 20%;
  background-repeat: no-repeat;
  opacity: 20%;
  z-index: 1;
  top: 0;
  left: 0;
}
section.b-m-form .max-width {
  position: relative;
  z-index: 2;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}
@media (max-width: 1360px) {
  section.b-m-form .max-width {
    display: block;
  }
}
@media (max-width: 767px) {
  section.b-m-form .max-width {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*section.b-m-form .max-width .form-content {
  margin-right: 80px;
}*/
@media (max-width: 767px) {
  section.b-m-form .max-width .form-content {
    margin-right: 0;
  }
}
section.b-m-form .max-width .form-content h2.form-title {
  font-size: 60px;
  font-family: "Titillium Web", "sans-serif";
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
  color: #3a3b3f;
}
@media (max-width: 767px) {
  section.b-m-form .max-width .form-content h2.form-title {
    font-size: 32px;
  }
}
section.b-m-form .max-width .form-content span.form-copy {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  color: #3a3b3f;
}
@media (max-width: 767px) {
  section.b-m-form .max-width .form-content span.form-copy {
    font-size: 14px;
  }
}
section.b-m-form .max-width .form-content .beta-form {
  margin-top: 40px;
}
section.b-m-form .max-width .contact-block {
  background-color: #fff;
  padding: 80px;
  flex: 1 1 50%;
}
section.b-m-form .max-width .contact-block h1 {
  font-size: 60px;
  font-family: "Titillium Web", "sans-serif";
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section.b-m-form .max-width .contact-block h1 {
    font-size: 32px;
  }
}
section.b-m-form .max-width .contact-block h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.b-m-form .max-width .contact-block h2 {
    font-size: 14px;
  }
}
section.b-m-form .max-width .contact-block h3 {
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 21px;
}
@media (max-width: 767px) {
  section.b-m-form .max-width .contact-block h3 {
    font-size: 22px;
  }
}
section.b-m-form .max-width .form-content-right {
  padding: 80px;
  max-width: 560px;
  background-color: rgba(87, 90, 101, 0.1);
}
@media (max-width: 1360px) {
  section.b-m-form .max-width .form-content-right {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  section.b-m-form .max-width .form-content-right {
    padding: 20px;
  }
}
section.b-m-form .max-width .form-content-right h3 {
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.b-m-form .max-width .form-content-right h3 {
    font-size: 22px;
  }
}
section.b-m-form .max-width .form-content-right p,
section.b-m-form .max-width .form-content-right address {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section.b-m-form .max-width .form-content-right p,
  section.b-m-form .max-width .form-content-right address {
    font-size: 14px;
  }
}
section.b-m-development-quad .full-width,
section.b-m-development-quad .component-width {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1040px) {
  section.b-m-development-quad .full-width,
  section.b-m-development-quad .component-width {
    display: block;
  }
}
section.b-m-development-quad .full-width .dev-quad-bolt,
section.b-m-development-quad .component-width .dev-quad-bolt {
  position: absolute;
  pointer-events: none;
  width: 160px;
  height: 160px;
  background-image: url("/wp-content/themes/beta/assets/images/beta-white-bolt.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
section.b-m-development-quad .full-width .dev-quad-card,
section.b-m-development-quad .component-width .dev-quad-card {
  flex: 1 1 50%;
  max-width: 50%;
  height: 560px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.3s ease-out;
  position: relative;
}
section.b-m-development-quad .full-width .dev-quad-card .play-button-wrap,
section.b-m-development-quad .component-width .dev-quad-card .play-button-wrap {
  width: 100%;
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
}
@media (max-width: 1040px) {
  section.b-m-development-quad .full-width .dev-quad-card,
  section.b-m-development-quad .component-width .dev-quad-card {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  section.b-m-development-quad .full-width .dev-quad-card,
  section.b-m-development-quad .component-width .dev-quad-card {
    padding: 20px;
  }
}
section.b-m-development-quad .full-width .dev-quad-card.dev-post-card,
section.b-m-development-quad .component-width .dev-quad-card.dev-post-card {
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
section.b-m-development-quad .full-width .dev-quad-card.dev-post-card:hover,
section.b-m-development-quad
  .component-width
  .dev-quad-card.dev-post-card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
section.b-m-development-quad
  .full-width
  .dev-quad-card.dev-post-card:hover.no-hover-state,
section.b-m-development-quad
  .component-width
  .dev-quad-card.dev-post-card:hover.no-hover-state {
  -webkit-transform: none;
  transform: none;
}
section.b-m-development-quad
  .full-width
  .dev-quad-card
  .dev-card-content-wrap
  h2.dev-quad-title,
section.b-m-development-quad
  .component-width
  .dev-quad-card
  .dev-card-content-wrap
  h2.dev-quad-title {
  font-size: 60px;
  font-family: "Titillium Web", "sans-serif";
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
}
@media (max-width: 767px) {
  section.b-m-development-quad
    .full-width
    .dev-quad-card
    .dev-card-content-wrap
    h2.dev-quad-title,
  section.b-m-development-quad
    .component-width
    .dev-quad-card
    .dev-card-content-wrap
    h2.dev-quad-title {
    font-size: 32px;
  }
}
section.b-m-development-quad
  .full-width
  .dev-quad-card
  .dev-card-content-wrap
  span.dev-quad-copy,
section.b-m-development-quad
  .component-width
  .dev-quad-card
  .dev-card-content-wrap
  span.dev-quad-copy {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  display: block;
}
@media (max-width: 767px) {
  section.b-m-development-quad
    .full-width
    .dev-quad-card
    .dev-card-content-wrap
    span.dev-quad-copy,
  section.b-m-development-quad
    .component-width
    .dev-quad-card
    .dev-card-content-wrap
    span.dev-quad-copy {
    font-size: 14px;
  }
}
section.b-m-development-quad
  .full-width
  .dev-quad-card
  .dev-card-content-wrap
  a.dev-quad-cta,
section.b-m-development-quad
  .component-width
  .dev-quad-card
  .dev-card-content-wrap
  a.dev-quad-cta {
  font-family: "Titillium Web", "sans-serif";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  background-color: #3a3b3f;
  color: #fff;
  border-radius: 14px 2px 14px 2px;
  padding: 15px 27px;
  display: inline-block;
  transition: all 0.1 ease-out;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  margin-top: 20px;
}
section.b-m-development-quad
  .full-width
  .dev-quad-card
  .dev-card-content-wrap
  a.dev-quad-cta:hover,
section.b-m-development-quad
  .component-width
  .dev-quad-card
  .dev-card-content-wrap
  a.dev-quad-cta:hover {
  background-color: #575a65;
}
section.b-m-development-quad .full-width .dev-quad-card h3.dev-quad-card-title,
section.b-m-development-quad
  .component-width
  .dev-quad-card
  h3.dev-quad-card-title {
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 20px black;
}
@media (max-width: 767px) {
  section.b-m-development-quad
    .full-width
    .dev-quad-card
    h3.dev-quad-card-title,
  section.b-m-development-quad
    .component-width
    .dev-quad-card
    h3.dev-quad-card-title {
    font-size: 22px;
  }
}
section.b-m-quote {
  background-color: #3a3b3f;
  position: relative;
  background-size: cover;
  background-position: center center;
}
section.b-m-quote .quote-background-image {
  /* background-image: url("../images/BETA_B.svg"); */
  background-color: #DDE0E2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 40%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  opacity: 5%;
  z-index: 1;
  top: 0;
  left: 0;
}
section.b-m-quote .max-width {
  position: relative;
  z-index: 2;
  padding: 240px 80px;
}
section.b-m-quote .max-width span.beta-quote {
  font-size: 42px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 200;
  display: block;
  max-width: 960px;
  color: #fff;
  line-height: 150%;
}
@media (max-width: 767px) {
  section.b-m-quote .max-width span.beta-quote {
    font-size: 32px;
  }
}
@media (max-width: 1040px) {
  section.b-m-quote .max-width {
    padding: 80px 40px;
  }
  section.b-m-quote .max-width span.beta-quote {
    font-size: 22px;
  }
}
section.b-m-specifications {
  background-color: #fff;
  padding: 80px 80px;
}
@media (max-width: 1040px) {
  section.b-m-specifications {
    padding: 80px 40px;
  }
}
@media (max-width: 767px) {
  section.b-m-specifications {
    padding: 80px 20px;
  }
}
section.b-m-specifications .max-width {
  display: flex;
}
@media (max-width: 1040px) {
  section.b-m-specifications .max-width {
    flex-direction: column-reverse;
  }
}
section.b-m-specifications .max-width .specifications-wrap .specifications-top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1040px) {
  section.b-m-specifications
    .max-width
    .specifications-wrap
    .specifications-top {
    display: block;
  }
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-top
  .specifications-top-left {
  flex: 1 1 50%;
  max-width: 50%;
  padding-right: 80px;
}
@media (max-width: 1040px) {
  section.b-m-specifications
    .max-width
    .specifications-wrap
    .specifications-top
    .specifications-top-left {
    max-width: 100%;
    padding-right: 0;
  }
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-top
  .specifications-top-left
  .specifications-content {
  display: none;
}
@media (max-width: 1040px) {
  section.b-m-specifications
    .max-width
    .specifications-wrap
    .specifications-top
    .specifications-top-left
    .specifications-content {
    margin-bottom: 30px;
  }
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-top
  .specifications-top-left
  .specifications-content.active {
  display: block;
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-top
  .specifications-top-left
  .specifications-content
  h2.specifications-title {
  font-size: 60px;
  font-family: "Titillium Web", "sans-serif";
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
  color: #3a3b3f;
  text-transform: none;
}
@media (max-width: 767px) {
  section.b-m-specifications
    .max-width
    .specifications-wrap
    .specifications-top
    .specifications-top-left
    .specifications-content
    h2.specifications-title {
    font-size: 32px;
  }
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-top
  .specifications-top-left
  .specifications-content
  span.specifications-copy {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  color: #3a3b3f;
}
@media (max-width: 767px) {
  section.b-m-specifications
    .max-width
    .specifications-wrap
    .specifications-top
    .specifications-top-left
    .specifications-content
    span.specifications-copy {
    font-size: 14px;
  }
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-top
  .specifications-top-right {
  flex: 1 1 50%;
  max-width: 50%;
}
@media (max-width: 1040px) {
  section.b-m-specifications
    .max-width
    .specifications-wrap
    .specifications-top
    .specifications-top-right {
    max-width: 100%;
  }
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-top
  .specifications-top-right
  img.specifications-image {
  width: 100%;
  display: none;
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-top
  .specifications-top-right
  img.specifications-image.active {
  display: block;
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-toggle {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-toggle
  span.specifications-toggle-left-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-toggle
  .specifications-toggle-outer {
  background-color: #dde0e2;
  width: 80px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 20px;
  margin: 0 20px;
  cursor: pointer;
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-toggle
  .specifications-toggle-outer
  .specifications-toggle-inner {
  background-color: #575a65;
  width: 36px;
  height: 36px;
  position: absolute;
  border-radius: 50%;
  left: 2px;
  transition: all 0.3s ease-out;
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-toggle
  .specifications-toggle-outer.active
  .specifications-toggle-inner {
  left: 42px;
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-toggle
  span.specifications-toggle-right-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-table {
  display: none;
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-table.active {
  display: block;
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-table
  .specification {
  border-bottom: 1px solid rgba(87, 90, 101, 0.3);
  display: flex;
  margin-bottom: 20px;
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-table
  .specification
  .specification-left {
  flex: 1 1 50%;
  max-width: 50%;
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-table
  .specification
  .specification-left
  span.specification-key {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
}
@media (max-width: 767px) {
  section.b-m-specifications
    .max-width
    .specifications-wrap
    .specifications-table
    .specification
    .specification-left
    span.specification-key {
    font-size: 14px;
  }
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-table
  .specification
  .specification-right {
  flex: 1 1 50%;
  max-width: 50%;
}
section.b-m-specifications
  .max-width
  .specifications-wrap
  .specifications-table
  .specification
  .specification-right
  span.specification-value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 600;
}
@media (max-width: 767px) {
  section.b-m-specifications
    .max-width
    .specifications-wrap
    .specifications-table
    .specification
    .specification-right
    span.specification-value {
    font-size: 14px;
  }
}
section.b-m-specifications.specifications-large-image
  .max-width
  .specifications-wrap {
  flex: 1 1 70%;
}
section.b-m-specifications.specifications-large-image
  .max-width
  .specifications-wrap
  .specifications-top {
  display: block;
}
section.b-m-specifications.specifications-large-image
  .max-width
  .specifications-wrap
  .specifications-top
  .specifications-top-left {
  max-width: initial;
}
section.b-m-specifications.specifications-large-image
  .max-width
  .specifications-wrap
  .specifications-table {
  padding-right: 80px;
}
@media (max-width: 1040px) {
  section.b-m-specifications.specifications-large-image
    .max-width
    .specifications-wrap
    .specifications-table {
    padding-right: 0;
  }
}
section.b-m-specifications.specifications-large-image
  .max-width
  .specifications-image-wrap {
  flex: 1 1 30%;
}
@media (max-width: 1040px) {
  section.b-m-specifications.specifications-large-image
    .max-width
    .specifications-image-wrap {
    margin-bottom: 40px;
  }
}
section.b-m-team-listing .full-width .team-listing,
section.b-m-team-listing .max-width .team-listing {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 200px;
}
section.b-m-team-listing .full-width .team-listing .team-content,
section.b-m-team-listing .max-width .team-listing .team-content {
  flex: 1 1 300px;
  height: 400px;
  display: flex;
  align-items: center;
  padding: 20px 80px;
}
@media (max-width: 1040px) {
  section.b-m-team-listing .full-width .team-listing .team-content,
  section.b-m-team-listing .max-width .team-listing .team-content {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  section.b-m-team-listing .full-width .team-listing .team-content,
  section.b-m-team-listing .max-width .team-listing .team-content {
    padding: 20px;
  }
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-content
  .team-content-wrapper,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-content
  .team-content-wrapper {
  max-width: 400px;
}
@media (max-width: 767px) {
  section.b-m-team-listing
    .full-width
    .team-listing
    .team-content
    .team-content-wrapper,
  section.b-m-team-listing
    .max-width
    .team-listing
    .team-content
    .team-content-wrapper {
    width: 100%;
  }
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-content
  .team-content-wrapper
  h2.team-content-title,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-content
  .team-content-wrapper
  h2.team-content-title {
  font-size: 60px;
  font-family: "Titillium Web", "sans-serif";
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
}
@media (max-width: 767px) {
  section.b-m-team-listing
    .full-width
    .team-listing
    .team-content
    .team-content-wrapper
    h2.team-content-title,
  section.b-m-team-listing
    .max-width
    .team-listing
    .team-content
    .team-content-wrapper
    h2.team-content-title {
    font-size: 32px;
  }
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-content
  .team-content-wrapper
  span.team-content-copy,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-content
  .team-content-wrapper
  span.team-content-copy {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  section.b-m-team-listing
    .full-width
    .team-listing
    .team-content
    .team-content-wrapper
    span.team-content-copy,
  section.b-m-team-listing
    .max-width
    .team-listing
    .team-content
    .team-content-wrapper
    span.team-content-copy {
    font-size: 14px;
  }
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-content
  .team-content-wrapper
  form
  fieldset
  input,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-content
  .team-content-wrapper
  form
  fieldset
  input {
  max-width: 320px;
  background-color: #dde0e2;
}
section.b-m-team-listing .full-width .team-listing .team-member,
section.b-m-team-listing .max-width .team-listing .team-member {
  flex: 1 1 300px;
  height: 400px;
  background-size: cover;
  background-position: center center;
  padding: 20px;
  position: relative;
  max-width: 400px;
  cursor: pointer;
}
@media (max-width: 767px) {
  section.b-m-team-listing .full-width .team-listing .team-member,
  section.b-m-team-listing .max-width .team-listing .team-member {
    transition: none !important;
  }
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member
  .team-member-screen,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member
  .team-member-screen {
  background-color: #3a3b3f;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  left: 0;
  top: 0;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member
  h4.team-member-name,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member
  h4.team-member-name {
  color: #fff;
  opacity: 0;
  position: relative;
  z-index: 5;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member
  span.team-member-title,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member
  span.team-member-title {
  color: #dde0e2;
  opacity: 0;
  position: relative;
  z-index: 5;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member
  p.team-member-bio,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member
  p.team-member-bio {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  position: relative;
  z-index: 5;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member:hover
  .team-member-screen,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member:hover
  .team-member-screen {
  opacity: 0.8;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member:hover
  h4.team-member-name,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member:hover
  h4.team-member-name {
  opacity: 1;
  transition: all 1s ease-in 0.2s;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member:hover
  span.team-member-title,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member:hover
  span.team-member-title {
  opacity: 1;
  transition: all 1s ease-in 0.5s;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member:hover
  p.team-member-bio,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member:hover
  p.team-member-bio {
  opacity: 1;
  transition: all 1s ease-in 0.8s;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member.personality-attached
  .team-member-personality-pic,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member.personality-attached
  .team-member-personality-pic {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member.personality-attached:hover
  .team-member-personality-pic,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member.personality-attached:hover
  .team-member-personality-pic {
  opacity: 1;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member.personality-attached:hover
  .team-member-screen,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member.personality-attached:hover
  .team-member-screen {
  opacity: 0.8;
  transition: all 0.5s ease-out 1s;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member.personality-attached:hover
  h4.team-member-name,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member.personality-attached:hover
  h4.team-member-name {
  opacity: 1;
  transition: all 1s ease-in 1.2s;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member.personality-attached:hover
  span.team-member-title,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member.personality-attached:hover
  span.team-member-title {
  opacity: 1;
  transition: all 1s ease-in 1.5s;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member.personality-attached:hover
  p.team-member-bio,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member.personality-attached:hover
  p.team-member-bio {
  opacity: 1;
  transition: all 1s ease-in 1.8s;
}
@media (max-width: 1300px) {
  section.b-m-team-listing .full-width .team-listing .team-member,
  section.b-m-team-listing .max-width .team-listing .team-member {
    padding: 20px;
  }
}
section.b-m-team-listing .full-width .team-listing .team-member.team-cta,
section.b-m-team-listing .max-width .team-listing .team-member.team-cta {
  background-color: #3a3b3f;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member.team-cta
  h3.team-cta-title,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member.team-cta
  h3.team-cta-title {
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  section.b-m-team-listing
    .full-width
    .team-listing
    .team-member.team-cta
    h3.team-cta-title,
  section.b-m-team-listing
    .max-width
    .team-listing
    .team-member.team-cta
    h3.team-cta-title {
    font-size: 22px;
  }
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member.team-cta
  a.team-cta-button,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member.team-cta
  a.team-cta-button {
  font-family: "Titillium Web", "sans-serif";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  background-color: #fff;
  color: #3a3b3f;
  border-radius: 14px 2px 14px 2px;
  padding: 15px 27px;
  display: inline-block;
  transition: all 0.1 ease-out;
  border: 0;
  min-width: 180px;
  text-align: center;
  margin-top: 20px;
}
section.b-m-team-listing
  .full-width
  .team-listing
  .team-member.team-cta
  a.team-cta-button:hover,
section.b-m-team-listing
  .max-width
  .team-listing
  .team-member.team-cta
  a.team-cta-button:hover {
  background-color: #e01f3a;
  color: #3a3b3f;
}
section.b-m-team-listing.side-by-side {
  margin-bottom: 80px;
}
section.b-m-team-listing.side-by-side .full-width {
  display: block;
}
@media (max-width: 767px) {
  section.b-m-team-listing.side-by-side .full-width {
    display: block;
  }
}
section.b-m-team-listing.side-by-side .max-width {
  display: none;
  align-items: flex-start;
}
@media (max-width: 767px) {
  section.b-m-team-listing.side-by-side .max-width {
    display: none;
  }
}
section.b-m-team-listing.side-by-side .max-width .team-sbs-left {
  flex: 1 1 50%;
  padding: 80px 80px 160px;
  position: relative;
}
@media (max-width: 1040px) {
  section.b-m-team-listing.side-by-side .max-width .team-sbs-left {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  section.b-m-team-listing.side-by-side .max-width .team-sbs-left {
    padding: 20px;
  }
}
section.b-m-team-listing.side-by-side
  .max-width
  .team-sbs-left
  .team-content-wrapper {
  margin-bottom: 40px;
}
section.b-m-team-listing.side-by-side
  .max-width
  .team-sbs-left
  .team-sbs-content {
  opacity: 0;
  transition: all 0.2s ease-out;
  pointer-events: none;
  position: absolute;
  padding: 0 80px;
  left: 0;
  max-width: 800px;
}
section.b-m-team-listing.side-by-side
  .max-width
  .team-sbs-left
  .team-sbs-content.active {
  opacity: 1;
  pointer-events: all;
}
section.b-m-team-listing.side-by-side .max-width .team-listing {
  flex: 1 1 50%;
  padding: 80px;
}
@media (max-width: 1040px) {
  section.b-m-team-listing.side-by-side .max-width .team-listing {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  section.b-m-team-listing.side-by-side .max-width .team-listing {
    padding: 20px;
  }
}
section.b-m-team-listing.side-by-side .max-width .team-listing .team-member {
  flex: 1 1 auto;
  height: 180px;
  transition: all 0.2s ease-out;
}
section.b-m-team-listing.side-by-side
  .max-width
  .team-listing
  .team-member:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
}
@media (max-width: 1040px) {
  section.b-m-team-listing.side-by-side .max-width .team-listing .team-member {
    flex: 1 1 100px;
    height: 170px;
  }
}
@media (max-width: 767px) {
  section.b-m-team-listing.side-by-side .max-width .team-listing .team-member {
    flex: 1 1 100px;
    height: 170px;
    max-width: 100px;
  }
}
section.b-m-alternating {
  background-color: #fff;
}
section.b-m-alternating .full-width {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 80px;
}
@media (max-width: 1040px) {
  section.b-m-alternating .full-width {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  section.b-m-alternating .full-width {
    flex-wrap: wrap;
    padding: 20px;
  }
}
section.b-m-alternating .full-width.alternating-text-on-right {
  justify-content: flex-start;
}
section.b-m-alternating
  .full-width.alternating-text-on-right
  .alternating-text {
  order: 2;
  padding: 80px 0 80px 80px;
}
@media (max-width: 1040px) {
  section.b-m-alternating
    .full-width.alternating-text-on-right
    .alternating-text {
    padding: 80px 40px;
  }
}
@media (max-width: 767px) {
  section.b-m-alternating
    .full-width.alternating-text-on-right
    .alternating-text {
    padding: 40px 0 0;
  }
}
section.b-m-alternating
  .full-width.alternating-text-on-right
  .alternating-image-wrap {
  order: 1;
}
section.b-m-alternating .full-width .alternating-text {
  flex: 1 1 50%;
  max-width: 800px;
  padding: 80px 80px 80px 0;
}
@media (max-width: 1040px) {
  section.b-m-alternating .full-width .alternating-text {
    padding: 80px 40px;
  }
}
@media (max-width: 767px) {
  section.b-m-alternating .full-width .alternating-text {
    max-width: 100%;
    padding: 40px 20px 40px 0;
    order: 2;
    flex: 1 1 100%;
  }
}
section.b-m-alternating .full-width .alternating-text h2.alternating-title {
  font-size: 60px;
  font-family: "Titillium Web", "sans-serif";
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
}
@media (max-width: 767px) {
  section.b-m-alternating .full-width .alternating-text h2.alternating-title {
    font-size: 32px;
  }
}
section.b-m-alternating .full-width .alternating-text span.alternating-copy {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
}
@media (max-width: 767px) {
  section.b-m-alternating .full-width .alternating-text span.alternating-copy {
    font-size: 14px;
  }
}
section.b-m-alternating .full-width .alternating-text a.alternating-cta {
  font-family: "Titillium Web", "sans-serif";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  background-color: #3a3b3f;
  color: #fff;
  border-radius: 14px 2px 14px 2px;
  padding: 15px 27px;
  display: inline-block;
  transition: all 0.1 ease-out;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  margin-top: 20px;
  margin-right: 10px;
}
section.b-m-alternating .full-width .alternating-text a.alternating-cta:hover {
  background-color: #575a65;
}
section.b-m-alternating .full-width .alternating-image-wrap {
  flex: 1 1 50%;
  max-width: 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 640px;
}
@media (max-width: 767px) {
  section.b-m-alternating .full-width .alternating-image-wrap {
    max-width: 100%;
    height: 40vh;
    order: 1;
    flex: 1 1 100%;
    min-height: 0;
  }
}
section.b-m-alternating .full-width .alternating-image-wrap.img-image {
  min-height: 0;
}
section.b-m-alternating
  .full-width
  .alternating-image-wrap
  img.alternating-image {
  width: 100%;
}
section.b-m-big-callout {
  background-size: cover;
  background-position: center center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.b-m-big-callout .max-width .big-callout-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 80px;
  position: relative;
  max-width: 1120px;
  border-radius: 50px 0 50px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  section.b-m-big-callout .max-width .big-callout-backdrop {
    padding: 80px 20px;
  }
}
section.b-m-big-callout .max-width .big-callout-backdrop img.big-callout-icon {
  position: relative;
  max-width: 80px;
  height: auto;
  margin-bottom: 40px;
}
section.b-m-big-callout
  .max-width
  .big-callout-backdrop
  span.big-callout-content-top {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  font-weight: 200;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section.b-m-big-callout
    .max-width
    .big-callout-backdrop
    span.big-callout-content-top {
    font-size: 22px;
  }
}
section.b-m-big-callout
  .max-width
  .big-callout-backdrop
  span.big-callout-content-bottom {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  font-weight: 200;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.5;
}
@media (max-width: 767px) {
  section.b-m-big-callout
    .max-width
    .big-callout-backdrop
    span.big-callout-content-bottom {
    font-size: 22px;
  }
}
section.b-m-rich-text {
  background-color: #e9eaee;
  padding: 80px 20px;
}
span.beta-rich-text h1 {
  font-size: 60px;
  font-family: "Titillium Web", "sans-serif";
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  span.beta-rich-text h1 {
    font-size: 32px;
  }
}
span.beta-rich-text h2 {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  text-transform: none;
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  span.beta-rich-text h2 {
    font-size: 26px;
  }
}
span.beta-rich-text h3 {
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  span.beta-rich-text h3 {
    font-size: 22px;
  }
}
span.beta-rich-text p,
span.beta-rich-text span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  span.beta-rich-text p,
  span.beta-rich-text span {
    font-size: 14px;
  }
}
span.beta-rich-text strong {
  font-weight: 600;
}
span.beta-rich-text em {
  font-style: italic;
}
span.beta-rich-text code {
  background: #dde0e2;
}
span.beta-rich-text a {
  text-decoration: underline;
  color: #3a3b3f;
}
span.beta-rich-text ol,
span.beta-rich-text ul {
  padding-left: 40px;
  margin-bottom: 20px;
}
span.beta-rich-text blockquote {
  font-size: 42px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 200;
}
@media (max-width: 767px) {
  span.beta-rich-text blockquote {
    font-size: 32px;
    font-style: italic;
  }
}
span.beta-rich-text pre {
  background-color: #dde0e2;
}
span.beta-rich-text img {
  margin-bottom: 30px;
}
section.beta-developments {
  padding: 0 0 240px;
}
@media (max-width: 767px) {
  section.beta-developments {
    padding: 0;
  }
}
section.beta-developments .development-slider-main {
  position: relative;
}
section.beta-developments .development-slider-main .slick-arrow {
  position: absolute;
}
section.beta-developments .development-slider-main .development-card-wrap {
  position: relative;
}
section.beta-developments
  .development-slider-main
  .development-card-wrap
  .beta-development-card {
  position: relative;
  height: 70vh;
  display: block;
  background-size: cover;
  background-position: center center;
}
section.beta-developments
  .development-slider-main
  .development-card-wrap
  .beta-development-card
  .development-card-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 40%);
  pointer-events: none;
}
@media (max-width: 767px) {
  section.beta-developments
    .development-slider-main
    .development-card-wrap
    .beta-development-card
    .development-card-gradient {
    background: linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 60%);
  }
}
section.beta-developments
  .development-slider-main
  .development-card-wrap
  .beta-development-card
  .development-card-content {
  max-width: 400px;
  position: absolute;
  bottom: 80px;
  left: 40px;
}
@media (max-width: 767px) {
  section.beta-developments
    .development-slider-main
    .development-card-wrap
    .beta-development-card
    .development-card-content {
    bottom: 40px;
    max-width: 300px;
  }
}
section.beta-developments
  .development-slider-main
  .development-card-wrap
  .beta-development-card
  .development-card-content
  .development-card-title {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  text-transform: none;
  color: #fff;
}
@media (max-width: 767px) {
  section.beta-developments
    .development-slider-main
    .development-card-wrap
    .beta-development-card
    .development-card-content
    .development-card-title {
    font-size: 26px;
  }
}
section.beta-developments
  .development-slider-main
  .development-card-wrap
  .beta-development-card
  .development-card-content
  .beta-development-button {
  margin-top: 20px;
  font-family: "Titillium Web", "sans-serif";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  background-color: #3a3b3f;
  color: #fff;
  border-radius: 14px 2px 14px 2px;
  padding: 15px 27px;
  display: inline-block;
  transition: all 0.1 ease-out;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
}
section.beta-developments
  .development-slider-main
  .development-card-wrap
  .beta-development-card
  .development-card-content
  .beta-development-button:hover {
  background-color: #575a65;
}
section.beta-developments .development-slider-nav {
  position: relative;
}
section.beta-developments .development-slider-nav .slick-arrow {
  position: absolute;
}
section.beta-developments .development-slider-nav .development-card-wrap {
  height: 30vh;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
section.beta-developments
  .development-slider-nav
  .development-card-wrap
  .development-card-fade {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  transition: all 0.2s ease-out;
  opacity: 0;
}
section.beta-developments
  .development-slider-nav
  .development-card-wrap
  span.development-card-title {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 30px;
  transition: all 0.2s ease-out;
  opacity: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  section.beta-developments
    .development-slider-nav
    .development-card-wrap
    span.development-card-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  section.beta-developments
    .development-slider-nav
    .development-card-wrap
    span.development-card-title {
    font-size: 18px;
  }
}
section.beta-developments
  .development-slider-nav
  .development-card-wrap:hover
  .development-card-fade {
  opacity: 1;
}
@media (max-width: 767px) {
  section.beta-developments
    .development-slider-nav
    .development-card-wrap:hover
    .development-card-fade {
    opacity: 0;
  }
}
section.beta-developments
  .development-slider-nav
  .development-card-wrap:hover
  span.development-card-title {
  opacity: 1;
  transition: all 0.2s ease-out 0.2s;
  color: #fff;
}
@media (max-width: 767px) {
  section.beta-developments
    .development-slider-nav
    .development-card-wrap:hover
    span.development-card-title {
    opacity: 0;
  }
}
section.beta-developments
  .max-width
  .development-card-wrap
  .beta-development-card {
  height: 80vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  transition: all 0.3s ease-out;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07), 1px 1px 2px rgba(0, 0, 0, 0.07),
    2px 2px 4px rgba(0, 0, 0, 0.07), 3px 3px 8px rgba(0, 0, 0, 0.07),
    5px 5px 16px rgba(0, 0, 0, 0.07), 8px 8px 32px rgba(0, 0, 0, 0.07);
}
section.beta-developments
  .max-width
  .development-card-wrap
  .beta-development-card:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07), 2px 2px 4px rgba(0, 0, 0, 0.07),
    4px 4px 8px rgba(0, 0, 0, 0.07), 8px 8px 16px rgba(0, 0, 0, 0.07),
    16px 16px 32px rgba(0, 0, 0, 0.07), 32px 32px 64px rgba(0, 0, 0, 0.07);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
section.beta-developments
  .max-width
  .development-card-wrap
  span.development-card-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  display: block;
  margin-top: 20px;
}
@media (max-width: 767px) {
  section.beta-developments
    .max-width
    .development-card-wrap
    span.development-card-title {
    font-size: 14px;
  }
}
section.b-m-job-listing {
  padding: 120px;
  margin-bottom: 120px;
}
@media (max-width: 1040px) {
  section.b-m-job-listing {
    padding: 40px;
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  section.b-m-job-listing {
    padding: 20px;
    padding-top: 120px;
  }
}
section.b-m-job-listing form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1040px) {
  section.b-m-job-listing form {
    display: block;
  }
}
section.b-m-job-listing form fieldset {
  position: relative;
}
section.b-m-job-listing form fieldset input,
section.b-m-job-listing form fieldset select {
  width: 260px;
  border: 1px solid #dde0e2;
}
@media (max-width: 1040px) {
  section.b-m-job-listing form fieldset input,
  section.b-m-job-listing form fieldset select {
    width: 100%;
  }
}
section.b-m-job-listing form fieldset.select-wrap:after {
  content: "â–¼";
  color: #3a3b3f;
  position: absolute;
  right: 10px;
  top: 28px;
  pointer-events: none;
}
section.b-m-job-listing ul.mix-container {
  list-style: none;
}
section.b-m-job-listing ul.mix-container li a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  background-color: #dde0e2;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  section.b-m-job-listing ul.mix-container li a {
    font-size: 14px;
  }
}
section.b-m-job-listing ul.mix-container li a:hover {
  background-color: #fff;
}
section.b-m-job-listing ul.mix-container li a .job-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  display: block;
  font-weight: 600;
}
section.b-m-job-listing ul.mix-container li a .job-team {
  font-size: 12px;
  text-transform: uppercase;
}
section.b-m-job-listing ul.mix-container li a .job-commitment {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.b-m-job-listing ul.mix-container li a .job-location {
    position: absolute;
  }
}
section.b-m-job-listing ul.mix-container li a button.job-apply {
  font-family: "Titillium Web", "sans-serif";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  background-color: #3a3b3f;
  color: #fff;
  border-radius: 14px 2px 14px 2px;
  padding: 15px 27px;
  display: inline-block;
  transition: all 0.1 ease-out;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  position: absolute;
  right: 15px;
  bottom: 13px;
}
section.b-m-job-listing ul.mix-container li a button.job-apply:hover {
  background-color: #575a65;
}
@media (max-width: 767px) {
  section.b-m-job-listing ul.mix-container li a button.job-apply {
    position: static;
    margin: 20px 0 0 auto;
    display: block;
    min-width: 154px;
    padding: 11px 20px;
  }
}
.job-individual h1 {
  font-size: 60px;
  font-family: "Titillium Web", "sans-serif";
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
}
@media (max-width: 767px) {
  .job-individual h1 {
    font-size: 32px;
  }
}
.job-individual a button {
  font-family: "Titillium Web", "sans-serif";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  background-color: #3a3b3f;
  color: #fff;
  border-radius: 14px 2px 14px 2px;
  padding: 15px 27px;
  display: inline-block;
  transition: all 0.1 ease-out;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
}
.job-individual a button:hover {
  background-color: #575a65;
}
section.b-m-mission-statement {
  height: 100vh;
  position: relative;
  padding: 0 80px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  section.b-m-mission-statement {
    padding: 0 20px;
  }
}
section.b-m-mission-statement .mission-screen {
  background-color: #3a3b3f;
  opacity: 0.7;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
section.b-m-mission-statement canvas.alia-3d-showcase {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
section.b-m-mission-statement .full-width {
  position: relative;
  z-index: 3;
  height: 90%;
}
section.b-m-mission-statement .full-width .mission-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
section.b-m-mission-statement
  .full-width
  .mission-content-wrap
  .mission-content
  .mission-content-inner {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.b-m-mission-statement
  .full-width
  .mission-content-wrap
  .mission-content
  .mission-content-inner
  img.mission-logo {
  max-width: 120px;
  margin-bottom: 20px;
}
section.b-m-mission-statement
  .full-width
  .mission-content-wrap
  .mission-content
  .mission-content-inner
  h1.mission-title {
  color: #fff;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 767px) {
  section.b-m-mission-statement
    .full-width
    .mission-content-wrap
    .mission-content
    .mission-content-inner
    h1.mission-title {
    font-size: 26px;
  }
}
section.b-m-mission-statement
  .full-width
  .mission-content-wrap
  .mission-content
  .mission-content-inner
  span.mission-copy {
  color: #fff;
}
section.b-m-mission-statement
  .full-width
  .mission-content-wrap
  .mission-content
  .mission-content-inner
  span.mission-copy
  h2 {
  font-size: 21px;
}
section.b-m-mission-statement
  .full-width
  .mission-content-wrap
  .mission-content
  .play-button-wrap {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
  text-align: center;
  margin-top: 40px;
}
section.b-m-photo-mosaic .max-width {
  max-width: 100%;
}
section.b-m-photo-mosaic .max-width .mosaic-content {
  background-color: #000;
  padding: 50px;
  max-width: 20%;
  width: auto;
  height: auto;
}
section.b-m-photo-mosaic .max-width .mosaic-content h1.mosaic-title {
  font-size: 60px;
  font-family: "Titillium Web", "sans-serif";
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
  color: #fff;
}
@media (max-width: 767px) {
  section.b-m-photo-mosaic .max-width .mosaic-content h1.mosaic-title {
    font-size: 32px;
  }
}
section.b-m-photo-mosaic .max-width .mosaic-content span.mosaic-copy {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  color: #fff;
}
@media (max-width: 767px) {
  section.b-m-photo-mosaic .max-width .mosaic-content span.mosaic-copy {
    font-size: 14px;
  }
}
section.b-m-photo-mosaic .max-width img.mosaic-photo {
  max-width: 20%;
  width: auto;
  height: auto;
}
section.b-m-3d-alia-features {
  position: relative;
}
section.b-m-3d-alia-features div.m-3d-alia-content {
  position: absolute;
  left: 100px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 400px;
  justify-content: center;
}
section.b-m-3d-alia-features div.m-3d-alia-content h2.m-3d-alia-title {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Titillium Web", "sans-serif";
  font-weight: 400;
  text-transform: none;
  color: #fff;
}
@media (max-width: 767px) {
  section.b-m-3d-alia-features div.m-3d-alia-content h2.m-3d-alia-title {
    font-size: 26px;
  }
}
section.b-m-3d-alia-features div.m-3d-alia-content span.m-3d-alia-copy {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Titillium Web", "sans-serif";
  color: #fff;
}
@media (max-width: 767px) {
  section.b-m-3d-alia-features div.m-3d-alia-content span.m-3d-alia-copy {
    font-size: 14px;
  }
}
section.b-m-3d-alia-features div.m-3d-alia-content button.m-3d-alia-button {
  font-family: "Titillium Web", "sans-serif";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  background-color: #3a3b3f;
  color: #fff;
  border-radius: 14px 2px 14px 2px;
  padding: 15px 27px;
  display: inline-block;
  transition: all 0.1 ease-out;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
}
section.b-m-3d-alia-features
  div.m-3d-alia-content
  button.m-3d-alia-button:hover {
  background-color: #575a65;
}
section.b-m-impact {
  position: relative;
}
section.b-m-impact .impact-bar {
  position: relative;
  background: #000;
  z-index: 2;
  max-width: 30%;
}
section.b-m-impact .impact-background-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.b-m-impact .impact-background-wrap .section-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
section.b-m-impact .impact-background-wrap .subsection-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

/*dw styles here */
section.b-m-alternating .full-width.alternating-text-on-right,
section.b-m-alternating .full-width {
  justify-content: center;
}
.dw{
  font-family: "Titillium Web", "sans-serif";
  color: #3a3b3f
}
section.b-m-big-callout {
  height: 36vh;
}
section.b-m-footer {
  padding-top: 0px;
  padding-bottom: 10px;
}
.fm1text,.fm2text, .fm3text{
  display: none;
  color: #fff;
  padding: 30px;
  max-width: 406px;
  position: absolute;
}
.fm1text{
  left: 0;
}
section.b-m-alternating .full-width .alternating-image-wrap {
  max-width: 800px;
}
.fm1,
.fm2,
.fm3{
  cursor: pointer;
}
.fm1 img,
.fm2 img,
.fm3 img{
  max-width: 80%;
}
.card-title{
  font-size: 42px;
}
nav.beta-nav .betaburger {
  display: none;
}
nav.beta-nav {
  padding-top: 24px;
}
.ital{
  font-style: italic;
}
span.beta-rich-text p,
span.beta-rich-text span .mid-text,
p.mid-text,
span.mid-text{
  font-size: 22px;
  line-height: 32px;
}
img.appicon {
  max-width: 128px;
  margin-right: 20px;
}
.appicons {
  padding: 20px;
}
.applink{
  text-decoration: none;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}