:root {
  --sky-blue: #4ccffc;
  --cornflower-blue: #4781fb;
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 600;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: #1a45a1;
  text-decoration: underline;
}

.div-bloc-registration-background {
  z-index: 10;
  background-color: #fff;
  border-radius: 12px;
  height: 455px;
  max-height: 550px;
  margin-top: 23px;
  margin-bottom: 52px;
  padding: 12px 50px 4px;
  position: static;
  box-shadow: 1px 1px 30px 7px #e8e8e8;
}

.div-bloc-registration-background.simple-registration {
  background-color: #ffffffe6;
  height: auto;
  margin-top: 21px;
  margin-bottom: -97px;
  padding-top: 8px;
}

.white-center {
  color: #fff;
  text-align: center;
}

.login-button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 140px;
  margin: 25px auto 46px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  position: static;
}

.login-button:hover {
  background-image: linear-gradient(#4ccffc26, #4ccffc26);
}

.login-button:active {
  background-image: linear-gradient(#046c9040, #046c9040);
}

.form-bloc {
  margin-top: 21px;
  padding-left: 0;
  padding-right: 0;
}

.form {
  margin-top: 9px;
}

.center {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.center.gray-text {
  color: #808895;
}

.center.add-bottom-margin {
  margin-bottom: 31px;
}

.center.indication {
  color: #808895;
  font-size: 14px;
}

.center._14px {
  font-size: 14px;
}

.submit-button {
  background-image: linear-gradient(77deg, var(--sky-blue), var(--cornflower-blue));
  text-align: center;
  border-radius: 25px;
  width: auto;
  margin: 14px auto 22px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.submit-button:hover {
  background-image: linear-gradient(to bottom, #ffffff26, #ffffff26), linear-gradient(270deg, var(--cornflower-blue), var(--sky-blue));
}

.submit-button:active {
  background-image: linear-gradient(to bottom, #00000026, #00000026), linear-gradient(270deg, var(--cornflower-blue), var(--sky-blue));
}

.submit-button.hcms {
  padding-left: 35px;
  padding-right: 35px;
}

.submit-button.login {
  margin-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-field {
  color: #333;
  border: 1px solid #c8cdd6;
  border-radius: 3px;
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.text-field:focus {
  color: #363636;
  background-color: #fff;
  border-color: #83bff6;
  box-shadow: 0 0 5px #6cb4f7;
}

.text-field::placeholder {
  color: #808895;
  font-weight: 400;
}

.text-field.error-message {
  background-color: #fff;
  border-color: #ec6b6b;
  margin-top: 0;
  box-shadow: 0 0 3px #ec6b6b;
}

.text-field.optionnal, .text-field.optionnal:focus {
  color: #333;
}

.selection-field {
  color: #808895;
  text-align: left;
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
  height: auto;
  padding-left: 3px;
  padding-right: 6px;
  font-size: 15px;
}

.link {
  color: #1a45a1;
  text-decoration: underline;
}

.pop-up-non-windows {
  z-index: 10;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0;
}

.div-bloc-pop-up {
  background-color: #fff;
  border-radius: 4px;
  width: 90%;
  margin-top: 130px;
  margin-left: 5%;
  padding: 20px 33px;
  display: block;
  position: static;
  left: 199.6px;
}

.heading-warning-text {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-warning-text.smalller {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.button-blue-center {
  background-image: linear-gradient(270deg, var(--sky-blue), var(--cornflower-blue));
  text-align: center;
  border-radius: 25px;
  width: 200px;
  margin: 30px auto 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 600;
  display: block;
  position: static;
  top: 10px;
}

.button-blue-center:hover {
  background-image: linear-gradient(to bottom, #ffffff26, #ffffff26), linear-gradient(270deg, var(--sky-blue), var(--cornflower-blue));
}

.button-blue-center:active {
  background-image: linear-gradient(to bottom, #00000026, #00000026), linear-gradient(270deg, var(--sky-blue), var(--cornflower-blue));
}

.error-message {
  background-color: #ffdede;
  margin-top: 22px;
}

.error-text {
  text-align: center;
  font-weight: 600;
}

.success {
  background-color: #0000;
}

.success-message {
  font-weight: 600;
}

.text-error-state {
  color: #ec6b6b;
  padding-top: 0;
  padding-left: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  display: none;
  position: relative;
  top: -8px;
}

.right-margin-column {
  padding-right: 0;
}

.columns {
  margin-top: 20px;
}

.column-2 {
  padding-left: 0;
  display: block;
  left: 9px;
}

.heading {
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.warning {
  background-color: #e6eaf1a6;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px;
}

.heading-2 {
  font-size: 16px;
}

.slider {
  background-color: #0000;
  min-height: 500px;
}

.next-button {
  background-image: linear-gradient(308deg, var(--cornflower-blue), var(--sky-blue));
  border: 1px #1a45a1;
  border-radius: 30px;
  flex-flow: column;
  width: 200px;
  height: auto;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  position: static;
  top: 30px;
}

.next-button:hover {
  background-image: linear-gradient(to bottom, #ffffff26, #ffffff26), linear-gradient(308deg, var(--cornflower-blue), var(--sky-blue));
}

.next-button:active {
  background-image: linear-gradient(to bottom, #00000026, #00000026), linear-gradient(308deg, var(--cornflower-blue), var(--sky-blue));
}

.next-button.test {
  margin-top: -2px;
  text-decoration: none;
  position: static;
}

.slide-nav {
  display: none;
}

.slide {
  padding-right: 0;
}

.slide-2 {
  padding-bottom: 0;
  padding-left: 11px;
  padding-right: 14px;
}

.captca {
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  left: -80px;
}

.captca._2 {
  left: 188px;
}

.captca.hcms {
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-agrement {
  color: #9b9b9b;
  text-align: center;
  margin-top: 0;
  padding-top: 12px;
  font-size: 12px;
  line-height: 16px;
}

.text-agrement.lower {
  border-top-style: none;
  margin-top: 117px;
  padding-bottom: 28px;
  padding-left: 5px;
  padding-right: 5px;
}

.text-agrement.lower.center-text {
  margin-bottom: 0;
}

.center-text {
  text-align: left;
  margin-bottom: 100px;
}

.center-text.add-margin {
  margin-top: 20px;
  margin-bottom: 16px;
  position: static;
  inset: auto 0% 0% 25%;
}

.section-main {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 100%;
  max-height: 100%;
  padding-top: 77px;
  padding-bottom: 0;
  display: block;
}

.container-left-blue {
  background-color: #21306b;
  width: 25%;
  margin-right: 32px;
  padding-top: 5%;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.div-right {
  float: right;
  background-image: url('../images/Triangles.svg'), url('../images/Triangles-right.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 400px, 300px;
  background-attachment: scroll, scroll;
  width: 75%;
  min-height: 100%;
  margin-top: 0;
  padding: 2% 8% 5%;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.div-right._2 {
  padding-top: 6%;
  padding-left: 9%;
  padding-right: 9%;
  position: fixed;
}

.logo-bloc {
  text-align: center;
  margin-bottom: 94px;
  margin-right: auto;
  display: block;
}

.text-demo {
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 52px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.previous {
  color: #1a45a1;
  width: 80px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  inset: -17% auto auto -4%;
}

.previous:hover {
  color: #5b89ec;
}

.previous:active, .link-light-blue {
  color: var(--sky-blue);
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #f4f6fb;
  background-image: url('../images/Pattern-triangle-Trial.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1200px;
  background-attachment: fixed;
  background-clip: padding-box;
}

.center-text-copy {
  text-align: center;
  margin-top: -82px;
  margin-bottom: 0;
}

.center-text-copy-copy {
  text-align: center;
  margin-top: 49px;
  margin-bottom: 19px;
  position: static;
  inset: auto 0% 0%;
}

.heading-copy {
  margin-top: -55px;
  margin-bottom: 23px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
}

.new-logo-header {
  width: 152px;
  margin-top: 9px;
  margin-left: 0;
  position: static;
  top: 8px;
  left: 0;
}

.logo-image {
  width: 217px;
}

._1200 {
  max-width: 1200px;
}

._1000 {
  max-width: 900px;
}

.top-menu {
  z-index: 2;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.cart-text {
  color: #4b4b4d;
  margin-right: 7px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  top: 3px;
}

.cart-text:hover {
  color: #69a8e2;
}

.cart-text.new {
  color: #1a45a1;
  margin-left: 10px;
  font-weight: 600;
  display: inline-block;
  position: static;
}

.cart-text.new:hover {
  color: var(--sky-blue);
}

.cart-text.new:active {
  color: #309fc5;
}

.cart-text.login {
  color: #1a45a1;
  vertical-align: baseline;
  font-weight: 600;
  display: inline-block;
  top: -1px;
}

.cart-text.login:hover {
  color: var(--sky-blue);
}

.cart-text.login:active {
  color: #309fc5;
}

.search-bar {
  float: none;
  clear: none;
  width: 250px;
  margin-top: 10px;
  margin-left: 15px;
  display: inline-block;
}

.search-bar.new-style {
  width: 200px;
  margin-top: 0;
  margin-left: 0;
}

.my-cart-no-logged {
  background-color: #0000;
  border-left: 1px solid #aca9a9;
  height: 28px;
  padding-top: 5px;
  padding-left: 13px;
  text-decoration: none;
  display: inline-block;
  position: static;
  top: 10px;
}

.cart-bloc {
  background-color: #0000;
  border-left: 1px #4b4b4d;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
  margin-right: 3px;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.cart-bloc.login {
  border-right: 1px solid #aca9a9;
  height: 34px;
  padding-top: 8px;
  padding-right: 17px;
}

.nav-right {
  float: right;
  border-bottom-left-radius: 5px;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 4px;
  display: block;
  position: static;
  top: 0;
}

.nav-right.top {
  height: 60px;
  padding-top: 11px;
}

.my-cart-menu {
  background-color: #0000;
  border-left: 1px #4b4b4d;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.header-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

.header-icon.new {
  top: -3px;
}

.my-cart {
  background-color: #0000;
  border-left: 1px solid #aca9a9;
  padding-top: 5px;
  padding-left: 0;
  text-decoration: none;
  display: block;
  position: static;
  top: 10px;
}

.cart-item-nb-new {
  color: #4ac2f6;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 2px;
}

.bottom-menu {
  background-color: #fff;
  border-top: 1px solid #eaeef6;
  border-bottom: 1px #eaeef6;
  align-items: flex-start;
  width: 100%;
  height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.white {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.regular {
  font-weight: 400;
}

.password-instructions {
  color: #808895;
  text-align: left;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.password-instructions.add-top-margin {
  padding-top: 13px;
}

.circle-blue {
  text-align: center;
  background-color: #49bef6;
  border-radius: 50px;
  width: 33px;
  height: 33px;
}

.circle-blue.unselected {
  background-color: #e1e5ee;
}

.text-circle {
  color: var(--white);
  padding-top: 6px;
}

.text-circle.unselected {
  color: #535558;
}

.flex-block {
  justify-content: center;
  align-items: center;
  padding-top: 11px;
}

.flex-block-2 {
  align-items: center;
}

.text-blue {
  color: #49bef6;
  font-weight: 600;
}

.strokreblue {
  background-color: #e1e5ee;
  width: 150px;
  height: 4px;
  margin-right: -42px;
  padding-right: 0;
  position: relative;
  top: -10px;
  left: -11px;
}

.strokreblue._2 {
  margin-right: -87px;
  left: -31px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h1 {
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.div-registration {
  z-index: 10;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 40px 60px 80px;
  display: block;
  position: static;
  box-shadow: 1px 1px 30px 7px #00000024;
}

.div-registration.simple-registration {
  background-color: #ffffffe6;
  height: auto;
  margin-top: 21px;
  margin-bottom: -97px;
  padding-top: 8px;
}

.div-registration.invitation {
  padding-bottom: 40px;
}

.div-registration.login {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.red-star {
  color: #de5656;
  font-size: 12px;
  line-height: 16px;
}

.password-instruction {
  color: #808895;
  font-size: 12px;
  line-height: 16px;
}

.text-inputs {
  width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.text-inputs.login {
  margin-top: 40px;
  margin-bottom: 30px;
}

.test {
  display: block;
}

.flex-block-3 {
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

._900 {
  flex: 0 auto;
  max-width: 900px;
}

.section {
  width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.section.email {
  padding-top: 60px;
}

.section.login {
  width: auto;
  margin-top: 100px;
  padding-top: 20px;
}

.button-lvl1 {
  background-image: linear-gradient(308deg, var(--cornflower-blue), var(--sky-blue));
  border: 1px #1a45a1;
  border-radius: 30px;
  flex-flow: column;
  height: 40px;
  margin-right: 16px;
  padding: 7px 36px 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 30px;
}

.button-lvl1:hover {
  background-image: linear-gradient(to bottom, #ffffff26, #ffffff26), linear-gradient(308deg, var(--cornflower-blue), var(--sky-blue));
}

.button-lvl1:active {
  background-image: linear-gradient(to bottom, #00000026, #00000026), linear-gradient(308deg, var(--cornflower-blue), var(--sky-blue));
}

.button-lvl1.test {
  margin-top: -2px;
  text-decoration: none;
  position: static;
}

.text-block {
  color: #fff;
  text-align: center;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.button-lvl2 {
  color: #1a45a1;
  text-align: center;
  border: 2px solid #1a45a1;
  border-radius: 30px;
  flex-flow: column;
  width: 160px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 26px 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: block;
  position: static;
  top: 30px;
}

.button-lvl2:hover {
  color: #fff;
  background-color: #1a45a1;
}

.button-lvl2:active {
  background-color: #1a45a1;
  background-image: linear-gradient(#00000026, #00000026);
}

.button-lvl2.test {
  margin-top: -2px;
  text-decoration: none;
  position: static;
}

.div-block {
  background-color: #aca9a9;
  width: 1px;
  height: 40px;
  margin-right: 15px;
}

.right-nav {
  float: right;
  object-fit: contain;
  flex-flow: row-reverse;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.triangle {
  z-index: 2;
  background-image: url('../images/Pattern-triangle-Trial.png');
  background-position: 100% 100%;
  background-size: auto;
  background-attachment: fixed;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.second-step {
  justify-content: flex-start;
  align-items: center;
}

.text-block-2 {
  display: block;
}

.image-center {
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-registration {
  -webkit-text-fill-color: inherit;
  background-color: #f4f6fb;
  background-image: url('../images/Pattern-Triangle-Registration.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1200px;
  background-attachment: fixed;
  background-clip: padding-box;
}

.body-login {
  -webkit-text-fill-color: inherit;
  background-color: #f4f6fb;
  background-image: url('../images/Pattern-triangle-login.png');
  background-position: -140px -120px;
  background-repeat: no-repeat;
  background-size: 1200px;
  background-attachment: fixed;
  background-clip: padding-box;
}

.footer-menu {
  z-index: 2;
  width: 100%;
  height: 60px;
  padding: 20px 30px 10px;
  position: fixed;
  inset: auto 0% 0%;
}

.blue-link {
  text-decoration: none;
}

.footer-items, .link-2 {
  font-size: 14px;
}

.left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.right {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}

.checkbox {
  border: 1px solid #c8cdd6;
  width: 20px;
  height: 20px;
}

.checkbox-2 {
  width: 20px;
  height: 20px;
}

.checkbox-label {
  margin-top: 4px;
  margin-left: 10px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.new {
  text-align: center;
  margin-top: 11px;
  margin-bottom: 12px;
  margin-right: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.banner-notification-annoucement {
  z-index: 8;
  color: #fff;
  text-align: left;
  background-color: #22306b;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 15px 25px;
  font-size: 15px;
  display: none;
  position: fixed;
  inset: 8% 0% auto;
}

.info-icon {
  position: relative;
  top: 10px;
  left: -25px;
}

.text-block-4 {
  color: #2e2e2e;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  display: inline-block;
}

.text-block-4.left-align.info-bloc {
  position: relative;
  left: -37px;
}

.or-separator {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 20px;
  display: grid;
}

.separator {
  background-color: #dedede;
  width: auto;
  height: 1px;
}

@media screen and (max-width: 991px) {
  .div-bloc-registration-background {
    padding-top: 9px;
    padding-bottom: 42px;
    padding-right: 11px;
  }

  .div-bloc-registration-background.simple-registration {
    padding-bottom: 78px;
    padding-right: 27px;
  }

  .submit-button {
    margin-top: 20px;
    position: static;
    top: 135px;
  }

  .text-field {
    font-size: 13px;
  }

  .selection-field {
    font-size: 12px;
  }

  .pop-up-non-windows {
    display: none;
    overflow: scroll;
  }

  .div-bloc-pop-up {
    margin-top: 62px;
  }

  .slider {
    min-height: 450px;
    padding-bottom: 0;
  }

  .next-button {
    top: -110px;
  }

  .slide {
    padding-left: 0;
  }

  .captca {
    position: static;
    top: -67px;
    left: 0;
  }

  .captca._2 {
    top: -8px;
    left: 182px;
  }

  .center-text {
    margin-bottom: 120px;
  }

  .center-text.add-margin {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-main {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 11px;
    margin-right: 12px;
    padding-top: 105px;
  }

  .container-left-blue {
    float: right;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    padding: 39px 100px 6px;
    position: static;
    inset: auto 0% 0%;
  }

  .div-right {
    float: left;
    background-color: #fff;
    background-size: 236px, 200px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
    padding: 27px 40px;
    position: static;
    inset: 2% 0% auto;
  }

  .div-right._2 {
    padding-top: 11%;
    position: static;
  }

  .logo-bloc {
    margin-bottom: 46px;
  }

  .previous {
    top: -83px;
    left: 2%;
  }

  .body {
    background-image: url('../images/Pattern-triangle-Trial_1.svg');
    background-position: 100% 100%;
    background-size: auto;
  }

  .new-logo-header {
    margin-left: 17px;
  }

  .nav-right.top {
    padding-right: 10px;
  }

  .container-700 {
    max-width: 600px;
  }

  .h1 {
    margin-top: 40px;
  }

  .div-registration {
    min-height: 620px;
    padding: 9px 10px 20px;
  }

  .div-registration.simple-registration {
    padding-bottom: 78px;
    padding-right: 27px;
  }

  .div-registration.email {
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-registration.login {
    min-height: auto;
  }

  .section {
    width: auto;
  }

  .section.login {
    padding-top: 20px;
  }

  .button-lvl1, .button-lvl2 {
    top: -110px;
  }

  .body-registration {
    background-image: url('../images/Pattern-Triangle-Registration.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .body-login {
    background-image: url('../images/Pattern-triangle-login.png');
    background-position: -200px -150px;
    background-size: 1000px;
  }

  .banner-notification-annoucement {
    height: 60px;
    padding-top: 9px;
    padding-left: 12px;
    padding-right: 11px;
    display: none;
    top: 71px;
  }

  .separator {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .div-bloc-registration-background {
    padding-bottom: 10px;
    padding-left: 1px;
    padding-right: 10px;
    overflow: visible;
  }

  .login-button {
    margin-top: 16px;
    margin-bottom: 13px;
    position: relative;
  }

  .submit-button {
    position: relative;
    top: 2px;
  }

  .pop-up-non-windows {
    display: none;
    position: fixed;
  }

  .div-bloc-pop-up {
    margin-top: 53px;
    overflow: auto;
  }

  .right-margin-column {
    padding-left: 0;
  }

  .columns {
    padding-left: 10px;
  }

  .column-2 {
    padding-right: 0;
    position: static;
    left: 0;
  }

  .heading {
    font-size: 29px;
  }

  .slider {
    clear: none;
    min-height: 500px;
    position: static;
  }

  .next-button {
    position: relative;
    inset: -49px 0% 0%;
  }

  .slide-2 {
    padding-left: 10px;
  }

  .captca {
    float: none;
    margin-top: 16px;
    position: static;
  }

  .captca._2 {
    margin-left: 20px;
  }

  .text-agrement {
    margin-top: 0;
    position: relative;
    top: -12px;
  }

  .section-main {
    padding-left: 12px;
    padding-right: 11px;
  }

  .container-left-blue {
    margin-bottom: 0;
    padding-bottom: 73px;
  }

  .div-right {
    background-image: url('../images/Triangles-right.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 200px;
    background-attachment: scroll;
    padding-left: 20px;
    padding-right: 20px;
  }

  .previous {
    position: absolute;
    top: 120px;
    left: 11%;
  }

  .heading-copy {
    font-size: 29px;
  }

  .top-menu {
    background-color: #f4f5fa;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-menu.login {
    background-color: #f4f5fa00;
  }

  .bottom-menu {
    height: 50px;
    padding-top: 13px;
  }

  .container-700 {
    max-width: 480px;
  }

  .div-registration {
    min-height: 680px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .div-registration.login {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-inputs.login {
    width: auto;
    max-width: 400px;
  }

  .section.login {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-lvl1 {
    float: right;
    margin-right: 10px;
    padding-left: 30px;
    padding-right: 30px;
    top: -38px;
    left: -16px;
  }

  .button-lvl2 {
    margin-left: auto;
    top: -38px;
    left: -16px;
  }

  .footer-menu {
    background-color: #f4f5fa;
  }

  .new {
    font-size: 14px;
  }

  .banner-notification-annoucement {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: stretch;
    width: auto;
    max-width: 600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11px;
    padding-right: 12px;
    display: none;
    inset: 8% 0% auto;
  }

  .separator {
    width: 140px;
  }
}

@media screen and (max-width: 479px) {
  .div-bloc-registration-background {
    height: auto;
    margin-top: 41px;
    padding: 0 5px 19px;
  }

  .div-bloc-registration-background.simple-registration {
    margin-top: 6px;
    padding-top: 0;
  }

  .white-center {
    font-size: 14px;
  }

  .form-bloc {
    column-count: 1;
    padding-left: 5px;
    padding-right: 5px;
  }

  .center {
    font-size: 14px;
  }

  .center.add-bottom-margin {
    font-size: 16px;
  }

  .submit-button {
    margin-bottom: 3px;
    font-size: 14px;
    position: relative;
    top: 0;
  }

  .submit-button._2 {
    top: 128px;
  }

  .pop-up-non-windows {
    display: none;
    position: fixed;
    overflow: scroll;
  }

  .div-bloc-pop-up {
    margin-top: 50px;
  }

  .container {
    display: block;
  }

  .column-2 {
    left: 0;
  }

  .heading {
    line-height: 33px;
  }

  .next-button {
    font-size: 14px;
  }

  .slide-2 {
    padding-left: 0;
  }

  .text-agrement {
    top: 6px;
  }

  .container-left-blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .previous {
    top: 105px;
  }

  .heading-copy {
    line-height: 33px;
  }

  .new-logo-header {
    width: 90px;
    margin-top: 17px;
    margin-left: 0;
    padding-left: 0;
  }

  ._1000 {
    max-width: 320px;
  }

  .top-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-bloc {
    margin-left: 0;
  }

  .cart-bloc.login {
    padding-right: 10px;
  }

  .bottom-menu {
    height: 40px;
    padding-top: 7px;
    padding-bottom: 2px;
  }

  .white {
    font-size: 14px;
  }

  .flex-block {
    display: none;
  }

  .h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .h1.login {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-registration {
    height: auto;
    min-height: 650px;
    margin-top: 40px;
    padding: 5px 16px 19px;
  }

  .div-registration.simple-registration {
    margin-top: 6px;
    padding-top: 0;
  }

  .div-registration.login {
    max-width: 650px;
    padding: 40px 30px;
  }

  .text-inputs {
    width: auto;
    padding-right: 2px;
  }

  .text-inputs.login {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section {
    margin-top: 50px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.login {
    margin-top: 60px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-lvl1 {
    height: 32px;
    margin-right: 10px;
    padding-top: 4px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 15px;
  }

  .button-lvl2 {
    height: 32px;
    margin-left: auto;
    padding: 2px 10px 5px;
    font-size: 15px;
  }

  .div-block {
    height: 32px;
  }

  .footer-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .new {
    display: block;
  }

  .banner-notification-annoucement {
    max-width: 300px;
    display: block;
  }

  .or-separator {
    margin-bottom: 10px;
  }

  .separator {
    width: 80px;
  }
}

#w-node-a6ec33d2-d333-ec7d-3318-336e1d1e3bd1-b20d0bc9 {
  justify-self: end;
}

#w-node-_36c6c45c-3bc0-0440-d63c-5517b619bb7c-b20d0bc9, #w-node-b4b7f9c0-f7b3-706d-cc3d-d6b27c1d7726-b20d0bc9 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_36c6c45c-3bc0-0440-d63c-5517b619bb7c-b20d0bc9 {
    justify-self: end;
  }

  #w-node-b4b7f9c0-f7b3-706d-cc3d-d6b27c1d7726-b20d0bc9 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a6ec33d2-d333-ec7d-3318-336e1d1e3bd1-b20d0bc9 {
    justify-self: start;
  }
}


