:root {
  --jaune: #fbe216;
  --black-3: #1a1a1a;
  --black-2: #202020;
  --white: white;
  --black: black;
  --dark-turquoise: #50d6e2;
  --dark-slate-grey: #275f64;
  --crimson: #eb2262;
  --white-20: rgba(255, 255, 255, .2);
  --crimson-2: #eb224a;
  --dark-slate-blue: #273664;
  --brown: #b1213d;
  --midnight-blue: rgba(37, 47, 77, .8);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.body {
  background-color: #1a1a1a;
  overflow: hidden;
}

.page-indent-1 {
  z-index: 5;
  width: 50%;
  height: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20vh;
  left: 0;
  right: 0;
  overflow: hidden;
}

.page-indent-2 {
  z-index: 5;
  width: 50%;
  height: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 20vh;
  left: 0;
  right: 0;
  overflow: hidden;
}

.gradient-1 {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, .15) 20%, rgba(255, 255, 255, .15) 80%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.gradient-2 {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, .25) 20%, rgba(255, 255, 255, .25) 80%, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.dots-div-1 {
  z-index: 1;
  width: 90px;
  height: 50px;
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .5s;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}

.dots-div-1:hover {
  opacity: 1;
}

.dot-1 {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 3px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cms-heading-1, .cms-heading-2 {
  height: 100px;
  color: #fbe216;
  text-align: center;
  letter-spacing: -5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 8em;
  font-weight: 700;
  line-height: .9em;
  display: block;
}

.wrapper-1 {
  z-index: 2;
  width: 60%;
  height: 60%;
  max-width: 1000px;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.cms-line-1 {
  z-index: 1;
  width: 200px;
  height: 6px;
  background-color: var(--jaune);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 10vh;
  left: 0;
  right: 0;
}

.cms-heading-3, .cms-heading-4 {
  height: 100px;
  color: #484848;
  text-align: center;
  letter-spacing: -5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 112px;
  font-weight: 700;
  line-height: .9em;
  display: block;
}

.cms-line-2 {
  z-index: 1;
  width: 200px;
  height: 6px;
  background-color: rgba(255, 255, 255, .2);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 10vh;
  left: 0;
  right: 0;
}

.cms-logo-1 {
  width: 320px;
  height: 180px;
  opacity: .25;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 8vh;
  left: 0;
  right: 0;
}

.wrapper-2 {
  width: 60%;
  height: 60%;
  max-width: 1000px;
  flex-direction: column;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.section-1 {
  width: 100%;
  height: 100vh;
  background-color: #1a1a1a;
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.wallpaper {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(124, 124, 124, .27), rgba(124, 124, 124, .27));
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.shadow-image-1 {
  width: 100%;
  height: 150%;
  opacity: .2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

.shadow-image-2 {
  width: 100%;
  height: 150%;
  opacity: .2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
}

.cms-logo-4 {
  width: 320px;
  height: 100px;
  opacity: .5;
  background-image: url('../images/artefact-logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: opacity .5s;
  display: block;
  position: absolute;
  top: 8vh;
  left: 0;
  right: 0;
}

.cms-logo-4:hover {
  opacity: .9;
}

.cms-logo-4.w--current {
  background-image: url('../images/PASC-Conference-2.png');
}

.circle-1 {
  width: 300px;
  height: 300px;
  border: 1px solid var(--jaune);
  border-radius: 150px;
  position: absolute;
  bottom: -70px;
  left: -69px;
}

.circle-2 {
  width: 400px;
  height: 400px;
  border: 6px solid rgba(255, 255, 255, .2);
  border-radius: 200px;
  position: absolute;
  bottom: -206px;
  left: 19px;
}

.circle-3 {
  width: 500px;
  height: 500px;
  border: 2px dashed var(--jaune);
  border-radius: 250px;
  position: absolute;
  bottom: -172px;
  right: -235px;
}

.circle-4 {
  width: 200px;
  height: 200px;
  border: 6px solid var(--jaune);
  border-radius: 100px;
  position: absolute;
  bottom: 147px;
  right: 47px;
}

.circle-5 {
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 150px;
  position: absolute;
  bottom: -172px;
  right: 74px;
}

.dot-4 {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 3px;
}

.dots-wrap-2 {
  width: 10px;
  height: 300px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 205px;
  right: 100px;
}

.dots-wrap-1 {
  width: 10px;
  height: 300px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 26px;
  left: 100px;
}

.dot-5 {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 3px;
}

.circle-dot-1 {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
}

.circle-dot-2 {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}

.circle-6 {
  width: 100px;
  height: 100px;
  border: 6px solid var(--jaune);
  border-radius: 50px;
  position: absolute;
  bottom: 294px;
  left: 97px;
}

.circle-7 {
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 130px;
  position: absolute;
  bottom: -122px;
  left: 131px;
}

.circle-8 {
  width: 300px;
  height: 300px;
  border: 1px solid var(--jaune);
  border-radius: 150px;
  position: absolute;
  bottom: -70px;
  right: -69px;
}

.circle-dot-3 {
  width: 20px;
  height: 20px;
  border: 1px solid #eb224a;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.circle-dot-4 {
  width: 20px;
  height: 20px;
  border: 1px solid #eb224a;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.circle-dot-5 {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.circle-dot-6 {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  margin: auto;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.circle-9 {
  width: 250px;
  height: 250px;
  border: 6px solid rgba(255, 255, 255, .2);
  border-radius: 200px;
  position: absolute;
  bottom: -110px;
  right: -67px;
}

.slab-1 {
  opacity: .1;
  position: absolute;
  bottom: -20px;
  left: -27px;
}

.slab-2 {
  opacity: .1;
  transform-style: preserve-3d;
  position: absolute;
  bottom: -68px;
  right: -49px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.slab-3 {
  opacity: .1;
  transform-style: preserve-3d;
  position: absolute;
  bottom: -12px;
  right: 126px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.slab-4 {
  opacity: .1;
  position: absolute;
  bottom: -133px;
  left: 123px;
}

.circle-10 {
  width: 50px;
  height: 50px;
  border: 6px solid rgba(255, 255, 255, .2);
  border-color: rgba(255, 255, 255, .5) rgba(255, 255, 255, .2) rgba(255, 255, 255, .2) rgba(255, 255, 255, .5);
  border-radius: 25px;
  position: absolute;
  bottom: 217px;
  left: 175px;
}

.circle-11 {
  width: 120px;
  height: 120px;
  border: 6px solid rgba(255, 255, 255, .5);
  border-radius: 60px;
  position: absolute;
  bottom: -35px;
  right: -13px;
}

.circle-12 {
  width: 30px;
  height: 30px;
  border: 6px solid rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .2) rgba(255, 255, 255, .5) rgba(255, 255, 255, .5) rgba(255, 255, 255, .2);
  border-radius: 15px;
  position: absolute;
  bottom: 344px;
  right: 49px;
}

.slab-5 {
  opacity: .1;
  position: absolute;
  bottom: -97px;
  left: 44px;
}

.slab-6 {
  opacity: .1;
  position: absolute;
  bottom: -119px;
  right: 85px;
}

.artefacts-wrap-1a {
  width: 100%;
  height: 100%;
  position: absolute;
}

.circle-13 {
  width: 400px;
  height: 400px;
  border: 2px dashed rgba(255, 255, 255, .2);
  border-radius: 200px;
  position: absolute;
  bottom: -306px;
  left: 197px;
}

.circle-14 {
  width: 150px;
  height: 150px;
  border: 1px solid var(--jaune);
  border-radius: 75px;
  position: absolute;
  bottom: -96px;
  left: 290px;
}

.slab-7 {
  opacity: .1;
  transform-style: preserve-3d;
  position: absolute;
  bottom: -429px;
  left: 168px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slab-8 {
  opacity: .1;
  position: absolute;
  bottom: -395px;
  right: 329px;
}

.dots-wrap-3 {
  width: 10px;
  height: 135px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 290px;
}

.dots-wrap-4 {
  width: 10px;
  height: 135px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 88px;
  left: 286px;
}

.dots-wrap-5 {
  width: 10px;
  height: 49px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 31px;
  left: 423px;
  transform: rotate(90deg);
}

.circle-15 {
  width: 200px;
  height: 200px;
  border: 6px solid rgba(255, 255, 255, .3);
  border-radius: 100px;
  position: absolute;
  bottom: -121px;
  right: 282px;
}

.disc-1 {
  width: 20px;
  height: 20px;
  background-color: #eb224a;
  border-radius: 10px;
  position: absolute;
  bottom: 52px;
  left: 281px;
}

.disc-2 {
  width: 40px;
  height: 40px;
  background-color: #eb224a;
  border-radius: 20px;
  position: absolute;
  bottom: 52px;
  right: 209px;
}

.disc-3 {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 15px;
  position: absolute;
  bottom: 246px;
  right: 169px;
}

.disc-4 {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 20px;
  position: absolute;
  bottom: 246px;
  left: 33px;
}

.circle-16 {
  width: 400px;
  height: 400px;
  border: 1px solid var(--jaune);
  border-radius: 200px;
  position: absolute;
  bottom: -265px;
  right: 222px;
}

.circle-18 {
  width: 150px;
  height: 150px;
  border: 6px solid var(--jaune);
  border-radius: 75px;
  position: absolute;
  bottom: -58px;
  left: 102px;
}

.circle-17 {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50px;
  position: absolute;
  bottom: 19px;
  left: 447px;
}

.dots-wrap-6 {
  width: 10px;
  height: 49px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 28px;
  right: 560px;
}

.dots-wrap-7 {
  width: 10px;
  height: 49px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 37px;
  left: 599px;
}

.slab-9 {
  opacity: .1;
  position: absolute;
  bottom: -47px;
  right: 274px;
}

.slab-10 {
  opacity: .1;
  transform-style: preserve-3d;
  position: absolute;
  bottom: -38px;
  left: 262px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slab-11 {
  opacity: .1;
  position: absolute;
  bottom: -229px;
  left: 325px;
}

.slab-12 {
  opacity: .1;
  transform-style: preserve-3d;
  position: absolute;
  bottom: -229px;
  right: 490px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.disc-5 {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 15px;
  position: absolute;
  bottom: 97px;
  left: 462px;
}

.disc-6 {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 10px;
  position: absolute;
  bottom: 69px;
  right: 474px;
}

.disc-7 {
  width: 60px;
  height: 60px;
  background-color: #eb224a;
  border-radius: 30px;
  position: absolute;
  bottom: 178px;
  left: -35px;
}

.circle-19 {
  width: 200px;
  height: 200px;
  border: 2px dashed rgba(255, 255, 255, .2);
  border-radius: 100px;
  position: absolute;
  bottom: -90px;
  right: 454px;
}

.circle-20 {
  width: 300px;
  height: 300px;
  border: 6px solid rgba(255, 255, 255, .2);
  border-radius: 150px;
  position: absolute;
  bottom: -231px;
  left: 437px;
}

.circle-21 {
  width: 40px;
  height: 40px;
  border: 6px solid rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .5) rgba(255, 255, 255, .5) rgba(255, 255, 255, .2) rgba(255, 255, 255, .2);
  border-radius: 20px;
  position: absolute;
  bottom: 82px;
  right: 424px;
}

.circle-22 {
  width: 80px;
  height: 80px;
  border: 6px solid rgba(255, 255, 255, .05);
  border-radius: 40px;
  position: absolute;
  bottom: 56px;
  right: 577px;
}

.disc-8 {
  width: 10px;
  height: 10px;
  background-color: #eb224a;
  border-radius: 5px;
  position: absolute;
  bottom: 65px;
  right: 586px;
}

.disc-9 {
  width: 10px;
  height: 10px;
  background-color: #eb224a;
  border-radius: 5px;
  position: absolute;
  bottom: 127px;
  left: 217px;
}

.circle-23 {
  width: 200px;
  height: 200px;
  border: 2px dashed var(--jaune);
  border-radius: 100px;
  position: absolute;
  bottom: -144px;
  right: 569px;
}

.line-1 {
  width: 1px;
  height: 300px;
  background-color: var(--jaune);
  position: absolute;
  bottom: 261px;
  left: 76px;
  transform: rotate(45deg);
}

.line-2 {
  width: 1px;
  height: 300px;
  background-color: var(--jaune);
  position: absolute;
  bottom: 279px;
  right: 50px;
  transform: rotate(-45deg);
}

.line-3 {
  width: 1px;
  height: 150px;
  background-color: var(--jaune);
  position: absolute;
  bottom: 488px;
  right: 111px;
  transform: rotate(45deg);
}

.line-4 {
  width: 1px;
  height: 120px;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  bottom: 116px;
  right: 168px;
}

.line-5 {
  width: 1px;
  height: 120px;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  bottom: 137px;
  left: 261px;
}

.line-6 {
  width: 1px;
  height: 300px;
  background-color: var(--jaune);
  position: absolute;
  bottom: 255px;
  left: 16px;
  transform: rotate(45deg);
}

.line-7 {
  width: 1px;
  height: 60px;
  background-color: var(--jaune);
  position: absolute;
  bottom: 477px;
  left: 93px;
  transform: rotate(-45deg);
}

.line-8 {
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  bottom: 0;
  left: 115px;
}

.line-9 {
  width: 1px;
  height: 160px;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  bottom: 0;
  right: 45px;
}

.artefacts-wrap-2a {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slab-13 {
  opacity: .1;
  transform-style: preserve-3d;
  position: absolute;
  bottom: -38px;
  right: 410px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.circle-24 {
  width: 40px;
  height: 40px;
  border: 6px solid var(--jaune);
  border-radius: 20px;
  position: absolute;
  bottom: 35px;
  left: 430px;
}

.line-10 {
  width: 1px;
  height: 300px;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  bottom: 228px;
  right: 82px;
  transform: rotate(-45deg);
}

.line-11 {
  width: 1px;
  height: 300px;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  bottom: 234px;
  left: 82px;
  transform: rotate(-45deg);
}

.line-12 {
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  bottom: -35px;
  left: 517px;
  transform: rotate(-45deg);
}

.line-13 {
  width: 1px;
  height: 150px;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  bottom: -61px;
  left: 683px;
  transform: rotate(45deg);
}

.line-14 {
  width: 1px;
  height: 100px;
  background-color: var(--jaune);
  position: absolute;
  bottom: -45px;
  right: 399px;
}

.line-15 {
  width: 1px;
  height: 50px;
  background-color: var(--jaune);
  position: absolute;
  bottom: -20px;
  left: 587px;
}

.line-16 {
  width: 30px;
  height: 1px;
  background-color: var(--jaune);
  position: absolute;
  bottom: 19px;
  left: 566px;
}

.line-17 {
  width: 30px;
  height: 1px;
  background-color: var(--jaune);
  position: absolute;
  bottom: 36px;
  right: 375px;
}

.slide-button {
  z-index: 5;
  width: 340px;
  height: 50px;
  background-color: var(--jaune);
  color: rgba(0, 0, 0, .8);
  letter-spacing: 4px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: .8em;
  line-height: 1em;
  transition: background-color .5s, box-shadow .5s;
  display: flex;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
}

.slide-button:hover {
  background-color: rgba(255, 255, 255, .2);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .1);
}

.slide-button:active {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .1);
}

.artefacts-wrap-3 {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.artefacts-wrap-4 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.artefacts-wrap-5 {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.top-nav {
  z-index: 10;
  width: 100%;
  height: 70px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-div-1 {
  width: 50px;
  height: 50px;
  opacity: .5;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .5s;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  right: 2.9vw;
}

.nav-div-1:hover {
  opacity: 1;
}

.nav-circle-1 {
  z-index: 2;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, .2);
  border-radius: 25px;
  position: absolute;
}

.nav-circle-2 {
  z-index: 1;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 3px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-div-2 {
  width: 50px;
  height: 50px;
  opacity: .5;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .5s;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  right: 1.5vw;
}

.nav-div-2:hover {
  opacity: 1;
}

.nav-div-3 {
  width: 50px;
  height: 50px;
  opacity: .5;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .5s;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  right: -1.5vw;
}

.nav-div-3:hover {
  opacity: 1;
}

.nav-div-4 {
  width: 50px;
  height: 50px;
  opacity: .5;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .5s;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  right: -2.9vw;
}

.nav-div-4:hover {
  opacity: 1;
}

.nav-circle-3 {
  z-index: 2;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, .2);
  border-radius: 25px;
  position: absolute;
}

.nav-drop-1 {
  width: 100px;
  height: 100px;
  border: 6px solid #eb224a;
  border-radius: 50px;
  position: absolute;
  bottom: 50px;
  left: -66px;
}

.nav-drop-2 {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 15px;
  position: absolute;
  bottom: 46px;
  left: 46px;
}

.nav-drop-3 {
  width: 10px;
  height: 135px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -58px;
  left: -30px;
}

.nav-drop-4 {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50px;
  position: absolute;
  bottom: 31px;
  left: 0;
}

.nav-drop-5 {
  width: 10px;
  height: 10px;
  background-color: #eb224a;
  border-radius: 5px;
  position: absolute;
  bottom: 59px;
  left: 42px;
}

.nav-drop-6 {
  width: 1px;
  height: 120px;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  bottom: 0;
  left: -46px;
}

.nav-drop-7 {
  opacity: .1;
  position: absolute;
  bottom: -10px;
  left: -37px;
  transform: rotate(180deg);
}

.nav-drop-8 {
  width: 40px;
  height: 40px;
  border: 6px solid #eb224a;
  border-radius: 20px;
  position: absolute;
  top: -25px;
  left: -45px;
}

.nav-drop-9 {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -75px;
  left: 26px;
}

.nav-drop-10 {
  opacity: .1;
  position: absolute;
  top: -236px;
  left: -50px;
  transform: rotate(180deg);
}

.nav-drop-11 {
  width: 1px;
  height: 120px;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: -109px;
  left: 55px;
}

.nav-drop-12 {
  width: 150px;
  height: 150px;
  border: 2px dashed rgba(255, 255, 255, .2);
  border-radius: 75px;
  position: absolute;
  top: -155px;
  left: -74px;
}

.nav-drop-13 {
  width: 10px;
  height: 49px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 46px;
  left: -30px;
}

.nav-drop-14 {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 10px;
  position: absolute;
  top: -3px;
  left: 28px;
}

.nav-drop-15 {
  width: 10px;
  height: 10px;
  background-color: #eb224a;
  border-radius: 5px;
  position: absolute;
  top: -33px;
  left: 5px;
}

.line-18 {
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  bottom: 47px;
  left: 719px;
  transform: rotate(-45deg);
}

.nav-drop-16 {
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: -50px;
  right: 69px;
}

.nav-drop-17 {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 20px;
  position: absolute;
  top: -60px;
  right: 43px;
}

.nav-drop-18 {
  width: 60px;
  height: 60px;
  border: 6px solid #eb224a;
  border-radius: 30px;
  position: absolute;
  top: -69px;
  right: -33px;
}

.nav-drop-19 {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50px;
  position: absolute;
  top: -82px;
  right: 0;
}

.nav-drop-20 {
  width: 20px;
  height: 20px;
  background-color: #eb224a;
  border-radius: 10px;
  position: absolute;
  top: -30px;
  right: 42px;
}

.nav-drop-21 {
  opacity: .1;
  transform-style: preserve-3d;
  position: absolute;
  top: -430px;
  right: -37px;
  transform: rotateX(0)rotateY(180deg)rotateZ(180deg);
}

.nav-drop-22 {
  width: 80px;
  height: 80px;
  border: 2px dashed rgba(255, 255, 255, .2);
  border-radius: 40px;
  position: absolute;
  top: -81px;
  right: 11px;
}

.nav-drop-23 {
  width: 10px;
  height: 135px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: -27px;
  right: -30px;
}

.page-link-1 {
  z-index: 2;
  width: 50px;
  height: 50px;
  text-decoration: none;
  position: absolute;
}

.circle-25 {
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -259px;
  right: 635px;
}

.text-wrap-3 {
  width: 260px;
  height: 15px;
  color: rgba(255, 255, 255, .2);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 230px;
  bottom: 0;
  left: 0;
  right: 0;
}

.artefacts-wrap-6a {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.element-1 {
  position: absolute;
  bottom: 124px;
  left: 138px;
}

.element-3 {
  position: absolute;
  bottom: 32px;
  right: 145px;
}

.element-2 {
  position: absolute;
  bottom: 373px;
  right: 138px;
}

.element-4 {
  position: absolute;
  bottom: 296px;
  left: 22px;
}

.element-5 {
  position: absolute;
  bottom: 93px;
  left: 305px;
}

.element-6 {
  opacity: .5;
  position: absolute;
  bottom: 243px;
  right: 38px;
}

.element-7 {
  position: absolute;
  bottom: 151px;
  right: 11px;
}

.element-8 {
  opacity: .5;
  position: absolute;
  bottom: 412px;
  left: 125px;
}

.nav-icon-1 {
  position: absolute;
  top: 42px;
  right: 49px;
}

.nav-icon-2 {
  position: absolute;
  top: 23px;
  left: 58px;
}

.nav-icon-3 {
  position: absolute;
  top: 71px;
  left: 36px;
}

.element-9 {
  opacity: .5;
  position: absolute;
  bottom: 154px;
  left: 225px;
}

.element-10 {
  position: absolute;
  bottom: 137px;
  right: 189px;
}

.nav-icon-5 {
  position: absolute;
  top: 30px;
  left: 58px;
}

.element-11 {
  position: absolute;
  bottom: 102px;
  right: 314px;
}

.element-12 {
  opacity: .5;
  position: absolute;
  bottom: 57px;
  left: 69px;
}

.element-13 {
  position: absolute;
  bottom: 237px;
  left: 112px;
}

.element-14 {
  opacity: .5;
  position: absolute;
  bottom: 191px;
  right: 140px;
}

.element-15 {
  opacity: .5;
  position: absolute;
  bottom: 453px;
  right: 12px;
}

.element-16 {
  position: absolute;
  bottom: 20px;
  left: 159px;
}

.nav-icon-4 {
  position: absolute;
  top: 61px;
  left: 21px;
}

.nav-icon-6 {
  position: absolute;
  top: 62px;
  left: -10px;
}

.nav-icon-7 {
  position: absolute;
  top: 58px;
  right: -13px;
}

.element-17 {
  position: absolute;
  bottom: 394px;
  left: 40px;
}

.element-18 {
  position: absolute;
  bottom: 42px;
  right: 478px;
}

.element-19 {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.element-20 {
  opacity: .5;
  position: absolute;
  bottom: 281px;
  left: 199px;
}

.nav-icon-8 {
  position: absolute;
  top: 67px;
  left: -12px;
}

.element-21 {
  position: absolute;
  bottom: 339px;
  left: 72px;
}

.element-22 {
  position: absolute;
  bottom: 76px;
  left: 514px;
}

.element-23 {
  opacity: .5;
  position: absolute;
  bottom: 95px;
  right: 245px;
}

.span-1 {
  margin-left: -8px;
}

.nav-drop-24 {
  width: 100px;
  height: 100px;
  border: 6px solid #eb224a;
  border-radius: 50px;
  position: absolute;
  top: -113px;
  right: -57px;
}

.nav-drop-25 {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50px;
  position: absolute;
  top: -82px;
  right: 0;
}

.nav-drop-26 {
  width: 80px;
  height: 80px;
  border: 6px solid rgba(255, 255, 255, .05);
  border-radius: 40px;
  position: absolute;
  top: -87px;
  right: 8px;
}

.nav-drop-27 {
  opacity: .1;
  transform-style: preserve-3d;
  position: absolute;
  top: -420px;
  right: -37px;
  transform: rotateX(0)rotateY(180deg)rotateZ(180deg);
}

.nav-drop-28 {
  width: 30px;
  height: 30px;
  background-color: #eb224a;
  border-radius: 15px;
  position: absolute;
  top: -32px;
  right: 43px;
}

.nav-drop-29 {
  width: 1px;
  height: 120px;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: -70px;
  right: -16px;
}

.nav-drop-30 {
  width: 10px;
  height: 49px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 53px;
  right: -2px;
}

.nav-icon-9 {
  position: absolute;
  top: 62px;
  right: 15px;
}

.nav-icon-10 {
  position: absolute;
  top: 30px;
  right: 57px;
}

.nav-icon-11 {
  position: absolute;
  top: 56px;
  right: 68px;
}

.nav-drop-31 {
  width: 20px;
  height: 20px;
  border: 1px solid #eb224a;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -12px;
  right: -44px;
}

.artefacts-wrap-6b {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.artefacts-wrap-1b {
  width: 100%;
  height: 100%;
  position: absolute;
}

.elements-wrap {
  z-index: 2;
  width: 60%;
  height: 60%;
  max-width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.icon-wrap-2 {
  width: 100%;
  height: 140px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.icon-1 {
  margin-right: 5px;
}

.paragraph-1 {
  width: 80%;
  color: rgba(255, 255, 255, .2);
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4em;
  position: relative;
  top: -40px;
}

.icon-3, .icon-5, .icon-6, .icon-7, .icon-8, .icon-10, .icon-11 {
  margin-left: 5px;
  margin-right: 5px;
}

.icon-wrap-3 {
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: -20px;
}

.artefacts-wrap-2b {
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-wrap-1 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrap-2 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-1 {
  color: rgba(255, 255, 255, .2);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
  display: none;
}

.icon-wrap-4 {
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 26px;
}

.artefacts-wrap-7 {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.inter-icon-1 {
  opacity: .1;
  position: absolute;
  bottom: 285px;
  right: 166px;
}

.inter-icon-2 {
  opacity: .5;
  position: absolute;
  bottom: 102px;
  left: 400px;
}

.inter-icon-3 {
  opacity: .5;
  position: absolute;
  bottom: 112px;
  left: 7px;
}

.inter-icon-4 {
  opacity: .5;
  position: absolute;
  bottom: 68px;
  right: 692px;
}

.inter-icon-5 {
  opacity: .3;
  position: absolute;
  bottom: 84px;
  right: 175px;
}

.inter-icon-6 {
  opacity: .2;
  position: absolute;
  bottom: 206px;
  left: 223px;
}

.inter-icon-7 {
  opacity: .3;
  position: absolute;
  bottom: 62px;
  left: 650px;
}

.inter-icon-8 {
  opacity: .5;
  position: absolute;
  bottom: 401px;
  right: 68px;
}

.nav-wallpaper {
  width: 100%;
  height: 100%;
  opacity: .1;
  background-image: url('../images/nathan-drake-tiny.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.link-wallpaper {
  width: 100%;
  height: 100%;
  opacity: .1;
  background-image: url('../images/watch_dogs-tiny.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.slide-wallpaper {
  width: 100%;
  height: 100%;
  opacity: .1;
  background-image: url('../images/batman-tiny.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.nav-elements {
  width: 100%;
  background-image: url('../images/surface_dark-tiny.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 200px;
  display: flex;
}

.builder-wrap-1 {
  width: 80%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.nav-wrap-1 {
  width: 60%;
  height: 100%;
  align-items: center;
  display: flex;
}

.navbar-1 {
  width: 100%;
  height: 60px;
  background-color: #eb224a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link-1 {
  height: 100%;
  color: rgba(255, 255, 255, .9);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #eb224a;
  padding: 25px 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1em;
  transition: background-color .5s;
}

.nav-link-1:hover {
  background-color: #b1213d;
}

.nav-menu-1 {
  height: 60px;
  background-color: #eb224a;
}

.menu-button-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-button-1.w--open {
  background-color: #ce2244;
}

.hamburger-1 {
  color: rgba(255, 255, 255, .9);
  font-size: 1.6em;
  line-height: 1em;
}

.dropdown-1 {
  height: 45px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
}

.dd-toggle-1 {
  color: rgba(255, 255, 255, .9);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #eb224a;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1em;
  transition: background-color .5s;
  display: flex;
}

.dd-toggle-1:hover {
  background-color: #b1213d;
}

.dd-text-1 {
  margin-right: 5px;
}

.dd-icon-1 {
  margin-right: 0;
  position: relative;
  top: 1px;
}

.dd-list-1 {
  background-color: #eb224a;
  padding-bottom: 10px;
}

.dd-link-1 {
  color: rgba(255, 255, 255, .9);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  transition: background-color .5s;
}

.dd-link-1:hover {
  background-color: #b1213d;
}

.brand-link-1 {
  width: 130px;
  height: 60px;
  background-color: #eb224a;
  background-image: url('../images/artefact-logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  transition: background-color .2s;
}

.brand-link-1:hover {
  background-color: #b1213d;
}

.nav-wrap-2 {
  width: 40%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.social-link-1 {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 15px;
  margin-right: 10px;
  transition: background-color .5s;
}

.social-link-1:hover {
  background-color: rgba(255, 255, 255, .9);
}

.social-link-2 {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 15px;
  margin-right: 10px;
  transition: background-color .5s;
}

.social-link-2:hover {
  background-color: rgba(255, 255, 255, .9);
}

.social-link-3 {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 15px;
  transition: background-color .5s;
}

.social-link-3:hover {
  background-color: rgba(255, 255, 255, .9);
}

.searchbar-1 {
  height: 42px;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.search-input-1 {
  height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
}

.search-input-1:active, .search-input-1:focus {
  border-color: rgba(0, 0, 0, 0);
}

.search-input-1::-ms-input-placeholder {
  color: #797979;
}

.search-input-1::placeholder {
  color: #797979;
}

.search-button-1 {
  height: 100%;
  background-color: #eb224a;
  background-image: url('../images/artefact-search-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .5s;
}

.search-button-1:hover {
  background-color: #b1213d;
}

.search-button-1:active, .search-button-1:focus {
  border-color: rgba(0, 0, 0, 0);
}

.builder-wrap-2 {
  width: 90%;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.down-right-1 {
  width: 100%;
}

.dd-right-toggle-1 {
  width: 100%;
  color: rgba(255, 255, 255, .9);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #eb224a;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1em;
  transition: background-color .2s;
}

.dd-right-toggle-1:hover {
  background-color: #b1213d;
}

.dd-right-icon-1 {
  margin-right: 14px;
  transform: rotate(-90deg);
}

.dd-right-list-1 {
  background-color: #eb224a;
  padding-bottom: 10px;
  top: 0;
  left: 140px;
}

.dd-right-link-1 {
  color: rgba(255, 255, 255, .9);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  transition: background-color .5s;
}

.dd-right-link-1:hover {
  background-color: #b1213d;
}

.icon-wrap-5 {
  width: 90%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: -75px;
}

.form-wallpaper {
  width: 100%;
  height: 100%;
  opacity: .1;
  background-image: url('../images/the_elder_scrolls-tiny.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.button-1 {
  color: rgba(255, 255, 255, .9);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #eb224a;
  margin-right: 20px;
  padding: 15px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  transition: background-color .5s;
}

.button-1:hover {
  background-color: #b1213d;
}

.link-block-1 {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #eb224a;
  margin-right: 20px;
  padding: 15px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .5s, color .5s;
  position: relative;
}

.link-block-1:hover {
  color: #eb224a;
  background-color: rgba(255, 255, 255, .9);
  font-weight: 400;
}

.link-block-text-1 {
  position: relative;
}

.button-2 {
  color: rgba(255, 255, 255, .9);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #eb224a;
  border: 2px solid rgba(0, 0, 0, 0);
  margin-right: 20px;
  padding: 13px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  transition: background-color .5s, border-color .5s;
}

.button-2:hover {
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .9);
}

.link-block-div-1 {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #b1213d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-block-2 {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #eb224a;
  margin-right: 20px;
  padding: 15px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.bullet-list-1 {
  color: #eb224a;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
}

.bullet-list-item-1 {
  margin-bottom: 15px;
}

.bullet-list-text-1 {
  color: rgba(255, 255, 255, .9);
}

.number-list-1 {
  width: 20%;
  color: #eb224a;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 700;
  line-height: 1em;
}

.builder-wrap-3 {
  width: 90%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-list-text-1 {
  color: rgba(255, 255, 255, .9);
  font-weight: 300;
}

.number-list-item-1 {
  margin-bottom: 15px;
  margin-right: 30px;
}

.link-block-text-2 {
  position: relative;
}

.icon-wrap-6 {
  width: 90%;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  top: -23px;
}

.icon-wrap-7 {
  width: 90%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: -93px;
}

.dropdown-2 {
  z-index: 1;
  color: rgba(255, 255, 255, .9);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #eb224a;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1em;
  display: flex;
  position: relative;
}

.dd-text-2 {
  margin-right: 5px;
}

.dd-list-2 {
  background-color: #b1213d;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  overflow: hidden;
}

.dd-link-2 {
  width: 100%;
  color: rgba(255, 255, 255, .9);
  padding: 15px 20px;
  text-decoration: none;
  transition: background-color .2s;
}

.dd-link-2:hover {
  background-color: #eb224a;
}

.dd-icon-2 {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  position: static;
}

.link-block-3 {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #eb224a;
  margin-right: 20px;
  padding: 15px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-block-div-2 {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #b1213d;
  position: absolute;
  top: 0%;
  right: 0;
}

.slider-1 {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, .1);
}

.slider-mask-1 {
  justify-content: center;
  align-items: center;
}

.slide-1 {
  padding-left: 12%;
  padding-right: 12%;
}

.slider-arrow-1 {
  opacity: .5;
  color: #fff;
  transition: opacity .5s;
}

.slider-arrow-1:hover {
  opacity: .9;
}

.slider-arrow-2 {
  opacity: .5;
  color: #fff;
  transition: opacity .5s;
}

.slider-arrow-2:hover {
  opacity: .9;
}

.slider-arrow-icon-1, .slider-arrow-icon-2 {
  font-size: .8em;
  line-height: 1em;
}

.slide-nav-1 {
  height: 30px;
  background-color: #eb224a;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .5em;
  line-height: 1em;
  bottom: -30px;
  left: 0;
  right: 0;
}

.slide-wrap-1 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-text-1 {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1em;
  position: relative;
}

.icon-wrap-8 {
  width: 80%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  top: -32px;
}

.slide-image-1 {
  margin-left: 10px;
  margin-right: 10px;
}

.builder-wrap-4 {
  width: 90%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 50px;
}

.tabs-1 {
  width: 60%;
  height: 100px;
  margin-right: 20px;
}

.tabs-content-1 {
  height: 100%;
  top: 10px;
}

.tab-link-1 {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .1);
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
}

.tab-link-1.w--current {
  background-color: #eb224a;
}

.tab-pane-1 {
  height: 100%;
  background-color: rgba(255, 255, 255, .1);
}

.tab-pane-wrap-1 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tabs-2 {
  width: 40%;
  height: 100px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.tab-link-2 {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
}

.tab-link-2.w--current {
  background-color: #eb224a;
}

.tabs-menu-2 {
  width: 12%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
  top: 5px;
}

.tab-pane-2 {
  height: 100%;
  background-color: rgba(255, 255, 255, .1);
}

.tabs-content-2 {
  width: 85%;
  height: 100px;
  margin-top: -10px;
}

.tab-pane-wrap-2 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-wrap-9 {
  width: 80%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: -41px;
}

.cms-logo-5 {
  width: 160px;
  height: 50px;
  opacity: .5;
  background-image: url('../images/PASC-Conference-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: opacity .5s;
  display: block;
  position: absolute;
  top: .5vh;
  left: 0;
  right: 0;
}

.cms-logo-5:hover {
  opacity: .7;
}

.builder-wrap-5 {
  width: 90%;
  justify-content: center;
  display: flex;
  position: relative;
  top: 110px;
}

.form-block-1 {
  width: 100%;
}

.field-label-1 {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1em;
}

.text-field-1 {
  height: 40px;
  color: rgba(255, 255, 255, .5);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1em;
  transition: background-color .5s;
}

.text-field-1:focus {
  background-color: rgba(255, 255, 255, .2);
  border-color: rgba(0, 0, 0, 0);
}

.text-field-1::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.text-field-1::placeholder {
  color: rgba(255, 255, 255, .5);
}

.submit-button-1 {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #eb224a;
  margin-right: 20px;
  padding: 15px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1em;
  transition: background-color .5s, color .5s;
}

.submit-button-1:hover {
  color: rgba(255, 255, 255, .9);
  background-color: #b1213d;
}

.text-area-1 {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  transition: background-color .5s;
}

.text-area-1:focus {
  background-color: rgba(255, 255, 255, .2);
  border-color: rgba(0, 0, 0, 0);
}

.text-area-1::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.text-area-1::placeholder {
  color: rgba(255, 255, 255, .5);
}

.checkbox-1 {
  opacity: .5;
  color: rgba(255, 255, 255, .9);
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1em;
  transition: opacity .5s;
  display: flex;
}

.checkbox-1:hover {
  opacity: .9;
}

.radio-button-1 {
  opacity: .5;
  color: rgba(255, 255, 255, .9);
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1em;
  transition: opacity .5s;
  display: flex;
}

.radio-button-1:hover {
  opacity: .9;
}

.checkbox-icon-1, .radio-button-icon-1 {
  margin-right: 10px;
}

.select-field-1 {
  opacity: .5;
  color: #292929;
  text-align: left;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1em;
  transition: opacity .5s;
}

.select-field-1:hover {
  opacity: .9;
}

.select-field-1:focus {
  border-color: rgba(0, 0, 0, 0);
}

.submit-button-2 {
  color: rgba(255, 255, 255, .9);
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .1);
  border: 2px solid rgba(255, 255, 255, .9);
  margin-right: 20px;
  padding: 9px 15px 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1em;
  transition: background-color .5s, border-color .5s;
}

.submit-button-2:hover {
  background-color: #eb224a;
  border-color: #eb224a;
}

.icon-wrap-10 {
  width: 80%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 70px;
}

.brand-link-2 {
  width: 70px;
  height: 30px;
  opacity: .5;
  background-image: url('../images/artefact-logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  transition: background-color .2s;
}

.artefact-image-1 {
  opacity: .5;
}

.circle-26 {
  width: 100px;
  height: 100px;
  border: 6px solid var(--jaune);
  border-radius: 50px;
  position: absolute;
  bottom: -69px;
  left: 739px;
}

.circle-27 {
  width: 120px;
  height: 120px;
  border: 6px solid rgba(255, 255, 255, .05);
  border-radius: 60px;
  position: absolute;
  bottom: -72px;
  right: 910px;
}

.icon-wrap-11 {
  width: 90%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -20px;
}

.link-block-4 {
  width: 20%;
  height: 120px;
  background-color: rgba(255, 255, 255, .05);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  transition: background-color .5s, box-shadow .5s;
  display: flex;
  position: relative;
}

.link-block-4:hover {
  background-color: rgba(255, 255, 255, .1);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .2);
}

.links-wrap-1 {
  width: 80%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: -90px;
}

.link-text-1, .link-text-2, .link-text-3, .link-text-4 {
  color: rgba(255, 255, 255, .5);
  text-align: center;
  letter-spacing: 4px;
  font-family: Oswald, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.button-text-1 {
  margin-top: 1px;
  margin-left: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 3em;
}

.button-3 {
  background-color: var(--jaune);
  color: var(--black-3);
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 40px;
  padding: 31px;
  font-weight: 700;
}

.button-3:hover {
  background-color: var(--black-3);
  color: var(--jaune);
}

.button-3.grey {
  background-color: var(--black-2);
  color: var(--white);
}

.html-embed {
  display: block;
}

.italic-text {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .page-indent-1, .page-indent-2, .wrapper-1, .wrapper-2 {
    width: 70%;
  }

  .artefacts-wrap-1a {
    top: 20%;
  }

  .artefacts-wrap-2a {
    top: 5%;
  }

  .artefacts-wrap-3, .artefacts-wrap-4, .artefacts-wrap-5 {
    top: 10%;
  }

  .nav-div-1 {
    right: 5.5vw;
  }

  .nav-div-2 {
    right: 2.5vw;
  }

  .nav-div-3 {
    right: -2.5vw;
  }

  .nav-div-4 {
    right: -5.5vw;
  }

  .artefacts-wrap-6a, .artefacts-wrap-6b, .artefacts-wrap-1b {
    top: 10%;
  }

  .paragraph-1 {
    width: 100%;
  }

  .artefacts-wrap-2b {
    top: 5%;
  }

  .artefacts-wrap-7 {
    top: 10%;
  }

  .icon-wrap-5 {
    flex-wrap: wrap;
  }

  .bullet-list-1 {
    width: 25%;
  }

  .number-list-1 {
    width: 30%;
  }

  .submit-button-2 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page-indent-1 {
    top: 15vh;
  }

  .page-indent-2 {
    bottom: 15vh;
  }

  .dots-div-1 {
    top: 10px;
  }

  .cms-heading-1 {
    height: 70px;
    letter-spacing: -4px;
    font-size: 5em;
    bottom: 75px;
  }

  .cms-heading-2 {
    height: 70px;
    letter-spacing: -4px;
    font-size: 5em;
    top: 58px;
  }

  .wrapper-1 {
    height: 70%;
  }

  .cms-heading-3 {
    height: 70px;
    letter-spacing: -4px;
    font-size: 5em;
    bottom: 75px;
  }

  .cms-heading-4 {
    height: 70px;
    letter-spacing: -4px;
    font-size: 5em;
    top: 58px;
  }

  .cms-logo-1 {
    width: 100px;
    top: 9vh;
  }

  .wrapper-2 {
    height: 70%;
  }

  .cms-logo-4 {
    width: 120px;
    background-size: 100px;
    top: 9vh;
  }

  .slide-button {
    bottom: 20px;
  }

  .top-nav {
    height: 40px;
  }

  .nav-div-1 {
    top: 10px;
    right: 7vw;
  }

  .nav-div-2 {
    top: 10px;
    right: 3.5vw;
  }

  .nav-div-3 {
    top: 10px;
    right: -3.5vw;
  }

  .nav-div-4 {
    top: 10px;
    right: -7vw;
  }

  .text-wrap-3 {
    top: 170px;
  }

  .span-1 {
    margin-left: -2px;
  }

  .elements-wrap {
    width: 80%;
    height: 70%;
  }

  .paragraph-1 {
    font-size: .8em;
  }

  .cms-logo-5 {
    width: 120px;
    background-size: 100px;
    top: -3.5vh;
  }
}

@media screen and (max-width: 479px) {
  .page-indent-1, .page-indent-2 {
    width: 80%;
  }

  .cms-heading-1 {
    height: 55px;
    font-size: 4em;
    bottom: 50px;
  }

  .cms-heading-2 {
    height: 55px;
    font-size: 4em;
  }

  .wrapper-1 {
    width: 80%;
  }

  .cms-line-1 {
    width: 160px;
  }

  .cms-heading-3 {
    height: 55px;
    font-size: 4em;
    bottom: 50px;
  }

  .cms-heading-4 {
    height: 55px;
    font-size: 4em;
  }

  .cms-line-2 {
    width: 160px;
  }

  .wrapper-2 {
    width: 80%;
  }

  .nav-div-1 {
    right: 13vw;
  }

  .nav-div-2 {
    right: 6.5vw;
  }

  .nav-div-3 {
    right: -6.5vw;
  }

  .nav-div-4 {
    right: -13vw;
  }

  .text-wrap-3 {
    font-size: .6em;
    top: 145px;
  }

  .element-2 {
    bottom: 326px;
  }

  .span-1 {
    margin-left: -3px;
  }
}


