@charset "UTF-8";
@font-face {
  font-family: UbisoftSans-Regular;
  src: url(../font/UbisoftSans-Regular.otf);
  src: url(../font/UbisoftSans-Regular.woff);
  src: url(../font/UbisoftSans-Regular.woff2);
}
@font-face {
  font-family: UbisoftSans-Bold;
  src: url(../font/UbisoftSans-Bold.otf);
  src: url(../font/UbisoftSans-Bold.woff);
  src: url(../font/UbisoftSans-Bold.woff2);
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-close, .btn-primary, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-close, .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: auto 100%;
  border: none;
  color: #041418;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  max-height: 35px;
  padding: 8px 50px;
  position: relative;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-close:before, .btn-primary:before {
  border-width: 2px;
  border-style: solid;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: #041418;
  -webkit-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

body:not(.is-touch) .btn-close:hover, body:not(.is-touch) .btn-primary:hover {
  background: #999;
  background-size: auto 100%;
}

body:not(.is-touch) .btn-close:hover:before, body:not(.is-touch) .btn-primary:hover:before {
  -webkit-transform: scaleX(0.98) scaleY(0.89);
  -ms-transform: scaleX(0.98) scaleY(0.89);
  transform: scaleX(0.98) scaleY(0.89);
}

body:not(.is-touch) .btn-close:hover:after, body:not(.is-touch) .btn-primary:hover:after {
  clip: rect(0, 250px, 39px, 0);
}

.is-ie11 .btn-close, .is-ie11 .btn-primary {
  background-size: cover;
}

.is-ie11 .btn-close:hover, .is-ie11 .btn-primary:hover {
  background-size: cover !important;
}

.btn-simple {
  background: none;
  border: none;
  color: #041418;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  letter-spacing: 0.25rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

.btn-simple:before {
  border-bottom: 5px solid #cda279;
  content: "";
  bottom: -9px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
  height: 9px;
}

.btn-simple.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body:not(.is-touch) .btn-simple:hover:before {
  width: 100%;
  height: 5px;
}

.btn-simple--centered:before {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.is-touch) .btn-simple--centered:hover:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: 5px;
}

.btn-close {
  background-size: cover;
  max-height: 52px;
  padding: 0;
  position: fixed;
  z-index: 4;
  width: 52px;
  height: 52px;
}

.btn-close svg {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.btn-close svg path {
  fill: #041418;
}

body:not(.is-touch) .btn-close:hover {
  background-size: cover;
}

body:not(.is-touch) .btn-close:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

.globalNavigation {
  background: #eaeaea;
  -webkit-box-shadow: 0 1px 4.85px 0.15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4.85px 0.15px rgba(0, 0, 0, 0.1);
  padding: 0 40px;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 900;
  height: 50px;
}

.globalNavigation, .globalNavigation-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}

.globalNavigation-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.globalNavigation-main {
  padding: 13px 0;
}

.globalNavigation-main, .globalNavigation-main nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.globalNavigation-main nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.globalNavigation-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 20px;
  position: relative;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

.globalNavigation-item.active, .globalNavigation-item:active, .globalNavigation-item:hover {
  color: #fc7d40;
}

.globalNavigation-item:hover .nav-item.is-drawer svg.arrow-down {
  fill: #fc7d40;
}

.globalNavigation-item span {
  position: relative;
  z-index: 1;
}

.globalNavigation-drawer {
  background: #eaeaea;
  -webkit-box-shadow: 0 2px 3.84px 0.16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3.84px 0.16px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 50px;
  right: 0;
  position: absolute;
  opacity: 0;
  overflow: hidden;
  overflow-y: scroll;
  pointer-events: none;
  z-index: 10;
  width: 300px;
  height: 600px;
}

.globalNavigation-drawer:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 25px;
}

.globalNavigation-drawer a.globalNavigation-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: block;
  height: auto;
  margin-left: 20px;
  margin-right: 5px;
  padding: 10px 0 5px;
  position: relative;
  text-decoration: none;
  text-transform: none;
  border-bottom: 2px solid #888787;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
}

.globalNavigation .nav-item.is-drawer {
  position: relative;
}

.globalNavigation .nav-item.is-drawer svg.arrow-down {
  fill: #000;
  padding-left: 5px;
  padding-right: 0;
}

.globalNavigation .nav-item.is-drawer.active-drawer {
  color: #fc7d40;
}

.globalNavigation .nav-item.is-drawer.active-drawer svg.arrow-down {
  fill: #fc7d40;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 5px;
}

.globalNavigation .nav-item.is-drawer.active-drawer + .globalNavigation-drawer {
  opacity: 1;
  pointer-events: auto;
}

.globalNavigation .nav-item.is-drawer.active-drawer + .globalNavigation-drawer .navDrawer-item:hover {
  color: #fc7d40;
}

.globalNavigation.mobile .nav-item.globalNavigation-item {
  display: none;
}

.globalNavigation.mobile .nav-item.is-drawer + .globalNavigation-drawer {
  top: 100px;
  position: fixed;
}

@media only screen and (max-width: 1248px) {
  .globalNavigation.mobile .nav-item.is-drawer + .globalNavigation-drawer {
    width: 300px;
    height: 600px;
    right: 33%;
  }
}
@media only screen and (max-width: 1024px) {
  .globalNavigation.mobile .nav-item.is-drawer + .globalNavigation-drawer {
    width: 300px;
    height: 600px;
    right: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .globalNavigation.mobile .nav-item.is-drawer + .globalNavigation-drawer {
    width: 300px;
    height: 550px;
    right: 28%;
  }
}
@media only screen and (max-width: 640px) {
  .globalNavigation.mobile .nav-item.is-drawer + .globalNavigation-drawer {
    width: 300px;
    height: 500px;
    right: 23%;
  }
}
@media only screen and (max-width: 560px) {
  .globalNavigation.mobile .nav-item.is-drawer + .globalNavigation-drawer {
    width: 300px;
    height: 400px;
    right: 18%;
  }
}
@media only screen and (max-width: 480px) {
  .globalNavigation.mobile .nav-item.is-drawer + .globalNavigation-drawer {
    width: 300px;
    height: 400px;
    right: 11%;
  }
}
@media only screen and (max-width: 375px) {
  .globalNavigation.mobile .nav-item.is-drawer + .globalNavigation-drawer {
    width: 300px;
    height: 400px;
    right: 5%;
  }
}
.globalNavigation.mobile .nav-item.is-drawer + .globalNavigation-drawer a.globalNavigation-item {
  text-align: center;
}

@font-face {
  font-family: UbisoftSans-Regular;
  src: url(../font/UbisoftSans-Regular.otf);
  src: url(../font/UbisoftSans-Regular.woff);
  src: url(../font/UbisoftSans-Regular.woff2);
}
@font-face {
  font-family: UbisoftSans-Bold;
  src: url(../font/UbisoftSans-Bold.otf);
  src: url(../font/UbisoftSans-Bold.woff);
  src: url(../font/UbisoftSans-Bold.woff2);
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-close, .btn-primary, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-close, .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: auto 100%;
  border: none;
  color: #041418;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  max-height: 35px;
  padding: 8px 50px;
  position: relative;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-close:before, .btn-primary:before {
  border-width: 2px;
  border-style: solid;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: #041418;
  -webkit-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

body:not(.is-touch) .btn-close:hover, body:not(.is-touch) .btn-primary:hover {
  background: #999;
  background-size: auto 100%;
}

body:not(.is-touch) .btn-close:hover:before, body:not(.is-touch) .btn-primary:hover:before {
  -webkit-transform: scaleX(0.98) scaleY(0.89);
  -ms-transform: scaleX(0.98) scaleY(0.89);
  transform: scaleX(0.98) scaleY(0.89);
}

body:not(.is-touch) .btn-close:hover:after, body:not(.is-touch) .btn-primary:hover:after {
  clip: rect(0, 250px, 39px, 0);
}

.is-ie11 .btn-close, .is-ie11 .btn-primary {
  background-size: cover;
}

.is-ie11 .btn-close:hover, .is-ie11 .btn-primary:hover {
  background-size: cover !important;
}

.btn-simple {
  background: none;
  border: none;
  color: #041418;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  letter-spacing: 0.25rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

.btn-simple:before {
  border-bottom: 5px solid #cda279;
  content: "";
  bottom: -9px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
  height: 9px;
}

.btn-simple.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body:not(.is-touch) .btn-simple:hover:before {
  width: 100%;
  height: 5px;
}

.btn-simple--centered:before {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.is-touch) .btn-simple--centered:hover:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: 5px;
}

.btn-close {
  background-size: cover;
  max-height: 52px;
  padding: 0;
  position: fixed;
  z-index: 4;
  width: 52px;
  height: 52px;
}

.btn-close svg {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.btn-close svg path {
  fill: #041418;
}

body:not(.is-touch) .btn-close:hover {
  background-size: cover;
}

body:not(.is-touch) .btn-close:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

.UpdatesDetail .wysiwygContent-social a {
  display: inline-block;
  margin: 0 10px;
  height: 68px;
  width: 68px;
}

.UpdatesDetail .wysiwygContent-social a.a-icon-twitter {
  background: #1da1f2;
  color: #fff;
}

.UpdatesDetail .wysiwygContent-social a.a-icon-twitter:hover {
  background: #4db5f5;
}

.UpdatesDetail .wysiwygContent-social a.a-icon-facebook {
  background: #3b5998;
  color: #fff;
}

.UpdatesDetail .wysiwygContent-social a.a-icon-facebook:hover {
  background: #4c70ba;
}

.UpdatesDetail .wysiwygContent-social a.a-icon-google {
  background: #db4437;
  color: #fff;
}

.UpdatesDetail .wysiwygContent-social a.a-icon-google:hover {
  background: #e36c62;
}

.UpdatesDetail .wysiwygContent-social a.a-icon-reddit {
  background: #ff5700;
  color: #fff;
}

.UpdatesDetail .wysiwygContent-social a.a-icon-reddit:hover {
  background: #ff7933;
}

.UpdatesDetail .wysiwygContent-social a.a-icon-linkedin {
  background: #0077b5;
  color: #fff;
}

.UpdatesDetail .wysiwygContent-social a.a-icon-linkedin:hover {
  background: #0099e8;
}

.UpdatesDetail .wysiwygContent-social a .icon {
  width: 100%;
  margin: auto;
  margin-top: 33%;
}

@media only screen and (max-width: 768px) {
  .UpdatesDetail .wysiwygContent-social a {
    height: 56px;
    width: 56px;
  }

  .UpdatesDetail .wysiwygContent-social a .icon {
    margin-top: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .UpdatesDetail .wysiwygContent-social a {
    height: 42px;
    width: 42px;
  }

  .UpdatesDetail .wysiwygContent-social a .icon {
    margin-top: 25%;
  }
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

@font-face {
  font-family: UbisoftSans-Regular;
  src: url(../font/UbisoftSans-Regular.otf);
  src: url(../font/UbisoftSans-Regular.woff);
  src: url(../font/UbisoftSans-Regular.woff2);
}
@font-face {
  font-family: UbisoftSans-Bold;
  src: url(../font/UbisoftSans-Bold.otf);
  src: url(../font/UbisoftSans-Bold.woff);
  src: url(../font/UbisoftSans-Bold.woff2);
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-close, .btn-primary, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-close, .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: auto 100%;
  border: none;
  color: #041418;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  max-height: 35px;
  padding: 8px 50px;
  position: relative;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-close:before, .btn-primary:before {
  border-width: 2px;
  border-style: solid;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: #041418;
  -webkit-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

body:not(.is-touch) .btn-close:hover, body:not(.is-touch) .btn-primary:hover {
  background: #999;
  background-size: auto 100%;
}

body:not(.is-touch) .btn-close:hover:before, body:not(.is-touch) .btn-primary:hover:before {
  -webkit-transform: scaleX(0.98) scaleY(0.89);
  -ms-transform: scaleX(0.98) scaleY(0.89);
  transform: scaleX(0.98) scaleY(0.89);
}

body:not(.is-touch) .btn-close:hover:after, body:not(.is-touch) .btn-primary:hover:after {
  clip: rect(0, 250px, 39px, 0);
}

.is-ie11 .btn-close, .is-ie11 .btn-primary {
  background-size: cover;
}

.is-ie11 .btn-close:hover, .is-ie11 .btn-primary:hover {
  background-size: cover !important;
}

.btn-simple {
  background: none;
  border: none;
  color: #041418;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  letter-spacing: 0.25rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

.btn-simple:before {
  border-bottom: 5px solid #cda279;
  content: "";
  bottom: -9px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
  height: 9px;
}

.btn-simple.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body:not(.is-touch) .btn-simple:hover:before {
  width: 100%;
  height: 5px;
}

.btn-simple--centered:before {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.is-touch) .btn-simple--centered:hover:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: 5px;
}

.btn-close {
  background-size: cover;
  max-height: 52px;
  padding: 0;
  position: fixed;
  z-index: 4;
  width: 52px;
  height: 52px;
}

.btn-close svg {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.btn-close svg path {
  fill: #041418;
}

body:not(.is-touch) .btn-close:hover {
  background-size: cover;
}

body:not(.is-touch) .btn-close:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

.LanguageSelector {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 5px 20px 5px 35px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.05px;
  letter-spacing: 0.05rem;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}

.LanguageSelector::-ms-expand {
  display: none;
}

.is-windows .LanguageSelector option {
  background: #000;
}

.language-selector-wrapper {
  background: #282828;
  border: none;
  border-radius: 0;
  color: #fff;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.05px;
  letter-spacing: 0.05rem;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.language-selector-wrapper img {
  position: absolute;
  top: 9px;
  left: 11px;
  pointer-events: none;
}

.language-selector-wrapper:before {
  background: url(../img/ac_language-arrow_ncsa.png) 0 0 no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 8px;
  vertical-align: middle;
  pointer-events: none;
  width: 9px;
  height: 4px;
}

@font-face {
  font-family: UbisoftSans-Regular;
  src: url(../font/UbisoftSans-Regular.otf);
  src: url(../font/UbisoftSans-Regular.woff);
  src: url(../font/UbisoftSans-Regular.woff2);
}
@font-face {
  font-family: UbisoftSans-Bold;
  src: url(../font/UbisoftSans-Bold.otf);
  src: url(../font/UbisoftSans-Bold.woff);
  src: url(../font/UbisoftSans-Bold.woff2);
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-close, .btn-primary, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-close, .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: auto 100%;
  border: none;
  color: #041418;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  max-height: 35px;
  padding: 8px 50px;
  position: relative;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-close:before, .btn-primary:before {
  border-width: 2px;
  border-style: solid;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: #041418;
  -webkit-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

body:not(.is-touch) .btn-close:hover, body:not(.is-touch) .btn-primary:hover {
  background: #999;
  background-size: auto 100%;
}

body:not(.is-touch) .btn-close:hover:before, body:not(.is-touch) .btn-primary:hover:before {
  -webkit-transform: scaleX(0.98) scaleY(0.89);
  -ms-transform: scaleX(0.98) scaleY(0.89);
  transform: scaleX(0.98) scaleY(0.89);
}

body:not(.is-touch) .btn-close:hover:after, body:not(.is-touch) .btn-primary:hover:after {
  clip: rect(0, 250px, 39px, 0);
}

.is-ie11 .btn-close, .is-ie11 .btn-primary {
  background-size: cover;
}

.is-ie11 .btn-close:hover, .is-ie11 .btn-primary:hover {
  background-size: cover !important;
}

.btn-simple {
  background: none;
  border: none;
  color: #041418;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  letter-spacing: 0.25rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

.btn-simple:before {
  border-bottom: 5px solid #cda279;
  content: "";
  bottom: -9px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
  height: 9px;
}

.btn-simple.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body:not(.is-touch) .btn-simple:hover:before {
  width: 100%;
  height: 5px;
}

.btn-simple--centered:before {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.is-touch) .btn-simple--centered:hover:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: 5px;
}

.btn-close {
  background-size: cover;
  max-height: 52px;
  padding: 0;
  position: fixed;
  z-index: 4;
  width: 52px;
  height: 52px;
}

.btn-close svg {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.btn-close svg path {
  fill: #041418;
}

body:not(.is-touch) .btn-close:hover {
  background-size: cover;
}

body:not(.is-touch) .btn-close:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

.globalFooter {
  background: #1d1e22;
  color: #888787;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.globalFooter, .globalFooter-socialfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.globalFooter-socialfooter {
  background-color: #000;
  height: 60px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.globalFooter-socialfooter p {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-left: 5%;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 1024px) {
  .globalFooter-socialfooter p {
    display: none;
  }
}
.globalFooter-socialfooter .globalFooter-social {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.globalFooter-socialfooter .globalFooter-social a:not(:last-child) {
  margin-right: 20px;
}

.globalFooter-socialfooter .globalFooter-social a img {
  width: 32px;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .globalFooter-socialfooter .globalFooter-social {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.globalFooter-main {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.globalFooter-main .globalFooter-promo {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2.5%;
}

.globalFooter-main .globalFooter-promo a {
  margin-top: 30px;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  color: #888787;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.globalFooter-main .globalFooter-left, .globalFooter-main .globalFooter-right {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
}

.globalFooter-main .globalFooter-left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.globalFooter-main .globalFooter-middle {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.globalFooter-main .globalFooter-right {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.globalFooter-main .globalFooter-copyright {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.globalFooter-main .globalFooter-left .globalFooter-logo {
  padding: 5px 0;
}

.globalFooter-main .globalFooter-left .globalFooter-logo .icon-ubisoft-logo {
  width: 108px;
  height: 35px;
}

.globalFooter-main .globalFooter-left .globalFooter-legal a {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0;
}

.globalFooter-main .globalFooter-middle {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.globalFooter-main .globalFooter-middle a {
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.globalFooter-main .globalFooter-middle a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1248px) {
  .globalFooter-main .globalFooter-middle a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
.globalFooter-main .globalFooter-copyright {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2.5%;
  margin-top: 14px;
  margin-bottom: 35px;
}

.globalFooter-main .globalFooter-copyright p {
  width: 40%;
  text-align: center;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 1024px) {
  .globalFooter-main .globalFooter-copyright p {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 14px;
    line-height: 0.875rem;
    letter-spacing: 0;
  }
}
.globalFooter-main a {
  text-decoration: none;
  color: #888787;
}

.globalFooter-main a:hover {
  color: #fff;
  cursor: pointer;
}

.globalFooter__esrb-link {
  right: 8%;
  bottom: 10%;
  position: absolute;
  cursor: pointer;
}

.globalFooter__esrb-link img {
  vertical-align: middle;
}

.globalFooter-left .globalFooter-legal--links a:first-child::after {
  content: "•";
  width: 20px;
  height: 20px;
  margin: 0 7px;
}

.globalFooter-left .globalFooter-legal--links a:nth-child(2):after, .globalFooter-left .globalFooter-legal--links a:nth-child(3):after, .globalFooter-left .globalFooter-legal--links a:nth-child(4):before {
  content: "\a";
  white-space: pre;
}

.globalFooter-middle .globalFooter-corporate--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.globalFooter-middle .globalFooter-corporate--links a:after {
  content: "\a";
  white-space: pre;
}

.globalFooter-right p {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .globalFooter-main .globalFooter-copyright, .globalFooter-main .globalFooter-left, .globalFooter-main .globalFooter-middle, .globalFooter-main .globalFooter-right {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .globalFooter-main .globalFooter-promo {
    display: none;
  }

  .globalFooter-main .globalFooter-left {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .globalFooter-main .globalFooter-middle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .globalFooter-main .globalFooter-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .globalFooter-main .globalFooter-middle {
    padding-bottom: 35px;
  }

  .globalFooter-main .globalFooter-middle .globalFooter-corporate--links {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .globalFooter-main .globalFooter-middle .globalFooter-corporate--links a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 0;
  }

  .globalFooter-main .globalFooter-left {
    padding: 15px 0;
    text-align: center;
  }

  .globalFooter-main .globalFooter-left .globalFooter-logo .icon-ubisoft-logo {
    width: 160px;
    height: 100%;
  }

  .globalFooter-main .globalFooter-left .globalFooter-legal a {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 13px;
    line-height: 0.8125rem;
    letter-spacing: 0;
  }

  .globalFooter-main .globalFooter-left .globalFooter-legal a:after, .globalFooter-main .globalFooter-left .globalFooter-legal a:before {
    content: none;
  }

  .globalFooter-main .globalFooter-left .globalFooter-legal a:nth-child(-n+3):after {
    content: "•";
    width: 20px;
    height: 20px;
    margin: 0 7px;
  }

  .globalFooter-main .globalFooter-right {
    padding: 35px 0;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .globalFooter-main .globalFooter-copyright p {
    width: 75%;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 13px;
    line-height: 0.8125rem;
    letter-spacing: 0;
  }

  .globalFooter__esrb-link {
    right: 8%;
    bottom: 10%;
    position: absolute;
    cursor: pointer;
  }

  .globalFooter__esrb-link img {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .globalFooter__esrb-link {
    margin: 0 auto 15px;
    bottom: auto;
    right: auto;
    position: relative;
  }
}
.Modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 35, 31, 0.6);
  top: 0;
  left: 0;
  z-index: 2000;
  -webkit-animation: modal-in 0.3s ease 1;
  animation: modal-in 0.3s ease 1;
  overflow: auto;
  display: none;
}

.Modal .btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.Modal-header {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  z-index: 100;
  height: 50px;
}

.Modal-body, .Modal-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.Modal-body {
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  z-index: 50;
}

.Modal-body iframe, .Modal-body img, .Modal-body video {
  max-height: 56vw;
  max-width: 100%;
}

.Modal.is-showing {
  display: block;
}

.Modal .container {
  width: 100%;
}

.Modal h2 {
  width: 96%;
  margin: 0 auto;
}

@font-face {
  font-family: UbisoftSans-Regular;
  src: url(../font/UbisoftSans-Regular.otf);
  src: url(../font/UbisoftSans-Regular.woff);
  src: url(../font/UbisoftSans-Regular.woff2);
}
@font-face {
  font-family: UbisoftSans-Bold;
  src: url(../font/UbisoftSans-Bold.otf);
  src: url(../font/UbisoftSans-Bold.woff);
  src: url(../font/UbisoftSans-Bold.woff2);
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-close, .btn-primary, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-close, .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: auto 100%;
  border: none;
  color: #041418;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  max-height: 35px;
  padding: 8px 50px;
  position: relative;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-close:before, .btn-primary:before {
  border-width: 2px;
  border-style: solid;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: #041418;
  -webkit-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

body:not(.is-touch) .btn-close:hover, body:not(.is-touch) .btn-primary:hover {
  background: #999;
  background-size: auto 100%;
}

body:not(.is-touch) .btn-close:hover:before, body:not(.is-touch) .btn-primary:hover:before {
  -webkit-transform: scaleX(0.98) scaleY(0.89);
  -ms-transform: scaleX(0.98) scaleY(0.89);
  transform: scaleX(0.98) scaleY(0.89);
}

body:not(.is-touch) .btn-close:hover:after, body:not(.is-touch) .btn-primary:hover:after {
  clip: rect(0, 250px, 39px, 0);
}

.is-ie11 .btn-close, .is-ie11 .btn-primary {
  background-size: cover;
}

.is-ie11 .btn-close:hover, .is-ie11 .btn-primary:hover {
  background-size: cover !important;
}

.btn-simple {
  background: none;
  border: none;
  color: #041418;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  letter-spacing: 0.25rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

.btn-simple:before {
  border-bottom: 5px solid #cda279;
  content: "";
  bottom: -9px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
  height: 9px;
}

.btn-simple.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body:not(.is-touch) .btn-simple:hover:before {
  width: 100%;
  height: 5px;
}

.btn-simple--centered:before {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.is-touch) .btn-simple--centered:hover:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: 5px;
}

.btn-close {
  background-size: cover;
  max-height: 52px;
  padding: 0;
  position: fixed;
  z-index: 4;
  width: 52px;
  height: 52px;
}

.btn-close svg {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.btn-close svg path {
  fill: #041418;
}

body:not(.is-touch) .btn-close:hover {
  background-size: cover;
}

body:not(.is-touch) .btn-close:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

.NotFound {
  background: #eaeaea;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 100px auto 0;
  min-height: 70vh;
  padding: 0 30px;
}

.NotFound, .NotFound--content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.NotFound--content {
  background: #f7f5f3;
  padding: 50px 0;
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 845px;
  position: relative;
  width: 100%;
}

.NotFound--content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 20px;
  pointer-events: none;
  z-index: 1;
  height: auto;
}

.NotFound--content:after {
  content: "";
  position: absolute;
  background: #fff;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.NotFound--content-boxes {
  position: absolute !important;
  top: 0;
  pointer-events: none;
}

.NotFound--content * {
  position: relative;
  z-index: 1;
}

.NotFound--content img {
  width: 120px;
  height: 120px;
}

.NotFound--content h1 {
  margin: 25px auto 5px;
  text-align: center;
  font-size: 82px;
  font-size: 5.125rem;
  line-height: 82px;
  line-height: 5.125rem;
  letter-spacing: -0.075px;
  letter-spacing: -0.075rem;
  font-weight: 300;
}

.NotFound--content h1, .NotFound--content h1 span {
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.NotFound--content h1 span {
  display: block;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -0.025px;
  letter-spacing: -0.025rem;
}

.NotFound--content p {
  text-align: center;
  max-width: 375px;
  padding: 20px 0 0;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.NotFound--content .btn {
  margin-top: 25px;
  background: #d3d3d3;
}

@media only screen and (max-width: 640px) {
  .NotFound {
    padding-top: 0;
  }

  .NotFound--content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 50px 0;
    padding: 50px 20px;
  }
}
@font-face {
  font-family: UbisoftSans-Regular;
  src: url(../font/UbisoftSans-Regular.otf);
  src: url(../font/UbisoftSans-Regular.woff);
  src: url(../font/UbisoftSans-Regular.woff2);
}
@font-face {
  font-family: UbisoftSans-Bold;
  src: url(../font/UbisoftSans-Bold.otf);
  src: url(../font/UbisoftSans-Bold.woff);
  src: url(../font/UbisoftSans-Bold.woff2);
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-close, .btn-primary, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-close, .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: auto 100%;
  border: none;
  color: #041418;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  max-height: 35px;
  padding: 8px 50px;
  position: relative;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-close:before, .btn-primary:before {
  border-width: 2px;
  border-style: solid;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: #041418;
  -webkit-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

body:not(.is-touch) .btn-close:hover, body:not(.is-touch) .btn-primary:hover {
  background: #999;
  background-size: auto 100%;
}

body:not(.is-touch) .btn-close:hover:before, body:not(.is-touch) .btn-primary:hover:before {
  -webkit-transform: scaleX(0.98) scaleY(0.89);
  -ms-transform: scaleX(0.98) scaleY(0.89);
  transform: scaleX(0.98) scaleY(0.89);
}

body:not(.is-touch) .btn-close:hover:after, body:not(.is-touch) .btn-primary:hover:after {
  clip: rect(0, 250px, 39px, 0);
}

.is-ie11 .btn-close, .is-ie11 .btn-primary {
  background-size: cover;
}

.is-ie11 .btn-close:hover, .is-ie11 .btn-primary:hover {
  background-size: cover !important;
}

.btn-simple {
  background: none;
  border: none;
  color: #041418;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  letter-spacing: 0.25rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

.btn-simple:before {
  border-bottom: 5px solid #cda279;
  content: "";
  bottom: -9px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
  height: 9px;
}

.btn-simple.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body:not(.is-touch) .btn-simple:hover:before {
  width: 100%;
  height: 5px;
}

.btn-simple--centered:before {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.is-touch) .btn-simple--centered:hover:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: 5px;
}

.btn-close {
  background-size: cover;
  max-height: 52px;
  padding: 0;
  position: fixed;
  z-index: 4;
  width: 52px;
  height: 52px;
}

.btn-close svg {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.btn-close svg path {
  fill: #041418;
}

body:not(.is-touch) .btn-close:hover {
  background-size: cover;
}

body:not(.is-touch) .btn-close:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

.u-clear {
  clear: both;
}

.u-pullLeft {
  float: left;
}

.u-pullRight {
  float: right;
}

.u-clearfix:after, .u-clearfix:before {
  content: "";
  display: block;
  overflow: hidden;
}

.u-clearfix:after {
  clear: both;
}

.u-clearfix {
  zoom: 1;
}

.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.updatesHighlight-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 96%;
}

.updatesHighlight-content {
  padding-right: 40px;
}

.updatesHighlight-media {
  line-height: 0;
  width: 100%;
  position: relative;
  min-height: 425px;
  -webkit-box-shadow: 0 4px 16px -5px rgba(50, 50, 93, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 16px -5px rgba(50, 50, 93, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  -o-transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  overflow: hidden;
}

.updatesHighlight-media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  transition: -webkit-transform 1.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  -o-transition: transform 1.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  transition: transform 1.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  transition: transform 1.8s cubic-bezier(0.33, 0.63, 0.65, 0.99), -webkit-transform 1.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}

.updatesHighlight-media img:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  transition: -webkit-transform 2.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  -webkit-transition: -webkit-transform 2.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  -o-transition: transform 2.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  transition: transform 2.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  transition: transform 2.8s cubic-bezier(0.33, 0.63, 0.65, 0.99), -webkit-transform 2.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
}

.updatesHighlight-media button {
  background: none;
  border: 0;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  outline: 0;
}

@media only screen and (max-width: 768px) {
  .updatesHighlight {
    display: none;
  }

  .updatesHighlight-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .updatesHighlight-content, .updatesHighlight-media {
    width: 100%;
  }

  .updatesHighlight-media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .updatesHighlight-content {
    padding-top: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li.mobile-currentPage {
  display: none;
}

.pagination > li > a, .pagination > li > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  min-width: 32px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

body:not(.is-touch) .pagination > li > a:focus, body:not(.is-touch) .pagination > li > a:hover, body:not(.is-touch) .pagination > li > span:focus, body:not(.is-touch) .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

body:not(.is-touch) .pagination > .active > a:hover, body:not(.is-touch) .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

body:not(.is-touch) .pagination > .disabled > a:focus, body:not(.is-touch) .pagination > .disabled > a:hover, body:not(.is-touch) .pagination > .disabled > span:focus, body:not(.is-touch) .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a, .pagination > .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

@media only screen and (max-width: 640px) {
  .pagination li {
    display: none;
  }

  .pagination li.mobile-currentPage, .pagination li.next, .pagination li.prev {
    display: inline-block;
  }
}
@font-face {
  font-family: UbisoftSans-Regular;
  src: url(../font/UbisoftSans-Regular.otf);
  src: url(../font/UbisoftSans-Regular.woff);
  src: url(../font/UbisoftSans-Regular.woff2);
}
@font-face {
  font-family: UbisoftSans-Bold;
  src: url(../font/UbisoftSans-Bold.otf);
  src: url(../font/UbisoftSans-Bold.woff);
  src: url(../font/UbisoftSans-Bold.woff2);
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-close, .btn-primary, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-close, .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: auto 100%;
  border: none;
  color: #041418;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  max-height: 35px;
  padding: 8px 50px;
  position: relative;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-close:before, .btn-primary:before {
  border-width: 2px;
  border-style: solid;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: #041418;
  -webkit-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

body:not(.is-touch) .btn-close:hover, body:not(.is-touch) .btn-primary:hover {
  background: #999;
  background-size: auto 100%;
}

body:not(.is-touch) .btn-close:hover:before, body:not(.is-touch) .btn-primary:hover:before {
  -webkit-transform: scaleX(0.98) scaleY(0.89);
  -ms-transform: scaleX(0.98) scaleY(0.89);
  transform: scaleX(0.98) scaleY(0.89);
}

body:not(.is-touch) .btn-close:hover:after, body:not(.is-touch) .btn-primary:hover:after {
  clip: rect(0, 250px, 39px, 0);
}

.is-ie11 .btn-close, .is-ie11 .btn-primary {
  background-size: cover;
}

.is-ie11 .btn-close:hover, .is-ie11 .btn-primary:hover {
  background-size: cover !important;
}

.btn-simple {
  background: none;
  border: none;
  color: #041418;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  letter-spacing: 0.25rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

.btn-simple:before {
  border-bottom: 5px solid #cda279;
  content: "";
  bottom: -9px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
  height: 9px;
}

.btn-simple.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body:not(.is-touch) .btn-simple:hover:before {
  width: 100%;
  height: 5px;
}

.btn-simple--centered:before {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.is-touch) .btn-simple--centered:hover:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: 5px;
}

.btn-close {
  background-size: cover;
  max-height: 52px;
  padding: 0;
  position: fixed;
  z-index: 4;
  width: 52px;
  height: 52px;
}

.btn-close svg {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.btn-close svg path {
  fill: #041418;
}

body:not(.is-touch) .btn-close:hover {
  background-size: cover;
}

body:not(.is-touch) .btn-close:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

.u-clear {
  clear: both;
}

.u-pullLeft {
  float: left;
}

.u-pullRight {
  float: right;
}

.u-clearfix:after, .u-clearfix:before {
  content: "";
  display: block;
  overflow: hidden;
}

.u-clearfix:after {
  clear: both;
}

.u-clearfix {
  zoom: 1;
}

.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.updatesFeed-container .empty-warning {
  color: #fff;
  text-align: center;
}

.updatesFeed-item img {
  max-width: 100%;
}

.updatesFeed-item-link {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px -5px rgba(50, 50, 93, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 16px -5px rgba(50, 50, 93, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  -o-transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.updatesFeed-item-content, .updatesFeed-item-image {
  width: 50%;
}

.updatesFeed-item-image {
  line-height: 0;
  padding-right: 20px;
}

.updatesFeed-item-content {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.updatesFeed-item-content h2 {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .updatesFeed-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .updatesFeed-item-content, .updatesFeed-item-image {
    padding: 0;
    width: 100%;
  }

  .updatesFeed-item-content {
    padding: 20px 0 0;
  }
}
@font-face {
  font-family: UbisoftSans-Regular;
  src: url(../font/UbisoftSans-Regular.otf);
  src: url(../font/UbisoftSans-Regular.woff);
  src: url(../font/UbisoftSans-Regular.woff2);
}
@font-face {
  font-family: UbisoftSans-Bold;
  src: url(../font/UbisoftSans-Bold.otf);
  src: url(../font/UbisoftSans-Bold.woff);
  src: url(../font/UbisoftSans-Bold.woff2);
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-close, .btn-primary, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-close, .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: auto 100%;
  border: none;
  color: #041418;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  max-height: 35px;
  padding: 8px 50px;
  position: relative;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-close:before, .btn-primary:before {
  border-width: 2px;
  border-style: solid;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: #041418;
  -webkit-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

body:not(.is-touch) .btn-close:hover, body:not(.is-touch) .btn-primary:hover {
  background: #999;
  background-size: auto 100%;
}

body:not(.is-touch) .btn-close:hover:before, body:not(.is-touch) .btn-primary:hover:before {
  -webkit-transform: scaleX(0.98) scaleY(0.89);
  -ms-transform: scaleX(0.98) scaleY(0.89);
  transform: scaleX(0.98) scaleY(0.89);
}

body:not(.is-touch) .btn-close:hover:after, body:not(.is-touch) .btn-primary:hover:after {
  clip: rect(0, 250px, 39px, 0);
}

.is-ie11 .btn-close, .is-ie11 .btn-primary {
  background-size: cover;
}

.is-ie11 .btn-close:hover, .is-ie11 .btn-primary:hover {
  background-size: cover !important;
}

.btn-simple {
  background: none;
  border: none;
  color: #041418;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  letter-spacing: 0.25rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

.btn-simple:before {
  border-bottom: 5px solid #cda279;
  content: "";
  bottom: -9px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
  height: 9px;
}

.btn-simple.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body:not(.is-touch) .btn-simple:hover:before {
  width: 100%;
  height: 5px;
}

.btn-simple--centered:before {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.is-touch) .btn-simple--centered:hover:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: 5px;
}

.btn-close {
  background-size: cover;
  max-height: 52px;
  padding: 0;
  position: fixed;
  z-index: 4;
  width: 52px;
  height: 52px;
}

.btn-close svg {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.btn-close svg path {
  fill: #041418;
}

body:not(.is-touch) .btn-close:hover {
  background-size: cover;
}

body:not(.is-touch) .btn-close:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

.u-clear {
  clear: both;
}

.u-pullLeft {
  float: left;
}

.u-pullRight {
  float: right;
}

.u-clearfix:after, .u-clearfix:before {
  content: "";
  display: block;
  overflow: hidden;
}

.u-clearfix:after {
  clear: both;
}

.u-clearfix {
  zoom: 1;
}

.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.latestVideos {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px -5px rgba(50, 50, 93, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 16px -5px rgba(50, 50, 93, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  -o-transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  overflow: hidden;
  min-height: 240px;
  text-decoration: none;
  color: #000;
}

.latestVideos-container a {
  display: block;
}

.latestVideos-item-image img {
  width: 100%;
}

.latestVideos .latestVideos-item-image {
  position: relative;
  cursor: pointer;
}

.latestVideos .latestVideos-item-image:before {
  background: url(../img/YT-PlayBtn-grey-100px.png) 50% 50% no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 10;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1248px) {
  .latestVideos .latestVideos-item-image:before {
    background: url(../img/YT-PlayBtn-grey-200px.png) 50% 50% no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .latestVideos .latestVideos-item-image:before {
    background: url(../img/YT-PlayBtn-grey-100px.png) 50% 50% no-repeat;
  }
}
.latestVideos .latestVideos-item-image:after {
  opacity: 0;
}

body:not(.is-touch) .latestVideos .latestVideos-item-image:hover:before {
  opacity: 1;
}

.latestVideos .latestVideos-item-image .btn--clean {
  cursor: pointer;
  background: transparent;
  border: none;
  margin: 0;
  top: 0;
  left: 0;
  line-height: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
}

.latestVideos .latestVideos-item-image .btn--clean .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  width: 100%;
}

.latestVideos .latestVideos-item-image .btn--clean .icon {
  display: none;
}

.trendingStories {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px -5px rgba(50, 50, 93, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 16px -5px rgba(50, 50, 93, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  -o-transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  overflow: hidden;
  min-height: 240px;
  text-decoration: none;
  color: #000;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  line-height: 0;
  width: 100%;
}

.media img {
  max-width: 100%;
  z-index: 1;
  width: 100%;
}

.media iframe, .media video {
  height: 100%;
  width: 100%;
  z-index: 1;
}

.media .scaled {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}

.media .scaled.tofill {
  background-size: cover;
}

.media .scaled.tofit {
  background-size: contain;
}

.media-close {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  z-index: 0;
}

@font-face {
  font-family: UbisoftSans-Regular;
  src: url(../font/UbisoftSans-Regular.otf);
  src: url(../font/UbisoftSans-Regular.woff);
  src: url(../font/UbisoftSans-Regular.woff2);
}
@font-face {
  font-family: UbisoftSans-Bold;
  src: url(../font/UbisoftSans-Bold.otf);
  src: url(../font/UbisoftSans-Bold.woff);
  src: url(../font/UbisoftSans-Bold.woff2);
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-close, .btn-primary, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-close, .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: auto 100%;
  border: none;
  color: #041418;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  max-height: 35px;
  padding: 8px 50px;
  position: relative;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-close:before, .btn-primary:before {
  border-width: 2px;
  border-style: solid;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: #041418;
  -webkit-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

body:not(.is-touch) .btn-close:hover, body:not(.is-touch) .btn-primary:hover {
  background: #999;
  background-size: auto 100%;
}

body:not(.is-touch) .btn-close:hover:before, body:not(.is-touch) .btn-primary:hover:before {
  -webkit-transform: scaleX(0.98) scaleY(0.89);
  -ms-transform: scaleX(0.98) scaleY(0.89);
  transform: scaleX(0.98) scaleY(0.89);
}

body:not(.is-touch) .btn-close:hover:after, body:not(.is-touch) .btn-primary:hover:after {
  clip: rect(0, 250px, 39px, 0);
}

.is-ie11 .btn-close, .is-ie11 .btn-primary {
  background-size: cover;
}

.is-ie11 .btn-close:hover, .is-ie11 .btn-primary:hover {
  background-size: cover !important;
}

.btn-simple {
  background: none;
  border: none;
  color: #041418;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  letter-spacing: 0.25rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

.btn-simple:before {
  border-bottom: 5px solid #cda279;
  content: "";
  bottom: -9px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
  height: 9px;
}

.btn-simple.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body:not(.is-touch) .btn-simple:hover:before {
  width: 100%;
  height: 5px;
}

.btn-simple--centered:before {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.is-touch) .btn-simple--centered:hover:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: 5px;
}

.btn-close {
  background-size: cover;
  max-height: 52px;
  padding: 0;
  position: fixed;
  z-index: 4;
  width: 52px;
  height: 52px;
}

.btn-close svg {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.btn-close svg path {
  fill: #041418;
}

body:not(.is-touch) .btn-close:hover {
  background-size: cover;
}

body:not(.is-touch) .btn-close:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

.AgeGate {
  background: #212121;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.AgeGate:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  bottom: 50px;
  border-style: solid;
  border-width: 10px;
  color: #fc7d40;
  z-index: 2;
  pointer-events: none;
}

.AgeGate:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.AgeGate-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50px;
  left: 50px;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
}

.AgeGate-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.AgeGate-content p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #041418;
  max-width: 640px;
  padding: 0 30px;
  text-align: center;
  z-index: 1;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 40px;
  line-height: 2.5rem;
  letter-spacing: 0;
}

.AgeGate-content p a {
  color: #cda279;
  text-decoration: none;
}

.AgeGate-content p.is-error {
  color: #b32e2e;
}

.AgeGate-close {
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.AgeGate .divider {
  color: #fc7d40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 33px 20px 25px;
  max-width: 635px;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  width: 100%;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
}

.AgeGate .divider span {
  position: relative;
}

.AgeGate .divider span:after, .AgeGate .divider span:before {
  background: #cda279;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 1000px;
  height: 1px;
}

.AgeGate .divider span:before {
  left: calc(100% + 20px);
}

.AgeGate .divider span:after {
  right: calc(100% + 20px);
}

.AgeGate-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
  position: relative;
  z-index: 2;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0;
  width: 845px;
  height: auto;
}

.AgeGate-form:before {
  top: 5px;
  left: -5px;
  right: 0;
  bottom: 5px;
  z-index: 1;
  width: calc(100% - 60px);
  height: auto;
}

.AgeGate-form:after, .AgeGate-form:before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.AgeGate-form:after {
  top: 10px;
  left: -10px;
  background: #d3d3d3;
  z-index: -1;
}

.AgeGate-form * {
  position: relative;
  z-index: 1;
}

.AgeGate-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
  max-width: 640px;
  width: 100%;
}

.AgeGate-form .in-select {
  padding: 5px;
  position: relative;
  width: calc(33.33% - 8px);
  height: calc(33.33% - 8px);
}

.AgeGate-form .in-select:before {
  content: "";
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0;
  border-color: #555 transparent transparent;
}

.AgeGate-form .in-select select {
  background: #fff;
  border: none;
  border-radius: 0;
  color: #041418;
  padding: 0 0 0 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: auto;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.04px;
  letter-spacing: 0.04rem;
}

.AgeGate-form .in-select select::-ms-expand {
  display: none;
}

.AgeGate-form .in-select:not(:last-child) {
  margin-right: 8px;
}

@media only screen and (max-width: 1024px) {
  .AgeGate-form {
    width: 700px;
  }
}
@media only screen and (max-width: 860px) {
  .AgeGate:before {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 3;
  }

  .AgeGate:after {
    display: none;
  }

  .AgeGate-close {
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .AgeGate-content {
    background: transparent;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }

  .AgeGate-content:before {
    display: none;
  }

  .AgeGate-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    height: 100%;
  }

  .AgeGate-form-boxes, .AgeGate-form:after, .AgeGate-form:before {
    display: none;
  }

  .AgeGate-form-group {
    max-width: 100%;
  }

  .AgeGate-form p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 0;
  }

  .AgeGate-form .in-select {
    padding: 4px;
  }
}
@font-face {
  font-family: UbisoftSans-Regular;
  src: url(../font/UbisoftSans-Regular.otf);
  src: url(../font/UbisoftSans-Regular.woff);
  src: url(../font/UbisoftSans-Regular.woff2);
}
@font-face {
  font-family: UbisoftSans-Bold;
  src: url(../font/UbisoftSans-Bold.otf);
  src: url(../font/UbisoftSans-Bold.woff);
  src: url(../font/UbisoftSans-Bold.woff2);
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-close, .btn-primary, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-close, .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: auto 100%;
  border: none;
  color: #041418;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  max-height: 35px;
  padding: 8px 50px;
  position: relative;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-close:before, .btn-primary:before {
  border-width: 2px;
  border-style: solid;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: #041418;
  -webkit-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

body:not(.is-touch) .btn-close:hover, body:not(.is-touch) .btn-primary:hover {
  background: #999;
  background-size: auto 100%;
}

body:not(.is-touch) .btn-close:hover:before, body:not(.is-touch) .btn-primary:hover:before {
  -webkit-transform: scaleX(0.98) scaleY(0.89);
  -ms-transform: scaleX(0.98) scaleY(0.89);
  transform: scaleX(0.98) scaleY(0.89);
}

body:not(.is-touch) .btn-close:hover:after, body:not(.is-touch) .btn-primary:hover:after {
  clip: rect(0, 250px, 39px, 0);
}

.is-ie11 .btn-close, .is-ie11 .btn-primary {
  background-size: cover;
}

.is-ie11 .btn-close:hover, .is-ie11 .btn-primary:hover {
  background-size: cover !important;
}

.btn-simple {
  background: none;
  border: none;
  color: #041418;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  letter-spacing: 0.25rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

.btn-simple:before {
  border-bottom: 5px solid #cda279;
  content: "";
  bottom: -9px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
  height: 9px;
}

.btn-simple.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body:not(.is-touch) .btn-simple:hover:before {
  width: 100%;
  height: 5px;
}

.btn-simple--centered:before {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.is-touch) .btn-simple--centered:hover:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: 5px;
}

.btn-close {
  background-size: cover;
  max-height: 52px;
  padding: 0;
  position: fixed;
  z-index: 4;
  width: 52px;
  height: 52px;
}

.btn-close svg {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.btn-close svg path {
  fill: #041418;
}

body:not(.is-touch) .btn-close:hover {
  background-size: cover;
}

body:not(.is-touch) .btn-close:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

.Updates .updatesContainer .updatesHighlight-content h2:after {
  content: "";
  display: block;
  position: absolute;
}

.Updates {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eaeaea;
}

.Updates .updatesContainer {
  padding-top: 45px;
}

.Updates .updatesContainer .updatesHighlight {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: -20px;
  padding: 90px 0 50px;
}

.Updates .updatesContainer .updatesHighlight-container {
  margin: 0 auto;
  max-width: 100%;
}

.Updates .updatesContainer .updatesHighlight-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f5f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0;
  width: 100%;
  height: auto;
}

.Updates .updatesContainer .updatesHighlight-wrap a {
  width: 100%;
}

.Updates .updatesContainer .updatesHighlight-wrap a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 202px;
  background: -webkit-gradient(linear, left bottom, left top, from(#363636), to(transparent));
  background: -webkit-linear-gradient(bottom, #363636, transparent);
  background: -o-linear-gradient(bottom, #363636, transparent);
  background: linear-gradient(0deg, #363636, transparent);
  pointer-events: none;
  opacity: 1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.Updates .updatesContainer .updatesHighlight-wrap p {
  margin: 0;
  max-width: 525px;
}

.Updates .updatesContainer .updatesHighlight-wrapTitle {
  display: none;
}

.Updates .updatesContainer .updatesHighlight-wrap-boxes {
  background: url(../img/ac_box-ornament_ncsa.png) 0 0 no-repeat, url(../img/ac_box-ornament_ncsa.png) 100% 0 no-repeat, url(../img/ac_box-ornament_ncsa.png) 0 100% no-repeat, url(../img/ac_box-ornament_ncsa.png) 100% 100% no-repeat;
  position: absolute;
  top: 0;
  left: -10px;
  pointer-events: none;
  width: calc(100% + 20px);
  height: 100%;
}

.Updates .updatesContainer .updatesHighlight-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  display: block;
  z-index: 1;
}

.Updates .updatesContainer .updatesHighlight-content span {
  color: #fff;
  line-height: 1;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
}

.Updates .updatesContainer .updatesHighlight-content h2 {
  margin-top: 0;
  margin: 0 0 8px;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  font-family: UbisoftSans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.Updates .updatesContainer .updatesHighlight-content h2:after {
  background: #cda178;
  display: none;
  top: calc(100% + 10px);
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.Updates .updatesContainer .updatesHighlight-content p {
  margin-bottom: 20px;
}

.Updates .updatesContainer .updatesHighlight-content a {
  text-decoration: none;
}

.wysiwygContent h1, .wysiwygContent h2, .wysiwygContent h3, .wysiwygContent h4, .wysiwygContent h5, .wysiwygContent h6 {
  margin-top: 30px;
}

.wysiwygContent h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}

.wysiwygContent h1, .wysiwygContent h2 {
  letter-spacing: 0.02px;
  letter-spacing: 0.02rem;
}

.wysiwygContent h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.wysiwygContent h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.wysiwygContent h3, .wysiwygContent h4 {
  letter-spacing: 0.02px;
  letter-spacing: 0.02rem;
}

.wysiwygContent h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.wysiwygContent h5 {
  line-height: 24px;
  line-height: 1.5rem;
}

.wysiwygContent h5, .wysiwygContent h6 {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02px;
  letter-spacing: 0.02rem;
}

.wysiwygContent h6 {
  line-height: 22px;
  line-height: 1.375rem;
}

.wysiwygContent ol, .wysiwygContent p, .wysiwygContent ul {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0.02px;
  letter-spacing: 0.02rem;
}

.wysiwygContent em {
  font-style: italic;
}

.wysiwygContent ul {
  list-style-type: disc;
}

.wysiwygContent ol {
  list-style-type: decimal;
}

.wysiwygContent blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.wysiwygContent img {
  max-width: 100%;
  height: auto;
}

.wysiwygContent .right-align {
  direction: rtl;
}

.wysiwygContent .left-align {
  direction: ltr;
}

.wysiwygContent iframe {
  max-width: 100%;
}

@font-face {
  font-family: UbisoftSans-Regular;
  src: url(../font/UbisoftSans-Regular.otf);
  src: url(../font/UbisoftSans-Regular.woff);
  src: url(../font/UbisoftSans-Regular.woff2);
}
@font-face {
  font-family: UbisoftSans-Bold;
  src: url(../font/UbisoftSans-Bold.otf);
  src: url(../font/UbisoftSans-Bold.woff);
  src: url(../font/UbisoftSans-Bold.woff2);
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-close, .btn-primary, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-close, .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: auto 100%;
  border: none;
  color: #041418;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  max-height: 35px;
  padding: 8px 50px;
  position: relative;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-close:before, .btn-primary:before {
  border-width: 2px;
  border-style: solid;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: #041418;
  -webkit-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

body:not(.is-touch) .btn-close:hover, body:not(.is-touch) .btn-primary:hover {
  background: #999;
  background-size: auto 100%;
}

body:not(.is-touch) .btn-close:hover:before, body:not(.is-touch) .btn-primary:hover:before {
  -webkit-transform: scaleX(0.98) scaleY(0.89);
  -ms-transform: scaleX(0.98) scaleY(0.89);
  transform: scaleX(0.98) scaleY(0.89);
}

body:not(.is-touch) .btn-close:hover:after, body:not(.is-touch) .btn-primary:hover:after {
  clip: rect(0, 250px, 39px, 0);
}

.is-ie11 .btn-close, .is-ie11 .btn-primary {
  background-size: cover;
}

.is-ie11 .btn-close:hover, .is-ie11 .btn-primary:hover {
  background-size: cover !important;
}

.btn-simple {
  background: none;
  border: none;
  color: #041418;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  letter-spacing: 0.25rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

.btn-simple:before {
  border-bottom: 5px solid #cda279;
  content: "";
  bottom: -9px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
  height: 9px;
}

.btn-simple.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body:not(.is-touch) .btn-simple:hover:before {
  width: 100%;
  height: 5px;
}

.btn-simple--centered:before {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.is-touch) .btn-simple--centered:hover:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: 5px;
}

.btn-close {
  background-size: cover;
  max-height: 52px;
  padding: 0;
  position: fixed;
  z-index: 4;
  width: 52px;
  height: 52px;
}

.btn-close svg {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.btn-close svg path {
  fill: #041418;
}

body:not(.is-touch) .btn-close:hover {
  background-size: cover;
}

body:not(.is-touch) .btn-close:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

.UpdatesDetail {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 105px 0 90px;
  margin: 0 auto;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  width: 100%;
}

.UpdatesDetail-wrap {
  width: 100%;
}

.UpdatesDetail-post {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 1500px;
}

.UpdatesDetail-post, .UpdatesDetail .detailNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.UpdatesDetail .detailNav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100vh - 105px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 105px;
  right: 0;
  padding: 30px 50px 0 0;
}

.UpdatesDetail .detailNav .detailNav-back, .UpdatesDetail .detailNav .detailNav-next, .UpdatesDetail .detailNav .detailNav-prev {
  background-size: auto 100%;
  max-height: 52px;
  padding: 0;
  width: 52px;
  height: 52px;
}

.UpdatesDetail .detailNav .detailNav-back svg, .UpdatesDetail .detailNav .detailNav-next svg, .UpdatesDetail .detailNav .detailNav-prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-size: 0.875rem;
}

body:not(.is-touch) .UpdatesDetail .detailNav .detailNav-back:hover:before, body:not(.is-touch) .UpdatesDetail .detailNav .detailNav-next:hover:before, body:not(.is-touch) .UpdatesDetail .detailNav .detailNav-prev:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

.UpdatesDetail .detailNav .detailNav-back svg {
  font-size: 18px;
  font-size: 1.125rem;
}

.UpdatesDetail .detailNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
}

.UpdatesDetail .detailNav ul li {
  padding: 5px 0;
}

.UpdatesDetail .detailNav .detailNav-name {
  display: none;
}

.UpdatesDetail .detailNav .detailNav-indicator {
  display: none;
  line-height: 52px;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.UpdatesDetail .detailNav .detailNav--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.UpdatesDetail .wysiwygContent {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 30px;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
}

.UpdatesDetail .wysiwygContent h1, .UpdatesDetail .wysiwygContent h2, .UpdatesDetail .wysiwygContent h3, .UpdatesDetail .wysiwygContent h4, .UpdatesDetail .wysiwygContent h5, .UpdatesDetail .wysiwygContent h6 {
  margin-top: 30px;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.UpdatesDetail .wysiwygContent blockquote {
  background: #eaeaea;
  color: #212121;
}

.UpdatesDetail .wysiwygContent blockquote p {
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.UpdatesDetail .wysiwygContent a, .UpdatesDetail .wysiwygContent em, .UpdatesDetail .wysiwygContent p, .UpdatesDetail .wysiwygContent span {
  color: #212121;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 33px;
  line-height: 2.0625rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 1024px) {
  .UpdatesDetail .wysiwygContent a, .UpdatesDetail .wysiwygContent em, .UpdatesDetail .wysiwygContent p, .UpdatesDetail .wysiwygContent span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.5625rem;
    letter-spacing: 0;
  }
}
.UpdatesDetail .wysiwygContent strong {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.UpdatesDetail .wysiwygContent a {
  color: #fc7d40;
  text-decoration: underline;
}

.UpdatesDetail .wysiwygContent ul {
  list-style: square;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26.5px;
  line-height: 1.65625rem;
  letter-spacing: 0;
}

.UpdatesDetail .wysiwygContent img {
  padding: 30px 0;
}

.UpdatesDetail .wysiwygContent .image-wrapper, .UpdatesDetail .wysiwygContent .video-wrapper {
  margin: 30px -60px;
}

.UpdatesDetail .wysiwygContent .video-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: calc(56.25% + 120px);
}

.UpdatesDetail .wysiwygContent .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.UpdatesDetail .wysiwygContent .video-wrapper-thumbnail {
  position: relative;
}

.UpdatesDetail .wysiwygContent .video-wrapper-thumbnail:before {
  background: url(../img/YT-PlayBtn-grey-200px.png) 50% 50% no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 10;
  margin: auto;
  width: 200px;
  height: 200px;
}

@media only screen and (max-width: 768px) {
  .UpdatesDetail .wysiwygContent .video-wrapper-thumbnail:before {
    background: url(../img/YT-PlayBtn-grey-100px.png) 50% 50% no-repeat;
    width: 100px;
    height: 100px;
  }
}
.UpdatesDetail .wysiwygContent .video-wrapper-thumbnail:after {
  opacity: 0;
}

body:not(.is-touch) .UpdatesDetail .wysiwygContent .video-wrapper-thumbnail:hover:before {
  opacity: 1;
}

.UpdatesDetail .wysiwygContent-article .news_categories {
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1248px) {
  .UpdatesDetail .wysiwygContent-article .news_categories {
    max-width: 750px;
  }
}
@media only screen and (max-width: 1024px) {
  .UpdatesDetail .wysiwygContent-article .news_categories {
    max-width: 85%;
  }
}
@media only screen and (max-width: 640px) {
  .UpdatesDetail .wysiwygContent-article .news_categories {
    max-width: 90%;
  }
}
.UpdatesDetail .wysiwygContent-article .news_categories a:after {
  content: "/";
  color: #999;
  padding: 0 10px;
  font-size: 15px;
}

.UpdatesDetail .wysiwygContent-article .news_categories a:last-child:after {
  content: "";
}

.UpdatesDetail .wysiwygContent-article .news_categories a {
  color: #fc7d40;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-decoration: none;
}

.UpdatesDetail .wysiwygContent-article .news_title {
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  width: 100%;
  color: #212121;
  text-align: left;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 43px;
  line-height: 2.6875rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 1248px) {
  .UpdatesDetail .wysiwygContent-article .news_title {
    max-width: 750px;
  }
}
@media only screen and (max-width: 1024px) {
  .UpdatesDetail .wysiwygContent-article .news_title {
    max-width: 85%;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 640px) {
  .UpdatesDetail .wysiwygContent-article .news_title {
    max-width: 90%;
  }
}
.UpdatesDetail .wysiwygContent-article-heading {
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media only screen and (max-width: 1248px) {
  .UpdatesDetail .wysiwygContent-article-heading {
    max-width: 750px;
  }
}
@media only screen and (max-width: 1024px) {
  .UpdatesDetail .wysiwygContent-article-heading {
    max-width: 85%;
  }
}
@media only screen and (max-width: 640px) {
  .UpdatesDetail .wysiwygContent-article-heading {
    max-width: 90%;
  }
}
.UpdatesDetail .wysiwygContent-article-heading span {
  display: inline-block;
  text-align: left;
  color: #555;
  margin: 0 auto;
  position: relative;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.UpdatesDetail .wysiwygContent-article-heading span:before {
  background: #fc7d40;
  top: -20px;
  content: "";
  position: absolute;
  width: 180px;
  height: 1px;
}

.UpdatesDetail .wysiwygContent-article .video-wrapper-thumbnail, .UpdatesDetail .wysiwygContent-article h1, .UpdatesDetail .wysiwygContent-article h2, .UpdatesDetail .wysiwygContent-article h3, .UpdatesDetail .wysiwygContent-article h4, .UpdatesDetail .wysiwygContent-article p, .UpdatesDetail .wysiwygContent-article ul {
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1248px) {
  .UpdatesDetail .wysiwygContent-article .video-wrapper-thumbnail, .UpdatesDetail .wysiwygContent-article h1, .UpdatesDetail .wysiwygContent-article h2, .UpdatesDetail .wysiwygContent-article h3, .UpdatesDetail .wysiwygContent-article h4, .UpdatesDetail .wysiwygContent-article p, .UpdatesDetail .wysiwygContent-article ul {
    max-width: 750px;
  }
}
@media only screen and (max-width: 1024px) {
  .UpdatesDetail .wysiwygContent-article .video-wrapper-thumbnail, .UpdatesDetail .wysiwygContent-article h1, .UpdatesDetail .wysiwygContent-article h2, .UpdatesDetail .wysiwygContent-article h3, .UpdatesDetail .wysiwygContent-article h4, .UpdatesDetail .wysiwygContent-article p, .UpdatesDetail .wysiwygContent-article ul {
    max-width: 85%;
  }
}
@media only screen and (max-width: 640px) {
  .UpdatesDetail .wysiwygContent-article .video-wrapper-thumbnail, .UpdatesDetail .wysiwygContent-article h1, .UpdatesDetail .wysiwygContent-article h2, .UpdatesDetail .wysiwygContent-article h3, .UpdatesDetail .wysiwygContent-article h4, .UpdatesDetail .wysiwygContent-article p, .UpdatesDetail .wysiwygContent-article ul {
    max-width: 90%;
  }
}
.UpdatesDetail .wysiwygContent-article em, .UpdatesDetail .wysiwygContent-article p.caption {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.UpdatesDetail .wysiwygContent-article p.caption {
  margin-top: -45px;
  margin-bottom: 45px;
}

.UpdatesDetail .wysiwygContent-article p a[data-enlarge-tooltip="Click to Enlarge"] {
  text-decoration: none;
}

.UpdatesDetail .wysiwygContent-article p a[data-enlarge-tooltip="Click to Enlarge"] img {
  padding-bottom: 0;
}

.UpdatesDetail .wysiwygContent-article p a[data-enlarge-tooltip="Click to Enlarge"]:after {
  content: "Click to enlarge";
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0;
  color: #fc7d40;
  padding-bottom: 30px;
}

.UpdatesDetail .wysiwygContent-article div p {
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1248px) {
  .UpdatesDetail .wysiwygContent-article div p {
    max-width: 750px;
  }
}
@media only screen and (max-width: 1024px) {
  .UpdatesDetail .wysiwygContent-article div p {
    max-width: 85%;
  }
}
@media only screen and (max-width: 640px) {
  .UpdatesDetail .wysiwygContent-article div p {
    max-width: 90%;
  }
}
.UpdatesDetail .wysiwygContent-article div blockquote {
  width: 100%;
  padding: 2em 0;
}

.UpdatesDetail .wysiwygContent-article div blockquote p {
  max-width: 800px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 45px;
  line-height: 2.8125rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .UpdatesDetail .wysiwygContent-article div blockquote p {
    max-width: 85%;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38px;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
.UpdatesDetail .wysiwygContent-article img {
  width: 100%;
}

.UpdatesDetail .wysiwygContent-article div.news_esrbRatings:not(:last-child) p {
  margin-bottom: 0;
}

.UpdatesDetail .wysiwygContent-article div.news_esrbRatings:not(:first-child) p {
  margin-top: 0;
}

.UpdatesDetail .wysiwygContent-social {
  display: block;
  margin: 45px 0 20px;
  text-align: center;
}

.UpdatesDetail .wysiwygContent-social span.title {
  color: #999;
  display: block;
  margin-bottom: 10px;
  position: relative;
  text-transform: none;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
}

.UpdatesDetail .wysiwygContent-social a {
  color: #cda279;
}

.UpdatesDetail .wysiwygContent-social a svg {
  margin: 0 15px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
}

.UpdatesDetail .news_authorBio {
  border-top: 1px solid #fc7d40;
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1248px) {
  .UpdatesDetail .news_authorBio {
    max-width: 750px;
  }
}
@media only screen and (max-width: 1024px) {
  .UpdatesDetail .news_authorBio {
    max-width: 85%;
  }
}
@media only screen and (max-width: 640px) {
  .UpdatesDetail .news_authorBio {
    max-width: 90%;
  }
}
.UpdatesDetail .news_authorBio img {
  float: left;
  margin-right: 30px;
  vertical-align: middle;
  border: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.UpdatesDetail .news_authorBio h5 {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0;
}

.UpdatesDetail .news_authorBio p.news_authorBio_description, .UpdatesDetail .news_authorBio p.news_authorBio_description a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.UpdatesDetail .news_authorBio p.news_authorBio_description a {
  text-decoration: none;
  color: #337ab7;
}

@media only screen and (max-width: 1024px) {
  .UpdatesDetail .UpdatesDetail-wrap {
    background: #fff;
  }

  .UpdatesDetail .detailNav {
    background: #fff;
    position: static;
    height: auto;
    top: auto;
    padding: 0 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .UpdatesDetail .detailNav .detailNav-back, .UpdatesDetail .detailNav .detailNav-name {
    display: none;
  }

  .UpdatesDetail .detailNav .detailNav-indicator {
    display: block;
  }

  .UpdatesDetail .detailNav .detailNav-next, .UpdatesDetail .detailNav .detailNav-prev {
    padding: 0 20px;
    width: auto;
    height: 52px;
  }

  .UpdatesDetail .detailNav .detailNav-next svg, .UpdatesDetail .detailNav .detailNav-prev svg {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .UpdatesDetail .detailNav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .UpdatesDetail .detailNav ul li {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .UpdatesDetail .detailNav ul li:first-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .UpdatesDetail .detailNav ul li:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@font-face {
  font-family: UbisoftSans-Regular;
  src: url(../font/UbisoftSans-Regular.otf);
  src: url(../font/UbisoftSans-Regular.woff);
  src: url(../font/UbisoftSans-Regular.woff2);
}
@font-face {
  font-family: UbisoftSans-Bold;
  src: url(../font/UbisoftSans-Bold.otf);
  src: url(../font/UbisoftSans-Bold.woff);
  src: url(../font/UbisoftSans-Bold.woff2);
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-close, .btn-primary, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-close, .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: auto 100%;
  border: none;
  color: #041418;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  max-height: 35px;
  padding: 8px 50px;
  position: relative;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-close:before, .btn-primary:before {
  border-width: 2px;
  border-style: solid;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: #041418;
  -webkit-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

body:not(.is-touch) .btn-close:hover, body:not(.is-touch) .btn-primary:hover {
  background: #999;
  background-size: auto 100%;
}

body:not(.is-touch) .btn-close:hover:before, body:not(.is-touch) .btn-primary:hover:before {
  -webkit-transform: scaleX(0.98) scaleY(0.89);
  -ms-transform: scaleX(0.98) scaleY(0.89);
  transform: scaleX(0.98) scaleY(0.89);
}

body:not(.is-touch) .btn-close:hover:after, body:not(.is-touch) .btn-primary:hover:after {
  clip: rect(0, 250px, 39px, 0);
}

.is-ie11 .btn-close, .is-ie11 .btn-primary {
  background-size: cover;
}

.is-ie11 .btn-close:hover, .is-ie11 .btn-primary:hover {
  background-size: cover !important;
}

.btn-simple {
  background: none;
  border: none;
  color: #041418;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  letter-spacing: 0.25rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

.btn-simple:before {
  border-bottom: 5px solid #cda279;
  content: "";
  bottom: -9px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
  height: 9px;
}

.btn-simple.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body:not(.is-touch) .btn-simple:hover:before {
  width: 100%;
  height: 5px;
}

.btn-simple--centered:before {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.is-touch) .btn-simple--centered:hover:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: 5px;
}

.btn-close {
  background-size: cover;
  max-height: 52px;
  padding: 0;
  position: fixed;
  z-index: 4;
  width: 52px;
  height: 52px;
}

.btn-close svg {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.btn-close svg path {
  fill: #041418;
}

body:not(.is-touch) .btn-close:hover {
  background-size: cover;
}

body:not(.is-touch) .btn-close:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-hr-lines:after, .updatesContainer_content .updatesContainer_feed .updatesFeed-hr-lines:before, .updatesContainer_content .updatesContainer_feed .updatesFeed-hr:after, .updatesContainer_content .updatesContainer_feed .updatesFeed-hr:before {
  content: "";
  display: block;
  position: absolute;
}

.Categories.page {
  background-color: #eaeaea;
  background-repeat: no-repeat;
  padding-top: 105px !important;
  margin: 0 auto;
}

.Categories.page h1 {
  max-width: 1200px;
  margin: 7vh auto 9vh;
  color: #fff;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  word-wrap: normal;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 50px;
  line-height: 3.125rem;
  letter-spacing: 0;
}

.updatesFeed-filters {
  background-color: #f7f5f3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 20px;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.updatesFeed-filters-col {
  margin: 0 15px;
  width: 40%;
}

.updatesFeed-filters-select {
  padding: 4px;
  position: relative;
}

.updatesFeed-filters-select:before {
  content: "";
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0;
  border-color: #555 transparent transparent;
}

.updatesFeed-filters-select select {
  background: #fff;
  border: none;
  border-radius: 0;
  color: #041418;
  padding: 0 0 0 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: auto;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  line-height: 1.25rem;
}

.updatesFeed-filters-select select::-ms-expand {
  display: none;
}

.updatesFeed-filters-select select {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 34px;
  line-height: 2.125rem;
  letter-spacing: 0.04px;
  letter-spacing: 0.04rem;
}

.updatesFeed-filters-clear {
  padding: 0 15px;
  position: relative;
}

.updatesFeed-filters-clear .btn.btn-close, .updatesFeed-filters-clear .btn.btn-primary {
  padding: 0 !important;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-size: 1rem;
}

body:not(.is-touch) .updatesFeed-filters-clear .btn.btn-close:hover:before, body:not(.is-touch) .updatesFeed-filters-clear .btn.btn-primary:hover:before {
  -webkit-transform: scaleX(0.89) scaleY(0.89);
  -ms-transform: scaleX(0.89) scaleY(0.89);
  transform: scaleX(0.89) scaleY(0.89);
}

.updatesContainer_content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.updatesContainer_content .updatesContainer_feed {
  width: 66.66%;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-item-link {
  max-height: 240px;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-item-link:not(:first-child) {
  margin-top: 3%;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-item-image {
  height: 100%;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-item-image a, .updatesContainer_content .updatesContainer_feed .updatesFeed-item-image button {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  outline: none;
  width: 100%;
  position: relative;
  line-height: 0;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-item-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-item-image img:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: -webkit-transform 2.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  transition: -webkit-transform 2.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  -o-transition: transform 2.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  transition: transform 2.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  transition: transform 2.8s cubic-bezier(0.33, 0.63, 0.65, 0.99), -webkit-transform 2.8s cubic-bezier(0.33, 0.63, 0.65, 0.99);
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-item-content {
  padding: 18px 18px 0 0;
  overflow: hidden;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-item-content h2 {
  color: #000;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-item-content span {
  color: #000;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05px;
  letter-spacing: 0.05rem;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-item-content p {
  margin-bottom: 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-item-content .btn {
  color: #fff;
  line-height: 1;
  margin-top: 20px;
  padding: 0;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed .updatesFeed-hr.updatesFeed-filter-hr {
  display: none;
  margin: 0 0 20px;
  width: 100%;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed .updatesFeed-hr.updatesFeed-filter-hr .updatesFeed-hr-lines:after, .updatesContainer_content .updatesContainer_feed .updatesFeed .updatesFeed-hr.updatesFeed-filter-hr .updatesFeed-hr-lines:before {
  width: 50%;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed .updatesFeed-hr.updatesFeed-filter-hr .updatesFeed-hr-lines:before {
  left: -20px;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed .updatesFeed-hr.updatesFeed-filter-hr .updatesFeed-hr-lines:after {
  right: -20px;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed .updatesFeed-hr.updatesFeed-filter-hr:after, .updatesContainer_content .updatesContainer_feed .updatesFeed .updatesFeed-hr.updatesFeed-filter-hr:before {
  display: none;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-hr {
  display: block;
  margin: 0 20px;
  position: relative;
  width: calc(100% - 40px);
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-hr:after, .updatesContainer_content .updatesContainer_feed .updatesFeed-hr:before {
  background: #d0b78a;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 7px;
  height: 7px;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-hr:before {
  right: calc(100% + 10px);
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-hr:after {
  left: calc(100% + 10px);
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-hr-lines {
  text-align: center;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-hr-lines:after, .updatesContainer_content .updatesContainer_feed .updatesFeed-hr-lines:before {
  background: #d0b78a;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(50% - 20px);
  height: 1px;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-hr-lines:before {
  left: 0;
}

.updatesContainer_content .updatesContainer_feed .updatesFeed-hr-lines:after {
  right: 0;
}

.updatesContainer_content .updatesContainer_aside {
  width: 33.33%;
}

.updatesContainer_content .updatesContainer_aside h1 {
  color: #999;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0;
}

.updatesContainer_content .updatesContainer_aside .latestVideos {
  padding: 5%;
  background-color: #fff;
  color: #999;
}

.updatesContainer_content .updatesContainer_aside .latestVideos-container {
  padding-left: 5%;
  padding-right: 5%;
}

.updatesContainer_content .updatesContainer_aside .latestVideos-item {
  padding-bottom: 5%;
}

.updatesContainer_content .updatesContainer_aside .trendingStories {
  margin-top: 5%;
  padding: 5%;
  background-color: #fff;
  color: #999;
}

.updatesContainer_content .updatesContainer_aside .trendingStories-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  min-height: 90px;
}

.updatesContainer_content .updatesContainer_aside .trendingStories-item .trendingStories-item-image {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.updatesContainer_content .updatesContainer_aside .trendingStories-item .trendingStories-item-image img {
  width: 100%;
}

.updatesContainer_content .updatesContainer_aside .trendingStories-item .trendingStories-item-content {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.updatesContainer_content .updatesContainer_aside .trendingStories-item .trendingStories-item-content h2 {
  padding: 0 5%;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
  margin: 0;
}

.updatesContainer_content .updatesContainer_aside .trendingStories a {
  cursor: pointer;
  text-decoration: none;
  color: #212121;
}

.updatesContainer_content .pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 30px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.updatesContainer_content .pagination > li {
  padding: 0 7px;
  position: relative;
}

.updatesContainer_content .pagination > li.mobile-currentPage {
  color: #ccc;
  padding: 0 20px;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
}

.updatesContainer_content .pagination > li.active > a {
  color: #e46600;
}

.updatesContainer_content .pagination > li.active > a:after, body:not(.is-touch) .updatesContainer_content .pagination > li.active > a:hover:after {
  display: block;
  width: 75%;
}

.updatesContainer_content .pagination > li > a {
  background: none;
  border: 0;
  color: #ccc;
  cursor: pointer;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:not(.is-touch) .updatesContainer_content .pagination > li > a:hover {
  background: none;
  border: none;
  color: #e46600;
}

.updatesContainer_content .pagination > li.first.disabled > a, .updatesContainer_content .pagination > li.last.disabled > a, .updatesContainer_content .pagination > li.next.disabled > a, .updatesContainer_content .pagination > li.prev.disabled > a {
  cursor: not-allowed;
}

.updatesContainer_content .pagination > li.first.disabled > a svg, .updatesContainer_content .pagination > li.last.disabled > a svg, .updatesContainer_content .pagination > li.next.disabled > a svg, .updatesContainer_content .pagination > li.prev.disabled > a svg {
  fill: #ccc;
}

.updatesContainer_content .pagination > li.first > a, .updatesContainer_content .pagination > li.last > a, .updatesContainer_content .pagination > li.next > a, .updatesContainer_content .pagination > li.prev > a {
  padding: 0 !important;
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #eaeaea;
  border: 2px solid #fff;
  border-radius: 50%;
}

.updatesContainer_content .pagination > li.first > a svg, .updatesContainer_content .pagination > li.last > a svg, .updatesContainer_content .pagination > li.next > a svg, .updatesContainer_content .pagination > li.prev > a svg {
  fill: #fc7d40;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px;
}

body:not(.is-touch) .updatesContainer_content .pagination > li.first > a:hover, body:not(.is-touch) .updatesContainer_content .pagination > li.last > a:hover, body:not(.is-touch) .updatesContainer_content .pagination > li.next > a:hover, body:not(.is-touch) .updatesContainer_content .pagination > li.prev > a:hover {
  background-color: #ffa400;
}

body:not(.is-touch) .updatesContainer_content .pagination > li.first > a:hover svg, body:not(.is-touch) .updatesContainer_content .pagination > li.last > a:hover svg, body:not(.is-touch) .updatesContainer_content .pagination > li.next > a:hover svg, body:not(.is-touch) .updatesContainer_content .pagination > li.prev > a:hover svg {
  fill: #fff;
}

@media only screen and (max-width: 1200px) {
  .Categories.page h1, .updatesContainer_content, .updatesHighlight {
    max-width: 900px;
  }

  .updatesContainer_content .updatesContainer_feed .updatesFeed-container {
    width: 100%;
  }

  .updatesContainer_content .updatesContainer_aside, .updatesContainer_content .updatesContainer_feed {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .updatesContainer_content .updatesContainer_aside .trendingStories {
    margin-bottom: 20px;
  }

  .updatesContainer_content .updatesContainer_aside .trendingStories h1 {
    margin-bottom: 16px;
  }

  .updatesContainer_content .updatesContainer_aside .trendingStories .trendingStories-item-image {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .updatesContainer_content .updatesContainer_aside .trendingStories .trendingStories-item-content {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}
@media only screen and (max-width: 928px) {
  .Categories.page h1, .Updates .updatesContainer .updatesHighlight, .updatesContainer_content {
    max-width: 96%;
  }

  .updatesHighlight-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .updatesHighlight-content, .updatesHighlight-media {
    width: 100%;
  }

  .updatesHighlight-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px;
  }

  .updatesHighlight-media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .updatesContainer_content {
    margin-top: 60px;
    max-height: none;
  }

  .updatesContainer_content .updatesContainer_feed .updatesFeed {
    width: 100%;
  }

  .updatesContainer_content .updatesContainer_feed .updatesFeed-item-link {
    max-height: none;
  }

  .updatesContainer_content .updatesContainer_feed .updatesFeed-item-content, .updatesContainer_content .updatesContainer_feed .updatesFeed-item-image {
    width: 100%;
  }

  .updatesContainer_content .updatesContainer_feed .updatesFeed-item-content {
    margin-top: 0;
    padding: 20px;
  }

  .updatesContainer_content .updatesContainer_feed .updatesFeed-item-image img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .updatesFeed-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .updatesFeed-filters-col {
    margin: 0 0 20px;
    width: 100%;
  }

  .updatesFeed-filters-clear {
    display: none;
    margin-bottom: 25px;
  }

  .updatesFeed-hr {
    display: none;
  }

  .updatesFeed .updatesFeed-hr.updatesFeed-filter-hr {
    display: block;
  }

  .updatesFeed-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .updatesFeed-item:last-of-type {
    margin-bottom: 0;
  }

  .updatesFeed-item-content, .updatesFeed-item-image {
    width: 100%;
  }

  .updatesContainer_content .updatesContainer_aside .trendingStories {
    min-height: 100px;
  }

  .updatesContainer_content .updatesContainer_aside .trendingStories .trendingStories-item-image {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }

  .updatesContainer_content .updatesContainer_aside .trendingStories .trendingStories-item-content {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }
}
@font-face {
  font-family: UbisoftSans-Regular;
  src: url(../font/UbisoftSans-Regular.otf);
  src: url(../font/UbisoftSans-Regular.woff);
  src: url(../font/UbisoftSans-Regular.woff2);
}
@font-face {
  font-family: UbisoftSans-Bold;
  src: url(../font/UbisoftSans-Bold.otf);
  src: url(../font/UbisoftSans-Bold.woff);
  src: url(../font/UbisoftSans-Bold.woff2);
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-close, .btn-primary, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-close, .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: auto 100%;
  border: none;
  color: #041418;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  max-height: 35px;
  padding: 8px 50px;
  position: relative;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-close:before, .btn-primary:before {
  border-width: 2px;
  border-style: solid;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: #041418;
  -webkit-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

body:not(.is-touch) .btn-close:hover, body:not(.is-touch) .btn-primary:hover {
  background: #999;
  background-size: auto 100%;
}

body:not(.is-touch) .btn-close:hover:before, body:not(.is-touch) .btn-primary:hover:before {
  -webkit-transform: scaleX(0.98) scaleY(0.89);
  -ms-transform: scaleX(0.98) scaleY(0.89);
  transform: scaleX(0.98) scaleY(0.89);
}

body:not(.is-touch) .btn-close:hover:after, body:not(.is-touch) .btn-primary:hover:after {
  clip: rect(0, 250px, 39px, 0);
}

.is-ie11 .btn-close, .is-ie11 .btn-primary {
  background-size: cover;
}

.is-ie11 .btn-close:hover, .is-ie11 .btn-primary:hover {
  background-size: cover !important;
}

.btn-simple {
  background: none;
  border: none;
  color: #041418;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  letter-spacing: 0.25rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

.btn-simple:before {
  border-bottom: 5px solid #cda279;
  content: "";
  bottom: -9px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
  height: 9px;
}

.btn-simple.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body:not(.is-touch) .btn-simple:hover:before {
  width: 100%;
  height: 5px;
}

.btn-simple--centered:before {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.is-touch) .btn-simple--centered:hover:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: 5px;
}

.btn-close {
  background-size: cover;
  max-height: 52px;
  padding: 0;
  position: fixed;
  z-index: 4;
  width: 52px;
  height: 52px;
}

.btn-close svg {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.btn-close svg path {
  fill: #041418;
}

body:not(.is-touch) .btn-close:hover {
  background-size: cover;
}

body:not(.is-touch) .btn-close:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

body, html {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  overflow-x: hidden;
}

html[lang=ar-ae] {
  direction: rtl !important;
}

body {
  overflow-x: hidden;
}

.slide-exit {
  position: absolute;
  z-index: 10000;
  left: 105px;
  top: 0;
}

.global-transitionWrapper {
  left: 0;
  top: 0;
  width: 100%;
}

.global-transitionWrapper:after, .global-transitionWrapper:before {
  background: transparent;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 100000;
}

.global-transitionWrapper:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 101vw 102vh 0;
  border-color: transparent #fff transparent transparent;
  -webkit-transform: translateY(-102%);
  -ms-transform: translateY(-102%);
  transform: translateY(-102%);
}

.global-transitionWrapper:after {
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 101vh 0 0 102vw;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translateY(102%);
  -ms-transform: translateY(102%);
  transform: translateY(102%);
}

@media print {
  .global-transitionWrapper:after, .global-transitionWrapper:before {
    display: none;
  }
}
.slide-enter-active:after, .slide-enter-active:before {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

div.slide-enter-done:before {
  -webkit-transform: translateY(-102%);
  -ms-transform: translateY(-102%);
  transform: translateY(-102%);
}

div.slide-enter-done:after {
  -webkit-transform: translateY(102%);
  -ms-transform: translateY(102%);
  transform: translateY(102%);
}

@font-face {
  font-family: UbisoftSans-Regular;
  src: url(../font/UbisoftSans-Regular.otf);
  src: url(../font/UbisoftSans-Regular.woff);
  src: url(../font/UbisoftSans-Regular.woff2);
}
@font-face {
  font-family: UbisoftSans-Bold;
  src: url(../font/UbisoftSans-Bold.otf);
  src: url(../font/UbisoftSans-Bold.woff);
  src: url(../font/UbisoftSans-Bold.woff2);
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-close, .btn-primary, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-close, .btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: auto 100%;
  border: none;
  color: #041418;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  max-height: 35px;
  padding: 8px 50px;
  position: relative;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-close:before, .btn-primary:before {
  border-width: 2px;
  border-style: solid;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-color: #041418;
  -webkit-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

body:not(.is-touch) .btn-close:hover, body:not(.is-touch) .btn-primary:hover {
  background: #999;
  background-size: auto 100%;
}

body:not(.is-touch) .btn-close:hover:before, body:not(.is-touch) .btn-primary:hover:before {
  -webkit-transform: scaleX(0.98) scaleY(0.89);
  -ms-transform: scaleX(0.98) scaleY(0.89);
  transform: scaleX(0.98) scaleY(0.89);
}

body:not(.is-touch) .btn-close:hover:after, body:not(.is-touch) .btn-primary:hover:after {
  clip: rect(0, 250px, 39px, 0);
}

.is-ie11 .btn-close, .is-ie11 .btn-primary {
  background-size: cover;
}

.is-ie11 .btn-close:hover, .is-ie11 .btn-primary:hover {
  background-size: cover !important;
}

.btn-simple {
  background: none;
  border: none;
  color: #041418;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  letter-spacing: 0.25rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

.btn-simple:before {
  border-bottom: 5px solid #cda279;
  content: "";
  bottom: -9px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
  height: 9px;
}

.btn-simple.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body:not(.is-touch) .btn-simple:hover:before {
  width: 100%;
  height: 5px;
}

.btn-simple--centered:before {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.is-touch) .btn-simple--centered:hover:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: 5px;
}

.btn-close {
  background-size: cover;
  max-height: 52px;
  padding: 0;
  position: fixed;
  z-index: 4;
  width: 52px;
  height: 52px;
}

.btn-close svg {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.btn-close svg path {
  fill: #041418;
}

body:not(.is-touch) .btn-close:hover {
  background-size: cover;
}

body:not(.is-touch) .btn-close:hover:before {
  -webkit-transform: scaleX(0.93) scaleY(0.89);
  -ms-transform: scaleX(0.93) scaleY(0.89);
  transform: scaleX(0.93) scaleY(0.89);
}

.ubibarv2 ol, .ubibarv2 ul {
  list-style: none;
}

.ubibarv2 {
  width: 100%;
  height: 50px;
  background-color: #000;
  background-image: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.ubibarv2 a {
  text-decoration: none;
}

.ubibarv2 button {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.ubibarv2 #ubisoft-toolbar {
  width: 100%;
  height: 100%;
  border-right-width: 0;
  border-left-width: 0;
}

.ubibarv2 .ubibar-container {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 9999;
}

.ubibarv2 li.ubisoft-logo {
  position: relative;
}

.ubibarv2 li.ubisoft-logo > a, .ubibarv2 li.ubisoft-logo > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  width: 160px;
  font-size: 90px;
  position: relative;
  z-index: 1;
}

.ubibarv2 li.ubisoft-logo > a svg, .ubibarv2 li.ubisoft-logo > button svg {
  cursor: pointer;
  top: 6px;
  left: 0;
  position: absolute;
  width: 160px;
  height: 70%;
}

.ubibarv2 li.ubisoft-logo > a:active, .ubibarv2 li.ubisoft-logo > a:hover, .ubibarv2 li.ubisoft-logo > button:active, .ubibarv2 li.ubisoft-logo > button:hover {
  background-color: #555;
}

.ubibarv2 li.ubisoft-logo > ul {
  display: block;
  background: #141415;
  font-size: 14px;
  text-transform: uppercase;
  width: 200px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 3;
}

.ubibarv2 li.ubisoft-logo > ul li {
  width: 160px;
  border-bottom: 1px solid #333;
  height: 45px;
  margin: 0 !important;
}

.ubibarv2 li.ubisoft-logo > ul li a, .ubibarv2 li.ubisoft-logo > ul li button {
  color: rgba(255, 255, 255, 0.7) !important;
  margin: 0 !important;
  font-family: din-2014, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400;
  border-bottom: 0;
  line-height: normal !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 8px !important;
}

.ubibarv2 li.ubisoft-logo > ul li a:active, .ubibarv2 li.ubisoft-logo > ul li a:hover, .ubibarv2 li.ubisoft-logo > ul li button:active, .ubibarv2 li.ubisoft-logo > ul li button:hover {
  color: #fff;
}

.ubibarv2 li.item-uplay {
  position: absolute;
  right: 20px;
}

.ubibarv2 li #uplay-panel {
  height: 45px;
}

.ubibar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ubibar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}

.ubibar-container li {
  float: left;
}

.ubibar-container li .ubisoft-logo-container svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.ubibar-container li .ubisoft-logo-container img.is-reduced {
  display: none;
}

.ubibar-container li .ubisoft-logo-container:active, .ubibar-container li .ubisoft-logo-container:hover {
  background-color: #555;
}

.ubibar .mobile-only {
  display: none;
}

.ubibar-main {
  margin-right: 160px;
  width: 100%;
  height: 100%;
}

.ubibar-main, .ubibar-main nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ubibar-main nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ubibar-hamburger, .ubibar-hamburger--mobile, .ubibar-hamburgerContainer, .ubibar-main--mobile {
  display: none;
}

.ubibar-main .nav-item {
  color: #ccc;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 20px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 50px;
  line-height: 3.125rem;
  letter-spacing: 0.01px;
  letter-spacing: 0.01rem;
  font-family: UbisoftSans-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ubibar-main .nav-item.active, .ubibar-main .nav-item:focus, .ubibar-main .nav-item:hover {
  color: #fff;
}

.ubibar-container.mobile {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: block;
}

.ubibar-container.mobile .ubisoft-logo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 2.5px;
}

.ubibar-container.mobile .ubisoft-logo a.ubisoft-logo-container svg {
  display: none;
}

.ubibar-container.mobile .ubisoft-logo a.ubisoft-logo-container img.is-reduced {
  height: 35px;
  margin: auto;
  display: block;
}

.ubibar-container.mobile .ubibar-main {
  background: #1d1e22;
  display: block;
  left: 0;
  max-height: 0;
  margin: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.ubibar-container.mobile .ubibar-main nav {
  -webkit-box-align: start;
  -ms-flex-align: start;
  background: #1d1e22;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  white-space: normal;
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  -o-transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
  transition: all 0.25s cubic-bezier(0.33, 0.63, 0.65, 0.99);
}

.ubibar-container.mobile .ubibar-main.active {
  max-height: 10000px;
  pointer-events: all;
  z-index: 9999;
}

.ubibar-container.mobile .ubibar-main.active:before {
  opacity: 1;
}

.ubibar-container.mobile .ubibar-main.active nav {
  padding-bottom: 105px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.ubibar-container.mobile .ubibar-main.active .ubibar-main--mobile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1d1e22;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 20px;
  width: 100%;
  height: 60px;
}

.ubibar-container.mobile .ubibar-main.active .ubibar-main--mobile:before {
  background: #ddd;
  content: "";
  left: 20px;
  bottom: 0;
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
}

.ubibar-container.mobile .ubibar-item.nav-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  text-transform: none;
  border-bottom: 1px solid rgba(121, 139, 147, 0.5);
  color: #fff;
  margin: 0 auto;
  width: 85%;
  height: auto;
  font-family: UbisoftSans-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  letter-spacing: 0.01px;
  letter-spacing: 0.01rem;
}

@media only screen and (max-width: 640px) {
  .ubibar-container.mobile .ubibar-item.nav-item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 40px;
    line-height: 2.5rem;
    letter-spacing: 0.05px;
    letter-spacing: 0.05rem;
  }
}
.ubibar-container.mobile .ubibar-item.nav-item:after {
  display: none;
}

.ubibar-container.mobile .ubibar-item.nav-item.active {
  color: #fff;
}

.ubibar-container.mobile .ubibar-item.nav-item:hover {
  color: #fff;
  text-decoration: none;
  background: #494949;
}

.ubibar-container.mobile .ubibar-item.nav-item .has-arrow:before {
  display: none;
}

.ubibar-container.mobile .ubibar-hamburger--mobile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  color: #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: -0.05px;
  letter-spacing: -0.05rem;
}

.ubibar-container.mobile .ubibar-hamburger--mobile svg {
  font-size: 30px;
  cursor: pointer;
}

.ubibar-container.mobile .ubibar-hamburgerContainer {
  left: 30px;
  top: 22px;
  position: absolute;
  z-index: 1;
}

.ubibar-container.mobile .ubibar-hamburger, .ubibar-container.mobile .ubibar-hamburgerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.ubibar-container.mobile .ubibar-hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 14px;
}

.ubibar-container.mobile .ubibar-hamburger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ubibar-container.mobile .ubibar-hamburger:focus {
  outline: none;
}

.ubibar-container.mobile .ubibar-hamburger .bottom, .ubibar-container.mobile .ubibar-hamburger .middle, .ubibar-container.mobile .ubibar-hamburger .top {
  background: #ccc;
  position: absolute;
  width: 100%;
  height: 2px;
}

.ubibar-container.mobile .ubibar-hamburger .top {
  top: 0;
}

.ubibar-container.mobile .ubibar-hamburger .middle {
  top: 6px;
}

.ubibar-container.mobile .ubibar-hamburger .bottom {
  top: 12px;
}

.ubibar-container.mobile .ubibar-hamburger.ubibar-hamburger--mobile.active .bottom, .ubibar-container.mobile .ubibar-hamburger.ubibar-hamburger--mobile.active .middle, .ubibar-container.mobile .ubibar-hamburger.ubibar-hamburger--mobile.active .top {
  top: 6px;
}

.ubibar-container.mobile .ubibar-hamburger.ubibar-hamburger--mobile.active .top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ubibar-container.mobile .ubibar-hamburger.ubibar-hamburger--mobile.active .middle {
  display: none;
}

.ubibar-container.mobile .ubibar-hamburger.ubibar-hamburger--mobile.active .bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ubibar-container.mobile .ubibar-drawer {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  overflow: hidden;
  padding-right: 0;
  display: block;
  height: auto;
  width: 100%;
  overflow-y: scroll;
}

.ubibar-container.mobile .ubibar-drawer:before {
  display: none;
}

.ubibar-container.mobile .ubibar-drawer a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0;
  padding-left: 25px;
  width: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 640px) {
  .ubibar-container.mobile .ubibar-drawer a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
.ubibar-container.mobile .ubibar-drawer .mobile-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*# sourceMappingURL=main.css.map */
