
.crop video { width: 160%;
  margin-top: -10px; opacity: 0.8; }
.crop svg { 
  width: calc(100% + 1px);
  position: absolute;
  top: 0;
  right: -1px;
  overflow: hidden;
}
/* .crop svg rect {
  fill: white;
}
.crop svg > rect {
    -webkit-mask: url(#mask);
    mask: url(#mask);
} */
.crop{
  width: 1025px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  top: -197px;
  right: 70px;
}
/* -------------------------------- 

xBasic style

-------------------------------- */

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul{
  list-style: none !important;
}
main {
  width: 100%;
  margin: 0 auto;
}
main > h1 {
  text-align: center;
}
h2 {
  color: #273444;
  font-size: 32px;
  font-weight: 200;
}
h4{
  font-size: 20px;
  font-weight: 300;
  color: #753ef2;
}

section {
  margin: 3em 0;
  border-bottom: 1px solid #dcdcdc;
}
section:nth-child(1){
  margin-top:0;
}
section:last-child{
  border:none;
}
@media only screen and (min-width: 768px) {
  section {
    margin: 3em 0 5em;
  }
}
@media only screen and (min-width: 1600px) {
  section {
    width: 100%;
    float: left;
    margin: 0 4% 4em 0;
  }
  section:nth-of-type(2n) {
    margin-right: 0;
  }
}
.col-sidebar li {
  padding: 6px 16px 6px 0px;
  width: 80%;
}
.col-sidebar a{
  color: #232728;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.2s ease;
  position: relative;
}
.col-sidebar a:hover{
  color: #753ef2;
}
.col-sidebar a.active{
  color: #753ef2;
}
.col-sidebar a:before{
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: rgba(116, 62, 243, 0.13);
  transition: all 0.8s ease;
}
.col-sidebar a.active:before{
  width: 160px;
}
.col-sidebar.fixed {
  position: fixed;
  top: 0;
}
.main-sidebar{
  position: relative;
}
.main-sidebar:before{
  content: "";
  position: absolute;
  border-right: 1px solid rgba(34,31,31,.15);
  right: 22%;
  top: -48px;
  width: 1px;
  height: calc(100% + 48px);
}
.v4 .brand-guidlines-bg .subpage-banner{
  background-image: url("../images/brand/brandguideline-band-bg.jpg") !important;
  background-position: 0;
  background-size: 100%;
  height: 240px !important;
  min-height: 240px !important;
}
.v4 .subpage-banner-content{
  margin-top: 80px !important; 
}
.v4 .brand-guidlines-bg.carousel-inner::after{
  background: none;
}
.v4 .brand-guidlines-bg .sub-head{
  text-align: left;
  font-weight: 400;
  color: #fff;
}
.v4 .brand-guidlines-bg .banner_content{
  text-align: left;
  margin-top: 0;
  color: rgb(255 255 255 / 46%);
}
.brand-guidline h2{
  font-size: 25px;
  font-weight: 400;
}
.brand-guidline h4{
  font-weight: 400;
}
.brand-guidline p{
  font-size: 0.9rem;
}


/* Button Effect */
.brand-guidline main .brand-bg button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.brand-guidline main .brand-bg button.learn-more {
  width: 19rem;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.brand-guidline main .brand-bg button.learn-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #753ef2;
  border-radius: 1.625rem;
}
.brand-guidline main .brand-bg button.learn-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.brand-guidline main .brand-bg button.learn-more .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.brand-guidline main .brand-bg button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.brand-guidline main .brand-bg button.learn-more .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #753ef2;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.brand-guidline main .brand-bg button:hover .circle {
  width: 100%;
}
.brand-guidline main .brand-bg button:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
.brand-guidline main .brand-bg button:hover .button-text {
  color: #fff;
}

/* -- */

.downloadbutton.btn {
  cursor: pointer;
  background-color: #000;
  width: 190px;
  height: 44px;
  line-height: 44px;
  position: relative;
  z-index: 0;
  /* box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34); */
}
.downloadbutton.btn span {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  text-align: left;
}
.downloadbutton.btn em {
  position: absolute;
  height: 1px;
  background: #fff;
  width: 20%;
  right: 23px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}
.clipboard{
  position: absolute !important;
  bottom: 32px;
  left: 115px;
  line-height: 12px;
}
#descriptors .clipboard{
  position: relative !important;
  bottom: 1px;
  left: 0;
}
.clipboard svg{
  width: 14px;
  height: 14px;
}
.downloadbutton.btn:before,
.downloadbutton.btn:after {
  content: '';
  background: #753ef2;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.downloadbutton.btn:before {
  top: 0;
  left: 0;
  right: auto;
}
.downloadbutton.btn:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.downloadbutton.btn:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.downloadbutton.btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.downloadbutton.btn:hover span {
  color: #fff;
}
.downloadbutton.btn:hover em {
  background: #fff;
  transform: scaleX(1);
}



/* xBranding section - basic style */
.cd-branding .cd-box {
  margin-bottom: 1em;
}
.cd-branding img {
  display: block;
  width: 100%;
}
.cd-branding ul:last-of-type {
  padding-top: .6em;
}
.cd-branding ul:last-of-type li {
  display: inline-block;
  margin-right: 1em;
}
.cd-branding ul:last-of-type li:nth-of-type(1) img {
  width: 90px;
  height: 90px;
  border-radius: 1em;
}
.cd-branding ul:last-of-type li:nth-of-type(2) img {
  width: 60px;
  height: 60px;
  border-radius: .6em;
}
.cd-branding ul:last-of-type li:nth-of-type(3) img {
  width: 32px;
  height: 32px;
  border-radius: .4em;
}
.cd-branding ul:last-of-type li:nth-of-type(4) img {
  width: 16px;
  height: 16px;
  border-radius: .2em;
}
@media only screen and (min-width: 768px) {
  .cd-branding .cd-box {
    width: 49%;
    float: left;
    margin: 0 2% 2em 0;
  }
  .cd-branding .cd-box:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-branding ul:last-of-type {
    clear: left;
  }
  .cd-branding ul:last-of-type li {
    margin-right: 3em;
  }
}
ul.logotype-conatiner {
  min-height: 200px;
  margin-top: 20px;
  padding-left: 0px;
}
ul.logotype-conatiner li.cd-box{
  width: 45%;
  margin: 0 1.25% 1em 0;
  display: inline-block;
}
.logotype {
  width: 80%;
}
/* xColor section - basic style */
.cd-colors li {
  text-align: center;
  width: 48%;
  float: left;
  margin: 0 4% 1em 0;
}
.cd-colors li:nth-of-type(2n) {
  margin-right: 0;
}
.cd-colors .cd-color-swatch {
  position: relative;
  width: 100%;
  padding: 50% 0;
}
.cd-colors .cd-color-swatch::before, .cd-colors .cd-color-swatch::after {
  /* lighter and darker color shades of the same swatch */
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 20%;
}
.cd-colors .cd-color-swatch::before {
  left: 0;
}
.cd-colors .cd-color-swatch::after {
  right: 0;
}
.cd-colors b {
  display: block;
  padding: .6em 0;
}
.cd-colors li:nth-of-type(1) .cd-color-swatch {
  background: #5f8ee4;
}
.cd-colors li:nth-of-type(1) .cd-color-swatch::before {
  background: #759de8;
}
.cd-colors li:nth-of-type(1) .cd-color-swatch::after {
  background: #497fe0;
}
.cd-colors li:nth-of-type(2) .cd-color-swatch {
  background: #19191a;
}
.cd-colors li:nth-of-type(2) .cd-color-swatch::before {
  background: #262627;
}
.cd-colors li:nth-of-type(2) .cd-color-swatch::after {
  background: #0d0d0d;
}
.cd-colors li:nth-of-type(3) .cd-color-swatch {
  background: #e4655f;
}
.cd-colors li:nth-of-type(3) .cd-color-swatch::before {
  background: #e87a75;
}
.cd-colors li:nth-of-type(3) .cd-color-swatch::after {
  background: #e05049;
}
.cd-colors li:nth-of-type(4) .cd-color-swatch {
  background: #e6e6e6;
}
.cd-colors li:nth-of-type(4) .cd-color-swatch::before {
  background: #f3f3f3;
}
.cd-colors li:nth-of-type(4) .cd-color-swatch::after {
  background: #d9d9d9;
}
.cd-colors li:nth-of-type(5) .cd-color-swatch {
  background: #ffffff;
}
.cd-colors li:nth-of-type(5) .cd-color-swatch::before {
  background: white;
}
.cd-colors li:nth-of-type(5) .cd-color-swatch::after {
  background: #f2f2f2;
}
@media only screen and (min-width: 768px) {
  .cd-colors li {
    width: 19%;
    float: left;
    margin: 0 1.25% 1em 0;
  }
  .cd-colors li:nth-of-type(2n) {
    margin-right: 1.25%;
  }
  .cd-colors li:nth-of-type(5n) {
    margin-right: 0;
  }
}

.cd-typography .cd-box,
.cd-buttons .cd-box,
.cd-icons .cd-box,
.cd-form .cd-box {
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  .cd-typography .cd-box .cd-box,
  .cd-buttons .cd-box .cd-box,
  .cd-icons .cd-box .cd-box,
  .cd-form .cd-box .cd-box {
    padding: 2em;
  }
}

/* xTypography section - basic style */
.cd-typography h1::before {
  content: 'Aa - ';
  color: #5f8ee4;
}

.cd-buttons .cd-box:first-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cd-buttons .cd-box:last-of-type {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cd-buttons button {
  margin: .4em;
}
@media only screen and (min-width: 1024px) {
  .cd-buttons button {
    margin: 1em;
  }
}

/* xTypography section - basic style */
.cd-typography h1::before {
  content: 'Aa - ';
  color: #5f8ee4;
}

.cd-buttons .cd-box:first-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cd-buttons .cd-box:last-of-type {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cd-buttons button {
  margin: .4em;
}
@media only screen and (min-width: 1024px) {
  .cd-buttons button {
    margin: 1em;
  }
}

/* xIcons section - basic style */
.cd-icons li {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 1em;
}
.cd-icons .cd-icon-1 {
  background-image: url("../images/brand/icons/icon-1.svg");
}
.cd-icons .cd-icon-2 {
  background-image: url("../images/brand/icons/icon-2.svg");
}
.cd-icons .cd-icon-3 {
  background-image: url("../images/brand/icons/icon-3.svg");
}
.cd-icons .cd-icon-4 {
  background-image: url("../images/brand/icons/icon-4.svg");
}
.cd-icons .cd-icon-5 {
  background-image: url("../images/brand/icons/icon-5.svg");
}
.cd-icons .cd-icon-6 {
  background-image: url("../images/brand/icons/icon-6.svg");
}
.cd-icons .cd-icon-7 {
  background-image: url("../images/brand/icons/icon-7.svg");
}
.cd-icons .cd-icon-8 {
  background-image: url("../images/brand/icons/icon-8.svg");
}
.card svg{
  position: absolute;
  width: 15px;
  height: 15px;
  right: 5px;
  top: 5px;
}
.card-title{
 font-size: 1.1rem;
}
/* xForm section - basic style */
.cd-form input[type=text],
.cd-form .cd-input-wrapper {
  margin: 1em;
}
.cd-form .cd-input-wrapper {
  position: relative;
  display: inline-block;
}
.cd-form select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox */
  .cd-select::after {
    display: none;
  }
}
.no-csstransitions .cd-select::after {
  display: none;
}
html,
body {
  min-height: 100vh;
  overflow-x: hidden;
}


.bg-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  
}
/*.bg-wrap span.brand-bg{
  background: url(../images/brand/brand-bg.svg) no-repeat;
  display: block;
  width: calc(100% - 200px);
  height: calc(100% + 90px);
  position: absolute;
  right: calc(0% - 500px);
  bottom: calc(0% - 170px);
}*/
.bg-wrap h1.sub-head{
  color: #262728 !important;
  font-size: 50px;
  line-height: 54px;
  font-weight: 200;
  text-align: left;
}
.bg-wrap h1.sub-head span.content {
  font-size: 55px;
  font-weight: 300;
  display: block;
}
.bg-wrap h1.sub-head span.color{
  color: #753ef2;
}
.bg-wrap .subpage-banner-content p.banner_content{
  font-size: 28px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 60px;
  text-transform: uppercase;
  padding-left: 10px;
  border-left: 2px solid #e50914;
}
.js .pages {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.js .page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1;
  opacity:0;
}

.js .page--current {
  visibility: visible;
  position: relative;
  opacity:1;
}


/* Navigation */

.pagenav {
  position: absolute;
  pointer-events: none;
  top: 2em;
  left: 2em;
  right: 2em;
  bottom: 2em;
  z-index: 1000;
}

.no-js .pagenav {
  display: none;
}

.pagenav__button {
  /*position: absolute;*/
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  width: 2em;
  height: 2em;
  cursor: pointer;
  pointer-events: auto;
}

.pagenav__button:focus {
  outline: none;
}


/* Revealers */

.revealer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  pointer-events: none;
}

.revealer--right,
.revealer--left {
  top: 50%;
  left: 50%;
}

.revealer__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #753ef2;
}
div.revealer__layer:nth-child(1){
  background: #753ef2 !important;
}
/* Revealer effects */


/* Three layer effect (effect-3) */

/*.anim--effect-3 .page:nth-child(2) {
  background: #ECF3A3;
}
*/
.anim--effect-3 .revealer--animate .revealer__layer {
  -webkit-animation: anim-effect-3-1 1.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) forwards;
  animation: anim-effect-3-1 1.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) forwards;
}

.anim--effect-3 .revealer--animate .revealer__layer:nth-child(2) {
  -webkit-animation-name: anim-effect-3-2;
  animation-name: anim-effect-3-2;
}

.anim--effect-3 .revealer--animate .revealer__layer:nth-child(3) {
  -webkit-animation-name: anim-effect-3-3;
  animation-name: anim-effect-3-3;
}

@-webkit-keyframes anim-effect-3-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  25%,
  75% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-3-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  25%,
  75% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
}

@-webkit-keyframes anim-effect-3-2 {
  0%,
  12.5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  37.5%,
  62.5% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  87.5%,
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-3-2 {
  0%,
  12.5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  37.5%,
  62.5% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  87.5%,
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
}

@-webkit-keyframes anim-effect-3-3 {
  0%,
  25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  }
  75%,
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-3-3 {
  0%,
  25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  }
  75%,
  100% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
  }
}
@media (max-width:1100px){
  .crop {
    top: -201px;
    right: 240px;
  }
  .crop svg{
    top:-1px;
    left: -1px;
  }
  .card-title {
    font-size: 1rem;
  }
}
@media (max-width:991px){
  .bg-wrap span.brand-bg {
    right: calc(0% - 180px);
    bottom: calc(0% - 400px);
  }
  .brand-guidlines-bg .subpage-banner{
    background-size:cover !important;
  }
  .main-sidebar{
    display: none;
  }
  .crop{
    width: 750px;
    bottom: 280px;
    position: relative;
    z-index: -1;
    right: -170px;
    bottom: 300px;
  }
  .crop svg{
    width: 840px;
  }
  .bg-wrap h1.sub-head{
    font-size: 42px !important;
  }
  .bg-wrap h1.sub-head span.content{
    display: block;
  }
}
@media (max-width:680px){
  .bg-wrap span.brand-bg {
    right: calc(0% - 230px);
    bottom: calc(0% - 480px);
    width: calc(100% + 200px);
    height: calc(100% + 100px);
  }
  .bg-wrap h1.sub-head{
    font-size: 2.6rem !important;
    line-height: 3rem;
  }
  .bg-wrap .subpage-banner-content p.banner_content{
    margin-top: 20px !important;
    margin-bottom: 30px;
    font-size: 1.4rem !important;
    line-height: 1.5rem !important;
    margin-left:0;
  }
  .v4  .brand-guidlines-bg .carousel-item.subpage-banner.inner-page-banner .subpage-banner-content {
    margin-top: 80px;
  }
  .v4 .brand-guidlines-bg .subpage-banner-content h1{
    font-size: 1.8rem !important;
    text-align: center;
  }
  .v4 .brand-guidlines-bg p.banner_content{
    text-align: center;
    font-size:1.4rem !important;
    line-height:28px !important;
  }
  .brand-guidlines-bg .subpage-banner{
    background-size:cover !important;
  }
  .main-sidebar{
    display: none;
  }
  .crop{
    bottom: -20px;
    right: 0;
  }
  .crop svg{
    top: -70px;
    left: -71px;
    width: 810px;
  }
}